/*!
Theme Name: engineering
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: engineering
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.

engineering 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/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
.titile-h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #FFF;
	transition: all .3s ease;
}

a:visited {
    color: #FFF;
}

a:hover,
a:focus,
a:active {
    color: #FFF;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

body {
    padding: 0 0 80px;
}

@media (max-width: 767px) {
    body {
        padding: 0 0 30px;
    }
    .calback-btn button{
        max-width: 100%;
    }
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* xlo */


/*
html {
  font-size: calc(1vw / 14.4);
}*/

body {
    font-family: 'jost', sans-serif;
    background-color: #000;
    color: #FFF;
    overflow-x: hidden;
}


/*

// <weight>: Use a value from 400 to 900
// <uniquifier>: Use a unique and descriptive class name

.vollkorn-<uniquifier> {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

@media (min-width: 1200px) {
    .nav-footer__writeus {
        font-size: 21px;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.title-left {
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .title-left {
        margin-left: 0;/*6px;*/
    }
}

@media (max-width: 767px) {
    .top-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*
.container.max {
    max-width: calc(90% + 60px);
}
    */

.titile-h2 {
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 400;
    font-family: "Vollkorn", serif;
}

.titile-h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.display-block {
    display: block
}

.uppercase {
    text-transform: uppercase
}

.transform_y4 {
    transform: translateY(4px)
}

.transform_y7 {
    transform: translateY(7px)
}

.mr-5 {
    margin-right: 5px
}

.margin-tb {
    margin-bottom: 0 !important;
}

.lh08 {
    line-height: 0.8
}

.lh_1_2 {
    line-height: 1.2
}

.green {
    color: #72EA9C
}

.grey {
    color: #85898A
}

.txt-center {
    text-align: center
}

.bold500 {
    font-weight: 500
}

.vollkorn {
    font-family: "Vollkorn", serif;
}

@media(min-width:769px) {
    .container {
        max-width: 768px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width:991px) {
    .container {
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
}

.nav-footer__writeus {
    text-align: center;
    display: none;
}


/*
@media(min-width:1201px){
	.container{
		max-width:1180px;
	}
}
@media(min-width:1400px){
	.container{
		max-width:1400px;
	}
}
@media(min-width:1440px){
	.container{
		max-width:1440px;
	}
}

@media(min-width:1680px){
	.container{
		max-width:1660px;
	}
}
*/

@media(min-width:1920px) {
    .container {
        max-width: 1680px;
    }
}

.video-mob {
    display: none;
}


/*.pum-theme-332 .pum-container*/


/*
.site-header{
	background-image:url(images/bg-top.jpg);
	height:953px;
	background-size:cover;
	position:relative;
}
*/

.site-header {
    position: absolute;
    width: 100%;
    z-index: 500;
    -webkit-transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
}

.header_sticky {
    position: fixed;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}

.top-section {
    background-image: url(images/bg-top4_2x.webp);
    height: 100svh;
    background-position: top center;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.header_sticky .top_menu .logo-img,
.header_sticky .top_menu .burger {
    width: 50px;
    height: 50px;
}

.header_sticky .top_menu {
    padding-bottom: 0;
    padding-top: 5px;
}

.top-nav>.top-nav__item
/*:nth-child(1)*/

{
    display: flex;
    align-items: center;
}

.icon-email {
    width: 24px;
    height: 25px;
    display: block;
}

.icon-phone {
    width: 24px;
    height: 25px;
    display: block;
}


/*
.site-header .top_menu .top-nav > div:nth-child(2){
	transform:translateX(-30px);
}*/

.site-header.header_sticky .top_menu .top-nav>div:nth-child(2) {
    transform: unset;
}

.video-mob {
    display: none
}

.overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.overlay:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0.7455357142857143) 51%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(180deg);
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 140%;
}

.overlay .container {
    position: relative;
    top: -60px;
    z-index: 3;
}

.top_menu {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-contact {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.site-name {
    text-transform: uppercase;
}

.nav-panel {
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding: 50px;
    z-index: 600;
    transition: 0.5s ease;
    position: fixed;
    right: -65%;
    height: 100dvh;
    -webkit-overflow-scrolling: touch !important;
    min-height: .01%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-width: 600px;
}

.nav-panel.show {
    right: 0;
    transition: right 0.5s ease;
}

.top-nav__item-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mr-5 svg {
    display: block;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav__item a {
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.top-nav__item a svg path,
.nav-footer__messenger-icon path {
    transition: fill .3s ease;
}

.top-nav__item a:hover svg path,
.nav-footer__messenger-icon:hover path {
    fill: #BF9E77;
}

.top-nav__item a:hover,
.nav-footer__phone a:hover {
    color: #BF9E77;
}

.top-nav__item a.write_us2 {
    font-size: unset;
    margin-right: 5px;
}

.writeus {
    transform: translateY(2px);
}

.burger {
    cursor: pointer;
    width: 66px;
    height: 66px;
}

#primary-menu2 {
    margin: 0;
    padding-left: 0;
    font-size: 20px;
    -webkit-overflow-scrolling: touch !important;
    min-height: .01%;
    overflow-y: auto;
    overflow-x: hidden;
}

#primary-menu2 li {
    list-style-type: none;
    margin-bottom: 20px;
}

#primary-menu2 li a:hover {
    color: #BF9E77;
}

#primary-menu2 .sub-menu {
    padding-left: 0;
    margin-top: 20px;
}

.close {
    display: block;
    position: absolute;
    top: 55px;
    right: 55px;
    cursor: pointer;
    z-index: 3;
}

.header-title {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 17px
}

.header-descr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 4;
    margin-top: 0 !important;
}

.header-descr__txt {
    font-size: 32px;
    line-height: 1.2;
    padding-right: 60px;
}

button {
    border: none;
	transition: background .3s ease;
}

.yellow-btn {
	position: relative;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    background-color: #BF9E77;
    padding: 20px 70px;
    border-radius: 20px;
    border-color: transparent;
    cursor: pointer;
    font-family: 'jost', sans-serif;
	overflow: hidden;
	z-index: 1;
}

.yellow-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(90deg, rgba(239, 204, 162, 1) 0%, rgba(161, 122, 75, 1) 100%);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s ease;
    border-radius: 20px;
}

.yellow-btn:hover::before {
  opacity: 1;
}

.nav-footer {
    padding-top: 40px;
    border-top: 1px solid #BF9E77;
    margin-top: auto;
}


/*
.nav-footer__writeus, .nav-footer__writeus a {
	font-size:20px;
}*/

.nav-footer__phone a {
    font-size: 30px;
}

.nav-footer__messenger {
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.nav-footer__messenger-icon {
    width: 56px;
    height: 56px;
}

.top-nav__item-group .top-nav__item {
    margin-right: 30px;
    display: flex;
    flex-flow: row;
    align-items: center;
    line-height: 100%;
}

.header-title_mob1,
.header-title_mob2 {
    display: none
}

.logo-img {
    width: 78px;
    /* 120 */
    height: 78px;
    margin-right: 20px;
    display: block;
}

.nav-footer__mob {
    display: none
}

.why-us {
    position: relative;
    overflow: hidden;
    margin-top: -2px;
    height: 700px;
    height: 1000px;
}

#main-video,
.overlay-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 25%;
    min-width: 100%;
    min-height: 100%;
}

#main-video {
    left: unset;
}

#main-video2 {
    width: 125%;
    height: auto;
    border-radius: 20px;
    transform: scale(1.1);
}

.overlay-content {
    /*background-color: rgba(0, 0, 0, .6);*/
    /* 0.5 */
    display: flex;
    flex-direction: column;
}

.top-overlay {
    position: absolute;
    bottom: 80%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0.7455357142857143) 51%, rgba(0, 0, 0, 0) 100%);
}

.bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 80%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0.7455357142857143) 72%, rgba(0, 0, 0, 0) 100%);
}

.why-content {
    margin-top: auto;
}

.why-content__wrap {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}

.why-content__item {
    width: calc(100% / 3 - 30px);
    margin-left: 30px;
    background-color: #0C1B20;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}

.why-content__item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-content__item .titile-h3 {
	max-width: calc(100% - 50px);
}

.why-icon {
    width: 47px;
    height: 47px;
    position: absolute;
    background-size: cover;
    top: 30px;
    right: 30px;
}

.why-content__wrap .why-content__item:nth-child(1) .why-icon {
    background-image: url(images/why-icon-money.svg);
}

.why-content__wrap .why-content__item:nth-child(2) .why-icon {
    background-image: url(images/why-icon-time.svg);
}

.why-content__wrap .why-content__item:nth-child(3) .why-icon {
    background-image: url(images/why-icon-settings.svg);
}

.why-content__descr {
    font-size: 20px;
    color: #c4c8c9;
}

.why-content-mob {
    display: none;
}

.usl-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.usl-item {
    padding: 30px;
    background-color: #16252A;
    margin-bottom: 30px;
    margin-left: 30px;
    width: calc(100% / 2 - 30px);
    color: #c4c8c9;
    font-size: 20px;
    cursor: pointer;
    border-radius: 20px;
    display: block;
}

.usl-item .titile-h3 {
    color: #FFF;
}

.usl-item__popularworks-txt {
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 14px;
	transition: color .3s ease;
}

.usl-item__descr p {
    margin: 0 0 14px 0;
    font-size: 20px;
}

.usl-item:hover {
    background-color: #213840;
}

.usl-item:hover .usl-item__popularworks-txt {
    color: #BF9E77;
}

.usl-item:hover .usl-item__descr {
    color: #FFF
}

.usl-item__img {
    margin-bottom: 24px;
    display: flex;
    margin-left: -30px;
}

.usl-item__img-item {
    border-radius: 20px;
    overflow: hidden;
    max-height: 360px;
    margin-left: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: filter .3s ease;
}

.usl-item:hover .usl-item__img-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.callback {
    background-color: #0C1B20;
    background-image: url(images/workers-lg.webp);
    background-position-x: right;
    background-repeat: no-repeat;
    padding: 100px 0;
}

@media (max-width: 1200px) {
    .callback {
        padding: 50px 0
    }
}

.callback .titile-h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.callback-wrap {
    display: flex;
}

.callback-l form p {
    margin-bottom: 20px;
}

.callback-l {
    width: 50%;
    padding: 130px 0;
}

.callback-r {
    /*background-image:url(images/workers-lg.png);*/
    /*background-size:cover;*/
    background-position-x: -99%;
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.callback-r .callback-r__descr {
    margin-top: auto;
    margin-bottom: 64px;
    text-align: center;
    font-size: 30px;
}

.calback-name input,
.calback-phone input {
    padding: 20px 0 20px 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
}

.calback-btn button {
	position: relative;
    width: 100%;
    max-width: 500px;
    background-color: #BF9E77;
    color: #FFF;
    border-radius: 20px;
    border: 1px solid #BF9E77;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0;
    font-family: 'jost', sans-serif;
    font-weight: 600;
    border-color: transparent;
    cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	z-index: 1;
}

.calback-btn input.wpcf7-submit:hover {
    /*
	background: linear-gradient(90deg, rgba(239,204,162,1) 0%, rgba(161,122,75,1) 100%);
	border-color:linear-gradient(90deg, rgba(239,204,162,1) 0%, rgba(161,122,75,1) 100%);*/
    background: linear-gradient(90deg, rgba(239, 204, 162, 1) 0%, rgba(161, 122, 75, 1) 100%);
    border-color: transparent;
    border-right-color: rgba(161, 122, 75, 1);
}

.calback-btn button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(90deg, rgba(239, 204, 162, 1) 0%, rgba(161, 122, 75, 1) 100%);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s ease;
}

.calback-btn button:hover::before {
  opacity: 1;
}

.callback-agree,
.callback .callback-agree {
    color: rgba(161, 122, 75, 1);
}

.post-sidebar .callback-agree p {
	display: flex;
	align-items: center;
	gap: 5px;
}

.callback .callback-agree__link {
    color: rgba(161, 122, 75, 1);
    text-decoration: underline;
}

.wpcf7-list-item {    
    margin: 0 5px 0 0;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}

#popmake-341 {
    border-radius: 20px;
    padding: 60px 60px 40px 60px;
}


