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

share is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	overflow-x: hidden;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 63em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

.post,


.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
--------------------------------------------- */
#comments {
	max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.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: 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;
}


.title_main h1 {
	white-space: pre-line;
	font-family: 'Rubik' !important;
}

.wrapper_form {
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.736px 7.518px 21px 0px rgba(37, 53, 94, 0.13);
}

.form1 .elementor-widget-container form {
	display: flex;
	justify-content: space-between;
	flex-flow:  row wrap;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	width: 100%;
}
.form1 .elementor-widget-container form div {
	width: 32%;
	align-items: flex-start;
	display: flex;
}

.form1 .elementor-widget-container form div input {
	width: 100%;
	padding: 15px 50px;
	outline: none;
	border-radius: 50px;
}

.wpcf7-response-output {
	/*display: none !important;*/
}

.form1 .elementor-widget-container form div input[type="text"], .form1 .elementor-widget-container form div input[type="tel"] {
	border: 1px solid rgb(170, 181, 192);
	color: #1a1b1f;
	font-family: 'RubikLight';
	font-size: 14px;
}

.form1 .elementor-widget-container form div input[type="submit"] {
	font-family: 'RubikMedium';
	color: #fff;
	padding: 18px 50px;
	font-size: 14px;
	background: #8c536a;
	border: 1px solid #8c536a;
	transition: .5s all;
	cursor: pointer;
}

.form1 .elementor-widget-container form div input[type="submit"]:hover {
	color: #8c536a;
	border: 1px solid #8c536a;
	background: #fff;
}

.icon_user, .icon_phone {
	position: relative;
}

.icon_user:before {
	content: "\f007";
	position: absolute;
	left: 19px;
	color: #d1dde1;
	font-size: 20px;
	z-index: 5;
	top: 11px;
	font-family: 'Font Awesome\ 5 Free';
}

.icon_phone:before {
	content: "\f2a0";
	position: absolute;
	left: 19px;
	color: #d1dde1;
	font-size: 20px;
	z-index: 5;
	top: 11px;
	font-family: 'Font Awesome\ 5 Free';
}

.fas1 {
	position: absolute;
	left: 19px;
	color: #d1dde1;
	font-size: 20px;
	z-index: 5;
	top: 16px;
}

input::-webkit-input-placeholder { 
	color: #1a1b1f; 
}

input::-moz-placeholder { 
	color: #1a1b1f; 
}

.wspl h2 {
	white-space: pre-line;
}

.text_what .elementor-widget-container  .elentor-text-editor p {
	white-space: pre-line;
}

.color {
	color: #969da9;
}

.form_two input[type="submit"] {
	color: #1d2e47 !important;
	border: 1px solid #8bb84f !important;
	transition: .5s all;
	background: #fff !important;
}

.form_two input[type="submit"]:hover {
	background: #8bb84f !important;
	cursor: pointer !important;
	color: #fff !important;
}

.wrapper_parhner .elementor-element .elementor-widget-container {
	display: flex;
	justify-content: center;
}
.bg_копия {
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 25px;
	background-color: rgb(139, 184, 79);
	position: absolute;
	left: 488px;
	top: 5093px;
	width: 942px;
	height: 96px;
	z-index: 247;
  }
  
.wrapper_parhner .elementor-image {
	background: #8bb84f;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.akordeon .elementor-tab-title {
	border: 2px solid #8c536a;
	/*border-width: 1px !important;*/
	margin-bottom: 24px;
	border-radius: 25px;
}

.zakaz {
	padding: 100px 55px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 50px 0px rgba(37, 53, 94, 0.3);
}

.zakaz  form {
	flex-direction: column;
}

.zakaz  form .icon_user, .zakaz  form .icon_phone, .zakaz  form .form_button {
	width: 100% !important;
}

.zakaz  form .icon_user {
	margin-bottom: 23px;
}

.zakaz  form .icon_phone {
	margin-bottom: 42px;
}

.ajax-loader {
	display: none !important;
}

.color_text_form {
	color: #25355E;
	text-decoration: underline !important;
}

#faq {
	min-height: 700px;
}

.home #page {
	background-image: url(/wp-content/themes/share/img/main-bg.jpg), url(/wp-content/themes/share/img/main-bg-bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
	background-position: top center, bottom center;
}

#page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 15px;
}
#page .main-h1 h1 {
    font-family: Rubik, sans-serif;
    max-width: 515px;
    font-size: 32px;
    text-align: center;
    color: #926415;
}
#page .main-h1 {
	margin-bottom: 70px;
}
#page .main-descr {
    max-width: 400px;
    line-height: 24px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
	margin-bottom: 45px;
}
#page .main-descr p {
    margin: 0;
}
#page .main-prod-btn .elementor-button {
	background: #f9852a;
    font-family: Rubik, sans-serif;
    line-height: 18px;
    padding: 13px 52px;
    letter-spacing: 0.5px;
	border: 2px solid #fff;
}
#page .main-prod-btn .elementor-button:hover {
	background: #fff;
	color: #f9852a;
}
#page .main-prod-img {
    width: auto;
    max-width: initial;
    left: auto;
    right: -135px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
#page .main-prod-img img {
    display: block;
}
#page h2 {
    font-family: 'Rubik';
    font-weight: 900;
    text-transform: none;
    font-size: 36px;
    color: #926415;
}
#page .section-two h2 {
	margin-bottom: 95px;
}
#page .section-two .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
#page .properties-items .elementor-image {
	height: 80px;
	margin-bottom: 35px;
}
#page .properties-items .elementor-image img {
	display: block;
	margin: 0 auto;
}
#page .properties-items .elementor-row > div:first-child, #page .properties-items .elementor-row > div:last-child {
	padding-top: 190px;
	width: 15%;
}
#page .properties-items .elementor-row > div:nth-child(3) {
    width: 30%;
}
#page .properties-items .elementor-row > div:nth-child(2n) {
	padding-top: 35px;
}
#page .properties-items .elementor-widget-text-editor {
	color: #000;
    font-family: Rubik, sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: initial;
}
#page .properties-items .elementor-widget-text-editor p {
	margin: 0;
}
#page .properties-items .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}
#page .image-racing {
    margin-top: -120px;
}
#page .benefit-section {
    margin-top: -140px;
    background: #fff;
}
#page .benefit-section > div > div > div > div > div {
    border: 5px solid #f9852a;
    border-radius: 20px;
    padding: 60px;
	background: url(/wp-content/themes/share/img/benefits-bg.jpg) no-repeat right bottom;
}
#page .benefit-section h2 {
    font-size: 30px;
    display: flex;
    flex-flow: column;
	align-items: center;
	margin-bottom: 50px;
}
#page .benefit-section h2 span + span {
    margin-top: 7px;
    position: relative;
}
#page .benefit-section h2 img {
	display: block;
}
#page .benefit-section h2 span + span:after {
	content: '®';
    position: absolute;
    top: -5px;
    right: -15px;
    font-size: 18px;
    line-height: 1;
    font-family: Rubik;
    font-weight: normal;
}
#page .benefit-section .elementor-text-editor {
    font-family: 'CentSchbkCyrill BT Regular';
    font-size: 18px;
    line-height: 20px;
}
#page .benefit-section .elementor-text-editor p {
	margin: 0 0 20px;
}
#page .benefit-section .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
#page .benefit-last {
	margin: 10px 0 45px;
}
#page .benefit-last > div > div {
    align-items: center;
}
#page .benefit-last > div > div > div {
	width: 130px;
}
#page .benefit-last > div > div > div + div {
	width: calc(100% - 130px);
}
#page .benefit-last .elementor-text-editor p {
    margin: 0;
    max-width: 680px;
}
#page .benefit-section .elementor-button-wrapper {
	text-align: center;
}
#page .benefit-section .elementor-button-link {
    background: #f9852a;
    border: 2px solid #f9852a;
    padding: 15px 35px;
	color: #fff;
}
#page .benefit-section .elementor-button-link:hover {
	background: #fff;
	color: #f9852a;
}
#page .special-block {
	margin-top: 75px;
}
#page .special-block .elementor-widget-wrap {
    background: url(/wp-content/themes/share/img/special-bg.jpg) no-repeat center;
    border-radius: 25px;
    height: 298px;
	padding: 40px 80px;
	display: block;
}
#page .special-block .elementor-widget-wrap .elementor-text-editor {
    color: #fff;
    font-family: 'CentSchbkCyrill BT Regular';
    line-height: 24px;
}
#page .special-block .elementor-widget-wrap .elementor-text-editor h2 {
	color: #fff;
    font-size: 68px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1;
}
#page .special-block .elementor-widget-wrap .elementor-text-editor p {
	margin: 0;
}
#page .special-block .elementor-widget-wrap .elementor-text-editor a {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    line-height: 20px;
	padding: 15px 45px;
    font-family: 'CentSchbkCyrill BT Regular';
    background: #fff;
    color: #f9852a;
    border-radius: 50px;
	transition: .3s;
}
#page .special-block .elementor-widget-wrap .elementor-text-editor a:hover {
    background: #f9852a;
    color: #fff;
}
#page .advantages > div > div > div > div > div {
    border: 5px solid #f9852a;
    border-radius: 20px;
    padding: 75px 60px 60px;
    margin-top: 75px;
	position: relative;
}
#page .advantages > div > div > div > div > div:before {
	content: '';
    width: 219px;
    height: 135px;
    background: url(/wp-content/themes/share/img/leaf-left.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -130px;
    bottom: 130px;
}
#page .advantages > div > div > div > div > div:after {
	content: '';
	width: 136px;
    height: 218px;
    background: url(/wp-content/themes/share/img/leaf-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: 130px;
}
#page .advantages h2 {
    text-align: center;
	position: relative;
	font-size: 30px;
}
#page .advantages h2:before {
	content: '';
	width: 130px;
    height: 180px;
    background: url(/wp-content/themes/share/img/shtamp.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
	transform: rotate(-15deg);
}
#page .advantages h2 span:first-child {
    position: relative;
	margin-right: 10px;
}
#page .advantages .elementor-widget-heading {
	margin-bottom: 10px;
}
#page .advantages h2 span:first-child img {
    width: 100px;
}
#page .advantages h2 span:first-child::after {
    content: '®';
    position: absolute;
    top: 0;
    right: -13px;
    font-size: 16px;
    line-height: 1;
    font-family: Rubik;
    font-weight: normal;
}
#page .advantage-descr1 {
	max-width: 680px;
	margin: 0 auto 90px;
	font-family: Roboto, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
