/*!
Theme Name: Plitochnick116
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: plitochnick116
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.

Plitochnick116 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
--------------------------------------------------------------*/

:root {
    --main-color: #4295b2;
    --bk-black: #161616;
    --bk-dark: #373737;
    --bk-grey: #666;
    --bk-light: #f5f5f5;
    --head-color: #0e0e0e;
    --black-text: #313030;
    --white-text: #b5b5b5;
    --border-color: #c1c1c1;
    --main-text-size: 18px;
}

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

/**
 * 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: 'Open Sans', sans-serif;
    font-size: var(--main-text-size);
	line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	clear: both;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
    color: var(--head-color);
}

h1 {
    font-size: calc(var(--main-text-size) + 16px);
    margin-bottom: 30px;
	margin-top: 70px;  
}

h2 {
    font-size: calc(var(--main-text-size) + 12px);
    margin-bottom: 35px;
	margin-top: 45px;
}

h3 {
	font-size: calc(var(--main-text-size) + 8px);
    margin-bottom: 30px;
	margin-top: 40px;
}

h4 {
	font-size: calc(var(--main-text-size) + 6px);
	margin-bottom: 25px;
	margin-top: 35px;
}

h5 {
	font-size: calc(var(--main-text-size) + 4px);
	margin-bottom: 20px;
	margin-top: 25px;
}

h6 {
	font-size: calc(var(--main-text-size) + 2px);
	margin-bottom: 15px;
	margin-top: 20px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: var(--main-text-size);
	line-height: 1.5;
	color: var(--black-text);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 30px 0;
    padding: 20px;
	padding-left: 35px;
	border-left: 6px solid var(--main-color);
	color: var(--head-color);
	font-size: var(--main-text-size);
    background: var(--bk-light)
}

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 {
	margin: 1.5em 0;
	height: 1px;
	border: 0;
	background-color: var(--border-color);
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style: decimal;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
    font-size: var(--main-text-size);
	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, a:visited {
    text-decoration: none;
	color: var(--main-color);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover,
a:focus,
a:active {
	color: var(--black-text)
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 1em 1.5em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: calc(var(--main-text-size) + 2px);
    line-height: 1;
    background: var(--main-color);
    border: 0;
    border-radius: 35px;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--bk-black);
}

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 {
    padding: 1em 1.2em;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--border-color);
    color: var(--black-text);
    font-size: 14px;
    outline: 0;
    border-radius: 20px;
    margin-bottom: 15px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
}

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 {
	border-color: var(--main-color);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Checkbox Politic */

.lwpcngNotice-dark .lwpcngNotice_accept {
	color: var(--main-color);
	border-color: var(--main-color)
}

.politic-check {
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	margin-bottom: 20px;
}

.politic-check .wpcf7-list-item {
	margin: 0;
}

.politic-check input[type="checkbox"] {
	display: none !important;
}

.politic-check input[type="checkbox"] + span:before,
.politic-check input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-size: cover
}
.politic-check input[type="checkbox"] + span:before,
.politic-check input[type="checkbox"] + label:before {
	background-image: url("/wp-content/uploads/2026/07/checkbox-unchecked.svg")
}

.politic-check input[type="checkbox"]:checked + span:before,
.politic-check input[type="checkbox"]:checked + label:before {
	background-image: url("/wp-content/uploads/2026/07/checkbox-checked.svg")
}

.politic-check__text {
	max-width: calc(100% - 34px);
	width: 100%;
	font-size: 12px;
	text-align: left;
}

.politic-check .wpcf7-list-item-label {
	font-size: 0;
	line-height: 1;
}

@media only screen and (max-width: 710px) {

	.politic-check input[type="checkbox"] + span:before,
	.politic-check input[type="checkbox"] + label:before {
		margin-right: 8px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

	.politic-check__text {
		max-width: calc(100% - 28px);
		font-size: 10px;
	}
}

/* Contact form 7 setting */

.wpcf7-spinner {
    display: none;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

.button-main {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    height: 55px;    
    text-decoration: none;
    text-align: center;
    outline: 0;
    cursor: pointer;
    text-indent: 0;
    box-sizing: border-box;
    border-radius: 27px;
}

.button-main__blue {
    background: var(--bk-dark);
}

.button-main__black {
    background: var(--main-color);
}

.button-main a {
    width: 100%;
    position: relative;
    transition: all .45s ease-Out;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 24px 30px;
    line-height: 1;
}

.button-main__big {
    height: 70px;
    border-radius: 35px;
}

.button-main__big a {
    font-size: 20px;
    padding: 35px 50px;
}

#increase {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;  
    position: absolute;
    transition: all .5s ease-Out;
    top: 27px;
    left: calc(100% / 2);
}

.button-main .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}

.button-main__blue #increase {
    background: var(--main-color);
}

.button-main__black #increase {
    background: var(--bk-dark);
}

.button-main:hover a {
    color: #fff;
}

.button-main:hover #increase {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

.button-main__white:hover {
    border: 1px solid var(--main-color);
}

.button-main:hover .flare {
    display: none;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

section {
	padding: 90px 0 100px;
}

.container-big {
	margin: 0 auto;
	padding-right: 60px;
    padding-left: 60px;
	max-width: 2000px;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding-right: 30px;
    padding-left: 30px;
	max-width: 1500px;
	width: 100%;
}

.single-container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 860px;
    width: 100%;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    position: relative;
}

/* Logo */

.site-branding {
    display: block;
    max-width: 330px;
    width: 100%;
}

.logo {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    line-height: 0;
}

.logo img {
    max-width: 100px;
    width: 100%;
    margin-right: 15px;
}

.logo__text {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 115px);
    width: 100%;
}

.logo__name {
    font-family: 'Myriad Pro';
    color: #000;
    font-size: calc(var(--main-text-size) + 14px);
    line-height: 1.0;
    margin-bottom: 10px;
    font-weight: normal;
}

.logo__name span {
    font-family: 'Myriad Pro';
    font-weight: bold;
    color: var(--main-color);
}

.logo__description {
    font-size: 12px;
    line-height: 1.0;
    color: var(--black-text);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Contacts */

.header-contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 30px;
}

.header-contacts img {
    max-width: 30px;
    width: 100%;
    margin-right: 20px;
}

.header-contacts__text {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 50px);
    width: 100%;
}

.header-contacts__tel {
    display: inline-block;
    font-size: calc(var(--main-text-size) + 2px);
    color: var(--head-color);
    margin-bottom: 5px;
}

.header-contacts__tel:hover, .header-contacts__tel:active {
    color: var(--main-color);
}

.header-contacts__mail {
    display: inline-block;
    font-size: calc(var(--main-text-size) - 4px);
    color: var(--bk-dark);
}

.header-contacts__mail:hover, .header-contacts__mail:active {
    color: var(--main-color);
}

/*--------------------------------------------------------------
Single header
--------------------------------------------------------------*/

