@charset "UTF-8";

@font-face {
    font-family: "CeraPro";
    font-display: swap;
    src: url("../fonts/CeraPro-Black.woff") format("woff"), url("../fonts/CeraPro-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "CeraPro";
    font-display: swap;
    src: url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "CeraPro";
    font-display: swap;
    src: url("../fonts/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "CeraPro";
    font-display: swap;
    src: url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

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

body {
    line-height: 1;
    font-family: "CeraPro";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "CeraPro";
}

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-weight: inherit;
    font-size: inherit;
}

body {
    color: #000;
    font-size: 14px;
}

body._lock {
    overflow: hidden;
}

body._lock .header__wrapper::after {
    opacity: 1;
    pointer-events: all;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}

._title {
    font-weight: 900;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1E0338;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0px 20px;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
    cursor: pointer;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.options {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.rub:after {
    content: "₽";
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.popup__body.portfolio_gallary {
    display: flex;
    align-items: center;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    position: fixed;
    inset: 0; /* короче чем top/left/width/height */
    background: rgb(0 0 0 / 30%); /* лёгкая прозрачность */
    backdrop-filter: blur(10px); /* САМ эффект блюра */
    -webkit-backdrop-filter: blur(10px); /* для Safari */

    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none; /* чтобы не перехватывал клики */
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 120px 80px 80px;
    width: 100%;
    max-width: 950px;
    min-height: 100vh;
}

.popup__close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 25px;
    right: 80px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/icons/close-white.svg") center/auto no-repeat;
}

.request-popup__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #EF2936;
    margin-bottom: 15px;
}

.request-popup__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}

.request-popup__form {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 60px;
}

.request-popup__row {
    width: 100%;
}

.request-popup__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 22px;
}

.request-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
}

.request-popup__body._big .request-popup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.request-popup__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
}

#tab_5 .request-popup__item {
    padding-bottom: 20px;
}


.request-popup__item._focus .request-popup__label {
    top: -8px;
    background: #fff;
}

.request-popup__item._focus .request-popup__input {
    border: 1px solid #1E0338;
    background: #fff;
}

.request-popup__item._fill .request-popup__label {
    top: -8px;
    background: #fff;
}

.request-popup__item._fill .request-popup__input {
    border: 1px solid #1E0338;
    background: #fff;
}

.request-popup__label {
    position: absolute;
    top: 9px;
    left: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: rgba(30, 3, 56, 0.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px 8px;
}

.request-popup__textarea {
    background: rgba(196, 196, 196, 0.1);
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    resize: none;
    height: 150px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #1E0338;
    padding: 17px 20px;
    overflow-y: auto;
}

.request-popup__textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.request-popup__textarea::-moz-placeholder {
    opacity: 0.5;
}

.request-popup__textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.request-popup__textarea::-ms-input-placeholder {
    opacity: 0.5;
}

.request-popup__textarea::placeholder {
    opacity: 0.5;
}

.request-popup__input {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    background: rgba(196, 196, 196, 0.1);
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    height: 60px;
    padding: 0px 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #1E0338;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.request-popup__footer {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.request-popup__footer > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
}

.request-popup__agreement {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: rgba(35, 39, 49, 0.5);
}

.request-popup__agreement a {
    color: #EF2936;
}

.request-popup__btn {
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    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;
    text-align: center;
    height: 78px;
}

.header {
    height: 124px;
}

.header._scroll .header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 5;
}

.header__wrapper {
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    position: relative;
}

.header__wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 153px;
    flex: 0 0 153px;
}

.header__other {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__tel {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}

.header__btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding: 12px 25px;
    border: 2px solid #EF2936;
    border-radius: 99px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    margin-left: 50px;
}

.language-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
}

.language-header__item {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.language-header__item._active {
    opacity: 1;
}

.language-header__item._active .language-header__link {
    font-weight: 500;
}

.language-header__item._active::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    background: #E04543;
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.language-header__link {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul.header__language.language-header.lang_mobile {
    display: none;
}

.menu {
    margin-right: 105px;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.menu__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    opacity: 0.5;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.head-menu {
    display: none;
}

.head-menu__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
}

.head-menu__logo img {
    max-width: 100%;
    width: 100%;
}

.head-menu__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu {
    display: none;
}

.footer-menu__tel {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
}

.icon-menu {
    display: none;
}

.footer {
    padding: 60px 0px 50px;
    background: #EF2936;
}

.footer__head {
    margin-bottom: 85px;
}

.footer__list {
    padding-bottom: 40px;
}

.head-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.head-footer__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 540px;
}

.head-footer__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.head-footer__list {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
}

.head-footer__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-footer__btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #EF2936;
    padding: 26px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #FFFFFF;
    background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF), #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-footer__btn img {
    max-width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
}

.list-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-footer__name {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.list-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.list-footer__info {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.list-footer__text {
    max-width: 135px;
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    color: #FFFFFF;
}

.bottom-footer {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    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;
}

.bottom-footer__copy {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.bottom-footer__reserved {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.banner__container {
    position: relative;
}

.banner__item {
    height: 466px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 120px;
}

.banner__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    color: #1E0338;
    margin-bottom: 30px;
    max-width: 450px;
}

.banner__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    opacity: 0.5;
    max-width: 320px;
    width: 100%;
}

.banner__image {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.banner__paggination {
    position: absolute;
    left: 20px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.banner__paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    height: 8px;
    border-radius: 50%;
    background: #1E0338;
    cursor: pointer;
}

.banner__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #D12023;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
}

.counts {
    position: relative;
    min-height: 190px;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counts__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E02531;
}

.counts__content {
    position: relative;
    z-index: 1;
}

.counts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px * 3) / 4);
    flex: 0 0 calc((100% - 60px * 3) / 4);
    -webkit-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}

.counts__item.swiper-slide-active .counts__value {
    font-size: 120px;
}

.counts__item.swiper-slide-active .counts__text {
    padding-left: 20px;
}

.counts__item:not(:last-child) {
    margin-right: 60px;
}

.counts__value {
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}

.counts__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
}

.projects {
    padding: 160px 0px 120px;
}

.projects__content {
    margin: 60px 0px;
}

.projects__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 80px;
}

.projects__paggination {
    display: none;
}

.projects__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
    flex: 0 0 calc((100% - 40px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.projects__image {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.projects__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.projects__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 28px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.projects__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1E0338;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.projects__more {
    margin-top: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

.projects__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projects__btn {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #FFFFFF;
    width: 100%;
    max-width: 366px;
    height: 78px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.head-projects__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.head-projects__other {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.head-projects__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 600px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}

.head-projects__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #EF2936;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 7px;
}

.head-projects__more::after {
    content: "";
    width: 120px;
    height: 14px;
    display: inline-block;
    background: url(../img/icons/more.svg) right center/cover no-repeat;
}

/*.other {*/
/*  background: #1E0338;*/
/*  padding: 120px 0px;*/
/*}*/

/*.other .for-brand {*/
/*  padding: 0px 0px !important;*/
/*}*/

/*.other .for-brand .for-brand__title {*/
/*  color: #fff;*/
/*}*/

/*.other .for-brand .for-brand__name {*/
/*  color: #fff;*/
/*}*/

/*.other .for-brand .swiper-pagination-bullet {*/
/*  background: #fff;*/
/*}*/

.clients {
    margin-bottom: 160px;
}

.clients__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.clients__title {
    color: #FFFFFF;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.clients__other {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.clients__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 555px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #F0F0F0;
}

.clients__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
    row-gap: 35px;
    margin-left: auto;
    width: 100%;
    max-width: calc(100% - 320px);
}

.clients__more {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #F0F0F0;
    opacity: 0.5;
}

.review__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.review__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.review__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding: 60px 70px 50px;
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
}

.review__content > * {
    position: relative;
    z-index: 1;
}

.review__content::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: calc(100% + 20px);
    height: calc(100% - 20px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    z-index: 0 !important;
}

.review__content::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: calc(100% + 40px);
    height: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    z-index: 0 !important;
}

.review__slider {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.review__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.review__item:not(:last-child) {
    margin-right: 20px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.review__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.review__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
}

.review__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #1E0338;
}

.review__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review__all {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #EF2936;
}

.review__info {
    text-align: right;
}

.review__name {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.review__work {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #1E0338;
    opacity: 0.5;
}

.review__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.review__arrow.review-arrow-prev {
    left: 20px;
}

.review__arrow.review-arrow-next {
    right: 20px;
}

.review__paggination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 14px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.review__paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    height: 8px;
    border-radius: 50%;
    background: #1E0338;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.review__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #D12023;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    background: transparent;
}

.head-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-review__title {
    color: #FFFFFF;
}

.head-review__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #F0F0F0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 5px;
}

