.card .btn,
.page-title,
.section-services .service_title,
.service_caption {
    text-transform: uppercase
}

.avatar-img,
.cover_img,
.gallery-section .swiper-slide img,
.section-company .reward {
    object-fit: cover
}

.emoji-option,
.emoji-picker-preview,
.icon-emoji {
    font-family: "Noto Sans Emoji", sans-serif
}

:root {
    --bs-primary: #8de75f;
    --bs-primary-rgb: 121, 229, 103;
    --bs-success-rgb: 121, 229, 103;
    --bs-primary-bg-subtle: #d3f7c1;
    --bs-primary-border-subtle: #a38cff;
    --bs-primary-text-emphasis: #280d8a;
    --bs-secondary: #342d6d;
    --bs-secondary-rgb: 52, 45, 109
}

body,
html {
    font-family: EuclidFlex, Arial, Helvetica, sans-serif
}

body {
    background: rgba(0, 0, 0, .05)
}

.hero-section {
    background: url('/static/img/deploy/banner.webp') center/cover;
    color: #000;
    position: relative;
    overflow: hidden;
    background-blend-mode: overlay;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover
}

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

.btn-grey {
    background: rgba(0, 0, 0, 20%);
    color: #fff
}

.btn-grey:hover {
    background: rgba(0, 0, 0, 30%);
    color: #fff
}

.btn-green,
.btn-green:hover {
    background: var(--bs-primary)
}

.btn-green {
    color: #fff
}

.btn-green:hover {
    color: #fff;
    opacity: .7
}

.btn-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.section-sales .card {
    border: 0
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    border-radius: .375rem
}

.avatar-img,
.service-card {
    height: 100%
}

.avatar-img {
    width: 100%
}

.section-services .card .icon {
    font-size: 2.745em
}

.service-card:hover {
    box-shadow: 0 12px 24px rgba(0, 194, 113, .15)
}

.service-card .btn-outline-success {
    border-width: 1.5px
}

.team-card {
    transition: transform .3s ease-in-out
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 194, 113, .15)
}

.section-company .gallery-wrapper,
.section-company .reward-wrapper {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .325);
    border-radius: .5em
}

.team-img {
    height: 300px;
    overflow: hidden
}

.team-img img {
    transition: transform .4s
}

.team-card:hover .team-img img {
    transform: scale(1.05)
}

.team-overlay {
    transition: opacity .3s ease-in-out
}

.team-card:hover .team-overlay {
    opacity: 1 !important
}

.card[data-gutman-sale] {
    position: relative;
    overflow: hidden
}

.card[data-gutman-sale]::after {
    content: attr(data-gutman-sale);
    position: absolute;
    top: -21px;
    right: -56px;
    width: 120px;
    padding: 3px 0;
    background: var(--bs-primary);
    font-weight: 700;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: left top;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 1
}

.feedback-cover::after,
.feedback-cover::before {
    content: "";
    border-radius: 50%;
    position: absolute
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #342d6d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #282255;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.title_section {
    margin: 1em 0
}

.section-company .gallery-wrapper {
    display: inline-block;
    height: 300px
}

.section-company .gallery {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.section-company .reward-wrapper {
    display: inline-block;
    height: 200px
}

.section-company .reward {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: .5em
}

.section-company .gallery-wrapper::after,
.section-company .gallery-wrapper::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1
}

.section-company .gallery-wrapper::before {
    background: var(--bs-secondary);
    top: -5px;
    right: -5px;
    border-radius: 0 0 0 100%
}

.section-company .gallery-wrapper::after {
    background: var(--bs-primary);
    bottom: -5px;
    left: -5px;
    border-radius: 0 100% 0 0
}

.img-people {
    display: block;
    height: 150px;
    width: 180px;
    overflow: hidden;
    border-radius: .5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .125)
}

.img-people img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.section-staff .info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.section-staff .info h4 {
    text-wrap: balance
}

