/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';
@font-face {
    font-family: 'Mazzard';
    src: local('Mazzard L Regular'), local('Mazzard-L-Regular'),
    url('MazzardL-Regular.woff2') format('woff2'),
    url('MazzardL-Regular.woff') format('woff'),
    url('MazzardL-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Benzin';
    src: url('Benzin-Bold.eot');
    src: local('☞Benzin Bold'), local('Benzin-Bold'),
    url('Benzin-Bold.eot?#iefix') format('embedded-opentype'),
    url('Benzin-Bold.woff2') format('woff2'),
    url('Benzin-Bold.woff') format('woff'),
    url('Benzin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html{
    background: #ffffff;
    font-family: 'Mazzard';
    scroll-behavior: smooth;
}
a:focus, a:hover {
    color: white;
    text-decoration: unset;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}



/* ancient-browser-alert error */
.ancient-browser-alert {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}
.ancient-browser-alert a {
    color: #fff;
    text-decoration: underline;
}



.page-header-top-right {
    margin-top: 10px;
}



.pagination {
    margin: 0;
}



.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}



.required {
    color: #f00;
}



.row-with-vspace {
    margin-bottom: 20px;
}



.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}



.widget_calendar #wp-calendar {
    margin: 0;
}
.widget_calendar #wp-calendar #next {
    text-align: right;
}



#comments .comment-navigation {
    margin-bottom: 0;
}
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main-column .attachment .entry-content {
    margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
    text-align: center;
}
#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
#main-column .post .entry-header .entry-meta a {
    color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main-column .post .entry-meta .categories-icon {
    cursor: default;
}
#main-column .post .entry-meta .comments-link a {
    color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}
#main-column .post .entry-meta .tags-icon {
    cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}



#site-footer {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}




/*.header_container{
    padding: 30px;
}
#site_header{
    padding: 30px;
}

#home_slider_section {
    background: url('/wp-content/uploads/2026/02/Фон-цмик1-scaled.jpg');
    min-height: 400px;
    margin-top: -150px;
    border-radius: 30px;
}
.container.page-container{
    padding: 30px;
}
#site-logo{
    width: 200px;
}*/
:root{
    --bg:#ffffff;
    --text:#000066;
    --muted:#000066;

    --blue1:#0a2cff;
    --blue2:#071b86;
    --navy:#050b4a;

    --accent:#ff8a00;
    --accent2:#ff4d00;

    --card:#ffffff;
    --stroke:rgba(10,15,42,.10);

    --radius-lg:28px;
    --radius-md:18px;
    --shadow:0 18px 45px rgba(8, 13, 44, .14);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
    margin:0;
    /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;*/
    font-family: "Mazzard";
    color:var(--text);
    background: radial-gradient(1200px 700px at 15% -10%, rgba(10,44,255,.18), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(255,138,0,.14), transparent 55%),
    var(--bg);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{
    /*width:min(1140px, 100% - 32px);*/
    width: 80vw;
    margin:0 auto;
    padding: 0;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 6px 26px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: transform .36s ease, filter .36s ease, box-shadow .36s ease;
    user-select: none;
    white-space: nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn--small{ padding:10px 14px; font-size:13px; }
.btn--primary{
    background: linear-gradient(90deg, var(--blue1), var(--blue2));
    color:#fff;
    box-shadow: 0 10px 22px rgba(10,44,255,.25);
}
.btn--accent{
    background: linear-gradient(90deg, var(--accent), var(--accent2));
    color:#fff;
    box-shadow: 0 10px 22px rgba(255,138,0,.25);
}
.btn--light{
    background:#fff;
    color:var(--text);
    border:1px solid var(--stroke);
    box-shadow: 0 10px 22px rgba(8,13,44,.06);
}
.btn:hover{ /*filter:brightness(1.02);*/filter: drop-shadow(4px 4px 4px #121212); }
.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}
.header_menu_block a{
    transition: transform .36s ease, filter .36s ease, box-shadow .36s ease;
}
.header_menu_block a:hover{
    color: black;
    filter: drop-shadow(4px 4px 4px #121212);
}
.chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:999px;
    font-weight:700;
    font-size:13px;
    border:1px solid var(--stroke);
    transition: transform .36s ease, filter .36s ease, box-shadow .36s ease;
}
.chip--ghost{ background:rgba(255,255,255,.60); backdrop-filter: blur(8px); }
.chip--call{
    color:#fff;
    border:0;
    background: linear-gradient(90deg, rgba(255,138,0,.95), rgba(255,77,0,.95));
    box-shadow: 0 10px 18px rgba(255,138,0,.22);
}
.chip:hover{ /*filter:brightness(1.02);*/filter: drop-shadow(4px 4px 4px #121212); }
.topbar{
    position:sticky;
    top:0;
    z-index:50;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(10px);
    border-bottom:1px solid rgba(10,15,42,.06);
}
.topbar__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
    gap:12px;
}
.topbar__left{ display:flex; align-items:center; gap:12px; color:var(--muted); font-weight:600; font-size:13px; }
.topbar__dot{ width:4px; height:4px; background:rgba(91,99,133,.7); border-radius:999px; }
.topbar__right{ display:flex; gap:10px; align-items:center; }

.header{
    position:sticky;
    top:44px;
    z-index:45;
    background: rgba(255,255,255,.70);
    backdrop-filter: blur(12px);
    border-bottom:1px solid rgba(10,15,42,.06);
}
.header__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 0;
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width: 240px;
}
.brand__mark{
    width:44px; height:44px;
    border-radius:14px;
    display:grid; place-items:center;
    background: linear-gradient(135deg, rgba(10,44,255,.95), rgba(7,27,134,.95));
    color:#fff;
    box-shadow: 0 10px 20px rgba(10,44,255,.20);
    font-size:18px;
}
.brand__name{ font-weight:900; letter-spacing:.6px; }
.brand__tag{ display:block; color:var(--muted); font-size:12px; margin-top:2px; }

.nav{
    display:flex;
    gap:8px;
    padding:8px;
    border:1px solid rgba(10,15,42,.08);
    border-radius:999px;
    background: rgba(255,255,255,.55);
}
.nav__link{
    padding:10px 14px;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    color:rgba(10,15,42,.78);
}
.nav__link.is-active{
    color:#fff;
    background: linear-gradient(90deg, var(--blue1), var(--blue2));
    box-shadow: 0 10px 18px rgba(10,44,255,.18);
}

.header__cta{ display:none; }

.burger{
    display:none;
    width:44px; height:44px;
    border-radius:14px;
    border:1px solid rgba(10,15,42,.10);
    background:#fff;
}
.burger span{
    display:block;
    width:18px;
    height:2px;
    background:rgba(10,15,42,.75);
    margin:4px auto;
    border-radius:2px;
}

/* Hero */
.hero{ padding:22px 0 18px; }

.hero__inner{
    border-radius: var(--radius-lg);
    background: linear-gradient(120deg, rgba(10,44,255,.98), rgba(5,11,74,.96));
    box-shadow: var(--shadow);
    border:1px solid rgba(255,255,255,.10);
    padding: 30px;

}
.hero__card{
    position:relative;
    overflow:hidden;
    /*border-radius: var(--radius-lg);
    background: linear-gradient(120deg, rgba(10,44,255,.98), rgba(5,11,74,.96));
    box-shadow: var(--shadow);
    border:1px solid rgba(255,255,255,.10);*/
    padding:34px;
    display:grid;
    grid-template-columns: 1.1fr .9fr;
    gap:24px;
    min-height: 340px;
}
.hero__card::after{
    content:"";
    position:absolute;
    inset:-120px -120px auto auto;
    width:420px; height:420px;
    border-radius:50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,138,0,.45), rgba(255,138,0,0) 60%);
    transform: rotate(10deg);
    pointer-events:none;
    display: none;
}
.header_adress_menu_block{
    display: flex;
    flex-direction: column;
}
#site_header{
    display: flex;
    align-items: flex-end;
}
.hero__content{ position:relative; z-index:1; color:#fff; }
.hero__title{
    margin: 0;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 2.2px;
    font-weight: bold;
}
.hero__subtitle{
    margin:14px 0 0;
    color: rgba(255,255,255,.86);
    max-width: 52ch;
    font-weight:600;
}
.hero__actions{ margin-top:18px; display:flex; gap:12px; flex-wrap:wrap; }

.hero__visual{
    /*position:relative;
    z-index:1;
    display:grid;
    place-items:end;*/
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: grid;
    place-items: end;
    z-index: 0;
}
.hero__img{
    width:100%;
    height: 100%;
    border-radius: 24px;
    background:
            radial-gradient(220px 180px at 35% 30%, rgba(255,255,255,.16), transparent 60%),
            linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
    border:1px solid rgba(255,255,255,.12);
    min-height: 270px;
}
.hero__img--1{
    /* Заменишь на свое фото: background-image:url("img/hero.jpg"); */
    /*background-image:
            radial-gradient(280px 220px at 40% 35%, rgba(255,255,255,.18), transparent 62%),
            linear-gradient(120deg, rgba(255,138,0,.25), rgba(255,255,255,.04));*/
    background-image: url(/wp-content/uploads/2026/02/freepik__background__92574-scaled.png);
    background-size: contain;
    background-position: bottom;
    border: unset;
    width: 37vw;
    height: 23vw;
}

.hero__badge{
    position:absolute;
    right:16px;
    bottom:16px;
    width:118px;
    height:118px;
    border-radius:999px;
    display:grid;
    place-items:center;
    text-align:center;
    padding:12px;
    color:#fff;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.28), transparent 55%),
    linear-gradient(135deg, rgba(255,138,0,.96), rgba(255,77,0,.96));
    border:1px solid rgba(255,255,255,.14);
    box-shadow: 0 18px 30px rgba(255,138,0,.20);
}
.hero__badgeTop{ font-weight:900; font-size:12px; opacity:.95; }
.hero__badgeMid {
    font-weight: 1000;
    font-size: 44px;
    line-height: 1;
    margin: 4px 0;
}
.hero__badgeBottom {
    font-weight: 800;
    font-size: 17px;
    opacity: .95;
    line-height: 1;
}

.floating{
    position:fixed;
    right:18px;
    top: 170px;
    display:flex;
    flex-direction:column;
    gap:10px;
    z-index:60;
}
.floating__btn{
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: transparent;
    border: transparent;
    box-shadow: 0 12px 24px rgba(8, 13, 44, .10);
    font-weight: 900;
    color: rgba(10, 15, 42, .80);
}

/* Directions */
.directions{ padding:18px 0 30px; }
.grid4{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:18px;
}
.dirCard{
    border-radius: var(--radius-md);
    padding:20px;
    min-height: 128px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    position:relative;
    overflow:hidden;
}
.dirCard::after{
    display: none;
    content:"";
    position:absolute;
    inset:auto -60px -60px auto;
    width:180px; height:180px;
    border-radius:50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.20), transparent 60%);
    transform: rotate(10deg);
}
.dirCard__icon{ font-size:26px; position:relative; z-index:1; }
.dirCard__title{
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.6px;
    font-size:14px;
    position:relative; z-index:1;
}
.dirCard--blue{ background: linear-gradient(140deg, rgba(10,44,255,.98), rgba(7,27,134,.98)); }
.dirCard--orange{ background: linear-gradient(140deg, rgba(255,138,0,.98), rgba(255,77,0,.98)); }
.dirCard--navy{ background: linear-gradient(140deg, rgba(5,11,74,.98), rgba(2,5,38,.98)); }

