:root {
    --size-text: 13px;
    --font-family: "Roboto", Arial, serif;
    /*--font-family: "Play", Arial, serif;*/
    --main-color: #F44336;
    --main-color2: #607D8B;
    --main-color3: #FFF176;
    --brad-regular: 4px;
}

@-webkit-keyframes blick {
    0% {
        left: -80%;
    }
    100% {
        left: 160%;
    }
}
@keyframes blick {
    0% {
        left: -80%;
    }
    100% {
        left: 160%;
    }
}

@-webkit-keyframes pulse_1 {
    0% {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(3.5);
        transform: translateY(-50%) scale(3.5);
        opacity: 0;
    }
}
@keyframes pulse_1 {
    0% {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(3.5);
        transform: translateY(-50%) scale(3.5);
        opacity: 0;
    }
}

.md-main-color-btn {
    background-color: var(--main-color);
    color: #fff;
    padding: 0 35px;
    border-radius: var(--brad-regular);
    height: 85px;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-main-color-btn span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 20px;
}

.md-main-color-btn img path,
.md-main-color-btn svg path {
    fill: #fff;
}
.blick::after, .md-main-color-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.md-main-color-btn.disabled {
    pointer-events: none;
    opacity: 0.7;
}
.md-main-color-btn.disabled::after {
    display: none;
}

.md-standart-form .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}

.md-standart-form .form-checkbox > div {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    /* border: 1px solid var(--main-color); */
    border-radius: var(--brad-regular);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md-standart-form .form-checkbox > div img, .md-standart-form .form-checkbox > div svg {
    width: 0.4166666667vw;
    height: 0.3125vw;
    fill: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-standart-form .form-checkbox > div.checked {
    background-color: #bdbdbd;
}

.md-standart-form .form-checkbox > div input {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: none;
}

.md-standart-form .form-checkbox > div.checked img, .md-standart-form .form-checkbox > div.checked svg {
    opacity: 1;
}

.md-standart-form .form-checkbox p {
    cursor: pointer;
    font-size: 12px;
    color: #616161;
}

.md-standart-form .form-input {
    width: 50%;
    height: 85px;
    padding: 0 40px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: var(--main-color);
    border-radius: var(--brad-regular);
    margin-right: 1.0416666667vw;
}

.btn-popup{
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    height: 50px;
    font-family: var(--font-family);
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s ease;
}

body{
    font-family: var(--font-family);
    font-size: 15px;
}

section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    /*display: flex;*/
    margin: 0 auto;
    /*align-items: center;*/
}

.fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}

.tilte-section {
    text-align: center;
    font-size: 37px;
    margin: 70px 0;
    font-weight: 700;
}

.header{
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    /* background: #00000073; */
    border-bottom: 1px solid #ffffff24;
    /* backdrop-filter: blur(10px); */
    /* display: flex; */
    justify-content: center;
    /* flex-direction: column; */
    /* align-items: center; */
}

.header .info {
    width: 100%;
    font-size: 12px;
    color: #ffffffd6;
    border-bottom: 1px dashed #ffffff33;
    /* background: #ffffff2b; */
    /* backdrop-filter: blur(10px); */
}

.header .info .info-box{
    max-width: 1440px;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
}

.header .navigation{
    display: flex;
    max-width: 1440px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    margin: 0 auto;
    /* padding-top: 0; */
}

.header .navigation-mobile{
    display: none;
}

/*.header__logo{display: flex;margin-right: 30px;align-items: center;!* margin-top: 20px; *!}*/
/*.header__logo img{width: 60px;position: relative;top: 2px;}*/

.header__logo{display: flex;margin-right: 30px;align-items: center;/* margin-top: 20px; */}
.header__logo img{width: 135px;position: relative;top: 1px;/* left: 216px; */}

.btn-popup.btn-header{
    /* font-weight: 500; */
    /* font-size: 13px; */
    height: 40px;
    background: #ffffff2b;
    padding: 0 20px;
    margin-right: 0;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
}

.btn-popup.btn-header:hover{
    background: #dc3428;
    color: #fff;
}

.header__text {
    width: 150px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    padding-left: 10px;
    border-left: 1px solid #ffffff2b;
    margin-left: 5px;
}

.navigation .contact{
    display: flex;
}

.header__nav {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* margin-right: 30px; */
    white-space: nowrap;
}

.header__nav .nav {display: flex;justify-content: flex-start;width: 100%;/* border-top: 1px solid #ffffff30; *//* border-bottom: 1px solid #ffffff30; *//* margin-top: 20px; */}