#page .advantage-descr1 ~ .advantage-descr1 {
    max-width: 700px;
	margin: 25px auto 75px;
}
#page .advantage-descr1 p {
	margin: 0;
	font-size: 18px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
}
#page .advantage-items .elementor-text-editor {
	display: flex;
    align-items: center;
	margin-bottom: 35px;
}
#page .advantage-items .elementor-text-editor p {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#page .advantage-items .elementor-text-editor p:first-child {
	display: flex;
	height: 70px;
	width: 70px;
    align-items: center;
	justify-content: center;
	margin-right: 15px;
}
#page .advantage-descr2 {
	margin: 0;
}
#page .advantage-descr2 .elementor-text-editor {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
	margin-bottom: 50px;
	color: #926415;
}
#page .advantage-descr2 .elementor-text-editor p {
	margin: 0;
}
#page .advantages .elementor-button-wrapper {
	text-align: center;
}
#page .advantages .elementor-button-link {
    padding: 15px 85px;
    font-family: Roboto, sans-serif;
    background: #f9852a;
    color: #fff;
    border: 2px solid #f9852a;
}
#page .advantages .elementor-button-link:hover {
	background: #fff;
	color: #f9852a;
}
#page .recommendations {
    margin-top: 130px;
}
#page .recommendations h2 {
    font-size: 30px;
    line-height: 1;
    display: flex;
    flex-flow: column;
	align-items: center;
	margin-bottom: 70px;
}
#page .recommendations h2 span + span {
    margin-top: 15px;
    position: relative;
}
#page .recommendations h2 img {
    width: 100px;
}
#page .recommendations h2 span + span:after {
	content: '®';
    position: absolute;
    top: -4px;
    right: -13px;
    font-size: 16px;
    line-height: 1;
    font-family: Rubik;
    font-weight: normal;
}
#page .recommendations .elementor-tabs-wrapper {
	border-left: 5px solid #926415;
	overflow: visible;
	width: 35%;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 15px 30px;
	border: none;
	font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}
#page .recommendations .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none;
}
#page .recommendations .elementor-tab-desktop-title.elementor-active:before {
	height: 40px;
    width: 40px;
    border: 5px solid #926415;
    border-radius: 50%;
    left: -22px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
#page .recommendations .elementor-tab-desktop-title.elementor-active:after {
	display: none;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-title a {
    color: #000;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: #926415;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-content {
    font-family: Roboto, sans-serif;
	font-size: 18px;
    line-height: 1.2;
	padding: 15px 0 15px 15px;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-content p {
	margin: 0 0 20px;
}
#page b, #page strong {
    font-family: Roboto, sans-serif;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-content hr {
    border-top: 2px solid #926415;
    margin: 0 0 20px;
}
#page .recommendations .elementor-tabs {
	background: url(/wp-content/themes/share/img/recommendations-bg.jpg) no-repeat bottom right;
}
#page .main-slogan {
	margin: 120px 0 110px;
}
#page .main-slogan > div > div > div > div > div {
    border: 5px solid #f9852a;
    border-radius: 20px;
    padding: 60px 230px;
    position: relative;
	box-shadow: 0 8px 21px 0 rgb(37, 53, 94, 0.13);
	background: #fff;
	overflow: hidden;
}
#page .main-slogan > div > div > div > div > div:before {
	content: '';
    width: 300px;
    height: 100%;
    background: url(/wp-content/themes/share/img/block-photo-right.jpg) no-repeat center left;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
#page .main-slogan > div > div > div > div > div:after {
	content: '';
    width: 300px;
    height: 100%;
    background: url(/wp-content/themes/share/img/block-photo-left.jpg) no-repeat center right;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
#page .main-slogan h2 {
    font-size: 24px;
    line-height: 1.3;
}
#page .main-slogan h2 span:first-child {
    margin-top: 15px;
    position: relative;
}
#page .main-slogan h2 img {
    width: 100px;
}
#page .main-slogan h2 span:first-child::after {
	content: '®';
    position: absolute;
    top: -4px;
    right: -13px;
    font-size: 16px;
    line-height: 1;
    font-family: Rubik;
    font-weight: normal;
}
#page .main-slogan h2 span + span {
	display: block;
}
#page .faq h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 40px;
}
#page .faq .elementor-accordion-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #926415;
}
#page .faq .elementor-tab-title {
    border: 1px solid #f9852a;
    padding: 35px 25px 35px 90px;
	display: flex;
    align-items: center;
	position: relative;
	box-shadow: 0 8px 21px 0 rgb(37, 53, 94, 0.13);
}
#page .faq .elementor-tab-title:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	background: #e6a535;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
#page .faq .elementor-tab-title.elementor-active:before {
	left: 32px;
}
#page .faq .elementor-tab-title.elementor-active {
    border: 4px solid #f9852a;
    padding: 32px 22px 32px 87px;
	box-shadow: none;
	margin-bottom: 35px;
}
#page .faq .elementor-tab-title .elementor-accordion-icon {
    order: 2;
    margin-left: auto;
}
#page .faq .elementor-tab-title .fas {
	display: block;
}
#page .faq .elementor-tab-title .fas:before {
	content: "+";
    color: #f9852a;
    display: block;
    font-weight: normal;
    font-size: 36px;
    line-height: 22px;
	text-align: center;
}
#page .faq .elementor-tab-title.elementor-active .fas:before {
    transform: rotate(45deg);
}
#page .faq .elementor-tab-content {
	padding: 0 91px;
	font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 40px;
}
#page .faq .elementor-tab-content p {
	margin: 0 0 20px;
}
#page .faq .elementor-tab-content strong {
	font-family: Roboto, sans-serif;
}
#page .consultation {
	margin-top: 115px;
}
#page .consultation .wrapper_form {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
#page .consultation > div > div > div > div > div {
    border: 5px solid #f9852a;
    border-radius: 20px;
    padding: 50px 100px 80px;
	box-shadow: 0 8px 21px 0 rgb(37, 53, 94, 0.13);
	background: #fff;
}
#page .consultation h2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}
#page .consultation .elementor-text-editor {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}
#page .consultation .elementor-text-editor p {
    margin: 0;
}
#page .consultation .wpcf7-form-control-wrap input {
	font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #000;
	padding: 12px 50px;
}
#page .consultation .icon_user:before {
    left: 22px;
    top: 13px;
}
#page .consultation form > div {
    width: calc(33.3333333% - 17px);
}
#page .consultation form > div.wpcf7-response-output {
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    padding: 10px;
    margin: 20px 0 0;
}
#page .consultation form .fas1 {
    left: 22px;
    top: 18px;
}
#page .consultation form div input[type="submit"] {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    background: #f9852a;
    border: 2px solid #f9852a;
    padding: 15px;
}
#page .consultation form div input[type="submit"]:hover {
	background: #fff;
	color: #f9852a;
}
#page .wpcf7-not-valid-tip {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
#page .elementor-accordion-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#page .elementor-accordion-item ul li {
    padding-left: 30px;
    position: relative;
	margin-bottom: 10px;
}
#page .elementor-accordion-item ul li:before {
	content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    background: #e6a535;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
#page .tovary .elementor-row .elementor-row {
	justify-content: space-between;
}
#page .tovary .elementor-row .elementor-row .elementor-column {
	width: calc(50% - 15px);
}
#page .tovary .elementor-row .elementor-row .elementor-column > div {
    padding: 0;
}
#page .woocommerce ul.products {
	position: relative;
}
#page .owl-carousel .owl-nav button:focus {
	border: none;
	outline: none;
}
#page .owl-carousel .owl-nav button.owl-next, #page .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 60px;
    line-height: 1;
    color: #f9852a;
    margin-top: -40px;
	padding: 0 10px !important;
}
#page .detailed {
	text-align: left;
	color: #f9852a;
	font-family: Roboto, sans-serif;
}
#page .owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}
#page .woocommerce ul.products li.product {
	display: flex;
    flex-direction: column;
	align-items: center;
	float: none;
    text-align: center;
    padding: 30px 100px 40px;
    border: 5px solid #f9f9f9;
	border-radius: 30px;
	margin: 0 auto 20px;
	text-align: center;
	transition: .5s;
}
#page .woocommerce ul.products li.product:hover {
	border-color: #f9852a;
}
#page .woocommerce ul.products li.product a {
	text-align: left;
}
#page .brand-series img {
    width: auto;
	margin: 0 auto 15px;
}
#page .woocommerce ul.products li.product > a > img {
	margin-bottom: 20px;
}
#page li.product h2 {
    font-weight: 700;
    font-size: 22px;
	line-height: 1.4;
    padding: 0;
	margin-bottom: 15px;
	text-align: center;
}
#page li.product .woocommerce-product-details__short-description {
	color: #000;
	font-family: Roboto, sans-serif;
    font-size: 16px;
	line-height: 18px;
}
#page li.product .woocommerce-product-details__short-description p {
	margin: 0;
}
#page .woocommerce ul.products li.product .price {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: #000;
	margin-top: 25px;
	margin-bottom: 30px;
}
#page .woocommerce ul.products li.product .price .price-for {
	font-size: 14px;
	margin-right: 10px;
}
#page .woocommerce ul.products li.product .button {
    margin-top: 0;
    padding: 14px 50px;
    border: 2px solid #f9852a;
    background: #f9852a;
    border-radius: 30px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}