/* Breadcrumbs */

.breadcrumbs {   
    padding: 1em 0;    
    background: var(--bk-dark);
}

.breadcrumbs-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: calc(var(--main-text-size) - 2px);
    color: var(--white-text);
}

.breadcrumbs-container a {
    color: #fff;
}

.breadcrumbs-container a:hover, .breadcrumbs-container a:active {
    color: var(--main-color);
}

/* Headliner */

.single-head h1 {
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
}



/*--------------------------------------------------------------
Popup block
--------------------------------------------------------------*/

.popup-form {
    max-width: 500px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.popup-form .popup-form-text {
    font-size: var(--main-text-size);
    margin-top: -10px;
    margin-bottom: 30px;
}

.popup-form2 {
    max-width: 650px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.popup-form2-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popup-form2-block {
    max-width: calc(50% - 15px);
    width: 100%;
}

.popup-form2-block textarea {
    height: 190px;
}

.popup-form h2, .popup-form2 h2 {
    margin-top: 0;
}

.popup-form input[type="submit"] {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.header-navigation {
    margin: 0 auto 0 calc(var(--main-text-size) * 7);
}

.main-navigation-toggle {
	display: none;
}

.main-navigation-menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu li {
	float: left;
}

.main-navigation-menu a {
    display: block;
    padding: 0.6em 0.9em;
    font-size: var(--main-text-size);
    font-weight: normal;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited,
.main-navigation-menu ul a {
	color: var(--head-color);
	text-decoration: none;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
	color: var(--main-color);
}

.main-navigation-menu > .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 18px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu ul {
	position: absolute;
	z-index: 99;
	display: none;
    padding: 0;
	margin: 0;
	border: 0;
    border-radius: 20px;
    background: var(--bk-dark); 
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu ul li {
	position: relative;
	float: none;
}

.main-navigation-menu ul a {
	padding: 0.9em 1.2em;
    min-width: 300px;
    min-width: 16rem;
    font-size: var(--main-text-size);
    border-radius: 20px;
	color: #fff !important;
	text-transform: inherit !important; 
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.main-navigation-menu ul ul a {
	padding: 0.9em 1.2em;
    min-width: 250px;
    min-width: 16rem;
    font-size: var(--main-text-size);
}

.main-navigation-menu ul a:hover,
.main-navigation-menu ul a:active, 
.main-navigation-menu ul a:hover .sub-menu li a:after {
	background: var(--main-color);
	color: var(--head-color);
}

.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.3em 0 0 0.5em;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 18px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}

.main-navigation-menu ul .menu-item-has-children > a:hover:after, .main-navigation-menu ul li.current-menu-item > a:after {
	text-decoration: none;
}

.main-navigation-menu li.current-menu-item>a {
    color: var(--main-color) !important;
}

.main-navigation-menu ul li.current-menu-item>a {
    background: var(--main-color);
    color: #fff !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding: 130px 0 80px;
    background: var(--bk-dark);
}

.footer-main__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -50px;
}

.footer-main__block {
    display: block;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 50px;
}

.footer-main__block h2 {
    font-size: calc(var(--main-text-size) + 6px);
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

.footer-main__block:last-child {
    margin-right: 0;
}

.footer-main__navigation ul li {
    font-size: var(--main-text-size);
    margin-bottom: 15px;
}

.footer-main__navigation ul li a {
    color: var(--white-text); 
}

.footer-main__navigation ul li a:hover, .footer-main__navigation ul li a:active {
    color: var(--main-color); 
}

.footer-main__one {
    max-width: 200px;
}

.footer-main__two {
    max-width: 250px;
}

.footer-main__three {
    max-width: 370px;
}

.footer-main__four {
    max-width: 320px;
}

/* Portfolio footer */

.footer-portfolio {
    margin-bottom: -30px;
}

.footer-portfolio__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-portfolio__img {
    max-width: 80px;
    width: 100%;
    margin-right: 20px;
    border-radius: 15px;
    overflow: hidden;
    line-height: 0;
}


.footer-portfolio__img img {
    width: 100%;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    margin: 0;
}

.footer-portfolio__img:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.footer-portfolio__info {
    max-width: calc(100% - 100px);
    width: 100%;
}

.footer-portfolio__info h3 {
    font-family: 'Open Sans';
    margin: 0;
    font-size: var(--main-text-size);
    margin-bottom: 10px;
}

.footer-portfolio__info a {
    color: #fff;
}

.footer-portfolio__info a:hover, .footer-portfolio__info a:active {
    color: var(--main-color);
}

.footer-portfolio__meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-portfolio__meta span {
    font-size: calc(var(--main-text-size) - 4px);   
    color: var(--white-text);
}

.footer-portfolio__year {
    margin-right: 20px;
}

.footer-portfolio__meta span:before {
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    color: var(--main-color);
    vertical-align: middle;
    font: normal calc(var(--main-text-size) + 2px) 'Genericons';
    -webkit-font-smoothing: antialiased;
}

.footer-portfolio__year:before {
    content: '\f307';
}

.footer-portfolio__price:before {
    content: '\f302';
}

/* Contact footer */

.footer-contact {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: var(--main-text-size);
    color: #fff !important;
    margin-bottom: 20px;
    position: relative;
}

.footer-contact:last-child {
    margin-bottom: 0;
}

.footer-contact::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
    margin-right: 20px;
    border-radius: 10px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-contact__tel::before  {
    background-image: url("/wp-content/uploads/2026/07/telephone.svg");
}

.footer-contact__mail::before  {
    background-image: url("/wp-content/uploads/2026/07/email.svg");
}

.footer-contact__max::before  {
    background-image: url("/wp-content/uploads/2026/07/max.svg");
}

.footer-contact__telegram::before  {
    background-image: url("/wp-content/uploads/2026/07/telegram.svg");
}

.footer-contact:hover, .footer-contact:active {
    color: var(--main-color) !important;
}

/* Footer bottom */

.footer-bottom {
    display: flex;
    justify-content: flex-start;
    margin-top: 90px;
}

.footer-bottom__block {
    display: block;
    max-width: 650px;
    width: 100%;
}

.footer-bottom__block p {
    font-size: 14px;
    color: #c1c1c1;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/

/* Meta tags */

.entry-meta {
    text-align: center;
}

.entry-meta .meta-date,
.entry-meta .meta-category {
	margin-right: 1.5em;
    font-size: var(--main-text-size);
}

.entry-meta a:link,
.entry-meta a:visited {
	color: var(--black-text);
}

.entry-meta a:hover,
.entry-meta a:active {
	color: var(--main-color);
}

.entry-meta span:before {
	display: inline-block;
	margin-right: 0.3em;
	color: var(--main-color);
	vertical-align: middle;
    font: normal calc(var(--main-text-size) + 2px) 'Genericons';
	-webkit-font-smoothing: antialiased;
}

.entry-meta .meta-date:before{
	content: '\f307';
}

.entry-meta .meta-category:before{
	content: '\f301';
}

/* Img header single */

.img-single__container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.img-single__container img {
    border-radius: 20px;
}

/* Number list */

.type-spisok-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 20px;
}

.type-spisok-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    color: #fff;
    font-size: var(--main-text-size);
    font-weight: bold;
    border-radius: 50%;
    background: var(--main-color);
}

.type-spisok-text {
    margin-top: 5px;
    width: calc(100% - 50px);
}

.type-spisok-block h4 {
	margin: 0;
    margin-top: -6px;
    margin-bottom: 15px;
}

/* List Block */

.entry-content ol, .entry-content ul {
    margin: 30px 0;
}

.entry-content ol {
    list-style-type: none;
    counter-reset:  item;
}

.entry-content ul li, .entry-content ol li {
	position: relative;
	margin-bottom: 15px;
	color: var(--black-text);
	font-size: var(--main-text-size);
	padding-left: 50px;
}

.entry-content ol li::before {
    content: counter(item) '.';
    counter-increment: item;
    position: absolute;
    left: 15px;
    top: -2px;
    color: var(--main-color);
    font-size: calc(var(--main-text-size) + 4px);
    font-weight: bold;
}

.entry-content ul li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	color: var(--main-color);
	font: normal 40px 'Genericons';
	content: '\f431';
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
}

.entry-content .list-checkbox li:before {
    content: '\f418';
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.entry-content .list-close li:before {
    content: '\f405';
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.entry-content .list-warning li:before {
    top: 0;
    content: '\f414';
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* Table style */

.wp-block-table 

.has-fixed-layout {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

.wp-block-table thead {
    border-bottom: 0;
}

.has-fixed-layout thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}

.has-fixed-layout thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}

.has-fixed-layout thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}

.has-fixed-layout tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}

.has-fixed-layout tbody tr:nth-child(even){
	background: #f3f3f3;
}

.has-fixed-layout tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}

.has-fixed-layout tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.entry-content {
    padding-top: 60px;
}

.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Page head
--------------------------------------------- */

.page-head h1 {
    margin: 0;
    font-size: calc((var(--main-text-size) + 2px) * 2);
    text-align: center;
}


/* Theme Pagination
--------------------------------------------- */

.pagination {
	text-align: center;
    margin-top: 50px;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0.7em 1.1em;
	background: var(--bk-dark);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Montserrat', Verdana, Arial;
    border-radius: 4px;
}

.pagination a:link,
.pagination a:visited {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
	border-color: var(--main-color);
	background: var(--main-color);
	color: #fff;
}

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

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

/* Preview news */

.news-privew {
    padding-top: 0;
}

.news-privew__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.news-privew__block {
    display: flex;
    flex-direction: column;
    max-width: calc(50% - 15px);
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative; 
    z-index: 0;
}

.news-privew__block:nth-child(2n) {
    margin-right: 0;
}

.news-privew__img {
    display: block;
    width: 100%;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-privew__img img {
    width: 100%;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    margin: 0;
}

.news-privew__block:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news-privew__meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.news-privew__meta span, .news-privew__meta a {
    font-size: var(--main-text-size);
    text-transform: uppercase;
    color: #333;
    margin-right: 15px;
}

.news-privew__meta a:hover, .news-privew__meta a:active {
    color: var(--main-color);
}

.news-privew__date {
    border-right: 1px solid var(--border-color);
    padding-right: 15px;
}

.news-privew__block h3 {
    font-size: calc(var(--main-text-size) + 10px);
    margin: 0;
}

.news-privew__block h3 a {
    color: var(--head-color);
}

.news-privew__block h3 a:hover, .news-privew__block h3 a:active {
    color: var(--main-color);
}

/** News button more **/

.news-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/* Preview portfolio
--------------------------------------------- */

.portfolio-privew {
    padding-top: 0;
}

.portfolio-privew__content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.portfolio-privew__block {
    display: flex;
    flex-direction: column;
    max-width: calc(33.33% - 20px);
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative; 
    z-index: 0;
}

.portfolio-privew__block:nth-child(3n) {
    margin-right: 0;
}

.portfolio-privew__img {
    display: block;
    width: 100%;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-privew__img img {
    width: 100%;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    margin: 0;
}

.portfolio-privew__block:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.portfolio-privew__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: calc(100% - 40px);
    width: 100%;
    min-height: 180px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 25px;
}

.portfolio-privew__sevice p {
    font-size: calc(var(--main-text-size) - 2px);
    margin-bottom: 12px;
}

.portfolio-privew__sevice p a {
    color: var(--black-text);
}

.portfolio-privew__sevice p a:hover, .portfolio-privew__sevice p a:active {
    color: var(--main-color);
}

.portfolio-privew__info h3 {
    font-size: calc(var(--main-text-size) + 6px);
    margin: 0;
}

.portfolio-privew__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-privew__meta span {
    font-size: calc(var(--main-text-size) - 2px);
    margin-right: 15px;
}

.portfolio-privew__meta span:before {
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    color: var(--main-color);
    vertical-align: middle;
    font: normal calc(var(--main-text-size) + 6px) 'Genericons';
    -webkit-font-smoothing: antialiased;
}

.portfolio-privew__year:before {
    content: '\f307';
}

.portfolio-privew__price:before {
    content: '\f302';
}

.portfolio-privew__link {
    display: inline-block;
    color: var(--main-color);
    text-decoration: none;
    font-size: calc(var(--main-text-size) - 2px);
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.portfolio-privew__link:after {
    content: '\f429';
    display: inline-block;
    text-align: left;
    margin-right: -7px;
    margin-left: 7px;
    color: var(--main-color);
    vertical-align: middle;
    margin-top: -4px;
    font: normal 30px 'Genericons';
    -webkit-font-smoothing: antialiased;
	 -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.portfolio-privew__link:hover, .portfolio-privew__link:hover::after, .portfolio-privew__link:focus, .portfolio-privew__link:focus::after, .portfolio-privew__link:active, .portfolio-privew__link:active::after {
	color: var(--head-text-color) !important;
}

/** Home button more **/

.portfolio-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* Portfolio single
--------------------------------------------- */

/* Portfolio info */

.portfolio-info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-info__img, .portfolio-info__content {
    max-width: calc(50% - 35px);
    width: 100%;
}

.portfolio-info__img img {
    border-radius: 20px;
}

.portfolio-info__content {
    margin-left: 70px;
}

.portfolio-info__content h1 {
    margin: 0;
    margin-bottom: 50px;
    font-size: calc(var(--main-text-size) * 3);
}

.portfolio-info__meta {
    font-size: calc(var(--main-text-size) + 2px);
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.portfolio-info__meta:before {
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    color: var(--main-color);
    vertical-align: middle;
    font: normal calc(var(--main-text-size) + 6px) 'Genericons';
    -webkit-font-smoothing: antialiased;
}

.portfolio-info__year:before {
    content: '\f307';
}

.portfolio-info__price:before {
    content: '\f302';
}

/* Portfolio column */

.portfolio-column__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.portfolio-column__block {
    max-width: calc(50% - 35px);
    width: 100%;
    margin-right: 70px;
}

.portfolio-column__block:last-child {
    margin-right: 0;
}

.portfolio-column__block ul {
    margin: 0;
}

/* Portfolio more */

.portfolio-more__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.portfolio-more__block {
    display: flex;
    flex-direction: column;
    max-width: calc(33% - 20px);
    width: 100%;
    margin-right: 30px;
}

.portfolio-more__block:last-child {
    margin-right: 0;
}

.portfolio-more__img {
    display: block;
    width: 100%;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio-more__img img {
    width: 100%;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    margin: 0;
}

.portfolio-more__img:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.portfolio-more__block h3 {
    color: var(--head-color);
    font-size: calc(var(--main-text-size) + 6px);
    margin: 0;
    margin-bottom: 20px;
}

.portfolio-more__link {
    display: inline-block;
    color: var(--black-text) !important;
    text-decoration: none;
    font-size: var(--main-text-size);
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
}

.portfolio-more__link:after {
    content: '\f429';
    display: inline-block;
    text-align: left;
    margin-right: -7px;
    margin-left: 7px;
    color: var(--main-color);
    vertical-align: middle;
    margin-top: -5px;
    font: normal 34px 'Genericons';
    -webkit-font-smoothing: antialiased;
	 -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.portfolio-more__link:hover, .portfolio-more__link:focus, .portfolio-more__link:active {
	color: var(--main-color) !important;
}


/*--------------------------------------------------------------
# Landing elements
--------------------------------------------------------------*/

/* Section elements */

.section-bottom {
    padding-bottom: 50px;
}

/* Headliner
--------------------------------------------- */

.landing-head {
    margin-bottom: 50px;
}

.landing-head h2 {
    font-size: calc((var(--main-text-size) + 2px) * 2);
    text-align: center;
    margin: 0;
}

.landing-head p {
    max-width: 800px;
    text-align: center;
    margin: 25px auto 0 auto;
}

.landing-head p strong {
    color: var(--main-color);
}

.landing-head p span {
    font-size: 12px;
}

/* Slider
--------------------------------------------- */

.landing-page {
    background: var(--bk-light);
}

.slider__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100vh - 110px);
    min-height: 750px;
    max-height: 900px;
    position: relative;
    z-index: 0;
}

.slider__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
    width: 100%;
}

.slider__content h1 {
    font-size: calc(var(--main-text-size) * 3);
    margin: 0;
    margin-bottom: 40px;
}

.slider__content h1 span {
    color: var(--main-color);
    font-weight: 800;
}

.slider__content .button-main {
    height: 80px;
    border-radius: 40px;
}

.slider__content .button-main a {
    font-size: 20px;
    padding: 30px 50px;
}

.slider__adventages {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -50px;
    margin-top: 60px;
}

.slider__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 270px;
    width: 100%;
    margin-right: 60px;
    margin-bottom: 50px;
}

.slider__block:nth-child(2n) {
    margin-right: 0px;
}

.slider__block img {
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
}

.slider__block p {
    display: inline-block;
    max-width: calc(100% - 80px);
    width: 100%;
    margin-bottom: 0;
}

.slider__image {
    position: absolute;
    border-radius: 20px;
}

.slider__image_1  {
    bottom: 100px;
    right: 0;
    z-index: -2;
    animation: goleba2 8s infinite
}

.slider__image_2  {
    bottom: 60px;
    right: 18%;
    z-index: -1;
    outline: 20px solid var(--bk-light);
    animation: goleba 9s infinite
}

.slider__image_3  {
    max-width: 490px;
    bottom: 100px;
    right: 0;
    z-index: -1;
    animation: goleba2 8s infinite
}

/** Slider animation **/

@keyframes goleba {
    0% {
        -webkit-transform: translateY(0px) rotate(-1.5deg);
        transform: translateY(0px) rotate(-1.5deg)
    }

    50% {
        -webkit-transform: translateY(20px) rotate(-3deg);
        transform: translateY(20px) rotate(-3deg)
    }

    100% {
        -webkit-transform: translateY(0px) rotate(-1.5deg);
        transform: translateY(0px) rotate(-1.5deg)
    }
}

@keyframes goleba2 {
    0% {
        -webkit-transform: translateY(0px) rotate(1deg);
        transform: translateY(0px) rotate(1deg)
    }

    50% {
        -webkit-transform: translateY(-20px) rotate(2.5deg);
        transform: translateY(-20px) rotate(2.5deg)
    }

    100% {
        -webkit-transform: translateY(0px) rotate(1deg);
        transform: translateY(0px) rotate(1deg)
    }
}

@keyframes fade-in-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Adventages
--------------------------------------------- */

.adventages__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -30px;
}

.adventages__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: calc(25% - 22.5px);
    width: 100%;
    border-radius: 20px;
    background: var(--bk-dark);
    padding: 40px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.adventages__block:last-child {
    margin-right: 0;
}

.adventages__num {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin-bottom: 20px;
}

.adventages__block h3 {

    font-size: calc(var(--main-text-size) + 8px);
    color: #fff;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 20px;
}

.adventages__block p {
    color: #cecece;
    margin-bottom: 0;
}

/* Calculator
--------------------------------------------- */

.calc-container {
    max-width: 1060px;
}

/** Calculator progress **/

.progress-bar {
  display: flex;
  margin: 40px 0;
  user-select: none;
}

.progress-bar__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20%;
  width: 100%;
  text-align: center;
  position: relative;
}

.progress-bar__step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.progress-bar__bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  transition: 0.2s;
  background: #fff;
  z-index: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
}

.progress-bar__bullet.active {
  border-color: var(--main-color);
  background: var(--main-color);
}

.progress-bar__bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.progress-bar__bullet.active span {
  display: none;
}

.progress-bar__bullet:before,
.progress-bar__bullet:after{
  position: absolute;
  content: '';
  bottom: 11px;
  right: calc(-50% + 25px);
  height: 3px;
  width: calc(100% - 50px);
  background: #262626;
  z-index: -1;
}

.progress-bar__bullet.active:after{
  background: var(--main-color);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}

.progress-bar__step:last-child .progress-bar__bullet:before,
.progress-bar__step:last-child .progress-bar__bullet:after{
  display: none;
}

.progress-bar__step p.active{
  color: var(--main-color);
  transition: 0.2s linear;
}

.progress-bar__step .check{
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}

.progress-bar__step .check.active{
  display: block;
  color: #fff;
}

/** Calculator pages **/

.calc-form {
    width: 100%;
    overflow: hidden;
}

.calc-form__container {
    display: flex;
    width: 500%;
}

.calc-form__page {
    width: 20%;
    transition: margin-left 0.3s ease-in-out;
}

.calc-form__title {
    text-align: left;
    font-size: calc(var(--main-text-size) + 10px);
    font-weight: bold;
    margin: 0;
    margin-bottom: 35px;
}

.calc-form__price {
    text-align: left;
    font-size: calc(var(--main-text-size) * 3);
    font-weight: bold;
    color: var(--main-color);
    margin-top: -20px;
}

.calc-form__field {
    width: 100%;
}

/** Calculator inputs **/

.calc-form__radio {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.calc-form__radio input[type=radio] {
	display: none;
}

.calc-form__radio label {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	font-size: calc(var(--main-text-size) + 2px);
	text-transform: uppercase;
	text-align: left;
    line-height: 1.0;
	padding: 25px 30px 25px 60px;
	border-radius: 20px;
	user-select: none;
	background: var(--bk-dark);
	color: #fff;
}

.calc-form__radio label:before {
	content: '';
	position: absolute;
	display: block;
	left: 25px;
	top: 23px;
	width: 22px;
	height: 22px;
	border: 6px solid #fff;
	border-radius: 50%;
	box-sizing: border-box
}

.calc-form__radio input[type=radio]:checked + label {
	background: var(--main-color);
}

.calc-form__radio label:hover {
	color: #fff;
	background: var(--main-color);
}

.calc-form__radio input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.calc-form__field input[type="number"] {
    padding: 21px 26px;
    max-width: 100%;
    width: 100%;
    border: 4px solid var(--bk-black);
    line-height: 1.0;
    color: #fff;
    font-size: calc(var(--main-text-size) + 2px);
    text-transform: uppercase;
    outline: 0;
    border-radius: 20px;
    margin: 0;
    background: var(--bk-dark);
    appearance: none;
    -webkit-appearance: none;
}

.calc-form__field input[type="number"]:focus {
    border-color: var(--main-color);
}

.calc-form__error {
    text-align: left;
    font-size: var(--main-text-size);
    color: red;
}

.calc-form__message {
    background: var(--bk-light);
    font-size: var(--main-text-size);
    padding: 25px 30px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.calc-form__message:after {
	content: '\f414';
	display: inline-block;
    position: absolute;
    right: 30px;
    top: -25px;
	color: var(--main-color);;
	vertical-align: middle;
	font: normal 55px 'Genericons';
	-webkit-font-smoothing: antialiased;
}

.calc-form__message ul li {
	position: relative;
	margin-bottom: 10px;
	color: var(--black-text);
	font-size: var(--main-text-size);
	padding-left: 50px;
}

.calc-form__message ul li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	color: var(--main-color);
	font: normal 40px 'Genericons';
	content: '\f431';
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
}

.calc-form__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc-form__first {
  justify-content: flex-end;
}

.calc-form__button {
    text-decoration: none;
    font-size: var(--main-text-size);
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    display: inline-block;
    padding: 9px 30px;
    line-height: 1;
    border: 0;
    border-radius: 35px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}

.calc-form__next {
  color: var(--main-color);
}

.calc-form__next:after {
    content: '\f429';
    display: inline-block;
    text-align: left;
    margin: -5px -7px 0 7px;
    vertical-align: middle;
    font: bold 36px 'Genericons';
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.calc-form__prev {
  color: #666;
}

.calc-form__prev:before {
    content: '\f429';
    display: inline-block;
    text-align: left;
    margin: -3px 7px 0 -7px;
    vertical-align: middle;
    font: bold 36px 'Genericons';
    transform: rotate(180deg);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.calc-form__button:hover, .calc-form__button:active, .calc-form__button:focus {
  color: #fff;
  background: var(--main-color);
}

/* About company
--------------------------------------------- */

.about-den__fon {
    width: 100%;
    background-image: url(/wp-content/uploads/2026/07/Fon-o-brigade.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.about-den__shadow {
    background: rgba(245,245,245, .85);
    padding: 100px 110px;
}

.about-den__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-den__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 590px;
    width: 100%;
    margin-right: 50px;
}

.about-den__content h2 {
    text-align: left;
}

.about-den__content p {
    margin-bottom: 0;
}

.about-den__content .button-main {
    margin-top: 50px;
}

.about-den__img {
    max-width: 480px;
    width: 100%; 
}

.about-den__img img {
    border-radius: 20px;
    animation: goleba2 12s infinite;
}

/* Service block
--------------------------------------------- */

.service__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -30px;
}

.service__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: calc(33.33% - 20px);
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    padding: 40px;
}

.service__block:last-child {
    margin-right: 0;
}

.service__block img {
    max-width: 180px;
    width: 100%;
    margin-bottom: 15px;
}

.service__block h3 {
    font-size: calc(var(--main-text-size) + 10px);
    margin: 0;
    margin-bottom: 20px;
}

.service__block p {
    font-size: calc(var(--main-text-size) - 2px);
    margin-bottom: 25px;
}

.service__square {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 800;
    color: var(--head-color);
    margin-bottom: 15px;
    margin-top: auto;
}

.service__price {
    font-size: calc(var(--main-text-size) * 2);
    line-height: 1.0;
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 15px;
}

.service__block .button-main {
    width: 100%;
    margin-bottom: 20px;
}

.service__term {
    font-size: var(--main-text-size);
    color: var(--black-text);
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service__button {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: var(--main-text-size);
    color: var(--main-color);
    text-decoration: dotted;
}

/* Contact Form */

.zayavka__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: var(--bk-dark);
    padding: 80px 70px;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}

.zayavka__block h2 {
    font-size: calc(var(--main-text-size) * 2);
    max-width: 840px;
    width: 100%;
    color: #fff;
    margin: 0;
}

.zayavka__contacts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
}

.zayavka__contacts .button-main {
    margin-right: 60px;
}

.zayavka__tel {
    display: inline-block;
    line-height: calc(var(--main-text-size) + 6px);
    color: #fff;
    font-size: calc(var(--main-text-size) + 6px);
}

.zayavka__tel:hover, .zayavka__tel:active {
    color: var(--main-color);
}

.zayavka__tel:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: -2px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/07/telephone.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.zayavka__img {
    max-width: 330px;
    position: absolute;
    top: 80px;
    right: 80px;
    animation: rotation 10s infinite;
    z-index: -1;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

/* FAQ
--------------------------------------------- */

.faq__container {
    display: flex;
	text-align: center;
    justify-content: space-between;
    margin-bottom: -30px;
}

.faq__block {
    max-width: calc(50% - 15px);
	width: 100%;
}

.faq__spoiler {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.faq__spoiler h6 {
    font-family: 'Open Sans', sans-serif;
    color: var(--head-color);
    margin: 0;
    font-size: calc(var(--main-text-size) + 6px);
    font-weight: 800;
    width: calc(100% - 30px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.faq__spoiler h6:hover, .faq__spoiler h6:focus, .faq__spoiler label:hover, .faq__spoiler label:focus {
    cursor: pointer !important; 
    color: var(--main-color);
}

.faq__spoiler > input + label:after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    font-family: monospace;
    color: var(--head-color);
}

.faq__spoiler > input:checked + label:after {
    content: "-";
}

.faq__spoiler > input {
    display: none;
}

.faq__spoiler > input + label , .faq__spoiler > .faq__spoiler-body {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--main-text-size);
}

.faq__spoiler > input + label + .faq__spoiler-body {
    display: none;
}

.faq__spoiler > input:checked + label + .faq__spoiler-body {
    display: block;
    padding-top: 30px;
    text-align: left;
}

.faq__spoiler > .faq__spoiler-body {
    border-top: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeinbottom;
    animation-name: fadeinbottom;
}

@keyframes fadeinbottom {	
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1.0;
		transform: translateY(0px);
	}
}

/* About service
--------------------------------------------- */

.about-service__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-service__img {
    max-width: 460px;
    width: 100%;
    margin-right: 60px;
    overflow: hidden;
    border-radius: 20px;
    line-height: 0;
}

.about-service__img img {
    width: 100%;
}

.about-service__content {
    max-width: calc(100% - 520px);
    width: 100%;
}

.about-service__content .landing-head h2 {
    text-align: left;
}

.about-service .entry-content {
    padding: 0;
}

/* Service table
--------------------------------------------- */

.table-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 20px 0;
}

.table-scrollable table {
    min-width: 800px;
}

.table-scrollable::-webkit-scrollbar {
    height: 20px;
}

.table-scrollable::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    background-color: #77AEDB;
    border-radius: 10px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.table-scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #337AB7;
}

.table-scrollable.scrollable:not(.dragging) {
    cursor: grab;
}

.table-scrollable.scrollable.dragging {
    cursor: grabbing;
    user-select: none;
}

.table-drag-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    opacity: 0;
    width: 60px;
    height: 60px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 20;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23337AB7' viewBox='0 0 64 64'%3e%3cpath d='M58.9,29.6c-2.8-2.1-6.8-1.9-9.4,0.3c-1.1,0.9-2,2.1-3,3.2c-0.5,0.6-1,1.1-1.5,1.7c0-6.2,0-12.5,0-18.7 c0-1.8,0.1-3.5-1.1-5.1c-2.5-3.3-7.9-3.2-10.1,0.3c-1,1.5-0.8,3.2-0.8,4.9c0,1.8,0,3.6,0,5.4c-2-0.5-4.3,0-5.7,1.8 c-0.4,0.5-0.6,0.9-0.8,1.5c-0.6-0.2-1.1-0.3-1.7-0.3c-2.4,0-4.2,1.4-4.9,3.4c-2-0.6-4.3-0.2-5.8,1.5c-1.6,1.8-1.2,4.3-1.2,6.5c0,1.2,0,2.4,0,3.7c0,4.1-0.6,8.8,1.7,12.5c1,1.6,1.9,3.2,3.1,4.6c2.1,2.4,5.2,3.6,8.3,3.7c1.8,0,3.6,0,5.4,0c2,0,4,0.1,5.9-0.4 c4-1.2,6.9-4.7,9.5-7.8c4.3-5.1,8.6-10.2,12.8-15.3C61.5,34.5,61.4,31.5,58.9,29.6z M57,33.9c0,0.1,0,0.3-0.2,0.4 c-2.8,3.2-5.7,6.5-8.5,9.8c-0.7,0.8-1.4,1.7-2.1,2.5c-2,2.4-4,5.1-6.4,7.2c-1.7,1.5-3.4,2.6-5.8,2.7c-1.4,0-2.7,0-4.1,0 c-3.6,0-7.6,0.5-9.9-2.9c-0.8-1.2-1.6-2.3-2.3-3.5c-1-1.6-1.1-3.2-1.1-4.9c0-1.9,0-3.9,0-5.8c0-2-0.2-4.1-0.1-6.1 c0-0.3,0.1-0.7,0.3-1c0.4-0.6,1.2-0.7,1.7-0.2c0.5,0.4,0.6,1.1,0.6,1.7c0,0.9,0,1.7,0,2.6c0,2.6,4,2.6,4,0c0-1.8,0-3.5,0-5.3 c0-1,0.1-2.3,1.4-2.3c1,0,1.3,0.6,1.4,1.3c0,0.6,0,1.2,0,1.9c0,1.5,0,3,0,4.5c0,2.6,4,2.6,4,0c0-1.6,0.1-3.2,0.1-4.8 c0-1.6-0.1-3.2,0-4.7c0.1-1.6,2.6-1.8,2.9-0.3c0,3.3,0,6.5,0.1,9.8c0,2.6,4,2.6,4,0c0-1.7,0-3.5,0-5.2c0-4.4-0.1-8.7-0.1-13.1 c0-1.1,0-2.2,0-3.3c0-1.9,2.4-2.7,3.7-1.3c0.6,0.7,0.4,2.2,0.4,3c0,4.6,0,9.2,0,13.9c0,2.2,0,4.4,0,6.5c0,1.1,0,2.2,0,3.3 c0,1.3,1.2,2.3,2.5,2.1c0.8-0.2,1.3-0.9,1.9-1.5c1.7-1.9,3.4-3.9,5.1-5.8c0.8-0.9,1.6-2,2.9-2.4c0.7-0.2,1.5-0.2,2.2,0 C56,32.8,56.9,33.3,57,33.9z'/%3e%3cpath d='M20.2,18.8c0.7-0.8,0.8-2,0-2.8c-0.7-0.7-1.4-1.4-2.1-2.1c3,0,6,0,9,0c0.7,0,1.3,0,2,0c2.6,0,2.6-4,0-4 c-3.6,0-7.3,0-10.9,0c0.7-0.7,1.4-1.4,2.1-2.1C21,7,21,5.7,20.2,4.9c-0.9-0.9-2.1-0.6-3,0.2c-1.4,1.3-2.7,2.7-4,4 c-0.9,0.9-2.4,2-1.8,3.5c0.6,1.3,1.8,2.2,2.8,3.1c1.1,1,2.1,2.1,3.2,3.1C18.1,19.5,19.5,19.6,20.2,18.8z'/%3e%3c/svg%3e");
    animation: drag-indicator 3s infinite;
    transition: opacity 0.4s;
}

