:root{--bg-color:#eeeeee;--theme-color:#fff;--main-color:#8ed943}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Black.woff2) format("woff2");font-weight:900}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-BlackItalic.woff2) format("woff2");font-weight:900}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Bold.woff2) format("woff2");font-weight:700}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-BoldItalic.woff2) format("woff2");font-weight:700}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-ExtraBold.woff2) format("woff2");font-weight:800}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-ExtraBoldItalic.woff2) format("woff2");font-weight:800}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-ThinItalic.woff2) format("woff2");font-weight:100}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Thin.woff2) format("woff2");font-weight:100}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-SemiBoldItalic.woff2) format("woff2");font-weight:600}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-SemiBold.woff2) format("woff2");font-weight:600}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-RegularItalic.woff2) format("woff2");font-weight:400}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Regular.woff2) format("woff2");font-weight:400}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-MediumItalic.woff2) format("woff2");font-weight:500}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Medium.woff2) format("woff2");font-weight:500}@font-face{font-family:"FixelText";font-display:block;src:url(/assets/fonts/FixelDisplay-Light.woff2) format("woff2");font-weight:300}@font-face{font-family:"FixelText-Italic";font-display:block;src:url(/assets/fonts/FixelDisplay-LightItalic.woff2) format("woff2");font-weight:300}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;list-style:none}body{font-family:"FixelText",sans-serif;font-style:normal;font-size:18px;line-height:1.5;font-weight:400;color:#000;background-color:var(--theme-color)}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}h1{font-size:64px;line-height:64px;letter-spacing:-3px}h2{font-size:48px;line-height:60px;letter-spacing:-2px}h3{font-size:40px;line-height:52px;letter-spacing:-2px}h4{font-size:36px;line-height:48px;letter-spacing:-1px}h5{font-size:32px;line-height:40px;letter-spacing:-1px;font-weight:500!important}h6{font-size:24px;line-height:32px;font-weight:500!important}p{line-height:1.8;font-size:17px;font-weight:400;color:#494b4e;margin:0}a,a:hover{color:inherit}span{display:inline-block}a{display:inline-block;text-decoration:none}a:hover{text-decoration:none}ul{margin:0;padding:0}figure{margin:0}img{width:100%;height:auto}.border-btm{border-bottom:1px solid rgb(0 0 0 / .15);padding-bottom:100px}
.topnav .btn-switch span {
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1d;
    text-transform: uppercase;
    line-height: 1.5;
}
.topnav .btn-switch {
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-group {
    position: relative;
}

.floating-label {
    position: absolute;
    top: 14px;
    left: 0;
    color: #999;
    font-size: 16px;
    pointer-events: none; 
    transition: all 0.3s ease; 
    opacity: 0;
}

.testimonials-mp {
    display: none;
}



.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label {
    top: -10px;
    font-size: 12px;
    opacity: 1;
}

.floating-input:focus::placeholder,
.floating-input:not(:placeholder-shown)::placeholder {
    color: transparent;
}


.works-mp .item .img {
    border-radius: 20px !important;
}

@media screen and (max-width: 992px) {
    .work-hed2 .fit-img {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .serv-hed2 .caption h1, .work-hed2 h1 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 300;
}

.caption .sub-head::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

p {
    color: #a4a4a4 !important; 
}

.proj-details {
    padding-bottom: 0px;
}

.proj-details .container {
    padding-bottom: 140px;
    border-bottom: 1px solid rgb(0 0 0 / .15);
}

.accordion-button {
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px 0;
    outline: none;
}

.accordion-button:focus:not(:focus-visible) {
    outline: none;
}
.accordion-item:focus:not(:focus-visible) {
    outline: none;
}

.accordion-button span {
    font-size: 14px;
    margin-right: 80px;
}

.accordion-item {
    border: none;
    border-top: 1px solid rgb(0 0 0 / .15);
    outline: none;
}

.accordion-button::after{
    content: none;
}

.caption h1 {
    max-width: 905px;
    margin: 0 auto;
    width: 100%;
    letter-spacing: -1px;
}


.caption h1 br {
    display: none;
}

.accordion-item.active .accordion-button {
    color: #8ed943;
    background: transparent;
}

.accordion-button:not(.collapsed){
    color: #212529;
    background: transparent;
}

.accordion-body p {
    font-size: 14px;
}

.accordion-body {
    padding: 0 0 15px 90px;
}

.accordion-button:focus {
    outline: none; /* Убираем выделение через outline */
    box-shadow: none; /* Убираем светлый голубой эффект */
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgb(0 0 0 / .15);
}

.accordion-item.active {
    border-top: 1px solid #8ed943 !important;
}


.accordion-button {
    border: none !important; /* Убирает границы кнопок */
    box-shadow: none !important; /* Убирает тени */
    background-color: transparent !important; /* Убирает фон */
}

.accordion-body {
    border-top: none !important; /* Убирает границу между header и body */
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.item-link {
    padding: 8px 20px;
    background: var(--main-color);
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border-radius: 30px;
}

.item-link-block {
    margin-top: 64px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.item-link-block .btn-switch {
    margin-right: 0;
}

.call-action {
    max-width: 1320px;
    box-sizing: border-box;
    padding-top: 140px;
    margin: 0 auto;
}
.call-action h2 {
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.call-action .buton {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -120px;
    right: -4%;
    font-size: 32px;
    color: #212121;
}

.call-action .buton a {
    font-weight: 400;
}

.call-action .buton span {
    font-weight: 400;
}

.call-action .buton img {
    width: 30px;
    height: 30px;
}

.proj-details .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.services-mp .content .item {
    max-width: calc(100% - 30px);
}

.services-mp .content .item .img {
    width: 100%;
}

.services-mp .content .item .img img {
    width: 100%;
}

main .services-mp .content .item:first-of-type {
    position: absolute;
}

#contact-form button span {
    color: #000;
}

.works-mp .item .cont div > span {
    min-height: 42px;
}

.error {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.items-icon {
    transition: all 0.4s;
}

.item:hover .items-icon {
    background: var(--main-color);
    color: #1d1d1d;
    transition: all 0.4s;
}

.items .cont {
    align-items: flex-start !important;
}

@media (max-width: 1280px) {
    .call-action .buton {
        display: none !important;
    }

    .call-action h2 {
        font-size: 70px;
    }

    main .services-mp .serv-title .tab-title h2 {
        font-size: 100px;
    }
}


@media (max-width: 768px) {
    .call-action h2 {
        font-size: 40px;
    }

    .call-action {
        padding-top: 32px;
        margin-bottom: 0;
    }

    .proj-details.section-padding  {
        padding-top: 64px;
    }

    .fit-img img {
        object-fit: cover;
        -o-object-fit: cover;
    }

    .footer-mp.section-padding {
        padding-top: 0;
    }

    .navbar .topnav .align-items-center {
        font-size: 14px;
    }

    main .services-mp .serv-title .tab-title h2 {
        font-size: 64px;
    }

    .footer-mp.section-padding {
        padding-top: 32px;
    }
}

@media (max-width: 576px) {
    main .services-mp .serv-title .tab-title h2 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .proj-details h2 {
        margin-bottom: 16px;
    }

    .proj-details .container {
        gap: 32px;
    }

    main .services-mp .content .item:first-of-type {
        position: static;
    }
}

.process-swiper .swiper-wrapper {
    align-items: stretch;
}

.process-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1165px) {
    .process-mp .process-swiper .item {
        min-height: 580px;
        height: 100%;
    }
}

.fancybox__container {
    z-index: 10000000;
}

.proj-details h2{
    font-size: 24px;
    line-height: 100%;
}

.proj-details .container .text {
    margin: 0 !important;
}

.list-box {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.list-box li {
    color: #a4a4a4 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    list-style: disc;
}

input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
}

/* Для Firefox */
input:-moz-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
}

/* Для Safari */
input:autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
}

.section-padding .sm-marg{
    margin: 0;
}