#page .woocommerce ul.products li.product .button:hover {
	background: #fff;
	color: #000;
}
#page .owl-carousel .owl-stage {
    display: flex;
}
#page .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.navigation.post-navigation {
	display: none;
}
.post-edit-link {
	display: none;
}
.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}
.single-product .quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
footer#colophon .elementor-text-editor {
	font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
footer#colophon .elementor-text-editor p {
	margin: 0;
}
#page footer#colophon .elementor-top-section > div > div > div > div {
    padding: 0;
}
footer#colophon .elementor-top-section {
	margin-top: 70px;
}
.single-product #primary {
    padding-top: 40px;
}
#primary {
    padding-top: 100px;
}
#primary > article {
	max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
#primary .woocommerce div.product div.summary {
    float: none;
	width: calc(100% - 430px);
	margin: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
#primary .single-product > .product {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #000;
}
#primary .single-product > .product .woocommerce-product-gallery {
	float: none;
    width: 400px;
}
#primary .woocommerce div.product div.summary p.price {
	display: block;
}
#primary h1.product_title {
    font-size: 24px;
    line-height: 30px;
    color: #ba8121;
    font-family: Roboto, sans-serif;
    font-weight: 900;
	margin-bottom: 20px;
	display: block;
}
#primary div.summary .brand-series img {
    margin: 0 0 20px;
}
.prod-title-block {
    position: relative;
    padding-right: 170px;
}
.prod-title-block > img {
    position: absolute;
    right: 0;
    top: -20px;
}
#primary div.summary .woocommerce-product-details__short-description {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 18px;
	margin: 45px 0;
}
#primary div.summary .woocommerce-product-details__short-description * {
	margin: 0 0 15px;
}
#primary div.summary .woocommerce-product-details__short-description :last-child {
	margin: 0;
}
.single-product .quantity-block {
    display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.single-product .quantity-block .price-block {
    display: flex;
    align-items: center;
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.single-product .quantity-block .price-block > * {
	display: inline;
}
.single-product .quantity-block .price-block > .cur-quantity {
    font-size: 16px;
}
.single-product .quantity-block .price-block .price {
	margin: 0 5px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}
.single-product #primary .quantity > label {
	display: none;
}
.single-product #primary .quantity {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.single-product #primary .quantity .qty_button {
	color: #f9852a;
    border: 2px solid #f9852a;
    border-radius: 50%;
    background: none;
    width: 50px;
    height: 50px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
    font-family: 'Rubik';
	font-weight: 500;
	cursor: pointer;
    outline: none;
}
.single-product #primary .quantity .qty {
	border: 1px solid;
    line-height: 42px;
    outline: none;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    padding: 0;
    width: 80px;
}
#primary .price-block .currency, #primary .addtocart-block .currency {
	font-size: 16px;
	font-family: 'Rubik';
	font-weight: 500;
}
.addtocart-block {
    display: flex;
    align-items: center;
}
#primary .addtocart-block button {
    border: 2px solid #f9852a;
    border-radius: 50px;
    background: none;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 180px;
    padding: 15px;
	outline: none;
	margin-right: 45px;
	transition: .3s;
}
#primary .addtocart-block button:hover {
	background: #f9852a;
	color: #fff;
}
#primary .addtocart-block .price {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
#primary .addtocart-block .price span:first-child {
    font-size: 24px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
}
#primary .woocommerce div.product form.cart {
    margin-bottom: 0;
}
#primary .prod-descr-main {
	font-family: Roboto, sans-serif;
    font-size: 16px;
	line-height: 18px;
	position: relative;
    z-index: 2;
	width: 100%;
	margin-top: 30px;
}
.prod-descr-main .mainContent {
	margin-bottom: 20px;
}
.prod-descr-main .tabs-head {
	display: flex;
	flex-wrap: wrap;
}
.prod-descr-main .tabs-head > div {
    margin-right: 20px;
	margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #f9852a;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
	transition: .2s;
}
.prod-descr-main .tabs-head > div.tabActive, .prod-descr-main .tabs-head > div:hover {
	color: #fff;
	background: #f9852a;
}
.prod-descr-main .tabs-head > div:last-child {
	margin-right: 0;
}
.prod-descr-main .tabs-body .tabBody {
	display: none;
}
.prod-descr-main .tabs-body .tabBody.tabBodyActive {
	display: block;
}
#primary .prod-descr-main h3 {
    margin-top: 50px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
    font-family: 'Playfair Display';
    font-weight: 900;
    color: #ba8121;
    letter-spacing: 0.5px;
}
#primary .prod-descr-main p {
	margin: 0 0 15px;
}
#primary .prod-descr-main ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#primary .prod-descr-main ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 35px;
}
#primary .prod-descr-main ul li:before {
	content: '';
	background: linear-gradient(to right, #ffb36a, #ffce89, #c16928);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	top: -1px;
    left: 0;
}
#primary .prod-descr-main table {
	width: 100% !important;
	max-width: 550px !important;
	height: auto !important;
	display: flex;
	margin: 0 0 20px ;
	position: relative;
    z-index: 2;
}
#primary .prod-descr-main table tbody {
	display: flex;
	flex-wrap: wrap;
}
#primary .prod-descr-main table tr {
	display: flex;
	height: auto !important;
    width: 100% !important;
	justify-content: center;
}
#primary .prod-descr-main table tr:nth-child(2n-1) {
	background: #f7f7f7;
	border-radius: 10px;
}
#primary .prod-descr-main table td {
	display: block;
    width: 60% !important;
	height: auto !important;
    padding: 15px 30px;
	line-height: 17px;
	font-size: 14px;
}
#primary .prod-descr-main table td + td {
	width: 40% !important;
}
#primary .prod-descr-main table tbody tr:first-child td {
	width: 100% !important;
	adding: 20px 30px;
}
#primary .prod-descr-main table td p {
	margin: 0;
	line-height: 17px;
	font-size: 14px;
}
#primary .prod-descr-main table td em {
	color: #6f6f6f;
	font-size: 12px;
	font-style: normal;
}
#primary .single-product > .product:after {
	content: '';
	background: url(/wp-content/themes/share/img/benefits-bg.jpg) no-repeat;
	background-size: contain;
	width: 470px;
	height: 490px;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: -1;
	opacity: 0;
}
#primary .upsells {
	width: 100%;
}
#primary .upsells > h3 {
    font-size: 24px;
    line-height: 30px;
    color: #ba8121;
    font-family: 'Playfair Display';
    font-weight: 900;
    margin: 20px 0;
    display: block;
    text-align: center;
}
#primary .upsells > ul.products {
    margin: 0 0 20px;
}
#page #primary .upsells > ul.products li.product {
	width: 100%;
	padding: 30px;
}
#primary .upsells > ul.products li.product .woocommerce-product-details__short-description h1 {
	display: none;
}
#page .upsells .owl-carousel .owl-stage, #page .upsells .owl-carousel .owl-item {
	display: block;
}
#page .upsells .owl-carousel .owl-nav button.owl-next {
	right: -40px;
}
#page .upsells .owl-carousel .owl-nav button.owl-prev {
	left: -40px;
}
#primary .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, #primary .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f9852a;
    border: 4px solid #f9852a;
    color: #fff;
    transition: .3s;
    padding: 4px 30px;
    line-height: 34px;
    height: auto;
    border-radius: 50px;
	font-family: 'CentSchbkCyrill BT Regular';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
#primary .woocommerce #respond input#submit.alt:hover, #primary .woocommerce a.button.alt:hover, #primary .woocommerce button.button.alt:hover, #primary .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #000;
}
.checkout #order_review {
    display: flex;
    flex-flow: column;
}
.checkout #order_review .shop_table {
    order: 1;
}
.checkout #order_review #customer_details {
    order: 2;
}
.checkout #order_review #payment {
    order: 3;
}
#page .recommendations .elementor-widget-tabs .elementor-tab-content h3 {
    font-family: 'CentSchbkCyrill BT Bold';
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 35px;
}

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	display: block;
	justify-content: center;
	z-index: 99;
	padding: 0 0 21px 0;
	box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.1);
}

header .header_container {
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	padding: 0 15px;
	width: 100%;
	align-items: center;
}

header .header_container .main-navigation {
	width: auto;
	margin: 0 auto;
}