/* Section head */
.sectionHead{ margin: 0 0 14px; }
.sectionHead--center{ text-align:center; margin-bottom:18px; }
.sectionHead__title{
    margin:0;
    font-size: 26px;
    font-weight:1000;
    letter-spacing:.4px;
}
.sectionHead__subtitle{
    margin:8px 0 0;
    color:var(--muted);
    font-weight:650;
}

.lead{ font-weight:800; font-size:18px; line-height:1.35; margin:0; }
.muted{ color:var(--muted); font-weight:650; line-height:1.55; }

/* About */
.about{ padding: 10px 0 26px; }
.about__inner{
    display:grid;
    grid-template-columns: 1fr 1.05fr;
    gap:22px;
    align-items:center;
}
.about__photo{
    height: 400px;
    border-radius: var(--radius-lg);
    border: unset;
    box-shadow: 0 18px 40px rgba(8, 13, 44, .08);
    background-image: url(/wp-content/uploads/2026/02/10.png);
    background-size: cover;
    background-position: center;
}
.about__stats{
    display:flex;
    gap:14px;
    margin-top:14px;
    flex-wrap:wrap;
}
.stat{
    background: rgba(255,255,255,.70);
    border:1px solid rgba(10,15,42,.08);
    border-radius: 16px;
    padding:12px 14px;
    min-width: 140px;
    box-shadow: 0 16px 34px rgba(8,13,44,.06);
}
.stat__num{ font-weight:1000; font-size:20px; }
.stat__label{ color:var(--muted); font-weight:700; font-size:12px; margin-top:2px; }

/* Gallery */
.gallery{ padding: 0 0 30px; }
.gallery__grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:16px;
}
.gallery__img{
    height: 210px;
    border-radius: 18px;
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    background:#f0f2ff;
}
.gallery__img--1{
    /*background:
            radial-gradient(220px 160px at 30% 40%, rgba(255,255,255,.60), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(10,44,255,.25), rgba(10,44,255,.05));*/
    border: unset;
    background-image: url(/wp-content/uploads/2026/02/12.png);
    background-size: cover;
    background-position: center;
}
.gallery__img--2{
    /*background:
            radial-gradient(220px 160px at 30% 40%, rgba(255,255,255,.60), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(255,138,0,.22), rgba(10,44,255,.08));*/
    border: unset;
    background-image: url(/wp-content/uploads/2026/02/13.png);
    background-size: cover;
    background-position: center;
}
.gallery__img--3{
    /*background:
            radial-gradient(220px 160px at 30% 40%, rgba(255,255,255,.60), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(5,11,74,.22), rgba(10,44,255,.10));*/
    border: unset;
    background-image: url(/wp-content/uploads/2026/02/14.png);
    background-size: cover;
    background-position: center;
}

/* Service strip */
.serviceStrip{ padding: 6px 0 36px; }
.serviceStrip__inner{
    border-radius: var(--radius-lg);
    padding:24px;
    background: linear-gradient(120deg, rgba(10,44,255,.96), rgba(5,11,74,.96));
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    display:grid;
    grid-template-columns: 350px 2fr 1fr;
    gap:18px;
    align-items:center;
}
.serviceStrip__brand{ display:flex; gap:12px; align-items:center; }
.serviceStrip__logo{
    width:46px; height:46px;
    border-radius: 16px;
    display:grid; place-items:center;
    background: rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.18);
    font-weight:1000;
}
.serviceStrip__name{ font-weight:1000; letter-spacing:.4px; }
.serviceStrip__tag{ color: rgba(255,255,255,.80); font-weight:700; font-size:12px; margin-top:2px; }