/*
#popmake-341 .callback-agree {
    transform: translateY(-30px);
}
    */

.pum-container.popmake .pum-close.popmake-close {
    right: 2px;
    top: 20px;
}

.popup_title {
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    font-family: "Vollkorn", serif;
}

.popup_descr {
    font-size: 20px;
    text-align: center;
    color: #FFF;
    margin-bottom: 43px;
}

.pum-container.popmake .callback-agree__link {
    text-decoration: underline;
    color: rgba(161, 122, 75, 1);
}

.price-desktop_right {
    display: none;
}

.price-item-wrap {
    padding: 6px;
    background-color: #0C1B20;
    border-radius: 8px;
    margin-bottom: 12px;
	transition: background-color .3s ease;
}

.ourprice .titile-h2 {
    margin-left: 6px;
}

.price-item-wrap:last-child {
    margin-bottom: 0;
}

.price-item-wrap:hover {
    background-color: #213840;
}

.price-item-wrap.active_bg {
    background-color: #213840;
}

.price-item__title-icon {
    flex-shrink: 0;
    margin-left: auto;
}

.price-item__title {
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.price-item__title .top {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
}

.price-item__title.active .price-item__content {
    /*height:450px; для плавности необходимо указать высоту */
    height: auto;
    width: 100%;
    margin-top: 12px;
}

.price-item__title.active .price-item__title-icon {
    transform: rotateZ(180deg);
}

.price-item__content {
    font-size: 14px;
    color: #c4c8c9;
    /*margin-top:12px;*/
    /*
	display:none;
	transition: display 1s ease-out 0.5s;
	*/
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out;
}

.price-item__content_visible {
    display: block;
}

.price-item__content-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-left: 10px;
}

.price-item__content-wrap div:nth-child(2) {
    white-space: nowrap;
    padding-left: 50px;
}

.price-item__content .price-item__content-wrap:last-child {
    margin-bottom: 0;
}

.imya_podkategorii_2 {
    margin-bottom: 10px;
}

.section {
    margin-bottom: 150px;
}

.section-top-mb {
    margin-bottom: 120px;
}

.service-repair-brand.section-top-mb {
    margin-bottom: 0px;
}


@media (max-width: 767px) {
    .section-top-mb, .service-repair-brand.section-top-mb {
        margin-bottom: 70px;
    }
}

.repair2 {
    margin-bottom: 200px;
}

.otziv {
    margin-bottom: 150px;
}

@media (min-width: 992px) {
    .about {
        margin-bottom: 250px;
    }
    .sert {
        margin-bottom: 200px;
    }
}

.ourworks {
    margin-bottom: 200px;
}

@media (max-width: 767px) {
    .site-header {
        background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 1) 70%, rgb(0 0 0 / 78%) 78%, rgba(0, 0, 0, 0) 100%);
    }
}

body:not(.home) .header_sticky {
    background: rgba(0, 0, 0, 0.7) !important;
}

.repair2 .xcontainer {
    margin-left: 0 !important;
}

@media (max-width: 1200px) {
    .section,
    .home .sert {
        margin-bottom: 100px;
    }
    .ourworks,
    .brands,
    .repair2 {
        margin-bottom: 150px;
    }
    .repair {
        margin-bottom: 90px;
    }
    .otziv {
        margin-bottom: 150px;
    }
}

.calback-name input,
.calback-phone input,
#popmake-341 .calback-name input {
    font-size: 20px;
    line-height: 20px;
}

@media (max-width: 767px) {
    div#page {
        overflow: hidden;
    }
    .nav-footer__mob {
        z-index: 4;
        width: 100%;
        height: 100%;
    }
    .nav-footer__mob {
        padding: 0 !important;
    }
    .section {
        margin-bottom: 100px;
    }
    .ourworks {
        margin-bottom: 125px;
    }
    .repair {
        margin-bottom: 50px;
    }
    .otziv {
        margin-bottom: 100px;
    }
}


/* .section.repair{
	padding:0;
} */


/*
.about {
    background-color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(2, 2, 2, 1) 66%, rgb(6 16 18) 100%);
}
	*/

.about-top {
    display: flex;
}

.about-top-l {
    width: 34%;
    position: relative;
}

.about-top-l img {
    border-radius: 20px;
}

.about-top-r {
    padding-left: 137px;
    width: 66%;
}

.about .titile-h2 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .about .titile-h2 {
        margin-bottom: 20px;
        margin-left: 10px;
    }
}

.about-top-r__descr {
    font-size: 24px;
    font-weight: 500;
    margin-top: 36px;
    margin-bottom: 40px;
    color: #BF9E77;
}

.about p {
    font-size: 21px;
}

/* .section.otziv .container {
    padding-right: 0;
} */

.about-photo__descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
}

.about-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 82%;
    z-index: 11;
    /*
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0.7455357142857143) 72%, rgba(0, 0, 0, 0) 100%);
	*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7455357142857143) 72%, rgba(0, 0, 0, 0) 100%);
}

.about-overlay div {
    font-size: 20px
}

.about-overlay div:nth-child(2) {
    color: #85898A;
}

.about-bottom {
    margin-top: 60px;
}

body.home .about-wrap {
    margin-bottom: -20px;
}

.about-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.about-item {
    margin-left: 20px;
    width: calc(100% / 4 - 20px);
    background-color: #0C1B20;
    border-radius: 20px;
    padding: 20px;
}

.about-item__wrap {
    position: relative;
}

.about-item__wrap .top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.about-item__wrap .top img {
    display: block;
}

.about-wrap__header {
    display: flex;
}

.about-item__txt p:empty {
    display: none;
}

.about-item__title-text {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.about-item__txt {
    color: #c4c8c9;
    font-size: 20px;
    margin-top: 20px;
}

.about-item__txt p {
    margin: 0
}

.mlauto {
    margin-left: auto;
}

@media(min-width:576px) {
    .price-item__title {
        font-size: 18px;
    }
    .price-item__content {
        font-size: 16px;
    }
}

@media(min-width:769px) {
    .price-item__title {
        font-size: 22px;
    }
    .price-item__content {
        font-size: 18px;
    }
    .price-item__title-txt {
        font-weight: 500;
    }
}

.price-item__title-txt {
    width: calc(100% - 50px);
}

@media(min-width:975px) {
    .price-desktop-wrap {
        display: flex;
    }
	.price-item__content {
        display: none;
	}
    .price-desktop_right {
        display: block;
        border-radius: 20px;
        color: #c4c8c9;
        background-image: url(images/bg_price-lg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #price-info.active {
        padding: 20px;
    }
    .price-wrap,
    .price-desktop_right {
        width: 50%;
    }
    .price-item__title {
        font-size: 10px;
    }
    .price-wrap {
        padding-right: 10px;
        margin-right: 10px;
    }
    .price-item__title-icon {
        transform: rotateZ(270deg);
    }
    .price-item__title-icon {
        transform: rotateZ(270deg);
    }
    .price-item__title-icon.active_x {
        transform: rotateZ(90deg);
    }
    .price-item__title-icon.active_x img {
        transform: translateY(2px);
    }
    .price-item-wrap {
        border-radius: 8px;
    }
    .price-desktop_right {
        background-position: bottom;
    }
}

@media(min-width:1300px) {
    .price-item-wrap {
        border-radius: 20px;
    }
    .price-wrap {
        padding-right: 20px;
        margin-right: 20px;
    }
    .price-item__title-icon.active_x img {
        transform: translateY(18px);
    }
    #price-info.active {
        padding: 30px;
    }
    .price-item__title-txt {
        font-size: 24px;
    }
    .price-item-wrap {
        padding: 20px 8px 20px 20px;
        margin-bottom: 19px;
    }
    .ourprice .titile-h2 {
        margin-left: 20px;
    }
    .price-wrap .price-item-wrap:last-child {
        margin-bottom: 0;
    }
    .price-item__content-wrap {
        font-size: 16px;
    }
    .price-item__content-wrap {
        margin-bottom: 14px;
    }
    .price-desktop_right {
        background-position: center;
    }
}

@media(min-width:1400px) {
    .price-item__title-icon.active_x img {
        transform: translateY(23px);
    }
    .price-item__title-txt {
        font-size: 21px;
    }
}

@media(min-width:1700px) {
    .price-item-wrap {
        border-radius: 20px;
    }
    .price-wrap {
        padding-right: 20px;
        margin-right: 20px;
    }
    #price-info.active {
        padding: 30px;
    }
    .price-item__title-txt {
        font-size: 24px;
    }
    .price-item-wrap {
        padding: 20px 8px 20px 20px;
        margin-bottom: 19px;
    }
    .price-wrap .price-item-wrap:last-child {
        margin-bottom: 0;
    }
    .price-item__content-wrap {
        font-size: 16px;
    }
    .price-item__content-wrap {
        margin-bottom: 14px;
    }
    .price-desktop_right {
        background-size: cover;
    }
}

.cert-title-wrap,
.ourworks-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.sert-title__descr {
    font-size: 30px;
    color: #BF9E77;
}

/* .cert-wrap {
    display: flex;
    margin-left: -20px;
    flex-wrap: wrap;
}

.cert-item {
    margin-left: 20px;
    width: calc(100% / 4 - 20px);
} */

.cert-item img {
    border-radius: 20px;
    cursor: pointer;
}

#sert-popup {
    display: none;
}

#sert-popup-img {
    height: 100vh;
}

.sert-arrow {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50vh;
}

.sert-arrow-right {
    right: 5px;
}

.sert-arrow-left {
    left: 5px;
    transform: rotateZ(180deg);
}

.fancybox-button svg {
    color: #000
}

.citata {
    background-image: url(images/nasos_heart_bg.jpg);
    background-size: cover;
    background-position-x: center;
}

.citata-wrap {
    max-width: 1058px;
    margin-left: auto;
    margin-right: auto;
    padding: 123px 0;
    position: relative;
}

.citata-item {
    font-size: 46px;
    font-style: italic;
    font-family: "Vollkorn", serif;
}

.citata-zpt {
    position: absolute;
    top: 106px;
    left: -72px;
}

.citata-autor {
    color: #85898A;
    text-align: right;
    font-size: 20px;
}

.repair-top {
    display: flex;
}

.repair-top-l,
.repair-top-r {
    width: 50%
}

