:root {
    --black-color: #36353A;
    --grey-color: #F0F0F0;
    --peach-color: #DDBE9C;
    --color-white: #fff;
    --t1-color-black: var(--black-color);
    --t1-family: 'Engravers Gothic';
    --t1-size: 56px;
    --t1-weight: 700;
    --t1-l-height: 1;
    --t1-letter-spasing: 0.04em;
    --height-header: 80px;
    --transition: all 0.3s ease;
    --hover-color-btn: #d9ac7a;
    --teamBlockWidth: 635px;
    --teamBlockHeight: 460px;
    --profileWidthBlock: 630px;
    --profileHeightBlock: 265px;
}

* {
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: var(--grey-color);
    position: relative;
    font-family: 'Montserrat';
    font-weight: 400;
    color: var(--black-color);
}

ul,
a,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

img {
    display: block;
}

.language-selection .header-main__right-lang__def {
    color: var(--peach-color);
}

.__select::after {
    pointer-events: none;
}

.btn {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    line-height: 16.8px;
    letter-spacing: 0.04em;
    border: none;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    background-color: var(--peach-color);
    transition: var(--transition);
    clip-path: polygon(100% 0, 100% 53%, 91% 100%, 0 100%, 0 47%, 9% 0);
}

.burger,
a,
button,
.__select,
.swiper-button-next,
.swiper-button-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn--link {
    max-width: max-content;
    cursor: pointer;
}


/* внутри блока с классом .last-word-color должен быть только текст последенее слово обернется в span с классом .add-color (все прописано в main.js) */

.last-word-color .add-color {
    color: var(--peach-color);
    font-weight: 700;
    text-transform: uppercase;
}

.btn--on-slider {
    position: relative;
    z-index: 20;
}

.btn:hover {
    background-color: var(--hover-color-btn);
    clip-path: polygon(100% 0, 100% 53%, 91% 100%, 0 100%, 0 47%, 9% 0);
    transition: var(--transition);
}

.banner-btn {
    padding: 11px 20px 12px;
}

.container {
    max-width: 1366px;
    width: 100%;
    padding: 0 38px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

section {
    padding: 120px 0;
    overflow: hidden;
}

.section-bg-black {
    background-color: var(--black-color);
    color: var(--color-white);
}

.cut-corner {
    background: linear-gradient(-45deg, transparent 0% 7%, var(--peach-color) 7% 93%, transparent 93% 100%);
}

.t1 {
    font-family: 'Engravers Gothic';
    font-size: var(--t1-size);
    font-weight: 700;
    line-height: var(--t1-l-height);
    letter-spacing: var(--t1-letter-spasing);
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.section-bg-black .t1 {
    color: var(--color-white);
}

.subtitle {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.subtitle-ls {
    letter-spacing: 0.04em;
}

.txt-align-left {
    text-align: left;
}

.block-p-relative {
    position: relative;
    z-index: 1;
}

.block-bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.block-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.7;
}

.block-bg-img .t1,
.block-bg-img .subtitle {
    color: var(--color-white);
}

.peach-cube-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, transparent 0% 18%, var(--peach-color) 18% 82%, transparent 82% 100%);
}


/* Общие стили карточек слайдеров. начало -------------------------------------------- */

.card-slide {
    background: linear-gradient(-45deg, transparent 0% 5%, var(--peach-color) 5% 95%, transparent 95% 100%);
    padding: 99px 50px 15px 30px;
    position: relative;
}

.slide-number {
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.slide-text {
    padding-top: 20px;
    position: relative;
    font-size: 20px;
    line-height: 150%;
}

.slide-text::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.1;
}


/* Общие стили карточек слайдеров. конец -------------------------------------------- */


/* --------------header-start-------------- */

main {
    padding-top: var(--height-header);
}

.header {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    position: fixed;
    width: 100%;
    height: var(--height-header);
    z-index: 2;
    -webkit-box-shadow: 0px 3px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 2px 1px rgb(0 0 0 / 20%);
}

.logo-link {
    width: 160px;
}

.logo-link img {
    width: 100%;
}

