/*!
Theme Name: statusdental
Theme URI: http://underscores.me/
Author: MrAkells
Author URI: https://t.me/mrakells/
Description: statusdental custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: statusdental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

statusdental is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* reset.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-size: 16px;
    font-family: sans-serif;
    background: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    border: none;
    outline: none;
    background: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

main.main {
    margin-top: 83px;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

section.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    align-items: stretch;
}

.page-template-front-page main.main {
    margin-top: 0 !important;
}

.content__item {
    background-color: #fff;
    padding: 20px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    row-gap: 25px;
    text-align: center;
    justify-items: center;
    height: 100%;
}

.content__item:first-child {
    position: relative;
    z-index: 0;
}

.content__item:first-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    top: -50px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    opacity: .1;
}

.content__item:not(:last-child) {
    border-right: 2px solid #afafaf;
}

.content__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.3);
}

.content__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content__item a,
.content__link {
    justify-self: center;
}

.content__item h3,
.content__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    width: 100%;
}

.content__text p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.content__text p:not(:last-child) {
    margin-bottom: 15px;
}

.content__text strong {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.content__item>a,
.content__link {
    margin-top: 0;
    background-color: #4F4B4A;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 20px 40px;
}

@media (min-width: 768px) {
    .content__item {
        grid-template-rows: 120px 150px 1fr auto;
    }
}

@media (max-width: 767px) {
    section.content {
        grid-template-columns: 1fr;
    }

    .content__item {
        grid-template-rows: auto auto auto min-content;
    }

    .content__item:not(:last-child) {
        border-right: none;
    }

    .content__item:first-child::before {
        top: 50px;
    }

    .content__logo img {
        transform: scale(.8);
    }

    .content__item {
        padding: 16px;
        row-gap: 12px;
    }

    .content__item h3,
    .content__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .content__item p,
    .content__text p {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .content__item strong,
    .content__text strong {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .content__item>a,
    .content__link {
        font-size: 15px;
        padding: 14px 32px;
    }

    .section__title::after {
        font-size: 56px;
    }
}

.section__title {
    font-size: 40px;
    line-height: 62px;
    font-weight: 400;
    position: relative;
    display: block;
    z-index: 1;
}

.section__title::after {
    content: "STATUS DENTAL";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}

.header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__menu a {
    font-size: 14px;
    transition: color .2s ease;
}

.header__menu a:hover {
    color: #555;
}

.header__logo img {
    height: auto;
    width: 200px;
    object-fit: contain;
}

.header__contact {
    display: block !important;
    position: relative;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    padding: 10px 10px 10px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__contact img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}

.header__contact_text {
    font-size: 9px;
}

.header__contact_phone {
    font-weight: 500;
    font-size: 14px;
}

.header__contact--mobile {
    display: none !important;
}

.header__burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #000;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    z-index: 1000;
}

.header__burger span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

body.menu-open .header__burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

body.menu-open .header__burger span:nth-child(2) {
    opacity: 0;
}

body.menu-open .header__burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1024px) {
    body.menu-open {
        overflow: hidden;
    }

    .header__burger {
        display: inline-flex;
        margin-left: auto;
        flex-direction: column;
    }

    .header__nav {
        position: fixed;
        top: var(--header-height, 80px);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px 20px 40px;
        background-color: #fff;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 998;
    }

    .header__menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        width: 100%;
    }

    .header__menu a {
        font-size: 18px;
    }

    body.menu-open .header__nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header__contact--desktop {
        display: none !important;
    }

    .header__contact--mobile {
        display: flex !important;
        margin-top: auto;
        align-self: flex-start;
    }
}

section.hero .container {
    padding: 25px;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__content {
    width: 50%;
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero__title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.hero__title span {
    font-weight: 500;
}

.hero__text {
    font-size: 14px;
}

.hero__contact-form .wpcf7-form {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.hero__contact-form .wpcf7-form input {
    width: 100%;
}

.hero__contact-form .wpcf7-form-control-wrap {
    border: 1px solid rgb(218, 218, 218);
    flex: 1;
}

.hero__contact-form .wpcf7-submit {
    flex: 1;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.hero__contact-form .wpcf7-submit,
.hero__contact-form .wpcf7-form-control-wrap {
    padding: 10px;
    border-radius: 20px;
}

.hero__contact-form .wpcf7-spinner {
    display: none !important;
}

.hero__contact-form .wpcf7-response-output {
    margin: 1em 0 0 0 !important;
    border: none !important;
    padding: 0 !important;
    flex-basis: 100%;
}

.hero__contact-form form.failed .wpcf7-response-output,
.hero__contact-form form.aborted .wpcf7-response-output {
    color: red;
}

.hero__rating {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero__rating-avatars {
    display: flex;
    align-items: center;
}

.hero__rating-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.hero__rating-avatar:not(:first-child) {
    margin-left: -14px;
}

.hero__rating-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero__rating-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero__rating-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.hero__rating-stars svg {
    width: 20px;
    height: 20px;
    fill: #ffc400;
}

.hero__rating-caption {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.hero__rating-count {
    font-weight: 600;
}

.hero-cards .container {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.hero-cards__item {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 15px 15px 15px 65px;
    position: relative;
}

.hero-cards__image {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.hero-cards__title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-cards__text {
    font-size: 14px;
    line-height: 17px;
}

section.services {
    margin: 80px 0 80px 0;

}

.services__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.services__item {
    --services-gap: 16px;
    position: relative;
    padding: 20px 64px var(--services-gap) 20px;
    aspect-ratio: 4/3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--services-gap);
    color: #fff;
    font-size: 25px;
    line-height: 0.8;
    overflow: hidden;
    transition: background-size .35s ease;
    will-change: background-size;
}

.services__item:visited {
    color: #fff;
}

.services__item::before {
    content: "";
    display: block;
    height: 1.5px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    transition: background-color .3s ease;
    order: 1;
}

.services__item::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: var(--services-gap);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:
        #fff
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E")
        center/20px 20px no-repeat;
    transition: transform .35s ease, background-color .35s ease, border-color .35s ease;
    will-change: transform;
}

.services__item:hover {
    background-size: 110%;
}

.services__item:hover::after {
    transform: rotate(45deg);
    background-color: #f4f4f4;
}

section.consultation .container {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.consultation .container>* {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.consultation__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.23;
}

.consultation__text {
    font-size: 20px;
    max-width: 600px;
    line-height: 1.5;
}

.consultation__button {
    position: relative;
    overflow: hidden;
    padding: 16px 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.consultation__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transform: skewX(-25deg);
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    0% {
        left: -150%;
    }

    60% {
        left: 110%;
    }

    100% {
        left: 110%;
    }
}

.consultation__button:hover {
    color: #000 !important;
    background-color: #fff;
}

section.about-us {
    margin: 80px 0;
}

section.about-us .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

section.about-us .container>* {
    border-radius: 20px;
    min-height: 0;
}

.about-us__image {
    overflow: hidden;
    position: relative;
}

.about-us__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-us__content {
    padding: 120px 60px;
    background-color: rgb(241, 241, 241);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.about-us__content hr {
    border: 0;
    border-top: 1px solid #000;
}

.about-us__title {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 1.23;
}

.about-us__text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    color: #333333;
}

section.our-team {
    margin-bottom: 80px;
}

.our-team__subtitle {
    font-size: 20px;
    line-height: 31px;
}

.our-team__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.our-team__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-team__item img {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.our-team__name {
    text-align: center;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 10px;
}

.our-team__job {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    text-align: center;
}

section.reviews {
    margin-bottom: 80px;
}

.reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.reviews__title {
    margin-bottom: 0;
}

.reviews__items {
    position: relative;
    overflow: visible;
}

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

.reviews__item {
    background-color: #f1f1f1;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews__items .swiper-slide {
    height: auto;
    display: flex;
}

.reviews__item_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.reviews__item_image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.reviews__item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reviews__item_name {
    font-size: 20px;
    font-weight: 500;
    align-self: center;
}

.reviews__item_text {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    flex: 1;
}

.reviews__navs {
    display: inline-flex;
    gap: 12px;
}

.reviews__nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.reviews__nav svg {
    width: 20px;
    height: 20px;
    display: block;
}

.reviews__nav:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.reviews__nav:active {
    transform: scale(0.94);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.reviews__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .header__contact {
        display: none;
    }

    .container {
        margin: 0 10px;
    }

    .hero__content {
        width: 100%;
        padding: 25px;
    }

    .hero__title {
        font-size: 28px;
    }

    .hero__contact-form .wpcf7-form-control-wrap,
    .hero__contact-form .wpcf7-submit {
        flex: unset;
    }

    .hero__rating {
        display: none;
    }

    .hero-cards .container {
        flex-direction: column;
    }

    .services__items {
        grid-template-columns: 1fr;
    }

    .consultation__title {
        font-size: 28px;
    }

    .consultation__text {
        font-size: 18px;
    }

    section.about-us .container {
        grid-template-columns: 1fr;
    }

    .about-us__content {
        padding: 35px;
    }

    .our-team__items {
        grid-template-columns: 1fr 1fr;
    }

    .our-team__item img {
        width: 100%;
        height: auto;
    }

    .our-team__name {
        font-size: 16px;
    }

    .reviews__items {
        overflow: visible;
    }

    .reviews__item {
        padding: 20px;
    }

    .reviews__item_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .reviews__item_image {
        aspect-ratio: 1/1;
        width: 80px;
        height: 80px;
    }

    .reviews__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .reviews__nav {
        width: 38px;
        height: 38px;
    }

    .service-contacts .container {
        margin: 0;
    }
}

.service__title {
    font-size: 40px;
    font-weight: 500;
}

.single-service section {
    margin-bottom: 100px;
}

.service-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.service-hero__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.service-hero__gallery img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
}

.service-hero__content {
    line-height: 1.55;
    margin: auto 0;
}

.service-hero__content h1,
.service-hero__content p:not(:last-child) {
    margin-bottom: 24px;
}

.service-hero__content p {
    font-size: 20px;
}

.service-hero__button {
    display: block;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    padding: 15px 45px;
    margin-top: 40px;
    width: fit-content;
}

.service-hero__button:visited {
    color: #fff;
}

.service-features__title {
    margin-bottom: 40px;
}

.service-features__items {
    display: flex;
    gap: 40px;
    padding-top: 50px;
}

.service-features__item {
    flex: 1;
}

.service-features__item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 15px;
    position: relative;
}

.service-features__item h3::before {
    content: var(--num);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 130px;
    opacity: .1;
}

.service-features__item p {
    font-weight: 300;
    line-height: 1.55;
}

section.service-contacts {
    background-color: #000;
    color: #fff;
}

.service-contacts .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
}

.service-contacts__content {
    padding: 100px 0;
}

.service-contacts__content h2 {
    margin-bottom: 24px;
}

.service-contacts__table {
    border-collapse: separate;
    border-spacing: 0 30px;
    font-size: 20px;
    line-height: 31px;
}

.service-contacts__table tr {
    padding: 20px 0;
}

.service-contacts__table th {
    text-align: left;
    padding-right: 20px;
    font-weight: 600;
}

.service-contacts__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.service-contacts__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform .15s ease;
}

.service-contacts__social-link:hover {
    transform: translateY(-1px);
}

.service-contacts__social-link:active {
    transform: translateY(0);
}

.service-contacts__social-link img {
    width: 36px;
    height: 36px;
    display: block;
}

.service-contact__map {
    position: relative;
    width: 100%;
    justify-self: end;
}

.service-contact__map iframe {
    width: calc(100% + ((100vw - 100%) / 2));
    height: 100%;
    border: 0;
    display: block;
}

.site-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 36px 0;
}

.site-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-footer__logo img {
    height: 42px;
    width: auto;
    display: block;
}

.site-footer__nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.site-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.site-footer__menu > li {
    min-width: 140px;
}

.site-footer__menu > li > a {
    color: #000;
}

.site-footer__menu li ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    text-transform: none;
    font-weight: 500;
    color: #555;
    display: grid;
    gap: 6px;
}

.site-footer__menu li ul a {
    color: #555;
}

.site-footer__menu a:hover {
    color: #000;
}

.service-alt {
    color: #0d0d0d;
}

.service-alt__hero {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), var(--service-alt-hero, #0f0f0f) center/cover no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.service-alt__hero .container {
    max-width: 960px;
    padding: 0 15px;
}

.service-alt__hero-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
}

.service-alt__hero-lead {
    font-size: 18px;
    line-height: 1.6;
    opacity: .9;
    margin-bottom: 30px;
}

.service-alt__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.service-alt__section {
    overflow: hidden;
}

.service-alt__section .container {
    max-width: 1180px;
    padding: 0 15px;
}

.service-alt__title {
    font-size: 40px;
    line-height: 1.23;
    font-weight: 500;
    margin: 0 0 40px;
    max-width: 820px;
}

.service-alt__grid {
    display: grid;
    gap: 24px;
}

.service-alt__grid--info {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-alt__card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    line-height: 1.65;
}

.service-alt__card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-alt__card p {
    color: #4b4b4b;
    font-size: 15px;
}

.service-alt__gallery {
    position: relative;
    overflow: visible;
}

.service-alt__gallery-head,
.service-alt__equipment-head {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 18px;
}

.service-alt__equipment-head {
    margin-top: -22px;
    margin-right: 120px;
}

.service-alt__nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.service-alt__nav svg {
    width: 24px;
    height: 24px;
    display: block;
}

.service-alt__nav:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.service-alt__nav:active {
    transform: scale(0.9);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.service-alt__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.service-alt__padding {
    padding: 100px 0;
}

.service-alt__gallery .swiper-wrapper {
    display: flex;
}

.service-alt__gallery .swiper-slide {
    height: auto;
}

.service-alt__gallery,
.service-alt__equipment-swiper {
    width: calc(100% + 120px);
    margin-right: -120px;
}

.service-alt__gallery-item {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 14px;
}

.service-alt__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.service-alt__gallery-item:hover img {
    transform: scale(1.06);
}

.service-alt__steps {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.service-alt__step {
    text-align: center;
    padding: 22px 14px;
}

.service-alt__step-number {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0f0f0f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 16px;
}

.service-alt__step h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.service-alt__indications .service-alt__title {
    margin-bottom: 20px;
}

.service-alt__text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 60px;
}

.service-alt__split {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 32px;
}

.service-alt__list {
    list-style: none;
    display: grid;
    row-gap: 28px;
    column-gap: 14px;
}

.service-alt__indications .service-alt__list {
    grid-template-columns: auto auto;
}

.service-alt__list li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.service-alt__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0f0f0f;
    font-weight: 700;
}

.service-alt__visual {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    background: #e9e9e9 center/cover no-repeat;
}

#service-alt-contact {
    background: linear-gradient(135deg, #0f0f0f 0%, #2a2a2a 100%);
    color: #fff;
}

#service-alt-contact .container {
    padding: 0 15px;
}

.service-alt__cta-block {
    text-align: center;
    background: transparent;
    color: inherit;
    padding: 70px 20px;
}

.service-alt__cta-block .service-alt__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.service-alt__cta-block p {
    max-width: 760px;
    margin: 14px auto 30px;
    line-height: 1.6;
    color: #ededed;
}

#service-alt-contact .wpcf7 {
    max-width: 960px;
    margin: 0 auto;
}

#service-alt-contact .wpcf7-form {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    flex-wrap: nowrap;
}

#service-alt-contact .wpcf7-form-control-wrap {
    width: auto;
}

#service-alt-contact .wpcf7-form-control.wpcf7-tel,
#service-alt-contact .wpcf7-form-control.wpcf7-text {
    width: auto;
    flex: 0 1 220px;
    max-width: 260px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

#service-alt-contact .wpcf7-form-control.wpcf7-tel::placeholder,
#service-alt-contact .wpcf7-form-control.wpcf7-text::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

#service-alt-contact .wpcf7-form-control.wpcf7-tel:focus,
#service-alt-contact .wpcf7-form-control.wpcf7-text:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#service-alt-contact .wpcf7-submit {
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    background: #fff;
    color: #0f0f0f;
    font-weight: 500;
    cursor: pointer;
    transition: transform .15s, box-shadow .2s;
    flex: 0 0 auto;
}

#service-alt-contact .wpcf7-submit:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

#service-alt-contact .wpcf7-submit:active {
    transform: scale(0.97);
}

#service-alt-contact .wpcf7-spinner {
    display: none;
}

#service-alt-contact .wpcf7-response-output {
    margin: 6px 0 0;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

@media (max-width: 640px) {
    #service-alt-contact .wpcf7-form {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    #service-alt-contact .wpcf7-form-control.wpcf7-tel,
    #service-alt-contact .wpcf7-form-control.wpcf7-text {
        flex: 1 1 auto;
        width: 100%;
    }

    #service-alt-contact .wpcf7-submit {
        width: 100%;
        text-align: center;
    }
}

.service-alt__cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-alt__cta-secondary {
    background: #fff;
    color: #0f0f0f;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
}

.service-alt__reasons-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
        "reason-main reason-a reason-b"
        "reason-main reason-c reason-d";
    gap: 18px;
    grid-auto-flow: dense;
}

.service-alt__reason {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

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

.service-alt__reason-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 60%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    gap: 15px;
}

.service-alt__reason h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.service-alt__reason p {
    font-size: 14px;
    line-height: 1.55;
}

.service-alt__reason:nth-child(1) {
    grid-area: reason-main;
    aspect-ratio: auto;
    min-height: 100%;
}

.service-alt__reason:nth-child(2) {
    grid-area: reason-a;
}

.service-alt__reason:nth-child(3) {
    grid-area: reason-b;
}

.service-alt__reason:nth-child(4) {
    grid-area: reason-c;
}

.service-alt__reason:nth-child(5) {
    grid-area: reason-d;
}

@media (max-width: 767px) {
    .service-alt__reasons-grid {
        grid-template-columns: 1fr;
        grid-template-areas: none;
        grid-auto-rows: auto;
    }

    .service-alt__reason {
        aspect-ratio: 16 / 12;
    }

    .service-alt__reason:nth-child(1),
    .service-alt__reason:nth-child(2),
    .service-alt__reason:nth-child(3),
    .service-alt__reason:nth-child(4),
    .service-alt__reason:nth-child(5) {
        grid-area: auto;
    }
}

.service-alt__features .service-alt__text {
    margin-bottom: 0;
    max-width: 50%;
}

.service-alt__equipment-grid {
    display: none;
}

.service-alt__equipment-swiper {
    overflow: visible;
    position: relative;
}

.service-alt__equipment.swiper-slide {
    border-radius: 18px;
    background: #e6e6e6 center/cover no-repeat;
    aspect-ratio: 1 / 1;
}

@media (max-width: 767px) {
    .service-alt__equipment.swiper-slide {
        aspect-ratio: 16 / 12;
    }
}

@media (max-width: 1024px) {

    .service-alt__gallery,
    .service-alt__equipment-swiper {
        width: calc(100% + 60px);
        margin-right: -60px;
    }

    .service-alt__equipment-head {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {

    .service-alt__gallery,
    .service-alt__equipment-swiper {
        width: 100%;
        margin-right: 0;
    }

    .service-alt__equipment-head {
        margin-right: 0;
    }
}

.service-alt__map {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    color: #4b4b4b;
}

.service-alt__map-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px;
    border: 1px solid #efefef;
}

.service-alt__faq-item {
    border-bottom: 1px solid #ededed;
    padding: 18px 0;
    cursor: pointer;
}

.service-alt__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1.35;
}

.service-alt__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, margin .3s ease;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.55;
}

.service-alt__faq-item.is-open .service-alt__faq-answer {
    margin-top: 10px;
}

.service-alt__faq-toggle {
    font-size: 32px;
    transition: transform .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-alt__faq-item.is-open .service-alt__faq-toggle {
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .service-alt__hero {
        padding: 110px 0 90px;
    }

    .service-alt__hero-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .service-alt__hero {
        padding: 90px 0 80px;
    }

    .service-alt__hero-title {
        font-size: 28px;
    }

    .service-alt__split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

.service-alt__visual {
    height: 250px;
}
}

@media (max-width: 1023px) {
    .service-contact__map {
        width: 100%;
    }

    .service-contact__map iframe {
        width: 100%;
        transform: none;
    }

    .site-footer {
        padding: 28px 0 36px;
    }

    .site-footer .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .site-footer__nav {
        width: 100%;
        justify-content: flex-start;
    }

    .site-footer__menu {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .single-service section {
        margin-bottom: 60px;
    }

    .service-hero .container,
    .service-contacts .container {
        grid-template-columns: 1fr;
    }

    .service-hero .container,
    .service-contacts .container,
    .service-features .container {
        padding: 0 15px;

    }

    .service__title {
        font-size: 30px;
    }

    .service-hero__button {
        margin-left: auto;
        margin-right: auto;
    }

    .service-features__items {
        flex-direction: column;
    }

    .service-contacts__content {
        padding: 60px 0;
    }

    .service-contacts__table {
        font-size: 16px;
        border-spacing: 0 20px;
    }

    .service-contacts__social {
        margin-top: 16px;
    }

    .service-contact__map iframe {
        width: calc(100% + 30px);
        height: auto;
        margin: 0 -15px;
        aspect-ratio: 1/1;
    }

    .site-footer__menu {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

.service-alt__info {
    background-color: #f5f5f5;
    margin-top: -100px;
    margin-bottom: 0 !important;
    padding: 100px 0;
}

.service-alt__info .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service-alt__info p {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .service-alt__info .container {
        grid-template-columns: 1fr;
    }
}

.reviews .section__title::after {
    display: none;
}

.swiper {
    overflow: visible !important;
}

section {
    overflow: hidden;
}

.works-gallery {
    padding: 70px 0 90px;
}

.works-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.works-gallery__item {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #f5f5f5;
    aspect-ratio: 4 / 3;
}

.works-gallery__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.works-gallery__item:hover .works-gallery__image {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .works-gallery {
        padding: 50px 0 70px;
    }

    .works-gallery__grid {
        gap: 14px;
    }
}