.repair-top-r {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.repair-mob-title {
    display: none;
}

.repair-top-l {
    padding-right: 20px
}

.repair-descr {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    max-width: 90%;
}

.repair-top-r img {
    border-radius: 20px
}

.repair-bottom .swiper-slide {
    display: flex;
    width: 50%;
    max-width: 892px;
    padding: 40px;
    background-color: #0C1B20;
    border-radius: 20px;
}

.repair-bottom .splide__slide {
    display: flex;
    width: 50%;
    max-width: 892px;
    padding: 40px;
    background-color: #0C1B20;
    border-radius: 20px;
    margin-right: 15px;
}

.repair-splide .splide__pagination {
    display: none;
}

.repair-img img {
    border-radius: 20px;
}

.repair-before {
    padding-right: 20px;
}

.repair-txt {
    font-size: 20px;
    color: #85898A;
    text-align: center;
}

.site-footer {
    font-size: 20px;
    background-color: #000;
}

.footer-write_us {
    font-size: 16px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-l {
    display: flex;
    width: 70%;
}

.footer-l>div {
    width: 50%;
}

.footer-r>div {
    text-align: right;
    margin-bottom: 12px;
}

.footer-l__menu {
    padding-left: 86px;
}

#bottom-menu {
    margin: 0;
    padding-left: 0;
}

#bottom-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    #bottom-menu li a {
        font-size: 17px;
    }
}

.footer-r {
    width: 30%;
}

.footer-txt,
.footer-copyright,
.footer-politic {
    font-size: 16px;
}

.footer-kruglosut {
    text-transform: uppercase;
    color: #72EA9C;
}

.footer-btn {
    margin: 42px 0 38px 0;
    margin-bottom: 38px !important;
}

.footer-none {
    display: none;
}

.footer-r>div.footer-write_us_ {
    margin-bottom: 6px;
    display: none;
}

.footer-politic a {
    text-decoration: underline
}

.footer-bloginfo {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
}

.footer-l__img {
    background-image: url(images/footer-img03_05.jpg);
    background-size: cover;
    border-radius: 20px;
    background-position: center center;
}

.h3-width {
    width: 200px;
}

.brands .splide__pagination {
    display: none;
}

.brands .splide__slide {
    padding: 0 45px;
}

.brands .splide__list {
    align-items: center;
}

.swiper-wrapper {
    /*align-items: center;*/
}


/*
.ourworks{
   font-size:calc(100vw / 1920 * 10);
}
*/

.ourworks-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ourworks-title__descr {
    font-size: 30px;
    color: #BF9E77;
}

.ourworks-img__mob {
    display: none
}

.ourworks-img__pc {
    border-radius: 10px;
    max-width: 466px;
}

.ourworks-top {
    display: flex;
    margin-bottom: 30px;
}

.ourworks-img {
    width: 36%;
}

.ourworks-img-mob {
    display: none;
}

.ourworks-content {
    width: 64%;
    padding-left: 30px;
}

.ourworks-content__item {
    display: flex;
    margin-bottom: 30px;
    font-size: 20px;
}

.ourworks-content__item-descr {
    padding-left: 30px;
    font-weight: 300;
}

.ourworks-itog__economia {
    display: flex;
    justify-content: space-between;
}

.swiper-ourworks .ourworks-slide {
    width: 80%;
	max-width: 1620px;
    background-color: #0C1B20;
    border-radius: 20px;
    padding: 40px 30px;
    height: auto;
}

.ourworks_h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ourworks-geo {
    font-size: 20px;
    margin-bottom: 30px;
    /*height:33px;
	line-height:33px;*/
    padding-left: 30px;
    background-image: url(images/icon-geo.svg);
    background-repeat: no-repeat;
}

.ourworks_h3-mob,
.ourworks-geo-mob {
    display: none;
}

.ourworks-content__item-title {
    padding-left: 30px;
    background-repeat: no-repeat;
    min-width: 145px;
    font-size: 20px;
    background-position-y: 5px;
    font-weight: 500;
}

.ourworks-content .ourworks-content__item:nth-child(1) .ourworks-content__item-title {
    background-image: url(images/ourworks-icon-probl.svg);
}

.ourworks-content .ourworks-content__item:nth-child(2) .ourworks-content__item-title {
    background-image: url(images/ourworks-icon-reshenie.svg);
}

.ourworks-content .ourworks-content__item:nth-child(3) .ourworks-content__item-title {
    background-image: url(images/ourworks-icon-itog.svg);
}

.ourworks .swiper-pagination {
    display: none;
}

.ourworks-geo .icon-geo {
    margin-right: 6px;
    transform: translateY(4px);
}

.ourworks-itog {
    background-color: #000;
    border-radius: 20px;
    padding: 20px;
    font-size: 20px;
}

.ourworks-itog__economia>div:nth-child(2) {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .ourworks-itog__economia>div:nth-child(2),
    .ourworks-itog__economia,
    .ourworks-itog__total,
    .ourworks-itog__total-summ {
        font-size: 16px !important;
    }
    .ourworks-itog__total-summ {
        white-space: nowrap;
    }
    .imya_podkategorii_2 {
        padding-right: 30px;
    }
}