.header-wrap {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-block {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.nav {
    display: flex;
    column-gap: 10px;
}

.contact {
    display: flex;
    column-gap: 15px;
}

.burger {
    display: none;
    cursor: pointer;
}

.menu {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.menu li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu a {
    padding: 5px 15px;
    height: 27px;
    color: var(--color-white);
    position: relative;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.menu a::before,
.menu a::after {
    content: "";
    display: block;
    width: 1px;
    background-color: var(--black-color);
    position: absolute;
    height: 100%;
    transform: rotate(45deg);
    transition: var(--transition);
}

.menu a::before {
    top: -50%;
    left: 0;
    transform-origin: bottom;
}

.menu a::after {
    top: 50%;
    right: 0;
    transform-origin: top;
}

.menu li:hover a {
    color: var(--peach-color);
    transition: var(--transition);
}

.menu li:hover a::before,
.menu li:hover a::after {
    background-color: var(--peach-color);
    transition: var(--transition);
}

.contact-media {
    display: none;
}

.contact-tel {
    border: 1px solid var(--peach-color);
    clip-path: polygon(100% 0, 100% 53%, 91% 100%, 0 100%, 0 47%, 9% 0);
    background-color: rgba(240, 240, 240, 0.2);
    color: var(--color-white);
    padding: 10px 0;
    letter-spacing: 0.02em;
    position: relative;
    transition: var(--transition);
}

.contact-tel::before,
.contact-tel::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: var(--peach-color);
    width: 27px;
    transform: rotate(-46deg);
    overflow: hidden;
}

.contact-tel::before {
    left: -5px;
    top: 8px;
}

.contact-tel::after {
    right: -5px;
    bottom: 8px;
}

.contact-tel:hover {
    transition: var(--transition);
    background-color: var(--hover-color-btn);
    color: var(--black-color);
}

.contact-btn {
    background: var(--peach-color);
}

.contact-btn:hover {
    background: var(--hover-color-btn);
}

.contact-tel,
.contact-btn {
    height: 40px;
    width: 202px;
    clip-path: polygon(100% 0, 100% 53%, 91% 100%, 0 100%, 0 47%, 9% 0);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-selection {
    display: flex;
    column-gap: 7px;
    position: relative;
}

.language-selection::before {
    content: '/';
    position: absolute;
    top: 0;
    font-size: 14px;
    right: 50%;
    transform: translate(50%);
    font-weight: 400;
}

.language-selection a {
    font-weight: 600;
    color: var(--color-white);
}

.language-selection .current-lang a {
    color: var(--peach-color);
}


/* --------------header-end-------------- */


/* блок банер начало */

.banner {
    background-image: url(../img/home-banner-min1366px.jpg);
    height: 868px;
    /* не изменять height*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.banner .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .t1 {
    font-size: calc( var(--t1-size) + 10px);
    line-height: 90%;
    margin-bottom: 25px;
    max-width: 670px;
}

.banner-card {
    display: inline-block;
    background: linear-gradient(-45deg, transparent 0% 3%, var(--color-white) 3% 97%, transparent 97% 100%);
    padding: 20px 30px 40px 30px;
}

.banner-card .subtitle-wrapper {
    margin-bottom: 30px;
}

.banner-card .subtitle {
    line-height: 24px;
    display: inline;
}


/* <section class="works"> блок слайдер с работами начало */

.works {
    overflow: hidden;
}

.works-wrap-title {
    max-width: 790px;
}

.works .t1 {
    width: 100%;
    margin-bottom: 20px;
    height: 112px;
    overflow: hidden;
}

.works .subtitle {
    height: 30px;
    overflow: hidden;
}

.works-wrap-title {
    padding-bottom: 40px;
}

.works-slider-wrap {
    height: 546px;
}

.worksSlider {
    width: 100%;
    height: 545px;
}


/* <section class="branches"> блок с селектом выбора городов начало */

.branches {
    padding: 0 0 120px;
}

.branches .t1 {
    margin-bottom: 30px;
}

.branches .subtitle {
    margin-bottom: 50px;
    height: 30px;
    overflow: hidden;
}

.branches-select {
    height: 115px;
    margin-bottom: 30px;
}

.branches button {
    padding: 11px 30px;
}

.branches-wrap {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}


/* <section class="benefits"> блок  4 колонки современные технологии начало */

.benefits {
    padding: 120px 0 113px;
}

.benefits .t1 {
    margin-bottom: 70px;
    max-width: 890px;
    height: 112px;
    overflow: hidden;
}

.benefits-wrap-columns {
    display: flex;
    justify-content: space-between;
}

.benefits-column {
    width: 305px;
    height: 308px;
    overflow: hidden;
    padding: 0 18px;
}

.benefits-list-title {
    margin: 30px 0 15px;
    color: var(--peach-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.benefits-column ul {
    font-size: 16px;
    line-height: 140%;
}

.benefits-column ul li {
    padding-left: 30px;
    position: relative;
}

.benefits-column ul li::before {
    content: "●";
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 9px;
}


/* <section class="solutions"> блок 9 карточек(3х3) начало */

.solutions .t1 {
    margin-bottom: 70px;
    max-width: 850px;
    height: 112px;
    overflow: hidden;
}

.solutionsSlider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.solutionsSlider-wrap-button {
    display: none;
}

.solutions-swiper-wrapper {
    display: grid;
    grid-template: repeat(3, 250px) / 1fr 1fr 1fr;
    gap: 38px;
}

.solutions-slide {
    height: 250px;
    overflow: hidden;
}

.solutions-slide:nth-child(2n) {
    background: linear-gradient(-45deg, transparent 0% 5%, var(--black-color) 5% 95%, transparent 95% 100%);
    color: var(--peach-color);
}

.solutions-slide:nth-child(2n) .solutions-slide-text::before {
    background: var(--peach-color);
    opacity: 0.4;
}


/* <section class="lens"> блок с фото объектива начало */

.lens {
    padding: 0 0 120px;
}

.lens .t1 {
    margin-bottom: 40px;
    max-width: 1050px;
    height: 168px;
    overflow: hidden;
}

.lens .subtitle {
    margin-bottom: 50px;
}

.lens-btn {
    border: none;
    background: transparent;
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
}

.lens-btn img {
    width: 100%;
    height: 100%;
}

.lans-img {
    margin: 0 auto;
}

#videoClip-btn {
    animation-name: lens;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes lens {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


/* <section class="questions"> блок  3вопроса  и кнопка начало */

.questions {
    background-image: url(../img/questions-banner-min1366.jpg);
    height: 495px;
    padding: 0;
    overflow: hidden;
}

.questions .container {
    height: 100%;
}

.questions-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.questions-items {
    display: flex;
    flex-direction: column;
    row-gap: 63px;
}

.questions-wrap-item {
    display: flex;
    align-items: center;
}

.questions-icon {
    width: 50px;
    height: 50px;
}

.questions-item {
    color: var(--color-white);
    font-family: var(--t1-family);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 24px;
    max-width: 300px;
}

.questions .t1 {
    margin-bottom: 50px;
    max-width: 542px;
    height: 168px;
    overflow: hidden;
}

.questions .t1>span {
    color: var(--peach-color);
}


/* <section class="technology"> блок двойной слайдер начало */

.technology {
    padding: 64px 0 120px;
}

.technology .t1 {
    padding-bottom: 20px;
    height: 132px;
}


/* <section class="callback">  блок блок с 1 кнопкой заказать начало */

.callback {
    padding: 120px 0 142px;
    background-image: url(../img/callback1-background.jpg);
    height: 525px;
}

.callback-wrap {
    max-width: 870px;
    margin: 0 auto;
}

.callback .t1 {
    margin-bottom: 40px;
    height: 112px;
    overflow: hidden;
}

.callback .subtitle {
    margin-bottom: 50px;
    line-height: 100%;
    height: 20px;
    overflow: hidden;
}

.callback .btn {
    margin: 0 auto;
    min-width: 152px;
}


/* <section class="algorithm"> блок 6 карточек на косую начало */

.algorithm {
    padding: 120px 0 50px;
}

.algorithm .t1 {
    margin-bottom: 70px;
    height: 58px;
    overflow: hidden;
}

.algorithmSliderOnBranchesPage,
.algorithmSlider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.algorithmSliderOnBranchesPage .swiper-scrollbar,
.algorithmSlider .swiper-scrollbar {
    background-color: #514B4A;
}

.algorithmSliderOnBranchesPage .swiper-scrollbar-drag,
.algorithmSlider .swiper-scrollbar-drag {
    background-color: var(--peach-color);
}

.algorithm-swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.algorithm-slide {
    width: 410px;
    height: 300px;
    padding: 85px 50px 15px 30px;
    color: var(--black-color);
    overflow: hidden;
}

.algorithm-swiper-wrapper .algorithm-slide:nth-child(2) {
    margin-top: 60px;
}

.algorithm-swiper-wrapper .algorithm-slide:nth-child(3) {
    margin-top: 120px;
}

.algorithm-swiper-wrapper .algorithm-slide:nth-child(4) {
    margin-top: -120px;
}

.algorithm-swiper-wrapper .algorithm-slide:nth-child(5) {
    margin-top: -60px;
}

.algorithm-slide-title {
    font-family: 'Engravers Gothic';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--color-white);
}

.algorithm-slide-text {
    font-size: 16px;
    letter-spacing: -0.04em;
}


/* <section class="team"> блок команда начало */

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

.team .t1 {
    padding-bottom: 20px;
}

.team .subtitle {
    margin-bottom: 70px;
}

.team-wrap-sliders {
    display: flex;
    column-gap: 30px;
    overflow: hidden;
}

.teamSliderBig,
.teamSliderThumb {
    width: var(--teamBlockWidth);
    position: relative;
}

.teamSliderBig {
    max-height: var(--teamBlockHeight);
    height: 100%;
    background: linear-gradient(-45deg, transparent 0% 4%, #403F44 4% 96%, transparent 96% 100%);
    padding-top: 40px;
    padding-left: 30px;
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 93% 100%, 0% 100%);
}

.teamSliderBig__slider {
    width: 100%;
}

.teamSliderBig__slide-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 420px;
}

.teamSliderBig__slide-inner picture,
.teamSliderBig__slide-description,
.teamSliderBig__slide-img {
    flex: 0 0 50%;
    width: 50%;
}

.teamSliderBig__slide-inner picture,
.teamSliderBig__slide-img {
    max-width: 300px;
    width: 100%;
    max-height: 360px;
    height: 100%;
    object-fit: cover;
    position: relative;
    margin-top: auto;
    bottom: 0px;
}

.teamSliderBig__slide-name {
    font-family: 'Engravers Gothic';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.teamSliderBig__slide-position {
    font-size: 16px;
    color: var(--peach-color);
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.teamSliderBig__slide-text {
    line-height: 1.5;
    max-height: 260px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15px;
}

.teamSliderThumb {
    max-height: 235px;
    height: 100%;
}

.teamSliderThumb__slide-min {
    max-width: 190px;
    width: 100%;
    height: 220px;
    background: linear-gradient(-45deg, transparent 0% 4%, #403F44 4% 96%, transparent 96% 100%);
    clip-path: polygon(12% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 14%);
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.teamSliderThumb__slide-min img {
    max-width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.teamSliderThumb__slide.swiper-slide-thumb-active {
    opacity: 0.5;
}

.team-big-slide {
    height: 459px;
    background: linear-gradient(-45deg, transparent 0% 4%, #403F44 4% 96%, transparent 96% 100%);
    padding: 40px 275px 10px 30px;
    position: relative;
    bottom: 0;
}

.teamSliderBig__next,
.teamSliderBig__prev {
    display: none;
}


/* <section class="reviews"> блок отзывы начало */

.reviews {
    padding: 169px 0 120px;
}

.reviews-card {
    max-width: 718px;
    min-height: 298px;
    padding: 20px 30px 40px;
    background: linear-gradient(-45deg, transparent 0% 4%, var(--color-white) 4% 96%, transparent 96% 100%);
}

.reviews .t1 {
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    height: 112px;
    overflow: hidden;
}

.reviews .subtitle {
    margin-bottom: 36px;
    max-height: 30px;
    overflow: hidden;
}

.reviews-wrap {
    height: 540px;
    position: relative;
}

.reviews-icon {
    position: absolute;
    top: -46px;
    left: 0;
    width: 80px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-icon>svg {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.reviews-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.reviews-wrap-img {
    max-width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.reviews .btn {
    max-width: max-content;
}


/* <section class="callback2"> блок  форма 2 инпута и кнопка начало */

.callback2 {
    padding: 0;
    position: relative;
    height: 652px;
}

.callback2-wrap {
    background-image: url(../img/callback2-background.jpg);
    padding: 120px 138px 140px;
    clip-path: polygon(100% 0, 100% 93%, 96% 100%, 0 100%, 0 7%, 4% 0);
    height: 100%;
}

.callback2-wrap-content {
    position: absolute;
    z-index: 1;
    width: 1055px;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    color: #fff;
}

.callback2 .t1 {
    margin-bottom: 30px;
}

.callback2 .subtitle {
    margin-bottom: 50px;
}

.callback2 .container {
    position: initial;
    height: 100%;
}

.wrap-form {
    max-width: 410px;
    height: 170px;
    margin: 0 auto;
}

#orderMeter-btn {
    margin: 0 auto;
}

.callback2 .form-popup__btn {
    padding-top: 20px;
}


/* <section class="seo"> блок перед футером с текстом начало */

.seo-wrap {
    max-width: 1135px;
    margin: 0 auto;
}

.seo .t1 {
    margin-bottom: 40px;
}


/* footer начало */

.footer {
    padding-top: 25px;
    padding-bottom: 65px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-top {
    display: grid;
    grid-template: 1fr / repeat(3, 1fr);
    padding-bottom: 60px;
}

.footer-column {
    padding-left: 30px;
}

.footer-column:first-child {
    padding-left: 0px;
    padding-right: 10px;
}

.fc-title {
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--peach-color);
}

.ft-tel {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ft-adress,
.ft-tel-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--black-color);
}

.ft-adress {
    max-width: 339px;
}

.ft-social {
    margin-bottom: 29px;
}

.ft-wrap-socials {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.ft-social-icon {
    background-color: var(--peach-color);
    border-radius: 50%;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-creation {
    font-size: 16px;
    line-height: 150%;
    color: var(--black-color);
    opacity: 0.5;
}


/* footer конец */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.subtitle code,
.questions-wrap-t1 code {
    font-weight: 700;
    color: var(--peach-color);
}

.subtitle code {
    font-family: 'Montserrat';
}

.questions-wrap-t1 code {
    font-family: 'Engravers Gothic';
}

.border-cut {
    background: transparent;
    border: 1px solid var(--black-color);
    position: relative;
}

.border-cut:before {
    border-right: 1px solid var(--black-color);
    width: 50px;
    height: 30px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    left: -31px;
    top: -25px;
    background: var(--grey-color);
}

.border-cut:after {
    border-left: 1px solid var(--black-color);
    width: 50px;
    height: 30px;
    content: '';
    position: absolute;
    transform: rotate(50deg);
    right: -31px;
    bottom: -25px;
    background: var(--grey-color);
}

.technology .subtitle {
    margin-bottom: 40px;
}

.technology__slider-prev,
.technology__slider-next {
    width: 60px;
    height: 41px;
    color: transparent;
    display: block;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.technology__slider-prev {
    z-index: 11;
}

.technology__slider-prev .path-arrow,
.technology__slider-next .path-arrow {
    transition: fill 0.2s ease-in-out;
}

.technology__slider-prev:hover .path-arrow,
.technology__slider-next:hover .path-arrow {
    fill: var(--peach-color);
}

.technology__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.technology__item-left {
    position: absolute;
    display: flex;
    background-color: #fff;
    width: 100%;
    top: -1px;
    z-index: 5;
    padding: 32px 55px;
    clip-path: polygon(100% 0, 100% 86%, 94% 100%, 0 100%, 0 16%, 6% 0);
}

.technology__item-left img {
    max-width: 195px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 80px;
}

.technology__item-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
}

.technology__item-price {
    font-size: 16px;
}

.technology__item-price span {
    font-weight: 700;
    color: var(--peach-color);
}

.technology__item-right {
    max-width: 740px;
    position: relative;
    width: 100%;
    object-fit: cover;
    max-height: 550px;
    height: 100%;
    margin-left: auto;
}

.technology__slider-pagination {
    left: -22%;
    top: 40%;
    font-size: 16px;
}

.__select {
    position: relative;
    width: 410px;
    height: 45px;
    margin: 0 auto 30px auto;
}

.__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}

.__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}

.__select[data-state="active"] .__select__content {
    opacity: 1;
    z-index: 8;
    visibility: visible;
}

.__select__label {
    padding: 12px 6px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.__select__label:hover {
    background-color: var(--peach-color);
}

.__select[data-state="active"] .__select__label+.__select__input+.__select__label {
    max-height: 40px;
    border-top-width: 1px;
}

.__select__title-wrapper {
    position: relative;
}

.__select::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    background-color: var(--black-color);
    right: 0;
    top: 0;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 60%, 66% 100%, 0 100%, 0 46%, 40% 0);
}

.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    height: 100%;
    padding: 12px 30px;
    cursor: pointer;
}

.__select__title::before,
.__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    z-index: 2;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: var(--color-white);
    transform: translate(-3px, -50%) rotate(45deg);
}

.__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}

.__select__content {
    position: absolute;
    top: 50px;
    left: 3px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #ffffff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    opacity: 0;
    font-weight: 700;
    z-index: 0;
    visibility: hidden;
}

.__select__input {
    display: none;
}

.__select__input:checked+label {
    background-color: #dedede;
}

.__select__input:disabled+label {
    opacity: 0.6;
    pointer-events: none;
}

.branches-select__btn {
    margin: 0 auto;
}

.some-popup_videoClip .some-popup__body {
    width: 100%;
    max-width: 1360px;
    background: linear-gradient(-45deg, transparent 0% 2%, var(--grey-color) 2% 98%, transparent 98% 100%);
    overflow: hidden;
}

.worksSlider__prev,
.worksSlider__next {
    width: 60px;
    height: 40px;
    color: transparent;
    display: block;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.worksSlider__prev .path-arrow,
.worksSlider__next .path-arrow {
    transition: fill 0.2s ease-in-out;
}

.worksSlider__prev:hover .path-arrow,
.worksSlider__next:hover .path-arrow {
    fill: var(--peach-color);
}

.worksSlider__pagination {
    right: 0;
    top: 0;
    text-align: right;
    bottom: 45px;
}

.worksSlider__slide-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 850px;
}

.worksSlider__slide-img {
    height: 275px;
    max-width: 300px;
    width: 100%;
}

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

.worksSlider__slide .worksSlider__slide-desc {
    display: none;
}

.worksSlider__slide.swiper-slide-next,
.worksSlider__slide.swiper-slide-prev {
    display: flex;
    opacity: 0.5;
}

.worksSlider__slide.swiper-slide-active {
    width: 100%;
    max-width: 850px;
    flex: 0 0 850px;
}

.worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
    height: 545px;
    max-width: 410px;
    width: 100%;
}

.worksSlider__slide.swiper-slide-active .worksSlider__slide-desc {
    display: block;
    min-width: 120px;
}

.worksSlider__slide-titel.t1 {
    font-size: 32px;
    font-family: 'Engravers Gothic';
    letter-spacing: 4%;
    margin-bottom: 15px;
}

.worksSlider__slide-place {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.worksSlider__slide-info {
    font-weight: 700;
    color: var(--peach-color);
    margin-bottom: 40px;
}

.worksSlider__prev {
    left: 32%;
}

.worksSlider__next {
    right: 32%;
}

.some-popup_worksSlider .some-popup__body {
    width: 100%;
    max-width: 1360px;
    background: linear-gradient(-45deg, transparent 0% 2%, var(--grey-color) 2% 98%, transparent 98% 100%);
}

.worksSlider-popup__list {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4%;
    margin-bottom: 35px;
}

.worksSlider-popup__list li {
    background-color: var(--color-white);
    padding: 12px 36px;
    order: 2;
    clip-path: polygon(100% 0, 100% 53%, 85% 100%, 0 100%, 0 47%, 15% 0);
}

.worksSlider-popup__list li._active {
    order: 1;
    background-color: var(--peach-color);
}

.worksSlider-popup__list li:not(:last-child) {
    margin-right: 20px;
}

.worksSlider-popup__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.worksSlider-popup__wrapper-desc {
    flex: 0 0 50%;
    width: 100%;
    margin-right: 30px;
}

.worksSlider-popup__wrapper-title.t1 {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: left;
}

.worksSlider-popup__wrapper-place {
    margin-bottom: 20px;
}

.worksSlider-popup__wrapper-list {
    margin-bottom: 15px;
}

.worksSlider-popup__wrapper-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

.worksSlider-popup__wrapper-list li div {
    flex: 0 0 40%;
}

.worksSlider-popup__wrapper-list li span,
.worksSlider-popup__wrapper-list li strong {
    flex: 0 0 60%;
}

.worksSlider-popup__wrapper-list li span:last-child {
    line-height: 1.5;
    max-width: 350px;
    margin-right: 20px;
}

.worksSlider-popup__wrapper-price {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 20px 0;
    background-color: var(--color-white);
    clip-path: polygon(100% 0, 100% 53%, 96% 100%, 0 100%, 0 47%, 4% 0);
    margin-left: -50px;
    padding-left: 50px;
}

.worksSlider-popup__wrapper-price div {
    flex: 0 0 50%;
}

.worksSlider-popup__wrapper-price div:last-child {
    font-weight: 700;
    color: var(--peach-color);
}

.worksSlider-popup__wrapper-img {
    flex: 0 0 50%;
    width: 100%;
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%, 5% 0);
}

.worksSlider-popup__wrapper-img img {
    height: 100%;
    max-height: 460px;
    width: 100%;
    object-fit: cover;
}

.some-popup_videoClip .some-popup__body {
    padding: 110px 25px 40px;
}

.videoClip__wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.videoClip__slider-box {
    width: 875px;
    position: relative;
}

.videoClip__slider-desc {
    width: 540px!important;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.videoClip__slider-video-wrapper {
    align-items: flex-end;
}

.videoClip__slide-video.swiper-slide {
    clip-path: polygon(100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%, 8% 0);
}

.videoClip__slide-video.swiper-slide-active {
    width: 460px!important;
    height: 445px;
}

.videoClip__slide-video.swiper-slide-active>p {
    width: 100%;
    height: 100%;
}

.videoClip__slide-video.swiper-slide-prev,
.videoClip__slide-video.swiper-slide-next {
    width: 178px!important;
    height: 174px;
    filter: opacity(0.5);
    pointer-events: none;
}

.videoClip__slide-video.swiper-slide-prev>p,
.videoClip__slide-video.swiper-slide-next>p {
    width: 100%;
    height: 100%;
}

.videoClip__slide-video iframe,
.videoClip__slide-video iframe {
    width: 100%!important;
    height: 100%!important;
}

.videoClip__slide-title.t1 {
    font-family: 'Engravers Gothic';
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
    height: 64px;
    overflow: hidden;
    margin-bottom: 15px;
}

.videoClip__slide-place {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

.videoClip__slide-list>li {
    display: flex;
    column-gap: 100px;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.videoClip__slide-list>li>div:first-child {
    width: 150px;
}

.swiper-button-prev-videoClip.peach-cube-icon,
.swiper-button-next-videoClip.peach-cube-icon {
    width: 70px;
    z-index: 10;
    background: linear-gradient(-45deg, transparent 0% 18%, var(--black-color) 18% 82%, transparent 82% 100%);
}

.swiper-button-prev-videoClip.peach-cube-icon::after,
.swiper-button-next-videoClip.peach-cube-icon::after {
    content: "→";
    color: var(--color-white);
    font-family: 'Montserrat';
    font-size: 43px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    bottom: 4px;
    position: relative;
}

.swiper-button-prev-videoClip.peach-cube-icon::after {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.videoClip-wrap-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.swiper-button-next-videoClip {
    position: absolute;
    top: 50%;
    right: 188px;
}

.swiper-button-prev-videoClip {
    position: absolute;
    top: 50%;
    left: 168px;
}

.ytp-large-play-button.ytp-button {
    opacity: 0;
}

.technology__slide-wrapper {
    position: relative;
    justify-content: flex-end;
}

.technology__item-left {
    left: 0;
    max-width: auto;
    width: var(--profileWidthBlock);
    height: var(--profileHeightBlock);
}

.technology__slider-wrap-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--profileWidthBlock);
    height: var(--profileHeightBlock);
}

.technology__slider-next {
    right: -30px;
    top: 100px;
}

.technology__slider-prev {
    left: auto;
    right: -30px;
    top: 155px;
}

.technology__slider-pagination {
    left: 0;
    top: -1px;
    width: var(--profileWidthBlock);
    height: var(--profileHeightBlock);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
}

.wpcf7-response-output {
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 35px;
}

.callback2-wrap {
    padding: 80px;
    padding-bottom: 150px;
}

*::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
    background: var(--black-color);
    /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
    background-color: #403F44;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid var(--black-color);
    /* creates padding around scroll thumb */
}


/* СТИЛИ СТРАНИЧКИ ФИЛИАЛЫ НАЧАЛО ----------------------------------------- */

.section-map {
    padding: 120px 0 150px;
    height: 795px;
}

.section-map-wrap {
    display: grid;
    grid-template: 1fr / 540px 1fr;
}

.section-map-content .t1 {
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}

.section-map-text {
    padding-right: 25px;
}

.section-map-text>p {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.5;
}

.section-map-text>p:last-child {
    margin-bottom: 0;
}

.section-map-wrap-img {
    display: flex;
    align-items: center;
}

.section-map-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.branches-page .banner {
    background-image: url(../img/branches-banner-min1366px.jpg);
}

.branches-page .banner .t1 {
    max-width: 705px;
    margin-bottom: 40px;
}

.section-map .t1 {
    height: 112px;
    overflow: hidden;
}

.section-map-text {
    height: 370px;
    overflow: hidden;
}

.branches-page .branches .t1 {
    width: 660px;
    height: 112px;
    overflow: hidden;
}

.branches-page .branches-select {
    margin-bottom: 0px;
}

.branches-page .algorithm {
    margin-bottom: 80px;
}

.branches-page .algorithm-slide-title {
    padding-right: 80px;
    height: 64px;
    overflow: hidden;
}

.branches-page .algorithm-slide {
    padding: 65px 50px 25px 30px;
    height: 310px;
}

.branches-page .reviews .t1 {
    height: 175px;
}

.branches-page .callback2-wrap-content {
    width: 900px;
}


/* СТИЛИ СТРАНИЧКИ ФИЛИАЛЫ КОНЕЦ ----------------------------------------- */


/* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА НАЧАЛО ---------------------------- */

.branch-page .banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.contacts-branch-wrap {
    display: grid;
    grid-template: 580px / 500px 1fr;
    column-gap: 65px;
    justify-content: space-between;
    overflow: hidden;
}

.contacts-branch .t1 {
    text-align: left;
    margin-bottom: 45px;
}

.contacts-branch .title-t1 {
    height: 112px;
    overflow: hidden;
}

.contacts-branch-schedule,
.contacts-branch-tel {
    display: flex;
}

.contacts-branch-tel {
    margin-bottom: 35px;
    height: 110px;
    overflow: hidden;
}

.contacts-branch-schedule {
    margin-bottom: 30px;
    height: 130px;
    overflow: hidden;
}

.wrap-contacts-branch-text {
    height: 121px;
    overflow: hidden;
}

.contacts-branch-tel-icon {
    margin-right: 40px;
    min-width: 50px;
}

.contacts-branch-text1 {
    margin-bottom: 25px;
}

.contacts-branch-wrap a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
}

.contacts-branch-tel-t1.t1 {
    font-size: 32px;
    line-height: 0.7;
    margin-bottom: 15px;
}

.contacts-branch-img {
    clip-path: polygon(100% 0, 100% 93%, 96% 100%, 0 100%, 0 7%, 4% 0);
}

.contacts-branch-img img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.ceilings-slider {
    padding: 0 0 120px;
    position: relative;
    z-index: 1;
}

.ceilings-slider .t1 {
    text-align: left;
    max-width: 790px;
    margin: 0 0 20px;
}

.ceilings-slider .subtitle {
    margin-bottom: 70px;
    text-align: left;
}

.ceilings-slide {
    display: flex;
    justify-content: space-between;
    height: 550px;
}

.ceilings-swiper-wrapper {
    position: relative;
}

.ceilings-slide {
    opacity: 0!important;
}

.ceilings-slide.swiper-slide-active {
    opacity: 1!important;
}

.ceilings-slide-content {
    width: 400px;
    height: 100%;
    overflow: hidden;
}

.ceilings-slide-card {
    width: 100%;
    height: 150px;
}

.ceilingsSlider-wrap-pagination,
.ceilingsSlider-wrap-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 150px;
}

.ceilingsSlider-wrap-pagination {
    max-width: 77px;
    max-height: 60px;
}

.ceilingsSlider-swiper-pagination {
    width: 100%;
    height: 100%;
}

.ceilingsSlider-swiper-pagination.swiper-pagination-fraction {
    bottom: auto;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    opacity: 0.4;
}

.swiper-button-next-ceilingsSlider,
.swiper-button-prev-ceilingsSlider {
    background: linear-gradient(-45deg, transparent 0% 18%, var(--black-color) 18% 82%, transparent 82% 100%);
    width: 60px;
    height: 40px;
}

.swiper-button-next-ceilingsSlider {
    right: -30px;
    top: 40px;
}

.swiper-button-prev-ceilingsSlider {
    right: -30px;
    left: auto;
    bottom: 25px;
    top: auto;
}

.swiper-button-prev-ceilingsSlider::after,
.swiper-button-next-ceilingsSlider::after {
    content: "→";
    color: var(--color-white);
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    bottom: 3px;
    position: relative;
}

.swiper-button-prev-ceilingsSlider::after {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.ceilings-slide-card {
    width: 100%;
    background: linear-gradient(-45deg, transparent 0% 3%, var(--color-white) 3% 97%, transparent 97% 100%);
    padding: 65px 45px 20px 50px;
}

.ceilings-slide-title {
    font-family: 'Engravers Gothic';
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    max-height: 64px;
    overflow: hidden;
}

.ceilings-slide-text {
    padding: 35px 10px 0px 55px;
    line-height: 1.5;
    height: 400px;
    overflow: hidden;
}

.ceilings-slide-img {
    height: 100%;
    width: 57%;
    clip-path: polygon(100% 0, 100% 93%, 95% 100%, 0 100%, 0 7%, 5% 0);
}

.ceilings-slide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.manager {
    padding: 0;
}

.manager-wrap {
    clip-path: polygon(100% 0, 100% 93%, 96% 100%, 0 100%, 0 7%, 4% 0);
}

.manager-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template: 535px / 455px 1fr;
}

.manager-photo {
    padding-top: 30px;
    transform: translateX(-35px);
}

.manager-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.manager-content {
    padding: 48px 120px 68px 65px;
    color: var(--color-white);
}

.manager-name {
    font-size: 32px;
    text-align: left;
    margin-bottom: 8px;
}

.manager-branch {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--peach-color);
    padding: 0 20px 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    display: inline-block;
}

.manager-title {
    font-family: 'Engravers Gothic';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.manager-text {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 60px;
}

.manager {
    height: 270px;
    overflow: visible;
}

.manager>.container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.branch-page .algorithm {
    padding: 350px 0 50px;
}

.manager-btn {
    width: 220px;
    position: relative;
    background-color: initial;
    color: var(--color-white);
    clip-path: polygon(100% 0, 100% 53%, 91% 100%, 0 100%, 0 47%, 9% 0);
    border: 1px solid var(--color-white);
    max-width: initial;
}

.manager-btn::before,
.manager-btn::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: var(--color-white);
    width: 28px;
    transform: rotate(-44deg);
    overflow: hidden;
}

.manager-btn::before {
    left: -6px;
    top: 9px;
}

.manager-btn::after {
    right: -6px;
    bottom: 9px;
}

.wrap-contacts-branch-text-media {
    display: none;
}


/* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА КОНЕЦ --------------------------------- */

/* стили страницы 404.php . начало */
body.error404 {
    display: grid;
    min-height: 100vh;
    grid-template: auto 1fr auto / 1fr;
}

body.error404 .footer {
    padding: 50px 0;
}


main.error-404 {
    background-color: var(--color-white);
}

.error-404__wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
	padding: 45px 0;
}

.error-404__title {
    font-size: 100px;
    font-weight: 600;
    color: var(--orange-color);
}

.error-404__subtitle {
    font-size: 45px;
    padding: 35px;
    letter-spacing: 0.5px;
}

.error-404__btn {
    font-size: 32px;
    color: #000;
    max-width: 540px;
    padding: 35px 40px;
}


/* стили страницы 404.php . конец */

/* стили страницы Контакты начало*/
body.page-template-contacts section:first-child {
    padding-top: 80px;
}

body.page-template-contacts section {
    padding-top: 0px;
    padding-bottom: 120px;
}

.contacts__inner {
    display: grid;
    grid-template: auto / 480px 1fr;
    column-gap: 35px;
}

.contacts__info {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.contacts__br {
    display: none;
}


.contacts__item {
    display: flex;
    column-gap: 10px;
}

.contacts__item-address a {
    margin-bottom: 10px;
}

.contacts__item-address a:last-child {
    margin-bottom: 0px;
}

.contacts__item-info>span {
    color: var(--peach-color);
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.contacts__item-info>a {
    font-size: 20px;
    color: var(--black-color);
    line-height: 1.2;
    transition: var(--transition);
}

.contacts__item-info>a:hover {
    transition: var(--transition);
    color: var(--orange-color);
}
.contacts__item-info {
    color: var(--black-color);
}

.contacts__item-info-tel>a {
margin-bottom: 10px;
}
.contacts__item-info-tel>a:last-child {
    margin-bottom: 0px;
}
.contacts__schedule {
    font-size: 20px;
}

.contacts__schedule span {
    font-weight: 600;
}

.contacts__item>svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.contacts__map>iframe {
    width: 100%;
    height: 100%;
}

.contacts .t1 {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 0 20px 10px;
}

/* стили страницы Контакты конец*/

@media screen and (max-width: 1365px) {
     :root {
        --height-header: 74px;
        --teamBlockWidth: 475px;
        --teamBlockHeight: 390px;
        --profileWidthBlock: 505px;
        --profileHeightBlock: 220px;
        --profileWidthBlock: 385px;
    }
    .container {
        width: 1024px;
        padding: 0 15px;
    }
    .banner {
        background-image: url(../img/home-banner-max1365px.jpg);
        height: 570px;
        /* не изменять height*/
    }
    .banner .t1 {
        padding: 0;
        font-size: var(--t1-size);
        max-width: 575px;
    }
    .btn {
        font-size: 12px;
    }
    .header {
        font-size: 12px;
    }
    .menu a {
        padding: 5px 12px;
    }
    .menu a::before {
        left: -5px;
    }
    .menu a::after {
        right: -5px;
    }
    .contact-tel {
        padding: 8px 0;
    }
    .contact-btn {
        padding: 8px 9px;
    }
    .logo-link {
        width: 140px;
    }
    .logo-link {
        min-width: 140px;
    }
    .contact {
        column-gap: 10px;
    }
    .contact-tel,
    .contact-btn {
        width: 100%;
		min-width: 130px;
        height: auto;
        clip-path: polygon(100% 0, 100% 52%, 91% 100%, 0 100%, 0 48%, 9% 0);
        font-size: 10px;
    }
    .menu-block {
        display: flex;
        column-gap: 15px;
    }
    .contact-tel::before {
        left: -5px;
        top: 7px;
    }
    .contact-tel::before,
    .contact-tel::after {
        width: 22px;
        transform: rotate(-47deg);
    }
    .contact-tel::after {
        right: -5px;
        bottom: 7px;
    }
    .branches .t1 {
        height: 56px;
        overflow: hidden;
    }
    .benefits-wrap-columns {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;
    }
    .solutions {
        padding: 120px 0 155px;
    }
    .solutions-swiper-wrapper {
        display: flex;
        gap: 0px;
    }
    .solutions-slide {
        height: 270px;
    }
    .lens .t1 {
        height: 224px;
        max-width: 800px;
    }
    .questions {
        background-image: url(../img/questions-banner-max1365.jpg);
    }
    .questions .t1 {
        padding: 0;
        height: 225px;
    }
    .questions-wrap-t1 {
        max-width: 510px;
    }
    .algorithm-swiper-wrapper .algorithm-slide:nth-child(2),
    .algorithm-swiper-wrapper .algorithm-slide:nth-child(3),
    .algorithm-swiper-wrapper .algorithm-slide:nth-child(4),
    .algorithm-swiper-wrapper .algorithm-slide:nth-child(5) {
        margin: 0;
    }
    .algorithm-swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: stretch;
        row-gap: 0px;
    }
    .algorithm .t1 {
        padding: 0 30px;
    }
    .reviews-card {
        max-width: 650px;
    }
    .reviews .t1 {
        padding: 0;
    }
    .callback-wrap {
        max-width: 800px;
    }
    .callback2 {
        height: 606px;
    }
    .callback2-wrap {
        padding: 80px
    }
    .callback2 .t1 {
        padding: 0;
    }
    .callback2 .subtitle {
        margin-bottom: 15px;
    }
    .seo-wrap {
        padding: 0 40px;
    }
    .teamSliderBig__slide-inner picture,
    .teamSliderBig__slide-img {
        max-width: 200px;
        max-height: 320px;
    }
    .teamSliderBig__slide-inner {
        height: var(--teamBlockHeight);
    }
    .teamSliderBig__slide-text {
        max-height: 200px;
    }
    .teamSliderThumb__slide-min {
        height: 160px;
    }
    .callback2-wrap-content {
        top: 70px;
    }
    .worksSlider__prev {
        left: 41%;
    }
    .worksSlider__next {
        right: 12%;
    }
    .videoClip__slider-desc {
        width: 430px!important;
    }
    .technology__item-left {
        padding: 25px 45px;
    }
    .technology__item-title {
        font-size: 26px;
    }
    .technology__item-left {
        padding: 25px 3px;
    }
    .technology__item-left img {
        margin-right: 0;
        max-width: 170px;
    }
    .technology__item-right {
        max-width: 555px;
    }
    .technology__item-left {
        padding: 25px;
    }
    .technology__item-left img {
        max-width: 120px;
        object-fit: contain;
    }
    .technology__item-right {
        max-width: 435px;
    }
    .technology__slider-next,
    .technology__slider-prev {
        width: 40px;
        height: 25px;
    }
    .technology__slider-next svg,
    .technology__slider-prev svg {
        width: 40px;
        height: 25px;
    }
    .technology__item-title {
        font-size: 20px;
    }
    .technology__slider-pagination {
        font-size: 10px;
    }
    .technology__slider-next {
        right: -22px;
        top: 80px;
    }
    .technology__slider-prev {
        left: auto;
        right: -22px;
        top: 140px;
    }
    /* страничка филиалы начало  */
    .branches-page .banner {
        background-image: url(../img/branches-banner-max1365px.jpg);
    }
    .section-map {
        height: 765px;
    }
    .section-map-wrap {
        grid-template: 1fr / 415px 1fr;
    }
    .branches-page .banner .t1 {
        max-width: 600px;
    }
    .section-map .t1 {
        height: 90px;
        font-size: 42px;
    }
    .section-map-text>p {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.4;
    }
    .section-map-text {
        height: 353px;
    }
    .branches-page .algorithm {
        padding: 120px 0 100px;
    }
    .branches-page .callback2 .t1 {
        height: 120px;
    }
    .callback2-wrap-content {
        width: 980px;
    }
    /* страничка филиалы конец  */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА НАЧАЛО ---------------------------- */
    .contacts-branch-wrap {
        grid-template: 522px / 430px 1fr;
        column-gap: 40px;
    }
    .wrap-contacts-branch-text {
        height: 140px;
    }
    .contacts-branch-wrap .title-t1 {
        font-size: 38px;
        margin-bottom: 25px;
    }
    .contacts-branch .title-t1 {
        height: 85px;
    }
    .contacts-branch-tel {
        margin-bottom: 30px;
    }
    .contacts-branch-text1 {
        margin-bottom: 15px;
    }
    .contacts-branch-schedule {
        margin-bottom: 30px;
    }
    .ceilings-slide-img {
        width: 54%;
        clip-path: polygon(100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%, 5% 0);
    }
    .ceilings-slide {
        height: 470px;
    }
    .manager-inner {
        grid-template: 490px / 400px 1fr;
    }
    .manager-content {
        padding: 35px 35px 23px 0;
    }
    .manager-text {
        margin-bottom: 35px;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА КОНЕЦ --------------------------------- */
    .error-404__btn {
        font-size: 32px;
    }
}

@media(max-width: 1300px) {
    .some-popup_videoClip .some-popup__body {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .some-popup_videoClip .some-popup__body {
        padding: 60px 25px 40px;
    }
    .videoClip__slider-desc {
        width: 400px!important;
    }
    .videoClip__slider-box {
        width: 700px;
    }
    .videoClip__slide-video.swiper-slide-active {
        width: 320px!important;
        height: 380px;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next {
        width: 170px!important;
        height: 150px;
    }
    .swiper-button-prev-videoClip {
        left: 158px;
    }
    .swiper-button-next-videoClip {
        right: 155px;
    }
    .swiper-button-prev-videoClip.peach-cube-icon,
    .swiper-button-next-videoClip.peach-cube-icon {
        height: 45px;
    }
}

@media screen and (max-width: 1160px) {
    .burger {
        display: flex;
        flex-direction: column;
        width: 24px;
        height: 20px;
        justify-content: space-between;
        position: relative;
        transition: all 0.3s ease;
    }
    .burger__span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: var(--peach-color);
        transition: all 0.3s ease;
    }
    .burger__top {
        transform-origin: left;
    }
    .burger__bottom {
        transform-origin: left;
    }
    .burger.active {
        transition: all 0.3s ease;
    }
    .burger.active .burger__top {
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .burger.active .burger__center {
        opacity: 0;
    }
    .burger.active .burger__bottom {
        transform: rotate(-45deg);
        transition: all 0.3s ease;
    }
    .contact {
        display: none;
    }
    .contact-media {
        display: flex;
    }
    .nav {
        position: fixed;
        width: 240px;
        height: calc(100vh - var(--height-header) + 1px);
        top: calc(var(--height-header) - 1px);
        background-color: var(--black-color);
        background-color: var(--black-color);
        right: -100%;
        padding: 50px 20px;
        box-shadow: inset 0px 3px 2px 1px rgb(0 0 0 / 20%);
        transition: var(--transition);
    }
    .nav.active {
        right: 0;
        transition: var(--transition);
    }
    .menu {
        flex-direction: column;
        width: 100%;
        row-gap: 20px;
    }

    .contact-tel, .contact-btn {
        width: 100%;
        min-width: 160px;
        font-size: 12px;
    }
}

@media (max-width: 1150px) {
    .worksSlider-popup__list {
        overflow-x: auto;
        padding-bottom: 15px;
    }
    .worksSlider-popup__list li {
        padding: 12px 20px;
    }
    .some-popup__close--black::before {
        width: 40px;
        height: 40px;
    }
    .some-popup__close--black {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 1024px) {
     :root {
        --t1-size: 30px;
        --teamBlockWidth: 420px;
        --teamBlockHeight: 360px;
    }
    .container {
        width: 768px;
    }
    .banner .t1 {
        max-width: 470px;
        font-size: 45px;
    }
    .banner {
        background-image: url(../img/home-banner-max1024px.jpg);
        height: 450px;
        /* не изменять height*/
    }
    .benefits {
        padding: 80px 0;
    }
    .benefits .t1 {
        max-width: 560px;
        height: 70px;
        margin-bottom: 40px;
    }
    .benefits-wrap-columns {
        padding: 0;
    }
    .branches .t1 {
        height: 30px;
    }
    .works-wrap-title {
        max-width: 440px;
    }
    .works .t1 {
        height: 70px;
    }
    .solutions {
        padding: 80px 0 100px;
    }
    .solutions .t1 {
        max-width: 530px;
        height: 70px;
        margin-bottom: 45px;
    }
    .solutions-swiper-wrapper {
        display: flex;
        gap: 0px;
    }
    .lens {
        padding: 0px 0 80px;
    }
    .lens .t1 {
        height: 100px;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .teamSliderBig__slide-description {
        font-size: 14px;
    }
    .teamSliderBig__slide-name {
        font-size: 25px;
    }
    .teamSliderBig__slide-inner picture,
    .teamSliderBig__slide-img {
        max-width: 170px;
        max-height: 300px;
    }
    .teamSliderBig__slide-text {
        max-height: 175px;
    }
    .questions {
        background-image: url(../img/questions-banner-max1024.jpg);
    }
    .questions .t1 {
        margin-bottom: 50px;
        max-width: 345px;
        height: 105px;
    }
    .questions-items {
        row-gap: 45px;
    }
    .questions-item {
        max-width: 245px;
        padding-left: 10px;
        font-size: 30px;
    }
    .callback {
        padding: 90px 0;
        height: 415px;
    }
    .callback-wrap {
        max-width: 500px;
    }
    .callback .t1 {
        margin-bottom: 35px;
        height: 70px;
    }
    .callback .subtitle {
        height: 40px;
        margin: 0 auto 50px;
    }
    .algorithm-swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: stretch;
        row-gap: 0px;
    }
    .algorithm .t1 {
        padding: 0 52px;
        height: 40px;
        margin-bottom: 40px;
    }
    .algorithm {
        padding: 80px 0 50px;
    }
    .algorithm-slide {
        height: 320px;
    }
    .algorithm-slide-title {
        font-size: 28px;
    }
    .team {
        padding: 70px 0 100px 0;
    }
    .reviews {
        padding: 110px 0 90px;
    }
    .seo {
        padding: 90px 0;
    }
    .reviews-wrap {
        height: 475px;
    }
    .reviews-card {
        max-width: 420px;
        min-height: 270px;
    }
    .reviews .t1 {
        height: 70px;
    }
    .reviews-wrap-img {
        max-width: 70%;
    }
    .callback2-wrap {
        padding: 80px
    }
    .callback2 .t1 {
        padding: 0;
    }
    .footer {
        padding-bottom: 35px;
    }
    .footer .container {
        padding: 0 20px;
    }
    .footer-column {
        padding-left: 13px;
    }
    .ft-wrap-socials {
        column-gap: 8px;
    }
    .worksSlider__slide-inner {
        max-width: 685px;
    }
    .videoClip__slider-box {
        width: 535px;
    }
    .videoClip__slider-desc {
        width: 280px!important;
    }
    .videoClip__slide-title.t1 {
        font-size: 22px;
        line-height: 22px;
        height: 48px;
        margin-bottom: 10px;
    }
    .videoClip__slide-place {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
        margin-bottom: 15px;
    }
    .videoClip__slide-list>li {
        column-gap: 30px;
        padding: 8px 0;
    }
    .videoClip__slide-video.swiper-slide-active {
        width: 230px!important;
        height: 320px;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next {
        width: 130px!important;
        height: 130px;
    }
    .swiper-button-prev-videoClip.peach-cube-icon,
    .swiper-button-next-videoClip.peach-cube-icon {
        height: 30px;
        width: 45px;
    }
    .swiper-button-prev-videoClip.peach-cube-icon::after,
    .swiper-button-next-videoClip.peach-cube-icon::after {
        font-size: 25px;
        bottom: 1px;
    }
    .swiper-button-prev-videoClip {
        left: 128px;
    }
    .swiper-button-next-videoClip {
        right: 133px;
    }
    /* страничка филиалы начало  */
    .branches-page .banner .t1 {
        max-width: 490px;
        margin-bottom: 30px;
    }
    .branches-page .banner {
        background-image: url(../img/branches-banner-max1024px.jpg);
    }
    .section-map {
        height: 615px;
    }
    .section-map {
        padding: 80px 0 110px;
    }
    .section-map-wrap {
        grid-template: 1fr / 300px 1fr;
    }
    .section-map .t1 {
        height: 65px;
        font-size: var(--t1-size);
        margin-bottom: 25px;
    }
    .section-map-text>p {
        margin-bottom: 17px;
        line-height: 1.3;
        font-size: 16px;
    }
    .section-map-text>p:last-child {
        margin-bottom: 0;
    }
    .section-map-text {
        height: 325px;
    }
    .branches-page .branches .t1 {
        width: 510px;
        height: 40px;
        margin-bottom: 20px;
    }
    .branches-page .branches .subtitle {
        margin-bottom: 35px;
    }
    .branches-page .algorithm-slide {
        height: 330px;
    }
    .branches-page .callback2 .t1 {
        max-width: 460px;
        height: 60px;
    }
    .branches-page .callback2 .subtitle {
        margin-bottom: 40px;
        height: 60px;
        max-width: 500px;
        margin: 0 auto 25px;
    }
    .branches-page .wrap-form .wpcf7-spinner {
        position: absolute;
        top: 0;
        opacity: 0;
    }
    .branches-page .callback2 .form-popup__btn {
        margin-bottom: 15px;
    }
    .branches-page .reviews .t1 {
        height: 100px;
    }
    .technology .t1 {
        padding-top: 50px;
    }
    /* страничка филиалы конец  */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА НАЧАЛО ---------------------------- */
    .contacts-branch {
        padding: 80px 0;
    }
    .contacts-branch-wrap {
        display: flex;
        flex-direction: column;
    }
    .contacts-branch .t1 {
        font-size: var(--t1-size);
    }
    .contacts-branch-tel-icon {
        margin-right: 20px;
    }
    .contacts-branch .title-t1 {
        height: 32px;
    }
    .contacts-branch-flex-block {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-bottom: 40px;
        height: 130px;
        overflow: hidden;
    }
    .contacts-branch-flex-block>div {
        margin-bottom: 0;
        width: 50%;
    }
    .wrap-contacts-branch-text {
        display: none;
    }
    .wrap-contacts-branch-text-media {
        display: block;
        height: 111px;
        overflow: hidden;
    }
    .contacts-branch-img {
        height: 570px;
        margin-bottom: 40px;
    }
    .ceilings-slider .t1 {
        max-width: 450px;
    }
    .ceilings-slider .subtitle {
        margin-bottom: 40px;
    }
    .ceilings-slide-title {
        font-size: 24px;
    }
    .ceilings-slide-card {
        height: 130px;
        padding: 55px 30px 20px 35px;
    }
    .ceilingsSlider-wrap-pagination,
    .ceilingsSlider-wrap-button,
    .ceilings-slide-content {
        width: 290px;
    }
    .ceilingsSlider-wrap-pagination {
        max-width: 60px;
        max-height: 50px;
    }
    .swiper-button-next-ceilingsSlider,
    .swiper-button-prev-ceilingsSlider {
        width: 50px;
        height: 35px;
    }
    .swiper-button-next-ceilingsSlider {
        right: -25px;
        top: 45px;
    }
    .swiper-button-prev-ceilingsSlider {
        right: -25px;
        bottom: 42px;
    }
    .ceilings-slide-text {
        padding: 35px 10px 0px 30px;
    }
    .branch-page .algorithm {
        padding: 400px 0 50px;
    }
    .manager-content {
        padding: 15px 35px 35px 35px;
    }
    .manager-inner {
        grid-template: 400px 320px / 1fr;
    }
    .manager-title,
    .manager-name {
        font-size: var(--t1-size);
    }
    .manager-text {
        margin-bottom: 40px;
    }
    .manager-wrap {
        clip-path: polygon(100% 0, 100% 94%, 94% 100%, 0 100%, 0 6%, 6% 0);
    }
    .manager-photo {
        max-width: 385px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: 35px;
        transform: initial;
    }
    .wrap-manager-name {
        position: absolute;
        top: 95px;
        right: 10px;
        max-width: 370px;
    }
    .manager {
        height: 400px;
    }
    .callback2 {
        height: 512px;
    }
    .callback2-wrap-content {
        width: 580px;
        top: 65px;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА КОНЕЦ --------------------------------- */
    .contacts__inner {
        grid-template: auto 340px / 1fr;
        row-gap: 50px;
    }
    .contacts__item {
        width: calc(50% - 13px);
    }
    .contacts__info {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 26px;
    }
    .contacts__br {
        display: block;
        }
}

@media(max-width:992px) {
    .worksSlider-popup .some-popup__body {
        padding-top: 65px;
    }
    .worksSlider-popup__wrapper {
        flex-direction: column;
    }
    .worksSlider-popup__wrapper-desc {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
     :root {
        --height-header: 66.5px;
        --teamBlockHeight: 520px;
        --profileHeightBlock: 150px;
        --profileWidthBlock: 250px;
    }
    .container {
        padding: 0px 15px;
    }
    .container {
        width: 576px;
    }
    .logo-link {
        width: 115px;
        min-width: auto;
    }

    .nav {
        width: 100%;
        row-gap: 50px;
        flex-direction: column;
    }
    .menu {
        row-gap: 30px;
    }
    .menu a {
        font-size: 16px;
        line-height: 1;
    }
    .menu a::before {
        left: -16px;
        top: -52%;
    }
    .menu a::after {
        right: -16px;
        bottom: 65%;
    }

    .contact-media.contact {
        display: none;
    }
    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .contact-tel,
    .contact-btn.btn--link {
        font-size: 16px!important;
        width: 240px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: initial;
    }
    .contact-tel::before {
        width: 29px;
        transform: rotate(-42deg);
        left: -4px;
        top: 8px;
    }
    .contact-tel::after {
        width: 29px;
        transform: rotate(-42deg);
        right: -5px;
        bottom: 9px;
    }

    .banner {
        background-image: url(../img/home-banner-max768px.jpg);
        height: 386px;
        /* не изменять height*/
    }
    .banner-card {
        padding: 20px 30px 30px 30px;
    }
    .banner .t1 {
        max-width: 330px;
        margin-bottom: 10px;
        font-size: 30px;
    }
    .banner-card .subtitle-wrapper {
        margin-bottom: 15px;
    }
    .benefits-column {
        padding: 0;
        width: calc(50% - 20px);
    }
    .benefits-wrap-columns {
        gap: 20px;
    }
    .team-wrap-sliders {
        overflow: visible;
    }
    .teamSliderThumb {
        display: none;
        width: 0;
    }
    .team-wrap-sliders {
        justify-content: center;
    }
    .teamSliderBig__next,
    .teamSliderBig__prev {
        display: block;
        width: 30px;
        height: 20px;
        top: auto;
        bottom: 168px;
    }
    .teamSliderBig__next::after,
    .teamSliderBig__prev::after {
        font-size: 0;
    }
    .teamSliderBig__next svg,
    .teamSliderBig__prev svg {
        width: 30px;
        height: 20px;
        transition: fill 0.2s ease-in-out;
    }
    .teamSliderBig__next:hover .path-arrow,
    .teamSliderBig__prev:hover .path-arrow {
        fill: var(--peach-color);
    }
    .teamSliderBig__prev {
        left: 100px;
    }
    .teamSliderBig__next {
        right: 100px;
    }
    .teamSliderBig {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .teamSliderBig__slide-inner {
        flex-direction: column-reverse;
    }
    .teamSliderBig__slide-inner picture,
    .teamSliderBig__slide-description,
    .teamSliderBig__slide-img {
        width: 100%;
    }
    .teamSliderBig__slide-text {
        max-height: 130px;
    }
    .teamSliderBig__slide-inner picture,
    .teamSliderBig__slide-img {
        margin: 0 auto;
        width: 240px;
        max-width: none;
    }
    .teamSliderBig__slide-name,
    .teamSliderBig__slide-position {
        text-align: center;
    }
    .teamSliderBig__slide-position {
        padding-bottom: 10px;
    }
    .questions {
        background-image: url(../img/questions-banner-max768.jpg);
    }
    .questions-item {
        max-width: 200px;
        font-size: 25px;
    }
    .questions-wrap-t1 {
        max-width: 270px;
    }
    .questions .t1 {
        margin-bottom: 25px;
        height: auto;
        max-height: 200px;
    }
    .reviews-card {
        max-width: 300px;
        min-height: initial;
    }
    .reviews .t1 {
        height: 100px;
        margin-bottom: 15px;
    }
    .reviews .subtitle {
        margin-bottom: 20px;
    }
    .callback2-wrap {
        padding: 55px 35px;
        clip-path: polygon(100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%, 8% 0);
    }
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .footer-top>div:nth-child(1) {
        width: 60%;
    }
    .footer-top>div:nth-child(2) {
        width: 40%;
        border-right: none;
    }
    .footer-top>div:nth-child(3) {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .solutions {
        overflow: hidden;
    }
    .solutionsSliderScrollbar {
        display: none;
    }
    .solutionsSlider {
        width: 360px;
        overflow: visible;
        padding: 0;
    }
    .solutionsSlider-wrap-button {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .swiper-button-next-solutionsSlider.peach-cube-icon,
    .swiper-button-prev-solutionsSlider.peach-cube-icon {
        width: 75px;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: linear-gradient(-45deg, transparent 0% 18%, var(--black-color) 18% 82%, transparent 82% 100%);
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon {
        left: -45px;
    }
    .swiper-button-next-solutionsSlider.peach-cube-icon {
        right: -45px;
    }
    .swiper-button-next-solutionsSlider.peach-cube-icon.changeColor,
    .swiper-button-prev-solutionsSlider.peach-cube-icon.changeColor {
        background: linear-gradient(-45deg, transparent 0% 18%, var(--peach-color) 18% 82%, transparent 82% 100%);
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon::after,
    .swiper-button-next-solutionsSlider.peach-cube-icon::after {
        content: "→";
        color: var(--color-white);
        font-family: 'Montserrat';
        font-size: 43px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.04em;
        bottom: 4px;
        position: relative;
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon.changeColor::after,
    .swiper-button-next-solutionsSlider.peach-cube-icon.changeColor::after {
        color: var(--black-color);
        font-weight: 500;
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon::after {
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
    .solutions-slide.swiper-slide-prev,
    .solutions-slide.swiper-slide-next {
        filter: opacity(0.5);
    }
    .solutionsSlider .card-slide {
        padding: 99px 50px 15px 40px
    }
    .slide-number {
        width: 60px;
    }
    .algorithm {
        overflow: hidden;
    }
    .algorithmSliderOnBranchesPage,
    .algorithmSlider {
        width: 360px;
        overflow: visible;
    }
    .algorithm .t1 {
        height: 60px;
    }
    .algorithm .card-slide {
        padding: 60px 40px 15px 40px;
    }
    .solutions-slide,
    .algorithm-slide {
        transition: var(--transition);
    }
    .solutions-slide.swiper-slide-prev,
    .solutions-slide.swiper-slide-next,
    .solutions-slide.swiper-slide-active,
    .algorithm-slide.swiper-slide-prev,
    .algorithm-slide.swiper-slide-next,
    .algorithm-slide.swiper-slide-active {
        transition: var(--transition);
    }
    .algorithm-slide.swiper-slide-prev,
    .algorithm-slide.swiper-slide-next {
        filter: brightness(0.5);
    }
    .slide-text {
        padding-top: 15px;
    }
    .some-popup__close--black::before {
        width: 30px;
        height: 30px;
        transform: scale(0.6);
    }
    .some-popup__close--black {
        width: 30px;
        height: 30px;
    }
    .worksSlider__slide-inner {
        max-width: 100%;
        padding-right: 35px;
    }
    .worksSlider__next {
        right: 6%;
    }
    .worksSlider__next,
    .worksSlider__prev {
        width: 40px;
        height: 25px;
    }
    .worksSlider__next svg,
    .worksSlider__prev svg {
        width: 40px;
        height: 25px;
    }
    .worksSlider__slide.swiper-slide-active {
        flex: 0 0 100%;
    }
    .worksSlider__slide-titel.t1 {
        font-size: 26px;
    }
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
        max-width: 290px;
    }
    .works-slider-wrap,
    .worksSlider,
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
        height: 350px!important;
    }
    .videoClip__wrapper {
        justify-content: initial;
        flex-direction: column;
        align-items: center;
        row-gap: 70px;
    }
    .videoClip__slider-desc {
        position: relative;
        width: 100%!important;
        height: auto;
    }
    .swiper-button-prev-videoClip {
        left: 142px;
    }
    .swiper-button-next-videoClip {
        right: 142px;
    }
    .videoClip__slider-box {
        width: 400px!important;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next,
    .videoClip__slide-video.swiper-slide {
        width: 400px!important;
        height: 340px;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next {
        height: 165px;
    }
    .videoClip__slide-video.swiper-slide>p {
        width: 100%;
        height: 100%;
    }
    .videoClip__slide-video.swiper-slide iframe {
        width: 100%;
        height: 100%;
    }
    .videoClip__slider-video {
        overflow: visible;
    }
    .swiper-button-prev-videoClip {
        left: -20px;
    }
    .swiper-button-next-videoClip {
        right: -20px;
    }
    .technology__item-left {
        padding: 25px 3px;
    }
    .technology__slider-next {
        top: 60px;
    }
    .technology__slider-prev {
        top: 105px;
    }
    .technology__item-right {
        max-width: 355px;
    }
    .technology__item-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .technology__item-price {
        font-size: 12px;
    }
    /* страничка филиалы начало  */
    .branches-page .banner {
        background-image: url(../img/branches-banner-max768px.jpg);
    }
    .section-map {
        height: 840px;
    }
    .section-map-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    .branches-page .callback2-wrap-content {
        width: 450px;
    }
    .branches-page .callback2-wrap-content {
        top: 70px;
    }
    .branches-page .banner .t1 {
        max-width: 330px;
    }
    .section-map .t1 {
        height: 35px;
    }
    .section-map-text>p {
        margin-bottom: 10px;
    }
    .section-map-text {
        height: 187px;
    }
    .section-map-wrap-img {
        height: 365px;
    }
    .branches-page .branches {
        padding: 0 0 90px;
    }
    .branches-page .branches .subtitle {
        height: 60px;
        width: 380px;
        text-align: center;
        margin: 0 auto 35px;
    }
    .branches-page .algorithm {
        padding: 80px 0;
    }
    .branches-page .reviews-card {
        max-width: 315px;
    }
    .reviews .subtitle {
        max-height: 60px;
    }
    /* страничка филиалы конец  */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА НАЧАЛО ---------------------------- */
    .contacts-branch-tel-t1.t1 {
        font-size: 24px;
    }
    .contacts-branch-tel-icon {
        margin-right: 10px;
    }
    .ceilings-slide-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .ceilings-slide {
        justify-content: flex-end;
    }
    .ceilings-slide-img {
        width: 73%;
    }
    .ceilings-slide {
        height: 330px;
    }
    .ceilings-slide-text {
        padding: 233px 10px 0px 146px;
        width: 546px;
    }
    .ceilings-slide-content,
    .ceilingsSlider {
        overflow: visible;
    }
    .ceilings-slider {
        padding: 0 0 260px;
    }
    .swiper-button-prev-ceilingsSlider::after,
    .swiper-button-next-ceilingsSlider::after {
        bottom: 1px;
    }
    .wrap-manager-name {
        position: relative;
        top: 0;
        right: 0;
    }
    .manager-inner {
        grid-template: 400px 510px / 1fr;
    }
    .manager {
        height: 400px;
    }
    .branch-page .algorithm {
        padding: 590px 0 50px;
    }
    .manager-wrap {
        clip-path: polygon(100% 0, 100% 94%, 90% 100%, 0 100%, 0 6%, 10% 0);
    }
    .callback2-wrap-content {
        width: 480px;
        top: 35px;
    }
    .callback2 .t1 {
        margin-bottom: 15px;
    }
    .callback2 {
        height: 493px;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА КОНЕЦ --------------------------------- */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ 404 начало --------------------------------- */
    .error-404__wrap {
        row-gap: 25px;
    }
    .error-404__title {
        font-size: 40px;
    }
    .error-404__subtitle {
        font-size: 26px;
        padding: 15px;
    }
    .error-404__btn {
        font-size: 22px;
        padding: 20px 30px;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ 404 конец --------------------------------- */
    .contacts__item {
        width: 100%;
    }
    .contacts__br {
        display: none;
    }
}

@media screen and (max-width: 576px) {
     :root {
        --height-header: 54.5px;
        --t1-size: 22px;
        --teamBlockWidth: 300px;
        --teamBlockHeight: 360px;
        --profileHeightBlock: 130px;
        --profileWidthBlock: 260px;
    }
    .subtitle {
        font-size: 16px;
    }
    .container {
        width: 360px;
    }
    section {
        padding: 80px 0;
    }
    .header-wrap {
        padding: 10px 0;
    }
    
    
    .banner {
        background-image: url(../img/home-banner-max576px.jpg);
        height: 290px;
        /* не изменять height*/
    }
    .banner .t1 {
        font-size: var(--t1-size);
        margin-bottom: 5px;
        max-width: 230px;
    }
    .banner-card {
        padding: 15px 30px 15px 20px;
    }
    .banner-card .subtitle {
        font-size: 16px;
        line-height: 1;
    }
    .banner-btn {
        padding: 8px 20px 8px;
    }
    .works .t1 {
        height: 50px;
        margin-bottom: 0;
    }
    .works .subtitle {
        height: 20px;
    }
    .branches {
        padding: 10px 0 120px;
    }
    .branches .t1 {
        height: 22px;
    }
    .benefits .t1 {
        height: 50px;
        margin-bottom: 40px;
    }
    .benefits .peach-cube-icon {
        width: 40px;
        height: 40px;
    }
    .benefits .peach-cube-icon>svg {
        width: 16px;
        height: 22px;
    }
    .benefits-list-title {
        margin: 20px 0 15px;
    }
    .benefits-list-title {
        font-size: 16px;
        line-height: 120%;
        max-width: 140px;
    }
    .benefits-wrap-columns {
        justify-content: space-between;
    }
    .benefits-column {
        width: calc(50% - 10px);
    }
    .benefits-wrap-columns {
        row-gap: 30px;
    }
    .benefits-list-items {
        font-size: 14px;
    }
    .benefits-column ul li {
        padding-left: 15px;
    }
    .benefits-column ul li::before {
        left: 3px;
    }
    .benefits {
        padding: 40px 0 50px;
    }
    .solutions {
        padding: 80px 0 80px;
    }
    .solutions .t1 {
        height: 50px;
        margin-bottom: 40px;
    }
    .solutionsSlider {
        width: 280px;
    }
    .solutionsSlider .card-slide {
        padding: 65px 35px 15px 35px;
    }
    .slide-number {
        width: 51px;
    }
    .slide-text {
        font-size: 16px;
    }
    .solutions-slide {
        height: 190px;
    }
    .swiper-button-next-solutionsSlider.peach-cube-icon,
    .swiper-button-prev-solutionsSlider.peach-cube-icon {
        width: 40px;
        height: 30px
    }
    .swiper-button-next-solutionsSlider.peach-cube-icon {
        right: -17px;
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon {
        left: -17px;
    }
    .swiper-button-prev-solutionsSlider.peach-cube-icon::after,
    .swiper-button-next-solutionsSlider.peach-cube-icon::after {
        font-size: 27px;
        bottom: 2px;
    }
    .teamSliderBig__slide-name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .teamSliderBig__slide-position {
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .teamSliderBig__slide-text {
        max-height: 75px;
        font-size: 10px;
    }
    .teamSliderBig__prev {
        left: 90px;
    }
    .teamSliderBig__next {
        right: 85px;
    }
    .teamSliderBig {
        padding-top: 20px;
        padding-left: 20px;
    }
    .teamSliderBig__next,
    .teamSliderBig__prev {
        bottom: 110px;
    }
    .lens .t1 {
        height: 90px;
        margin-bottom: 10px;
    }
    .lens .subtitle {
        margin-bottom: 40px;
    }
    .lens-btn {
        width: 180px;
        height: 180px;
    }
    .questions {
        background-image: url(../img/questions-banner-max576.jpg);
    }
    .questions {
        padding: 50px 0;
        height: 435px;
    }
    .questions-wrap {
        flex-direction: column;
        align-items: start;
        margin-left: 55px;
    }
    .questions-items {
        row-gap: 20px;
    }
    .questions-item {
        font-size: 20px;
        max-width: 190px;
    }
    .questions .peach-cube-icon {
        width: 30px;
        height: 30px;
    }
    .questions .peach-cube-icon>svg {
        width: 10px;
        height: 22px;
    }
    .callback {
        padding: 40px 0 32px;
        height: 310px;
        display: flex;
        align-items: center;
    }
    .callback .t1 {
        height: auto;
        margin-bottom: 20px;
    }
    .callback .subtitle {
        height: auto;
        margin: 0 auto 30px;
    }
    .algorithmSliderOnBranchesPage,
    .algorithmSlider {
        width: 290px;
    }
    .algorithm .t1 {
        margin-bottom: 40px;
        height: 48px;
    }
    .algorithm {
        padding: 40px 0 25px;
    }
    .algorithm-slide-title {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .algorithm .card-slide {
        padding: 45px 30px 20px 25px;
    }
    .slide-number {
        width: 45px;
        height: 40px;
    }
    .algorithm-slide {
        height: 280px;
    }
    .technology {
        padding: 64px 0 0px;
        height: 607px;
    }
    .reviews-wrap {
        height: 330px;
    }
    .reviews .t1 {
        height: 45px;
        margin-bottom: 10px;
    }
    .reviews .subtitle {
        max-height: 21px;
    }
    .reviews-card {
        padding: 20px 30px 20px;
    }
    .reviews-wrap-img {
        max-width: 100%;
    }
    .reviews {
        padding: 80px 0 200px;
    }
    .reviews-card {
        position: absolute;
        bottom: -140px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }
    .reviews-icon {
        top: initial;
        bottom: 5px;
        left: -12px;
        z-index: 0;
    }
    .callback2 {
        height: 468px;
    }
    .callback2 .t1 {
        margin-bottom: 20px;
    }
    .callback2 .subtitle {
        margin-bottom: 25px;
    }
    .callback2-wrap {
        clip-path: polygon(100% 0, 100% 94%, 92% 100%, 0 100%, 0 6%, 8% 0);
    }
    .seo-text>p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .seo .t1 {
        margin-bottom: 20px;
    }
    .seo {
        padding: 60px 0;
    }
    .seo-wrap {
        padding: 0;
    }
    .fc-title {
        margin-bottom: 15px;
    }
    .ft-adress,
    .ft-tel-number {
        font-size: 14px;
    }
    .btn--link {
        padding: 8px 16px;
        font-size: 8px!important;
    }
    .manager-btn {
        font-size: 12px!important;
        padding: 11px 20px;
    }
    .footer-top>div:nth-child(1) {
        width: 53%;
        padding-right: 5px;
    }
    .footer-top>div:nth-child(2) {
        width: 47%;
        padding-left: 7px;
    }
    .footer-top {
        row-gap: 20px;
        padding-bottom: 30px;
    }
    .footer .peach-cube-icon {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .footer .peach-cube-icon>svg {
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    .footer-logo {
        display: none;
    }
    .footer-bottom {
        padding-top: 20px;
        justify-content: center;
    }
    .footer {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .worksSlider__slide-titel.t1 {
        font-size: 16px;
        text-align: left;
    }
    .worksSlider__slide-place {
        font-size: 14px;
    }
    .worksSlider__slide-info {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
        max-width: 145px;
    }
    .worksSlider__pagination {
        font-size: 12px;
        height: 100px;
    }
    .worksSlider__slide-inner {
        padding-right: 28px;
    }
    .worksSlider__slide-desc {
        margin-right: 20px;
    }
    .worksSlider-popup__list {
        font-size: 12px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .worksSlider-popup__wrapper-title.t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .worksSlider-popup__wrapper-place,
    .worksSlider-popup__wrapper-list,
    .worksSlider-popup__wrapper-price {
        font-size: 14px;
    }
    .worksSlider-popup__wrapper-place {
        margin-bottom: 15px;
    }
    .worksSlider-popup__wrapper-list li {
        padding: 10px 0;
    }
    .worksSlider-popup__wrapper-price {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: -50px;
    }
    .worksSlider-popup__wrapper-img img {
        max-height: 260px;
    }
    .worksSlider-popup .some-popup__body {
        padding: 65px 15px;
        overflow: hidden;
    }
    .branches .t1 {
        margin-bottom: 10px!important;
    }
    .branches .subtitle {
        margin-bottom: 30px!important;
    }
    .branches-select {
        margin-bottom: 20px;
    }
    .__select {
        width: 100%;
    }
    .__select__title {
        font-size: 14px;
    }
    .worksSlider__slide-inner {
        flex-direction: column;
    }
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-desc {
        padding: 15px;
        background: linear-gradient(-45deg, transparent 0% 3%, var(--color-white) 3% 97%, transparent 97% 100%);
        position: relative;
        margin: 0 auto 10px;
        min-width: 290px;
        order: 1;
    }
    .works-slider-wrap,
    .worksSlider {
        height: 500px!important;
    }
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
        height: 250px!important;
    }
    .worksSlider__slide.swiper-slide-active .worksSlider__slide-img {
        max-width: 100%;
    }
    .worksSlider__next {
        top: 52%;
        right: 22%;
    }
    .worksSlider__prev {
        left: 14%;
        top: 52%;
    }
    .videoClip__slider-box {
        width: 260px!important;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next,
    .videoClip__slide-video.swiper-slide {
        width: 260px!important;
        height: 200px;
    }
    .videoClip__slide-video.swiper-slide-prev,
    .videoClip__slide-video.swiper-slide-next {
        height: 120px;
    }
    .videoClip__wrapper {
        row-gap: 30px;
    }
    .swiper-button-prev-videoClip.peach-cube-icon,
    .swiper-button-next-videoClip.peach-cube-icon {
        height: 25px;
        width: 30px;
    }
    .swiper-button-prev-videoClip {
        left: -15px;
    }
    .swiper-button-next-videoClip {
        right: -15px;
    }
    .technology__item-left {
        padding: 12px;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .technology__item-left img {
        max-width: 68px;
        margin-right: 10px;
    }
    .technology__item-right {
        max-width: 100%;
        margin-right: 0;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .technology__slider-pagination {
        top: 55%;
        height: 140px;
    }

    .technology__slider-wrap-arrows {
        top: auto;
        bottom: 0;
    }

    .technology__slider-next {
        right: -55px;
        top: 40px;
    }
    .technology__slider-prev {
        right: -55px;
        top: 90px;
    }
    .wpcf7-response-output,
    .wpcf7-not-valid-tip {
        font-size: 13px;
    }
    .wpcf7-not-valid-tip {
        top: 28px;
    }
    .teamSliderBig__slide-inner picture,
    .teamSliderBig__slide-img {
        max-width: 140px!important;
        max-height: 243px;
    }
    /* страничка филиалы начало  */
    .branches-page .banner {
        background-image: url(../img/branches-banner-max576px.jpg);
    }
    .branches-page .banner .t1 {
        max-width: 240px;
        margin-bottom: 20px;
    }
    .section-map {
        height: 760px;
        padding: 60px 0;
    }
    .section-map .t1 {
        height: 50px;
        padding-right: 50px;
        margin-bottom: 15px;
    }
    .section-map-text {
        height: 313px;
    }
    .section-map-wrap-img {
        height: 230px;
    }
    .branches-page .branches .t1 {
        width: 260px;
        height: 50px;
    }
    .branches-page .branches .subtitle {
        height: 45px;
        width: 310px;
        margin: 0 auto 15px!important;
    }
    .branches-page .__select {
        margin: 0 auto 50px auto;
    }
    .branches-page .branches-select {
        height: 130px;
    }
    .branches-page .algorithm {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .branches-page .algorithm-slide {
        padding: 45px 20px 25px 20px;
        height: 285px;
    }
    .branches-page .algorithm-slide-title {
        height: 47px;
    }
    .branches-page .slide-number {
        width: 40px;
    }
    .branches-page .reviews {
        padding: 80px 0 200px;
    }
    .branches-page .callback2 .t1 {
        height: 48px;
    }
    .branches-page .callback2 .subtitle {
        height: 70px;
        margin: 0 auto 25px;
    }
    .branches-page .reviews .t1 {
        height: 70px;
    }
    .branches-page .reviews-card {
        bottom: -190px;
    }
    .technology .t1 {
        padding-top: 0;
        height: 86px;
    }
    .technology .subtitle {
        margin-bottom: 15px;
    }
    /* страничка филиалы конец  */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА НАЧАЛО ---------------------------- */
    body {
        min-width: 360px;
    }
    .contacts-branch {
        padding: 70px 0;
    }
    .contacts-branch .title-t1 {
        height: 45px;
    }
    .contacts-branch-tel-icon {
        min-width: 28px;
        width: 28px;
        height: 28px;
    }
    .contacts-branch-tel-icon img {
        width: 15px;
        height: 15px;
    }
    .contacts-branch-schedule {
        height: 102px;
    }
    .contacts-branch-tel-t1.t1 {
        font-size: 16px;
    }
    .contacts-branch-wrap a {
        font-size: 12px;
        line-height: 16px;
    }
    .contacts-branch-flex-block>div {
        position: relative;
    }
    .contacts-branch-img {
        height: 245px;
        margin-bottom: 25px;
    }
    .contacts-branch-tel-t1.t1 {
        line-height: 1;
        margin-bottom: 0;
        padding-top: 3px;
    }
    .contacts-branch-flex-block .contacts-branch-tel {
        width: 40%;
    }
    .contacts-branch-flex-block .contacts-branch-schedule {
        width: 55%;
    }
    .contacts-branch-media-absolute {
        position: absolute;
        top: 40px;
        left: 0;
        font-size: 12px;
    }
    .contacts-branch-flex-block {
        height: 102px;
    }
    .wrap-contacts-branch-text-media {
        height: 130px;
    }
    .ceilings-slide-img {
        width: 100%;
    }
    .ceilings-slide-card {
        height: 125px;
        padding: 45px 30px 15px 25px;
    }
    .ceilings-slide-card {
        padding: 45px 30px 15px 25px;
        height: 110px;
    }
    .ceilingsSlider-wrap-pagination,
    .ceilingsSlider-wrap-button,
    .ceilings-slide-content {
        width: 260px;
        top: 277px;
        left: 20px;
    }
    .ceilingsSlider-wrap-pagination {
        max-width: 53px;
        max-height: 44px;
    }
    .swiper-button-next-ceilingsSlider,
    .swiper-button-prev-ceilingsSlider {
        width: 45px;
        height: 30px;
    }
    .swiper-button-next-ceilingsSlider {
        right: -20px;
        top: 40px;
    }
    .swiper-button-prev-ceilingsSlider {
        right: -20px;
        bottom: 60px;
    }
    .ceilings-slide-text {
        padding: 20px 0 0 0;
        width: 330px;
        transform: translateX(-20px);
        height: 210px;
    }
    .ceilings-slider {
        padding: 0 0 290px;
    }
    .manager-photo {
        max-width: 300px;
        margin: 0 auto;
        padding-top: 0;
    }
    .manager-inner {
        grid-template: 335px 435px / 1fr;
    }
    .manager-title {
        font-size: 18px;
    }
    .manager-text {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .manager-content {
        padding: 15px 15px 35px 15px;
    }
    .manager {
        height: 335px;
    }
    .branch-page .algorithm {
        padding: 490px 0 50px;
    }
    .manager-wrap {
        clip-path: polygon(100% 0, 100% 96%, 90% 100%, 0 100%, 0 4%, 10% 0);
    }
    .callback2-wrap-content {
        width: 280px;
        top: 35px;
    }
    .branches-page .callback2-wrap-content {
        width: 260px;
    }
    .branches-page .callback2-wrap-content {
        top: 40px;
    }
    .callback2 {
        height: 468px;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ ОДНОГО ФИЛИАЛА КОНЕЦ --------------------------------- */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ 404 НАЧАЛО --------------------------------- */
    .error-404__title {
        font-size: 30px;
    }
    .error-404__subtitle {
        font-size: 22px;
        padding: 10px;
    }
    .error-404__btn {
        font-size: 16px;
        max-width: 290px;
        padding: 15px 25px;
    }
    body.error404 .footer {
        padding: 20px 0;
    }
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ 404 КОНЕЦ --------------------------------- */
    /* СТИЛИ ШАБЛОНА СТРАНИЧКИ Контакты начало --------------------------------- */
    .contacts__item>svg {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }
    .contacts__item-info>span {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .contacts__schedule,
    .contacts__item-info>a {
        font-size: 16px;
    }
    .contacts__item-info-tel>a {
        margin-bottom: 5px;
    }
    .contacts__info {
        row-gap: 15px;
    }
    .contacts__inner {
        grid-template: auto 280px / 1fr;
        row-gap: 35px;
    }
    body.page-template-contacts section:first-child {
        padding-top: 40px;
    }
    body.page-template-contacts section {
        padding-bottom: 60px;
    }
    .contacts__br {
        display: block;
    }
     /* СТИЛИ ШАБЛОНА СТРАНИЧКИ Контакты конец --------------------------------- */

}

@media (max-width: 480px) {
    .__select {
        width: 100%;
    }
}


/* стили для светящейся линии начало --------------------------------- */

.line-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.line-vector-page {
    margin: 0 auto;
    display: block;
    width: 100%;
    filter:  drop-shadow(-2px 0px 2px rgb(255 255 255 / 1));
    z-index: 1;
    position: absolute;
}

.line-vector-statick {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-up__svg-path {
    box-sizing: border-box;
    stroke-width: 6px;
    filter: blur(2px);
    height: 100%;
}

@media screen and (min-width: 1366px) {
    .line-vector-page-1366,
    .line-vector-statick-1366 {
        display: block;
    }
    .line-vector-page-1024,
    .line-vector-statick-1024 {
        display: none;
    }
    .line-vector-page-768,
    .line-vector-statick-768 {
        display: none;
    }
    .line-vector-page-576,
    .line-vector-statick-576 {
        display: none;
    }
    .line-vector-page-360,
    .line-vector-statick-360 {
        display: none;
    }
}

@media screen and (max-width: 1365px) {
    .line-vector-page-1366,
    .line-vector-statick-1366 {
        display: none;
    }
    .line-vector-page-1024,
    .line-vector-statick-1024 {
        display: block;
    }
    .line-vector-page-768,
    .line-vector-statick-768 {
        display: none;
    }
    .line-vector-page-576,
    .line-vector-statick-576 {
        display: none;
    }
    .line-vector-page-360,
    .line-vector-statick-360 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .line-vector-page-1366,
    .line-vector-statick-1366 {
        display: none;
    }
    .line-vector-page-1024,
    .line-vector-statick-1024 {
        display: none;
    }
    .line-vector-page-768,
    .line-vector-statick-768 {
        display: block;
    }
    .line-vector-page-576,
    .line-vector-statick-576 {
        display: none;
    }
    .line-vector-page-360,
    .line-vector-statick-360 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    *::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        /* width of the entire scrollbar */
    }

    .line-vector-page-1366,
    .line-vector-statick-1366 {
        display: none;
    }
    .line-vector-page-1024,
    .line-vector-statick-1024 {
        display: none;
    }
    .line-vector-page-768,
    .line-vector-statick-768 {
        display: none;
    }
    .line-vector-page-576,
    .line-vector-statick-576 {
        display: block;
    }
    .line-vector-page-360,
    .line-vector-statick-360 {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .line-vector-page-1366,
    .line-vector-statick-1366 {
        display: none;
    }
    .line-vector-page-1024,
    .line-vector-statick-1024 {
        display: none;
    }
    .line-vector-page-768,
    .line-vector-statick-768 {
        display: none;
    }
    .line-vector-page-576,
    .line-vector-statick-576 {
        display: none;
    }
    .line-vector-page-360,
    .line-vector-statick-360 {
        display: block;
    }
    .line-vector-page {
        filter: none;
    }
}


/* стили для светящейся линии конец--------------------------------------------------------- */


/* стили для Попапов начало--------------------------------------------------------- */

._lock {
    padding-right: 0!important;
}

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

.some-popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}

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

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

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

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

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

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

.some-popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.some-popup__body {
    transform: scale(0);
    transition: all 0.3s ease 0s;
    background-color: var(--black-color);
    padding: 50px 80px;
    width: 100%;
    max-width: 667px;
    background: linear-gradient(-45deg, transparent 0% 2%, var(--black-color) 2% 98%, transparent 98% 100%);
}

.some-popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 28px;
    right: 23px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/close.svg") 0 0 no-repeat;
}

.some-popup__close--black {
    width: 50px;
    height: 50px;
    background-position: center;
}

.some-popup__close--black::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 30;
    background: url("../img/close.svg") center no-repeat;
}

.some-popup__close--black::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-color: var(--black-color);
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 60% 100%, 0 100%, 0 40%);
    ;
}

.some-popup__title {
    color: var(--peach-color);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
}

.some-popup__subtitle {
    color: var(--color-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

.form-popup__input {
    margin-bottom: 25px;
    max-width: 410px;
    width: 100%;
    padding: 12px 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/border-icon.svg);
}

.form-popup__input input {
    background-color: transparent;
    border: transparent;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--peach-color);
    width: 100%;
    outline: transparent;
}

.form-popup__input input::placeholder {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--peach-color);
}

@media screen and (max-width: 768px) {
    .some-popup__close--black {
        width: 30px;
        height: 30px;
    }
    
    .some-popup__close--black::before {
        width: 30px;
        height: 30px;
    }
}
/* .form-popup__input--last {
    margin-bottom: 71px;
} */

@media(max-width: 578px) {
    .some-popup__title {
        margin-bottom: 20px;
    }
    .some-popup__subtitle {
        margin-bottom: 30px;
    }
    .some-popup__body {
        padding: 50px 45px;
    }
    /* .form-popup__input--last {
        margin-bottom: 35px;
    } */
    .some-popup__title {
        font-size: 18px;
    }
    .some-popup__subtitle {
        font-size: 14px;
    }
    .form-popup__input input,
    .form-popup__input input::placeholder {
        font-size: 12px;
    }
	
	.error-404__btn {
		font-size: 16px;
	}
}

@media(max-width: 375px) {
    .some-popup__body {
        padding: 35px 40px;
    }
}


/* стили для Попапов конец --------------------------------------------------------- */
