@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/roboto.ttf');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/fonts/FiraSans/FiraSans-Bold.ttf');
}

@font-face {
    font-family: 'Grotesk';
    src: url('/fonts/Grotesk/akzidenzgroteskpro_bold.ttf');
}

@font-face {
    font-family: 'Euclid';
    src: url('/fonts/Euclid/EuclidCircularA-Light.ttf');
}

.swal2-input::placeholder {
    color: #969696 !important;
}

.swal2-popup {
    padding-bottom: 5px;
}
.button__sweet:hover {
    background-color: #126eff !important;
    color: white !important;
    transform: scale(110%);
}
.button {
    transition: 0.3s !important;
}
.button:hover {
    color: #126eff;
    background-color: white;
    cursor: pointer;
}

.user__icon svg path {
    -webkit-transition: fill 0.2s ease !important;
}

.user__icon:hover svg path {
    -webkit-transition: fill 0.2s ease !important;
    fill: white !important
}

.swal2-popup .swal2-input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: black !important;
}

.swal2-popup .swal2-textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: black !important;
}

.swal2-input:focus::placeholder {
    color: #cecece !important;
}

.swal2-textarea:focus::placeholder {
    color: #cecece !important;
}

.swal2-textarea::placeholder {
    color: #969696 !important;
}

html {
    overflow-y: scroll !important
}

body {
    margin: 0;
    padding: 0 !important;
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: Euclid;
}

* {
    box-sizing: border-box;
}

header section:nth-child(1), header section:nth-child(2) {

}