.head-review__more::after {
    content: "";
    width: 109px;
    height: 14px;
    display: inline-block;
    background: url(../img/icons/more-white.svg) right center/cover no-repeat;
}

.client-service-about {
    padding: 40px 0px 60px;
}

.client-service-about__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
}

.client-service-about__content {
    padding-left: 320px;
    padding-right: 190px;
    margin-top: 60px;
}

.client-service-about__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #EF2936;
}

.client-service-about__description {
    margin-top: 22px;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #1E0338;
}

.client-service-about__description > *:not(:last-child) {
    margin-bottom: 20px;
}

.leader {
    position: relative;
}

.leader__wrapper {
    height: 446px;
    position: relative;
    z-index: 1;
}

.leader__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

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

.leader__body {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.leader__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #1E0338;
}

.leader__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #1E0338;
}

.leader__info span {
    font-weight: 900;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
}


.leader__btn {
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    padding: 24px 52px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 25px;
}

.formula {
    padding: 90px 0px 60px;
}

.formula__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.formula__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.formula__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.formula__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 4) / 5);
    flex: 0 0 calc((100% - 50px * 4) / 5);
    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;
}

.formula__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formula__name {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #1E0338;
    margin-top: 25px;
}

.formula__intermediate {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 4px;
    right: 10px;
}

.formula__logo {
    margin-top: -10px;
}

.services {
    padding: 40px 0px 120px;
}

.services._other {
    padding: 120px 0px 90px;
}

.services._other .services__content {
    margin-top: 40px;
}

.services__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
}

.services__content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 45px;
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: relative;
}

.services__item:not(:last-child) {
    padding-bottom: 34px;
}

.services__item:not(:last-child)::after {
    content: "";
    width: calc(100% - 320px);
    height: 1px;
    background: #F0F0F0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.services__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    height: 280px;
    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;
    overflow: hidden;
}

.services__image img {
    max-width: 100%;
    max-height: 100%;
}

.services__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.services__name {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #000000;
    max-width: 770px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services__info {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
}

.services__description {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.services__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #EF2936;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 6px;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.services__more img {
    width: 140px;
}

.services__more-mob {
    display: none;
}

.visitor-services {
    margin-top: 40px;
}

.visitor-services__title {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    color: #000000;
    opacity: 0.5;
}

.visitor-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
    margin-top: 2px;
}

.visitor-services__more {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
    opacity: 0.5;
}

.service-page {
    padding: 40px 0px 120px;
}

.service-page__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
}

.service-page__content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 120px;
}

.service-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.about-service-page__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.about-service-page__count {
    font-weight: 300;
    font-size: 48px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
    margin-bottom: 14px;
}

.about-service-page__count-text {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    color: #000000;
    opacity: 0.5;
}

.about-service-page__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.about-service-page__description {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 40px;
}

.about-service-page__description ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.about-service-page__description ul li {
    list-style-type: disc;
}

.about-service-page__description > *:not(:last-child) {
    margin-bottom: 20px;
}

.about-service-page__btn {
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    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: 0px 20px;
    text-align: center;
    color: #FFFFFF;
    width: 415px;
    height: 78px;
}

.decision-service-page__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.decision-service-page__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
}

.decision-service-page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.decision-service-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    border: 3px solid #F0F0F0;
    padding: 40px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.decision-service-page__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    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;
}

.decision-service-page__icon img {
    width: 100%;
    height: 100%;
}

.decision-service-page__name {
    margin-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #1E0338;
}

.integration-service-page__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.integration-service-page__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
}

.integration-service-page__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #1E0338;
    width: 100%;
    max-width: 555px;
}

.integration-service-page__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.integration-service-page__more {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #F0F0F0;
}

.service-result {
    padding: 120px 0px;
    background: #EF2936;
    position: relative;
}

.service-result__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.service-result__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.service-result__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}

.service-result__slider {
    min-width: 0px;
}

.service-result__slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.service-result__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 30px 30px;
}

.service-result__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
}

.service-result__name {
    margin-top: 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #1E0338;
}

.service-result__paggination {
    position: absolute;
    height: 14px;
    width: 100%;
    padding: 0px 20px;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.service-result__paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    height: 8px;
    border-radius: 50%;
    background: #1E0338;
    cursor: pointer;
}

.service-result__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
}

.for-brand {
    padding: 120px 0px;
}

.for-brand__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.for-brand__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.for-brand__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E0338;
}

.for-brand__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #EF2936;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 6px;
}

.for-brand__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

.for-brand__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
}

.for-brand__arrow {
    cursor: pointer;
}

.for-brand__body {
    margin-top: 30px;
}

.for-brand__slider {
    min-width: 0;
}

.for-brand__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.for-brand__item:not(:last-child) {
    margin-right: 40px;
}

.for-brand__image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.for-brand__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.for-brand__name {
    margin-top: 25px;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #1E0338;
}

.for-brand__paggination {
    margin-top: 30px;
    height: 14px;
    width: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.for-brand__paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    height: 8px;
    border-radius: 50%;
    background: #1E0338;
    cursor: pointer;
}

.for-brand__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #D12023;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
}

.other-gray {
    padding: 120px 0px 40px;
    background: #F0F0F0;
}

.other-gray .head-review__title {
    color: #1E0338;
}

.other-gray .head-review__more {
    color: #EF2936;
}

.other-gray .head-review__more::after {
    background: url(../img/icons/more.svg) right center/cover no-repeat;
}

.other-gray .review__content::after,
.other-gray .review__content::before {
    background: rgba(255, 255, 255, 0.3);
}

._no-webp .other-gray__button-container {
    background: url(../img/bg-button.png) center/cover no-repeat;
}

.other-gray__button-container {
    height: 190px;
    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-top: 80px;
    padding: 0px 20px;
}

.other-gray__btn {
    width: 100%;
    max-width: 365px;
    height: 78px;
    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;
    text-align: center;
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.project-list {
    padding: 40px 0px 80px;
}

.project-list__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
}

.project-list__content {
    margin-top: 60px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 70px;
    position: relative;
}

.project-list__content::after {
    content: "";
    width: 100%;
    height: 130px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(73.7%, #FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 73.7%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 73.7%);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
}

.project-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 3) / 4);
    flex: 0 0 calc((100% - 40px * 3) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.project-list__image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-list__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-list__body {
    padding-top: 25px;
}

.project-list__name {
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #1E0338;
}

.project-list__more {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #EF2936;
    text-align: center;
    cursor: pointer;
}

.project-page {
    padding: 40px 0px 55px;
}

.project-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

a.page-projects__more.desctop_on {
    display: flex;
    width: 240px;
    margin-bottom: 30px;
}

.project-page__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.project-page__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #EF2936;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 6px;
}

.project-page__content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.project-page__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.project-page__year {
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1E0338;
    margin-bottom: 20px;
}

.project-page__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #351214;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.project-page__link::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    height: 15px;
    width: 15px;
    background: url(../img/icons/link.svg) center/auto no-repeat;
}

.project-page__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.project-page__description {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}

.project-page__description > *:not(:last-child) {
    margin-bottom: 20px;
}

.project-page__sliders {
    margin-top: 70px;
}

.project-page__slider {
    overflow: visible;
}

.project-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 28px) / 2);
    flex: 0 0 calc((100% - 28px) / 2);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0.3;
}

.project-page__item.swiper-slide-active {
    opacity: 1;
}

.project-page__image {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    border: 6px solid #1E0338;
    -webkit-filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.15));
    border-radius: 6px;
}

.project-page__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-page__bottom {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.project-page__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    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;
    cursor: pointer;
}

.contacts {
    padding: 40px 0px 110px;
}

.contacts__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    color: #000000;
}

.contacts__content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.contacts__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #1E0338;
    opacity: 0.5;
}

.contacts__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.contacts__btn {
    background: #EF2936;
    -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.15);
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    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;
    text-align: center;
    color: #FFFFFF;
    width: 300px;
    height: 78px;
}

.info-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 44px;
}

.info-contacts__name {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #EF2936;
    margin-bottom: 10px;
}

.info-contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.info-contacts__item {
    position: relative;
}

.info-contacts__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 100px / 2);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
    width: 2px;
    height: 48px;
    display: inline-block;
    background: #F0F0F0;
}

.info-contacts__value {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.info-contacts__subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #1E0338;
    opacity: 0.5;
}

.contact-map {
    width: 100%;
    padding-bottom: 32.5%;
    position: relative;
}