@keyframes drag-indicator {
    0%, 50%, 100% {
        transform: translateX(0);
    }
    25%, 75% {
        transform: translateX(-12px);
    }
}

.table-scrollable.hide-indicator .table-drag-indicator {
    opacity: 0 !important;
}

.table-scrollable.scrollable .table-drag-indicator {
    opacity: 0.8;
}

.table-service__buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.table-button {
    display: inline-block;
    font-size: calc(var(--main-text-size) + 2px);
    padding: 5px 0;
    border-bottom: 1px dotted var(--main-color);
    margin-right: 40px;
}

.table-button:hover, .table-button:active {
    color: var(--black-text);
    border-bottom: 1px dotted var(--black-text);
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1700px) {

    :root {
        --main-text-size: 16px;
    }

    /*------ Layouts ------*/

    .container-big {
        padding-right: 30px;
        padding-left: 30px;
    }

    .container {
		max-width: 1340px;
	}

    /*------ Navigation ------*/

    .header-navigation {
        margin: 0 auto;
    }

    /*------  Portfolio ------*/

    /* Preview portfolio */
    
    .portfolio-privew__info {
        padding: 20px;
    }

    .portfolio-privew__sevice p {
        font-size: 16px;
    }

    .portfolio-privew__meta span {
        font-size: 13px;
        margin-right: 10px;
    }

    .portfolio-privew__meta span:before {
        margin-right: 6px;
        font: normal calc(var(--main-text-size) + 2px) 'Genericons';
    }

    .portfolio-privew__link:after {
        margin-left: 5px;
        margin-top: -4px;
        font: normal 26px 'Genericons';
    }

    /*------ Landing elements ------*/

    /* Slider */

    .slider__container {
        min-height: 600px;
        max-height: 750px;
    }

    .slider__content h1 {
        font-size: 46px;
        margin: 0;
        margin-bottom: 40px;
    }

    .slider__image_1, .slider__image_2 {
        max-width: 280px;
    }

    .slider__image_3 {
        max-width: 350px;
        bottom: 80px;
    }

    .slider__image_1 {
        bottom: 60px;
    }

    /* About company */

    .about-den__img {
        max-width: 380px;
    }

}

