.advantage-item {
    padding: 15px 20px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: transform .3s ease;
    font-family: Roboto, sans-serif;
    border-left: 4px solid #4caf50
}

.advantage-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 700;
    flex-shrink: 0;
    min-width: 28px;
    font-size: 18px;
    box-sizing: border-box
}

@media (max-width:768px) {
    .icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 16px !important
    }

    .advantage-item {
        font-size: 16px;
        padding: 12px 15px
    }
}

.faq-section {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.faq-title {
    position: relative;
    padding-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px !important
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #4caf50;
    border-radius: 2px
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.faq-control {
    padding: 20px 25px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #2c3e50 !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}

.faq-control:hover {
    background-color: #f1f3f5 !important
}

.faq-control[data-active] {
    background-color: #4caf50 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, .25) !important
}

.dmc-Accordion-chevron {
    color: #4caf50
}

.faq-control[data-active] .dmc-Accordion-chevron {
    color: #fff !important
}

.faq-answer {
    padding: 20px 25px !important;
    font-size: 16px !important;
    color: #495057 !important;
    line-height: 1.7 !important;
    background: #f8f9fa !important
}

.faq-section::after,
.faq-section::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1
}

.faq-section::before {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(76, 175, 80, .1)
}

.faq-section::after {
    bottom: -70px;
    left: -70px;
    width: 250px;
    height: 250px;
    background: rgba(76, 175, 80, .08)
}

.faq-accordion,
.title-container {
    position: relative;
    z-index: 1
}

@media (max-width:768px) {
    .faq-control {
        padding: 15px 20px !important;
        font-size: 16px !important
    }

    .faq-answer {
        padding: 15px 20px !important;
        font-size: 15px !important
    }

    .faq-section {
        padding: 60px 20px
    }
}

.happy-clients-section {
    padding: 60px 20px;
    background-color: #f5f5f5;
    position: relative
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
    color: #333
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto
}

.client-card {
    position: relative;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .15)
}

.client-card-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.client-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    cursor: pointer
}

.client-card:hover .client-image {
    transform: scale(1.05)
}

.client-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    padding: 20px;
    color: #fff;
    opacity: .95
}

.client-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #fff
}

.client-text {
    font-size: .9rem;
    margin-bottom: 15px;
    color: #eee
}

.client-button {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease
}

.client-button:hover {
    background: #fff;
    color: #333
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

.lightbox.active {
    display: flex;
    opacity: 1
}

.lightbox-image {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

.lightbox-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    text-align: center;
    color: #fff
}

.lightbox-name {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #fff
}

.lightbox-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ddd;
    max-width: 800px;
    margin: 0 auto
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: color .3s ease
}

.lightbox-close:hover {
    color: #ccc
}

@media (max-width:768px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    .client-card {
        height: 250px
    }

    .lightbox-image {
        max-width: 95%;
        max-height: 70%
    }

    .lightbox-name {
        font-size: 1.4rem
    }

    .lightbox-text {
        font-size: 1rem
    }
}

@media (max-width:768px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px
    }

    .client-card {
        height: 220px
    }

    .client-name {
        font-size: 1rem
    }

    .client-text {
        font-size: .8rem
    }

    .client-button {
        font-size: .75rem;
        padding: 6px 12px
    }
}

@media (max-width:768px) {
    .lightbox-image {
        max-width: 90%;
        max-height: 60%
    }

    .lightbox-caption {
        padding: 15px
    }

    .lightbox-name {
        font-size: 1.2rem
    }

    .lightbox-text {
        font-size: .95rem;
        padding: 0 10px
    }

    .lightbox-close {
        font-size: 30px;
        top: 10px;
        right: 20px
    }

    .lightbox-caption {
        overflow-y: auto;
        max-height: 30vh
    }
}

body {
    overflow-x: hidden;
    padding: 0 10px
}

.client-button {
    touch-action: manipulation
}

.client-image {
    object-position: center
}

.lightbox-close {
    position: fixed
}

@media (max-width:480px) {
    .section-title {
        font-size: 1.8rem
    }

    .clients-grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .client-card {
        height: 200px
    }

    .lightbox-image {
        max-width: 95%;
        max-height: 50%
    }

    .lightbox-caption {
        max-height: 25vh
    }
}

.header {
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 6vh;
    transition: background-color .3s ease;
    border: none;
    padding: 0 20px
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    order: 2
}


.app-menu-button {
    background-color: rgba(39, 167, 231, 0);
    border: none;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color .3s ease
}

.app-menu-button:hover {
    background-color: rgba(79, 94, 101, .8)
}

.header.scrolled {
    background-color: #2c3e50
}

.header-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-left: 20px;
    text-shadow: -1px -1px 0 #2c3e50, 1px -1px 0 #2c3e50, -1px 1px 0 #2c3e50, 1px 1px 0 #2c3e50
}

