/*!
Theme Name: roof-spetsnaz
Theme URI: http://underscores.me/
Author: Ievgen Chernovol
Author URI: http://codemix.com.ua
Description: goodwork
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roof-spetsnaz
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 with others.

roof-spetsnaz is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  /*color: royalblue;*/
}

a:visited {
  /*color: purple;*/
}

a:hover,
a:focus,
a:active {
  /*color: midnightblue;*/
}

a:focus {
  /*outline: thin dotted;*/
}

a:hover,
a:active {
  /*outline: 0;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  flex-direction: column;
  display: flex;
  margin-right: 45px;
  margin-top: 18px;
  position: relative;
}

.main-navigation ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 100%;
  background-color: #DC000E;
}

.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 {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
}

@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;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*---------------------------*/
.site-header.mob {
  display: none;
}
.site-header {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: relative;
  padding-top: 6px;
}
.site-contact .site-social a img {
  max-width: 50px;
  max-height: 30px;
  border-radius: 30%;
}
.site-header a {
  color: white;
  text-decoration: none;
}
.site-header a:hover {
  text-decoration: underline;
}
.site-header::before {
  display: none;
}
.site-header::after {
  display: none;
}
.site-branding-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
}
.custom-logo {
  max-width: 202px;
  margin: 9px 0px 0px 21px;
}
.adress-area-box {
  display: flex;
  justify-content: space-between;
}
.adress-area-box img {
  margin-right: 10px;
}
.header-popup {
  border: 2px solid white;
  padding: 10px 20px;
  margin: 0 40px;
  display: block;
}
.header-popup:hover {
  border: 2px solid red;
  padding: 10px 20px;
  text-decoration: none;
}
.fas.fa-map-marker-alt {
  font-size: 30px;
  margin-right: 10px;
}
.fas.fa-phone-volume {
  font-size: 30px;
  margin-right: 10px;
}
a.tel {
  font-size: 18px;
}
a.mail {
  margin-left: 30px;
}
.adress-area {
  margin: 0 40px;
}
.hamburger-menu {
  display: none;
}
.hamburger-menu-img {
  display: none;
}
/*------------------------------*/
#content {
  /*background-color: white;*/
}
.page {
  margin: 0;
}
.black {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -1;
  background-color: black;
  height: 50px;
}
.s1 {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: black;
}
.s1_bg {
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
}
.s2 {
  background-color: transparent;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding: 109px 0 58px;
}
.s2 h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 72px;
  padding: 0;
  margin: 0;
  margin-bottom: -4px;
}
.s2 h2 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
  margin-bottom: 51px;
}
.s2 .header-popup {
  padding: 18px 20px;
  font-size: 24px;
  background-color: white;
  text-decoration: none;
  display: block;
  max-width: 373px;
  width: 100%;
  text-align: center;
  color: red;
  border-radius: 6px;
  filter: drop-shadow(-7.188px 5.416px 14.5px rgba(0, 0, 0, 0.46));
}
.s2 .top-section-text {
  font-style: italic;
  text-align: center;
  color: white;
  margin-bottom: 92px;
  font-size: 49px;
}

.s2 .site-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.s2 .site-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 0 34px;
}

.s2 .site-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin: 0 35px 0 0;
}

.s2 .site-social-text {
  font-size: 24px;
  text-align: left;
  color: white;
  margin: 0;
  top: -7px;
  position: relative;
  margin: 0;
}