.contact-map::after {
    content: "";
    height: 45px;
    width: 45px;
    display: inline-block;
    position: absolute;
    top: 0;
    background: #FFFFFF;
    left: calc((100vw - 1320px) / 2 + 330px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

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

a.head-footer__link {
    text-transform: uppercase;
}

.review__full_img {
    max-height: 140px;
    max-width: 180px;
    text-align: center;
    cursor: pointer;
}

.review__full_img img {
    max-height: 140px;
    width: auto;
}

.popup_reviews {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.2s ease 0s;
    -o-transition: visibility 0.2s ease 0s;
    transition: visibility 0.2s ease 0s;
    visibility: hidden;
}

.popup_reviews.active {
    visibility: initial;
}

.bg_popup {
    width: 100%;
    z-index: 98;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_reviews .popup__content_reviews {
    z-index: 99;
    background: white;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 90%;
    min-height: 80%;
    margin: 0 auto;
    top: 15px;
}

.full_image {
    position: relative;
    height: 100%;
    width: auto;
}

.full_image img {
    width: auto;
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
}

.popup_reviews .popup__close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    z-index: 30;
    background: url(../img/icons/close-white.svg) center/auto no-repeat;
}

.error_page {
    display: block;
    width: 100%;
    background: url(../img/404_bg.png) center bottom no-repeat;
    padding: 114px 0;
    color: #1b1b1b;
    background-size: cover;
}

.error_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.error_left, .error_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 100px) / 2);
    flex: 0 0 calc((100% - 100px) / 2);
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}

.error_right {
    font-size: 120px;
    color: #9a9a9a;
    font-weight: 300;
    margin-top: -50px;
    text-align: center;
}

.error_left h2 {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 100%;
    color: #1E0338;
}

.error_left h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #1E0338;
    margin-bottom: 25px;
}

.error_left p {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #000000;
}

.error_left p span {
    color: #EF2936;
}

.error_left a {
    display: block;
    color: #000;
}

.error_row.nav_404 {
    max-width: 450px;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.error_row.nav_404 a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #EF2936;
    margin: 0 25px;
}

.error_row a.hsg-btn-red {
    transition: color, backgorund-color, border, border-color 0.3s linear;
    text-decoration: none;
    border: 1px solid #e04543;
    display: inline-block;
    color: #fff;
    background-color: #e04543;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 46px;
    padding: 0 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 0px;
}

.integration-service-page__item img {
    max-height: 40px;
}

section.banner {
    /*transform: translateY(-100%);*/
    /*transition: transform 0.4s linear;*/
}

section.banner.animated {
    /*transform: translateY(0%);*/
}

section.banner .banner__body {
    transform: translateX(-100%);
    transition: transform 0.4s linear;
}

section.banner .banner__body.animated {
    transform: translateX(0%);
}

section.banner .banner__image {
    transform: translateX(150%);
    transition: transform 0.4s linear;
}

section.banner .banner__image.animated {
    transform: translateX(0%);
}

.send_success {
    z-index: 100;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.2s ease 0s;
    -o-transition: visibility 0.2s ease 0s;
    transition: visibility 0.2s ease 0s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.send_success_info {
    background: white;
    padding: 50px;
    font-size: 18px;
    color: #1E0338;
    border-radius: 10px;
    position: relative;
}

.send_success_info .popup__close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
    filter: invert(1);
    z-index: 30;
    background: url(../img/icons/close-white.svg) center / auto no-repeat;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    transition: all 1s ease 0s;
}

.popup.main_gallary .popup__content {
    align-items: center;
}

.popup.main_gallary .popup__content .popup__body {
    padding: 20px 0px 50px;
    background-color: #ffffff00;
}

.popup.main_gallary .popup__content .popup__close {
    top: 10px;
    right: -45px;
    filter: invert(1);
}

.popup.main_gallary .img_gallery {
    overflow: auto;
    max-height: 100vh;
}

.popup.main_gallary .img_gallery img {
    width: 100%;
    display: none;
}

.popup.main_gallary .img_gallery img.active {
    display: block;
}

.popup.main_gallary .img_gallery::-webkit-scrollbar {
    width: 2px;
}

.popup.main_gallary .img_gallery::-webkit-scrollbar-corner {
    background-color: #aeafae00;
}

.popup.main_gallary .img_gallery::-webkit-scrollbar-thumb {
    background-color: #aeafae;
    border-radius: 20px;
}

.nav-prev {
    position: absolute;
    left: -35px;
    top: 45%;
    cursor: pointer;
}

.nav-next {
    position: absolute;
    right: -35px;
    top: 45%;
    cursor: pointer;
}

.nav-prev svg, .nav-next svg {
    color: #fff;
}

.head_mobile_event {
    display: none;
}

.clients__item {
    cursor: default;
}

.clients__item.url_active {
    cursor: pointer;
}


a.header__btn._popup-link {
    position: relative;
    z-index: 1;
}

.header__btn {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000; /* текст черный */
    padding: 0px;
    border: 2px solid #EF2936;
    border-radius: 99px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

/* исходный текст делаем прозрачным, чтобы показывался ::before */
.header__btn span {
    position: relative;
    z-index: 2;
    color: #000; /* на всякий случай */
    padding: 12px 25px;
}

/* красная заливка */
.header__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 102%;
    height: 102%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff; /* текст белый */
    background: #EF2936; /* красная заливка */
    border-radius: 99px;

    animation: fillLoop 3s linear infinite;
}

/* анимация движения заливки */
@keyframes fillLoop {
    0% {
        left: -100%;
    }
    35% {
        left: 0;
    }
    65% {
        left: 0;
    }
    90% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.header__btn span {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, #000 50%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textFill 3s linear infinite;
    display: inline-block;
}

@keyframes textFill {
    0% {
        background-position: 100% 0;
    }
    35% {
        background-position: 0 0;
    }
    65% {
        background-position: 0 0;
    }
    90% {
        background-position: -100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}


.services__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

a.service_item_home {
    flex: 0 0 calc((100% - 34px * 2) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

img.services__image_home {
    width: auto;
    max-height: 280px;
}


span.service_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
}

span.service_more_info {
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ef2936;
}

a.projects__btn.lottie_on {
    position: relative;
    padding-right: 75px;
}

.lottie_on lottie-player {
    position: absolute;
    right: 0px;
    top: 2px;
}

.page-projects__more {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #EF2936;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    row-gap: 7px;
}

.more_info_projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 21px 0px;
}

section.review {
    background: #F0F0F0;
    padding: 40px 0px;
}

section.review .head-review__title {
    color: #1E0338;
}

section.clients {
    background: #1E0338;
    margin-bottom: 0px;
    padding: 106px 0px;
}

.other {
    background: #1e033800;
    padding: 0px 0px;
}

/*FAQS*/
section.faq {
    background: #f0f0f0;
    padding: 101px 0px 30px;
}

h3.head-faqs__title._title {
    padding-bottom: 30px
}


.faqs__item {
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    opacity: 1;
    gap: 16px;
    border-radius: 6px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 24px;

}

.faqs-header {
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E0338;
}

.faqs-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.faqs-content {
    max-height: 0;
    overflow: hidden;
    font-weight: 300;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1E0338;
}

.active .faqs-header {
    padding-bottom: 16px;
}

.faqs-content.open {
    padding: 15px 20px;
}


a.telegram-canal {
    position: fixed;
    right: 14px;
    bottom: 22px;
    z-index: 9;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #2aabee;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 10px 32px -4px #18274B1A, 0px 6px 14px -6px #18274B1F;
    color: #2aabee;
    /* размеры по умолчанию */
    width: 40px; /* только иконка */
    height: 40px;
    padding: 5px;
    /*overflow: hidden;*/

    transition: width 0.4s ease, padding 0.4s ease;
}

.telegram-canal img {
    width: 28px;
    height: 28px;
}

/* текст скрыт */
.telegram-canal span {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

/* при наведении увеличиваем блок и показываем текст */
.telegram-canal:hover {
    width: 160px; /* достаточно места для текста */
    padding-right: 16px;
}

.telegram-canal:hover span {
    opacity: 1;
}


.grecaptcha-badge {
    opacity: 0;
}

section.services.home-services {
    padding: 40px 0px 0px;
}

.projects {
    padding: 100px 0px 120px;
}

.more_info_projects {
    display: none;
}

a.about-portfolio-page__count-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    color: #EF2936;
    margin-top: 8px;
    display: block;
}

.faqs-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; /* плавность */
}

section.for-brand.project-page {
    background: #1e0338;
}

section.for-brand.project-page .for-brand__title {
    color: #ffffff;
}

section.for-brand.project-page .for-brand__name {
    color: #ffffff;
}

.telegram-canal:hover {
    overflow: hidden;
}

.telegram-canal:hover:before {
    display: none;
}

.telegram-canal:hover:after {
    display: none;
}

.telegram-canal:before,
.telegram-canal:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4fbaea;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
}

.telegram-canal:before,
.telegram-canal:after {
    animation: animatePulsStart 1.2s linear infinite;
}

.form_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(35, 39, 49, 0.5);
    padding-top: 30px;
}