.header__nav .nav .nav-item {
    padding: 20px;
    padding-left: 0;
    margin-right: 30px;
}

.header__nav .nav .nav-item .nav-link{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    /* font-weight: 600; */
    letter-spacing: 1px;
}
.header__nav .nav .nav-item .nav-link:hover{
    color: var(--main-color);
    text-decoration: none;
    transition: 0.3s;
}

.header__social{
}

.header__social .social-links{
    display: flex;
    justify-content: flex-end;
}

.header__social, .header__contacts {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    padding-right: 20px;
}
.header__social p, .header__contacts p {
    line-height: 15px;
    font-size: 13px;
    /* letter-spacing: 1px; */
    position: relative;
    color: #ffffffc7;
}
.header__social p b, .header__contacts p b {
    font-weight: 400;
}
.header__social p b span, .header__contacts p b span {
    font-family: "Inter", Arial, serif;
}
.header__social p::before, .header__contacts p::before {
    content: "";
    position: absolute;
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background-color: #4CAF50;
    top: 50%;
    left: -0.5208333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.header__social p::after, .header__contacts p::after {
    content: "";
    position: absolute;
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background-color: #4CAF50;
    top: 50%;
    left: -0.5208333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 1s linear infinite;
    animation: pulse_1 1s linear infinite;
}

.header__contacts {
    /* width: 200px; */
}
.header__contacts p {
    margin-top: 4px;
}
.header__contacts a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* letter-spacing: 1px; */
}
.header__contacts a:hover {
    color: var(--main-color);
}
.header__contacts .call-back {
    color: var(--main-color);
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.first {
    position: relative;
    display: flex;
    min-height: 800px;
    align-items: center;
    /* padding-top: 60px; */
    height: calc(100vh);
    background: #00000075;
    overflow: hidden;
}

.first__container{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-top: 180px;
}

.first__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.first__bg .main-bg {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    /* Плавная анимация увеличения и смещения */
    animation: bgAnimation 20s ease-in-out infinite;
}

/* Анимация для фонового изображения */
@keyframes bgAnimation {
    0% {
        transform: scale(1) translateX(0) translateY(0);
        filter: brightness(1);
    }
    25% {
        transform: scale(1.05) translateX(-30px) translateY(-5px);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.1) translateX(15px) translateY(3px);
        filter: brightness(1);
    }
    75% {
        transform: scale(1.07) translateX(-13px) translateY(7px);
        filter: brightness(1);
    }
    100% {
        transform: scale(1) translateX(0) translateY(0);
        filter: brightness(1);
    }
}