.header-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px
}

.header-links a {
    color: #000;
    text-decoration: none;
    font-size: 16px
}

.header-links a:hover {
    text-decoration: underline
}


.modal-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
    transition: transform .3s ease-in-out;
    z-index: 1000
}

.modal-menu.open {
    transform: translateX(-300px)
}

@media (max-width:600px) {
    .header {
        height: 50px;
        padding: 0 10px
    }

    .header-title {
        font-size: 26px;
        margin-left: 0
    }

    .header-links {
        display: none
    }

    .app-menu-button {
        display: none
    }

    .modal-menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        height: 100%;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
        transition: transform .3s ease-in-out;
        z-index: 1000;
        padding: 20px
    }

    .modal-menu.open {
        transform: translateX(-100%)
    }

    .modal-menu a {
        display: block;
        margin-bottom: 15px;
        font-size: 16px;
        color: #000;
        text-decoration: none
    }

    .modal-menu a:hover {
        text-decoration: underline
    }
}

.hero-section {
    background: url('/assets/images/shutterstock_705507505.jfif') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.hero-title {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7)
}

.typewriter-text {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #fff;
    animation: blink-caret .75s step-end infinite
}

.hero-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px
}

.cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s ease-out;
    min-width: 350px;
    background: linear-gradient(135deg, #c31432 0, #f00000 100%);
    box-shadow: 0 6px 20px rgba(240, 0, 0, .3)
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20px;
    height: 200%;
    background: rgba(255, 255, 255, .3);
    transform: rotate(30deg);
    transition: all .8s;
    z-index: -1
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(195, 20, 50, .7)
    }

    70% {
        box-shadow: 0 0 0 30px rgba(195, 20, 50, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(195, 20, 50, 0)
    }
}

.cta-button.pulse {
    animation: pulse-red 2s infinite
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(240, 0, 0, .5)
}

.cta-button:hover::after {
    left: 120%
}

.cta-button:active {
    transform: translateY(2px);
    box-shadow: 0 3px 15px rgba(240, 0, 0, .3)
}

.cta-button i {
    margin-right: 10px;
    transition: transform .3s ease
}

.cta-button:hover i {
    transform: scale(1.2)
}

@media (max-width:768px) {
    .cta-button {
        padding: 10px 25px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px
    }

    .cta-button i {
        margin-right: 8px;
        font-size: .9em
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #fff
    }
}

.how-to-buy-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem 1rem
}

.section-title {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    color: #252424;
    padding-left: 1rem;
    margin-bottom: 2rem;
    text-align: center
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
    min-height: 300px
}

.step-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: rgba(211, 211, 211, .258);
    min-height: 100px;
    padding: 1rem
}

.step-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0
}

.step-content {
    flex: 1;
    min-height: 50px
}

@media (min-width:768px) {
    .steps-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .step-item {
        flex-direction: column;
        text-align: center;
        max-width: 200px
    }

    .step-icon {
        margin-bottom: 1rem
    }
}

.step-title {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #252424;
    margin-bottom: .5rem;
    text-align: left
}

.dmc-Button-root.step-title {
    color: #dc2626;
    padding: 0;
    background: 0 0 !important
}

.step-description {
    font-size: .875rem;
    color: #252424;
    line-height: 1.5;
    text-align: left
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.step-item {
    opacity: 0
}

@media (min-width:768px) {
    .step-item.active {
        animation: slideInRight .6s ease-out forwards
    }
}

@media (max-width:767px) {
    .step-item.active {
        animation: slideUp .6s ease-out forwards
    }
}

.modal-contact-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.modal-contact-form .modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.form-input {
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px
}

.form-textarea {
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    height: 150px;
    resize: vertical
}

.form-input:focus,
.form-textarea:focus {
    border-color: #2c3e50;
    outline: 0;
    box-shadow: 0 0 5px rgba(44, 62, 80, .5)
}

@media (max-width:600px) {

    .form-input,
    .form-textarea {
        font-size: 14px;
        height: auto;
        padding: 8px
    }

    .form-textarea {
        height: 120px
    }
}

.modal-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.contact-button {
    flex: 1;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
    padding: 10px
}

.button-phone-call-center-container {
    display: flex;
    justify-content: center
}

@media (max-width:600px) {
    .modal-button-row {
        flex-direction: column;
        align-items: stretch
    }

    .contact-button {
        flex: none;
        font-size: 12px;
        padding: 8px
    }

    .telephon-call-button {
        width: 100%
    }
}

.telephon-call-button {
    background-color: #2c3e50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto;
    transition: background-color .3s ease-in-out
}

.telephon-call-button {
    background-color: #dc2626;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    transition: background-color .3s ease-in-out
}

.whatsapp-button {
    background-color: #16a34a;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    transition: background-color .3s ease-in-out
}

.telegram-button {
    background-color: #27a7e7;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s ease-in-out
}

.form-button:hover {
    background-color: #1a252f
}

.dmc-fieldset {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden
}

.form-textarea {
    width: 100%;
    min-height: 100px;
    max-height: 200px;
    resize: vertical;
    overflow-y: auto
}

.video-section {
    text-align: center;
    padding: 0;
    background: linear-gradient(to bottom, var(--top-color), var(--bottom-color));
    overflow: hidden
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #333;
    line-height: 1.2
}

.video-carousel {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0;
    height: auto
}

.video-carousel .dmc-Carousel-slide,
.video-carousel .dmc-Center {
    padding: 0;
    margin: 0;
    height: 100%
}

.video-thumbnail-container {
    position: relative;
    overflow: hidden;
    border-radius: .625rem;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    background-color: #000
}

.video-carousel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .625rem .625rem 0 0;
    box-shadow: 0 .25rem .375rem rgba(0, 0, 0, .1);
    display: block;
    transition: transform .3s ease
}