header .header_container .main-navigation a {
	text-decoration: none;
	color: #0d1f3a;
	font-family: 'CentSchbkCyrill BT Regular';
    font-size: 14px;
	transition: .5s all;
	margin: 0 10px;
	padding: 5px 0;
    border: 1px solid #fff;
	position: relative;
}

header .header_container .main-navigation a::before {
	content: '';
	width: 20px;
	height: 0;
	border-bottom: 2px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 100%;
	transition: .5s;
}
header .header_container .main-navigation a:hover::before {
	border-bottom: 2px solid #f9852a;
}

.banner_main .elementor-column-wrap {
	padding: 0 !important;
}

.banner_main {
	padding-top: 110px !important;
}

header .header_container .site-title {
	display: none;
}

.basket-btn {
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
	border: 2px solid #f9852a;
    border-radius: 50%;
	position: relative;
	transition: .5s;
}

.basket-btn:hover {
    background: #ffeee1;
}

.basket-btn .basket-btn__counter {
	color: #fff;
    background: #ff243e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -7px;
}

.basket-btn__label {
	display: flex;
}

header .header_container .header_button {
	background: #f9852a;
    color: #fff;
    transition: .5s all;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'CentSchbkCyrill BT Regular';
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 40px 12px 20px;
	margin: 0;
	display: flex;
}
header .header_container .header_button .fa-phone {
    margin-right: 16px;
}

header .header_container .header_button .fa-phone:before {
	content: '';
    background: url(/wp-content/themes/share/img/telephone.png) no-repeat;
    font-family: initial;
    width: 25px;
    height: 26px;
    display: block;
    background-size: contain;
}

header .header_container .header_button:hover {
    background: #d46005;
}

header .header_container .language {
	border: 2px solid #f9852a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CentSchbkCyrill BT Regular';
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
}

.s-header__basket-wr {
    margin: 0;
}
  

.color_counter {
	color: #b2b2b2;
	font-size: 20px;
}

.add_to_cart_inline {
	display: flex !important;
	justify-content: center !important;
	border-width: 0 !important;
}

.add_to_cart_inline .add_to_cart_button {
	background: #fff !important;
	font-size: 14px !important;
	color: #0d1f3a !important;
	font-family: 'RubikRegular' !important;
	border: 1px solid #8c536a !important;
	border-radius: 50px !important;
	padding: 14px 0 !important;
	width: 60%;
}
  
.bg_shadow {
	box-shadow: 2.736px 7.518px 21px 0px rgba(37, 53, 94, 0.13);
	border-radius: 10px;
}

.added_to_cart {
	/* display: none !important; */
}

.img_abs {
	top: 585px !important;
} 

.img_abs1 {
	left: auto !important;
    right: 245px !important;
}

.img_abs2 {
	left: auto !important;
    right: 335px !important;
}

.img_abs3 {
	left: auto !important;
    right: 326px !important;
}

.add_to_cart_inline {
	flex-direction: column !important;
	text-align: center !important;
	align-items: center;
}

.img_abs6 {
	left: auto !important;
	right: -320px;
	top: 370px !important;
}

.img_abs5 {
	top: 150px !important;
}

.img_abs7 {
	top: 610px !important;
}

.mob_logo {
	display: none;
}

#sample_slider .wrapper_slider {
	position: relative !important;
}

#sample_slider .wrapper_slider .wrap_text {
	position: absolute !important;
	display: inline-block !important;
	top: 0 !important;
	text-align: left;
	right: 690px;
}

#sample_slider .wrapper_slider .wrap_text .description_slider {
	white-space: pre-line;
	margin: 0;
	color: #0d1f3a;
	font-size: 10px;
	font-family: 'RubikRegular';
}

#sample_slider .wrapper_slider .wrap_text  .adress_ha {
	margin-top: 0;
	border-bottom: 1px solid #0d1f3a;
	padding-bottom: 3px;
	font-size: 18px;
	font-family: 'RubikBold';
	margin-bottom: 8px;
	color: #0d1f3a;
}

.owl-carousel .owl-item .img_slider {
	width: 360px !important;
	height: 550px !important;
}

.slide_img {
	margin-right: 35px;
	margin-left: 150px;
}

.slide_one {
	display: flex;
}

.slide_one .slider_right h1 {
	color: #0d1f3a;
	font-family: 'RubikBold';
	font-size: 36px;
	white-space: pre-line;
	margin-top: 0;
}

.slide_one .slider_right .description_slide_main {
	white-space: pre-line;
	font-size: 14px;
	color: #0d1f3a;
	font-family: 'RubikRegular';
} 

.button_slider {
	font-size: 14px;
	padding: 15px 49px; 
	color: #0d1f3a;
	font-family: 'RubikMedium';
	border: 2px solid #f9852a;
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
	transition: .5s all;
	box-shadow:0 0 10px #fff !important;
	text-shadow: #fff 0 0 2px;
}

.button_slider:hover {
	background: #f9852a;
	color: #fff;
}

#banner_bg_img {
	left: 0 ;
}

#emodal-overlay {
	background-color: rgba(0, 0, 0, .5) !important;
}

.emodal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.emodal-content h2 {
	color: #0d1f3a;
	font-size: 33px;
	font-family: 'RubikMedium';
	margin-bottom: 0;
}

.emodal-content .text_popup {
	text-align: center;
	font-family: 'RubikRegular' !important;
	font-size: 12px;
	color: #0d1f3a !important;
}

.form1 {
	width: 90%;
	/* padding-bottom: 90px; */
}

.form1 form {
	flex-flow: row wrap;
	display: flex;
	justify-content: space-between;
}

.form1  form div {
	width: 32%;
	align-items: flex-start;
	display: flex;
}

.form1  form div input {
	width: 100%;
	padding: 15px 50px;
	outline: none;
	border-radius: 50px;
}



.form1  form div input[type="text"], .form1  form div input[type="tel"] {
	border: 1px solid rgb(170, 181, 192);
	color: #1a1b1f;
	font-family: 'RubikLight';
	font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output{
	width: 100%;
}

.form1  form div input[type="submit"] {
	font-family: 'RubikMedium';
    color: #fff;
    padding: 18px 50px;
    font-size: 14px;
    background: #f9852a;
    border: 1px solid #f9852a;
    transition: .5s all;
    cursor: pointer;
}

.form1  form div input[type="submit"]:hover {
	color: #000;
    background: #fff;
}

.icon_user, .icon_phone {
	position: relative;
}

.icon_user:before {
	content: "\f007";
	position: absolute;
	left: 19px;
	color: #d1dde1;
	font-size: 20px;
	z-index: 5;
	top: 11px;
	font-family: 'Font Awesome\ 5 Free';
}

.fas1 {
	position: absolute;
	left: 19px;
	color: #d1dde1;
	font-size: 20px;
	z-index: 5;
	top: 16px;
}

input::-webkit-input-placeholder { 
	color: #1a1b1f; 
}

input::-moz-placeholder { 
	color: #1a1b1f; 
}

 
.emodal-content .page_wrapper {
	margin-top: 75px;
	width: 88%;
	
    display: flex;
	justify-content: space-between;
	position: relative;
}

.emodal-content .page_wrapper .popup_wave {
	position: absolute;
	left: 158px;
    z-index: -1;
    top: -29px;
}

.emodal-content .page_wrapper .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	margin-bottom: 30px;
}

.emodal-content .page_wrapper .item .bg_circle {
	border-radius: 50%;
	background-color: rgb(139, 184, 79);
	width: 100px;
	height: 100px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.emodal-content .page_wrapper .item .popup_text_item {
	font-size: 14px !important;
	font-family: 'RubikRegular' !important;
	color: #1a1b1f !important; 
	text-align: center;
}

.add_to_cart_button {
	transition: .5s all;
}

.entry-header {
	position: relative;
}
#secondary {
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    display: flex;
    justify-content: center;
}

.elementor-7 .elementor-element.elementor-element-89bda52 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 2px;
	border-bottom-color: #8c536a;
}


#button_main_banner .add_to_cart_inline {
	padding: 0 !important;
    justify-content: left !important;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	 display: none;
}

.wc_payment_methods {
	display: block;
}

.woocommerce-terms-and-conditions-wrapper {
	display: block;
	width: 50%;
}

.woocommerce form .form-row {
    width: 100%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: flex;
	justify-content: center;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 25%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none !important;
}

.place-order {
	display: flex;
	justify-content: center;
}

#order_review_heading {
	text-align: center;
}

.woocommerce-shipping-destination {
	display: none;
}

.woocommerce-shipping-calculator {
	display: none;
}

.product_image {
	display: flex;
	justify-content: center;
}

.title_products {
	color: #0D1F3A;
    font-family: "Rubik", Sans-serif;
	font-size: 24px;
	margin-top: 40px;
    font-weight: 500;
}

.price_text_products {
	color: #0D1F3A;
    font-size: 23px;
    line-height: 30px;
}

.products_text_description {
	color: #0D1F3A;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#slider_553_slide01, #slider_553_slide02, #slider_553_slide03 {
	padding: 5% 0 0 0 !important;
}
.sa_owl_theme .owl-dots {
    left: 0;
	position: relative !important;
}
#slider_553 {
	padding: 35px 60px;
}