header {
    width: 100%;
    font-size: 22px;
    position: relative;
    background: linear-gradient(180deg,#022d5a,#0e3d6f);
}

.gray__char {
    color: #778fa8;
    font-weight: bold;
}

.gray__char__deffis {
    margin-left: 3px;
    margin-right: 3px;
}

.phone {
    /* margin-left: 24px; */
    color: #7992ad !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

a[href^="tel"] {
    color: inherit; /* Использование текущего цвета текста */
    text-decoration: none; /* Удаление подчеркивания */
}

/* Также можно использовать универсальный селектор */
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover,
a[href^="tel"]:active {
    color: inherit; /* Использование текущего цвета текста */
    text-decoration: none; /* Удаление подчеркивания */
}

.request__call {
    margin-left: auto !important;
}

.bold {
    font-family: Grotesk;
}

.header__menu {
    color: white;
    border-top: 1px solid #3c5d82;
    gap: 90px;
    height: 80px;
}

.footer__main__page {
    height: 210px;
    color: rgb(122, 144, 169);
}

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

.grid {
    margin: 0 auto;
    max-width: 1510px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.main__slider {
    display: none;
    height: 90px;
    background-color: #232425;
    border-bottom: 1px solid #404549;;
}

.slide__img {
    width: 74%;
    height: 100%;
    margin-left: auto;
}

.slide__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.logo {
    color: white;
    font-family: Grotesk;
    font-size: 40px;
    text-decoration: none;
}

.logo__ru {
    transition: 0.2s;
}

.logo:hover .logo__ru {
    color: white !important;
}
/*

Портфолио

*/
.portfolio__list {
    max-width: 2600px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.portfolio__preview {
    display: block;
    width: 100%;
    filter: brightness(80%);
    box-shadow: 0 0 3px black;
}

.portfolio__card {
    width: calc(50% - 20px);
    position: relative;
    padding: 5px;
    background-color: #0e3d6f;
    border: 1px solid #0e3d6f;
}

.portfolie__title {
    border-radius: 10px;
    border: 1px solid #0d3c6e;
    box-shadow: 0 0 6px inset black;
    color: white;
    background-color: #011d42;
    position: absolute;
    top: 30px;
    left: 30px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;

}

.photo__count {
    width: 90px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    justify-self: end;
    align-self: flex-start;
}

.portfolio__paragraph {
    font-size: 22px;
}

.portfolio__gallery {
    display: grid;
    grid-template-columns: calc(50% - 27px) calc(25% - 27px) calc(25% - 27px);
    grid-template-rows: 300px 300px;
    gap: 40px;
    max-width: 2600px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.portfolio__gallery a {
    overflow: hidden;
    position: relative;
    display: block;
}

.portfolio__gallery img {
    top: 0;
    display: block;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
}

.gallery__main-photo {
    grid-row: span 2;
}

.portfolio__gallery-two {
    display: flex;
    grid-template-columns: calc(50% - 25px) calc(25% - 25px) calc(25% - 25px);
    grid-template-rows: 300px 300px;
    gap: 40px;
    max-width: 2600px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;

    width: 30%;
}

.portfolio__card-two {
    gap: 40px;
    display: flex;
    background-color: #f2f3f5;
    border: 1px solid rgba(0,0,0,.07);
    /* box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028); */
    /* border-radius: 20px; */
    /* padding: 40px; */
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.portfolio__gallery-img-wrapper {
    width: 100%;
    min-width: 880px;
}

.portfolio__gallery-img {
    display: block;
    width: 100%;
    max-height: 600px;
    /* box-shadow: 0 0 1px black; */
    border-right: 1px solid rgba(0,0,0,.07);
}

.gallery__card-section {
    gap: 20px;
    display: grid;
    grid-template-rows: 50px calc(100% - 140px) 50px;
    padding: 40px 40px 40px 0;
}

.gallery__card-description {
    justify-self: center;
    align-self: center;
    text-align: center;
    font-size: 22px;
}

.gallery__card-description p {
    padding-left: 70px;
    padding-right: 70px;
}

.gallery__card-description h2 {
    font-family: Grotesk;
}

.gallery__card-footer {
    display: flex;
    justify-content: space-between;
}

.more-details {
    background-color: #262626;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.gallery__card-date {
    display: flex;
    align-items: end;
    color: #919192;
    font-size: 22px;
}

/*

Проекты

*/

.projects__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 2600px;
    margin: 0 auto;
    background-color: white;
}

.project__item {
    width: calc(33% - 34px);
    background: linear-gradient(180deg,#022d5a,#0e3d6f);
    border: 1px solid #404549;
    color: #919192;
    text-decoration: none;
    font-size: 18px;
    /* max-width: 580px; */
    position: relative;
    z-index: 15;
}

.project__additional__info {
    color: white;
    font-family: Euclid;
}

.project__img__wrapper {
    overflow: hidden;
}

.project__item img {
    transition: all 0.3s ease-out;
    display: block;
}

.project__item:hover img {
    transform: scale(1.2);
}

.project__item__info {
    padding: 30px;
    padding-top: 0;
    color: #7a90a9;
}

.project__item__info div {
    display: flex;
    border-bottom: 1px dotted #3c5d82;
    margin-bottom: 10px;
}

.project__item__info div:last-child {
    margin-bottom: 0;
}

.project__item__info div span {
    margin-left: auto;
}

.project__price {
    width: 100%;
    height: 60px;
    font-family: Roboto;
    color: #58d537;
    color: white;
    justify-content: space-between !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 25px;
    margin-top: 10px;
}

.show__more {
    text-align: center;
    margin-bottom: 6px;
}

.constructor__inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.home__constructor {
    height: 80px;
    width: calc(100% - 12px);
    margin: 0 auto;
    /*background-color: #44474a;*/
    border-radius: 2px;
    box-shadow: 0 0 0.5px black;
    overflow: hidden;
    padding: 2px;
    margin-left: 6px;
    display: none;
}

.home__constructor .input__text {
    background-color: #F8F8F8;
    width: 50px;
    height: 10px;
    padding-left: 3px;
    border: none;
    outline: none;
    display: block;
}

.delimiter {
    width: 100%;
    background: linear-gradient(180deg,#022d5a,#0e3d6f);
}

.questions {
    /* display: none; */
    border: 1px solid rgba(0,0,0,.07);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f2f3f5;
}

.question__row {
    font-family: Roboto;
    padding-top: 20px;
    padding-bottom: 20px;
    /* color: white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.07);
    /* max-width: 1300px; */
    width: 100%;
    font-size: 34px;
}

.services {
    gap: 40px;
    padding: 40px;
    max-width: 2200px;
    margin: 0 auto;
    align-items: inherit;
}
.service__block {
    width: 25%;
    /*min-height: 600px;*/
    /*background-color: #262626;*/
    /*border: 1px solid #404549;*/
    position: relative;
    overflow: hidden;
}

.service__block svg {
    position: absolute;
    top: calc(50% - 189px);
    left: calc(50% - 103px);
}

.service__block h2 {
    color: #00f7fe;
    text-align: center;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
}

.service__block p {
    padding: 40px;
    color: white;
    font-size: 18px;
}

.basic__services {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 120px;
}

.basic__services div {
    font-size: 26px;
    /* font-weight: bold; */
    /* font-family: Roboto; */
    width:calc(33.33% - 27px);
    text-align: center;
    position: relative;
}

.basic__services div::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color:#126eff;
    top:calc(50% - 5px);
    margin-left: -30px;
    border-radius: 100%;
}

.lottie {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.gray__button {
    transition: 0.25s;
}

.gray__button:hover {
    transform: scale(130%);
}

.project__main-text {
    max-width: 2200px;
    margin:0 auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
}

.project__main-text p {
    margin: 0 !important;
}

/* .load * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
} */

.button {
    display: block;
    background: #126eff;
    border-radius: 10px;
    border: none;
    color: white;
    height: 50px;
    max-width: 230px;
    width: 100%;
    font-size: 20px;
    position: relative;
    z-index: 100;
}

.button:hover {
    cursor: pointer;
}

.camera__screens {
    gap: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.camera__screens img {
    width: 100%;
    display: block;
}

.home__animation {
    margin-bottom: -140px;
    margin-top: -120px;
    margin-top: -160px;
    margin-right: auto;
    max-width: 864px;
    min-width: 640px;
    width: 100%;
    z-index: 0;
}

.cameras {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 2600px;
    margin: 0 auto;
}

.cameras div {
    width: calc(50% - 60px);
    display: flex;
    padding: 20px;
    box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028);
}

.camera {
    width: 100%;
}

video {
    width: 100%;
}

/*

    Страница проекта

*/

.slider__item {
    max-width: 100%;
    width: 100%;
    display: block;
}

.black__ground {
    /*background-color: #232425;*/
    padding-bottom: 20px;
    /* min-height: 100vh; */
    /*background-color: #F7F7F7;*/
}

.project__header {
    color: #919192;
    font-size: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.project__header h1 {
    font-size: 60px;
    font-family: Grotesk;
    margin:0;
}

.project__name {
    height: 220px;
    width: 100%;
    border-bottom: 1px solid #404549;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    font-family: Euclid;
}

.project__page__price {
    font-family: Grotesk;
    color: #262626;
    font-size: 48px !important;
}

.project__characteristics {
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028);
}

.project__characteristics div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #404549;
}

.project__characteristics div>div {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.07);

}

.project__subheader {
    font-family: Euclid;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider__pagination {
    margin-top: 20px;
    gap: 20px;
}

.slider__pagination div {
    width: 30px;
    height: 30px;
    background: #404549;
    /*border: 2px solid #232425;*/
}

.slider__pagination__active {
    border: 2px solid #e45847 !important;
}

.fix__right__margin {
    margin-right: 20px;
}

.article__page {
    max-width: 2600px;
    margin: 0 auto;
    padding: 40px;
}

.articles__list {
    max-width: 2600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
    background-color: white;
}

.article__row {
    /* box-shadow: 0 4px 24px rgba(0,0,0,.5); */
    border: 1px solid rgba(0,0,0,.07);
    background-color: #f2f3f5;
    width: calc(33.33% - 27px);
    padding-top: 60px;
    /*border: 1px solid #404549;*/
    /*background-color: #232425;*/
    /* box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028); */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: black;
    text-decoration: none;
    position: relative;
}

.article__img__wrap {
    overflow: hidden;
    min-height: 283px;
}

.article__img__wrap img {
    transition: all 0.2s ease-out;
}

.article__row:hover .article__img__wrap {

}

.article__row:hover .article__img__wrap > img {
    transform: scale(1.3);
}

.article__row h2 {
    /*color: #e45847;*/
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Roboto', sans-serif !important;
    /*min-height: 80px;*/
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #262626;
}

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

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

.article__date {
    font-size: 16px;
    font-weight: normal;
    color: gray;
    /*position: absolute;*/
}

.article__row img {
    max-width: 100%;
    /*border: 1px solid gray;*/
    filter: brightness(80%);
    display: block;
    /*border-radius: 20px;*/
    /*box-shadow: 0 0 5px #e45847;*/
}

.article__img__wrap {
    /*padding: 15px;*/
    background-color: #1b1c1d;
    box-shadow: inset 0 0 10px black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__header-h1 {
    font-family: Grotesk;
}

.main__header-p {
    margin-top: 20px;
}

.main__header-left {
    width: 700px;
}

.main__header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 560px;
}

.article__description {
    padding: 40px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.article__description p {
    font-size: 20px;
    margin: 0;
}

.article__footer {
    margin-top:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding-left: 18px;
    border-top: 1px solid rgba(0,0,0,.07);
}

.main__menu {
    color: white;
    border-top: 1px solid #3c5d82;
    height: 0;
    transition: 0.2s;
    overflow: hidden;
}

.main__menu__open {
    height: 81px;
    border-bottom: 1px solid #3c5d82 !important;
}

.main__menu ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
}

.main__menu ul li {
    height: 80px;
    width: 50%;
    cursor: pointer;
    border-right: 1px solid #3c5d82;
    /*font-family: Roboto;*/
}

.main__menu__active {
    background-color: #011d42;
    /* border-bottom: 5px solid rgb(0,0,0,0) !important; */
}

.main__menu__active a {
    color: #00f7fe !important;
}

.main__menu ul li:nth-child(4) {
    border-right: none;
}

.main__menu ul li a {
    width: 100%;
    height: 100% !important;
    text-align: center;
    text-decoration: none;
    color: white;

}

.main__menu ul li a span {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border-top: 5px solid rgb(0,0,0, 0);
    border-bottom: 5px solid rgb(0,0,0, 0);
    transition: 0.2s;
}

.main__menu ul li:hover a span {
    border-bottom: 5px solid #126eff
}

.main__menu__active:hover a span {
    border-bottom: 5px solid rgb(0,0,0,0) !important;
}

.menu__tongue {
    background-color: black;
    width: 240px;
    margin: 0 auto;
    height: 25px;
}

.project__left__column {
    width: calc(100% - 390px);
    position: relative;
}

.project__left__column .swiper, img {
    height: 100%;
}

.article__header img {
    height: auto !important;
}

.hidden {
    height: 0 !important;
}

.swiper {
    user-select: none;
}

.swiper-slide {
    transition: all 0.2s ease !important;
}

.gallery .swiper-slide img {
    transition: 0.2s;
    /*max-width: 270px;*/
}

.gallery .swiper-slide img:hover {
    transform: scale(115%);
    cursor: pointer;
}

.project__gray__span {
    opacity: 0.46;
    margin-right: 13px;
}


.project__right__column {
    min-width: 390px;
    display: flex;
    flex-direction: column;
}

.project__footer {
    /*padding: 40px;*/
    margin-bottom: 60px;
    gap: 140px;
}
.project__footer img {
    display: block;
    width: 30%;
}

.swiper {
    /*max-height: 900px !important;*/
}

.lozung {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-align-last: justify;
    max-width: 800px;
    font-size: 22px;
}

.header__phones-list a {
    color: white;
    display: block;
    width: 176px;
    text-align: center;
}

.main__slider__wrapper {
    min-height: 600px;
    align-items: stretch;
    padding-right: 0;
    padding-left: 0;
    height: calc(100vh - 251px);
    max-height: 1000px;
}

.payment__methods-header {
    margin-top: 30px !important;
}

.project-info__section {
    flex-direction: column
}

.project__price-gray-wrapper {
    max-height:50%;
    /* background: #f2f3f5; */
    background: #dcfff9;
}

.swiper__mobile {
    display: none;
}

.swiper__mobile-hidden {
    display: block;
}

@media screen and (max-width: 1600px) {
    .portfolio__gallery-img-wrapper {
        min-width: 550px;
    }

    .gallery__card-description p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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


    .swiper__mobile-hidden {
        display: none;
    }

    .swiper__mobile {
        display: block;
    }
    .main__slider__wrapper {
        height: auto !important;
        display: block;
    }

    .main__slider__wrapper {
        max-height: 100%;
    }

    .project__right__column {
        min-width: 0;
        margin-bottom: 40px;
    }

    .project__left__column {
        width: 100%;
    }

    .project__characteristics div {
        font-size: 18px;
    }

    .project__page__price {
        font-size: 28px !important;
    }

    .project-info__section {
        flex-direction: row;
        height: 250px !important;
        border-bottom: 1px solid rgba(0,0,0,.07);
        border-top: 1px solid rgba(0,0,0,.07);
    }

    .project__price-gray-wrapper {
        max-height: 100%
    }
}

.gallery__card-date-adaptive {
    display: none;
}

.gallery__card-description-adaptive-two {
    display: none;
}

.portfolio__card-left {
    display: flex;
    gap: 40px;
    width: 100%;
}

.gallery__card-date-adaptive {
    color: #919192;
    font-size: 22px;
}

@media screen and (max-width: 1350px) {
    /* .portfolio__card-left {
        padding: 40px;
    } */
    .portfolio__card-two {
        flex-direction: column;
        padding: 40px;
    }

    .gallery__card-description-adaptive-two {
        display: inline;
        font-size: 22px;
    }
    .portfolio__gallery-img-wrapper {
        min-width: auto;
    }

    .gallery__card-description p {
        display: none;
    }

    .gallery__card-section {
        padding: 0;
        grid-template-rows: auto;
    }

    .gallery__card-footer {
        flex-direction: column;
    }

    .gallery__card-date {
        display: none;
    }

    .gallery__card-date-adaptive {
        display: inline-block !important;
        font-size: 18px;
    }

    .more-details {
        margin-top: auto;
    }
}

@media screen and (max-width: 1280px) {
    .gallery__main-photo {
        grid-row: span 1;
    }

    .portfolio__gallery:first-child a:last-child {
        grid-column: span 2;
    }

    .portfolio__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .article__row {
        width: calc(50% - 20px);
    }

    .index__text {
        font-size: 20px !important;
    }

    .project__item {
        width: calc(50% - 40px);
    }

    .services {
        flex-wrap: wrap;
        gap: 40px;
        align-items: inherit;

    }

    .service__block {
        width: calc(50% - 20px);
        min-height: 0;
    }

    .home__animation {
        margin-top: -55px;
        margin-bottom: -80px;
    }
}

.main__header__row {
    display: flex;
    /* height: 130px !important; */
    height: 160px !important;
    position: relative;
    z-index: 22;
    width: 100%;
    border-bottom: 0 !important;
    justify-content: space-between;
}

.header__menu {
    position: relative;
    z-index: 22;
}

.article__page__wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 900px) {
    .article__page__poster {
        margin-top: 20px !important
    }
    .portfolio__card-left {
        gap: 20px;
    }
    .portfolio__card-two {
        padding: 20px;
        gap: 20px;
    }
    .article__row:hover .article__img__wrap > img {
        transform: scale(1);
    }

    .article__img__wrap img {
        height: auto !important;
    }
    .article__img__wrap {
        overflow: visible;
        min-height: auto;
    }

    .article__page__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article__section__wrapper {
        margin-bottom: 20px !important;
    }

    .article__header {
        margin-top: 20px !important;
    }

    .camera {
        max-width: 500px;
    }

    .home__animation__wrapper {
        height: auto !important;
        display: block !important;
    }

    .home__animation {
        min-width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 0;
    }

    .article__row {
        width: 100%;
    }

    .articles__list {
        gap: 20px;
        padding: 20px;
    }

    .footer__main__page {
        height: auto;
        padding-top: 35px;
    }

    .footer__main__page span:nth-child(1) {
        display: none;
    }

    .footer__main__page span img {
        margin-bottom: 30px;
    }

    .footer__main__page .flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 1300px) {
    .price__list {
        margin-top: 30px !important;
    }
    .services__list {
        margin-bottom: 0 !important
    }
    .table__wrapper {
        margin: 0 !important;
    }
    .service__header-page {
        margin-top: 30px !important;
    }
    .services__list {
        grid-template-columns: auto !important;
        grid-template-rows: auto !important;
        padding: 30px !important;
        gap: 30px !important;
    }

    .service__big-block {
        grid-row-start: auto !important;
        grid-row-end: auto !important;
    }
}

.projects__paragraph-date {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 900px;
    text-align: center;
}

@media screen and (max-width: 890px) {
    .portfolio__gallery {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .table__wrapper {
        margin-top: 0 !important;
    }

    .service__small-block {
        grid-row-start: auto !important;
        grid-row-end: auto !important;
    }

    .services__list {
        margin-bottom: 0 !important;
    }

    .price__list {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 990px) {
    .phone {
        margin-left: 5px !important;
    }

    .user__icon {
        margin-left: 0 !important;
    }

    #application__call {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .guarantees {
        padding: 20px !important;
    }
}

@media screen and (max-width: 830px) {
    .projects__paragraph {
        margin-top: 20px !important;
    }
    .home__animation__wrapper {
        padding-top: 20px;
    }

    .article__header {
        padding: 30px !important;
    }
    .article__sub {
        display: block !important;
        font-size: 18px !important;
    }
    .article__sub img {
        width: 18px !important;
    }
    .main__menu ul li a span {
        padding: 0;
    }
    .main__menu ul li a img {
        width: 35px !important;
    }


    .main__menu ul li {
        height: 61px;
        font-size: 18px;
    }

    .main__menu__open {
        height: 61px;
    }

    .phone {
        margin-left: 0;
    }

    .user__icon {
        display: none;
    }
    .main__header__row {
        height: 60px !important;
    }
    .logo {
        font-size: 26px;
    }
    .project__name {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .project__page__price {
        font-size: 30px;
    }
    .project__name div span {
        font-size: 18px;
    }

    .project__name div h1 {
        font-size: 40px;
    }
    .project__subheader {
        font-size: 18px;
    }
    .fix__right__margin {
        margin-right: 0;
    }

    .project__subheader span {
        display: flex;
        flex-direction: column;
    }
    .services {
        padding: 20px;
        gap: 20px;
        padding-bottom: 0;
    }
    .service__block {
        width: 100%;
        min-height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .service__block p {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .footer-description {
        display: none;
    }

    .footer__main__page {
        border-top: none !important;
    }
    .project__item {
        width: 100%
    }

    .header__menu {
        display: none;
    }

    .projects__list {
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .icon__brick {
        display: none;
    }

    .lozung {
        text-align: center;
        text-align-last: center;
        color: #7992ad !important;
        /* display: none; */
    }

    header .grid .button {
        display: none;
    }

    .logo {
        margin-right: auto;
    }

    .phone {
        display: none;
        color: white !important;
    }

    header section svg {
        display: none;
    }

    .cameras {
        flex-direction: column;
        gap: 20px;
    }

    .cameras div {
        width: calc(100% - 40px);
        display: flex;
    }

    .delimiter {
        margin-top: 20px;
    }

    .question__row {
        font-size: 22px;
    }
}

@media screen and (max-width: 860px) {
    .swiper__mobile {
        padding: 20px !important;
    }

    .gallery .swiper-slide img:hover {
        transform: scale(107%);
        cursor: pointer;
    }

    .swiper2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.service__page-block span {
    position: relative;
}

.service__page-block span::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color:#126eff;
    margin-top: 10px;
    margin-left: -30px;
    border-radius: 100%;
}

.price__list tr:last-child td {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.price__list tbody tr td:last-child {
    border-right: 2px solid rgba(0, 0, 0, .1);
}

.price__list tbody tr td:first-child {
    border-left: 2px solid rgba(0, 0, 0, .1);
}

.portfolio__back-button {
    background: url(../svg/arrow-left.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 15px;
    background-color: #f2f3f5;
    border: 1px solid rgba(0, 0, 0, .07);
    margin-top: 12px;
    left: calc(50% - 220px);
    z-index: 2;
    transition: 0.2s;
}

.portfolio__back-button:hover {
    scale: 1.3;
    cursor: pointer;
}

.article__date__adaptive {
    display: none;
}

.phone__icon-wrapper {
    display: none;
}

.swiper__mobile {
    padding: 0;
    padding-top:40px;
    padding-bottom:35px;
    overflow:hidden
}

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

    .portfolio__back-button {
        left: 40px;
    }

    .main__menu ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main__menu ul li {
        width: 50%;
    }

    .main__menu ul li:nth-child(1) {
        border-bottom: 1px solid #3c5d82;
    }
    .main__menu ul li:nth-child(2) {
        border-bottom: 1px solid #3c5d82;
    }
    .main__menu__open {
        height: auto;
    }
    .project-info__section {
        flex-direction: column-reverse;
        height: 350px !important;
    }

    .project__price-gray-wrapper {
        height: 120px !important;
    }
}

@media screen and (max-width: 430px) {
    .portfolio__back-button {
        left: 20px;
        width: 50px;
        height: 50px;
        margin-top: 16px;
    }

    .portfolio__gallery {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:360px) {
    .main__menu ul li span {
        font-size: 18px;
    }
    .article__date {
        display: none;
    }
    .article__date__adaptive {
        display: block;
    }
}


/* СТРАНИЦА УСЛУГ */

.services__list {
    max-width: 2600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 140px);
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.service__page-block {
    padding: 40px;
    /* box-shadow: 0 4px 10px #c7fffe; */
    box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028);
    box-shadow: 0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 22px;
    gap: 10px;
    position: relative;
}

.service__page-block:hover {
    cursor: pointer;
}

.service__page-block p {
    font-size: 18px;
    color: gray;
    text-align: center;
}

.service__big-block {
    grid-row-start: 1;
    grid-row-end: 4;
    /* background-color: #e5ffff; */
}

.service__medium-block {
    grid-row-start: 1;
    grid-row-end: 3;
    /* background-color: #e5ffff; */
}

.service__small-block {
    grid-row-start: 1;
    grid-row-end: 1;
    /* background-color: #e5ffff; */
}

.our__service-header {
    position: relative;
    text-align: center;
    color: #262626;
    font-size: 40px;
    font-family: Grotesk;
    margin-left: 20px;
    margin-right: 20px;
}

/* .our__service-header::after {
    position: absolute;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #126eff;
    left: calc(50% - 50px);
    margin-top: 64px;
} */

.fire-section {
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #66c735;
}

.fire-icon {
    width: 26px;
    height: auto;
}

.our__service-text {
    max-width: 2040px;
    padding: 40px;
    margin: 0 auto;
    padding-top: 0;
}

.our__service-text p {
    margin: 0;
    margin-bottom: 40px;
    font-size: 22px;
}

.our__service-text p:nth-last-child(1) {
    margin-bottom: 0;
}


.our__service-builder-img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 40px;
}

.our__service-text {
    padding-top: 10px !important;
    box-shadow: none !important;
    max-width: 2040px;
}

.our__service-text-wrapper {
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-family: Euclid;
    color: #262626;
    font-size: 22px;
    box-shadow: 0 4px 80px rgba(0,0,0,.12),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028);
    margin: 40px;
}

.table__wrapper {
    margin: 10px;
}

.price__list {
    overflow: hidden;
    /* border: 1px solid rgba(0, 0, 0, .07); */
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: 22px;


    margin: 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 2600px; */
    max-width: 1400px;
    width: calc(100% - 60px);
}

.price__list th, td {
    background-color: #f2f3f5;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
}

.price__list tbody {
    display: block;
    width: 100%;
}

.price__list tr,th, .price__header__row {
    display: flex;
    width: 100%;
}

.price__list tbody tr td:first-child {
    width: 100%;
}

/* .price__list tbody tr td:nth-child(2) {
    min-width: 200px !important;
} */

.price__list tbody tr td:nth-child(2), td:nth-child(3) {
    min-width: 130px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.price__list th {
    /* background-color: #011d42; */
    background: linear-gradient(90deg,#022d5a,#0e3d6f);
    color: white;
}

.price__header__row {
    font-family: "Roboto";
    padding: 34px !important;
    text-transform: uppercase;
    border: none !important;
}

.price__list tr td:nth-child(n + 2) {
    text-align: center;
}

.quality__block {
    justify-content: stretch;
    align-items: stretch;
    gap: 40px;
    max-width: 1380px;
    margin: 0 auto;
}

.quality__block-item {
    justify-content: stretch;
    align-items: stretch;
    /* background-color: gray; */
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    font-size: 22px;
    margin-bottom: 40px;
}

.quality__block-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.quality__block-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    box-shadow: 0 0 3px black;
}

.quality__block-item article {
    padding: 20px;
}

.payment__methods {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;

    /* max-width: 1100px; */
    margin-bottom: 40px;
    /* margin-top: 40px; */
    gap: 40px;
    max-width: 1550px;
}

.payment__methods-item {
    /* background-color: #66c735; */
    display: flex;
    width: 100%;
    /* height: 200px; */
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    align-self: flex-start;
}

.payment__methods-item img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
}

/* Пульсация */

.blue {
    background-color: #126eff;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
    position: absolute;
    animation: pulse-animation 3s infinite;
    top: 50%;
    left: calc(50% - 40px);
}

.contract {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.contract__main-text {
    max-width: 700px;
    /* margin: 0 auto; */
}

.contract__main-text-img {
    display: grid;
    max-width:1380px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 40px;
    margin-right: 40px;
}



.contract__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.contract__image {
    display: block;
    max-width: 100%;
    height: auto;
    /* margin-top: 100px; */
}

.contract__list-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
    list-style-type: none;
}

.contract__list-secondary {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.guarantees {
    padding: 40px;
    display: flex;
    flex-direction: column;
    max-width: 1380px;
    border: 1px dashed #00f;
    margin: 40px 40px 0 40px;
}

.guarantees h3 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 40px;
}

.guarantees ul li {
    width: calc(50% - 10px);
    list-style-type: none;
}


@media screen and (max-width: 950px) {
    .contract__main-text-img {
        grid-template-columns: auto;
        row-gap: 20px;
    }

    .contract__list-main {
        margin-top: 20px;
    }

    .contract {
        margin-bottom: 40px;
    }

    .portfolio__list {
        flex-direction: column;
    }

    .portfolio__card {
        width: 100%;
    }

    .main__menu-item-img {
        display: none;
    }
}

.projects__paragraph {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 900px;
    text-align: center;
}

.photo__count-adaptive {
    display: none;
}

.video__home-wrapper {
    overflow: hidden;
    min-width: 864px;
    /* max-width: 500px; */
}
@media screen and (max-width: 1300px) {
    .video__home-wrapper {
        /* overflow: auto; */
        min-width: auto;
    }
}

@media screen and (max-width: 600px) {
    .main__header-left {
        margin-bottom: 20px;
        min-height: auto;
    }

    body {
        overflow: hidden;
    }

    .home__animation {
        width: calc(100% + 100px);
        margin-left: -50px;
    }

    .portfolio__list {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
        margin-bottom: 20px;
    }
    .gallery__card-footer {
        flex-direction: row;
    }

    .more-details {
        padding: 10px 15px 10px 15px;
    }

    .photo__count {
        display: none;
        justify-content: start;
    }

    .photo__count-adaptive {
        display: flex !important;
    }
    .gallery__card-date-adaptive {
        margin-bottom: 20px;
    }

    .portfolio__card-left {
        flex-direction: column;
    }

    .gallery__card-description-adaptive-two {
        display: none;
    }

    .portfolio__card-two {
        flex-direction: column;
    }

    .gallery__card-description {
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }

    .gallery__card-description-adaptive {
        display: inline !important;
    }

    .adaptive__price {
        display: inline !important;
    }

    .table__wrapper {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .price__list {
        width: 100%;
    }

    .price__list tr td:not(:first-child) {
        display: none !important;
    }

    .price__list tr td:first-child {
        border-right: 2px solid rgba(0, 0, 0, .1);
    }

    .service__page-block span {
        text-align: center;
    }

    .service__page-block span::before {
        top: -30px;
        margin-left: 0;
        left: calc(50% - 5px);
        height: 10px;
    }

    .payment__methods {
        flex-direction: column;
    }

    .price__list {
        font-size: 18px;
    }

    .contract__list-secondary {
        flex-direction: column;
        row-gap: 15px;
    }

    .guarantees ul li {
        width: 100%;
    }
}

.adaptive__price {
    display: none;
}
.adaptive__price-color {
    color: rgba(0, 0, 0, .4);
}

@media screen and (max-width:600px) {
    .article__footer .article__date:nth-child(1) {
        font-size: 16px !important;
    }

    .article__description p{
        font-size: 16px;
    }

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

@media screen and (max-width:500px) {
    .gallery__card-description-adaptive {
        padding: 0 !important;
    }
    .header__phones-list {
        display: none;
    }
    .phone {
        display: none !important;
    }
    .phone__icon-wrapper {
        display: block !important;
        width: 40px;
    }

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

    .lozung {
        font-size: 18px;
        margin-top: 15px !important;
    }
}
.video__home {
    width:700px;
    display:block
}
@media screen and (max-width:1200px) {
    .main__header {
        flex-direction: column;
    }

    .main__header-left {
        width: 100%;
        max-width: 700px;
    }

    .main__header-h1 {
        text-align: center;
    }

    .main__header-p {
        text-align: center;
    }

    .video__home {
        width: 100%;
        max-width: 700px;
    }
}