.serviceStrip__list{
    margin:0;
    padding-left:18px;
    display:grid;
    gap:6px;
    font-weight:800;
    color: rgba(255,255,255,.92);
}
.serviceStrip__tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:flex-end;
}
.pill{
    padding:8px 10px;
    border-radius:999px;
    background: rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    font-weight:800;
    font-size:12px;
}

/* Specialists */
.specialists{ padding: 10px 0 0px; }
.cards5{
    /*display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:16px;
    margin-top: 12px;*/
}
.person{
    background: rgba(255,255,255,.78);
    border:1px solid rgba(10,15,42,.08);
    border-radius: 22px;
    padding:14px;
    box-shadow: 0 18px 40px rgba(8,13,44,.06);
    text-align:center;
}
.person__avatar{
    width:92px; height:92px;
    border-radius:999px;
    margin:0 auto 10px;
    border:1px solid rgba(10,15,42,.10);
    background:
            radial-gradient(60px 60px at 35% 30%, rgba(255,255,255,.72), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(10,44,255,.18), rgba(255,138,0,.12)),
            #eef1ff;
}
.person__avatar--2{ background: linear-gradient(120deg, rgba(255,138,0,.18), rgba(10,44,255,.10)), #eef1ff; }
.person__avatar--3{ background: linear-gradient(120deg, rgba(5,11,74,.18), rgba(10,44,255,.12)), #eef1ff; }
.person__avatar--4{ background: linear-gradient(120deg, rgba(10,44,255,.14), rgba(255,77,0,.10)), #eef1ff; }
.person__avatar--5{ background: linear-gradient(120deg, rgba(255,138,0,.14), rgba(5,11,74,.12)), #eef1ff; }

.person__name{ margin:0; font-weight:1000; font-size:20px;     margin-top: 20px; }
.person__role {
    margin: 6px 0 10px;
    color: var(--muted);
    font-weight: 100;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 20px;
}

.featured{
    margin-top:18px;
    border-radius: var(--radius-lg);
    padding:22px;
    background: rgba(255,255,255,.78);
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    display:grid;
    grid-template-columns: 220px 1fr;
    gap:18px;
    align-items:center;
}
.featured__avatar{
    width: 200px; height:200px;
    border-radius: 999px;
    border:1px solid rgba(10,15,42,.10);
    background:
            radial-gradient(120px 120px at 35% 30%, rgba(255,255,255,.72), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(10,44,255,.18), rgba(255,138,0,.12)),
            #eef1ff;
    margin:auto;
}
.featured__name{ margin:0; font-weight:1000; font-size:20px; }
.featured__role{ margin-top:6px; color:var(--muted); font-weight:800; }
.featured__actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }

/* Services cards */
.services{ padding: 10px 0 44px; }
.services__grid{ margin-top: 14px; }
.svcCard{
    border-radius: var(--radius-md);
    padding:18px;
    color:#fff;
    box-shadow: var(--shadow);
    border:1px solid rgba(255,255,255,.14);
    min-height: 230px;
    display:flex;
    flex-direction:column;
}
.svcCard__icon{ font-size:26px; }
.svcCard__title{ margin:12px 0 8px; font-weight:1000; }
.svcCard__text{ margin:0; color: rgba(255,255,255,.90); font-weight:650; line-height:1.45; }
.svcCard__link{ margin-top:auto; font-weight:900; opacity:.95; }
.svcCard--blue{ background: linear-gradient(140deg, rgba(10,44,255,.98), rgba(7,27,134,.98)); }
.svcCard--orange{ background: linear-gradient(140deg, rgba(255,138,0,.98), rgba(255,77,0,.98)); }
.svcCard--navy{ background: linear-gradient(140deg, rgba(5,11,74,.98), rgba(2,5,38,.98)); }

/* Reviews */
.reviews{ padding: 10px 0 44px; }
.reviewCard{
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.78);
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    padding:18px;
    display:grid;
    grid-template-columns: 220px 1fr;
    gap:16px;
    align-items:center;
}
.reviewCard__photo{
    height: 200px;
    border-radius: 22px;
    border:1px solid rgba(10,15,42,.08);
    background:
            radial-gradient(180px 140px at 35% 35%, rgba(255,255,255,.70), rgba(255,255,255,0) 60%),
            linear-gradient(120deg, rgba(255,138,0,.16), rgba(10,44,255,.10)),
            #eef1ff;
}
.reviewCard__text{ margin:0; font-weight:750; line-height:1.55; }
.reviewCard__name{ margin-top:10px; font-weight:1000; }
.reviewCard__meta{ color:var(--muted); font-weight:700; font-size:12px; margin-top:2px; }
.reviewCard__nav{
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:12px;
    color:rgba(10,15,42,.55);
    font-weight:900;
}
.arrow{
    width:34px; height:34px;
    border-radius:999px;
    border:1px solid rgba(10,15,42,.10);
    display:grid; place-items:center;
    background:#fff;
}
.dots{ display:flex; gap:8px; align-items:center; }
.dot{
    width:8px; height:8px;
    border-radius:999px;
    background:rgba(10,15,42,.18);
}
.dot.is-on{ background:rgba(10,44,255,.80); }

/* Contacts */
.contacts{ padding: 10px 0 44px; }
.contacts__grid{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap:16px;
    align-items:start;
    margin-top: 12px;
}
.contacts__map{
    height: 320px;
    border-radius: var(--radius-lg);
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    background:
            radial-gradient(220px 180px at 35% 35%, rgba(255,255,255,.65), rgba(255,255,255,0) 62%),
            linear-gradient(120deg, rgba(10,44,255,.12), rgba(255,138,0,.10)),
            #eef1ff;
}
.contacts__info{
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.78);
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    padding:16px;
}
.contacts__row{
    display:grid;
    grid-template-columns: 92px 1fr;
    gap:10px;
    padding:10px 0;
    border-bottom:1px solid rgba(10,15,42,.06);
}
.contacts__row:last-child{ border-bottom:0; }
.contacts__label{ color:var(--muted); font-weight:800; font-size:12px; }
.contacts__value{ font-weight:800; }
.contacts__value a{ color: rgba(10,44,255,.95); }
.contacts__social{ display:flex; gap:8px; flex-wrap:wrap; }

/* Form */
.form{
    margin-top:16px;
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.78);
    border:1px solid rgba(10,15,42,.08);
    box-shadow: 0 18px 40px rgba(8,13,44,.08);
    padding:16px;
}
.form__grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:12px;
    margin-bottom:12px;
}
.field{ display:flex; flex-direction:column; gap:6px; }
.field--full{ grid-column: 1 / -1; }
.field__label{ font-weight:850; font-size:12px; color:var(--muted); }
.field__input{
    height:44px;
    border-radius: 14px;
    border:1px solid rgba(10,15,42,.10);
    padding:0 12px;
    outline:none;
    background:#fff;
    font-weight:700;
}
.field__input:focus{
    border-color: rgba(10,44,255,.45);
    box-shadow: 0 0 0 4px rgba(10,44,255,.12);
}
.field__area{
    height: 110px;
    padding:12px;
    resize: vertical;
}
.check{
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:var(--muted);
    font-weight:700;
    font-size:12px;
}
.check input{ margin-top:3px; }