#eModal-1 .form1 {
	margin-bottom: 40px;
}
.advantages-mobile {
	display: none;
}
footer#colophon .elementor-row .elementor-row {
	justify-content: space-between;
}
footer#colophon .elementor-row .elementor-row > div {
	width: auto;
}
#page .socseti .elementor-widget-wrap {
	flex-wrap: nowrap;
}
#page .socseti .elementor-widget-wrap > div {
	width: auto;
    margin: 0;
    max-width: 40px;	
}
#page .socseti .elementor-widget-wrap > div + div {
	margin-left: 30px;
}
#order_review > div > .col-1 {
	width: 100%;
	max-width: 300px;
}
/*
@media screen and (max-width: 1919px) {
	.emodal-content .page_wrapper .popup_wave {
		display: none;
	}
}
 
@media screen and (min-width: 1440px) and (max-width: 1919px) {
	.img_abs1 {
		width: 225px !important;
		right: 60px !important;
	}
	
	.img_abs2 {
		width: 340px !important;
		right: 160px !important;
	}
	
	.img_abs3 {
		width: 360px !important;
		right: 211px !important;
	}
	.img_abs4 {
		left: 650px !important;
	}
}



@media screen and (min-width: 1440px) and (max-width: 1570px) {
	.img_abs6 {
		right: -130px !important;
	}
	.slider_right h1 {
		font-size: 32px !important;
	}
	#sample_slider .wrapper_slider .wrap_text {
		right: 480px;
	}
}

@media screen and (min-width: 1360px) and (max-width: 1439px) {
	.slide_img {
		margin-left: 70px;
	}
	.owl-carousel .owl-item .img_slider {
		width: 300px !important;
		height: 450px !important;
	}
	.img_abs1 {
		width: 225px !important;
		right: 60px !important;
	}
	
	.img_abs2 {
		width: 340px !important;
		right: 160px !important;
	}
	
	.img_abs3 {
		width: 360px !important;
		right: 211px !important;
	}
	.img_abs6 {
		right: -95px !important;
	}
	.img_abs7 {
		left: -150px !important;
	}
	#sample_slider .wrapper_slider .wrap_text {
		right: 440px;
	}
}


@media screen and (min-width: 1280px) and (max-width: 1359px) {
	#sample_slider .wrapper_slider .wrap_text {
		right: 410px;
	}
	.slide_img {
		margin-left: 50px;
	}
	.owl-carousel .owl-item .img_slider {
		width: 290px !important;
		height: 430px !important;
	}
	.img_abs1 {
		width: 165px !important;
		right: 60px !important;
	}
	
	.img_abs2 {
		width: 280px !important;
		right: 160px !important;
	}
	
	.img_abs3 {
		width: 300px !important;
		right: 211px !important;
	}
	.img_abs5 {
		left: -145px !important;
	}
	.img_abs6 {
		right: -60px !important;
	}
	
	.img_abs7 {
		left: -120px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	#slider_553 {
		padding: 35px 0px;
	}
	.wspl h2 {
		font-size: 22px !important;
	}
	#wrapper_footer .elementor-container .elementor-row {
		flex-wrap: nowrap;
	}
	#wrapper_footer .foot_block .elementor-column-wrap {
		padding: 0 !important;
	}
	.block_glass {
		padding: 0px 30px 0px 30px !important;
	}
	#abs_banner {
		bottom: 0 !important;
	}
	#abs_banner img {
		 width: 50%;
	}
	#cup img {
		width: 55%;
	}
	.emodal-content .page_wrapper {
		flex-flow: row wrap;
	}
	.emodal-content .page_wrapper .item {
		width: 50%;
	}
	#sample_slider .wrapper_slider .wrap_text {
		right: 300px;
	}
	#konsult {
		margin-top: 0;
	}
	.akordeon p {
		font-size: 12px !important;
	}
	.img_abs1 {
		display: none;
	}
	
	.img_abs2 {
		display: none;
	}
	
	.img_abs3 {
		display: none;
	}
	.img_abs4 {
		display: none;
	}
	.img_abs6 {
		right: 0 !important;
	}
	.img_abs {
		left: auto !important;
		right: 20px !important;
	}
	.wrap_content .elementor-container, .header_container {
		width: 90% !important;
	}
	.banner_main {
		top: 50px;
	}
	.header_container .site-branding {
		 width: 130px !important;
	}
	.header_container .main-navigation a {
		font-size: 13px !important;
	}
	.basket-btn__label {
		width: 30px;
		height: 30px;
	}
	.language {
		width: 30px !important;
		height: 30px !important;
		font-size: 13px !important;
	}
	.left_block .elementor-column-wrap {
		padding-left: 20px !important;
	}
	.list-style .elementor-container {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.sostav .elementor-column-wrap {
		padding: 0 !important;
	}
	.bg_shadow .elementor-column-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.img_abs5 {
		left: -80px !important;
	}
	.img_abs7 {
		left: -115px !important;
	}
	.zakaz {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.lh {
		line-height: 15px !important;
	}
	.elementor-7 .elementor-element.elementor-element-19c885e > .elementor-widget-container {
		margin: -48px 0px 0px 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.elementor-7 .elementor-element.elementor-element-ba0007b > .elementor-widget-container {
		margin: -90px 0px 0px 0px !important;
	}
	.footer_text p {
		font-size: 11px !important;
	}
	.fz_wrapper p {
		font-size: 14px !important;
	}
 	.elementor-7 .elementor-element.elementor-element-8722cb4 {
		padding: 0 !important;
	}
	.elementor-7 .elementor-element.elementor-element-f963c9a {
		padding: 0 !important;
	}
	#oformite_pokupku {
		display: flex;
		justify-content: center;
	}
	#cup img {
		width: 50%;
	}
	#abs_banner img {
		width: 70%;
   }
	#wrapper_footer .elementor-container .elementor-row {
		flex-wrap: nowrap;
	}
	#wrapper_footer .foot_block .elementor-column-wrap {
		padding: 0 !important;
	}
	.form1  form .icon_user, .form1  form .icon_phone {
		margin-bottom: 20px;
	}
	.emodal-content h2 {
		font-size: 32px;
	}
	.emodal {
		top: 70px !important;
	}
	.emodal-content .page_wrapper {
		flex-flow: row wrap;
	}
	.emodal-content .page_wrapper .item {
		width: 100%;
	}
	#konsult {
		margin-top: 30px;
	}
	#sample_slider .wrapper_slider .wrap_text {
		right: 200px;
	}
	.slide_img {
		margin-left: 0;
	}
	.owl-carousel .owl-item .img_slider {
		width: 290px !important;
		height: 430px !important;
	}
	.img_abs1 {
		display: none;
	}
	.img_abs2 {
		display: none;
	}

	.img_abs3 {
		display: none;
	}
	.img_abs4 {
		display: none;
	}
	.img_abs5 {
		display: none;
	}
	.img_abs6 {
		display: none;
	}
	.img_abs7 {
		display: none;
	}
	.img_abs {
		display: none;
	}
	.banner_main {
		top: 90px;
	}
	.main_img {
		left: -340px !important;
		width: 250px !important;
		top: -50px !important;
	}
	.wrap_content .elementor-container, .header_container {
		width: 90% !important;
	}
	.left_block {
		margin-top: 50px;
		width: 100% !important;
	}
	.left_block .elementor-column-wrap {
		padding-left: 10px !important;
	}
	#share_original .elementor-row {
		flex-direction: column !important;
		align-items: center !important;
	}
	#share_original .list-style .elementor-row {
		flex-direction: row !important;
	}
	.tovary .elementor-row {
		flex-direction: column;
	}
	.form1 form {
		padding: 0 100px;
	}

	.form1 form {
		flex-direction: column;
	}
	.form1 form .icon_user, .form1 form .icon_phone, .form1 form .form_button {
		width: 100% !important;
	}
	.form1 form .icon_user span, .form1 form .icon_phone span {
		margin-bottom: 15px;
		width: 100%;
	}
	.bg_shadow {
		width: 100% !important;
		margin-bottom: 25px;
		margin-top: 50px;
	}
	.wave img {
		max-width: 68% !important;
	}
	.text_lh {
		line-height: 14px !important;
	}
	.akordeon p {
		font-size: 17px !important;
	}
	.akordeon a {
		font-size: 14px !important;
	}
	.zakaz_contacts {
		margin-bottom: 50px;
		position: relative;
		z-index: 2 !important;
	}
	.zakaz_contacts .elementor-row {
		flex-direction: column;
	}
	.zakaz_contacts .elementor-row .zakaz {
		width: 100% !important;
		margin-bottom: 25px;
	}
	.header_button {
		display: none;
	}
	.language {
		display: none !important;
	}
	.header_container {
		position: relative;
	}
	.s-header__basket-wr {
		position: absolute;
		right: 0;
		top: -8px;
	}
	.dekstop_logo {
		display: none;
	}
	.menu-toggle {
		background: none;
		border: 1px solid#8C536A;
		color: #8C536A;
	}

	.menu-toggle:hover {
		background: #8C536A;
	}
	.menu-toggle:focus {
		outline: none !important;
	}
	.mob_logo {
		display: block;
		position: absolute;
		left: 255px;
   		top: 4px;
	}
	#abrikos {
		margin-top: 0;
	}
	#share_original {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	#slider_553 {
		padding: 35px 0px;
	}
	.wspl h2 {
		font-size: 22px !important;
	}
	.main-navigation.toggled ul {
		padding-top: 15px;
	}
	.fz_wrapper p {
		margin: 0 !important;
		line-height: 20px !important;
		font-size: 18px !important;
	}
 	.elementor-7 .elementor-element.elementor-element-8722cb4 {
		padding: 0 !important;
	}
	.elementor-7 .elementor-element.elementor-element-f963c9a {
		padding: 0 !important;
	}
	#button_main_banner .add_to_cart_inline {
		justify-content: center !important;
	}
	#abs_banner {
		display: none;
	}
	#sample_slider .wrapper_slider .wrap_text {
		top: 180px !important;
		left: 20px !important;
	}
	#sample_slider .wrapper_slider .wrap_text h6 {
		font-size: 50px !important;
	}
	.form1  form .icon_user, .form1  form .icon_phone {
		margin-bottom: 20px;
	}
	.emodal-content h2 {
		font-size: 32px;
		text-align: center;
	}
	.emodal {
		top: 70px !important;
	}
	.emodal-content .page_wrapper {
		flex-flow: row wrap;
	}
	.emodal-content .page_wrapper .item {
		width: 100%;
	}
	.img_abs1 {
		display: none;
	}
	.img_abs2 {
		display: none;
	}

	.img_abs3 {
		display: none;
	}
	.img_abs4 {
		display: none;
	}
	.img_abs5 {
		display: none;
	}
	.img_abs6 {
		display: none;
	}
	.img_abs7 {
		display: none;
	}
	.img_abs {
		display: none;
	}
	.text_content .elementor-column-wrap {
		padding-left: 20px !important;
	}
	.text_content .elementor-column-wrap p {
		font-size: 12px !important;
	}
	.banner_main {
		top: 140px;
	}
	.wrpa_content {
		margin-top: 50px !important;
	}
	.wrapper_form .elementor-column-wrap {
		padding: 30px !important;
	}
	.form1 form {
		flex-direction: column;
	}
	.form1 form .icon_user, .form1 form .icon_phone, .form1 form .form_button {
		width: 100% !important;
	}
	.form1 form .icon_user span, .form1 form .icon_phone span {
		margin-bottom: 15px;
		width: 100%;
	}
	.left_block .elementor-column-wrap {
		padding-left: 0 !important;
	}
	.form_two .elementor-column-wrap {
		padding: 20px !important;
	}
	#abrikos .elementor-column-wrap {
		padding-left: 15px  !important;
		padding-right: 15px  !important;
	}
	.bg_shadow {
		margin-top: 50px;
		margin-bottom: 15px;
	}
	.wrap_content .elementor-container, .header_container {
		width: 96% !important;
	}
	#konsult {
		margin-top: 50px !important;
	}
	.wrapper_form h2 {
		font-size: 30px !important;
	}
	.wrapper_form p {
		line-height: 15px !important;
		margin: 0 !important;
	}
	.text_what  {
		line-height: 16px !important;
	}
	.text_what p {
		margin: 0 !important;
	}
	#abrikos {
		margin-top: 0;
	}
	.form_two {
		position: relative;
		z-index: 40;
		margin-top: 50px !important;
	}
	.wave {
		display: none;
	}
	.meneger p {
		margin: 0 !important;
		line-height: 15px !important;
	}
	.wrapper_parhner {
		margin-top: 20px !important;
		margin-bottom: 30px !important;
	}
	#faq {
		padding-top: 100px !important;
	}
	.akordeon .elementor-tab-title {
		padding: 20px !important;
	}
	.akordeon .elementor-tab-content {
		padding: 5px 20px !important;
	}
	.akordeon .elementor-tab-title a {
		font-size: 11px !important;
	}
	.akordeon p br {
		display: none !important;
	}
	.zakaz {
		padding: 20px 0px !important;
	}
	.zakaz h2 {
		font-size: 28px !important
	}
	.lh {
		line-height: 14px !important;
	}
	.lh p {
		margin: 0 !important;
	}
	.adress {
		margin: 50px 0 !important;
	}
	.adress .elementor-column-wrap {
		padding-left: 0 !important;
	}
	#share_original {
		margin-bottom: 0;
		padding-top: 20px;
	}
	footer .foot_block {
		display: none;
	}
	.footer_wrapper .elementor-container .elementor-row {
		flex-wrap: nowrap;
	}
	.foot_logo a {
		width: 170px;
	}
    .header_button {
		display: none;
	}
	.language {
		display: none !important;
	}
	.header_container {
		position: relative;
	}
	.s-header__basket-wr {
		position: absolute;
		right: 0;
		top: -8px;
	}
	.dekstop_logo {
		display: none;
	}
	.menu-toggle {
		background: none;
		border: 1px solid#8C536A;
		color: #8C536A;
	}

	.menu-toggle:hover {
		background: #8C536A;
		color: #fff;
	}
	.menu-toggle:focus {
		outline: none !important;
	}
	.mob_logo {
		display: block;
		position: absolute;
		
		top: -10px;
	}
	#faq {
		min-height: 550px;
	}
	header {
		top: 0;
	}
	.slide_img {
		display: none;
	}
	
	#banner_bg_img {
		top: 0;
	}
	.banner_main {
		top: 0;
	}
	#sample_slider .wrapper_slider .wrap_text .adress_ha {
		font-size: 27px;
	}
	#sample_slider .wrapper_slider .wrap_text .description_slider {
		font-size: 25px;
	}
	.elementor-7 .elementor-element.elementor-element-ba0007b > .elementor-widget-container {
		margin: -85px 0px 0px 0px !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	.mob_logo {
		left: 75px;
	}
}
 
@media screen and (min-width: 375px) and (max-width: 424px) {
	.mob_logo {
		left: 90px;
	}
}

@media screen and (min-width: 425px) and (max-width: 767px) {
	.mob_logo {
		left: 120px;
	}
}

*/


