/*!
Theme Name: belokna
Theme URI: http://underscores.me/
Author: WP dev.
Author URI: https://t.me/hello_wp
Description: glry ukrn / 2023
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: belokna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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


@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.woff2') format('woff2'),
        url('./fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Medium.woff2') format('woff2'),
        url('./fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('./fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




* {
    -webkit-overflow-scrolling: touch;
}
:root{
	--black: #1F1E1E;
	--grey: #434343;
	--main: #FD5B35;
	--green: #25D366;
	--gradient: radial-gradient(820.96% 87.13% at 28.12% 40.15%, #FF7F61 0%, #FD5B35 100%);
}

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


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}
table {
  border-collapse: collapse;
}
tr, td{
	padding: 10px;
	border: 1px solid #ddd;
}
blockquote.wp-block-quote {
    padding: 10px;
    border-left: 4px solid #ddd;
    margin: 10px 0;
    background: #eee;
}
blockquote.wp-block-quote p {
    padding: 10px;
    margin: 0;
}
/**
 * 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;
	-webkit-text-decoration: underline dotted;
	        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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #E9E9E9;
	border: 0;
	height: 1px;
	margin: 25px 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--main);
	text-decoration: none;
}


a:hover {
	color: var(--main);
}

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

/* Forms
--------------------------------------------- */

input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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


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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link, .custom-logo-link img {
	display: 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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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;
}
/*gutenberg */
.alignfull > div {
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.alignfull{
    width: 100vw;
    max-width: 100vw;
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.alignfull .wp-block-columns, .alignfull .wp-block-image {
    margin-bottom: 0;
}



/*comments*/

.post-img img {
    margin: auto;
    display: block;
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
article .content{
	font-size: 18px;
}
footer.comment-meta {
    background: none;
    color: #000;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer.comment-meta a {
    color: #000;
}
.comment-metadata > a {
    padding-right: 10px;
}
a.comment-reply-link, .form-submit input#submit {
    display: inline-block;
    background: #b02153;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.1px;
}
a.comment-reply-link{
    background: #8fa2e0;
    }
.comment-respond {
    margin-top: 50px;
    border-top: 1px solid #ddd;
}
.logged-in-as > a {
    color: #000;
    font-size: 20px;
}
.logged-in-as, .comment-reply-title{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comment {
    margin: 20px 0;
}
.comment-author.vcard img.avatar {
    margin-right: 10px;
}
textarea#comment {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 10px 0;
    height: 100px;
    outline: 0;
}
.comment-author.vcard, .comment-metadata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
form#commentform input {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 10px;
    display: block;
    outline: 0;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
input#wp-comment-cookies-consent {
    margin-right: 10px;
}
.post-img {
    margin-bottom: 30px;
}
.comment-body {
    background: #f5f5f5;
    padding: 10px;
}
.cat-name, .meta {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #717171;
}
.sep {
    width: 6px;
    height: 6px;
    background: #9e9e9e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px;
}




form#searchform {
    border: none;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background: #F2F2F2;
    overflow: hidden;
	max-width: 290px;
    width: 100%;
}
button#searchsubmit {
    background: transparent;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;

}
input#s {
    border: none;
  	width: 100%;
    padding: 14px 10px 12px;
    background: #F2F2F2;
    outline: none;
    width: 100%;
    min-width: 160px;
}


/*contact form 7*/

body .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    text-align: center;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.wpcf7 p {
    margin: 0;
}
span.ajax-loader {
    display: none !important;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], textarea {
    width: 100%;
    outline: none;
    padding: 15px 20px 14px 20px;
    min-height: 66px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
	border: 1px solid #E9E9E9;
	background: #F7F7F7;
}
input.wpcf7-submit {
    -webkit-border-radius: 10px;
            border-radius: 10px;
	background: var(--green);
	-webkit-box-shadow: -6px -3px 12px 0px rgba(255, 255, 255, 0.16) inset;
	        box-shadow: -6px -3px 12px 0px rgba(255, 255, 255, 0.16) inset;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
}
input[type="checkbox"] {
    width: auto;
}
.wpcf7 span.wpcf7-list-item {
    margin: 0 !important;
    color: #75758a;
	-webkit-touch-callout: none; 
	-webkit-user-select: none;   
	-moz-user-select: none;     
	-ms-user-select: none;    
	user-select: none; 
	cursor: pointer;
}
.cf7-accept {
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: auto;
}