@media only screen and (max-width: 1300px) {



    /*------ Typography ------*/
	
	h1 {
		margin-bottom: 26px;
		margin-top: 60px;
	}

	h2 {
		margin-bottom: 26px;
		margin-top: 36px;
	}

	h3 {
		margin-bottom: 22px;
		margin-top: 32px;
	}

	h4 {
		margin-bottom: 18px;
		margin-top: 28px;
	}

	h5 {
		margin-bottom: 18px;
		margin-top: 23px;
	}

	h6 {
		margin-bottom: 10px;
		margin-top: 16px;
	}

    /*------  Layouts ------*/

    section {
        padding: 80px 0 90px;
    }

     /*------ Header ------*/
 
    .site-header .button-main {
        display: none;
    }

    /*------  Portfolio ------*/

    /* Preview portfolio */

    .portfolio-privew__info {
        min-height: 210px;
    }

    .portfolio-privew__meta span {
        font-size: 14px;
        margin-right: 30px;
    }

    .portfolio-privew__price {
         margin-right: 0px;
    }

    .portfolio-privew__link {
        font-size: 14px;
        margin-top: 15px;
    }

    .portfolio-privew__meta {
        flex-wrap: wrap;
    }

    /*------ Landing elements ------*/

    /* Section elements */

    .section-bottom {
        padding-bottom: 40px;
    }

    /* Slider */

    .slider__container {
        height: auto;
        min-height: auto;
        max-height: none;
        padding: 80px 0 100px;
    }

    .slider__content {
        max-width: 700px;
    }

    /* About company */

    .about-den__img {
        max-width: 300px;
    }

    /* Contact Form */

    .zayavka__img {
        max-width: 230px;
    }

    /* FAQ */

    .faq__spoiler {
        padding: 20px 25px;
        margin-bottom: 25px;
    }

    /* About service */

    .about-service__img {
        max-width: 400px;
        margin-right: 40px;
    }

    .about-service__content {
        max-width: calc(100% - 440px);
    }

    /* Service table */



}