.s2 .site-social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0px;
}
/*---------------------------*/
.s3 {
  padding: 50px 100px;
  background-color: black;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgb(0, 0, 0, 1),
    rgb(0, 0, 0, 1),
    rgb(0, 0, 0, 1),
    rgb(0, 0, 0, 1)
  );
}
.s3 h2 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 52px;
  line-height: 1.23;
  margin-bottom: 50px;
  color: white;
}
.s3 div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
/*---------------------------*/
.s4 {
  padding: 40px 0 30px;
  background-color: white;
}
.s4 h2 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 50px;
}
.s4__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px 0 0;
  color: white;
  display: flex;
  flex-wrap: wrap;
}
.s4-foto {
  width: 50%;
  margin-bottom: 50px;
}
.s4-text {
  width: 50%;
  margin-bottom: 50px;
  padding: 35px;
}
.s4-title {
  font-size: 26px;
  line-height: 1.23;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 600;
  color: red;
}
.s4-text ul {
  margin: 30px 0 0;
}
.s4-text li {
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}
.row {
  display: flex;
  width: 100%;
}
.row-rev {
  display: flex;
}
/*------------------------------*/
.s4-b {
  background-color: white;
  padding: 60px;
  border-top: 5px dotted red;
}
.s4-b h2 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 50px;
}
.s4-b div.descript {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.23;
  margin-bottom: 50px;
}
.s4-b .s4-b__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px 0 0;
  color: white;
  display: flex;
  display: flex;
  justify-content: space-between;
}
.s4-b ul {
  text-align: left;
}
/*----------------------------*/
.s5 {
  padding: 50px 0;
  background-color: black;
}
.s5__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px 0 0;
  color: white;
  display: flex;
  justify-content: space-around;
}
.s5__inner div {
  text-align: center;
  font-size: 22px;
}
.s5 h2 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 36px;
  line-height: 1.23;
  margin-bottom: 50px;
  color: white;
}
.s5__inner img {
  max-width: 75px;
}
/*----------------------------*/
.s6 {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: white;
}
.s6__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.s6__inner .slick-slide img {
  display: block;
  padding: 0 25px;
}
.s6 h2 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 50px;
}
.slick-next.slick-arrow {
  background-image: url(/wp-content/uploads/svg/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  height: 40px;
  width: 20px;
}
.slick-prev.slick-arrow {
  background-image: url(/wp-content/uploads/svg/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  z-index: 1;
  height: 40px;
  width: 20px;
}
.slick-arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  background-color: white;
  transition: 1s all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-slide img {
  margin: 0 auto;
}
/*-----------------------------*/
.review {
  padding-top: 70px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  background-color: #a9a9a9;
  background-color: black;
}
.review__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: black;
  padding: 15px 0;
}
.review h2 {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 50px;
  color: white;
}
.review .slick-slide.slick-active {
  text-align: center;
}
.videobox {
  max-width: 300px;
}
.videobox.plus {
  max-width: 90%;
}
.link__box {
  display: flex;
}
.insta-link {
  border: 2px solid red;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  width: 300px;
  text-align: center;
  color: red;
  margin: 40px auto;
}
/*-----------------------------*/
.s7 {
  padding: 70px 0 70px 0;
  background-color: white;
}
.s7 h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 50px;
}