.first__bg .second-bg {
    max-width: 100vw;
    max-height: 100vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.first__text{
    max-width: 800px;
}


.first__title b {
    font-weight: 600;
    color: #ffffff;
    /* font-size: 65px; */
}

.first__text p {
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.first__text span {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.first__content {
    width: 100%;
    padding-bottom: 70px;
}

.first__title {margin-bottom: 15px;color: #fff;font-size: 80px;line-height: 85px;margin-top: 5px;}

.first__form {
    border-radius: 4px;
    background-color: #edeff4;
    backdrop-filter: blur(10px);
    padding: 25px 30px;
    position: relative;
    /* color: #ffffff; */
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    /* border: 1px solid #0000003d; */
    /* box-shadow: 0px 0px 7px 0px #0000000f; */
    width: 1400px;
}

.md-standart-form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1.0416666667vw;
}

.first__form .form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.first__form .form-title p{
    font-size: 23px;
    font-weight:600;
    /* color: #ffffff; */
}

.first__form .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.first__form .form-container .form-input {
    margin:0;
    margin-right:15px;
    background-color: #ffffff;
    color: #000;
    border: 0;
    box-shadow: 0 0 4px 0 #0000001a;
}

.first__footer{
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ffffff24;
    width: 100%;
    display: flex;
    justify-content: center;
}

.first__button{
    display: flex;
    margin-top: 60px;
}

.bg-main{
    background: var(--main-color);
    color: #fff;
}

.first__button .border-blue{background: #ffffff24;color: #fff;}

.first__button .border-blue:hover{
    background: var(--main-color);
    color: #fff;
    transition: background-color 0.1s;
}

.footer__box{
    color: #fff;
    display: flex;
    width: 100%;
    max-width: 1440px;
}
.footer__content{
    border-right: 1px solid #ffffff24;
    padding: 50px 20px;
}

.footer__content:last-child{
    border-right: 0px;
}

.footer__title{
    font-size: 20px;
    font-weight: 600;
    display: flex;
}
.footer__title .checkmark{margin-right: 10px;}

.footer__text{
    margin-top: 15px;
    padding-right: 100px;
    line-height: 20px;
    color: #ffffffa8;
}

.report{
    padding-top: 100px;
    position: relative;
}

.report__container{
    display: flex;
    gap: 60px;
}

.report__img{
    width: 500px;
    height: 700px;
    border-radius: 4px;
    object-fit: cover;
}

.report__title{
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    color: var(--main-color);
}

.report__subtitle{
    line-height: 30px;
}
.report__subtitle h2{margin: 0;margin-top: 10px;margin-bottom: 30px;font-size: 28px;font-weight: 300;}

.report__subtitle .tile{font-weight: 500;padding: 10px 0;}

.report__list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    margin-bottom: 20px;
}

.report__list-item{
    border: 1px dashed #b4b4b4;
    width: 100%;
    display: flex;
    padding: 20px 20px 20px 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    /* background: #f2f2f2; */
    border-radius: 12px;
}

.report__list-item p:nth-child(1){
    /* color: #F44336; */
    font-size: 65px;
    font-weight: 300;
}

.report__list-item p:nth-child(2){
    font-size: 15px;
    color: #494949;
    line-height: 23px;
    width: 100%;
}

.service{
    padding-top: 50px;
    /* background: #edeff4; */
    padding: 0 20px;
    display: flex;
    justify-content: center;
    /* border-top: 1px dashed #00000033; */
    /* border-bottom: 1px dashed #00000033; */
}

.title{padding: 20px;}

.service .title h3{
    font-size: 22px;
    padding: 0;
    margin: 0;
    /* line-height: 65px; */
    /* color: #ffffff; */
}

.service .title .description{
    margin-top: 15px;
    color: #000000d4;
}

.service .title .description p{

    margin-bottom: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    max-width: 1440px;
    padding: 0 20px;
}

.service-card {
    position: relative;
    height: 350px;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
    transition: all 0.4s ease;
}

.service-text {
    position: relative;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-text-desc{
    margin-top: 15px;
    font-weight: 500;
}

.service-contact{
    margin-top: 10px;
}
.service-contact i{color: #adadad;margin-right: 5px;}


.service-card.tall, .service-text.tall {
    grid-row: span 2;
    height: 705px;
}

.service-card.large-2, .service-text.large-2 {
    grid-column: span 2;
    height: 350px;
}

.service-card.large-3, .service-text.large-3 {
    grid-column: span 3;
    height: 350px;
}

.service-card:hover {
    /* transform: translateY(-10px); */
    /* box-shadow: 0 15px 30px rgba(0,0,0,0.2); */
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 84%), rgb(255 255 255 / 0%));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
    padding-bottom: 0;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
}

.service-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 1;
}

.service-description {
    margin-bottom: 15px;
    font-size: 14px;
}

.service-features {
    margin-bottom: 20px;
    padding-left: 20px;
    transition: all 0.5s ease;
}

.service-features li {
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    /* color: #ffffff94; */
}

.service-features li:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    font-weight: 900;
    position: absolute;
    left: -20px;
    color: var(--secondary);
}

.order-btn {
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--main-color);
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    /* transition: all 0.2s ease; */
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.order-btn:hover {
}

.order-btn i {
    margin-left: 8px;
}

.service-card:hover .service-content {
    max-height: 250px;
    opacity: 1;
    margin-bottom: 20px;
}

.service-card:hover .service-features{
    margin-bottom: 20px;
}

.promo-block {
    /*background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://example.com/metal-bg.jpg');*/
    background-size: cover;
    background-position: center;
    /* color: white; */
    padding: 60px 20px;
    text-align: center;
    padding-bottom: 0px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.promo-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: left;
    max-width: 600px;
    padding-bottom: 0;
}

.promo-text h1{
    margin: 0;
    padding-bottom: 15px;
    font-size: 55px;
    line-height: 45px;
}

.promo-text h1 span{
    font-size: 35px;
    font-weight: 300;
}

.promo-text p{

}

.promo-video {
    flex: 1;
    min-width: 400px;
    padding: 20px;
    padding-bottom: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 0;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.5); */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.features {
    margin: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-icon {
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: #fff;
}

.gallery-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 5px;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    /* transition: transform 0.3s, box-shadow 0.3s; */
    aspect-ratio: 4/3;
    cursor: pointer;
}

.gallery-item:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s;
    /* filter: grayscale(1); */
}