@media only screen and (max-width: 1100px) {

    /*------ Header ------*/

    .site-branding {
        order: 1;
        margin-right: auto;
    }

    .header-contacts {
        order: 2;
    }

    /*------ Navigation ------*/
	
    .header-navigation {
        margin: 0;
        margin-left: 30px;
        order: 3
    }

    .main-navigation-menu li {
        width: 100%;
        position: static
    }

    .navigation-contacts {
        display: inline;
    }

    .main-navigation-menu ul li.current-menu-item>a {
        color: var(--main-color) !important;
        background: 0 0 !important;
        border-radius: 18px
    }

    .main-navigation-menu ul,.mega-menu-item .mega-menu-content,.mega-menu-item .mega-menu-content .mega-menu-widget {
        position: static;
        top: auto;
        left: auto;
        display: block;
        box-shadow: none
    }

    .main-navigation-menu ul a {
        float: none;
        width: auto;
        padding: .9em 1em
    }

    .main-navigation-menu ul a:hover,.main-navigation-menu ul a:active,.main-navigation-menu ul a:hover {
        width: calc(100% - 30px);
        color: var(--main-color) !important;
        background: 0 0 !important
    }

    .main-navigation-menu ul a,.main-navigation-menu ul ul a {
        padding: .9em 1em
    }

    .main-navigation-menu li ul ul {
        top: auto;
        left: auto;
        margin: 0
    }

    .main-navigation-menu>.menu-item-has-children>a:after,.main-navigation-menu ul .menu-item-has-children>a:after {
        display: none
    }

    .main-navigation-toggle {
        display: block;
        margin: .95em 0;
        padding: 0;
        border: none;
        border-radius: 0;
        color: var(--main-color);
        background: 0 0
    }

    .main-navigation-toggle:hover, .main-navigation-toggle:focus, .main-navigation-toggle:active {
        color: var(--head-color);
        background: 0 0;
        cursor: pointer;
    }

    .main-navigation-menu a:link, .main-navigation-menu a:visited, .main-navigation-menu ul a {
        color: #fff;
    }

    .main-navigation-toggle:after {
        float: right;
        content: '\f419';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 40px;
        border-radius: 0;
        border: none;
        border-radius: 0;
        font-family: 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .main-navigation-menu {
        display: none;
        width: 100%;
        min-width: 280px;
        position: absolute;
        left: 0;
        top: 115px;
        z-index: 99999;
        padding-top: 0;
        width: 100%;
        border-top: 0;  
        background: var(--bk-dark);
        border-radius: 15px;
        overflow: hidden;
    }

    .main-navigation-menu li {
        margin: 0
    }

    .main-navigation-menu a {
        display: block;
        clear: left;
        padding: 1.0em 1.5em;
        text-transform: none;
    }

    .main-navigation-menu ul {
        float: none;
        padding: 0;
        width: 100%
    }

    .main-navigation-menu ul ul {
        border: none
    }

    .main-navigation-menu ul a {
        display: block;
        padding-left: 3em;
        width: 100%
    }

    .main-navigation-menu ul li ul a {
        padding-left: 4em
    }

    .main-navigation-menu ul li ul li ul a {
        padding-left: 6em
    }

    .main-navigation-menu ul li ul li ul li ul a {
        padding-left: 8em
    }

    .main-navigation-menu .submenu-dropdown-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        border: none;
        padding: .8em .9em;
        color: #fff;
        background: var(--main-color);
        border-radius: 15px;
    }

    .main-navigation-menu ul {
        background: 0 0
    }

    .main-navigation-menu .submenu-dropdown-toggle:hover {
        background: var(--main-color);
        cursor: pointer
    }

    .main-navigation-menu .submenu-dropdown-toggle:before {
        content: '\f431';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 28px;
        font-family: 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .main-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432'
    }

    .main-navigation-menu ul .submenu-dropdown-toggle:before {
        font-size: 28px
    }

    /*------ Footer ------*/

    .footer {
        padding: 100px 0 60px;
    }

    .footer-main__container {
        flex-wrap: wrap;
    }

    .footer-main__block {
        max-width: calc(50% - 15px) !important;
    }

    .footer-main__block:nth-child(2n) {
        margin-right: 0 !important;
    }

    /*------ Portfolio ------*/

    /* Preview portfolio */

    .portfolio-privew__block {
        max-width: calc(50% - 15px);
    }

    .portfolio-privew__block:nth-child(3n) {
        margin-right: 30px;
    }

    .portfolio-privew__block:nth-child(2n) {
        margin-right: 0;
    }

    /*------ Landing elements ------*/

    /* Slider */

    .slider__image_1, .slider__image_2 {
        max-width: 190px;
    }

    .slider__image_3 {
        max-width: 280px;
    }

    /* Adventages */

    .adventages__content {
        flex-wrap: wrap;
    }

    .adventages__block {
        max-width: calc(50% - 15px);
        margin-right: 30px;
    }

    .adventages__block:nth-child(2n) {
        margin-right: 0;
    }

    /* About company */

    .about-den__shadow {
        padding: 80px 50px;
    }

    /* Service block */

    .service__block {
        padding: 30px;
    }

    /* Contact Form */

    .zayavka__block {
        padding: 70px 50px;
    }

    /* About service */

    .about-service__img {
        display: none;
    }

    .about-service__content {
        max-width: 100%;
    }


}