@font-face {
	font-family: 'RubikRegular';
	src: url('fonts/Rubik-Regular.ttf'); 
} 

@font-face {
	font-family: 'RubikBold';
	src: url('fonts/Rubik-Bold.ttf'); 
} 

@font-face {
	font-family: 'RubikLight';
	src: url('fonts/Rubik-Light.ttf'); 
}

@font-face {
	font-family: 'RubikMedium';
	src: url('fonts/Rubik-Medium.ttf'); 
} 

@media screen and (max-width: 1440px) {
	#page .main-prod-img {
		width: 50%;
		right: 0;
	}
}
@media screen and (max-width: 1250px) {
	#page #primary .upsells > ul.products li.product {
		padding: 20px;
	}
	#page .upsells .owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
	#page .upsells .owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
	#page .advantages > div > div > div > div > div:after {
		right: 0;
		top: 0;
	}
	#page .advantages > div > div > div > div > div:before {
		left: 0;
		bottom: 0;
	}
	#page .recommendations .elementor-tab-desktop-title.elementor-active:before {
		width: 30px;
		height: 30px;
		left: -18px;
	}
	.emodal-content h2 {
		margin-top: 10px;
		font-size: 24px;
	}
	.emodal-content .text_popup {
		margin: 0 0 15px;
	}
	#eModal-1 .form1 {
		margin-bottom: 10px;
		width: 100%;
	}
	.emodal-content .form1 form div input {
		padding: 10px 10px 10px 35px;
	}
	.emodal-content .icon_user:before {
		font-size: 16px;
		top: 8px;
		left: 15px;
	}
	.emodal-content form .fas1 {
		font-size: 16px;
		top: 13px;
		left: 15px;
	}
	.emodal-content .form1 form div input[type="submit"] {
		padding: 12px;
		line-height: 17px;
	}
}
@media screen and (max-width: 1100px) {
	#page .recommendations .elementor-widget-tabs .elementor-tab-content h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.single-product #primary {
		padding-top: 100px;
	}
	#primary {
		padding-top: 50px;
	}
	.dekstop_logo {
		max-width: 100px;
	}
	header .header_container .main-navigation a {
		font-size: 13px;
		margin: 0 5px;
	}
	.basket-btn {
		width: 40px;
		height: 40px;
	}
	.basket-btn .basket-btn__label img {
		max-width: 20px;
	}
	.basket-btn .basket-btn__counter {
		width: 16px;
		height: 16px;
		font-size: 12px;
		top: -5px;
		right: -5px;
	}
	header .header_container .language {
		margin-right: 20px;
		margin-left: 20px;
		width: 40px;
		height: 40px;
		font-size: 13px;
	}
	header .header_container .header_button {
		padding: 8px 20px 8px 15px;
		font-size: 14px;
		line-height: 24px;
	}
	header .header_container .header_button .fa-phone {
		margin-right: 10px;
		display: flex;
		align-items: center;
	}
	header .header_container .header_button .fa-phone:before {
		width: 18px;
		height: 20px;
	}
	#page .main-h1 {
		margin-bottom: 30px;
	}
	#page .main-h1 h1 {
		font-size: 24px;
		line-height: 30px;
		max-width: 400px;
	}
	#page .main-h1 h1 img {
		max-width: 90px;
	}
	#page .main-descr {
		max-width: 400px;
		font-size: 16px;
		margin-bottom: 25px;
	}
	#page .main-section {
		padding: 150px 0 100px;
	}
	#page h2 {
		font-size: 28px;
	}
	#page .section-two h2 {
		margin-bottom: 35px;
	}
	#page .properties-items .elementor-widget-text-editor {
		font-size: 14px;
	}
	#page .image-racing {
		padding: 0 100px;
	}
	#page .properties-items .elementor-image img {
		max-height: 100%;
		width: auto;
	}
	#page .properties-items .elementor-image {
		height: 60px;
		margin-bottom: 15px;
	}
	#page .benefit-section h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	#page .benefit-section h2 span + span {
		margin-top: 3px;
		max-width: 90px;
	}
	#page .benefit-section h2 span + span:after {
		top: -3px;
		right: -10px;
		font-size: 14px;
	}
	#page .benefit-section > div > div > div > div > div {
		padding: 20px;
		background-size: 35%;
	}
	#page .benefit-section .elementor-text-editor p {
		margin: 0 0 10px;
	}
	#page .benefit-section .elementor-text-editor {
		font-size: 14px;
		line-height: 16px;
	}
	#page .benefit-last {
		margin: 10px 0 15px;
	}
	#page .benefit-last > div > div > div {
		width: 100px;
	}
	#page .benefit-last > div > div > div + div {
		width: calc(100% - 100px);
	}
	#page .benefit-section .elementor-button-link {
		padding: 10px 25px;
		font-size: 14px;
	}
	#page .special-block .elementor-widget-wrap .elementor-text-editor {
		line-height: 20px;
		font-size: 14px;
	}
	#page .special-block .elementor-widget-wrap .elementor-text-editor h2 {
		font-size: 38px;
	}
	#page .special-block .elementor-widget-wrap .elementor-text-editor a {
		margin-top: 20px;
		padding: 10px 30px;
	}
	#page .special-block .elementor-widget-wrap {
		background: url(/wp-content/themes/share/img/special-bg.jpg) no-repeat center;
		border-radius: 25px;
		height: 230px;
		padding: 30px;
		background-position: top center;
	}
	#masthead {
		padding: 10px 0;
	}
	#page .benefit-section {
		margin-top: -50px;
	}
	#page .special-block {
		margin-top: 30px;
	}
	#page .advantages > div > div > div > div > div {
		padding: 20px;
		margin-top: 30px;
	}
	#page .advantages h2 {
		font-size: 24px;
		line-height: 26px;
		padding: 0 100px;
	}
	#page .advantage-descr1 {
		margin: 0 auto 30px;
		max-width: 100%;
		padding: 0 100px;
	}
	#page .advantage-descr1 p {
		font-size: 16px;
		line-height: 20px;
	}
	#page .advantages h2:before {
		width: 90px;
		height: 130px;
	}
	#page .advantages > div > div > div > div > div:after {
		width: 90px;
		height: 150px;
	}
	#page .advantage-items .elementor-text-editor {
		margin-bottom: 20px;
	}
	#page .advantage-items .elementor-text-editor p {
		font-size: 14px;
		line-height: 18px;
	}
	#page .advantage-items .elementor-text-editor p:first-child {
		height: 50px;
		width: 50px;
		margin-right: 10px;
	}
	#page .advantage-descr1 ~ .advantage-descr1 {
		margin: 0 auto 20px;
	}
	#page .advantage-descr2 .elementor-text-editor {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	#page .advantages > div > div > div > div > div:before {
		width: 150px;
		height: 95px;
	}
	#page .tovary {
		padding: 30px 0 0;
	}
	#page .woocommerce ul.products li.product {
		padding: 20px 50px;
	}
	#page .woocommerce ul.products li.product .price {
		margin: 15px 0;
	}
	#page .recommendations {
		margin-top: 0;
	}
	#page .recommendations h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	#page .recommendations h2 span + span {
		margin-top: 10px;
		max-width: 80px;
	}
	#page .recommendations h2 span + span:after {
		top: -3px;
		right: -11px;
		font-size: 14px;
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 10px 15px 10px 25px;
		font-size: 14px;
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-content {
		font-size: 14px;
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-content p {
		margin: 0 0 10px;
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-content hr {
		margin: 0 0 10px;
	}
	#page .recommendations .elementor-tabs {
		background-size: 65%;
	}
	#faq {
		margin-top: 30px;
	}
	#page .faq h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#page .faq .elementor-accordion-title {
		font-size: 16px;
		line-height: 1.2;
		padding-right: 15px;
	}
	#page .faq .elementor-tab-title {
		padding: 18px 18px 18px 53px;
		border-radius: 15px;
	}
	#page .faq .elementor-tab-title.elementor-active {
		padding: 15px 15px 15px 50px;
		margin-bottom: 15px;
	}
	#page .faq .elementor-tab-title:before {
		left: 21px;
		height: 16px;
		width: 16px;
	}
	#page .faq .elementor-tab-title.elementor-active:before {
		left: 18px;
	}
	#page .faq .elementor-tab-content {
		padding: 0 0 0 57px;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	#page .main-slogan {
		margin: 30px 0;
	}
	#page .main-slogan h2 {
		font-size: 20px;
	}
	#page .main-slogan h2 img {
		width: 70px;
	}
	#page .main-slogan h2 span:first-child::after {
		top: -3px;
		right: -12px;
		font-size: 14px;
	}
	#page .main-slogan > div > div > div > div > div {
		padding: 30px 180px;
	}
	#page .consultation {
		margin-top: 50px;
	}
	#page .consultation h2 {
		font-size: 24px;
		line-height: 24px;
	}
	#page .consultation .elementor-text-editor {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	#page .consultation > div > div > div > div > div {
		padding: 30px;
	}
	#page .consultation .wpcf7-form-control-wrap input {
		font-size: 14px;
		padding: 10px 40px;
	}
	#page .consultation .icon_user:before {
		left: 14px;
		top: 7px;
	}
	#page .consultation form .fas1 {
		left: 13px;
		top: 13px;
	}
	footer#colophon .elementor-top-section {
		margin-top: 40px;
	}
	footer#colophon .elementor-text-editor {
		font-size: 12px;
		line-height: 16px;
	}
	#page .consultation form div input[type="submit"] {
		padding: 12px;
		font-size: 14px;
		line-height: 15px;
	}
	#page #footer_main > div > div > div > div {
		padding: 0;
	}
	footer#colophon .elementor-top-section {
		margin-top: 30px;
		padding: 15px 0;
	}
	#page .foot_logo img {
		max-width: 100px;
	}
	#page .socseti img {
		max-width: 35px;
	}
	#page .socseti .elementor-widget-wrap > div + div {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1008px) {
	.prod-title-block > img {
		width: 80px;
	}
	.prod-title-block {
		padding-right: 100px;
	}
	#primary div.summary .brand-series img {
		margin: 0 0 5px;
	}
	#primary h1.product_title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	#primary div.summary .woocommerce-product-details__short-description {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	.single-product #primary .quantity .qty_button {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 26px;
	}
	.single-product #primary .quantity .qty {
		line-height: 30px;
		font-size: 16px;
		width: 50px;
	}
	.single-product #primary .quantity {
		margin-right: 20px;
	}
	.single-product #primary .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .single-product #primary .woocommerce button.button.alt, .single-product .woocommerce input.button.alt {
		padding: 4px 20px;
		line-height: 24px;
	}
	#primary .addtocart-block button {
		width: auto;
		margin-right: 20px;
	}
	#primary .addtocart-block .price span:first-child {
		font-size: 20px;
	}
	#primary .prod-descr-main h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#primary .prod-descr-main {
		font-size: 14px;
		line-height: 16px;
	}
	.addtocart-block {
		margin-bottom: 20px;
	}
	#primary .prod-descr-main ul li {
		padding-left: 25px;
	}
	#primary .prod-descr-main ul li:before {
		width: 16px;
		height: 16px;
		top: 0;
		left: 0;
	}
	#primary div.summary .brand-series img {
		max-height: 35px;
	}
	header .header_container .main-navigation {
		order: 1;
		margin: 0;
	}
	header .header_container .main-navigation .menu-toggle {
		background: none;
		border: none;
		padding: 0 10px;
		font-size: 26px;
		color: #f9852a;
		width: 50px;
	}
	header .s-header__basket-wr {
		margin: 0;
		order: 3;
		width: 60px;
		padding: 0 10px;
	}
	.dekstop_logo {
		order: 2;
		margin: 0 auto;
	}
	.main-navigation .menu-menu-1-container {
		position: fixed;
		top: 62px;
		background: #fff;
		width: 100%;
		left: -100%;
		padding: 10px 20px;
		transition: .3s;
	}
	.main-navigation.toggled .menu-menu-1-container {
		left: 0;
		box-shadow: 0 20px 20px 0 rgb(0, 0, 0, .1);
	}
	.main-navigation ul {
		display: block;
	}
	header .header_container .main-navigation ul a {
		display: inline-block;
	}
	.menu-additional {
		display: flex;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	header .header_container .main-navigation .menu-additional a {
		color: #fff;
		font-size: 14px;
		padding: 7px 30px 7px 20px;
		margin: 0;
	}
	header .header_container .main-navigation .menu-additional a:before {
		display: none;
	}
	header .header_container .main-navigation .menu-toggle:focus, header .header_container .main-navigation .menu-toggle:focus-visible {
		outline: none;
		border: none;
	}
	header .header_container .language {
		margin-right: 20px;
		margin-left: 7px;
	}
	body .emodal.medium {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 960px) {
	#primary .single-product > .product .woocommerce-product-gallery {
		width: 100%;
	}
	#primary .single-product > .product {
		flex-wrap: wrap;
	}
	#primary .woocommerce div.product div.summary {
		width: 100%;
	}
	#primary .single-product > .product:after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.prod-descr-main .tabs-head > div {
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 14px;		
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-content h3 {
		display: none;
	}
	footer#colophon .elementor-row .elementor-row > div {
		width: 50%;
		padding: 10px 0;
	}
	footer#colophon .foot_logo .elementor-image {
		text-align: left;
	}
	footer#colophon .elementor-top-section {
		padding: 10px 0;
	}
	#page .main-section {
		padding: 100px 0 30px;
	}
	#page .main-prod-img {
		width: 100%;
		position: initial;
		transform: none;
	}
	#page .main-h1 h1 {
		max-width: 100%;
	}
	#page .main-h1 {
		margin-bottom: 20px;
	}
	#page .main-descr {
		max-width: 100%;
		text-align: center;
	}
	#page .section-two h2 {
		margin-bottom: 25px;
	}
	#page .image-racing {
		display: none;
	}
	#page .properties-items .elementor-row {
		justify-content: center;
	}
	#page .properties-items .elementor-row > div, #page .properties-items .elementor-row > div:nth-child(2n), #page .properties-items .elementor-row > div:first-child, #page .properties-items .elementor-row > div:last-child, #page .properties-items .elementor-row > div:nth-child(3) {
		padding-top: 0;
		width: 33.333333%;
		margin-bottom: 10px;
	}
	#page .benefit-section {
		margin-top: 20px;
	}
	#page .special-block .elementor-widget-wrap {		
		background-size: auto 100%;
		border-radius: 10px;
	}
	#page .advantages > div > div > div > div > div {
		padding: 80px 20px 60px;
		margin-top: 60px;
	}
	#page .advantages h2:before {
		top: -130px;
		left: auto;
		right: 0;
	}
	#page .advantages > div > div > div > div > div:after {
		background-image: url(/wp-content/themes/share/img/leaf-mobile.png);
		right: -20px;
		top: 50%;
		margin-top: 30px;
	}
	#page .advantages h2 {
		padding: 0;
	}
	#page .advantage-descr1 {
		margin: 0 auto 20px;
		padding: 0;
	}
	.advantages-mobile {
		display: block;
	}
	#page .advantage-items .elementor-text-editor p:first-child {
		display: none;
	}
	#page .advantage-items .elementor-text-editor {
		justify-content: center;
	}
	#page .advantage-descr1 ~ .advantage-descr1 {
		margin: 30px auto;
	}
	#page .advantages > div > div > div > div > div:before {
		bottom: -35px;
		left: -50px;
	}
	#page .tovary .elementor-row .elementor-row .elementor-column, #page .woocommerce ul.products li.product {
		width: 100%;
	}
	#page .recommendations .elementor-tabs-content-wrapper > .elementor-tab-title {
		border: none;
		font-family: 'CentSchbkCyrill BT Bold';
		color: #000;
		padding: 12px 30px 12px 12px;
		position: relative;
	}
	#page .recommendations .elementor-tabs-content-wrapper > .elementor-tab-title:after {
		content: "+";
		position: absolute;
		right: 8px;
		top: 12px;
		color: #f9852a;
		display: block;
		font-size: 28px;
		line-height: 22px;
		text-align: center;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	#page .recommendations .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-active {
		color: #926415;
	}
	#page .recommendations .elementor-widget-tabs .elementor-tab-content {
		padding: 15px 12px 240px;
		border-radius: 12px;
		border: none;
		background: #f9f9f9 url(/wp-content/themes/share/img/tabs-bg-mobile.png) no-repeat right bottom;
		background-size: 350px;
		background-position: right bottom;
		box-shadow: 0 4px 13px 0 rgb(37, 53, 94, 0.08);
		margin-bottom: 10px;
	}
	#page .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 0 10px;
	}
	#page .recommendations .elementor-tabs {
		background: none;
	}
	#faq {
		margin-top: 20px;
	}
	#page .main-slogan > div > div > div > div > div {
		padding: 40px 10px 150px;
		overflow: visible;
	}
	#page .main-slogan > div > div > div > div > div:before {
		display: none;
	}
	#page .main-slogan > div > div > div > div > div:after {
		width: 250px;
		height: 190px;
		background: url(/wp-content/themes/share/img/abrikos.png) no-repeat center;
		background-size: contain;
		right: 50%;
		transform: translateX(50%);
		bottom: -50px;
	}
	#page .consultation {
		margin-top: 90px;
	}
	#page .special-block {
		margin-top: 60px;
	}
}
@media screen and (max-width: 600px) {
	.emodal-content .form1 form div {
		margin-bottom: 15px;
	}
	.emodal-content .form1 form div {
		width: 100%;
	}
	.emodal-content .form1 form div .wpcf7-form-control-wrap {
		width: 100%;
	}
	.emodal-content .form1 form div.form_button {
		margin-bottom: 0;
	}
	.emodal-content h2 {
		font-size: 18px;
		width: 100%;
		text-align: center;
	}
	.emodal .emodal-close {
		top: 5px !important;
		right: 5px !important;
		padding: 3px 5px !important;
	}
	#page .consultation form > div {
		width: 100%;
		margin-bottom: 15px;
	}
	#page .consultation form > div .wpcf7-form-control-wrap {
		width: 100%;
	}
	#page .consultation form > div.form_button {
		margin-bottom: 0;
	}
	#page .consultation .elementor-widget-heading + .elementor-widget-text-editor {
		margin-bottom: 10px;
	}
	.home #page {
		background-image: url(/wp-content/themes/share/img/bg-mobile-top.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center 250px;
	}
	#page .main-descr {
		margin-bottom: 50px;
	}
	#page .main-h1 {
		margin-bottom: 25px;
	}
	#page .main-prod-img img {
		width: calc(100% + 40px);
		max-width: initial;
		position: relative;
		left: -20px;
	}
	#page .benefit-section > div > div > div > div > div {
		padding: 20px 5px;
		background: none;
	}
	#page .special-block .elementor-widget-wrap {
		background-image: url(/wp-content/themes/share/img/special-bg-mobile.jpg);
		background-size: cover;
		background-position: right bottom;
		height: auto;
		padding: 50px 30px;
	}
	#page .special-block .elementor-widget-wrap .elementor-text-editor h2 {
		font-size: 58px;
		margin-bottom: 30px;
	}
	#page .special-block .elementor-widget-wrap .elementor-text-editor a {
		margin-top: 40px;
	}
	#primary .prod-descr-main table td {
		width: 60% !important;
		padding: 10px;
	}
}
@media screen and (max-width: 470px) {
	#page .properties-items .elementor-image {
		margin-bottom: 0;
	}
	#page .properties-items .elementor-row > div, #page .properties-items .elementor-row > div:nth-child(2n), #page .properties-items .elementor-row > div:first-child, #page .properties-items .elementor-row > div:last-child, #page .properties-items .elementor-row > div:nth-child(3) {
		width: 100%;
	}
	#page .properties-items .elementor-row > div > div > div {
		justify-content: space-between;
		align-items: center;
	}
	#page .properties-items .elementor-row > div > div > div > div {
		width: 80px
	}
	#page .properties-items .elementor-row > div > div > div > div + div {
		width: calc(100% - 100px);
	}
	#page .properties-items .elementor-row > div > div > div > div + div .elementor-text-editor {
		text-align: left;
		font-size: 18px;
	}
	#page .properties-items .elementor-image {
		height: auto;
	}
	#page .properties-items .elementor-row {
		max-width: 300px;
		margin: 0 auto;
	}
	#page .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	#page .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	#page .woocommerce ul.products li.product {
		padding: 20px 30px;
	}
	#page li.product h2 {
		font-size: 18px;
		line-height: 1.1;
	}
	#page li.product .woocommerce-product-details__short-description {
		font-size: 14px;
		line-height: 16px;
	}
	#page .woocommerce ul.products li.product .price {
		margin: 5px 0 10px;
	}
	#page .faq .elementor-tab-title:before {
		display: none;
	}
	#page .faq .elementor-tab-title.elementor-active {
		padding: 15px;
	}
	#page .faq .elementor-tab-title {
		padding: 18px;
	}
	#page .faq .elementor-tab-content {
		padding: 0 0 0 17px;
	}
	footer#colophon .elementor-row .elementor-row > div {
		width: 100%;
	}
	footer#colophon .elementor-top-section {
		padding: 10px 40px;
	}
	footer#colophon .foot_logo .elementor-image {
		text-align: center;
	}
	#page .socseti .elementor-widget-wrap {
		justify-content: center;
	}
	#page .benefit-last > div > div {
		justify-content: center;
	}
	#page .benefit-last > div > div > div + div {
		width: 100%;
		margin-top: 20px;
	}
	.single-product .quantity-block {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.single-product .quantity-block .price-block {
		width: 100%;
		margin-top: 10px;
	}
	.addtocart-block {
		flex-wrap: wrap;
	}
	#primary .addtocart-block .price {
		width: 100%;
		order: 1;
		margin-bottom: 15px;
	}
	#primary .addtocart-block button {
		order: 2;
	}
	.prod-title-block {
		padding-right: 100px;
		display: flex;
		flex-flow: column;
	}
	#primary div.summary .brand-series {
		text-align: center;
		order: 1;
	}
	#primary h1.product_title {
		order: 3;
	}
	.prod-title-block > img {
		order: 2;
		position: initial;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 360px) {
	#page .special-block .elementor-widget-wrap {
		padding: 30px;
	}
	#primary .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, #primary .woocommerce button.button.alt, .woocommerce input.button.alt {
		font-size: 14px;
	}
}