.s7__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.s7__box {
  width: 32%;
  border: 3px solid red;
  background-color: white;
  color: black;
  padding: 45px;
  text-align: center;
}
.s7__title {
  line-height: 1.35;
  font-size: 26px;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.s7__price {
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 36px;
  line-height: 1.23;
  margin-bottom: 30px;
}
.s7__text {
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 300;
  color: #000;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 1.55;
}
.s7 a {
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: red;
  padding: 10px 30px;
  display: block;
  width: 130px;
  margin: 30px auto;
  margin-bottom: 30px;
  margin-bottom: 0px;
}
/*------------------------------*/
#colophon {
  background-color: black;
  background-repeat: no-repeat;
  background-position: left, center;
  height: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.footer__abs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.footer__abs-mobil {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.s1__abs, .s1__general {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
}
.s1__abs img, .s1__general img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s1__abs-mobil {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.site-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.site-info img {
  max-width: 250px;
}
.site-info a {
  font-size: 18px;
  color: #ff8562;
}
a.footer-tel {
  font-size: 25px;
  color: white;
  margin: 20px 0;
}
/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  /* фон затемнени¤ */
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed; /* фиксированное поцизионирование */
  cursor: default; /* тип курсара */
}
/* активируем слой затемнени¤ */
.overlay:target {
  display: block;
}
/* стили модального окна */
.popuper {
  top: -100%;
  right: 0;
  left: 50%;
  font-size: 14px;
  z-index: 20;
  margin: 0;
  width: 85%;
  min-width: 320px;
  max-width: 450px;
  /* фиксированное позиционирование, окно стабильно при прокрутке */
  position: fixed;
  padding: 2px;
  border: 0;
  background: black;
  /* скругление углов */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 14px/18px "Tahoma", Arial, sans-serif;
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target + .popuper {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 5%;
}
/* формируем кнопку закрыти¤ */
.close {
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font: 13px/20px "Tahoma", Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 50%;
  display: block;
  background-color: red;
  padding-top: 2px;
  border: 2px solid red;
}
.close:before {
  color: white;
  content: "X";
  font-size: 20px;
}
.mail-line-1 {
  line-height: 1.23;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  color: red;
  padding: 10px 0 0;
}
.mail-line-2 {
  line-height: 1.23;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: red;
  padding: 10px 0 0;
}
.mail-line-3 {
  padding: 0 10px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  height: 45px;
}
.wpcf7-form-control.wpcf7-submit {
  height: 45px;
  width: 100%;
  background-color: red;
  color: white;
}
.wpcf7-form {
  background-color: white;
}
.site-contact.site-contact--mobil {
  display: none;
}
@media screen and (min-width: 1140px) and (max-width: 1650px) {
  .main-navigation ul {
    display: flex;
  }
  .adress-area-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .adress-area {
    margin: 0 15px;
  }
  .header-popup {
    padding: 10px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1370px) {
  .site-header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hamburger-menu {
    display: none;
  }
  .hamburger-menu [type="checkbox"] {
    display: none;
  }
  .s1 {
    position: fixed;
    width: 100%;
    z-index: -1;
  }
  .black {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
    background-color: black;
    height: 100px;
  }
}
@media screen and (max-width: 1139px) {
.site-contact.site-contact--desktop {
  display: none;
}
.site-contact.site-contact--mobil{
	display:flex;
		flex-direction:column;
}
  .site-social {
    margin-top: 30px;
    display: flex;
    /*gap: 20px;*/
  }
  .s2 .site-social {
   /* gap: 0px;*/
  }
  .s2 .site-social-text {
    top: 0px;
  }
  .link__box {
    display: flex;
    flex-direction: column;
  }
  .s4-b .s4-b__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px 0 0;
    color: white;
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .pk {
    display: none;
  }
  .site-header.mob {
    display: block;
  }
  .site-header {
    flex-direction: column;
    background: black;
  }
  .adress-area-box {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
  }
  .site-branding-area {
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .tel-area,
  .adress-area {
    margin-bottom: 20px;
  }
  .s1 {
    background-color: black;
  }
  /*.s1 img {
    display: none;
}*/
  .s2 {
    padding: 644px 0 100px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(/wp-content/uploads/2022/07/roof-spetsnaz-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5;
  }
  .s1_bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  .s2 h1 {
    font-size: 85px;
    margin-bottom: 24px;
    /*background-image: url(/wp-content/uploads/2019/08/fire-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    line-height: 1;
  }
  .s2 h2 {
    font-size: 28px;
    margin-bottom: 73px;
    line-height: 1;
  }
  .s2 .top-section-text {
    /*margin-bottom: 126px;*/
  }
.s2 .site-contact {
  flex-direction: column;
  z-index: 3;
  position: relative;
}
  .s2 .header-popup {
    font-size: 32px;
    /*order: 1;*/
    margin-bottom: 118px;
    padding: 26px 20px;
    max-width: 500px;
    border-radius: 20px;
  }

  .s2 .site-social {
    align-items: center;
    /*order: 2;*/
    width: fit-content;
    margin-bottom: 58px;
    margin-left: 0;
  }
  .s2 .site-social-text {
    font-size: 41px;
    text-align: center;
    margin-bottom: 22px;
  }

  .s2 .site-social-links {
    /*gap: 25px;*/
  }

  .site-social a img,
  .site-call a img {
    max-width: 100px;
    max-height: 100px;
    width: 54px;
  }

  .site-social a:nth-child(3) img {
    max-width: 100px;
    width: 68px;
    max-height: 100px;
  }

  .site-call .site-social-links a:nth-child(4) img {
    max-width: 100px;
    width: 70px;
    max-height: 100px;
  }

  .s2 .site-call {
    align-items: center;
   /* order: 3;*/
    width: fit-content;
    margin-right: 0;
  }
  .s3 {
    padding: 10px;
    background-color: black;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgb(0, 0, 0, 1),
      rgb(0, 0, 0, 1),
      rgb(0, 0, 0, 1),
      rgb(0, 0, 0, 1)
    );
  }
  .s4 h2 {
    font-size: 36px;
  }
  .s4-foto {
    width: 100%;
    margin-bottom: 10px;
  }
  .s4-text {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .row-rev {
    flex-direction: column-reverse;
  }
  .s4-b {
    background-color: white;
    padding: 20px 10px;
    border-top: 5px dotted red;
  }

  .s4-b h2 {
    text-align: center;
    line-height: 1.15;
    font-size: 30px;
  }
  .s5__inner {
    flex-direction: column;
  }
  .s5__inner div {
    margin: 10px auto;
  }
  .s6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s6 h2 {
    margin-bottom: 40px;
  }
  .s7__inner {
    flex-direction: column;
  }
  .s7__box {
    width: 98%;
    margin: 5px auto;
    max-width: 450px;
    padding: 5px;
  }
  .s7 {
    padding: 80px 0 10px 0;
    background-color: black;
    color: white;
  }

  #colophon {
    background-color: black;
    /*background-image: url(/wp-content/uploads/2019/08/fire-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    padding-top: 60px;
    background-size: contain;
  }
  .site-info img {
    max-width: 200px;
    padding-top: 20px;
  }
  /*---------------------------------------------------*/
  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    z-index: 5;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    top: 177px;
    right: 7.6%;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 55px;
    height: 11px;

    background-color: white;

    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -21px;
  }
  .menu__btn > span::after {
    content: "";
    top: 25px;
  }
  .hamburger-menu {
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
  .single .hamburger-menu, .category .hamburger-menu, .page-id-491 .hamburger-menu, .page-id-471 .hamburger-menu, .page-id-489 .hamburger-menu, .page-id-475 .hamburger-menu, .page-id-486 .hamburger-menu, .page-id-384 .hamburger-menu {
    height: 0;
    background: black;
    height: 100px;
    /*overflow: hidden;*/
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
  }
  .hamburger-menu-img {
    height: 277px;
    display: flex;
    align-items: center;
    width: auto;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 61px);
  }
  .menu__box {
    display: block;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: black;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.25s;
  }
  .fas.fa-phone-volume {
    display: none;
  }
  .fas.fa-map-marker-alt {
    display: none;
  }
  a.mail {
    margin-left: 0;
  }
  .custom-logo {
    max-width: 150px;
    margin: 0;
  }
  .review .videobox {
    width: 232px;
    height: 424px;
  }
}

.typed-cursor {
  opacity: 1;
  /* -webkit-animation: blink 0.7s infinite; */
  -moz-animation: blink 0.7s infinite;
  animation: none;
}

/*-------------цвет кнопок бинотел-----------------------*/

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #c70000 !important;
}

body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #c70000 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip {
  background: #c70000 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
  fill: #c70000 !important;
}

body #bingc-passive div.bingc-passive-overlay {
  background: #ff6347 !important;
}
#bingc-passive
  div.bingc-passive-overlay
  div.bingc-passive-content
  div.bingc-passive-get-phone-form
  form.bingc-passive-get-phone-form
  a.bingc-passive-phone-form-button {
  background: #808080 !important;
}

body #bingc-active {
  background: #c70000 !important;
}
.site-header a i {
  font-size: 25px;
}
/*-----------------------------------*/
.site-social.site-social--footer {
  display: flex;
  margin: 20px 0 0;
}
.site-social.site-social--footer a img {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  padding: 10px;
  border-radius: 30%;
}
.site-social.site-social--footer a img:hover {
  background-color: red;
}
.site-social.site-social--footer a {
  margin-right: 10px;
}
.site-social.site-social--footer i {
  font-size: 30px;
}
.inner-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.entry-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 50px;
}
.entry-content h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin: 30px;
}
td {
  border: 1px solid #e1e1e1;
  padding: 5px;
  text-align: center;
  font-weight: 300;
}
tr:first-child td {
  background-color: #e1e1e1;
  color: black;
  font-weight: 700;
}
.wpcf7-form {
  background-color: #e1e1e1;
  height: 100%;
  min-height: 100%;
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 0px;
}
#wpcf7-f67-p73-o1 {
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 392px;
}
.form-servises-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  padding: 30px 0;
}
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: 0px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  height: 50px;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  display: block;
}
.wpcf7-form-control.wpcf7-submit {
  height: 45px;
  width: 100%;
  background-color: red;
  color: white;
  height: 50px;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  display: block;
  font-size: 16px;
}
article .wpcf7-not-valid-tip {
  text-align: center;
}
article .wpcf7-response-output.wpcf7-validation-errors {
  padding: 5px;
  margin: 5px;
  margin-top: 5px;
  margin-top: -10px;
  text-align: center;
  font-size: 16px;
}
.detal-list details:not(:last-child) {
  margin-bottom: 20px;
}
details:not([open]) summary::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAYElEQVQ4jb2RyREAIQgEh03E/KMxJPelJeWBlgPzBZpWpORUQMzHhFWgEHniYghwLKUH0tIDXyzbrKuh2nQRNeNuOGw0MvSuDE+g056QJ28NrFqoITA32f5vuCGgjczr/zd7AyIIqNbgAAAAAElFTkSuQmCC);
  margin-right: 10px;
  vertical-align: middle;
}
details[open] summary::before {
  margin-right: 10px;
  vertical-align: middle;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABsSURBVDhPvZHRDYAgDESLi7D/NI5UlfSMhlKKUt7PkdBeHiHxnskBSybJJpukBcounmcVT+EQvULNyLRcamiZNO+WGXZ/80Sd0Qo9ZaCaDX/yiB147YQafrED926Y4R87UDpCDGfYAZ5sSHQAM4IU//fGQEEAAAAASUVORK5CYII=);
}
details[open] summary::marker {
  display: none;
}
/* Убираем стандартный маркер Chrome */
details summary::-webkit-details-marker {
  display: none;
}
/* Убираем стандартный маркер Firefox */
details > summary {
  list-style: none;
  position: relative;
}