.gallery-item:hover img {
    /* transform: scale(1.25); */
    filter: grayscale(0);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.modal-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {transform: scale(0.8);}
    to {transform: scale(1);}
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    /* font-weight: bold; */
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1001;
}

.close:hover {
    color: #ccc;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    /* font-weight: bold; */
    font-size: 30px;
    transition: 0.3s;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0 5px 5px 0;
    z-index: 1001;
}

.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.fullscreen-banner {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url('/assets/images/promo/banner_03.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 50px 0;
    margin-bottom: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1e9e;
}

.fullscreen-banner .content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fullscreen-banner .content .content__title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fullscreen-banner .content p{font-size: 20px;margin-bottom: 30px;max-width: 600px;}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    /* font-weight: bold; */
    transition: all 0.3s ease;
    /* font-size: 1rem; */
    text-align: center;
    min-width: 200px;
    color: #fff;
}

.btn-primary {
    color: #fff;
    border:2px solid #003ac9;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-whatsapp {
    background-color: #25D366;
    /* color: #fff; */
    border: 2px solid #25D366;
}

.btn-whatsapp:hover {
    background-color: #25d366;
    color: #ffffff;
}

.why-choose-us {
    max-width: 1040px;
    margin: 0 auto;
    padding: 2px;
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage-column {
    width: 48%;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.advantage-item:last-child{
    margin:0;
}

.advantage-item:hover {
    /* transform: translateY(-5px); */
}

.advantage-icon {
    font-size: 35px;
    margin-right: 25px;
    min-width: 40px;
    text-align: center;
}

.advantage-content h3 {
    margin: 0 0 10px 0;
}

.advantage-content p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.feedback{
    width: 100%;
    padding: 0 20px;
    padding-bottom: 100px;
}

.feedback-box{
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.feedback-info{
    width: 50%;
    font-size: 18px;
    padding-right: 10px;
}

.feedback-info .name{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feedback-info ul{
    font-size: 18px;
}

.feedback-info li{
    padding-bottom: 5px;
}

.feedback-info .adress{
    padding-top: 25px;
    font-size: 16px;
}

.feedback-form{
    width: 50%;
}

.feedback-form form{
    width: 100%;
    border-radius: 10px;
}

.form-group{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-group label{
    font-size: 16px;
}

.form-group input {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    border: 1px solid #9b9b9b;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 4px;
}

.feedback-form button{
    background: var(--main-color);
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.social-icon:hover {
    transform: scale(1.1);
}

.social-icon:hover i{
    color:#fff !important;
}

/* Цвета иконок */
.telegram { background: #0088cc; }
.whatsapp { background: #25D366; }
.phone { background: #4CAF50; }

audio, canvas, progress, video {
    width: 100%;
}









.form-launcher {
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.form-launcher:hover {
    background-color: #0069d9;
}

.feedback-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 25px;
    border: none;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-close {
    color: #909090;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    top: -3px;
}

.popup-close:hover {
    color: #343a40;
}

.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    /* color: #495057; */
}

.form-field input, .form-field textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #b2b5b7;
    border-radius: 4px;
    box-sizing: border-box;
    /* font-size: 16px; */
    transition: border-color 0.3s;
}

.form-field input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.submit-button {
    background-color: #f44336;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #d83428;
}

@keyframes popupAnimation {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-content {
    animation: popupAnimation 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-form .message-success{display: none;}
.modal-success{display: flex;flex-direction: column;align-items: center;}
.modal-success .icon{font-size: 50px;color: #4CAF50;}
.title-mes{font-size: 25px;font-weight: 600;margin-bottom: 10px;}
.desc-mes{text-align: center;font-size: 18px;padding: 0 20px;}


@media (max-width: 575px) {

    html, body {
        /* Убирает прокрутку по горизонтале, для мобильной версии */
        overflow-x: hidden;
    }

    .header .info .info-box, header .navigation{
        display: none !important;
    }

    .header .navigation-mobile{
        display: flex !important;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .header .navigation-mobile .header__logo {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .header__social {
        width: 100%;
        padding-right: 0;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5px;
        align-items: center;
    }
    
    .social-contact{
        color: #fff;
        min-width: 200px;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .social-contact:hover {
        color: #F44336;
    }

    .btn-whatsapp {
        background-color: #ffffff;
        color: #000000;
        border: none;
    }

    .header__social .btn-whatsapp{
        background-color: #ffffff;
        color: #000000;
    }

    .content .btn-whatsapp {
        background-color: #25d366;
        color: #ffffff;
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }

    .content .btn-primary {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }

    .header__social .social-links {
        width: 100%;
    }

    .social-links a {
        display: flex;
    }

    .social-links a img{
        width: 55px;
    }

    .first {
        height: auto;
    }

    .first__container{
        padding-top: 160px;
    }

    .first__title {
        font-size: 35px;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .first__text p {
        font-size: 25px;
        font-weight: 400;
    }

    .first__button {
        flex-direction: column;
        margin-top: 30px;
    }

    .btn-popup {
        width: 100%;
        justify-content: center;
        height: 60px;
        font-size: 18px;
    }

    .first__button .bg-blue {
        margin-bottom: 10px;
    }

    .first__content {
        padding-bottom: 0;
    }

    .first__footer {
        position: relative;
    }

    .footer__box {
        flex-direction: column;
    }

    .footer__content {
        border-right: 0;
        border-bottom: 1px dashed #ffffff33;
        padding: 30px 0;
    }

    .footer__title {
        justify-content: center;
    }

    .footer__text {
        padding: 0 20px;
        text-align: center;
    }

    .promo-block {
        padding: 0;
    }

    .promo-text {
        text-align: center;
    }

    .promo-text h1 {
        font-size: 55px;
        margin-top: 20px;
    }

    .promo-text h1 span {
        font-size: 25px;
    }

    .features {
        margin: 0;
        margin-top: 10px;
        text-align: left;
    }

    .tilte-section {
        margin: 50px 30px;
    }

    .service {
        background: #edeff4;
        padding: 20px 0 30px 0;
    }

    .services-grid {
        display: flex;
        flex-direction: column;
    }

    .service-card {
        grid-row: inherit;
        height: 350px !important;
    }

    .md-standart-form .form-container {
        flex-direction: column;
    }

    .first__form {
        margin-top: 0;
        background-color: #edeff4;
        border-radius: 0;
        border-top: 1px dashed #d3d6dd;
        width: 100%;
    }

    .first__form .form-container .form-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .gallery-grid {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .fullscreen-banner {
        height: 560px;
    }

    .md-main-color-btn {
        height: 80px;
        width: 100%;
    }

    .md-standart-form .form-checkbox {
        margin-top: 15px;
    }

    .md-standart-form .form-checkbox p {
        width: 80%;
    }

    .first__form .form-title p {
        padding: 0 30px;
        text-align: center;
    }

    .first__form .form-title {
        justify-content: center;
    }

    .why-choose-us {
        padding: 0 20px;
    }

    .advantages-container {
        flex-direction: column;
    }

    .advantage-column {
        width: 100%;
        text-align: center;
    }

    .advantage-content h3 {
        font-size: 1.5rem;
    }

    .advantage-item {
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .advantage-icon {
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }

    .advantage-content{
        padding: 0 30px;
    }

    .report {
        padding-top: 50px;
    }

    .report__list {
        display: flex;
        flex-direction: column;
    }

    .report__container {
        flex-direction: column;
        gap: 30px;
    }

    .report__subtitle h2 {
        line-height: 32px;
        font-weight: 300;
    }

    .report__img {
        width: 100%;
        height: 300px;
    }

    .feedback-box {
        flex-direction: column;
    }

    .feedback-info, .feedback-form {
        width: 100%;
        padding-right: 0;
    }

    .feedback-form button {
        width: 100%;
        height: 60px;
        font-size: 16px;
    }

    .feedback {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 30px;
    }

    .popup-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

    .feedback-popup {
        padding: 0;
    }


}

/* Small (sm) – устройства от 576px */
@media (min-width: 576px) {
    /* стили для экранов шириной ≥ 576px */

}

/* Medium (md) – устройства от 768px */
@media (min-width: 768px) {
    /* стили для экранов шириной ≥ 768px */
}

/* Large (lg) – устройства от 992px */
@media (min-width: 992px) {
    /* стили для экранов шириной ≥ 992px */
}

/* Extra large (xl) – устройства от 1200px */
@media (min-width: 1200px) {
    /* Стили для экранов шириной ≥ 1200px */
}

/* Extra extra large (xxl) – устройства от 1400px */
@media (min-width: 1400px) {
    /* cтили для экранов шириной ≥ 1400px */
}