.video-carousel video:hover {
    transform: scale(1.02)
}

.video-thumbnail-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.video-thumbnail-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    border-radius: inherit;
    transition: background .3s ease
}

.video-thumbnail-wrapper:hover::after {
    background: rgba(0, 0, 0, .5)
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.dmc-Modal-root {
    padding: 0;
    margin: 0
}

.dmc-Modal-body {
    padding: 0;
    margin: 0
}

.dmc-Modal-content {
    padding: 0;
    margin: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    max-width: none;
    width: 100%
}

.dmc-Modal-inner {
    padding: 0;
    margin: 0;
    max-width: none;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-video-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#modal-video {
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    background: #000
}

.dmc-Modal-overlay {
    background-color: rgba(0, 0, 0, .9);
    backdrop-filter: blur(8px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:48rem) {
    .video-section {
        padding: 1.875rem .625rem
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.25rem
    }

    .video-carousel {
        padding: 0 .3125rem
    }

    .video-carousel video {
        max-height: none
    }

    #modal-video {
        max-height: 60vh;
        width: 95vw
    }
}

.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden
}

.section-header {
    text-align: center;
    margin-bottom: 3rem
}

.services-title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    color: #2c3e50;
    font-weight: 700
}

.services-subtitle {
    font-size: 1.1rem;
    color: #777;
    max-width: 600px;
    margin: 0 auto
}

.services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0
}

.service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 100%);
    transition: all .4s ease
}

.service-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    width: 100%;
    transform: translateY(20px);
    transition: transform .4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1)
}

.service-title {
    font-size: 1.4rem;
    margin-bottom: .8rem;
    color: #fff;
    font-weight: 700
}

.service-text {
    font-size: .95rem;
    color: rgba(255, 255, 255, .85);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 90%
}

.service-button {
    background: 0 0;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .3);
    padding: .6rem 1.8rem;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.service-button:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .5);
    transform: translateY(-2px)
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.service-card:hover .service-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .2) 100%)
}

.service-card:hover .service-content {
    transform: translateY(0)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.services-container {
    animation: fadeInUp .8s ease forwards
}

@media (max-width:992px) {
    .services-section {
        padding: 4rem 1.25rem
    }

    .services-container {
        gap: 1.5rem
    }

    .service-card {
        height: 360px
    }
}

@media (max-width:768px) {
    .services-section {
        padding: 3rem 1rem
    }

    .services-title {
        font-size: 2rem
    }

    .services-container {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 1.5rem
    }

    .service-card {
        height: 320px;
        border-radius: 14px
    }

    .service-content {
        padding: 1.75rem
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1.2rem
    }

    .service-title {
        font-size: 1.3rem
    }

    .service-text {
        font-size: .9rem
    }
}

@media (max-width:480px) {
    .service-card {
        height: 280px
    }

    .service-content {
        padding: 1.5rem
    }

    .services-title {
        font-size: 1.8rem
    }

    .services-subtitle {
        font-size: 1rem
    }

    .service-icon {
        width: 45px;
        height: 45px
    }
}

body {
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff
}

.page-container {
    margin: 0 auto
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0
}

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

.contact-form h6 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2c3e50
}

.footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 20px;
    text-align: center
}

.footer-text {
    font-size: 14px;
    margin-bottom: 10px
}

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 16px
}

.footer-links a:hover {
    text-decoration: underline
}

.telegram-button {
    position: relative;
    transition: all .4s ease
}

.telegram-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .3)
}

.telegram-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.telegram-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20px;
    height: 200%;
    background: rgba(255, 255, 255, .2);
    transform: rotate(30deg);
    transition: all .8s;
    z-index: -1
}

.telegram-button:hover::after {
    left: 120%
}

.telegram-icon {
    transition: transform .3s ease
}

.telegram-button:hover .telegram-icon {
    transform: translateX(5px)
}