.nav-links span, .nav-links a {
    padding: 4px 13px;
    display: block;
    min-width: 10px;
    background: var(--primary);
    margin: 10px;
    color: #000;
}
.nav-links span{
	background: #ddd;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}


.wp-block-embed__wrapper { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* burger menu */
.burger-menu {
    z-index: 3;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 24px;
    height: auto;
    padding: 15px 0;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.burger-menu span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    vertical-align: bottom;
    -webkit-transition: background .2s .2s;
    -o-transition: background .2s .2s;
    transition: background .2s .2s;
}
.burger-menu span:before {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.burger-menu span:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 24px;
    height: 3px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
}
.burger-menu span, .burger-menu span:before, .burger-menu span:after{
    background: #000;
}
body.menu--open .burger-menu span:after,  body.menu--open .burger-menu span:before{
     background: #000;
}

body.menu--open .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
            box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
}
.menu--open .burger-menu > span:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.menu--open .burger-menu > span:after, .menu--open .burger-menu > span:before{
    top: 0;
    transition: top .1s,-webkit-transform .1s .1s;
    -webkit-transition: top .1s,-webkit-transform .1s .1s;
    -o-transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .2s .2s;
    width: 24px;
    background: #000;
}
.menu--open .burger-menu > span {
    background: 0 0 !important;
}
.menu--open .burger-menu > span:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
/* burger menu end */

.site{
	padding-top: 200px;
	position: relative;
}
#wpadminbar{
	z-index: 99;
}
nav ul li a{
	display: block;
}
nav ul li{
	display: block;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
body.home .site{
	padding-top: 0;
}
body.menu--open{
	position: relative;
}
body.menu--open:before {
    content: '';
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 44%);
}
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
}
.site-header .time_work{
	white-space: nowrap;
}
.site-header nav ul li.menu-item-has-children:last-child > .sub-menu{
	right: 0;
}
.header_scrolled{
	background: #fff;
	-webkit-box-shadow: 0 6px 10px 0 rgb(22 22 22 / 8%);
	        box-shadow: 0 6px 10px 0 rgb(22 22 22 / 8%);
}
.header-top{
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.header-top{
	padding: 18px 0;
}

body.admin-bar .site-header{
	top: 32px;
}
.menu-item-has-children > .sub-menu a{
	font-size: 16px;
	text-transform: inherit;
	padding: 10px;
	color: var(--grey);
	font-weight: 500;
}
.menu-item-has-children > .sub-menu {
    display: none;
    max-width: 260px;
    width: 100%;
    padding: 10px;
    background: #fff;
    z-index: 2;
    position: absolute;
}
.menu-item-has-children > .sub-menu a{
	font-size: 14px;
}
.menu-item-has-children.active > a .submenu-arrow svg{
	-webkit-transform: scale(1,-1);
	    -ms-transform: scale(1,-1);
	        transform: scale(1,-1);
}
.menu-item-has-children > a .submenu-arrow{
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.submenu-arrow svg{
	height: 24px;
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.submenu-arrow {
    width: 24px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menu-item-has-children > .sub-menu li a{
	padding: 10px;
}
.menu-item-has-children > .sub-menu{
	position: absolute;
	background: #F7F7F7;
	border-top: 1px solid #E9E9E9;
	max-width: 100%;
	margin-top: -1px;
	padding: 0;
	max-width: 210px;
}
.menu-item-has-children a{
	position: relative;
	padding-right: 30px;
}
.header-menu {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	padding-top: 10px;
}
.header-menu nav a{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--black);
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-branding img{
	max-width: 150px;
	width: 100%;
}
.text-center{
	text-align: center;
}
.header-address{
	max-width: 180px;
	width: 100%;
}
.site-header{
	font-size: 14px;
}
.phone{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
	display: block;
	margin: 6px 0;
}
.callback:hover{
	border-bottom: 1px solid;
}
.callback{
	color: var(--main);
	border-bottom: 1px dashed;
	font-weight: 500;
}
.social-links a{
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.social-links a:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.nowrap{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.menu-title{
	font-size: 24px;
	font-weight: 600;
}
.header-menu-bottom{
	background: #F7F7F7;
	padding: 28px 15px;
	margin: 0 -15px -15px;
	line-height: 1;
}
.header-menu-bottom .time_work{
	white-space: initial;
}
.header-menu-bottom .menu-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.header-menu-bottom .phone{
	font-size: 16px;
	margin: 4px 0;
}
.header-menu-bottom br{
	display: none;
}
.footer-title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.site-footer .address br{
	display: none;
}
.site-footer .address-icon{
	display: none;
}
.site-footer{
	padding: 70px 0;
}
.map_way:hover{
	border-bottom: 1px solid;
}
.map_way{
	border-bottom: 1px dashed;
	display: inline;
}
.online_text{
	color: var(--green);
	font-size: 14px;
}
.btn:hover{
	color: #fff;
	background: var(--main);

}
.btn{
	padding: 22px 40px 20px 40px;
	display: inline-block;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 1px solid var(--main);
	font-size: 18px;
	color: var(--main);
	font-weight: 600;
	cursor: pointer;
}
.btn:hover svg path{
	fill: #fff;
}
.footer-info{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: #F7F7F7;
	padding: 25px;
}
.sertificate-symbol{
	width: 47px;
	height: 47px;
}
.sertificate-text{
	font-weight: 500;
}
.site-footer nav > ul{
	margin: -7px 0;
}
.site-footer nav li:hover a{
	color: var(--main);
}
.site-footer nav a{
	color: #aaa;
	padding: 7px 0;
}
.site-footer .footer-nav-3 a, .site-footer .footer-nav-4 a{
	color: var(--black);
}
.site-footer .footer-nav-4 a{
	padding: 8px 20px;
}
.site-footer .footer-nav-4{
	background: #F7F7F7;
	padding: 15px;
}
.copyright-text{
	font-size: 14px;
	color: #aaa;
}
.sale-btn{
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	background: #FF4747;
	padding: 15px 8px 12px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.sale-text{
	font-weight: 500;
}
h1{
	font-size: 56px;
}
h2 {
	font-size: 56px;
}
h2 em{
	display: inline-block;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	border: 1px solid;
	color: var(--main);
	padding: 0 20px;
	font-style: normal;
}
section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.section-main h1{
	font-weight: normal;
}
.section-main .btn{
	-webkit-border-radius: 50px;
	        border-radius: 50px;
}
.section-main {
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
}
.section-main-container{
	max-width: 1240px;
	width: 100%;
	margin: auto;
}
.bg-1{
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	top: 0;
}
.btn-fill{
	background: var(--gradient);
	color: #fff;
}
.text-or{
	border-bottom: 1px dashed;
	color: #969696;
	font-size: 18px;
	display: inline-block;
}
.consultation{
	font-size: 18px;
	font-weight: 600;
	color: var(--grey);
}
.advn-item{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #FFF;
	background: rgb(239 239 239 / 36%);
	-webkit-backdrop-filter: blur(2.5px);
	        backdrop-filter: blur(2.5px);
	padding: 20px 25px;
	font-size: 18px;
	height: 100%;
}
.advn-item p{
	max-width: 200px;
}
.advn-list{
	margin-top: 100px;
}
.product-grid > div:nth-child(2){
	-ms-grid-row-span: 2;
	grid-row: 2 span;
}
.product-grid{
	display: -ms-grid;
	display: grid;
	grid-gap: 24px;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 80px;
}
.product-grid-title{
	font-size: 28px;
	font-weight: 500;
	max-width: 240px;
	width: 100%;
}
.product-grid-img{
	mix-blend-mode: darken;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.product-grid-img img {
    -o-object-fit: contain;
       object-fit: contain;
	-o-object-position: right bottom;
	   object-position: right bottom;
	display: block;
}
.product-grid-link{
	padding: 35px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: #F2F2F2;
	position: absolute;
	display: block;
	height: 100%;
	color: var(--black);
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.product-grid-price span{
	font-weight: 500;
	color: var(--black);
	display: block;
}
.product-grid-price{
	font-size: 18px;
	color: #9D9D9D;
}
.product-grid > div{
	padding-bottom: 90%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.product-grid > div:nth-child(2) .product-grid-img img{
	-o-object-position: center;
	   object-position: center;
	margin: auto;
}
.product-grid > div:nth-child(2) .product-grid-img{
	bottom: 50%;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	left: 0;
}
.product-grid > div:nth-child(2){
	padding-bottom: -webkit-calc(150% + 24px);
	padding-bottom: calc(150% + 24px);
}
.product-grid > div:nth-child(4),
.product-grid > div:nth-child(5){
	padding-bottom: 60%;
}
.product-grid-link:hover .btn-arrow{
	background: #FF633F;
}
.btn-arrow{
	width: 66px;
	height: 66px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: var(--main);
	position: absolute;
	bottom: 35px;
	right: 35px;
}
.bg-2{
	position: absolute;
	right: 0;
	top: -100px;
	z-index: -1;
}
.quiz-item-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.quiz-item-img{
	position: relative;
	padding-bottom: 60%;
}
.quiz-item-text{
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
}
.quiz-item-check svg{
	fill: #ccc;
}
.quiz-item-img .quiz-item-check{
	position: absolute;
	bottom: -25px;
	right: 10px;
}
.quiz-item-box{
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background: #F2F2F2;
	padding: 20px 10px 20px 20px;
	font-size: 18px;
	border: 2px solid transparent;
}
.quiz-item-check{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 4px solid #F7F7F7;
	background: #E9E9E9;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}
.quiz-label{
	cursor: pointer;
}
.quiz-label input[type="number"],
.quiz-label input[type="text"]{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	border: 1px solid #E9E9E9;
	background: #F2F2F2;
	height: 60px;
	padding: 15px 20px;
	max-width: 270px;
	width: 100%;
}
.quiz-label input[type="radio"]{
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.quiz-label input:checked + div .quiz-item-check svg{
	fill: #fff;
}
.quiz-label input:checked + div .quiz-item-check{
	background: var(--green);
}
.quiz-label input:checked + .quiz-item-box{
	border: 2px solid var(--green);
}
.quiz-title{
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 15px;
}
.slider-quiz-nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.slider-quiz-nav > div{
	cursor: pointer;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    min-width: 50px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.slider-quiz-prev {
    border: 1px solid #CDCDCD;
    -webkit-box-shadow: -6px -3px 12px 0px rgba(255, 255, 255, 0.16) inset;
            box-shadow: -6px -3px 12px 0px rgba(255, 255, 255, 0.16) inset;
    text-align: center;
}
.slider-quiz-current{
	background: var(--main);
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
}
.slider-quiz-count{
	font-size: 18px;
}
.quiz-img-window{
	max-width: 360px;
	width: 100%;
}
.quiz-bottom{
	border-top: 1px solid #E9E9E9;
	padding-top: 25px;
}
.quiz-container{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	border: 1px solid #E9E9E9;
	padding: 60px;
	background: #F7F7F7;
	height: 100%;
}
.quiz-progress > .active{
	background: var(--green);
}
.quiz-progress {
	width: 100%;
	margin: 15px -7px 50px;
}
.quiz-progress > span{
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: #E9E9E9;
	display: block;
	margin: 0 7px;
	height: 16px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.quiz-sidebar{
	background: #F2F2F2;
	-webkit-border-radius: 0 15px 15px 0;
	        border-radius: 0 15px 15px 0;
}
.quiz-main{
	background: #F2F2F2;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	position: relative;
}
.quiz-img-1{
	max-height: 485px;
	display: block;
	position: absolute;
    left: 0;
    top: 0;
}
.quiz-sidebar-title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}
.quiz-sidebar-inner{
	padding: 25px 30px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: #FFF;
	margin: auto 30px 30px 30px;
	position: relative;
	z-index: 1;
}
.quiz-sidebar-item p, .quiz-sidebar-item_sale p{
	max-width: 180px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.quiz-sidebar-item{
	padding: 20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: #F7F7F7;
	margin-bottom: 15px;
	position: relative;
	padding: 20px;
	min-height: 110px;
	overflow: hidden;
}
.quiz-img-blank, .quiz-img-sale {
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
}
.quiz-img-blank{
	max-width: 140px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.quiz-img-calc {
    max-width: 100px;
    right: 20px;
    position: absolute;
    bottom: 0;
}
.quiz-sidebar-item_sale{
	padding: 20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	background: var(--gradient);
	position: relative;
	padding: 20px;
	min-height: 110px;
	color: #fff;
	overflow: hidden;
}
.quiz-sidebar-name{
	font-size: 24px;
	font-weight: 600;
	color: var(--black);
}
.quiz-sidebar-name_info{
	position: absolute;
	font-size: 18px;
	color: #aaa;
	top: 90px;
    left: 190px;
}
.quiz-inner-title{
	font-size: 18px;
	margin-bottom: 15px;
	margin-bottom: 10px;
}
.quiz-last-slide{
	text-align: center;
}
.style-check input[type="checkbox"]:checked + div:after{
	content: '';
	position: absolute;
	background: url(./img/check.svg) center no-repeat;
	    width: 10px;
    height: 10px;
    display: block;
    left: 4px;
    background-size: contain;
    top: 4px;
}
.style-check input[type="checkbox"]:checked + div:before{
	background: var(--main);
	border: 2px solid var(--main);
}
.style-check input[type="checkbox"] + div:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #868686;
}

.style-check input[type="checkbox"] + div{
	position: relative;
	padding-left: 30px;
	display: block;
	cursor: pointer;
}
.style-check input[type="checkbox"]{
	position: absolute;
	z-index: -1;
	display: none;
}
.quiz-item-service_bottom-title{
	font-size: 34px;
	font-weight: 500;
	color: var(--black);
}
.quiz-item-service_bottom{
	padding: 25px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(32.5px);
	        backdrop-filter: blur(32.5px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
}
.quiz-item-service_title{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.quiz-item-service_subtitle{
	font-size: 16px;
	font-weight: 500;
	display: inline;
	border-bottom: 1px dashed var(--green);
	color: var(--green);
}
.quiz-item-service{
	padding: 35px 40px 100px;
	background: #f1f1f1;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 1;
	min-height: 390px;
}
.quiz-item-service ul{
	list-style: none;
	padding: 0;
	margin: 40px 0;
}
.quiz-item-service ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url(./img/checkbox.svg) center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.quiz-item-service ul li{
	position: relative;
	padding-left: 30px;
	margin: 15px 0;
}
.quiz-serv_bg{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	left: 0;
	top: 0;
}
.quiz-label input:disabled{
	cursor: no-drop;
}
.quiz-label input:checked + .quiz-social_whatsapp{
	background: var(--green);
	color: #fff;
}
.quiz-label input:checked + .quiz-social_viber{
	background: #7F4DA0;
	color: #fff;
}
.quiz-label input:checked + .quiz-social_telegram{
	background: #08C;
	color: #fff;
}
.quiz-label input:checked + .quiz-social_call{
	background: var(--main);
	color: #fff;
}
.quiz-social_whatsapp{
	border: 1px solid var(--green);
}
.quiz-social_viber{
	border: 1px solid #7F4DA0;
}
.quiz-social_telegram{
	border: 1px solid #08C;
}
.quiz-social_call{
	border: 1px solid var(--main);
}
.quiz-social{
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px 9px 10px;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
}
.quiz-success_btn{
	background: var(--green);
	color: #fff;
	padding: 15px 25px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.bg-3{
	position: absolute;
	z-index: -1;
    left: 100%;
    top: 110px;
}
.overflow-h{
	overflow: hidden;
}
.overflow-x-h{
	overflow-x: hidden;
}
.info-window-name{
	font-weight: 600;
}
.info-window-size{
	font-size: 12px;
}
.info-window-inner a{
	color: var(--main);
	font-size: 14px;
}
.info-window-inner{
	padding: 10px 12px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: rgba(255, 255, 255, 0.36);
	-webkit-backdrop-filter: blur(2.5px);
	        backdrop-filter: blur(2.5px);
}
.info-window-cursor{
    margin: 0 auto -5px;
    display: block;
    -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
            transform: translateX(22px);
    z-index: 1;
    position: relative;
}
.info-window-1{
	position: absolute;
    left: 3vw;
    top: 120px;
}
.info-window-2{
	position: absolute;
	right: 8vw;
    top: 22vw;
}
.info-window-cursor-2 {
    position: absolute;
    left: -50px;
    z-index: 1;
    top: 13px;
}
.bg-img-faq{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.faq-title{
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.faq-text{
	display: none;
}
.faq-list{
	margin: 56px 0;
}
.faq-item.active .faq-arrow svg{
	-webkit-transform: scale(1,-1);
	    -ms-transform: scale(1,-1);
	        transform: scale(1,-1);
}
.faq-item.active{
	background: #F7F7F7;
}
.faq-item {
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding: 25px;
    border: 1px solid #E9E9E9;
    background: rgba(255, 255, 255, 0.30);
}
.faq-arrow svg{
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.faq-arrow{
	-webkit-border-radius: 55px;
	        border-radius: 55px;
	background: var(--main);
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.faq-text {
    margin-top: 20px;
}
.bg-form{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -2;
}
.form-inner{
	position: relative;
	z-index: 1;
	padding: 105px 76px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	overflow: hidden;
	font-size: 18px;
}
.bg-form-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    display: block;
    z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.form-subtitle{
	font-size: 34px;
}
.form-title{
	font-size: 60px;
	font-weight: 600;
}
.btn-whatsapp:hover{
	border: 1px solid var(--green);
	background: var(--green);
	opacity: 0.8;
	color: #fff;
}
.btn-whatsapp{
	background: var(--green);
	color: #fff;
	border: 1px solid var(--green);
	height: 66px;
    padding: 22px 40px 20px;
    display: inline-block;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
.reviews-sidebar-title:before{
	content: '';
	position: absolute;
	top: 4px;
	background: url(./img/checkbox.svg) center no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: -55px;
}
.reviews-sidebar{
	padding-left: 55px;
	font-size: 18px;
}
.reviews-sidebar-title{
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
}
.reviews-sidebar p:not(:last-child){
	margin-bottom: 20px;
}
.reviews-slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.reviews-slider > .slick-list > .slick-track > .slick-slide{
	padding: 50px 20px;
}

.reviews-slider > .slick-list > .slick-track > .slick-slide:not(.slick-current){
	opacity: 0.4;
}
.reviews-slider{
	width: 100vw;
}
.reviews-photo img{
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reviews-product{
	border-bottom: 1px dashed;
	color: #2F80ED;
	display: inline-block;
}
.reviews-photo{
	width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: -110px auto 20px;
    overflow: hidden;
    position: relative;
}
.reviews-item{
	padding: 62px 32px 32px 32px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	border: 1px solid #E9E9E9;
	background: #F7F7F7;
    -webkit-box-shadow: 0px 14px 18px 0 rgb(0 0 0 / 7%);
            box-shadow: 0px 14px 18px 0 rgb(0 0 0 / 7%);
    width: 432px;
}
.reviews-name{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.reviews-date{
	color: #aaa;
	margin-bottom: 15px;
}
.reviews-content {
    line-height: 1.5;
}
.reviews-quote_icon{
	float: left;
	margin-right: 10px;
}
.reviews-photo_title{
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0;
}
.reviews-product-check{
	color: var(--green);
}
.product-check{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: var(--green);
}
.reviews-gallery .slick-next{
	right: -10px;
}
.reviews-gallery .slick-prev{
	left: -10px;
}
.reviews-gallery > .slick-list > .slick-track{
	margin-left: 0;
}
.reviews-slider-dots .slick-dots li{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.reviews-slider-dots .slick-dots li button{
	width: 100%;
}
.reviews-slider-dots .slick-dots{
	position: initial;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
}
.reviews-sidebar-rank_num{
	font-size: 48px;
	font-weight: 600;
}
.reviews-sidebar-rank > div:nth-child(1){
	border-right: 1px solid #E9E9E9;
}
.reviews-sidebar-rank{
	font-size: 18px;
	color: var(--green);
	padding: 35px;
	border: 1px solid;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
}
.reviews-sidebar p{
	color: var(--black);
}
.reviews-archive .reviews-item{
	width: 100%;
}
.bg-img, .bg-img-2{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bg-img{
	-o-object-position: top center;
	   object-position: top center;
}
.bg-img-2{
	-o-object-position: bottom center;
	   object-position: bottom center;
}
.sertificate-text p{
	margin-bottom: 20px;
}
.sertificate-text strong{
	font-size: 20px;
}
.sertificate-text ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sertificate-text ul li strong{
	font-size: 18px;
}
.sertificate-text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	background: url(./img/checkbox.svg) center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;

}
.sertificate-text ul li{
	margin-bottom: 25px;
	position: relative;
	padding-left: 45px;
	line-height: 1.4;
}
.sertificate-info{
	padding: 25px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: #F7F7F7;
	font-size: 18px;
	color: #aaa;
	margin-top: 24px;
}
.sertificate-img, .sertificate-info{
	-webkit-box-shadow: 0px 15px 20px 0px rgb(22 22 22 / 12%);
	        box-shadow: 0px 15px 20px 0px rgb(22 22 22 / 12%);
}
.sertificate-name{
	font-weight: 500;
	color: var(--black);
}
.sertificate-slider .slick-prev, .sertificate-slider .slick-next{
	top: 40%;
}
.sertificate-slider {
	margin: -20px -30px;
}
.sertificate-slider .slick-slide{
	padding: 20px 15px 40px 15px;
}
.bg-sert{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.gradient-bottom{
	position: relative;
	z-index: 1;
}
.gradient-bottom:after{
	z-index: -1;
	content: '';
	height: 200px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(32%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
}
.gradient-top:before{
	content: '';
	height: 200px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.z-1{
	z-index: 1;
}
.tab-link{
	padding: 15px 25px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	margin: 10px;
	cursor: pointer;
	background: #F7F7F7;
}
.tab-nav{
	list-style: none;
	padding: 0;
	margin: 30px -10px 54px;
}
.tab-link.active{
	background: var(--main);
	color: #fff;
}
.tab-content{
	display: none;
}
.portfolio-time{
	color: #aaa;
}
.portfolio-name{
	font-size: 24px;
	font-weight: 600;
}
/*.portfolio-slider .slick-slide1 img{
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	left: 0;
	top: 0;
}*/
.portfolio-slider .slick-slide > div > div, .portfolio-slider .slick-slide > div {
    display: block !important;
    height: 100%;
}
.portfolio-slider .slick-track{
	height: 100% !important;
}
.portfolio-slider .slick-slide img{
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.portfolio-slider .slick-dots li {
	border: 1px solid transparent;
}
.portfolio-slider .slick-dots li.slick-active {
    padding: 3px;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 2px;
}
.portfolio-slider .slick-list{
	height: 100% !important;
}
.portfolio-slider .slick-dots li button{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.portfolio-slider .slick-dots{
	bottom: 20px;
}
.portfolio-slider{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.portfolio-gallery{
	padding-bottom: 90%;
	background: #ddd;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	margin-bottom: 20px;
}
.single-main-gallery{
	padding-bottom: 56%;
	background: #ddd;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	margin-bottom: 20px;
}
.portfolio-city{
	color: var(--green);
}
.tab-nav-value{
	background: #f7f7f7;
	padding: 22px 25px;
	color: var(--black);
	width: 100%;
	font-weight: 600;
	display: block;
}
.tab-nav-select{
	margin: 0;
	background: #f7f7f7;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	font-size: 16px;
	overflow: hidden;
}
.tab-nav-select-inner .tab-link{
	margin: 0;
	font-size: 16px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 15px 25px;
}
.tab-nav-select-inner{
	display: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.tab-nav-select.active .tab-arrow svg{
	-webkit-transform: scale(1,-1);
	    -ms-transform: scale(1,-1);
	        transform: scale(1,-1);
}
.tab-nav-select .tab-arrow svg{
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.tab-nav-list{
	overflow-x: auto;
    white-space: nowrap;
}
.popup-form-title {
    font-size: 34px;
    margin-bottom: 10px;
}
.popup-form-title em{
	font-style: normal;
	font-size: 16px;
	display: block;
	margin: 10px 0;
}
.popup-form-inner input.wpcf7-submit{
	background: var(--main);
	font-size: 16px;
}
.popup-form-inner{
	padding: 50px 45px;
	position: relative;
}
body [data-form] {
    -webkit-border-radius: 25px;
            border-radius: 25px;
    padding: 0;
    z-index: 1;
}
.fancybox-slide--html .fancybox-close-small{
	color: #CFCFCF !important;
}
.bg-img-popup{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}
.big-text{
	font-size: 60px;
}
.h-100{
	height: 100%;
}
#map{
	height: 500px;
	width: 100%;
	background: #ddd;
	position: relative;
}
.loader-svg{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    padding-left: 30px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}
.bg-img-map{
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: 0;
}
.hidden{
	display: none;
}
.show-more-porfolio{
	width: 100%;
}
.bg-img-404, .bg-img-results, .bg-img-contacts{
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom center;
	   object-position: bottom center;
}
.error404 .site{
	min-height: 100vh;
}
.error404 .site-footer{
	display: none;
}
.error404-inner{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: rgba(242, 243, 247, 1);
	padding: 90px 60px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.40);
}
.title-404, .title-404-2{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--black);
}
.text-404{
	font-size: 24px;
	font-weight: 500;
	color: var(--main);
	margin: 10px 0;
}
.bg-img-decor_5{
	margin-top: -260px;
    margin-left: auto;
    display: block;
}
.bg-img-decor_6{
	position: absolute;
	right: 0;
	top: -350px;
	z-index: -1;
}
.bg-img-decor_7{
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: -1;
}
.bg-img-decor_8{
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 0;
}
.bg-img-decor_3{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 30vw;
}
.bg-img-decor_4{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
    width: 25vw;
}
.img-not_found{
	max-width: 250px;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
.text-noresults{
	font-size: 34px;
	font-weight: 600;
}
.search-results p{
	font-size: 24px;
	color: #aaa;
}
.title-search{
	font-size: 24px;
	font-weight: 600;
}
.title-search span{
	font-weight: normal;
}
.reviews-slider-page > .slick-list > .slick-track > .slick-slide{
	padding: 50px 20px;
}
.reviews-slider-page > .slick-next{
	right: -10px;
}
.reviews-slider-page > .slick-prev{
	left: -10px;
}
.reviews-slider-page > .slick-arrow{
	width: 60px;
	height: 60px;
}
.reviews-slider-page{
	padding: 0 40px;
	width: 100vw;
}
.section-reviews{
	padding-bottom: 190px;
}
.reviews-slider-page-nav > div{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 70px;
	        border-radius: 70px;
	background: rgba(0, 0, 0, 0.15);
	-webkit-backdrop-filter: blur(2.7px);
	        backdrop-filter: blur(2.7px);
	position: absolute;
	cursor: pointer;
}
.reviews-slider-page-nav{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}
.reviews-slider-page-prev{
	left: -20px;
}
.reviews-slider-page-next{
	right: -20px;
}
.section-reviews .reviews-slider-dots {
    max-width: 900px;
    margin: auto;
}
.wincalc-type-selector-one{
	width: 133px;
	padding: 18px 10px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: #F7F7F7;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
	border: 2px solid #F7F7F7;
}
.wincalc-type-selector-one-selected{
	border: 2px solid var(--main);
	color: var(--main);
}
.wincalc-type-selector {
    overflow-x: auto;
}
.wincalc-material-selector label{
	display: block;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.wincalc-material-selector input:checked + label{
	-webkit-box-shadow: 0 0 0 5px rgba(0, 122, 255, 0.35);
	        box-shadow: 0 0 0 5px rgba(0, 122, 255, 0.35);
}
.wincalc-material-selector input{
	position: absolute;
	display: none;
	z-index: -2;
}
.wincalc-type2-selector{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: #F2F2F2;
	position: relative;
	z-index: 2;
}
.wincalc-type2-selector-options li:hover{
	color: var(--main);
	cursor: pointer;
}
.wincalc-type2-selector-options li{
	list-style: none;
	padding: 4px 20px
}
.wincalc-type2-selector-options .selected{
	color: var(--main);
}
.wincalc-type2-selector-options{
	display: none;
	position: absolute;
	left: 0;
    right: 0;
    background: #f2f2f2;
    top: 100%;
    -webkit-border-radius: 0 0 15px 15px;
            border-radius: 0 0 15px 15px;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.choice-type2:hover{
	color: var(--black);
}
.choice-type2{
	display: block;
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
	padding: 15px 20px;
}
.title-choice{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.wincalc-options{
	padding: 25px 15px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	border: 1px solid #E9E9E9;
}
.icon-cart {
    width: 35px;
    height: 35px;
    background: rgba(253, 91, 53, 0.15);
    -webkit-border-radius: 7px;
            border-radius: 7px;
    margin-right: 10px;
}
.add_services{
	padding-bottom: 15px;
	border-bottom: 1px solid #E9E9E9;
}	
.wincalc-options-name{
	font-size: 18px;
	font-weight: 500;
	color: var(--black);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.wincalc-options label{
	color: var(--main);
	font-size: 16px;
	font-weight: normal;
}
.total-price{
	font-size: 56px;
	font-weight: 700;
}
.wincalc-price{
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: rgba(247, 247, 247, 0.50);
	padding: 32px;
}
.size-text{
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #f7f7f7;
}


.ui-widget.ui-widget-content {
    border: 1px solid #E9E9E9;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.wincalc-vertical-slider{
	position: absolute;
	top: 0;
	left: 0;
}

.wincalc-vertical-slider-ui > .ui-slider-handle, 
.wincalc-horisontal-slider-ui > .ui-slider-handle {
    background: var(--main) url(./img/slider-arrow.svg) center no-repeat;
    border: 7px solid #fff;
    width: 50px;
    height: 50px;
    margin-left: -3px;
    cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    -webkit-box-shadow: 0px 8px 10px 0 rgb(0 0 0 / 14%);
            box-shadow: 0px 8px 10px 0 rgb(0 0 0 / 14%);
    outline: none;
}
.wincalc-vertical-slider-ui .ui-slider-handle{
	margin-left: -25px;
	-webkit-transform: translateY(25px) rotate(90deg);
	    -ms-transform: translateY(25px) rotate(90deg);
	        transform: translateY(25px) rotate(90deg);
	-webkit-box-shadow: 8px 0 10px 0 rgb(0 0 0 / 14%);
	        box-shadow: 8px 0 10px 0 rgb(0 0 0 / 14%);

}
.wincalc-horisontal-slider-ui .ui-slider-handle{
	margin-top: -25px;
	-webkit-transform: translateX(-25px);
	    -ms-transform: translateX(-25px);
	        transform: translateX(-25px);
}
.wincalc-vertical-slider-ui {
    width: 0px;
   	height: 600px !important;
    position: relative;
    margin-left: 46px;
}
.wincalc-horisontal-slider {
	position: absolute;
    left: 0;
    right: 0;
    top: 700px;
    width: -webkit-calc(100% - 100px) !important;
    width: calc(100% - 100px) !important;
    margin-left: 50px;
}
.wincalc-horisontal-slider-min, .wincalc-horisontal-slider-max {
    top: -20px;
}

.wincalc-horisontal-slider-min, .wincalc-horisontal-slider-max, 
.wincalc-vertical-slider-max, .wincalc-vertical-slider-min {
    position: absolute;
    font-size: 9pt;
    color: #bbb;
}

.wincalc-vertical-slider-counter, .wincalc-horisontal-slider-counter {
    position: absolute;
    font-size: 16px;
    z-index: 4;
    width: 60px;
    text-align: center;
    margin-left: -35px;
    margin-top: -44px;
}
.opacity-0{
	opacity: 0;
}
.wincalc-vertical-slider-counter {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: -10px 0px 0px -26px;
}
.wincalc-main-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
}
.gallery-window-content.active{
	display: block;
}
.gallery-window-content{
	display: none;
	height: 100%;
}
.gallery-tabs{
	padding: 0 0 80px 80px;
}
.gallery-window-content img{
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(5,1fr);
    margin-top: 130px;
    grid-gap: 35px;
    margin-left: -40px;
}
.gallery-thumb{
	height: 620px;
}
.advn2-thumb{
	width: 200px;
	height: 120px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	-webkit-border-radius: 200px;
	        border-radius: 200px;
}
.advn2-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
}
.advn2-title{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
}
.advn2-item{
	font-size: 18px;
	margin-bottom: 40px;
	position: relative;
}
.advn2-icon img{
	width: 100%;
	height: 100%;
}
.advn2-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bg-img-advn{
	position: absolute;
	z-index: -1;
	top: 40px;
	right: 0;
	height: 100%;
	width: 70%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.little-text{
	color: #aaa;
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 35px;
}
.formcallback-inner .cf7-accept{
	max-width: 100%;
	text-align: left;
}
.formcallback-inner{
	padding: 37px 25px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background: rgba(255, 255, 255, 0.60);
	-webkit-backdrop-filter: blur(8.5px);
	        backdrop-filter: blur(8.5px);
	-webkit-box-shadow: 0 0 70px 0px rgb(0 0 0 / 10%);
	        box-shadow: 0 0 70px 0px rgb(0 0 0 / 10%);
	margin-top: 60px;
}
.formcallback-text{
	font-size: 24px;
}
.bg-img-form{
	position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.section-formcallback{
	padding: 190px 0;
}
.info-guard-title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}
.info-guard{
	padding: 30px;
	-webkit-border-radius: 22px;
	        border-radius: 22px;
	background: rgba(255, 255, 255, 0.41);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	max-width: 472px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.contants-title{
	font-size: 48px;
	margin-bottom: 18px;
}
.contants-subtitle{
	font-size: 34px;
}
.text-right{
	text-align: right;
}
.contacts-item-title{
	font-size: 34px;
	font-weight: 600;
}
.contacts-item{
	padding: 60px 40px;
	background: #F7F7F7;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 18px;
	margin-bottom: 30px;
}
.contacts-item-inner{
	max-width: 425px;
	width: 100%;
}
.contacts-item-img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.contacts-item-subtitle{
	font-size: 16px;
	color: #aaa;
}
.contacts-item p:not(:last-child){
	margin-bottom: 25px;
}
.contacts-item-2 p:not(:last-child){
	margin-bottom: 25px;
}
.contacts-item-2{
	padding: 70px;
	font-size: 24px;
	background: #F7F7F7;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	position: relative;
	z-index: 1;
}
.contacts-form{
	max-width: 616px;
	width: 100%;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	background: #F7F7F7;
	padding: 50px;
}
.contacts-form input.wpcf7-submit{
	background: var(--main);
}
.contacts-form input.wpcf7-form-control{
	border: 1px solid var(--main);
}
.contacts-messengers{
	max-width: 616px;
	width: 100%;
	padding-left: 50px;
	margin-top: 50px;
	margin-left: auto;
}
.contacts-messengers-link svg{
	width: 48px;
	height: 48px;
}
.content p:not(:last-child){
	margin-bottom: 15px;
}
.content ol li,
.content ul li{
	margin-bottom: 10px;
}
.content {
    line-height: 1.5;
}





/*min-width*/
@media screen and (min-width: 768px){
	/*.menu-item-has-children:hover > .sub-menu {
	    display: block;
	}
	.menu-item-has-children:hover > a .submenu-arrow svg{
		transform: scale(1,-1);
	}*/

	.header_scrolled.scroll_down .header-top{
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
		height: 0;
		overflow: hidden;
		padding: 0;
	}
}








/*max-width*/
@media screen and (max-width: 1400px){
	.header-address br{
		display: none;
	}
	.bg-1{
		height: 100%;
	}
	.product-grid-img img {
	    max-width: 21vw;
	}
	.quiz-container{
		padding: 30px;
	}
	.quiz-sidebar-inner {
	    margin: auto 20px 30px 20px;
	}
	.quiz-sidebar-name{
		font-size: 18px;
	}
	.form-title {
	    font-size: 50px;
	}
	.contacts-item-img{
		opacity: 0.4;
	}
	
}

@media screen and (max-width: 1300px){
	.info-window-1, .info-window-2{
		display: none;
	}
}

@media screen and (max-width: 1199px){
	
	.product-grid-img{
		width: 100%;
	    height: 100%;
	    opacity: 0.7;
	}
	.product-grid-img img {
	    width: 100%;
	    height: 100%;
	    max-width: 140px;
	    margin-left: auto;
	}
	.btn-arrow{
		width: 48px;
		height: 48px;
		right: 20px;
		bottom: 20px;
	}
	.quiz-title{
		font-size: 30px;
	}
	.form-inner {
	    padding: 55px 46px;
	}
	.formcallback-text{
		font-size: 20px;
	}
	.contacts-form{
		padding: 35px;
	}
	.contacts-item-title{
		font-size: 28px;
	}
	
}

@media screen and (max-width: 991px){
	h1{
	    font-size: 44px;
	}
	h2{
		font-size: 40px;
	}
	.section-main{
		overflow-x: hidden;
	}
	.advn-list{
	    width: 100vw;
	    margin-top: 60px;
	}
	.advn-item{
		width: 270px;
	}
	.product-grid-link {
	    padding: 20px;
	}
	.product-grid-title {
	    font-size: 18px;
	}
	.product-grid{
		margin-top: 60px;
	}
	.quiz-container{
		padding: 30px;
	}
	.quiz-img-window {
	    max-height: 130px;
	    width: auto;
	}
	.quiz-item-box {
	    padding: 10px 10px 10px 20px;
	}
	.quiz-item-service_title{
		font-size: 22px;
	}
	.form-title {
	    font-size: 40px;
	}
	.bg-form-2 {
		margin: 0;
	    max-width: 380px;
	    width: 100%;
	    height: 240px;
	    -o-object-fit: contain;
	       object-fit: contain;
    	-o-object-position: bottom right;
    	   object-position: bottom right;
	}
	.big-text{
		font-size: 40px;
	}
	.bg-img-advn{
		width: 100%;
		height: auto;
    	top: 180px;
	}
	.advn2-wrap{
		margin-top: -webkit-calc(55vw + 50px);
		margin-top: calc(55vw + 50px);
	}
	.formcallback-text{
		font-size: 18px;
	}
	.section-formcallback {
	    padding: 30px 0;
	}
	.formcallback-inner{
		margin-top: 25vw;
	}
	.bg-img-form{
		max-height: 420px;
		top: 20px;
	}
	.bg-img-decor_8 {
	    bottom: -80px;
	    max-width: 340px;
	    width: 100%;
	}
	.info-guard-title{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.info-guard-img{
		max-width: 50px;
		width: 100%;
	}
	.info-guard{
		bottom: auto;
		top: -webkit-calc(60vw + 120px);
		top: calc(60vw + 120px);
		font-size: 12px;
		padding: 12px 10px;
		max-width: 308px;
	}
	.contacts-item-2{
		padding: 35px;
	}
	.contacts-form{
		padding: 35px 25px;
	}
	.contants-title{
		font-size: 30px;
	}
	.contants-subtitle{
		font-size: 18px;
	}
	.contacts-messengers {
	    padding-left: 35px;
	    margin-left: 0;
	}
}

@media screen and (max-width: 782px){
	body.admin-bar header.site-header{
		top: 46px;
	}
}


@media screen and (max-width: 767px){
	.site-header{
		z-index: 99;
	}
	.site-header form#searchform.active {
		visibility: visible;
	    z-index: 1;
	    opacity: 1;
	    -webkit-transform: translateY(20px);
	        -ms-transform: translateY(20px);
	            transform: translateY(20px);
	}
	.site-header form#searchform {
	    position: absolute;
	    left: 0;
	    right: 0;
	    max-width: 100%;
	    visibility: hidden;
	    z-index: -1;
	    opacity: 0;
	    -webkit-transform: translateY(-100%);
	        -ms-transform: translateY(-100%);
	            transform: translateY(-100%);
	    -webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	}
	body.menu--open .header-menu{
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
		visibility: visible;
		z-index: 99;
	}
	.header-menu{
		position: fixed;
		top: 0;
		opacity: 0;
		right: 0;
		visibility: hidden;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		background: #fff;
		max-width: 320px;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 15px;
	}
	.header-menu ul li:last-child a{
		border-bottom: none;
	}
	.header-menu nav a{
		padding: 15px 0;
		border-bottom: 1px solid #E9E9E9;
	}
	
	.menu-item-has-children > .sub-menu{
		position: relative;
		max-width: 100%;
	}
	.copyright-text{
		text-align: center;
	}
	.site-footer {
	    padding: 15px 0;
	}
	.footer-info{
		font-size: 12px;
	}	
	.product-grid > div{
		margin-bottom: 18px;
		padding-bottom: 0 !important;
		height: auto;
	}
	.product-grid{
		display: block;
	}
	.product-grid-title {
	    font-size: 24px;
	}
	.product-grid-link{
		position: relative;
		height: 230px;
	}
	.product-grid-img img {
	    max-width: 100%;
	}
	.product-grid > div:nth-child(2) .product-grid-img img {
	    -o-object-position: right center;
	       object-position: right center;
	    margin: 0 0 0 auto;
	}
	.quiz-title{
		font-size: 24px;
	}
	.quiz-progress {
		margin: 10px -4px 40px;
	}
	.quiz-progress > span{
		height: 10px;
		margin: 0 4px;
	}
	.form-subtitle{
		font-size: 24px;
	}
	.faq-list {
	    margin: 30px 0 0 0;
	}
	.portfolio-name{
		font-size: 18px;
	}
	.portfolio-item{
		font-size: 14px;
	}
	.big-text{
		font-size: 30px;
	}
	.error404-inner{
		padding: 35px 25px;
	}
	.title-404{
		font-size: 34px;
	}
	.title-404-2{
		font-size: 18px;
	}
	.bg-img-decor_5 {
	    margin-top: -36vw;
	    max-width: 30vw;
	}
	.text-noresults{
		font-size: 24px;
	}

	.search-results p{
		font-size: 16px;
	}
	.title-search{
		font-size: 20px;
	}
	.section-reviews {
	    padding-bottom: 50px;
	}
	.reviews-slider-page{
		padding: 0;
	}
	.advn2-thumb {
	    width: 80px;
	    height: 60px;
	}
	.advn2-icon{
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.advn2-item{
		font-size: 14px;
		margin-bottom: 20px;
		border-bottom: 1px solid #E9E9E9;
		padding-bottom: 15px;
	}
	.advn2-title{
		font-size: 18px;
		margin-bottom: 0;
	}
	.formcallback-text{
		font-size: 16px;
	}
	.formcallback-inner{
		margin-top: 45vw;
	}
	.bg-img-form{
		max-height: 420px;
		top: 100px;
	}
	.contacts-item{
		padding: 30px 25px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.contacts-item-title{
		font-size: 20px;
	}
	.contacts-item-2{
		padding: 25px;
		font-size: 18px;
	}
	.contants-title{
		font-size: 24px;
	}
	.contants-subtitle{
		font-size: 16px;
	}
	

}

@media screen and (max-width: 600px){
	body #wpadminbar {
	    position: fixed;
	}
}


@media screen and (max-width: 575px){
	.section-main{
		padding-top: 140px;
	}
	.site {
	    padding-top: 100px;
	}
	body .fancybox-content{
		padding: 20px;
	}
	.phone{
		font-size: 14px;
	}
	.time_work{
		font-size: 12px;
	}
	.btn-footer{
		width: 100%;
	}
	section {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	h1{
		font-size: 25px;
	}
	h1 strong{
	    font-size: 34px;
	}
	h2{
		font-size: 34px;
	}
	.btn-fill, .btn-whatsapp{
    	padding: 22px 30px 20px;
	}
	.advn-item{
		font-size: 12px;
		padding: 20px 15px;
		width: 195px;
	}
	.advn-list{
		margin: 20px 0 50px;
	}
	.product-grid{
		margin-top: 27px;
	}
	.product-grid-img{
		opacity: 1;
	}
	.product-grid-img img{
		max-width: 200px;
		margin-left: auto;
		display: block;
	}
	.bg-2{
		max-width: 120px;
		width: 100%;
	}
	.quiz-item-img {
	    padding-bottom: 40%;
	}
	.quiz-container{
		padding: 20px;
	}
	.slider-quiz-nav > div {
	    font-size: 16px;
	    padding: 18px;

	}
	.slider-quiz-count {
	    font-size: 16px;
	}
	.quiz-item-box{
		font-size: 16px;
	}
	.quiz-img-window {
	    max-height: 100%;
	    max-width: 100%;
	}
	.quiz-item-service {
	    padding: 25px 30px 100px;
	}
	.quiz-item-service_bottom-title{
		font-size: 24px;
	}
	.quiz-item-service_title{
		font-size: 18px;
	}
	.faq-title{
		font-size: 16px;
	}
	.faq-list{
		margin: 35px 0;
	}
	.form-inner{
		padding: 30px;
		padding-bottom: 240px;
	}
	.btn-wrap a{
		width: 100%;
	}
	.reviews-sidebar-title{
		font-size: 20px;
		padding-left: 50px;
	}
	.reviews-sidebar-title:before{
		left: 0;
	}
	.reviews-sidebar{
		font-size: 16px;
		padding-left: 0;
	}
	.reviews-name{
		font-size: 18px;
	}
	.reviews-item{
		width: 100%;
		margin-right: 0;
	}
	.reviews-slider{
		width: 100%;
	}
	.reviews-quote_icon svg {
	    width: 40px;
	    height: 40px;
	}
	.reviews-content{
		font-size: 14px;
	}
	.reviews-item{
		font-size: 14px;
	}
	.reviews-slider > .slick-list > .slick-track > .slick-slide{
		padding: 50px 15px;
	}
	.reviews-slider > .slick-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.reviews-sidebar-btn, .reviews-sidebar-btn .btn, .reviews-sidebar-btn > div{
		width: 100%;
		text-align: center;
	}
	.reviews-slider-dots .slick-dots{
		padding: 0;
	}
	.reviews-sidebar-rank p{
		font-size: 12px;
	}
	.reviews-sidebar-rank{
		padding: 25px;
		font-size: 14px;
	}
	.reviews-sidebar-rank_num{
		font-size: 24px;
	}
	.sertificate-slider {
		margin: -20px -15px;
	}
	.sertificate-slider .slick-slide {
	    padding: 20px 15px 40px;
	}
	.sertificate-info{
		font-size: 15px;
		padding: 20px;
	}
	
	.popup-form-inner {
	    padding: 40px 20px;
	}
	.popup-form-title{
		font-size: 20px;
	}
	[data-form] {
	    -webkit-border-radius: 15px;
	            border-radius: 15px;
	}
	.big-text{
		font-size: 22px;
	}
	
	.error404-inner .btn{
		width: 100%;
		padding: 18px 12px;
	}
	.search-results{
		font-size: 14px;
	}
	.reviews-slider-page > .slick-list > .slick-track > .slick-slide {
	    padding: 50px 0 20px 0;
	}
	.title-choice{
		font-size: 16px;
	}
	.wincalc-vertical-slider-ui {
	    height: 290px !important;
	}
	.gallery-thumb {
	    height: 290px;
	}
	.wincalc-horisontal-slider{
		top: 340px;
	}
	.gallery-grid{
		grid-gap: 10px;
		margin-top: 100px;
	}
	.wincalc-vertical-slider-counter, .wincalc-horisontal-slider-counter{
		display: none;
	}
	.wincalc-vertical-slider{
		left: -20px;
	}
	.gallery-tabs {
	    padding: 0 0 80px 60px;
	}
	.wincalc-type-selector-one{
		font-size: 14px;
	}
	.total-price{
		font-size: 34px;
	}
	.wincalc-type-selector {
	    width: 100vw;
	}
	.advn2-title{
		font-size: 16px;
	}
}


@media screen and (max-width: 420px){
	h2 {
	    font-size: 24px;
	}
	h2 em{
		padding: 0 10px;
	}
	.slider-quiz-nav > div {
	    font-size: 14px;
	    padding: 16px 10px;
	}
	.slider-quiz-nav{
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.slider-quiz-next{
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.faq-item{
		padding: 15px;
	}
	.reviews-sidebar-rank{
		padding: 15px 10px;
	}
	.title-404 {
	    font-size: 28px;
	}
	.btn-fill{
		min-width: 250px;
	}
	.wincalc-price{
		padding: 25px 15px;
	}
	.quiz-social {
	    font-size: 14px;
	    padding: 6px 15px 6px 6px;
	}
	.contacts-form {
	    padding: 25px 15px;
	}
	.contacts-item {
	    padding: 20px 15px;
	}
	.contacts-messengers{
		padding-left: 15px;
		margin-top: 30px;
	}
}