.form_info a {
    color: #EF2936;
}

/* Затемнённый фон */
.popup-overlay {
    display: none; /* по умолчанию скрыт */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Окно */
.popup-content {
    background: #fff;
    max-width: 600px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(35, 39, 49, 0.5);
    padding-top: 30px;
    overflow-y: auto;
    max-height: 55vh;
}

.popup-text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: rgba(35, 39, 49, 0.5);
    padding-bottom: 10px;

}

@keyframes animatePulsStart {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.calculator {
    /* цвет фона */
    background-color: #1E0338;

    /* сама картинка справа, 50% ширины, с полупрозрачным наложением */
    background-image: linear-gradient(rgba(30, 3, 56, 0.1), rgba(30, 3, 56, 0.1)),
    url("/app/img/bg_ilab.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70% auto; /* ширина картинки 50% блока */
}

.calculator_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-calculator-info {
    max-width: 65%;
    padding: 95px 0px;
}

.home-calculator-info h3 {
    font-weight: 700;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.home-calculator-info p {
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 32px;
}

.home-calculator-info p span {
    color: #EF2936;
}

a.open-calculator {
    padding: 26px 80px;
    background: #EF2936;
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 378px;
}

.home-calculator-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

a.open-calculator:hover {
    box-shadow: 0px 14px 28px rgb(198 191 191 / 30%);
}


.top_projects-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projects-categories {
    display: flex;
    gap: 12px;
    align-items: center;
    overflow-x: auto;
    margin-left: 15px;
}

/* WebKit (Chrome, Edge, Safari) */
.projects-categories::-webkit-scrollbar {
    height: 4px;                           /* толщина линии */
    background: rgba(255, 0, 0, 0);
}

.projects-categories::-webkit-scrollbar-track {
    background: transparent;               /* без фона */
}

.projects-categories::-webkit-scrollbar-thumb {
    background: #ccc00000;                      /* цвет линии */
    border-radius: 10px;                   /* плавная форма */
}

.projects-categories::-webkit-scrollbar-thumb:hover {
    background: #999;                      /* чуть темнее при наведении */
}

a.project-category__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 99px;
    white-space: nowrap;
}

a.project-category__item.active {
    color: #ef2936;
    border: 1px solid #ef2936;
}

a.project-category__item:hover {
    color: #ef2936;
    border: 1px solid #ef2936;
}


.calculator-popup .popup__body {
    padding: 50px 50px 80px;
}

.calculator-popup h2.request-popup__title {
    max-width: 90%;
}

.calculator-popup .popup__close {
    top: 47px;
}

.calculator-popup .surveis_tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.surveis_count {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #A9A9A9;

}

.surveis_count span {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    color: #000000;
}

ul.surveis_tabs_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    pointer-events: none;
}

ul.surveis_tabs_list li {
    display: block;
    width: 60px;
    height: 10px;
    opacity: 1;
    border-radius: 100px;
    background: #EF293633;
}

ul.surveis_tabs_list li._active {
    background: #ef2936;
}

.button_tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
}

.button_tabs a.survey_next {
    padding: 26px 70px;
    background: #EF2936;
    border-radius: 6px;
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 350px;
}

.button_tabs a.survey_back {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

form.survey-popup__form {
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 20px;
}

form.survey-popup__form {
    height: 60vh;
}

form.survey-popup__form .calculator-popup__row {
    width: 100%;
}

.calculator-popup__row {
    height: 100%;
    position: relative;
}

.calculator-popup__row.surveis_tabs_row {
    height: auto;
}

.surveis_tabs_container {
    height: 100%;
}

.surveis_tabs_container h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-bottom: 20px;
}

.input_survey {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    gap: 10px;
    cursor: pointer;
}

.input_survey input[type="radio"] {
    width: 15px;
    height: 15px;
}

label.radio-popup__label {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-right: 10px;
}

input.radio-popup__input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.survey_info {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 31px;
    padding-bottom: 20px;
}

.survey_info .request-popup__input {
    min-width: 380px;
}

.popup_calculator .popup__body {
    max-width: 40vw;
}

.br_white section.clients {
    background: #F0F0F0;
}

.br_white h3.clients__title._title {
    color: #1E0338;
}

.br_white .clients__text {
    color: #1E0338;
}

.br_white .clients__item img {
    filter: invert(70%) sepia(80%) saturate(2652%) hue-rotate(960deg) brightness(40%) contrast(100%);
}


.br_white section.review {
    background: #1E0338;
}

.br_white section.review .head-review__title {
    color: #ffffff;
}

.d-none {
    display: none !important;
}

.home-calculator-info span {
    color: red;
}

.success_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    padding: 100px;
}

.success_title {
    font-weight: 900;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1E0338;
}

.success_text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.success_text {
    font-weight: 300;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.success_text span {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
}

.success_botton a {
    box-shadow: 0px 14px 28px 0px #43141326;
    padding: 26px 88px;
    background: #ef2936;
    border-radius: 6px;
    display: flex;
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 17px;
}

.success_botton {
    padding-top: 56px;
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}



/* Оверлей */
.page-loader {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    display: none; /* по умолчанию скрыт */
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
}

/* Показать */
.page-loader.show {
    display: flex;
}

/* Бокс с лоадером */
.loader-box {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px 22px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    min-width: 220px;
}

/* Текст */
.loader-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}

/* Спиннер */
.spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 4px solid rgba(0,0,0,0.12);
    border-top-color: rgba(0,0,0,0.75);
    animation: spin 1s linear infinite;
}

.success_text a {
    text-decoration: underline;
    color: #000;
}

.projects-categories .swiper-wrapper {
    gap: 0px;
    height: 35px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


#toTopBtn{
    position: fixed;
    right: 14px;
    bottom: 72px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;            /* фон кнопки */
    color: #fff;                 /* цвет стрелки */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.25s ease, opacity 0.25s ease;
    opacity: 0;
    transform: translateY(12px) scale(0.95);
    pointer-events: none;        /* чтобы не мешать, когда скрыта */
    border: 2px solid #ffffff;
}

/* видимая кнопка */
#toTopBtn.visible{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* эффект наведения */
#toTopBtn:focus,
#toTopBtn:hover{
    transform: translateY(0) scale(1.06);
    outline: none;
}

.main_gallary .popup__body{
    max-width: 75vw;
}

a.header_nav_btn._popup-link {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    padding: 0px;
    border: 2px solid #ffffff;
    border-radius: 99px;
    overflow: hidden;
    background: #ef2936;
    z-index: 1;
    width: 225px;
    height: 42px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 27px;
}

.head-footer__right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.client-service-about__container.widget-on._container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-on {
    padding-top: 15px;
}


form.consult-form {
    position: absolute;
    top: 24px;
    right: 0;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

/*Форма на главной*/
.consult-form {
    width: 100%;
    max-width: 364px;
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    font-family: system-ui, sans-serif;
}

.consult-form h2 {
    color: #111;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.consult-form textarea#massage-request {
    height: 62px;
}
.consult-form .request-popup__item input{
    height: 48px;
}


.consult-form .radio-title {
    color: #222;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
}

.consult-form .radio-label {
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
    font-size: 1rem;
    cursor: pointer;
    user-select: none;
}

.consult-form .radio-label input {
    margin-right: 8px;
    accent-color: #e63946;
    width: 20px;
    height: 20px;
}

.consult-form .btn-submit {
    width: 100%;
    padding: 16px;
    background: #ec2935;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s;
    box-shadow: 0px 14px 28px 0px #43141326;
}

.consult-form .btn-submit:hover {
    background: #d32f2f;
}

.consult-form .note {
    text-align: center;
    font-size: 0.85rem;
    color: #1E0338;
}

.consult-form .emoji {
    font-size: 1.3rem;
    margin-left: 6px;
}
.banner__item {
    height: 484px;
    justify-content: flex-start;
}
.banner__image {
    margin-left: 35px;
}

.visitor-services__item img {
    max-height: 50px;
    max-width: 125px;
}

#form_home .request-popup__input {
    font-size: 16px;
}

.project-page__description ul {
    padding-left: 16px;
}

.project-page__description ul li {
    list-style: outside;
}

.menu__link {
    font-weight: 500;
    font-size: 14px;
}

/* для очень маленьких экранов */
@media (max-width: 380px) {
    .radio-label { margin-right: 20px; }
}

/* адаптация под тёмный/светлый фон — поменяй по вкусу */
@media (prefers-color-scheme: light){
    #toTopBtn{ background: #ef2936; color: #fff; }
}

/* Немного адаптивности */
@media (max-width: 420px) {
    .loader-box { padding: 12px 14px; min-width: 180px; gap: 10px; }
    .loader-text { font-size: 14px; }
    .spinner { width: 26px; height: 26px; border-width: 3px; }
}