@media only screen and (max-width: 990px) {

    /*------ Footer ------*/

    /*------ Landing elements ------*/

    /* Slider */

    .slider__image_1, .slider__image_2, .slider__image_3 {
        display: none;
    }

    /* Service block */

    .service__container {
        flex-wrap: wrap;
    }

    .service__block {
        max-width: 100%;
        margin-right: 0px;
        padding: 40px;
    }

}

@media only screen and (max-width: 760px) {

    /*------ Typography ------*/
	
	h1 {
		margin-bottom: 24px;
		margin-top: 50px;
	}

	h2 {
		margin-bottom: 24px;
		margin-top: 32px;
	}

	h3 {
		margin-bottom: 20px;
		margin-top: 30px;
	}

	h4 {
		margin-bottom: 16px;
		margin-top: 26px;
	}

	h5 {
		margin-bottom: 16px;
		margin-top: 21px;
	}

	h6 {
		margin-bottom: 8px;
		margin-top: 15px;
	}

    /*------ Header ------*/

    .site-header__content {
        flex-wrap: wrap;
    }

    .site-branding {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    /*------ Navigation ------*/

    .main-navigation-menu {
        top: 210px;
    }

    /*------ Portfolio ------*/

    /* Portfolio single */

    .portfolio-info__container, .portfolio-column__container, .portfolio-more__container {
        flex-direction: column;
    }

    .portfolio-info__img, .portfolio-info__content, .portfolio-column__block, .portfolio-more__block {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
    }

    .portfolio-info__img {
        margin-bottom: 50px;
    }

    .portfolio-info__content {
        margin-left: 0;
    }  

    .portfolio-column__block ul {
        margin-bottom: 10px;
    }

    .portfolio-more__container {
        margin-bottom: -50px;
    }

    .portfolio-more__block {
        margin-bottom: 50px;
    }

    /*------ News ------*/

    /* Preview news  */

    .news-privew__block {
        max-width: 100%;
        margin-right: 0px;
    }

    /*------ Landing elements ------*/

    /* Slider */

    .portfolio-privew__block {
        max-width: 100%;
        margin-right: 0 !important;
    }

    .slider__adventages {
        margin-bottom: -30px;
    }

    .slider__block {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .slider__content .button-main {
        height: 70px;
        border-radius: 35px;
    }

    .slider__content .button-main a {
        font-size: 18px;
        padding: 31px 30px;
    }

    /* About company */

    .about-den__content {
        max-width: 100%;
        margin-right: 0;
    }

    .about-den__img {
        display: none;
    }

    .about-den__container {
        flex-wrap: wrap;
    }

    /* Contact Form */

    .zayavka__contacts {
        margin-top: 70px;
        flex-wrap: wrap;
    }

    .zayavka__contacts .zayavka__tel {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 600px) {

    /*------ Header ------*/

    .header-contacts__tel {
        font-size: 22px;
    }

    .header-contacts__mail {
        font-size: 16px;
    }

    /*------ Footer ------*/

    .footer-main__block {
        max-width: 100% !important;
    }

    /*------ Landing elements ------*/

    /* Adventages */

    .adventages__block {
        max-width: 100%;
        margin-right: 0px !important;
    }

    /* Calculator */

    .progress-bar__step p {
        font-size: 13px;
    }

    /* Contact Form */

    .zayavka__img {
        top: auto;
        bottom: 30px;
    }

    /* Service table */

    .table-service__buttons {
        flex-direction: column;
        margin-top: 30px;
    }

    .table-button {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 460px) {

    :root {
        --main-text-size: 14px;
    }

    .button-main__big a {
        font-size: 18px;
        padding: 26px 40px;
    }


    /*------ Footer ------*/

   .footer-portfolio__info h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    /*------ Landing elements ------*/

    /* Slider */

    .slider__content h1 {
        font-size: 34px;
    }

    /* Calculator */

    .calc {
        padding-bottom: 0 !important;
    }

    .progress-bar__step p {
        font-size: 12px;
    }

    /* About company */

    .about-den__shadow {
        padding: 50px 30px;
    }

    /* Contact Form */

    .zayavka__block {
        padding: 50px 30px;
    }

    .zayavka__img {
        display: none;
    }

    .zayavka__contacts .button-main {
        margin-right: 0;
    }

}

@media only screen and (max-width: 400px) {

    /*------ Header ------*/

    .header-contacts__tel {
        font-size: 18px;
    }

    .header-contacts__mail {
        font-size: 13px;
    }

    /*------ Landing elements ------*/

    /* Calculator */

    .progress-bar {
        display: none;
    }

}