/* Footer */
.footer{
    padding: 26px 0;
    border-top:1px solid rgba(10,15,42,.06);
    background: rgba(255,255,255,.60);
    backdrop-filter: blur(10px);
}
.footer__inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
}
.brand--footer .brand__mark{
    background: linear-gradient(135deg, rgba(10,44,255,.95), rgba(255,138,0,.92));
}
.footer__copy{
    margin-top: 10px;
    color: #a0a2a0;
    font-weight: 500;
    font-size: 21px;
    width: 100%;

}
.footer__nav{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    font-weight:850;
    color:rgba(10,15,42,.78);
}

#site_header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.header_adress_block{
    text-align: right;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-right: 48px;
}
.nav__link {
    padding: 3px 25px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(10, 15, 42, .78);
    font-weight: 600;
    color: #000000;
    background: #ffffff;
}
.nav {
    display: flex;
    gap: 0px;
    padding: 0;
    border: unset;
    border-radius: 999px;
    background: transparent;
    justify-content: space-between;
}
.nav__link.is-active {
    color: #000000;
    background: #ffffff;
}
.chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    border-radius: 999px;
    font-weight: 100;
    font-size: 24px;
    border: 1px solid var(--stroke);
    width: 100%;
}
.chip--call{
    margin-bottom: 5px;
}
.chip--ghost {
    background: rgb(135 157 247);
    backdrop-filter: blur(8px);
    color: #ffffff;
}
.btn--light{
    background: rgb(135 157 247);
    backdrop-filter: blur(8px);
    color: #ffffff;
}
.hero__title{
    margin-bottom: 70px;
}

.hero__badge_new {
    position:absolute;
    right: 41%;
    bottom: -12%;
}
.hero__badge_new img{
    width: 14vw;
}