@media (min-width: 479.98px) {
    ._no-webp .banner {
        background: url(../img/banner-bg.png) center/cover no-repeat;
    }

    .leader__image_mob {
        display: none;
    }

    .services._other .services__image_tab {
        display: none;
    }

    .services__image_mob {
        display: none;
    }

}

@media (min-width: 720.98px) {
    .service-result__paggination {
        display: none;
    }

    .project-page__pagges {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
        flex: 0 1 60px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        color: #1E0338;
    }

    .project-page__pagges .swiper-pagination-current {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
    }
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .leader__image_tab {
        display: none;
    }

    .services._other .services__image_mob {
        display: none;
    }

    .services__image_tab {
        display: none;
    }

    .for-brand__paggination {
        display: none;
    }

    .project-page__item.swiper-slide-active,
    .project-page__item.swiper-slide-active + .project-page__item {
        opacity: 1;
    }

}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .checkbox a:hover {
        text-decoration: none;
    }
}

@media (min-width: 1332px) {
    .menu__link._active {
        opacity: 1;
        color: #EF2936;
    }

    .menu__link._active::after {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #EF2936;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .for-brand__content {
        margin-right: calc(((100vw - 1280px) / 2) * -1);
    }
}

@media (min-width: 1440px) {
    .header__language {
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1600px) {
    .leader__wrapper {
        height: 510px;
    }
}

@media (min-width: 1920px) {
    .leader__wrapper {
        height: 650px;
    }
}

@media (max-width: 1440px) {
    .header__language {
        margin-right: 60px;
    }
}

@media (max-width: 1332px) {
    ._title {
        font-size: 28px;
    }

    .menu {
        margin-right: 0;
    }

    .menu__body {
        width: 320px;
        height: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0px 60px 50px;
        background: #EF2936;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        pointer-events: none;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        overflow-y: auto;
    }

    .menu__body._active {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        pointer-events: all;
        visibility: visible;
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 0px;
        row-gap: 35px;
    }

    .menu__link {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #FFFFFF;
        opacity: 1;
    }

    .head-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 27px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 20px;
        border-bottom: 1px solid rgba(222, 222, 222, 0.5);
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 32px;
        height: 19px;
        cursor: pointer;
        margin-left: 50px;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1.5px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #EF2936;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .footer {
        padding: 60px 0px 40px;
    }

    .footer__head {
        margin-bottom: 80px;
    }

    .footer__list {
        padding-bottom: 50px;
    }

    .head-footer__left {
        max-width: 500px;
    }

    .head-footer__title {
        font-size: 28px;
        line-height: 35px;
    }

    .head-footer__list {
        margin-top: 15px;
    }

    .list-footer__name {
        font-size: 15px;
        line-height: 19px;
    }

    .list-footer__info {
        font-size: 20px;
        line-height: 25px;
    }

    .banner__item {
        padding-right: 95px;
        padding-left: 60px;
    }

    .banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 358px;
        flex: 0 0 358px;
    }

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

    .banner__paggination {
        left: 90px;
    }

    .counts {
        min-height: 140px;
    }

    .counts__item.swiper-slide-active .counts__value {
        font-size: 80px;
    }

    .counts__item.swiper-slide-active .counts__text {
        padding-left: 0;
    }

    .counts__value {
        font-size: 36px;
    }

    .counts__text {
        font-size: 18px;
    }

    .projects {
        padding: 100px 0px;
    }

    .projects__content {
        margin: 50px 0px 70px;
    }

    .projects__slider .swiper-wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 60px;
    }

    .projects__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .projects__body {
        padding-top: 25px;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .projects__name {
        font-size: 18px;
    }

    .head-projects__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
    }

    .head-projects__text {
        font-size: 18px;
        max-width: 530px;
    }

    .other {
        padding: 60px 0px 75px;
    }

    .clients {
        margin-bottom: 100px;
    }

    .clients__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
    }

    .clients__text {
        font-size: 18px;
        max-width: 450px;
    }

    .clients__content {
        max-width: calc(100% - 235px);
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .review__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
    }

    .review__content {
        padding: 45px 55px 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 235px);
        flex: 0 0 calc(100% - 235px);
        max-width: calc(100% - 235px);
    }

    .review__main {
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .review__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .review__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .client-service-about {
        padding: 30px 0px 40px;
    }

    .client-service-about__content {
        padding-left: 230px;
        padding-right: 0;
        margin-top: 40px;
    }

    .formula {
        padding: 60px 0px;
    }

    .formula__wrapper {
        display: block;
    }

    .formula__title {
        font-size: 28px;
    }

    .formula__content {
        margin-top: 50px;
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
    }

    .formula__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 70px * 4) / 5);
        flex: 0 0 calc((100% - 70px * 4) / 5);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .formula__icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .formula__name {
        text-align: center;
    }

    .formula__intermediate {
        -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
    }

    .services {
        padding: 40px 0px 100px;
    }

    .services._other {
        padding: 70px 0px 80px;
    }

    .services__content {
        margin-top: 40px;
    }

    .services__item {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .services__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
        height: 195px;
    }

    .services__name {
        font-size: 30px;
    }

    .services__info {
        margin-top: 25px;
    }

    .visitor-services {
        margin-top: 25px;
    }

    .visitor-services__item {
        display: none;
    }

    .visitor-services__item:nth-child(-n+4) {
        display: block;
    }

    .service-page__content {
        row-gap: 70px;
    }

    .about-service-page__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    }

    .decision-service-page__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    }

    .decision-service-page__title {
        font-size: 28px;
    }

    .decision-service-page__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .decision-service-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .integration-service-page__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    }

    .integration-service-page__title {
        font-size: 28px;
    }

    .integration-service-page__item {
        /*display: none;*/
    }

    .integration-service-page__item:nth-child(-n+4) {
        display: block;
    }

    .service-result {
        padding: 70px 0px;
    }

    .service-result__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    }

    .service-result__title {
        font-size: 28px;
    }

    .service-result__slider .swiper-wrapper {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 18px;
    }

    .service-result__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 18px * 3) / 4);
        flex: 0 0 calc((100% - 18px * 3) / 4);
        padding: 35px 20px 25px;
    }

    .for-brand {
        padding: 70px 0px;
    }

    .for-brand__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }

    .for-brand__title {
        font-size: 28px;
    }

    .for-brand__content {
        margin: 0px -20px;
    }

    .for-brand__slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .other-gray {
        padding: 70px 0px;
    }

    .other-gray__button-container {
        margin-top: 70px;
    }

    .project-list__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 90px;
    }

    .project-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .project-page {
        padding: 40px 0px;
    }

    .project-page__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
    }

    .project-page__sliders {
        margin-top: 55px;
    }

    .project-page__bottom {
        margin-top: 50px;
    }

    .contacts__content {
        margin-top: 50px;
    }

    .contacts__time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
    }

    .contact-map::after {
        left: 285px;
    }

    .contact-map {
        padding-bottom: 35%;
    }

    .review__image img {
        max-width: 280px;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    a.header_nav_btn._popup-link {
        display: flex;
    }


    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }

    .popup__body {
        padding: 120px 20px 50px;
    }

    .popup__close {
        top: 20px;
        right: 20px;
    }

    .request-popup__title {
        font-size: 28px;
    }

    .header {
        height: 80px;
    }

    .header__wrapper {
        height: 80px;
    }

    .header__language {
        margin-right: 35px;
    }

    .header__btn {
        border-color: #fff;
        color: #fff;
        margin-left: 0;
    }

    .language-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .language-header__item._active::after {
        left: 50%;
        right: auto;
        top: calc(100% + 2px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .footer-menu {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 27px;
        padding-top: 30px;
        border-top: 1px solid rgba(222, 222, 222, 0.5);
        padding-right: 20px;
    }

    .icon-menu {
        margin-left: 35px;
    }

    .head-footer__left {
        max-width: 445px;
    }

    .head-footer__list {
        margin-top: 20px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .head-footer__link {
        font-size: 14px;
        line-height: 18px;
    }

    .head-footer__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }

    .head-footer__btn {
        padding: 26px 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .head-footer__btn img {
        display: none;
    }

    .list-footer__name {
        font-size: 17px;
        line-height: 21px;
    }

    .list-footer__info {
        font-size: 24px;
        line-height: 26px;
    }

    .banner__item {
        padding-right: 0;
        padding-left: 0;
    }

    .banner__title {
        font-size: 46px;
        max-width: 320px;
    }

    .banner__paggination {
        left: 20px;
    }

    .counts {
        min-height: 115px;
    }

    .counts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
        flex: 0 0 calc((100% - 30px * 3) / 4);
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
    }

    .counts__item.swiper-slide-active .counts__value {
        font-size: 60px;
    }

    .counts__item:not(:last-child) {
        margin-right: 30px;
    }

    .counts__value {
        font-size: 28px;
    }

    .counts__text {
        font-size: 16px;
        line-height: 18px;
    }

    .projects {
        padding: 70px 0px 80px;
    }

    .projects__content {
        margin: 50px 0px 45px;
    }

    .projects__slider .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        row-gap: 0px;
    }

    .projects__paggination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 30px;
        height: 14px;
    }

    .projects__paggination .swiper-pagination-bullet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
        flex: 0 0 8px;
        height: 8px;
        border-radius: 50%;
        background: #1E0338;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .projects__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 2px solid #D12023;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
        height: 14px;
        background: transparent;
    }

    .projects__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .projects__item:not(:last-child) {
        margin-right: 20px;
    }

    .projects__body {
        padding-top: 20px;
    }

    .projects__name {
        max-width: 210px;
    }

    .projects__more {
        display: none;
    }

    .head-projects {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .head-projects__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .head-projects__text {
        max-width: 330px;
        font-size: 16px;
    }

    .head-projects__more {
        font-size: 18px;
    }

    .head-projects__more::after {
        width: 108px;
        height: 12px;
    }

    .other {
        padding: 70px 0px 65px;
    }

    .clients {
        margin-bottom: 80px;
    }

    .clients__head {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .clients__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .clients__text {
        max-width: 415px;
        font-size: 16px;
    }

    .clients__content {
        max-width: 100%;
    }

    .review__container {
        display: block;
    }

    .review__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .review__content {
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
        padding: 40px 30px 55px;
    }

    .review__arrow {
        display: none;
    }

    .head-review {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .client-service-about {
        padding: 40px 0px;
    }

    .client-service-about__title {
        font-size: 46px;
    }

    .client-service-about__content {
        padding-left: 0;
        margin-top: 30px;
    }

    .leader__image_pc {
        display: none;
    }

    .formula__content {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        margin-top: 40px;
    }

    .formula__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 6px * 4) / 5);
        flex: 0 0 calc((100% - 6px * 4) / 5);
    }

    .services {
        padding: 45px 0px 90px;
    }

    .services._other .services__image {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .services._other .services__image_tab {
        display: none;
    }

    .services._other .services__image_mob {
        display: block;
    }

    .services._other .services__content {
        margin-top: 30px;
    }

    .services._other {
        padding: 90px 0px 80px;
    }

    .services__title {
        font-size: 52px;
    }

    .services__content {
        margin-top: 20px;
    }


    .services__item:not(:last-child) {
        padding-bottom: 45px;
    }

    .services__item:not(:last-child)::after {
        width: 100%;
    }

    .services__image_pc {
        display: none;
    }

    .services__image {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        width: 25%;
    }

    .services__item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services__body {
        margin-top: 25px;
        width: 65%;
    }

    .services__info {
        margin-top: 17px;
    }

    .service-page__title {
        font-size: 46px;
    }

    .service-page__content {
        margin-top: 40px;
        row-gap: 90px;
    }

    .service-page__row {
        display: block;
    }

    .about-service-page__body {
        margin-top: 20px;
    }

    .about-service-page__btn {
        width: 100%;
    }

    .decision-service-page__content {
        margin-top: 30px;
    }

    .decision-service-page__item {
        padding: 40px 20px;
    }

    .decision-service-page__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        width: 54px;
    }

    .decision-service-page__name {
        margin-top: 20px;
        font-size: 16px;
    }

    .integration-service-page__content {
        margin-top: 30px;
    }

    .service-result {
        padding: 40px 0px;
    }

    .service-result__container {
        display: block;
    }

    .service-result__content {
        margin-top: 30px;
    }

    .for-brand {
        padding: 90px 0px;
    }

    .for-brand__container {
        display: block;
    }

    .for-brand__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .for-brand__arrows {
        display: none;
    }

    .for-brand__item:not(:last-child) {
        margin-right: 20px;
    }

    .other-gray {
        padding: 40px 0px 40px;
    }

    .other-gray__button-container {
        margin-top: 40px;
    }

    .project-list {
        padding: 40px 0px 70px;
    }

    .project-list__title {
        font-size: 46px;
    }

    .project-list__content {
        margin-top: 40px;
        row-gap: 50px;
    }

    .project-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .project-list__body {
        padding-top: 20px;
    }

    .project-page {
        padding: 40px 0px 60px;
    }

    .project-page__more {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 18px;
    }

    .project-page__more img {
        max-width: 110px;
    }

    .project-page__content {
        display: block;
        margin-top: 30px;
    }

    .project-page__body {
        margin-top: 20px;
    }

    .project-page__sliders {
        margin-top: 65px;
    }

    .project-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .project-page__arrow {
        display: none;
    }

    .contacts {
        padding: 30px 0px 50px;
    }

    .contacts__title {
        font-size: 46px;
    }

    .contacts__content {
        display: block;
        margin-top: 30px;
    }

    .contacts__body {
        margin-top: 20px;
    }

    .info-contacts__wrapper {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .info-contacts__item:not(:last-child)::after {
        left: calc(100% + 60px / 2);
    }

    .contact-map {
        height: 250px;
        padding-bottom: 0;
    }

    .list-footer__body {
        align-items: flex-end;
    }

    .visitor-services__list .visitor-services__item:nth-child(-n+2) {
        display: block;
    }

    .visitor-services__list .visitor-services__item {
        display: none;
    }

    .services__info {
        column-gap: 15px;
    }

    .review__image img {
        max-width: 220px;
        height: auto;
    }

    .nav-prev {
        position: absolute;
        left: 15px;
        top: 45%;
        cursor: pointer;
        z-index: 9;
        background: #d7d7d7;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .nav-next {
        position: absolute;
        right: 15px;
        top: 45%;
        cursor: pointer;
        z-index: 9;
        background: #d7d7d7;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .nav-prev svg, .nav-next svg {
        color: #fff;
    }

    .popup.main_gallary .popup__content .popup__close {
        top: 10px;
        right: 15px;
        filter: invert(0);
    }


    .head_mobile_event {
        display: block;
    }

    .top_projects-info {
        flex-direction: column;
        justify-content: space-between;
    }

    .projects-categories {
        align-items: center;
        overflow-x: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        overflow-x: auto;
    }

    a.project-category__item {
        white-space: nowrap;
    }

    .calculator_container {
        flex-direction: column;
        justify-content: space-between;
    }

    .home-calculator-info {
        max-width: 100%;
        padding: 30px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-calculator-info h3 {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
    }

    .home-calculator-info p {
        font-weight: 400;
        text-align: center;
        font-size: 19px;
        line-height: 120%;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home-calculator-image {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .services__image {
        width: 100%;
    }

    .services__body {
        width: 100%;
    }

    a.header__btn._popup-link {
        display: none;
    }

    .services .services__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services .services__content span.service_title {
        text-align: center;
    }

    .page-projects__more {
        display: flex;
    }

    a.project-page__more.desctop_on {
        display: none;
    }

    .toggle-description {
        font-weight: 500 !important;
        text-align: left !important;
        margin-bottom: 10px;
    }

    section.review {
        background: #F0F0F0;
        padding: 0px 0px;
    }

    section.review.home_review {
        padding: 50px 0px;
        background: #1e0338;
    }

    section.review.home_review .head-review__title {
        color: #ffffff;
    }

    section.clients {
        background: #1E0338;
        margin-bottom: 0px;
        padding: 50px 0px;
    }

    section.projects.home_projects {
        padding: 54px 0px 54px !important;
    }

    .home-services .services__content {
        row-gap: 30px;
        margin-top: 30px;
    }

    .home_projects .projects__paggination {
        margin-top: 5px;
    }

    .more_info_projects {
        display: flex;
        margin-top: 20px;
    }

    .project-page__head {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    a.page-projects__more.desctop_on {
        display: flex;
        width: 50%;
    }

    .project-page__description {
        max-height: 15.3em;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .other.other_project-page {
        background: #1E0338;
    }

    .other.other_project-page .for-brand {
        padding: 50px 0px;
    }

    .other.other_project-page .for-brand__title {
        color: #fff;
    }

    .other.other_project-page .for-brand__name {
        color: #ffffff;
    }

    .other.other_project-page .for-brand__paggination .swiper-pagination-bullet {
        background: #ffffff;
    }

    section.faq {
        background: #f0f0f0;
        padding: 5px 0px 40px;
    }

    a.telegram-canal {
        width: 160px;
        padding-right: 16px;
    }

    .telegram-canal span {
        opacity: 1;
    }

    .telegram-canal:before,
    .telegram-canal:after {
        display: none;
    }

    .leader__image img {
        height: auto;
    }

    .leader__info span {
        color: #ffffff;
    }

    .leader__info {
        color: #ffffff;
    }

    .popup_calculator .popup__body {
        max-width: 760px;
    }

    .cookie-btn {
        margin-top: 8px;
    }

    .popup_calculator .button_tabs {
        gap: 16px;
    }

    .send_success_info .popup__close {
        top: -40px;
        right: -10px;
    }

    .success_container {
        padding: 20px;
    }

    a.open-calculator {
        text-align: center;
        padding: 26px 50px;
    }

    .projects-categories {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main_gallary .popup__body{
        max-width: 100vw;
    }

    .head-footer__right {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .widget-on {
        padding-top: 16px;
        max-width: 215px;
    }
    .client-service-about__container.widget-on._container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

}

@media (max-width: 720.98px) {
    .header__language {
        display: flex!important;
    }

    /*.projects-list__item:nth-child(even) {*/
    /*    padding: 30px 12px;*/
    /*    background-color: #efefef;*/
    /*}*/
    .head-footer__right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 12px 0 4px;
    }
    .head-footer__left {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .banner__inner {
        padding: 32px 0px 64px!important;
    }
}

@media (max-width: 720.98px) {
    .request-popup__body {
        row-gap: 15px;
    }

    .request-popup__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .request-popup__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 30px;
    }

    .request-popup__agreement {
        width: 100%;
    }

    .request-popup__btn {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
        flex: 0 0 78px;
    }

    .header__language {
        margin-right: 0;
    }

    .language-header__item._active::after {
        background: #fff;
    }

    .language-header__link {
        color: #fff;
    }

    .head-menu__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91px;
        flex: 0 0 91px;
    }

    .head-footer {
        -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;
    }

    .head-footer__title {
        text-align: center;
    }

    .head-footer__list {
        display: none;
    }

    .head-footer__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .head-footer__btn {
        padding: 26px 50px;
        margin-top: 20px;
    }

    .list-footer {
        row-gap: 30px;
    }

    .bottom-footer {
        -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;
        row-gap: 20px;
        text-align: center;
        padding-top: 40px;
    }

    .banner__item {
        -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;
        height: auto;
        padding: 60px 0px 0px;
    }

    .banner__image {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 40px;
    }

    .banner__paggination {
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .counts__slider {
        margin: 0px -20px;
        padding: 0px 20px;
    }

    .counts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 172px;
        flex: 0 0 172px;
    }

    .head-projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
    }

    .head-projects__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .head-projects__other {
        margin-top: 15px;
    }

    .head-projects__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .head-projects__more {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 16px;
    }

    .head-projects__more::after {
        display: none;
    }

    .clients__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
    }

    .clients__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .clients__other {
        margin-top: 15px;
    }

    .clients__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .clients__content {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        row-gap: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .review__content::after {
        width: calc(100% + 6px);
        height: calc(100% - 40px);
        left: -3px;
        top: 20px;
    }

    .review__content::before {
        width: calc(100% + 12px);
        height: calc(100% - 70px);
        left: -6px;
        top: 35px;
    }

    .review__main {
        margin-bottom: 20px;
        row-gap: 25px;
    }

    .review__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .review__info {
        text-align: left;
    }

    .head-review__more::after {
        display: none;
    }

    .formula__title {
        text-align: center;
    }

    .formula__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 60px;
    }

    .formula__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .formula__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }

    .formula__name {
        margin-top: 0;
        max-width: 152px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: left;
    }

    .formula__intermediate {
        bottom: -30px;
        left: 40px;
        right: auto;
        top: auto;
        -webkit-transform: translateY(50%) translateX(-50%);
        -ms-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
    }

    .services__title {
        font-size: 34px;
    }

    .services__content {
        row-gap: 40px;
        margin-top: 60px;
    }

    .services__item {
        display: block;
    }

    .services__info {
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        margin-top: 20px;
    }

    .services__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .services__more {
        display: none;
    }

    .services__more-mob {
        margin: 20px 0px 0px;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #EF2936;
        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: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 6px;
        white-space: nowrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .services__more-mob img {
        width: 140px;
    }

    .visitor-services__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 7px;
    }

    .integration-service-page__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .service-result {
        padding: 40px 0px 75px;
    }

    .service-result__content {
        width: 100%;
        max-width: 100%;
    }

    .service-result__slider .swiper-wrapper {
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        row-gap: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 420px;
    }

    .service-result__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        height: 200px;
    }

    .for-brand__more {
        row-gap: 0px;
    }

    .for-brand__more img {
        display: none;
    }

    .project-page__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 20px;
    }

    .project-page__title {
        font-size: 36px;
    }

    .project-page__bottom {
        margin-top: 30px;
    }

    .project-page__pagges {
        height: 14px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .project-page__pagges .swiper-pagination-bullet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
        flex: 0 0 8px;
        height: 8px;
        border-radius: 50%;
        background: #1E0338;
        cursor: pointer;
    }

    .project-page__pagges .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: transparent;
        border: 2px solid #D12023;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
        height: 14px;
    }

    .contacts__button {
        display: none;
    }

    .contact-map::after {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
        transform: translateY(-50%) translateX(-50%) rotate(45deg);
    }

    ul.header__language.language-header.lang_mobile {
        display: flex;
    }

    ul.header__language.language-header.lang_mobile .language-header__link {
        color: red;
    }

    a.head_mobile_event._popup-link {
        background-color: red;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        height: 30px;
        width: 30px;
    }

    a.head_mobile_event._popup-link svg.w-6.h-6 {
        color: #fff;
        width: 21px;
        height: 20px;
    }

    .icon-menu {
        margin-left: 10px;
    }

    a.menu__link._active {
        color: #fff;
        text-decoration: underline;
    }

    .error_row.nav_404 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .error_right {
        font-size: 120px;
        color: #9a9a9a;
        font-weight: 300;
        margin-top: 0px;
        text-align: center;
    }

    .error_row.nav_404 a {
        margin: 10px 0px;
    }

    .error_page {
        display: block;
        width: 100%;
        background: url(../img/404_error_bg.png) center bottom no-repeat;
        padding: 114px 0;
        color: #1b1b1b;
        background-size: cover;
        background-color: #faf9f9;
    }

    .error_left, .error_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px) / 2);
        flex: 0 0 calc((100% - 50px) / 1);
        font-weight: 300;
        font-size: 17px;
        line-height: 140%;
        color: #000000;
    }
}