.navbar_blur {
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .89)
}

.navbar_slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 1200px;
    transition: top .4s ease-out, opacity .3s;
    opacity: 0;
    z-index: 1000;
    margin: 0 auto
}

.cover_img {
    --nx-xy-spacing: 35px;
    position: absolute;
    top: var(--nx-xy-spacing);
    right: var(--nx-xy-spacing);
    width: 30%;
    height: 300px
}

.emoji-picker-container,
.feedback-cover {
    position: relative
}

.btn-telegram {
    background: #24a1de;
    color: #fff
}

.btn-whatsapp {
    background: #075e54;
    color: #fff
}

.page-title,
.services-title {
    color: var(--bs-primary);
    margin-bottom: 0
}

.btn-whatsapp:hover {
    background: #05463f;
    color: #fff
}

.btn-telegram:hover {
    background: #1e87bb;
    color: #fff
}

.section-contact {
    --ny-contact-image: url("https://chelyabinsk.stom-firms.ru/app/p/a2/firmPage/main/firmDesign4main/content/covers/1.jpg");
    background: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), var(--ny-contact-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-title {
    font-weight: 600
}

.page_header p,
.services-title {
    font-weight: 500
}

.services-title {
    border-left: 3px var(--bs-primary) solid;
    padding-left: 10px
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.icon {
    width: 3rem;
    height: 3rem
}

body.admin {
    min-height: 100vh;
    display: flex;
    font-size: 14px
}

.feedback-cover {
    background: linear-gradient(135deg, var(--bs-primary) 0, #c2ffa4 100%);
    overflow: hidden
}

.feedback-cover::before {
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .1)
}

.feedback-cover::after {
    bottom: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, .15)
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .7
    }

    50% {
        transform: scale(1.05);
        opacity: .9
    }
}

@keyframes shake {

    0%,
    100% {
        transform: rotate(-10deg);
        opacity: .8
    }

    50% {
        transform: rotate(20deg);
        opacity: .9
    }
}

.shake {
    animation: 3s ease-in-out infinite shake
}

.feedback-cover:hover::after,
.feedback-cover:hover::before,
.pulse {
    animation: 3s ease-in-out infinite pulse
}

@media (max-width:768px) {

    .feedback-cover {
        padding: 2rem 1rem !important
    }

    .feedback-cover::after,
    .feedback-cover::before {
        display: none
    }
}

.emoji-picker-input {
    cursor: pointer;
    background-color: #f8f9fa
}

.emoji-picker-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    z-index: 1000;
    padding: 10px
}

.emoji-picker-header {
    margin-bottom: 10px
}

.emoji-picker-body {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
    max-height: 250px;
    overflow-y: auto
}

.emoji-option {
    font-size: 1.5rem;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border-radius: 4px
}

.emoji-option:hover {
    background-color: #f0f0f0
}

.emoji-picker-preview {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    pointer-events: none
}

.swiper-nav-container {
    display: inline-flex;
    background: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.btn-glass,
.btn-soft {
    display: inline-block;
    color: #00c271;
    text-transform: uppercase;
    transition: .3s;
    padding: .75rem 1.5rem;
    text-decoration: none;
    font-weight: 600
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    background: 0 0;
    border-radius: 50%;
    transition: .3s
}

.btn-glass,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, .1)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: none
}

.swiper-button-prev:before {
    content: "←";
    color: #fff;
    font-size: 18px
}

.swiper-button-next:before {
    content: "→";
    color: #fff;
    font-size: 18px
}

.gallery-section .swiper-slide,
.swiper-slide {
    height: auto
}

.swiper-slide .card {
    height: 100%;
    display: flex;
    flex-direction: column
}

.swiper-slide .card-body {
    flex: 1;
    display: flex;
    flex-direction: column
}

.gallery-section .swiper-slide .card-body>*,
.swiper-slide .card-body>* {
    flex: 0 0 auto
}