.hero__badge {
    transform: rotate(18deg);
    right: 41%;
    bottom: -12%;
    width: 150px;
    height: 150px;
}
.hero__inner {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.hero__card {
    padding: 0;
}
.hero__content {
    padding: 34px 0 34px 34px;
}
.hero__badge_left {
    transform: rotate(345deg);
    right: 50%;
    bottom: -8%;
    width: 105px;
    height: 105px;
    background: #879df7;
}

.hero__badge_left .hero__badgeMid {
    margin: 0;
    font-size: 24px;
    margin-top: 12px;
    text-transform: uppercase;
}
.dirCard__title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 33px;
    position: relative;
    z-index: 1;
    line-height: 38px;
    background-image: linear-gradient(90deg, rgb(255 255 0), rgb(255, 77, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

img.wp-smiley, img.emoji {
    height: 3em !important;
    width: 3em !important;
}
.dirCard {
    padding: 0;
    background: transparent;
    box-shadow: unset;
}
.directions .grid4 > .dirCard:nth-child(2) .dirCard__title{
    background-image: linear-gradient(90deg, #ffffff, #ffffff);
}
.container:before, .container:after{
    display: none;
}

#about .sectionHead img{
    width: 370px;
}
.lead {
    font-weight: 700;
    font-size: 63px;
    line-height: 51px;
    letter-spacing: 2px;
    margin: 0;
    color: #000066;
}
.sectionHead__title {
    font-family: 'Benzin';
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .4px;
    color: #000066;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
.about_us p{
    font-size: 24px;
    color: #000066;
    line-height: 30px;
}
.gallery {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
}

.serviceStrip__logo {
    padding: 60px 0 60px 60px;
    width: unset;
    height: unset;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: transparent;
    border: unset;
    font-weight: 1000;
}
.serviceStrip__list {
    margin: 0;
    padding-left: 90px;
    display: flex;
    font-weight: 400;
    font-size: 54px;
    color: rgba(255, 255, 255, .92);
    letter-spacing: 2px;
    list-style: none;
    flex-direction: column;
    line-height: 53px;
}
.serviceStrip__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    flex-direction: column;
    align-items: baseline;
}
.pill {
    padding: 0px 10px;
    border-radius: 5px;
    background: rgb(134 147 199);
    border: 1px solid rgba(255, 255, 255, .16);
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.person {
    background: transparent;
    border: unset;
    border-radius: 22px;
    padding: 0;
    box-shadow: unset;
    text-align: center;
}
.person__avatar {
    width: 220px;
    height: 220px;
    overflow: hidden;
    background: transparent;
}
.btn--accent {
    width: 100%;
    padding: 4px 26px;
    background: linear-gradient(90deg, var(--accent), var(--accent2));
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 138, 0, .25);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.featured {
    margin-top: 40px;
    background: transparent;
    border: transparent;
    box-shadow: unset;
    grid-template-columns: 480px 1fr;
}

.featured__avatar {
    width: 450px;
    height: 450px;
    overflow: hidden;
}
.featured__avatar img{
    width: 100%;
}
.featured__name {
    margin: 0;
    font-weight: bold;
    font-size: 60px;
    color: #000066;
}
.featured__role {
    margin-top: 0;
    color: #000066;
    font-weight: 700;
    line-height: 43px;
    font-size: 38px;
    margin-bottom: 30px;
}
.muted {
    color: #000066;
    font-weight: 500;
    line-height: 30px;
    font-size: 30px;
    text-align: justify;
}
.svcCard {
    border-radius: var(--radius-md);
    padding: 30px;
    color: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .14);
    min-height: 230px;
    display: flex;
    flex-direction: column;
}
.svcCard__icon img{
    width: 8em !important;
    height: 8em !important;
}
.svcCard__title {
    margin: 12px 0 8px;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
}
.svcCard__text {
    color: rgba(255, 255, 255, .90);
    font-weight: 400;
    line-height: 36px;
    margin: 30px 0 30px 0;
    font-size: 38px;
}
.svcCard__link{
    background: #ffffff;
    width: max-content;
    padding: 0px 25px;
    color: #000000;
    font-size: 20px;
    font-weight: 100;
    border-radius: 100px;
}
.hero__actions .btn--accent{
    width: auto;
}
.reviewCard__photo {
    display: flex;
    height: auto;
    border-radius: 22px;
    border: unset;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
}
.reviewCard {
    border-radius: unset;
    background: transparent;
    border: unset;
    box-shadow: unset;
    padding: 18px 70px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    align-items: center;
}
.reviewCard__meta {
    width: 100%;
    color: var(--muted);
    font-weight: 400;
    font-size: 18px;
    margin-top: 2px;
    line-height: 17px;
}
.img_review{
    width: 100%;
    border-radius: 200px;
}
.reviewCard__text {
    margin: 0;
    font-weight: 400;
    line-height: 34px;
    font-size: 34px;
    padding: 0 40px;
    text-align: justify;
}
.reviewCard__name {
    margin-top: 10px;
    font-weight: 1000;
    font-size: 16px;
}
.contacts__blocks{
    display: flex;
    align-items: center;
}
.footer__list {
    margin: 0;
    padding-left: 55px;
    display: grid;
    gap: 0px;
    font-weight: 400;
    font-size: 31px;
    color: rgb(0 0 102);
    letter-spacing: 2px;
    list-style: none;
    line-height: 34px;
}
.contacts_map{
    display: inline-block;
    border-radius: 999px;
    overflow: hidden;
}
.footer__list_block{
    height: max-content;
}
.footer_logo{
    margin-top: 40px;
}
.footer_soc_block{
    display: flex;
    margin-top: 30px;
    gap: 10px;
}
.footer_callback_block{
    margin-top: 30px;
}
.footer_btn_block{
    margin-top: 30px;
}
.footer_addr_block{
    text-align: center;
}
.footer_address, .footer_time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 26px;
    margin-bottom: 0px;
}
.footer_callback_form{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.callback_form input, .callback_form textarea{
    width: 100%;
}
.footer_callback_form form .callback_form{
    margin: auto;
    float: inherit;
    display: table;
}

.callback_form input {
    background: #ededed;
    border: unset;
    border-radius: 8px;
    padding: 5px 15px;
    height: 45px;
    font-size: 24px;
    margin-bottom: 15px;
}
.callback_form textarea{
    background: #ededed;
    border: unset;
    border-radius: 8px;
    padding: 5px 15px;
}
.wpcf7-acceptance > .wpcf7-list-item > label{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.wpcf7-acceptance > .wpcf7-list-item > label input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
.footer_callback_form input[type="submit"]{
    background: #000066;
    color: #ffffff;
    width: 285px;
    text-transform: uppercase;
    border-radius: 22px;
    font-size: 21px;
    margin-top: 20px;
}
.wpcf7 .wpcf7-submit:disabled{
    background: #00006691;
}
.chip-footer-callback{
    background: #000066;
}
.chip-footer-write-us{
    background: rgb(0 118 254);
}

.acceptance span{
    font-size: 26px;
    color: #9a9a9a;
    font-weight: 100;
}
.acceptance .wpcf7-list-item{
    margin: 0;
}
.acceptance > p{
    margin: 0;
}
#close_menu{
    display: none;
}

.serviceStrip__list li{
    display: flex;
    align-items: center;
}
.serviceStrip__list_icon img{
    width: 40px;
    margin-right: 20px;
}
.slick-initialized .slick-slide {
    padding: 0 15px;
}
.slick-slider svg{
    width: 40px;
    height: auto;
}
.slick-slider button{
    border: unset;
    background: transparent;
}
.custom-prev, .custom-next{
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.custom-next {
    right: -25px;
    left: auto;
}


.hero__title {
    font-size: 90px;
    letter-spacing: 2.2px;
}
.btn {
    font-size: 30px;
}
.btn--accent {
    font-size: 30px;
}
.chip {
    padding: 0px 14px;
    font-weight: 100;
    font-size: 30px;
}
.header_adress_block {
    font-size: 36px;
    padding-right: 48px;
}
.header_adress_block img{
    width: 30px;
}
.nav__link {
    padding: 3px 25px;
    font-weight: 800;
    font-size: 18px;
    font-weight: 600;
}
.lead {
    font-size: 78px;
    line-height: 66px;
}
.about__text{
    padding-left: 30px;
}
.about_us p {
    font-size: 32px;
    line-height: 38px;
}
.serviceStrip__list {
    padding-left: 140px;
    font-weight: 400;
    font-size: 84px;
    line-height: 84px;
}
.pill {
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
}
.person__name {
    font-size: 25px;
    line-height: 25px;
}
.person__role {
    font-size: 25px;
    line-height: 26px;
}
.featured__name {
    font-size: 90px;
}
.featured__role {
    font-weight: 700;
    line-height: 55px;
    font-size: 50px;
}
.muted {
    font-weight: 500;
    line-height: 42px;
    font-size: 42px;
}
.svcCard__title {
    font-size: 36px;
}
.svcCard__text {
    font-weight: 400;
    line-height: 44px;
    font-size: 46px;
}
.svcCard__link {
    font-size: 32px;
    font-weight: 100;
}
.reviewCard {
    padding: 18px 70px;
    grid-template-columns: 400px 1fr;
}
.reviewCard__name {
    margin-top: 10px;
    font-weight: 1000;
    font-size: 32px;
}
.reviewCard__meta {
    font-weight: 400;
    font-size: 34px;
    margin-top: 2px;
    line-height: 33px;
}
.reviewCard__text {
    font-weight: 400;
    line-height: 50px;
    font-size: 50px;
}
.footer__list {
    font-weight: 400;
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 46px;
}
.footer_address, .footer_time {
    font-size: 38px;
}
.footer_address svg, .footer_time svg {
    width: 30px;
    height: auto;
}
.specialists .btn--accent{
    font-size: 22px;
}

.custom-logo-link img, .footer_logo img{
    width: 100%;
}





/* Responsive */
@media (max-width: 2500px){

}
@media (max-width: 2400px){

}
@media (max-width: 2300px){
    .hero__title {
        font-size: 84px;
    }
    .btn--accent {
        font-size: 25px;
    }
    .btn {
        font-size: 25px;
    }
    .lead {
        font-size: 73px;
        line-height: 61px;
    }
    .about_us p {
        font-size: 28px;
        line-height: 34px;
    }
    .serviceStrip__list {
        padding-left: 140px;
        font-weight: 400;
        font-size: 76px;
        line-height: 76px;
    }
    .pill {
        font-weight: 400;
        font-size: 36px;
        line-height: 38px;
    }
    .specialists .btn--accent {
        font-size: 18px;
    }
    .featured__name {
        font-size: 80px;
    }
    .featured__role {
        font-weight: 700;
        line-height: 45px;
        font-size: 40px;
    }
    .muted {
        font-weight: 500;
        line-height: 36px;
        font-size: 36px;
    }
    .svcCard__title {
        font-size: 30px;
    }
    .svcCard__text {
        font-weight: 400;
        line-height: 40px;
        font-size: 42px;
    }
    .reviewCard {
        padding: 18px 70px;
        grid-template-columns: 350px 1fr;
    }
    .reviewCard__name {
        margin-top: 10px;
        font-weight: 1000;
        font-size: 26px;
    }
    .reviewCard__meta {
        font-weight: 400;
        font-size: 28px;
        margin-top: 2px;
        line-height: 27px;
    }
    .reviewCard__text {
        font-weight: 400;
        line-height: 44px;
        font-size: 44px;
    }
    .footer__list {
        font-weight: 400;
        font-size: 37px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    .footer_address, .footer_time {
        font-size: 30px;
    }
    .footer_address svg, .footer_time svg {
        width: 22px;
        height: auto;
    }

}
@media (max-width: 2200px){
    .header_adress_block {
        font-size: 28px;
        padding-right: 42px;
    }
    .lead {
        font-size: 69px;
        line-height: 57px;
    }
    .serviceStrip__list {
        padding-left: 140px;
        font-weight: 400;
        font-size: 68px;
        line-height: 68px;
    }
    .pill {
        font-weight: 400;
        font-size: 32px;
        line-height: 34px;
    }
    .featured__name {
        font-size: 72px;
    }
    .featured__role {
        font-weight: 700;
        line-height: 37px;
        font-size: 32px;
    }
    .muted {
        font-weight: 500;
        line-height: 28px;
        font-size: 28px;
    }
    .svcCard__title {
        font-size: 26px;
    }
    .svcCard__text {
        font-weight: 400;
        line-height: 36px;
        font-size: 38px;
    }
    .svcCard__link {
        font-size: 24px;
        font-weight: 100;
    }
}
@media (max-width: 2100px){
    .header_adress_block {
        font-size: 24px;
        padding-right: 38px;
    }
    .header_adress_block img {
        width: 22px;
    }
    .hero__title {
        font-size: 74px;
    }
    .lead {
        font-size: 64px;
        line-height: 52px;
    }
    .nav__link {
        font-size: 21px;
    }

}
@media (max-width: 2000px){
    .hero__title {
        font-size: 55px;
        letter-spacing: 2.2px;
    }
    .btn {
        font-size: 18px;
    }
    .btn--accent {
        font-size: 18px;
    }
    .chip {
        padding: 0px 14px;
        font-weight: 100;
        font-size: 24px;
    }
    .header_adress_block {
        font-size: 24px;
        padding-right: 48px;
    }
    .header_adress_block img{
        width: 25px;
    }
    .nav__link {
        padding: 3px 25px;
        font-weight: 800;
        font-size: 21px;
        font-weight: 600;
    }
    .lead {
        font-size: 63px;
    }
    .about_us p {
        font-size: 24px;
    }
    .serviceStrip__list {
        padding-left: 90px;
        font-weight: 400;
        font-size: 54px;
        line-height: 53px;
    }
    .pill {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }
    .person__name {
        font-size: 20px;
        line-height: 21px;
    }
    .person__role {
        font-size: 21px;
        line-height: 22px;
    }
    .featured__name {
        font-size: 60px;
    }
    .featured__role {
        font-weight: 700;
        line-height: 43px;
        font-size: 38px;
    }
    .muted {
        font-weight: 500;
        line-height: 30px;
        font-size: 30px;
    }
    .svcCard__title {
        font-size: 28px;
    }
    .svcCard__text {
        font-weight: 400;
        line-height: 36px;
        font-size: 38px;
    }
    .svcCard__link {
        font-size: 20px;
        font-weight: 100;
    }
    .reviewCard {
        padding: 18px 70px;
        grid-template-columns: 220px 1fr;
    }
    .reviewCard__name {
        margin-top: 10px;
        font-weight: 1000;
        font-size: 16px;
    }
    .reviewCard__meta {
        font-weight: 400;
        font-size: 18px;
        margin-top: 2px;
        line-height: 17px;
    }
    .reviewCard__text {
        font-weight: 400;
        line-height: 34px;
        font-size: 34px;
    }
    .footer__list {
        font-weight: 400;
        font-size: 31px;
        letter-spacing: 2px;
        line-height: 34px;
    }
    .footer_address, .footer_time {
        font-size: 26px;
    }

}
@media (max-width: 1900px){
    .hero__title {
        font-size: 55px;
        letter-spacing: 2.2px;
    }
}
@media (max-width: 1800px){
    .hero__title {
        font-size: 55px;
        letter-spacing: 2.2px;
    }
    .lead {
        font-size: 58px;
    }
    .svcCard__title {
        font-size: 21px;
    }
    .svcCard__text {
        line-height: 33px;
        font-size: 35px;
    }
    .footer_address, .footer_time{
        font-size: 25px;
    }
}
@media (max-width: 1700px){
    .header_adress_block {
        padding-right: 10px;
    }
    .nav__link{
        font-size: 16px;
    }
    .chip{
        font-size: 22px;
    }
    .hero__badge{
        right: 39%;
    }
    .hero__badge_left{
        right: 50%;
    }
    .lead {
        font-size: 54px;
    }
    .serviceStrip__list {
        font-size: 45px;
        line-height: 45px;
    }
    .cards5 {
        display: flex;
    }
    .person {
        width: 19%;
    }
    .person__role{
        font-size: 18px;
    }
    .featured {
        grid-template-columns: 380px 1fr;
    }
    .featured__avatar {
        width: 350px;
        height: 350px;
    }
    .muted {
        line-height: 26px;
        font-size: 26px;
    }
    .svcCard__text {
        line-height: 31px;
        font-size: 33px;
    }
    .reviewCard__text {
        line-height: 31px;
        font-size: 31px;
    }
    .footer_address, .footer_time {
        font-size: 21px;
    }




}
@media (max-width: 1600px){
    .nav__link {
        font-size: 14px;
    }
    .chip {
        font-size: 20px;
    }
    .hero__title {
        font-size: 46px;
    }
    .btn--accent{
        font-size: 14px;
    }
    .btn{
        font-size: 14px;
    }
    .hero__badge {
        right: 40%;
    }
    .hero__badge_left {
        right: 52%;
    }
    .lead {
        font-size: 48px;
    }
    .svcCard {
        padding: 30px 20px;
    }
    .svcCard__text {
        line-height: 28px;
        font-size: 30px;
    }
    .hero__img--1{
        width: 36vw;
        height: 23vw;
    }
}
@media (max-width: 1500px){
    .nav__link {
        font-size: 13px;
    }
    .chip {
        font-size: 18px;
    }
    .hero__badge {
        right: 37%;
    }
    .hero__badge_left {
        right: 50%;
    }
    .dirCard__title{
        font-size: 28px;
    }
    .lead {
        font-size: 46px;
    }
    .serviceStrip__list {
        font-size: 42px;
        line-height: 42px;
        padding-left: 25px;
    }
    .person__avatar {
        width: 100%;
        height: auto;
    }
    .featured__name {
        font-size: 52px;
    }
    .featured__role {
        font-size: 35px;
    }
    .muted {
        line-height: 22px;
        font-size: 22px;
    }
    .svcCard__text {
        line-height: 26px;
        font-size: 28px;
    }
    .reviewCard__text {
        line-height: 28px;
        font-size: 28px;
    }
    .footer_address, .footer_time {
        font-size: 18px;
    }
    .header_adress_block {
        font-size: 18px;
    }
    .pill {
        font-size: 16px;
    }
    .hero__img--1{
        width: 39vw;
        height: 26vw;
    }

}
@media (max-width: 1400px){
    .nav__link {
        font-size: 13px;
        padding: 3px 18px;
    }
    .chip {
        font-size: 16px;
        padding: 0;
    }
    .hero__title {
        font-size: 40px;
    }
    .btn {
        font-size: 12px;
    }
    .hero__badge {
        right: 40%;
        width: 125px;
        height: 125px;
    }
    .hero__badge_left {
        right: 51%;
        bottom: -8%;
        width: 95px;
        height: 95px;
    }
    .hero__badgeMid {
        font-size: 32px;
    }
    .hero__badge_left .hero__badgeMid {
        font-size: 18px;
        margin-top: 10px;
    }
    .hero__badgeBottom {
        font-weight: 100;
        font-size: 17px;
        line-height: 16px;
    }
    .dirCard__title {
        font-size: 24px;
    }
    .lead {
        font-size: 42px;
        line-height: 38px;
    }
    .person__role {
        font-size: 14px;
        line-height: 16px;
    }
    .person__name {
        font-size: 18px;
    }
    .featured__name {
        font-size: 46px;
    }
    .featured__role {
        font-size: 31px;
    }
    .muted {
        line-height: 19px;
        font-size: 19px;
    }
    .sectionHead__title {
        font-size: 38px;
    }
    .svcCard__icon img {
        width: 4em !important;
        height: 4em !important;
    }
    .svcCard__title {
        font-size: 16px;
    }
    .svcCard__text {
        line-height: 23px;
        font-size: 25px;
    }
    .reviewCard__text {
        line-height: 23px;
        font-size: 23px;
    }
    .contacts_map iframe{
        width: 300px;
        height: 300px;
    }
    .footer_address, .footer_time {
        font-size: 16px;
    }
}
@media (max-width: 1300px){
    .container{
        width: 90vw;
    }
    .hero__img--1 {
        width: 42vw;
        height: 30vw;
    }
    .hero__badge_new img {
        width: 18vw;
    }
    .hero__badge_new {
        right: 38%;
    }
}
@media (max-width: 1200px){

}
@media (max-width: 1100px){
    .nav__link {
        font-size: 13px;
        padding: 3px 12px;
    }
    .header_adress_block {
        font-size: 15px;
    }
    .hero__title {
        font-size: 31px;
    }
    .hero__card {
        min-height: unset;
        /*padding: 34px 15px 0 15px;*/
    }
    .hero__title {
        font-size: 38px;
        margin-bottom: 45px;
    }
    .hero__inner{
        padding-bottom: 0;
    }
    .hero__actions .btn--accent {
        width: auto;
        padding: 4px 14px;
    }
    .btn {
        font-size: 12px;
        padding: 6px 14px;
    }

    .hero__badge {
        right: 38%;
    }
    .hero__badge_left {
        right: 51%;
    }
    .dirCard__title {
        font-size: 20px;
        line-height: 26px;
    }
    .lead {
        font-size: 35px;
        line-height: 31px;
    }
    .serviceStrip__inner{
        grid-template-columns: 235px 2fr 1fr;
    }
    .serviceStrip__list {
        font-size: 36px;
        line-height: 36px;
        padding-left: 25px;
    }
    .person__name {
        font-size: 16px;
    }
    .featured {
        grid-template-columns: 280px 1fr;
    }
    .featured__avatar {
        width: 280px;
        height: 280px;
    }
    .featured__name {
        font-size: 40px;
    }
    .svcCard__title {
        font-size: 12px;
    }
    .svcCard__text {
        line-height: 20px;
        font-size: 20px;
        margin: 15px 0 15px 0;
    }
    .svcCard__link{
        font-size: 14px;
    }
    .reviewCard {
        padding: 18px 0px;
    }
    .footer__list_block {
        height: max-content;
        padding: 0;
    }
    .footer__list {
        padding-left: 0;
    }
    .contacts__blocks .col-sm-3{
        padding: 0;
    }
    .footer_callback_form .col-sm-10{
        width: 90%;
    }
    .footer_callback_form .col-sm-8{
        width: 80%;
    }
    .footer_callback_form input[type="submit"] {
        color: #ffffff;
        width: 217px;
        text-transform: uppercase;
        border-radius: 22px;
        font-size: 16px;
        margin-top: 20px;
    }
    .topbar__item img{
        width: 14px;
    }
    .footer_addr_block svg{
        width: 14px;
    }
    .hero__card {
        grid-template-columns: 1.3fr .9fr;
    }
}
@media (max-width: 1024px){
    /*.cards5{ grid-template-columns: repeat(3, 1fr); }
    .serviceStrip__inner{ grid-template-columns: 1fr; }
    .serviceStrip__tags{ justify-content:flex-start; }
    .hero__card{ grid-template-columns: 1fr; }
    .floating{ display:none; }
    .header__cta{ display:inline-flex; }*/
}
@media (max-width: 1000px){
    .container {
        width: 95vw;
    }
    .chip {
        font-size: 13px;
    }
    .nav__link {
        font-size: 12px;
        padding: 3px 10px;
    }
    .header_adress_block {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .hero__badge {
        right: 37%;
        width: 100px;
        height: 100px;
    }
    .hero__badge_left {
        right: 48%;
        width: 80px;
        height: 80px;
        padding: 0;
    }
    .hero__badge_left .hero__badgeMid {
        font-size: 18px;
        margin-top: 14px;
    }
    .hero__badgeBottom {
        font-weight: 100;
        font-size: 14px;
        line-height: 14px;
        margin-top: -14px;
    }
    .hero__badgeMid {
        font-size: 26px;
    }
    .about__photo {
        height: 290px;
    }
    .serviceStrip__inner {
        grid-template-columns: 175px 2fr 1fr;
    }
    .serviceStrip__list {
        font-size: 31px;
        line-height: 31px;
        padding-left: 60px;
    }
    .person__role {
        font-size: 12px;
        line-height: 14px;
    }
    .acceptance span {
        font-size: 18px;
    }
    .wpcf7-acceptance > .wpcf7-list-item > label input {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .callback_form input{
        font-size: 16px;
    }
    .topbar__item img{
        width: 12px;
    }
    .footer_addr_block svg{
        width: 12px;
    }
}


@media (max-width: 900px){
    .nav__link {
        font-size: 10px;
    }
    .hero__title {
        font-size: 32px;
        margin-bottom: 45px;
    }
    .hero__img--1 {
        min-height: 230px;
    }
    .btn {
        font-size: 10px;
    }
    .header_adress_block {
        font-size: 10px;
    }
    .hero__badge {
        right: 36%;
    }
    .hero__badge_left {
        right: 48%;
        bottom: -10%;
    }
    .dirCard {
        padding: 16px 20px;
    }
    .dirCard__title {
        font-size: 16px;
        line-height: 22px;
    }
    .lead {
        font-size: 28px;
        line-height: 25px;
    }
    .serviceStrip__inner {
        grid-template-columns: 160px 1.75fr 1fr;
    }
    .pill {
        font-size: 14px;
    }
    .person__name {
        font-size: 14px;
    }
    .featured {
        grid-template-columns: 220px 1fr;
    }
    .featured__avatar {
        width: 220px;
        height: 220px;
    }
    .featured__name {
        font-size: 34px;
    }

    .featured__role {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .sectionHead__title {
        font-size: 26px;
    }
    .muted {
        line-height: 15px;
        font-size: 16px;
    }
    .svcCard__title {
        font-size: 10px;
    }
    .svcCard__text {
        line-height: 18px;
        font-size: 17px;
    }
    .svcCard__link {
        font-size: 10px;
    }
    .reviewCard__text {
        line-height: 21px;
        font-size: 21px;
    }
    .footer__list {
        font-size: 21px;
        line-height: 24px;
    }
    .contacts_map iframe {
        width: 250px;
        height: 250px;
    }
    .footer_address, .footer_time {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        width: 103vw;
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        z-index: 1000;
    }
    .nav.open{
        transform: translateX(0);
    }
    .nav__link {
        font-size: 20px;
        color: #000066;
        padding: 25px;
        border-radius: 0;
    }
    #close_menu{
        top: 47px;
        right: 25px;
        position: fixed;
        display:block;
        transform: translateX(160%);
        z-index: 1001;
        transition: transform 0.3s ease-in-out;
    }
    #close_menu svg{
        fill: #000000;
        width: 30px;
        height: 40px;
    }
    #close_menu.open{
        transform: translateX(0);
    }
    .burger{
        display:block;
    }
    .header_logo_block{
        width: 40%;
    }
    .header_adress_block {
        font-size: 11px;
    }
    .hero__title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .hero__img--1 {
        min-height: 185px;
    }
    .hero__actions .btn--accent {
        width: auto;
        padding: 4px 10px;
        font-size: 8px;
    }
    .btn {
        font-size: 8px;
        padding: 4px 10px;
    }
    .dirCard__title {
        font-size: 30px;
        line-height: 30px;
    }
    #about .sectionHead img {
        width: 100%;
        padding: 40px;
    }
    .lead {
        font-size: 55px;
        line-height: 42px;
        text-align: justify;
    }
    .sectionHead__title {
        font-size: 45px;
        padding: 30px;
    }
    .serviceStrip__brand{
        display: none;
    }
    .serviceStrip__inner {
        grid-template-columns: 1fr 1fr;
    }
    .cards5 {
        display: grid;
    }
    .cards5{
        grid-template-columns: repeat(3, 1fr);
    }
    .person {
        width: auto;
    }

    .person__name {
        font-size: 18px;
    }
    .person__role {
        font-size: 15px;
        line-height: 18px;
    }
    .person .btn{
        font-size: 12px;
    }
    .muted {
        line-height: 26px;
        font-size: 26px;
    }
    .svcCard__title {
        font-size: 24px;
    }
    .svcCard__text {
        line-height: 26px;
        font-size: 26px;
    }
    .svcCard__link {
        font-size: 21px;
    }
    .grid4{ grid-template-columns: repeat(2, 1fr); }
    .about__inner{ grid-template-columns: 1fr; }
    .gallery__grid{ grid-template-columns: 1fr; }

    .featured{ grid-template-columns: 1fr; text-align:center; }
    .featured__actions{ justify-content:center; }
    /*.reviewCard{ grid-template-columns: 1fr; }*/
    .contacts__grid{ grid-template-columns: 1fr; }
    .form__grid{ grid-template-columns: 1fr; }
    .topbar__left{ flex-wrap:wrap; }


    .footer__list_block, .footer__map_block, .footer__right_block{
        width: 33.3%;
    }
    .contacts_map iframe {
        width: 190px;
        height: 190px;
    }
    .footer__right_block{
        padding: 20px;
    }
    .footer_callback_form .col-sm-10 {
        width: 100%;
    }
    .footer_callback_form .col-sm-8 {
        width: 90%;
    }
    .footer_logo img{
        width: 90%;
    }
    .footer_btn_block {
        margin-top: 10px;
    }
    .footer_soc_block{
        margin-top: 20px;
    }
    .footer_callback_block {
        margin-top: 20px;
    }

}
@media (max-width: 700px){
    .header_adress_block {
        display: none;
    }
    .header_button_block{
        width: 40%;
    }
    .hero__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hero__inner {
        padding-bottom: 0;
        padding: 20px 5px 0 5px;
        /*padding-bottom: 45px;*/
    }
    .hero__img--1 {
        min-height: 115px;
    }
    .hero__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .hero__badge {
        right: 37%;
        bottom: -13%;
        width: 80px;
        height: 80px;
    }

    .hero__badge_left {
        right: 50%;
        bottom: -10%;
        width: 60px;
        height: 60px;
    }

    .hero__badge_left .hero__badgeMid {
        font-size: 13px;
        margin-top: 8px;
    }
    .hero__badgeBottom {
        font-weight: 100;
        font-size: 12px;
        line-height: 10px;
        margin-top: -14px;
    }
    .hero__badgeMid {
        font-size: 18px;
    }
    .lead {
        font-size: 47px;
    }
    .about_us p {
        text-align: justify;
    }
    .svcCard__title {
        font-size: 18px;
    }
    .svcCard__text {
        line-height: 21px;
        font-size: 21px;
    }
    .footer__map_block{
        padding: 0;
    }
    .contacts__blocks .col-sm-3 {
        padding: 0 10px;
    }
}
@media (max-width: 600px){
    .hero__title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .hero__badge {
        right: 34%;
        bottom: -13%;
        width: 80px;
        height: 80px;
    }
    .hero__badge_left {
        right: 50%;
        bottom: -10%;
        width: 60px;
        height: 60px;
    }
    .dirCard__title {
        font-size: 21px;
        line-height: 25px;
    }
    #about .sectionHead img {
        width: 100%;
        padding: 40px 0;
    }
    .lead {
        font-size: 38px;
        line-height: 32px;
    }
    .serviceStrip__list {
        font-size: 24px;
        line-height: 31px;
        padding-left: 5px;
    }
    .cards5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .svcCard__title {
        font-size: 15px;
    }
    .reviewCard{ grid-template-columns: 1fr; }
    .sectionHead__title {
        font-size: 45px;
        padding: 0;
    }
    .img_review {
        width: 60%;
        border-radius: 1000px;
        margin: auto;
    }
    .reviewCard__photo {
        display: flex;
        height: auto;
        border-radius: 22px;
        border: unset;
        background: transparent;
        flex-direction: column;
        align-items: center;
    }
    .reviewCard__name {
        margin: 10px 0;
        font-weight: 1000;
        font-size: 34px;
    }
    .reviewCard__meta {
        text-align: center;
        width: 100%;
        color: var(--muted);
        font-weight: 400;
        font-size: 26px;
        margin-top: 2px;
        line-height: 26px;
    }
    .reviewCard__text {
        padding: 0;
        line-height: 21px;
        font-size: 21px;
    }
    .footer__list_block {
        display: none;
    }
    .footer__map_block, .footer__right_block{
        width: 50%;
    }


}
@media (max-width: 500px){
    .hero__visual {
        display: none;
    }
    .header_logo_block {
        width: 70%;
    }
    .header_button_block {
        display: none;
    }
    .header_burger_block{
        width: 20%;
    }
    #site_header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .hero__card {
        grid-template-columns: 1fr;
    }
    .hero__title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .serviceStrip__inner {
        padding: 24px 10px;
    }
    .serviceStrip__inner {
        grid-template-columns: .8fr 1.2fr;
        gap: 8px;
    }
    .serviceStrip__list {
        font-size: 20px;
        line-height: 25px;
        padding-left: 5px;
    }
    .sectionHead__title {
        font-size: 31px;
    }
    .grid4 {
        grid-template-columns: 1fr;
    }
    .svcCard__title {
        font-size: 26px;
    }
    .svcCard__text {
        line-height: 30px;
        font-size: 30px;
    }
    .svcCard__link {
        font-size: 26px;
    }
    .reviewCard__name {
        margin: 10px 0;
        font-weight: 1000;
        font-size: 28px;
        text-align: center;
    }
    .hero__badge_new {
        right: 12%;
    }
    .hero__badge_new img {
        width: 33vw;
    }








}
/*@media (max-width: 460px){
    .hero__card{ padding:20px; }
    .hero__title{ font-size: 26px; }
    .dirCard{ min-height: 118px; }
    .footer__inner{ flex-direction:column; }
}*/
@media (max-width: 400px){
    .hero__badge_new {
        right: 32%;
        bottom: -15%;
    }
    .hero__badge_new img {
        width: 33vw;
    }
    .hero__title {
        font-size: 25px;
    }
    .hero__badge {
        right: 28%;
        bottom: -9%;
        width: 80px;
        height: 80px;
    }
    .hero__badge_left {
        right: 50%;
        bottom: -7%;
        width: 60px;
        height: 60px;
    }
    .hero__actions .btn--accent {
        width: auto;
        padding: 4px 10px;
        font-size: 12px;
    }
    .btn {
        font-size: 12px;
        padding: 4px 10px;
    }
    .dirCard__title {
        font-size: 35px;
        line-height: 40px;
    }
    .lead {
        font-size: 26px;
        line-height: 26px;
    }
    .cards5 {
        grid-template-columns: 1fr;
    }
    .featured__name {
        font-size: 21px;
    }
    .featured__role {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .contacts_map iframe {
        width: 165px;
        height: 165px;
    }
    .footer_address, .footer_time {
        font-size: 12px;
    }



}
@media (max-width: 350px){

}

