@media (max-width: 550px) {
    .decision-service-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 40px 20px 20px;
        min-height: 195px;
    }
}

@media (max-width: 479.98px) {
    ._title {
        font-size: 22px;
    }

    .popup__body {
        padding: 95px 20px 35px;
    }

    .request-popup__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .request-popup__text {
        font-size: 14px;
    }

    .request-popup__form {
        row-gap: 40px;
        margin-top: 40px;
    }

    .request-popup__name {
        margin-bottom: 20px;
    }

    .header {
        height: 50px;
    }

    .header__wrapper {
        height: 50px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 109px;
        flex: 0 0 109px;
    }

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

    .header__tel {
        display: none;
    }

    .menu__body {
        padding: 20px 20px 30px;
        width: 100%;
        height: 100%;
    }

    .head-menu {
        padding-right: 0;
    }

    .footer-menu {
        padding-right: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer {
        padding: 50px 0px 40px;
    }

    .footer__head {
        margin-bottom: 55px;
    }

    .footer__list {
        padding-bottom: 40px;
    }

    .head-footer__title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }

    .list-footer__name {
        font-size: 15px;
        line-height: 19px;
    }

    .list-footer__info {
        font-size: 20px;
        line-height: 22px;
    }

    .bottom-footer__copy {
        font-size: 14px;
        line-height: 18px;
    }

    .bottom-footer__reserved {
        font-size: 14px;
        line-height: 18px;
    }

    ._no-webp .banner {
        background: url(../img/banner-bg-mobile.png) left bottom/cover no-repeat;
    }

    .banner__container {
        padding: 0px 0px;
    }

    .banner__body {
        text-align: center;
        padding: 0px 20px;
    }

    .banner__title {
        font-size: 28px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .banner__text {
        max-width: 100%;
        font-size: 18px;
    }

    .banner__image {
        margin-top: 30px;
        padding: 0px 7px 0px 35px;
    }

    .banner__paggination {
        bottom: 15px;
    }

    .projects {
        padding: 60px 0px 50px;
    }

    .projects__content {
        margin: 20px 0px 30px;
    }

    .projects__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .other {
        padding: 50px 0px;
    }

    .clients {
        margin-bottom: 45px;
    }

    .clients__content {
        -webkit-column-gap: 13px;
        -moz-column-gap: 13px;
        column-gap: 13px;
        row-gap: 20px;
        margin-top: 20px;
    }

    .review__content {
        padding: 30px 20px 55px;
    }

    .review__image {
        max-width: 112px;
    }

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

    .review__text {
        font-size: 15px;
    }

    .head-review__more {
        font-size: 16px;
        line-height: 20px;
    }

    .client-service-about {
        padding: 30px 0px;
    }

    .client-service-about__title {
        font-size: 28px;
    }

    .client-service-about__content {
        margin-top: 15px;
    }

    .client-service-about__subtitle {
        font-size: 18px;
    }

    .client-service-about__description {
        font-size: 15px;
    }

    .client-service-about__description > *:not(:last-child) {
        margin-bottom: 10px;
    }

    .leader__wrapper {
        height: 500px;
    }

    .formula__name {
        max-width: 200px;
    }

    .review__item:not(:last-child) {
        margin-right: 20px;
        border-bottom: 0px solid #c1c1c1;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .leader__image_tab {
        display: none;
    }

    .leader__body {
        bottom: 20px;
        left: 0px;
        right: 0px;
        top: auto;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        width: 100%;
        max-width: 100%;
    }

    .leader__btn {
        width: 100%;
        padding: 24px 0px;
        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;
    }

    .formula {
        padding: 50px 0px;
    }

    .formula__title {
        font-size: 22px;
    }

    .services {
        padding: 30px 0px 40px;
    }

    .services._other .services__image {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .services._other {
        padding: 70px 0px;
    }

    .services__title {
        font-size: 28px;
    }

    .services__item:not(:last-child) {
        padding-bottom: 40px;
    }

    .services__image_tab {
        display: none;
    }

    .services__name {
        font-size: 22px;
    }

    .services__description {
        font-size: 15px;
    }

    .service-page__title {
        font-size: 28px;
    }

    .service-page__content {
        margin-top: 30px;
        row-gap: 70px;
    }

    .about-service-page__count {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .about-service-page__body {
        margin-top: 15px;
    }

    .about-service-page__description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .about-service-page__description > *:not(:last-child) {
        margin-bottom: 15px;
    }

    .about-service-page__btn {
        font-size: 17px;
        line-height: 21px;
        height: 69px;
    }

    .decision-service-page__title {
        font-size: 22px;
    }

    .decision-service-page__content {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        row-gap: 15px;
        column-gap: 10px;
    }

    .decision-service-page__item {
        flex: 0 0 calc((100% - 10px) / 2);
    }

    .integration-service-page__title {
        font-size: 22px;
    }

    .integration-service-page__content {
        margin-top: 20px;
    }

    .integration-service-page__item img {
        max-width: 139px;
    }

    .service-result__title {
        font-size: 22px;
    }

    .for-brand {
        padding: 70px 0px;
    }

    .for-brand__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 10px;
    }

    .for-brand__title {
        font-size: 22px;
    }

    .for-brand__more {
        font-size: 16px;
    }

    .for-brand__body {
        margin-top: 25px;
    }

    .for-brand__paggination {
        margin-top: 25px;
    }

    .other-gray__button-container {
        height: 140px;
        margin-top: 50px;
    }

    .project-list__title {
        font-size: 28px;
    }

    .project-list__content {
        row-gap: 30px;
        padding-bottom: 60px;
        margin-top: 30px;
    }

    .project-list__content::after {
        height: 110px;
    }

    .project-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .project-list__name {
        font-size: 15px;
    }

    .project-list__body {
        padding-top: 15px;
    }

    .project-list__more {
        font-size: 28px;
    }

    .project-page {
        padding: 30px 0px 0px;
    }

    .project-page__title {
        font-size: 28px;
    }

    .project-page__year {
        font-size: 38px;
    }

    .project-page__description {
        font-size: 15px;
    }

    .project-page__sliders {
        margin-top: 30px;
    }

    .project-page__image {
        border: 3px solid #1E0338;
    }

    .project-page__bottom {
        margin-top: 25px;
    }

    .other.other_project-page {
        padding: 0px 0px 0px;
    }

    .contacts {
        padding: 30px 0px 30px;
    }

    .contacts__title {
        font-size: 28px;
    }

    .info-contacts {
        row-gap: 30px;
    }

    .info-contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .info-contacts__item:not(:last-child)::after {
        display: none;
    }

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

    .full_image img {
        width: 100%;
        height: auto;
    }

    .popup.main_gallary .popup__content {
        align-items: center;
    }

    .popup.main_gallary .popup__content .popup__body {
        padding: 0px 0px 50px;
        background-color: #ffffff00;
    }

    .popup.main_gallary .popup__content .popup__close {
        top: 10px;
        right: 15px;
        filter: invert(1);
    }

    .popup.main_gallary .img_gallery {
        overflow: auto;
        max-height: 100vh;
    }

    .popup.main_gallary .img_gallery img {
        width: 100%;
        display: none;
    }

    .popup.main_gallary .img_gallery img.active {
        display: block;
    }

    .popup.main_gallary .img_gallery::-webkit-scrollbar {
        width: 2px;
    }

    .popup.main_gallary .img_gallery::-webkit-scrollbar-corner {
        background-color: #aeafae00;
    }

    .popup.main_gallary .img_gallery::-webkit-scrollbar-thumb {
        background-color: #aeafae;
        border-radius: 20px;
    }

    .nav-prev {
        position: absolute;
        left: 15px;
        top: 45%;
        cursor: pointer;
        z-index: 9;
        background: #d7d7d7;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .nav-next {
        position: absolute;
        right: 15px;
        top: 45%;
        cursor: pointer;
        z-index: 9;
        background: #d7d7d7;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .nav-prev svg, .nav-next svg {
        color: #fff;
    }

    .calculator-popup .popup__body {
        padding: 30px 20px 60px;
    }

    .calculator-popup .popup__close {
        top: 12px;
        right: 12px;
    }

    ul.surveis_tabs_list {
        gap: 8px;
        width: 80%;
    }

    ul.surveis_tabs_list li {
        display: block;
        width: 15%;
    }

    .button_tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 50px;
        padding-top: 20px;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .popup_calculator .popup__body {
        min-height: 800px;
    }

    form.survey-popup__form {
        height: 80vh;
    }

    .survey_info .request-popup__input {
        min-width: 100%;
    }
    #tab_5 .request-popup__item {
        padding-bottom: 20px;
        width: 100%;
    }
    .request-popup__item {
        width: 100%;
    }
    .calculator-popup .surveis_tabs {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    section.review.review-service {
        padding-top: 50px;
    }
}



@media (max-width: 400.98px) {
    .leader__wrapper {
        height: 490px;
    }

    .send_success_info {
        max-width: 350px;
        text-align: center;
        padding: 30px;
    }

    .send_success_info .popup__close {
        right: -10px;
    }
}
@media (max-width: 389.98px) {
    .send_success_info {
        max-width: 320px;
        text-align: center;
        padding: 30px;
    }
}

@media (any-hover: hover) {
    .request-popup__agreement a:hover {
        text-decoration: underline;
    }

    .header__tel:hover {
        text-decoration: underline;
    }

    .header__btn:hover {
        background: #EF2936;
        color: #fff;
    }

    .language-header__item:not(._active):hover {
        opacity: 0.6;
    }

    .menu__link:hover {
        opacity: 1;
    }

    .head-footer__link:hover {
        opacity: 1;
    }

    .head-footer__btn:hover {
        -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.8);
        box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.8);
    }

    .list-footer__info:not(p):hover {
        text-decoration: underline;
    }

    .projects__item:hover .projects__more {
        opacity: 1;
    }

    .projects__item:hover .projects__name {
        color: #E02531;
    }

    .projects__btn:hover {
        -webkit-box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.3);
        box-shadow: 0px 14px 28px rgba(67, 20, 19, 0.3);
    }

    .review__all:hover {
        text-decoration: underline;
    }

    .services__name:hover {
        color: #EF2936;
    }

    .project-list__item:hover .project-list__name {
        text-decoration: underline;
    }
}

._webp .other-gray__button-container {
    background: url(../img/bg-button.webp) center/cover no-repeat;
}

@media (min-width: 479.98px) {

    ._webp .banner {
        background: url(../img/banner-bg.webp) center/cover no-repeat;
    }
}

@media (max-width: 479.98px) {

    ._webp .banner {
        background: url(../img/banner-bg-mobile.webp) left bottom/cover no-repeat;
    }

    a.survey_next {
        width: 100% !important;
        max-width: 100%!important;
    }
    .surveis-tab-body {
        min-height: 45vh;
    }


    form.consult-form {
        position: relative;
        top: 0px;
        right: 0;
        display: flex;
        gap: 16px;
        flex-direction: column;
        max-width: 100%;
        border-radius: 0px;
        padding-bottom: 30px;
    }
    .consult-form h2 {
        color: #111;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
    }

    .banner__slider_off._swiper.swiper-bild {
        padding: 24px 0px;
    }
}