.swiper-slide .card-body .btn {
    margin-top: auto
}

.btn-glass {
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.btn-glass:hover {
    background: rgba(0, 194, 113, .15);
    color: #fff;
    border-color: rgba(0, 194, 113, .5)
}

.btn-soft {
    border-radius: 1.5rem;
    background: #f0f0f3;
    box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #fff
}

.btn-soft:hover {
    box-shadow: inset 4px 4px 10px #d1d1d1, inset -4px -4px 10px #fff;
    color: #007f4f
}

.btn-modern {
    padding: .75rem 1.5rem;
    background: linear-gradient(135deg, #00c271, #00e59b);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .3s;
    box-shadow: 0 4px 12px rgba(0, 194, 113, .3)
}

.btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 194, 113, .4);
    text-decoration: none
}

.vacancy-card {
    background: linear-gradient(135deg, #00c271, #2f80ed);
    border-radius: 1rem;
    color: #fff;
    transition: transform .3s, box-shadow .3s
}

.vacancy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1)
}

.service-card {
    background: linear-gradient(135deg, #fff, #f5fef9);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #e0f0e8;
    box-shadow: 0 4px 12px rgba(0, 194, 113, .05);
    transition: .3s;
    position: relative
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 194, 113, .1)
}

.service-card h5 {
    font-weight: 600;
    color: #222
}

.service-card .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #00c271
}

[id]::before {
    content: "";
    display: block;
    height: 175px;
    margin-top: -175px;
    visibility: hidden
}

.feedback-section::before {
    content: none
}

.nav-scroller {
    overflow-x: auto;
    padding-bottom: 1rem
}

.category-scroll {
    overflow-x: auto;
    white-space: nowrap;
    gap: .5rem;
    scroll-behavior: smooth
}

.category-scroll::-webkit-scrollbar {
    height: 6px
}

.category-scroll::-webkit-scrollbar-thumb {
    background: #00c271;
    border-radius: 10px
}

.category-link {
    background-color: #f0fdf6;
    color: #00c271;
    font-weight: 600;
    transition: .3s;
    border: 1px solid transparent
}

.category-link.active,
.category-link:hover {
    background-color: #00c271;
    color: #fff;
    border-color: #00c271;
    box-shadow: 0 4px 12px rgba(0, 194, 113, .2)
}

.category-nav {
    z-index: 1030;
    top: 0
}

.services-hero {
    background: linear-gradient(135deg, #39936e 0, #546071 100%);
    color: #fff;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services-hero-bg {
    background-image: url("/static/img/deploy/services.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .3
}

.contact-hero {
    background: linear-gradient(120deg, #00c271 0, #4dc7a0 100%);
    position: relative;
    color: #fff;
    overflow: hidden;
    min-height: 400px
}

.contact-hero-bg {
    background-image: url("/images/bg-chair.png");
    background-size: cover;
    background-position: center;
    opacity: .07
}

.contact-hero .btn {
    font-weight: 500;
    font-size: 1rem
}

.gallery-section .swiper-slide .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: 0 0
}

.gallery-section .swiper-slide .card-body {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column
}

.promo-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 194, 113, .15)
}

.badge-ribbon {
    position: absolute;
    top: 10px;
    right: -40px;
    transform: rotate(45deg);
    width: 140px;
    text-align: center;
    padding: 5px 0;
    font-size: .8rem;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.btn-gradient {
    background: linear-gradient(90deg, #00c271, #009f5f);
    color: #fff;
    border: none;
    transition: .3s
}

.btn-gradient:hover {
    opacity: .9
}

@media (min-width:768px) {
    .services-hero h1 {
        font-size: 3.5rem
    }
}

@media (max-width:991px) {
    .hero-section {
        background: linear-gradient(30deg, #8de760, #f8f9fa);
    }
}

@media (min-width:1024px) {
    .services-hero h1 {
        font-size: 3.5rem
    }

    .category-nav {
        top: 12vh
    }

}