.ourworks-itog__total {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.ourworks-itog__total-summ {
    font-size: 24px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #BF9E77;
    margin-left: 30px;
}

.ourworks-gallery {
    display: flex;
    margin-left: -28px;
}

.ourworks-gallery__item {
    width: calc(100% / 4 - 28px);
    margin-left: 28px;
    aspect-ratio: 1/1;
}

.ourworks-gallery__item img {
    border-radius: 10px;
}

.ourworks-img__pc {
    border-radius: 10px;
    width: 460px;
    height: 460px;
    object-fit: cover;
}

.ourworks-gallery__item img {
    /*
    width: 309px;
    height: 309px;
	*/
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ourworks-itog-mob {
    display: none;
}

.swiper-ourworks .swiper-button-next:after,
.swiper-ourworks .swiper-button-prev:after {
    content: unset;
}

.swiper-button-next3,
.swiper-button-prev3 {
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev3 {
    transform: rotateZ(180deg);
}


/* otziv */

.otziv-tabs {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.otziv-tabs__item {
    padding: 8px;
    border: 1px dashed #85898A;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    cursor: pointer;
}

.otziv-tabs__item:hover {
    border-color: #BF9E77;
}

.otziv-tabs__item.active-tab {
    border-color: #BF9E77;
}

.otziv-tabs__item-cild_l img {
    display: block;
}

img.otziv-tabs__logo-hover {
    display: none;
}

.otziv-tabs__item:hover img.otziv-tabs__logo,
.otziv-tabs__item.active-tab img.otziv-tabs__logo {
    display: none !important;
}

.otziv-tabs__item:hover img.otziv-tabs__logo-hover,
.otziv-tabs__item.active-tab img.otziv-tabs__logo-hover {
    display: block !important;
}


/*

.otziv-tabs__logo-hover {
    display: none;
}.otziv-tabs__item:hover .otziv-tabs__logo {
    display: block;
}

.otziv-tabs__item:hover .otziv-tabs__logo-hover {
    display: block;
}

.otziv-tabs__item.active-tab .otziv-tabs__logo {
    display: none;
}

.otziv-tabs__item.active-tab .otziv-tabs__logo-hover {
    display: block;
    opacity: 1;
    visibility: visible;
}
    */

.otziv-tabs__item-cild {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-left: auto;
}

/* @media (min-width: 767px) {
    .swiper__.swiper-cert {
        margin-left: 30px
    }
} */

.otziv-tabs__item-cild_l {
    margin-left: 0;
}

.otziv-tabs__item-cild_l {
    margin-right: 5px;
    color: #85898A;
}

.otziv-tabs__item-cild .star {
    margin-left: 2px;
    flex-shrink: 0;
}

.otziv-tabs__item-cild_l>div:nth-child(2) {
    display: none;
}

.otziv-tabs__item-cild .star img {
    transform: translateY(2px);
    width: 10px;
}

.about-title-mob {
    display: none;
}

.otzivs-block {
    /*
	height:0;
	overflow:hidden;*/
    display: none;
}

.otzivs-block.active-block {
    display: block;
}

.otziv_item {
    /* width: 400px !important; */
    padding: 8px;
    background-color: #0C1B20;
    border-radius: 8px;
    /* max-width: 80%; */
    height: 165px;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.otzivs .swiper-wrapper {
    align-items: unset;
}

.otziv_item__img {
    aspect-ratio: 1 / 1;
    width: 22px;
    height: 22px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.otziv_item__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #85898A;
    line-height: 1.3em;
    min-height: calc(1.3em * 2); 
}
.otziv_item__title div:last-child {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h2_cookie{
    font-size: 1.5em;
    font-weight: 700;
}
.h3_cookie{
    font-size: 1.17em;
    font-weight: 700;
}


.footer-r>div a:hover,
#bottom-menu li a:hover {
    color: #BF9E77;
}

.otziv_item__content {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 7;
    display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    line-height: 1.4em;       
    height: calc(1.4em * 7);
    margin-bottom: 15px;
}

.otziv_item__content br {
    display: none;
}

.otziv_item__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.otziv_item__bottom a {
    font-size: 10px;
    text-decoration: underline;
    color: #85898A;
}

.otziv_item__stars img {
    width: 12px;
}

.swiper.swiper-otziv {
    padding-bottom: 20px;
}

.swiper-scrollbar2 {
    height: 2px;
    transform: translateY(20px);
    /*
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	background-color:#BF9E77;*/
    background-color: rgba(191, 158, 119, .5);
}

.swiper-scrollbar2 .swiper-scrollbar-drag {
    background-color: #BF9E77;
}

.sert .swiper-scrollbar2 {
    display: none;
}

article.page {
    transform: translateY(180px);
    margin-bottom: 180px;
}

.page-template-template-xpage .header_sticky {
    top: 0;
}

@media(min-width:425px) {
    .otziv-tabs__item {
        max-width: 90px;
        width: 65px;
        justify-content: normal;
        margin-right: 10px;
    }
    .otziv-tabs {
        justify-content: normal;
    }
}

@media(min-width:575px) {
    .otziv-tabs {
        margin-bottom: 10px;
        justify-content: unset;
    }
    .otziv-tabs__item {
        margin-right: 10px;
        max-width: 120px;
    }
    .otziv_item__title {
        font-size: 16px;
    }
    .otziv_item__content {
        font-size: 16px;
    }
    .otziv_item {
        height: 198px;
    }
    .otziv_item__bottom a {
        font-size: 16px;
    }
    .otziv_item__img {
        width: 33px;
        height: 33px;
    }
}

@media(min-width:769px) {
    .otziv_item__content {
        font-size: 18px;
    }
    .otziv_item__title {
        font-size: 22px;
    }
    .otziv-tabs__item {
        max-width: unset;
        width: unset;
        padding: 12px;
    }
    .otziv-tabs__item-cild_l>div:nth-child(2) {
        display: block;
    }
    .otziv-tabs__item-cild_l img {
        padding-right: 2px;
        /*height: 28px;*/
        margin-right: 10px;
    }
    .otziv-tabs__item-cild {
        font-size: 16px;
    }
    .otziv-tabs__item-cild .star img {
        width: 14px;
    }
    .otziv-tabs .otziv-tabs__item:last-child {
        margin-right: 0;
    }
    .otziv_item {
        /* max-width: 332px; */
        padding: 14px;
    }
}

.about-img {
    border-radius: 20px;
    overflow: hidden;
}

.otziv-tabs .otziv-tabs__item:last-child .otziv-tabs__logo,
.otziv-tabs .otziv-tabs__item:last-child .otziv-tabs__logo-hover {
    position: relative;
}

@media(min-width:991px) {
    .otziv_item {
           /* max-width: 275px; */
        height: auto;
    }
}

.otziv-tabs__item {
    height: 76px;
	width: 24%;
}

.otziv-tabs__item:nth-child(1) .otziv-tabs__logo,
.otziv-tabs__item:nth-child(1) .otziv-tabs__logo-hover {
    height: 30px;
    width: auto;
}

.otziv-tabs__item:nth-child(2) .otziv-tabs__logo,
.otziv-tabs__item:nth-child(2) .otziv-tabs__logo-hover {
    height: 40px;
    width: auto;
}

.otziv-tabs__item:nth-child(3) .otziv-tabs__logo,
.otziv-tabs__item:nth-child(3) .otziv-tabs__logo-hover {
    height: 50px;
    width: auto;
}

@media(min-width:1201px) {
    /* otziv */
    .otziv-tabs {
        margin-bottom: 30px;
    }
    .otziv-tabs__item {
        padding: 16px;
        border-radius: 20px;
        margin-right: 20px;
    }
    .otziv_item__stars img {
        width: unset;
    }
    .otziv-tabs__item-cild {
        font-size: 20px;
    }
    .otziv-tabs__item-cild_l {
        margin-right: 36px;
    }
    .otziv-tabs__item-cild_l img {
        padding-right: 0;
        margin-right: 20px;
    }
    .otziv-tabs__item-cild_l>div:nth-child(2) {
        display: block;
    }
    .otziv-tabs__item-cild .star img {
        transform: translateY(3px);
        width: unset;
    }
    .otziv_item {
        padding: 30px;
        border-radius: 20px;
        /* max-width: 312px; */
        height: auto;
    }
    .otziv_item__img {
        width: 60px;
        height: 60px;
        background-size: cover;
        border-radius: 50%;
        margin-right: 20px;
    }
    .otziv_item__title {
        font-size: 24px;
    }
    .otziv_item__content {
        font-size: 20px;
    }
    /*
	.otziv_item__bottom{
		display:flex;
		justify-content:space-between;
		margin-top:auto;
	}*/
    .otziv_item__bottom a {
        font-size: 16px;
    }
}

.otziv_item {
    height: auto;
}


/* 1201 */

@media(min-width:1401px) {
    .swiper.swiper-otziv {
        padding-bottom: 50px;
    }
    .swiper-scrollbar2 {
        height: 2px;
        transform: translateY(50px);
    }
}

@media (min-width: 1440px) {
    /* .otziv_item {
        height: auto;
		margin-right: 10px;
    } */
    .otziv_item__content {
        font-size: 18px;
    }
    .otziv_item__title {
        font-size: 22px;
    }
}

@media(min-width:1680px) {
    .otziv_item {
        height: auto;
    }
    .otziv_item__content {
        font-size: 20px;
    }
    .otziv_item__title {
        font-size: 24px;
    }
}

@media(min-width:1920px) {
    .otziv_item {
        height: auto;
    }
}

@media(min-width:1300px) and (max-width:1399px) {
    .price-item__title-txt {
        font-size: 20px;
    }
}

@media(max-width:1700px) {
    .about-item__title-text {
        font-size: 30px;
    }
    .ourworks-img__pc {
        max-width: unset;
        width: 100%;
    }
    .ourworks-content__item {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .ourworks-content {
        display: flex;
        flex-direction: column;
    }
    .ourworks-itog {
        margin-top: auto;
    }
    .ourworks-content__item {
        margin-bottom: 9px;
    }
    .ourworks-itog__economia {
        align-items: center;
    }
    .ourworks-itog__economia>div:nth-child(2) {
        font-size: 16px;
    }
    .ourworks-content {
        width: 55%;
    }
    .ourworks-img {
        width: 45%;
    }
    .about-item {
        padding: 22px;
    }
    .about-overlay {
        top: 68%;
    }
    .about-top-r__descr {
        margin-top: 0px;
    }
    .why-content__descr {
        font-size: 18px;
    }
    .titile-h3 {
        font-size: 23px;
    }
    .why-content__wrap .why-content__item:nth-child(1) .h3-width {
        width: 150px;
    }
}

@media(max-width:1679px) {
    /*
	.container-header{
		 max-width: 1547px;
	}*/
    .callback-r .callback-r__descr {
        font-size: 29px;
    }
    .footer-l>div {
        width: unset;
    }
    .footer-l .footer-l__img {
        background-position: center;
        width: 50%;
    }
    .footer-l .footer-l__menu {
        padding-left: 30px;
        width: 50%;
    }
    .about-item__title-text {
        font-size: 22px;
    }
    .about p,
    .about-item__txt {
        font-size: 16px;
    }
}

@media(max-width:1580px) {
    .top-nav__item a {
        font-size: 16px;
    }
    .top-nav__item .site-name {
        width: 200px;
        padding-left: 8px;
    }
    .top-nav__wp,
    .top-nav__tg {
        min-width: 102px;
    }
    .top-nav__email {
        min-width: 135px;
    }
    .top-nav__phone {
        min-width: 165px;
    }
    .top-nav__item.writeus {
        font-size: 13px;
    }
    .logo-img {
        width: 75px;
        height: 75px;
    }
    .writeus {
        transform: translateY(4px);
    }
}

@media(max-width:1543px) {
    .about-overlay {
        top: 82%;
    }
    .titile-h2 {
        font-size: 50px;
    }
    .top-nav__item-group .top-nav__item {
        margin-right: 16px;
    }
    .ourworks_h3 {
        font-size: 22px;
    }
    .callback-l {
        padding: 30px 0;
    }
    .callback-r {
        background-repeat: no-repeat;
        background-size: contain;
        height: 490px;
        ;
    }
    .callback .titile-h2 {
        font-size: 40px;
    }
    .callback-r .callback-r__descr {
        margin-bottom: 72px;
        font-size: 30px;
    }
    /*
	.about-top-l {
		width: 50%;
	}
	.about-top-r {
		width: 50%;
		padding-left:0;
	}*/
    .about-top-r {
        padding-left: 70px;
    }
    .about-top-r__txt p {
        font-size: 19px;
    }
    .callback {
        background-position-y: center;
        background-size: contain;
    }
    .callback-r .callback-r__descr {
        margin-bottom: 38px;
        font-size: 24px;
    }
    .about-top-r__descr {
        font-size: 21px;
    }
}

@media(max-width:1473px) {
    .top-nav__wp,
    .top-nav__tg {
        min-width: 118px;
    }
    .top-nav__email {
        min-width: 162px;
    }
    .top-nav__phone {
        min-width: 198px;
    }
    .logo-img {
        margin-right: 8px;
    }
    .top-nav__item .site-name {
        font-size: 16px;
    }
    .callback-r {
        display: flex;
    }
    .callback-r>img {
        display: block;
        align-self: end;
    }
    .ourworks-itog {
        padding: 14px;
    }
}

@media(max-width:1441px) {
    .writeus {
        transform: translateY(5px);
    }
    .logo-img {
        width: 75px;
        height: 75px;
    }
    .top-nav__item a {
        font-size: 16px;
    }
    .top-nav__item .site-name {
        width: 200px;
        padding-left: 8px;
    }
    .top-nav__wp,
    .top-nav__tg {
        min-width: 102px;
    }
    .top-nav__email {
        min-width: 135px;
    }
    .top-nav__phone {
        min-width: 165px;
    }
    .top-nav__item.writeus {
        font-size: 13px;
    }
    .about-overlay {
        position: relative;
        top: -56px;
    }
    .about-top-r {
        padding-left: 20px;
    }
    .about-top-r__descr {
        margin-top: 0px;
        margin-bottom: 36px;
    }
    .about-bottom {
        margin-top: 0;
    }
}

@media(max-width:1400px) {
    .footer-l .footer-l__img {
        background-position-x: -146px;
    }
    .swiper-ourworks .ourworks-slide {
        min-height: 944px;
    }
    .header-title {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .repair .repair-mob-title br {
        display: none;
    }
    #primary-menu2 li a {
        font-size: 17px;
    }
	article.page {
		transform: translateY(100px);
		margin-bottom: 100px;
	}
}

.top-section {
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:1300px) {
    .top-nav__item .site-name {
        font-size: 24px;
        width: 233px;
    }
    .logo-img {
        margin-right: 20px;
    }
    .header-title {
        font-size: 46px;
    }
    .header-descr__txt {
        font-size: 24px;
    }
    .top-nav__item-group {
        display: none
    }
    .footer-l__menu {
        padding-left: 36px;
    }
    .footer-l__img {
        background-position-x: center;
    }
    .about-item {
        width: calc(100% / 2 - 20px);
        margin-bottom: 20px;
    }
    .about-item__title-text {
        max-width: 100%;
    }
}

@media(max-width:1249px) {
    .swiper-ourworks .ourworks-slide {
        min-height: 965px;
    }
}

@media(max-width:1200px) {
    .swiper-ourworks .ourworks-slide {
        min-height: 844px;
    }
    .overlay {
        position: absolute;
        margin-top: 0;
        bottom: 0;
    }
    .citata-item {
        font-size: 40px;
    }
    .citata-zpt {
        top: 85px;
        left: 5px;
    }
    .repair-descr {
        margin-top: 20px;
    }
    .titile-h2 {
        font-size: 42px;
    }
    .repair-bottom .swiper-slide {
        padding: 22px;
    }
    .ourworks-content__item {
        font-size: 16px;
    }
    .ourworks-content__item-title {
        padding-left: 30px;
        font-size: 16px;
    }
    .ourworks-content__item-descr {
        padding-left: 0px;
        font-size: 18px;
        margin-top: 10px;
    }
    .ourworks-itog {
        font-size: 16px;
    }
    .ourworks-itog__total-summ {
        font-size: 18px;
    }
    .callback-r .callback-r__descr {
        margin-bottom: 32px;
        font-size: 18px;
        text-align: right;
    }
    .footer-l {
        display: block;
        width: 50%;
    }
    .footer-r {
        width: 50%;
    }
    .footer-l__img {
        height: 338px;
    }
    .footer-l>div {
        width: 100%;
    }
    .footer-l .footer-l__img {
        background-position: center;
        width: 100%;
        height: 316px;
    }
    .footer-l__menu {
        padding-left: 0px;
    }
    .footer-bloginfo {
        margin-top: 20px;
    }
    .footer-l .footer-l__menu {
        padding-left: 0;
        width: 100%;
    }
}

@media(max-width:1158px) {
    .about-overlay div {
        font-size: 17px;
    }
    .about-top-r__descr {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .about-top-r__txt p {
        font-size: 16px;
    }
}

@media(max-width:1083px) {
    .citata-item {
        font-size: 24px;
    }
    .citata-autor {
        font-size: 16px;
    }
    .citata-zpt {
        top: 40px;
        left: 3px;
        width: 19px;
    }
    .citata-wrap {
        padding: 62px 0;
        max-width: 554px;
    }
    .citata-autor {
        font-size: 14px;
    }
}

@media(max-width:1075px) {
    .header-descr {
        transform: unset;
        padding-right: 15px;
    }
    footer .yellow-btn {
        padding: 18px 44px;
    }
    .footer-btn {
        margin: 22px 0 22px 0;
        margin-bottom: 22px !important;
    }
    .footer-wrap {
        align-items: normal;
    }
    .about-item__title-text {
        font-size: 26px;
    }
    .repair-descr {
        font-size: 18px;
    }
    .ourworks-itog {
        display: none;
    }
    .ourworks-itog-mob {
        display: block;
        background-color: #000;
        border-radius: 20px;
        font-size: 16px;
        padding: 14px;
        margin-bottom: 20px;
    }
    .ourworks-top {
        margin-bottom: 0;
    }
}

@media(max-width:990px) {}

@media(max-width:986px) {
    footer .nav-footer__phone a {
        font-size: 26px;
    }
    .footer-wrap {
        align-items: unset;
    }
    .site-footer {
        font-size: 16px;
    }
    .cert-item img {
        border-radius: 10px;
    }
}

/* @media (min-width: 767px) {
    .otziv .swiper-scrollbar2 {
        display: none !important;
    }
} */

@media (max-width: 767px) {
    .about-top-r__txt,
    .about-top-r__descr {
        margin-left: 10px;
    }
    footer .nav-footer__phone {
        margin: 30px 0 15px 0;
    }
    .ourworks-geo-mob {
        font-size: 18px;
    }
    /* .otziv .swiper-scrollbar2 {
        display: none;
    } */
    .otziv_item__content {
        -webkit-line-clamp: 8;
    }
    .otziv_item__bottom a,
    .otziv_item__title {
        font-size: 14px;
    }
	.swiper-ourworks .ourworks-slide {
		box-sizing: border-box;
	}
}

@media(max-width:950px) {
    .why-content {
        display: none;
    }
    .why-content-mob {
        display: block;
        margin-bottom: 50px;
    }
    .why-us {
        height: 561px;
        margin-top: -68px;
    }
    .titile-h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .why-content__wrap {
        margin-left: 0;
    }
    .why-content__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .h3-width {
        width: auto;
    }
    .titile-h3 {
        font-size: 24px;
    }
    .why-content__wrap .why-content__item:nth-child(1) .h3-width {
        width: calc(100% - 50px);
    }
    .usl-item__popularworks-txt {
        padding-top: 0px;
        padding-bottom: 8px;
    }
    .callback-l,
    .callback-r {
        width: 50%;
    }
    .callback-r {
        background-position-y: center;
    }
    .callback-r .callback-r__descr {
        font-size: 19px;
    }
    .section.repair.repair--service {
        margin-bottom: 100px;
    }
    .citata-item {
        font-size: 24px;
    }
    .citata-autor {
        font-size: 16px;
    }
    .citata-zpt {
        top: 40px;
        left: 3px;
        width: 19px;
    }
    .citata-wrap {
        padding: 62px 0;
        max-width: 554px;
    }
    .citata-autor {
        font-size: 14px;
    }
}

@media(max-width:910px) {
    .header-descr {
        padding-left: 15px;
    }
}

@media(max-width:874px) {
    footer .yellow-btn {
        padding: 18px 24px;
    }
    .nav-panel {
        right: -100%;
    }
}

@media(max-width:768px) {
    .video-mob {
        display: block
    }
    .video-pc {
        display: none;
    }
    .ourworks .xcontainer {
        margin-top: 20px;
    }
    .why-us {
        height: 561px;
    }
    .titile-h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .logo-img {
        width: 50px;
        height: auto;
        margin-right: 10px;
    }
    .top-nav__item a {
        font-size: 16px;
        line-height: 16px;
    }
    .top-nav__item .site-name {
        font-size: 20px;
    }
    .header_sticky .top_menu {
        padding-bottom: 0;
        padding-top: 0;
    }
    .burger {
        width: 55px !important;
        height: 55px !important;
    }
    .header-descr {
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0;
    }
    .header-descr__txt,
    .header-descr__btn {
        width: 100%;
    }
    .header-descr__btn {
        text-align: center;
        padding-right: 0;
    }
    .header-descr__btn button {
        /*font-size:14px;*/
        padding: 17px 36px;
        border-radius: 8px;
        white-space: nowrap;
    }
    .header-descr__txt {
        font-size: 19px;
        padding: 15px 0 20px 15px;
    }
    .header-title {
        font-size: 38px;
        margin-top: 0;
        margin-left: 0 !important;
    }
    #primary-menu2 {
        font-size: 14px;
        padding-right: 30px;
    }
    .nav-panel {
        padding: 20px 10px;
        right: -100%;
    }
    #primary-menu2 li {
        margin-bottom: 14px;
    }
    .close {
        top: 27px;
        right: 24px;
    }
    .nav-footer {
        padding-top: 20px;
    }
    .nav-footer__messenger-icon {
        width: 38px;
        height: 38px;
    }
    .nav-footer__messenger {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .nav-footer__phone a {
        font-size: 22px;
    }
    .nav-contact {
        margin-bottom: 65px;
        justify-content: space-between;
        padding: 0 20px;
    }
    .nav-footer__messenger {
        margin-right: 8px;
        position: relative;
        top: 3px;
    }
    .usl-wrap {
        display: block;
        flex-wrap: unset;
        margin-left: 0;
    }
    .usl-item {
        padding: 40px;
        margin-bottom: 30px;
        margin-left: 0;
        width: 100%;
        font-size: 20px;
    }
    .usl-item__img-item {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .callback {
        background-image: unset;
    }
    .callback-l {
        width: 100%;
    }
    .callback-r {
        display: none;
    }
    .footer-r>div.footer-write_us_ {
        text-align: center;
        margin-top: 15px;
    }
    .calback-name input,
    .calback-phone input,
    .calback-btn input {
        max-width: 100%;
    }
    .callback .titile-h2 {
        font-size: 30px;
    }
    .repair-bottom .splide__slide {
        padding: 18px;
    }
    .footer-txt {
        text-align: center !important;
    }
    .repair-top {
        flex-direction: column;
    }
    .repair-top-l,
    .repair-top-r {
        width: 100%;
    }
    .repair-top-r {
        order: -1
    }
    .repair-top-l {
        margin-top: 0;
    }
    .repair-mob-title {
        display: block;
        order: -1;
        margin-bottom: 20px;
    }
    .repair-pc-title {
        display: none;
    }
    .footer-wrap {
        display: block;
        justify-content: unset;
    }
    .footer-l {
        display: block;
        width: 100%;
    }
    .footer-r {
        width: 100%;
    }
    .footer-r>div {
        text-align: left;
    }
    .footer-r>div a {
        font-size: 17px;
    }
    .footer-l>div {
        width: 100%;
    }
    .footer-l__menu {
        padding-left: 0;
    }
    .site-footer {
        padding: 30px 10px;
    }
    .top_menu {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    .footer-l .footer-l__img {
        height: 562px;
    }
    .about-wrap {
        display: block;
        flex-wrap: unset;
        margin-left: 0;
    }
    .about-item {
        width: 100%;
        margin-left: 0;
    }
    .about-item__title-text {
        font-size: 24px;
    }
    .about-top {
        display: block;
    }
    .about-top-l,
    .about-top-r {
        width: 100%;
    }
    .about-top-l {
        text-align: center;
    }
    .about-top-r {
        padding-left: 0;
    }
    /* .cert-wrap {
        display: flex;
        margin-left: unset;
        flex-wrap: unset;
    } */
    /* .cert-item {
        margin-left: unset;
        width: 70%;
    } */
    .sert-title__descr {
        font-size: 22px;
    }
    .citata-item {
        font-size: 22px;
    }
    .citata-item br {
        display: none;
    }
    .citata-autor {
        font-size: 12px;
    }
    .citata-zpt {
        top: 28px;
        left: 3px;
        width: 19px;
    }
    .citata-wrap {
        padding: 54px 0;
    }
    .citata-autor {
        font-size: 14px;
    }
    /* ********** */
    .ourworks_h3 {
        font-size: 18px;
        display: block;
        min-height: 54px;
    }
    .ourworks-title__descr {
        font-size: 16px;
    }
    .ourworks-geo {
        font-size: 14px;
        margin-bottom: 14px;
        padding-left: 30px;
        background-size: contain;
    }
    .ourworks .swiper-button-next3,
    .ourworks .swiper-button-prev3 {
        display: none;
    }
    .swiper-ourworks .ourworks-slide {
        padding: 6px;
        border-radius: 8px;
        min-height: 934px;
        display: flex;
        flex-direction: column;
    }
    .ourworks-top {
        display: block;
        margin-bottom: 0;
    }
    .ourworks-img,
    .ourworks-content {
        width: 100%;
    }
    .ourworks-img__pc {
        display: none
    }
    .ourworks-img__mob {
        display: block;
        border-radius: 6px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
    }
    .ourworks-content {
        padding-left: 0;
        margin-top: 12px;
    }
    .ourworks-content__item {
        display: block;
    }
    .ourworks-content__item {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .ourworks-content__item-title {
        font-size: 18px;
        padding-top: 7px;
        padding-left: 50px !important;
    }
    .ourworks-content__item-title {}
    .ourworks-gallery {
        display: none
    }
    .ourworks-itog {
        display: none;
        border-radius: 8px;
        padding: 8px;
        font-size: 14px;
    }
    .ourworks-itog-mob {
        display: block;
        margin-bottom: 0;
        margin-top: auto;
        border-radius: 8px;
        padding: 8px;
        font-size: 14px;
    }
    .ourworks-itog__economia>div:nth-child(2) {
        font-size: 14px;
    }
    .ourworks-itog__total-summ {
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #BF9E77;
        margin-left: 7px;
    }
    .ourworks .swiper-pagination .swiper-pagination-bullet {
        background-color: #FFF;
        opacity: 1;
    }
    .ourworks .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #BF9E77;
    }
    .brands .splide__slide img {
        height: 56px;
    }
    #main-video2 {
        width: 100%;
        height: auto;
        border-radius: 20px;
        transform: scale(1);
    }
    .sert .swiper-scrollbar2 {
        display: block;
        transform: translateY(0);
        margin-top: 18px;
    }
    .repair-descr {
        max-width: 100%;
        font-size: 18px;
        color: #fff;
    }
    .repair-descr br {
        display: block;
    }
    .repair-top-l {
        padding-right: 0;
    }
    .usl-item:hover {
        background-color: #16252A;
    }
    .usl-item:hover .usl-item__img-item {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    footer .nav-footer__phone a {
        font-size: 24px;
    }
    .top-overlay {
        bottom: 56% !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 74%, rgba(0, 0, 0, 0.7455357142857143) 86%, rgba(0, 0, 0, 0) 100%);
    }
    .nav-footer__mob-wrap {
        bottom: -70px !important;
        width: 100%;
        padding: 0 20px;
    }
    .why-us {
        margin-bottom: 20px !important;
    }
    .swiper-pagination-mobgal {
        bottom: 20px !important;
        justify-content: center;
        display: flex !important;
        top: inherit !important;
        position: absolute;
        z-index: 100;
        text-align: center;
    }
    .overlay-content {
        /* display: none; */
    }
}

@media(max-width:575px) {
    .brands .splide__slide {
        padding: 0 10px;
    }
    #main-video {
        margin-top: 158px;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 10%;
        min-width: unset;
        min-height: unset;
        max-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
        aspect-ratio: 16/9;
    }
    .bottom-overlay {
        top: 90%;
        background: #000;
        display: none;
    }
    .top-overlay {
        bottom: 90%;
        height: 52%;
    }
    .overlay-content {
        background-color: rgba(0, 0, 0, .3);
        background: none;
    }
    .cert-title-wrap,
    .ourworks-title {
        margin-bottom: 20px;
    }
    #sert-popup-img {
        height: auto;
        width: 100%;
    }
    .why-us {
        height: 414px;
    }
    .why-content__item {
        padding: 6px;
        border-radius: 8px;
    }
    .why-content-mob .titile-h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .why-content__item .top {
        margin-bottom: 16px;
		flex-direction: row-reverse;
    }
    .why-icon {
        width: 52px;
        height: 52px;
        top: 10px;
        right: 10px;
        position: static;
    }
    .nav-panel {
        right: -100%;
    }
    .titile-h2 {
        font-size: 20px;
    }
    .titile-h3 {
        font-size: 18px;
    }
    .why-content__descr {
        font-size: 18px;
    }
    .header-title {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 33px;
    }
    .header-descr__txt {
        font-size: 19px;
        padding: 5px 0 20px 0;
    }
    .header-descr__txt-l,
    .header-descr__txt-r {
        display: block;
        white-space: nowrap;
    }
    .header-descr__txt-r {
        transform: none;
    }
    .header-descr__btn button {
        /*font-size: 10px;*/
        padding: 20px 26px;
        border-radius: 8px;
        width: 100%;
    }
    .top-nav__item a {
        font-size: 10px;
        line-height: 10px;
    }
    .top-nav__item .site-name {
        font-size: 20px;
        padding-left: 0;
    }
    .header-title__transform {
        transform: translateX(130px);
        display: block;
        width: 250px;
    }
    .overlay,
    .video-pc {
        display: none;
    }
    .video-mob {
        display: block
    }
    .overflow-black {
        height: 34%;
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 74%, rgba(0, 0, 0, 0.7455357142857143) 86%, rgba(0, 0, 0, 0) 100%);
        transform: rotate(180deg);
    }
    .nav-footer__mob {
        display: block;
        position: absolute;
    }
    .nav-footer__mob-wrap {
        position: absolute;
        bottom: 0;
    }
    .overlay-mob_ {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        height: 100px;
        position: absolute;
        top: -57px;
        left: 0;
        right: 0;
    }
    .top-section {
        background-size: contain;
        background-image: url(images/topbg_mask5.webp);
        background-position-y: 45px;
        min-height: 411px;
        height: 48dvh;
    }
    .usl-item {
        padding: 8px;
        margin-bottom: 12px;
        margin-left: 0;
        width: 100%;
        font-size: 20px;
        border-radius: 8px;
    }
    .usl-item:last-child {
        margin-bottom: 0;
    }
    .usl-item__popularworks-txt,
    .usl-item__descr {
        display: none;
    }
    .usl-item__img-item {
        border-radius: 8px;
        margin-left: 8px;
        /*filter: unset;*/
    }
    .usl-item__img {
        margin-left: -8px;
        margin-bottom: 16px;
    }
    .usl-item .titile-h3 {
        margin-bottom: 0;
    }
    .price-item__title.active .price-item__content {
        /*height: 332px;*/
        height: auto;
    }
    .brands .splide__slide img {
        height: 50px;
    }
    .repair-top-l {
        padding-right: 0;
    }
    .repair-descr {
        max-width: 100%;
    }
    .repair-bottom .swiper-slide {
        display: block;
        border-radius: 8px;
    }
    .repair-img img {
        border-radius: 8px;
    }
    .about-top-l img {
        border-radius: 8px;
    }
    .repair-bottom .swiper-slide {
        width: 70%;
    }
    .repair-txt {
        text-align: center;
    }
    .repair-before {
        padding-right: 0;
    }
    .repair-before .repair-txt {
        padding: 10px 0;
    }
    .repair-after .repair-txt {
        padding-top: 10px;
    }
    .repair-bottom .swiper-slide {
        padding: 10px;
    }
    .repair-bottom .splide__slide {
        padding: 10px;
        border-radius: 8px;
        width: 70%;
        flex-direction: column;
    }
    .section.otziv {
        /*padding-top:25px;*/
    }
    .otziv .titile-h2 {
        margin-bottom: 20px;
    }
    .section.sert {
        /*padding-top:25px;*/
    }
    .nav-contact {
        margin-bottom: 50px;
    }
    .site-header.header_sticky .nav-footer__phone {
        margin-bottom: 50px;
    }
    .footer-l__menu {
        margin-top: 30px;
    }
    .footer-bloginfo {
        margin-bottom: 20px;
        font-size: 20px;
    }
    footer .yellow-btn {
        width: 100%;
        border-radius: 8px;
    }
    .footer-r .footer-copyright,
    .footer-r .footer-politic {
        text-align: center
    }
    .about-top-r__descr,
    .about-top-r__txt {
        font-size: 14px;
    }
    .about-overlay div {
        font-size: 14px;
    }
    .about-title-mob {
        display: block;
    }
    .about-overlay {
        padding: 13px 0;
        top: unset;
        bottom: 4px;
        position: absolute;
        background: #000A0D00;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 10, 13, 0) 100%);
    }
    .about-top-r .titile-h2 {
        display: none;
    }
    .about p {
        font-size: 14px;
    }
    .about-item__title-text {
        font-size: 18px;
    }
    .about-item__icon img {
        width: 43px;
    }
    .about-item {
        padding: 10px;
        border-radius: 10px;
    }
    .about-item__icon {
        top: 0;
        right: 0;
    }
    .callback {
        padding: 0;
    }
    .callback .titile-h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .callback .calback-name input {
        border-radius: 8px;
        padding: 15px 0 15px 15px;
    }
    .callback .wpcf7-submit {
        border-radius: 8px;
    }
    .callback .calback-name input::placeholder,
    .callback .calback-phone input::placeholder,
    #popmake-341 .calback-name input::placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .callback .calback-btn input,
    #popmake-341 .calback-btn input {
        font-size: 18px;
    }
    .callback .calback-btn p {
        margin-bottom: 0;
    }
    .citata {
        background-position-x: center;
    }
    .citata-item {
        font-size: 22px;
    }
    .citata-autor {
        font-size: 10px;
    }
    .citata-zpt {
        top: 22px;
        left: 3px;
        width: 19px;
    }
    .citata-wrap {
        padding: 50px 0 20px 0;
    }
    .citata-autor {
        font-size: 14px;
    }
    /* *************** */
    .ourworks_h3 {
        font-size: 13px;
        min-height: 39px;
        display: none;
    }
    .ourworks-geo {
        font-size: 10px;
        margin-bottom: 14px;
        padding-left: 20px;
        background-size: contain;
        display: none;
    }
    .ourworks_h3-mob {
        font-weight: 400;
        margin-bottom: 12px;
        font-size: 18px;
        min-height: 39px;
        margin-top: 12px;
        display: block;
    }
    .ourworks-geo-mob {
        background-image: url(images/icon-geo.svg);
        background-repeat: no-repeat;
        font-size: 18px;
        margin-bottom: 14px;
        padding-left: 50px !important;
        background-size: 40px auto;
        background-position: left center;
        min-height: 40px;
        display: block;
        margin-top: 10px;
    }
    .ourworks-title__descr {
        font-size: 14px;
    }
    .sert-title__descr {
        font-size: 14px;
    }
    .swiper-ourworks .ourworks-slide {
        padding: 6px;
        border-radius: 8px;
        min-height: 722px;
    }
    .ourworks-top {
        display: block;
        margin-bottom: 0;
    }
    .ourworks-img,
    .ourworks-content {
        width: 100%;
    }
    .ourworks-img__pc {
        display: none
    }
    .ourworks-img__mob {
        display: block;
        border-radius: 6px;
        width: 100%;
    }
    .ourworks-img {
        display: none;
    }
    .ourworks-img-mob {
        display: block;
    }
    .ourworks-img-mob .ourworks-img__mobgal {
        border-radius: 6px;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }
    .swiper-pagination-mobgal .swiper-pagination-bullet {
        background: #FFF;
        opacity: 1;
        margin: 0 7px !important;
        width: 10px;
        height: 10px;
    }
    .swiper-pagination-mobgal .swiper-pagination-bullet-active {
        background: #BF9E77;
    }
    .ourworks-content {
        padding-left: 0;
        margin-top: 12px;
    }
    .ourworks-content__item {
        display: block;
    }
    .ourworks-content__item {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .ourworks-content__item-title {
        background-size: contain;
        background-position-y: center;
    }
    .ourworks-gallery {
        display: none
    }
    .ourworks-itog {
        border-radius: 8px;
        padding: 8px;
        font-size: 10px;
    }
    .ourworks-itog__economia>div:nth-child(2) {
        font-size: 10px;
    }
    .ourworks-itog__total-summ {
        font-size: 10px;
        border-radius: 4px;
        border: 1px solid #BF9E77;
        margin-left: 7px;
    }
    #popmake-341 {
        border-radius: 8px;
        padding: 30px 10px 20px 10px;
    }
    .pum-container.popmake .pum-close.popmake-close {
        top: 10px;
        font-size: 62px;
    }
    html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
        padding-right: 0 !important;
    }
    .popup_title {
        font-size: 22px;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 30px;
    }
    .popup_descr {
        font-size: 14px;
    }
    #popmake-341 .calback-name input,
    .calback-phone input {
        border-radius: 8px;
    }
    #popmake-341 .calback-btn input {
        border-radius: 8px;
    }
    #popmake-341 .calback-name input,
    .calback-phone input {
        padding: 15px 0 15px 15px;
    }
    .popup_descr {
        margin-bottom: 20px;
    }
}

@media(max-width:523px) {
    .citata-item {
        font-size: 20px;
    }
}

@media(max-width:478px) {
    .citata-item {
        font-size: 18px;
    }
    .nav-panel {
        right: -100%;
    }
    .sert-title__descr {
        font-size: 14px;
    }
    /* .swiper-cert .swiper-slide {
        width: 70%;
    } */
    .sert-arrow {
        display: none;
    }
    .sert .swiper-scrollbar2 {
        display: block;
        transform: translateY(0);
        margin-top: 18px;
    }
    .header-title {
        font-size: 30px;
        margin-bottom: 0;
    }
}

@media(max-width:445px) {
    .swiper-ourworks .ourworks-slide {
        min-height: 738px;
        width: 85%;
    }
}

@media(max-width:430px) {
    .why-icon {
        width: 43px;
        height: 43px;
        top: 10px;
        right: 10px;
    }
    .about-item__icon img {
        width: 43px;
    }
    .sert-title__descr {
        font-size: 10px;
    }
    /* .swiper-cert .swiper-slide {
        width: 70%;
    } */
    .why-content-mob .titile-h3 {
        width: 260px;
    }
    .site-footer {
        font-size: 10px;
    }
    .footer-l__img {
        border-radius: 8px;
    }
    .footer-r img {
        width: 20px;
    }
    .footer-r .footer-write_us_ img {
        width: 10px;
    }
    .header-descr__txt {
        font-size: 19px;
        padding: 5px 0px 20px 0;
    }
    .header-descr__txt-r {
        transform: none;
    }
    .header-title__transform {
        transform: translateX(111px);
    }
}

@media(max-width:389px) {
    .swiper-ourworks .ourworks-slide {
        min-height: 772px;
    }
    .ourworks-itog__total-summ {
        padding: 8px 11px;
    }
}

@media(min-width:769px) and (max-width:1700px) and (max-height:900px) {
    .nav-footer__messenger {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #primary-menu2 li {
        margin-bottom: 10px;
    }
}

@media(min-width:1401px) and (max-width:1409px) {
    .swiper-ourworks .ourworks-slide {
        min-height: 944px;
    }
}

@media(min-width:375px) and (max-width:575px) {
    .otziv-tabs__item {
        max-width: unset;
        width: 29%;
        justify-content: space-between;
        margin-right: 0;
    }
    .otziv-tabs__item-cild {
        align-items: center;
        font-size: 13px;
    }
    .otziv-tabs__item-cild .star img {
        width: 14px;
    }
}

@media (min-width: 767px) {
    .otziv-tabs__item {
        min-width: 240px;
    }
    .about-item__icon img {
        width: 70px;
        height: 70px;
    }
    .about-item__icon {
        flex-shrink: 0;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .otziv-tabs {
        gap: 0 15px;
    }
    .otziv-tabs__item {
        height: 56px;
    }
    .otziv-tabs__item:nth-child(1) .otziv-tabs__logo,
    .otziv-tabs__item:nth-child(1) .otziv-tabs__logo-hover {
        height: 15px;
        width: auto;
    }
    .otziv-tabs__item:nth-child(2) .otziv-tabs__logo,
    .otziv-tabs__item:nth-child(2) .otziv-tabs__logo-hover {
        height: 20px;
        width: auto;
    }
    .otziv-tabs__item:nth-child(3) .otziv-tabs__logo,
    .otziv-tabs__item:nth-child(3) .otziv-tabs__logo-hover {
        height: 30px;
        width: auto;
    }
    /* .otziv-tabs {
        margin-left: 8px;
    } */
    /* .section.sert .container {
        padding-right: 0;
        padding-left: 0;
    } */
    .section.sert .titile-h2 {
        margin-left: 0;
    }
    .repair2 .xcontainer {
        margin-left: 0 !important;
    }
    .cert-title-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* .swiper-cert .swiper-slide {
        margin-left: 10px;
    } */
}


/* Articles and Service */

.top-floating {
    padding-top: 9rem;
}

@media (max-width: 678px) {
    .top-floating {
        padding-top: 4.5rem;
    }
}

.navigation-item,
.navigation-item:visited {
    color: #85898a;
}

.navigation-item.current {
    color: white;
    text-decoration: underline;
}

@media (max-width: 678px) {
    .navigation-item {
        font-size: 10px;
    }
}

.articles-wrapper>article {
    margin-bottom: 40px;
}

.article {
    display: flex;
    gap: 40px;
}

.article-left {
    flex-shrink: 0;
    max-width: 363px;
    width: 100%;
    height: 273px;
    border-radius: 20px;
    background-color: #bbb;
}

.article-left img {
    object-fit: cover;
    border-radius: 20px;
    max-width: 363px;
    width: 100%;
    height: 273px;
}

.article .entry-title {
    font-family: "Vollkorn", serif;
    line-height: 120%;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.article .entry-meta {
    line-height: 120%;
    color: #85898a;
    margin-top: 16px;
}

.article-right__content p {
    margin: 0;
    line-height: 100%;
}

.article-right__content {
    margin-top: 16px;
    font-size: 20px;
}

.article-link {
    font-size: 18px;
    font-weight: 500;
    color: #bf9e77 !important;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}

.articles-footer {
    margin-bottom: 120px;
    position: relative;
}

.articles-prev-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    display: none;
}

.articles-pagination {
    display: flex;
    justify-content: center;
}

.articles-pagination ul {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 20px;
    padding-left: 0;
}

.articles-pagination ul li {
    color: #85898a;
    font-size: 18px;
}

.articles-pagination .page-numbers.current {
    color: #bf9e77;
    font-weight: 700;
}

.articles-prev-next .articles-prev-btn.disabled,
.articles-prev-next .articles-next-btn.disabled {
    color: #85898a;
}

.articles-prev-next a {
    color: #bf9e77;
}

@media (max-width: 767px) {
    .article {
        flex-direction: column;
        gap: 12px;
    }
    .article-left {
        height: 140px;
    }
    .article-left img {
        height: 140px;
    }
    .article .entry-title {
        font-size: 18px;
        line-height: 110%;
    }
    .article .entry-meta {
        font-size: 12px;
        line-height: 120%;
        margin-top: 6px;
    }
    .article-right__content {
        margin-top: 6px;
        font-size: 15px;
        line-height: 120%;
    }
    .article-link {
        margin-top: 6px;
        font-size: 16px;
        line-height: 120%;
    }
    .articles-wrapper>article {
        margin-bottom: 40px;
    }
    .articles-pagination ul {
        gap: 13px;
    }
    .articles-pagination ul li {
        font-size: 13px;
    }
    .articles-footer {
        margin-bottom: 50px;
    }
    .articles-prev-next {
        gap: 10xpx;
    }
    .articles-prev-next {
        display: none
    }
}


/* Service */

.mini-title {
    font-size: 45px;
    line-height: 120%;
    font-family: "Vollkorn", serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 50px 0;
}

@media (max-width: 1200px) {
    .mini-title {
        font-size: 35px;
    }
}

@media (max-width: 992px) {
    .mini-title {
        font-size: 28px;
    }
}

@media (max-width: 678px) {
    .mini-title {
        font-size: 13px;
    }
}

.qa .mini-title {
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
}

/* Внутри секции услуг: заголовки вне .qa как прямые дети контейнера получают верхний отступ */
.repair--service .container > .mini-title.title-left {
    margin-top: 50px;
}
.repair--service .container > .titile-h2.title-left {
    margin-top: 50px;
}
@media (max-width: 678px) {
    .repair--service .container > .mini-title.title-left,
    .repair--service .container > .titile-h2.title-left {
        margin-top: 40px;
    }
}

.qa-grid {
    display: grid;
    gap: 20px;
}

.qa-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.qa-grid--five {
    grid-template-columns: repeat(5, 1fr);
}

.navigation {
    margin-bottom: 50px;
}

@media (max-width: 1480px) {
    .qa-grid--five {
        grid-template-columns: repeat(3, 1fr);
    }
}

.qa__item {
    background: #0c1b20;
    border-radius: 20px;
    padding: 30px;
    font-family: "Jost", serif;
    display: flex;
    flex-direction: column;
}

.qa__item--green {
    background: #213840;
}

.qa__item__title {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.qa__item__title_h4 {
    margin: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
}

.menu-item-has-children>a {
    pointer-events: none;
}

.qa__item p {
    margin-top: auto;
    color: #85898a;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 100%;
}

.qa__item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* QA tables styling: make tables look like qa__item cards */
.qa .post-content {
    background: #0c1b20;
    border-radius: 20px;
    padding: 30px;
    display: block;
}
.qa .post-content table {
    width: 100%;
    border: 0;
    background: transparent;
    border-collapse: separate;
    border-spacing: 0;
}
.qa .post-content th {
    margin: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    padding: 10px;
    text-align: left;
}
.qa .post-content tbody td {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    padding: 10px;
}

.qa .post-content ul li, .post-content ol li{
    list-style: disc;
}

@media (max-width: 992px) {
    .qa .post-content {
        padding: 12px;
        border-radius: 8px;
    }
    .qa .post-content th {
        font-size: 18px;
        padding-bottom: 6px;
    }
    .qa .post-content tbody td {
        font-size: 14px;
    }
}

.golden-text {
    margin-top: 50px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    font-family: "Jost", serif;
    color: #bf9e77;
    margin-bottom: 0;
}

.top-section--service {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1480px) {
    .top-section--service {
        background-position-y: 0px;
    }
    .top-section--service .nav-footer__mob {
        margin-top: 214px;
    }
    .top-section--service .header-descr {
        font-size: 20px;
    }
    .top-section--service .header-descr__txt {
        font-size: 30px;
    }
}

@media (max-width: 1240px) {
    .top-section--service .header-descr {
        font-size: 20px;
        transform: translateX(-14px);
    }
}


/*
@media (max-width: 767px) {
    .top-section--service {
        height: 100vh;
        min-height: 540px;
        max-height: 600px;
        margin-bottom: 0;
    }
}
    */

@media (max-width: 678px) {
    .top-section--service {
        /*         height: 402px; */
        background-size: cover;
    }
    .top-section--service .header-descr {
        transform: translateX(0px);
    }
    .top-section--service .header-descr__txt {
        font-size: 14px;
    }
    .top-section--service .header-descr__btn {
        padding-right: 0;
    }
    .top-section--service .header-title {
        line-height: 110%;
    }
    .repair--service .repair-top {
        display: none;
    }
    .repair--service .qa {
        padding-top: 0;
    }
    .top-section--service .nav-footer__mob-wrap {
        position: relative;
    }
}

@media (max-width: 767px) {
    .qa .mini-title {
        font-family: Vollkorn;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
    }
}

@media (max-width: 678px) {
    .qa .mini-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .qa-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .qa__item {
        padding: 6px;
        border-radius: 8px;
    }
    .qa__item__title {
        gap: 10px;
        margin-bottom: 6px;
        align-items: center;
    }
    .qa__item__title_h4 {
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .qa__item p {
        font-size: 14px;
    }
    .golden-text {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .top-section--service {
        background-size: cover;
        background-position-y: -50px;
    }
    .top-section--service .nav-footer__mob {
        margin-top: 250px;
    }
}


/* Post page */

.post-date {
    color: #85898a;
    margin-top: 50px;
}

h1.post-title {
    font-size: 40px;
    line-height: 120%;
    font-family: "Vollkorn", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.post-wrapper p {
    margin: 0;
    margin-top: 30px;
    font-size: 20px;
}

.post-wrapper {
    margin-top: 30px;
    display: flex;
    gap: 72px;
}

.post-wrapper .post-right {
    max-width: 290px;
    width: 100%;
    flex-shrink: 0;
}

.post-upper_content {
    margin-top: 50px;
}

.post-details {
    margin-top: 60px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.post-details__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-details__item>span {
    font-size: 18px;
}

.post-contents__title, .h3-content {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.post-content .titile-h2 {
    margin-top: 80px;
    font-size: 30px;
    line-height: 120%;
    font-family: "Vollkorn", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	scroll-margin-top: 100px;
}

.post-content .post-heading {
margin-top: 80px;
font-size: 30px;
line-height: 120%;
font-family: "Vollkorn", sans-serif;
font-weight: 400;
text-transform: uppercase;
scroll-margin-top: 100px;
}

.post-content ul,
.post-content ol {
    margin: 0;
    margin-top: 16px;
    padding: 0;
    padding-left: 24px;
}

.post-content ul {
    list-style: disc outside;
}

.post-content ol {
    list-style: decimal outside;
}

.post-content ul li,
.post-content ol li {
    font-size: 20px;
}

.post-content ul li::marker {
    color: #bf9e77;
    font-size: 1.25em;
}

.post-content ol li::marker {
    color: #bf9e77;
    font-size: 1.05em;
}

.post-content ol li>ul {
    margin-top: 12px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 14px;
}

.post-content ol li>ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 0.5em;
}

.post-content ol li>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    /* ← adjust this to move bullet right (+) or left (–) */
    top: 50%;
    /* vertical centering */
    transform: translateY(-50%);
    width: 18px;
    /* set to your image’s width */
    height: 13px;
    /* set to your image’s height */
    background: url("./images/arrow_ol.svg") no-repeat center center;
    background-size: contain;
}

.post-content ul.checkmark {
    padding-left: 36px;
}

.post-content ul.checkmark li {
    position: relative;
    list-style-type: none;
    margin-bottom: 16px;
}

.post-content ul.checkmark li::before {
    content: "";
    position: absolute;
    left: -36px;
    /* ← adjust this to move bullet right (+) or left (–) */
    top: 4px;
    width: 24px;
    height: 24px;
    background: url("./images/checkmark.svg") no-repeat center center;
    background-size: contain;
}

.post-content img {
    margin-top: 30px;
    border-radius: 20px;
}

.golden {
    color: #bf9e77;
}

.post-content td,
.post-content th {
    border: 1px solid #3f3f3f;
}

.post-content table {
    border: 1px solid #3f3f3f;
    background: #0c1b20;
    border-collapse: collapse;
    font-size: 20px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    margin-top: 30px;
}

.wp-block-columns.case {
    margin-top: 30px;
}

.wp-block-columns.case>div:first-child {
    max-width: 149px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    padding-top: 2px;
}

.wp-block-columns.case>div:first-child svg {
    margin-top: 4px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.wp-block-columns.case p {
    margin-top: 0;
}

.wp-block-columns.case ul {
    padding-left: 10px;
    margin-top: 0;
}

.wp-block-columns.case ul li::marker {
    font-size: 0.6em;
}

p.quote {
    background: #213840;
    padding: 20px;
    border-radius: 10px;
}

.read-also {
    margin-top: 120px;
    margin-bottom: 120px;
    position: relative;
}

.read-also__h3 {
    font-size: 30px;
    line-height: 120%;
    font-family: "Vollkorn", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.read-also__img {
    background: #c4c8c9;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
}

.read-also__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read-also__item {
    display: flex;
    gap: 20px;
}

.read-also__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-articles .swiper-wrapper {
    height: max-content;
}

.read-also__content p {
    margin: 0;
}

.read-also__date {
    color: #85898a !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.read-also__nav {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 10px;
}

.read-also__nav>div:hover>svg {
    cursor: pointer;
    color: #bf9e77;
    transition: 0.3s all;
}

.read-also__nav>div>svg {
    color: #85898a;
}

.post-callback {
    background: #0c1b20;
    border-radius: 20px;
    padding: 30px 15px;
    margin-top: 80px;
}

.post-callback__title {
    font-size: 30px;
    line-height: 120%;
    font-family: "Vollkorn", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.post-callback p {
    margin-top: 0;
}

.post-callback__terms {
    color: #85898a;
    font-size: 14px;
    line-height: 100%;
    margin-top: 16px;
}

.post-callback__terms a {
    color: #85898a;
    text-decoration: underline;
}

.post-callback [class^="calback"] {
    margin-top: 16px;
}

.post-callback [class^="calback"] input {
    border-radius: 10px;
}

.post-contents__item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.post-contents__wrapper {
    position: relative;
}

.post-contents__wrapper::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #bf9e77;
}

.post-contents__item.active {
    background-color: #0c1b20;
    border-left: 3px solid #bf9e77;
}

.post-wrapper {
    display: flex;
    align-items: flex-start;
    /* чтобы колонки выравнивались по верху */
}


/* 2. Правой колонке даём «липкость» */

.post-right {
    position: sticky;
    top: -240px;
    /* отступ от верхней границы экрана */
    align-self: start;
    /* на случай, если у родителя другой align-items */
}


/* 3. (Опционально) Ограничиваем ширину сайдбара */

.post-right {
    flex: 0 0 290px;
    /* или любой ваш фиксированный/минимальный размер */
}


/* 4. Убедитесь, что у родителя нет overflow: hidden/auto */

.post-wrapper,
.post-left {
    overflow: visible;
}

.post-sidebar__mob {
    display: none;
}

.error-404 {
	padding: 200px 0 100px;
}

.error-404 ul {
	margin-left: 0;
}

@media (max-width: 768px) {
    .post-wrapper,
    .post-date {
        margin-top: 20px;
    }
    .post-right {
        display: none;
    }
    figure {
        margin: 0;
    }
    h1.post-title {
        font-size: 22px;
        line-height: 110%;
        margin: 0;
    }
    .post-content .post-heading {
        font-size: 20px;
        margin-top: 30px;
    }
    .post-wrapper p,
    .post-upper_content,
    .post-content img,
    .post-content table {
        margin-top: 12px;
    }
    .post-details {
        gap: 16px;
        margin-top: 12px;
    }
    .post-details__item {
        gap: 8px;
    }
    .post-details__item svg {
        height: 16px;
        width: 16px;
    }
    .post-callback {
        display: none;
    }
    .post-content ul,
    .post-content ol {
        margin-top: 6px;
    }
    .post-date,
    .post-content table,
    .post-wrapper p,
    .post-content ol li,
    .post-content ul li,
    .post-details__item>span {
        font-size: 16px;
    }
    .post-content ul {
        padding-left: 8px;
    }
    .post-content ol {
        padding-left: 30px;
    }
/*     .post-content ul li::marker {
        font-size: 0.5em;
    } */
    .post-content ol li::marker, .post-content ul li::marker {
        font-size: 1em;
    }
    .post-content ol li>ul {
        margin-top: 4px;
        margin-bottom: 6px;
        padding-left: 2px;
    }
    .post-content ol li>ul li {
        padding-left: 24px;
    }
    .post-content ul.checkmark li::before {
        width: 14px;
        height: 14px;
        left: -24px;
    }
    .post-content ul.checkmark {
        padding-left: 24px;
    }
    .wp-block-columns.case>div:first-child svg {
        width: 16px;
        height: 16px;
        margin-top: 0;
    }
    .wp-block-columns.case {
        margin-top: 12px;
        margin-bottom: 0;
        gap: 12px;
    }
    p.quote {
        padding: 6px;
        border-radius: 10px;
    }
    .read-also {
        margin: 40px 0;
    }
    .read-also__h3 {
        font-size: 13px;
    }
    .read-also__img {
        width: 70px;
        height: 70px;
    }
    .read-also__item {
        gap: 6px;
        font-size: 10px;
    }
    .read-also__date {
        font-size: 10px;
    }
    .post-sidebar__mob {
        display: block;
        margin-top: 30px;
    }
    .post-sidebar__mob img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .post-contents__wrapper::before {
        display: none;
    }
    .post-contents__mob {
        font-size: 10px;
        display: none;
    }
    .read-also__nav {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
	.error-404 {
		padding: 80px 0 50px;
	}
}

@media (min-width: 1680px) {
    .top-section--service .header-descr__txt {
        max-width: 643px;
    }
}

@media (max-width: 992px) {
    .qa-grid--three {
        grid-template-columns: repeat(2, 1fr);
    }
    .qa-grid--five {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1920px) {
    .top-section--service .header-descr__txt {
        max-width: 644px;
    }
}

@media (max-width: 1920px) {
    /* if this element lives inside .top-section--service, scope it there too */
    .top-section--service .header-title {
        line-height: 110%
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .hidden-xss {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .about-item__title-text,
    .about-item__title-text {
        margin-left: 0 !important;
    }
    .about-item__title br {
        display: none;
    }
    .repair-mob-title,
    .about .titile-h2 {
        padding-left: 0;
    }
    .callback .titile-h2 {
        margin-left: 0 !important;
    }
}

.otziv_item__stars {
    white-space: nowrap;
}
.otziv_item__bottom{
    gap: 5px;
} 
.otziv_item__content{
    max-height: 260px;
}

@media (min-width:768px) and (max-width:1360px){
    .otziv_item__content{
        max-height: 235px;
    }
}
@media (max-width:767px){
    .otziv_item__content{
        max-height: 230px;
    }
}


@media (max-width: 767px) {
  .overlay { display: block !important; }
  .nav-footer__mob,
  .overflow-black { display: none !important; }
  .overlay { position: absolute; bottom: 0; left: 0; right: 0; }
  .overlay .container {
    left: 0; right: 0; bottom: 0;
    z-index: 3;
  }
  .overlay::after {
    height: 142%;
/*     bottom: 23px;
 */    left: 0; right: 0;
    transform: rotate(180deg);
  }
  .service-repair-brand .overlay::after{
    bottom: -1px;
  }
}

@media (max-width: 575px) {

    .overlay .container {
        bottom: -60px; 
        top: auto;
    }
    .callback-agree, .callback .callback-agree{
        padding-top: 20px;
    }
    .service-repair-brand .overlay::after {
        height: 75%;
    }
}

.site {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 115px);
}

.site-main {
    display: block;
    flex: 1;
}
.nav-footer dd{
    margin: 0;
}

/* ===== Contacts ===== */
.jb-contacts__header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jb-contacts__map {
    position: relative;
    overflow: hidden;
    /* background: #0C1B20; */
    display: grid;
    align-items: center;
}

/* .jb-contacts__map iframe {
  display: block;
  width: 100%;
  height: 582px;            
  filter: grayscale(100%);
  border: 0;
} */

.jb-contacts__map-info-wrap {
  position: relative;
  margin-top: -582px;
  z-index: 2;
  padding-left: 30px;
  max-width: 410px;
}

.jb-contacts__map-info {
  background: #0C1B20;
  border-radius: 20px;
  padding: 30px;
  width: 100%;       
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.jb-contacts__grid {
  display: grid;
  gap: 30px;
}

.jb-contacts__item a{font-size: 18px;}

.jb-contacts__label {
  text-transform: uppercase;
  font-size: 23px;
  color: #c4c8c9;
  margin-bottom: 6px;
}

.jb-contacts__value {
  font-size: 20px;
  color: #fff;
}

/* соц-кнопки */
.jb-contacts__item--socials {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

.jb-contacts__soc {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.jb-contacts__soc svg {
  width: 24px;
  height: 25px;
  transition: transform .3s ease;
}

/* .jb-contacts__soc:hover {
  background: #a78152;
  transform: translateY(-2px);
} */

.jb-contacts__soc:hover  svg path{
    fill: #BF9E77;
}


/* нижние карточки */
.jb-contacts__cards {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;  /* как на скрине: длинная + две короче */
  gap: 30px;
  margin-top: 80px;
}
.jb-contacts__card {
  background: #0C1B20;
  border-radius: 20px;
  padding: 30px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* адаптив */
@media (max-width: 1200px) {
  .jb-contacts__map-info { max-width: 380px; }
  .jb-contacts__cards { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .jb-contacts__header {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
    }
  .jb-contacts__map iframe { height: 380px; }
  .jb-contacts__map-info-wrap { margin-top: -30px; }
  .jb-contacts__map-info {
    max-width: 100%;
    padding: 20px;
  }
  .jb-contacts__grid { gap: 20px; }

  .jb-contacts__map-info-wrap {
        position: relative;
        margin-top: 30px;
        z-index: 2;
        padding-left: 0px;
        max-width: 100%;
    }

    .jb-contacts__cards {
        margin-top: 30px;
    }
      .jb-contacts__cards {
    grid-template-columns: 1fr; 
  }

  .jb-contacts__card:nth-child(1) {
    grid-column: 1 / -1;
  }

  .jb-contacts__card:nth-child(2),
  .jb-contacts__card:nth-child(3) {
    grid-column: span 1;
  }

  .yellow-btn {
        font-size: 18px;
        color: #FFF;
        font-weight: 400;
        padding: 18px 24px;
    }
    
}

/* Contacts: route link icon */
.jb-contacts .route-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.jb-contacts .route-link .icon-map {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

#yandex-map .ymaps-2-1-79-map,
#yandex-map .ymaps-2-1-79-inner-panes {
    filter: grayscale(0%);
}

/* Для современных браузеров */
#yandex-map .ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
}