/* Добавляем собственный маркер для закрытого состояния */
details:not([open]) summary::before {
  content: "\f0fe";
  font-family: "Font Awesome 5 free";
  margin-right: 7px;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}

/* Добавляем собственный маркер для открытого состояния */
details[open] summary:before {
  content: "\f146";
  font-family: "Font Awesome 5 free";
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}
.nav-previous a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-next a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-navigation .nav-previous {
  width: 48%;
}
.post-navigation .nav-next {
  width: 48%;
}
.navigation.post-navigation {
  background-color: #e1e1e1;
  color: black;
  font-weight: 700;
  padding: 10px 10px 20px;
  border-radius: 10px;
}
.navigation.post-navigation a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.meta-nav {
  display: none;
}
.post-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin: 10px;
  font-weight: 300;
  text-decoration: none;
}
.title-nav {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin: 30px;
  font-weight: 900;
}
figure.wp-block-image {
  margin: 0;
  font-size: 0;
}
.wp-block-image.size-large {
  border-radius: 10px;
}
.wp-block-image.size-full {
  border-radius: 10px;
}
.nav-links img {
  border-radius: 10px;
}
.nav-links a img {
  max-width: 400px;
}
/*---------------------------------------------------*/
.category .inner-box {
  display: flex;
  justify-content: space-between;
}
.category .inner-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category .page-header {
  width: 100%;
}
.category .archive-description {
  width: 100%;
}
.category article {
  width: 30%;
}
.category .page-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 50px;
}
.category h2.entry-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin: 10px;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}
.preview-box {
  border-radius: 10px;
  background-color: #e1e1e1;
  transition: 0.5s all;
}
.category h2.entry-title a {
  text-decoration: none;
  color: red;
}
.preview-box:hover {
  background-color: black;
}
/*---------------------------------------------------*/
.author .inner-box {
  display: flex;
  justify-content: space-between;
}
.author .inner-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.author .page-header {
  width: 100%;
}
.author .archive-description {
  width: 100%;
}
.author article {
  width: 30%;
}
.author .page-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  margin: 50px;
}
.author h2.entry-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  margin: 10px;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}
.preview-box {
  border-radius: 10px;
  background-color: #e1e1e1;
  transition: 0.5s all;
}
.author h2.entry-title a {
  text-decoration: none;
  color: red;
}
.preview-box:hover {
  background-color: black;
}
#site-navigation {
  float: none;
  width: auto;
}
.main-navigation a {
  padding: 5px 10px;
  line-height: 19px;
  font-size: 22px;
  font-size: 24px;
}
.wp-block-embed__wrapper iframe {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.lang-item a{
	color:#fff;
	text-decoration:none;
}
.lang-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  display: flex;
  width: 60px;

  justify-content: space-between;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.lang-box a img {
  width: 30px !important;
  height: 25px !important;
}
.back-box {
  display: inline-block;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100px;
}
@media screen and (max-width: 1139px) {
  .main-navigation ul {
    align-items: center;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .main-navigation ul::before {
    content: none;
  }
  .main-navigation a {
    font-size: 30px;
    padding: 20px 0;
  }
  .s2 .site-social-links {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  .s2 .site-social-links {
    display: flex;
    gap: 26px;
  }
  .s2 .site-call .site-social-links {
    gap: 25px;
  }
  .lang-box {
    top: 510px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
  }

  .lang-box a img {
    width: 60px !important;
    height: 56px !important;
  }
  .s1__abs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .s1__abs-mobil {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .footer__abs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
  }
  .footer__abs-mobil {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
  }
  .category article {
    width: 98%;
    margin: 10px auto 1%;
    max-width: 360px;
  }
  .author article {
    width: 98%;
    margin: 10px auto 1%;
    max-width: 360px;
  }
  .entry-content h2 {
    font-size: 18px;
  }
  .title-nav {
    font-size: 22px;
  }
  .post-title {
    font-size: 18px;
  }
  .post-navigation .nav-next {
    width: 100%;
  }
  .post-navigation .nav-previous {
    width: 100%;
  }
  .single article {
    padding: 0 15px;
  }
  .form-servises-title {
    font-size: 18px;
  }
  /* Добавляем собственный маркер для закрытого состояния */
  details:not([open]) summary::before {
    font-size: 20px;
  }

  /* Добавляем собственный маркер для открытого состояния */
  details[open] summary:before {
    font-size: 20px;
  }
  .entry-title,
  .category .page-title {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
    margin: 30px;
  }
  .wp-block-embed__wrapper iframe {
    max-width: 640px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}

.wp-block-block-accordion.eb-accordion-container {
  border-top: 1px solid #d4d4d4 !important;
  margin-bottom: 36px !important;
}
.eb-accordion-wrapper {
  border-bottom: 1px solid #d4d4d4;
}
.eb-accordion-title-wrapper {
  background: none !important;
  margin: 0 !important;
}
.eb-accordion-title {
  color: #404040 !important;
  line-height: 64px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 700 !important;
}
.eb-accordion-content-wrapper {
  border: none !important;
  padding-bottom: 15px !important;
}
.eb-accordion-content {
  color: #404040 !important;
  font-family: sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
  border-left: 3px solid red;
  padding: 15px !important;
  margin-bottom: 15px !important;
}
/*.fa-angle-right::before {
    content: "+" !important;
    font-size: 40px  !important;
	color: #404040 !important;
    font-weight: 400 !important;
}
.fa-angle-down::before {
    content: "-" !important;
    font-size: 40px  !important;
    color: #404040 !important;
    font-weight: 400 !important;
}*/
.page-id-384 video {
  margin: 0 auto;
  width: auto;
}
.page-id-384 .wp-block-column {
  text-align: center;
}

figure figcaption {
  text-align: center;
}

.popuper img {
  max-width: 40%;
  margin: 0 auto;
  display: block;
}
.mail-line-3 p {
  margin-bottom: 5px;
}
.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0px;
  right: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blob {
  background: white;
  border-radius: 50%;
  margin: 10px;
  height: 50px;
  width: 50px;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}
.social-box {
      display: flex;
    flex-direction: revert;
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translate(50%, 0px);
    z-index: 5;
    background: white;
    border-radius: 25px;
	display:none;
}
.social-box {
  right: 2%;
  transform: none;
}
.social-box a {
  display: flex;
}
[data-tooltip] {
  position: relative; /* Относительное позиционирование */
}
[data-tooltip]::after {
  content: attr(data-tooltip); /* Выводим текст */
  position: absolute; /* Абсолютное позиционирование */
  width: 300px; /* Ширина подсказки */
  left: 0;
  top: 0; /* Положение подсказки */
  background: #3989c9; /* Синий цвет фона */
  color: #fff; /* Цвет текста */
  padding: 0.5em; /* Поля вокруг текста */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
  pointer-events: none; /* Подсказка */
  opacity: 0; /* Подсказка невидима */
  transition: 1s; /* Время появления подсказки */

  position: absolute;
  width: 100px;
  right: -70px;
  white-space: nowrap;
  background: #fff;
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
  transform: translateX(0%) translateY(-50%);
  top: 50%;
  background: #292929;
  color: #fff;
  opacity: 0;
  transition: all 0.1s linear;
}
[data-tooltip]:hover::after {
  opacity: 1; /* Показываем подсказку */
  top: 2em; /* Положение подсказки */
}
.google-review {
  border: 2px solid white;
  padding: 0 5px;
  display: flex;
  justify-content: center;
}
.s6__inner:first-child picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.no-slick-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}
.no-slick-slider > div {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .hamburger-menu-img {
    height: 220px;
    top: 15px;
  }
  .menu__btn {
    top: 140px;
  }
  .lang-box {
    top: 415px;
  }
  .s2 {
    padding: 530px 0 100px;
  }
  .wp-block-embed__wrapper iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .nav-links a img {
    max-width: 400px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .nav-links {
    display: flex;
  }
  .post-title {
    font-size: 16px;
  }
  .s2 h1 {
    font-size: 70px;
  }
	.single #content {
  padding-top: 120px;
}
	.category #content {
  padding-top: 120px;
}
	 .page-id-491 #content, .page-id-471 #content, .page-id-489 #content, .page-id-475 #content, .page-id-384 #content, .page-id-486 #content {
  padding-top: 120px;
}
.page-id-384 .entry-content, .page-id-486 .entry-content {
  text-align:center;
}
.no-slick-slider > div {
  width: 46%;
}	
}
@media screen and (max-width: 600px) {
  .hamburger-menu-img {
    height: 110px;
    top: 84px;

    left: 15px;
    transform: none;
  }
  .menu__btn {
    top: 120px;
    right: 7.6%;
    width: 45px;
    height: 45px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    width: 45px;
    height: 7px;
  }
  .menu__btn > span::before {
    content: "";
    top: -17px;
  }
  .menu__btn > span::after {
    content: "";
    top: 19px;
  }
  .lang-box {
    top: 133px;
    left: 55%;
    width: 60px;
  }
  .lang-box a img {
    width: 30px !important;
    height: 25px !important;
  }
  .s2 {
    padding-top: 280px;
  }
  .s2 h1 {
    font-size: 40px;
  }
  .s2 h2 {
    margin-bottom: 39px;
  }
  .s2 .top-section-text {
    margin-bottom: 92px;
    font-size: 26px;
  }
  .s2 .top-section-text {
    margin-bottom: 70px;
  }
  .s2 .header-popup {
    font-size: 21px;
    margin-bottom: 80px;
    padding: 18px 0px;
    max-width: 295px;
    border-radius: 10px;
  }
  .s2 .site-social-text {
    font-size: 23px;
    margin-bottom: 0px;
  }
  .site-contact .site-social a img,
  .site-contact .site-call a img {
    width: 30px;
  }
  /*.site-social a:nth-child(3) img {
    width: 30px;
  }*/
  .site-call .site-social-links a:nth-child(4) img {
    width: 30px;
  }
	.site-info {
  padding-bottom: 100px;
}
	.social-box {
      display: flex;
    flex-direction: revert;
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translate(50%, 0px);
    z-index: 5;
    background: white;
    border-radius: 25px;
}
	.no-slick-slider > div {
  width: 98%;
}
}
@media screen and (max-width: 460px) {
  .hamburger-menu-img {
    height: 85px;
    top: 75px;
  }
  .menu__btn {
    top: 94px;
    right: 5%;
  }
  .main-navigation a {
    font-size: 26px;
    padding: 15px 0;
  }
  .lang-box {
    top: 107px;
    left: 56%;
  }
  .s2 {
    padding-top: 220px;
  }
	.social-box {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transform: translate(50%, 0px);
  z-index: 5;
  background: white;
  border-radius: 25px;
}
}
@media screen and (max-width: 400px) {
  .hamburger-menu-img {
    height: 75px;
    top: 20px;
    left: 7px;
  }
  .menu__btn {
    top: 35px;
    right: 3%;
  }
  .main-navigation a {
    font-size: 26px;
    padding: 15px 0;
  }
  .lang-box {
    top: 50px;
    left: 58%;
  }
}
