/*!
Theme Name: miniso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miniso
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: OpenSans;
	src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: OpenSans;
	src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Arial;
	src: url('fonts/Arial/ArialRegular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Arial;
	src: url('fonts/Arial/ArialBold.ttf');
	font-weight: bold;
	font-style: normal;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4{
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 52px;
	line-height: 1.35;
	letter-spacing: 1.3px;
}
h2{
	font-size: 44px;
	line-height: 1.59;
	letter-spacing: 1.1px;
}
h3{
	font-size: 20px;
	line-height: 1.8;
}
h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: OpenSans;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 85px;
}
.main-navigation li:last-of-type, .header-social a:last-of-type{
	margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}

.main-navigation a:visited, .main-navigation a:focus{
	color: #000;
}
.main-navigation a:hover, .main-navigation a:active{
	color: #e50019;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

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


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
.container{
	max-width: 1510px;
	margin: 0 auto;
}
.site-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 17px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
}
.site-branding{
	margin-right: auto;
	display: flex;
}
.site-branding a{
	display: flex;
}
.header-social{
	margin-left: 94px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-social a{
	display: flex;
	margin-right: 44px;
	max-width: 28px;
	max-height: 28px;
}
a, .burger::before, .map-city,.map-address, .form-wrap .label, .map-address-info, .format-gallary-item::before, .benefits-item-list, .burger::after, .addresses-map-right, .addresses-list-item, .addresses-desc .slick-dots li, .addresses-desc-item-btn img, .burger span, .faq-question img, .products-filter-title, .products-filter svg path, .products-item-content, .news-wrap .slick-arrow, .news-wrap .slick-arrow svg path, .news-item-link img, .addresses-nav-item{
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.burger, .site-branding{
	position: relative;
	z-index: 1;
}
.burger{
	display: none;
	position: relative;
	width: 26px;
	height: 18.6px;
	cursor: pointer;
}
.burger::before, .burger::after, .burger span{
	content: '';
	position: absolute;
	width: 100%;
	height: 2.6px;
	background-color: #a1aecb;
	top: 0;
	left: 0;
}
.burger::before{
	background-color: #e50019;
}
.burger span{
	top: 8px;
	width: 24px;
}
.burger::after{
	top: 16px;
	width: 18px;
}
.burger:hover::before, .burger:hover::after, .burger:hover span{
	width: 100%;
	background-color: #e50019;
}
.burger.active::before, .burger.active::after, .burger.active span{
	background-color: #e50019;
}
.burger.active::before, .burger.active::after{
	width: 50%;
}
.burger.active::before{
	transform: rotate(-47deg);
	top: 4px;
}
.burger.active::after{
	transform: rotate(50deg);
	top: 12px;
}
.burger.active span{
	width: 100%;
	left: 3px;
}
.site-content{
	padding-top: 120px;
	overflow: hidden;
}
.error404 .main-navigation{
	display: none;
}
body.error404, .error404 #page, .error404 .site-content, .error404 .content-area, .error404 .site-main{
	height: 100%;
}
.error404 .content-area{
	position: relative;
	z-index: 1;
}
.error404 .site-content{
	position: relative;
	padding-top: 0;
}
.error404 .site-content:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #F9BFC5;
	position: absolute;
	left: -629px;
	top: 0;
}
.error404 .site-content::after, .error404 .content-area::before{
	content: '404';
	font-family: Lato;
	font-size: 430px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 8.6px;
	color: #e50019;
	opacity: 0.3;
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	right: 239px;
	z-index: -1;
}
.error404 .content-area::before{
	color: #fff;
}
.error404 .site-header{
	background: rgba(0,0,0,0);
}
.error404 .site-header::before{
	background: rgba(0,0,0,0);
}
.site-header.active{
	background: #fff!important;
}
.site-header.active .main-navigation{
	display: block!important;
}
.error-404{
	height: 100%;
	padding-left: 17.71%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title404{
	font-family: Arial;
	font-size: 30px;
	font-weight: 500;
	line-height: 2.03;
	letter-spacing: 0.59px;
	color: #343538;
	margin-bottom: 33px;
}
.text404{
	font-family: OpenSans;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.4px;
	color: #343538;
	margin-bottom: 14px;
}
.center{
	text-align: center;
}
.btn{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s ease-in-out;
	position: relative;
	box-shadow: -5px 25px 40px 0 rgba(209, 217, 235, 0.25);
	padding: 9px 60px;
	color: #e50019;
	font-family: Arial;
}
.btn:visited{
	color: #e50019;
}
.btn span{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.btn::before, .btn::after{
	content: '';
	position: absolute;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	background: linear-gradient(315deg,transparent 7px,#fff 0);
	background-position: 100%;
	background-size: 260% 100%;
	сolor: #E50019;
}
.btn::after{
	right: 0;
}
.btn::before{
	left: 0;
	-moz-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.btn:hover span, .btn.active span{
	color: #fff;
}
.btn:hover svg .fill, .btn.active svg .fill{
	fill:  #fff;
}
.btn:hover svg .stroke, .btn.active svg .stroke{
	stroke: #fff;
}
.btn:hover::before, .btn:hover::after, .btn.active::before, .btn.active::after{
	background: #E50019;
	background: linear-gradient(315deg,transparent 7px, #E50019 0);
}
.error404 .btn{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.4px;
	color: #e50019;
	padding: 9px 60px;
	height: 48px;
}
.header-menu-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-menu{
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.slide{
	position: relative;
}
.slide-wrap{
	overflow: hidden;
}
.slide.active{
	/*padding-left: 51px;*/
}
.slick-vertical .addresses-desc-item-wrap.slick-slide .addresses-desc-item-text, .slick-vertical .addresses-desc-item-wrap.slick-slide .addresses-desc-item-img{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration: 1s;
	transition-property: transform;
	transform: translate3d(-100px,0,0) scale(.6);
}
.slick-vertical .addresses-desc-item-wrap.slick-slide.slick-current .addresses-desc-item-text, .slick-vertical .addresses-desc-item-wrap.slick-slide.slick-current .addresses-desc-item-img{
	transform: translateZ(0) scale(1);
}

.slick-vertical .addresses-desc-item-wrap.slick-slide.slick-current{
	opacity: 1!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	transition: opacity 500ms ease 0.15s!important;
}
/*[data-aos="pad-left"] {*/
	/*padding-left: 30px;*/
	/*transition-property: padding-left, -webkit-transform;*/
	/*transition-property: transform, padding-left;*/
	/*transition-property: transform, padding-left, -webkit-transform;*/
/*}*/
/*[data-aos="pad-left"].aos-animate {*/
	/*padding-left: 51px;*/
/*}*/
.slide-img{
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 37.5%;
}
.slide img{
	width: 100%;
}
.slide-img span{
	content: '';
	width: 70%;
	height: 100%;
	background-image: linear-gradient(89deg, #ffffff, rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	left: -1px;
}
.slide-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding-left: 17%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.slide-subtitle{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #df071f;
	display: inline-block;
	background-color: #ffffff;
	padding: 7px 22px;
	margin-bottom: 17px;
}
.slide-title{
	font-family: Arial;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.59;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}
.slide-text{
	font-size: 18px;
	line-height: 1.78;
}
.slider{
	margin-bottom: 70px;
}
.slider .btn{
	margin-top: -32px;
	font-weight: bold;
	box-shadow: -15px 25px 40px 0 rgba(209, 217, 235, 0.25);
	padding: 11.5px 60px;
}
.btn svg{
	margin-right: 24px;
}
.slider .slick-dotted.slick-slider, .addresses-desc.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slider .slick-dots{
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li.slick-active{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li.slick-active button{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #df071f;
}
.slider .slick-dots li{
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 14px;
}
.slider .slick-dots li button{
	width: 14px;
	height: 14px;
	padding: 0;
}
.slider .slick-dots li button::before{
	display: none;
}
.slider .slick-next {
	right: 50px;
}
.slider .slick-prev {
	left: 50px;
}
.slick-arrow{
	z-index: 1;
	opacity: 1;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.flex{
	display: flex;
}
.instagram{
	padding: 0 50px 134px 50px;
	position: relative;
	margin-bottom: 163px;
}
.instagram .square{
	width: 24.5%;
	height: 48.3%;
	position: absolute;
	z-index: -1;
}
.instagram .square::before{
	content: '';
	width: 20px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	transform: rotate(45deg);
}
.instagram .square1::before{
	top: -10px;
	left: -10px;
}
.instagram .square2::before{
	bottom: -10px;
	right: -10px;
}
.instagram .square1{
	top: 0;
	right: 0;
	background-image: linear-gradient(202deg, #d82d7e, #d82d7e 5%, #fa8f21 95%, #fa8f21);
}
.instagram .square2{
	bottom: 0;
	left: 0;
	background-image: linear-gradient(202deg, #fa8f21, #fa8f21 30%, #d82d7e 80%, #d82d7e);
}

.instagram-title{
	margin-bottom: 56px;
}
.title{
	font-family: Arial;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}
.instagram-gallery-wrap{
	margin-left: -17px;
	margin-right: -17px;
}
.instagram-account{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.16;
	color: #ffffff!important;
	position: absolute;
	top: 40px;
	right: 50px;
	text-decoration: none;
}
.instagram-gallery-item{
	padding: 0 17px;
}
.instagram-gallery-item a{
	display: inline-block;
	position: relative;
	width: 100%;
}
.instagram-gallery-item a img{
	width: 100%;
}
.instagram-gallery-item a:hover .ic-likes-comments{
	opacity: 1;
}
.instagram-gallery .slick-next{
	right: 20px;
}
.instagram-gallery .slick-prev{
	left: 25%;
}
.instagram-gallery .slick-prev, .instagram-gallery .slick-next{
	top: auto;
	bottom: -85px;
}
.faq{
	overflow: hidden;
	padding-bottom: 134px;
}
.faq-title{
	margin-bottom: 45px;
}
.faq-item{
	width: 40%;
}
.faq-wrap{
	position: relative;
}
.faq-answer{
	/*display: none;*/
	position: absolute;
	top: 0;
	right: 0;
	max-width: 60%;
	padding-left: 12%;
	padding-right: 5%;
}
.slick-slide:focus, .slick-slide a:focus, .slick-slide img:focus{
	outline: none;
}
.faq-question{
	font-family: Arial;
	font-size: 20px;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	line-height: 1.4;
	padding: 32px 0;
	cursor: pointer;
	position: relative;
}
.faq-question span{
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
}
.faq-question.active span{
	padding-left: 50px;
}
.faq-question span img{
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	left: -50px;
	opacity: 0;
}
.faq-question span, .faq-question span img{
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
}
.faq-question.active span img{
	left: 0;
	opacity: 1;
}
.faq-question img.bg, .addresses-desc-item-btn img.bg{
	width: 900px;
	max-width: initial;
	height: 175%;
	position: absolute;
	top: 0;
	right: -82px;
	opacity: 0;
}
.addresses-desc-item-btn img.bg{
	opacity: 1;
}
.faq-question.active{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
}
.faq-answer.active{
	/*display: inline-block;*/
}
.faq-answer-title{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.12;
	color: #ffc80a;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.faq-answer-title::before{
	content: '';
	width: 74px;
	height: 3px;
	background: #ffc80a;
	margin-right: 22.5px;
}
.wrap{
	padding: 0 50px;
}
.products{
	margin-bottom: 210px;
}
.page-products .products{
	margin-top: 80px;
	margin-bottom: 98px;
}
.page-products .products-filters{
	padding: 0;
}
.page-products .products-item-title-mob{
	display: inline-block;
	line-height: 1;
	margin-top: 26px;
	max-height: 22px;
}
.page-products .products-item{
	height: 374px;
}
.page-products .center{
	margin-top: 70px;
}
.page-products .center .btn{
	font-weight: bold;
}
.page-products .products-filter:nth-of-type(1) .products-filter-title, .page-products .products-filter:nth-of-type(2) .products-filter-title {
	color: #e50019;
}
.products-title{
	margin-bottom: 70px;
}
.products-filters{
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	padding: 0 5%;
	margin-bottom: 80px;
}
.separator{
	display: inline-block;
	height: 85px;
	width: 1px;
	opacity: 0.25;
	background: #e50019;
}
.products-filter{
	text-align: center;
	min-height: 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 5px;
	text-decoration: none;
	color: #000;
}
.products-filter:visited{
	color: #000;
}
.products-filter-icon{
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-filter:hover .products-filter-title, .products-filter.active .products-filter-title{
	color: #e50019;
}
.products-filter-title{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}
.products-filter.active svg path{
	fill: #e50019;
}
.products-item{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 400px;
	box-shadow: 0 25px 40px 0 rgba(209, 217, 235, 0.25);
	position: relative;
}
.home .products-item{
	overflow: hidden;
}
.home .products-item img{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: auto;
	height: auto;
	min-height: 100%;
	max-width: initial;
}
.products-item-wrap{
	padding: 15px;
	float: left;
}
.products-block{
	margin-left: -15px;
	margin-right: -15px;
}
.products-item-wrap:nth-of-type(10n+8) .products-item, .products-item-wrap:nth-of-type(10n+1) .products-item{
	height: 830px;
}
.products-item-wrap:nth-of-type(10n+8), .products-item-wrap:nth-of-type(10n+1){
	width: 33%;

}
.products-item-wrap:nth-of-type(10n+2), .products-item-wrap:nth-of-type(10n+2), .products-item-wrap:nth-of-type(10n+2), .products-item-wrap:nth-of-type(10n+5), .products-item-wrap:nth-of-type(10n+2), .products-item-wrap:nth-of-type(10n+6), .products-item-wrap:nth-of-type(10n+2), .products-item-wrap:nth-of-type(10n+10){
	width: 42%;
}
.products-item-wrap:nth-of-type(10n+3), .products-item-wrap:nth-of-type(10n+4),.products-item-wrap:nth-of-type(10n+7), .products-item-wrap:nth-of-type(10n+9){
	width: 25%;
}
.products-item-wrap:nth-of-type(10n+8){
	float: right;
}
.products-item-content{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, 0.5);
	opacity: 0;
	padding: 45px 35px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #ffffff;
}
.products-item:hover .products-item-content{
	opacity: 1;
}
.products-item-title{
	font-family: Arial;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 19px;
}
.products-item-title-mob{
	display: none;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 3.18;
	letter-spacing: 0.55px;
	color: #000000;
	margin-top: 9px;
}
.clear{
	clear: both;
}
span.ic-likes-comments {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	 opacity: 0;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ic-likes-comments>span{
	margin-bottom: 10px;
}
.ic-likes-comments>span:last-of-type{
	margin-bottom: 0;
}
.news-wrap{
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.news-item{
	padding: 0 12.5px;
}
.news-item-img{
	margin-bottom: 50px;
}
.news-item-img img{
	width: 100%;
}
.news-item-title{
	font-family: Arial;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 28px;
}
.news-item-desc{
	margin-bottom: 18px;
}
.news-item-link{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.4;
	color: #e50019;
	display: flex;
	align-items: center;
	max-height: 20px;
}
.news-item-link:hover, .news-item-link:visited, .news-item-link:focus, .news-item-link:active{
	color: #e50019;
}
.news-item-link img{
	margin-left: 12px;
}
.news-item-link:hover img{
	margin-left: 21px;
}
.news{
	margin-bottom: 114px;
	overflow: hidden;
}
.news-title{
	margin-bottom: 50px;
}
.news-wrap .slick-prev, .news-wrap .slick-next{
	top: 35%;
	height: 70%;

	width: 8%;
}
.news-wrap .slick-next{
	right: -10%;
}
.news-wrap .slick-prev{
	left: -10%;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
	opacity: 1;
}
.news-wrap .slick-arrow::before, .news-wrap .slick-arrow::after{
	content: ''!important;
	width: 20px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	transform: rotate(45deg);
	display: inline-block!important;
}
.news-wrap .slick-next::before{
	bottom: -10px;
	right: -10px;
}
.news-wrap .slick-next::after{
	transform: rotate(-45deg);
	top: -10px;
	right: -10px;
}
.news-wrap .slick-prev::before{
	transform: rotate(-45deg);
	bottom: -10px;
	left: -10px;
}
.news-wrap .slick-prev::after{
	transform: rotate(-45deg);
	top: -10px;
	left: -10px;
}
.quote{
	margin-bottom: 127px;
}
.quote-wrap{
	display: grid;
	grid-template-columns: 50% 50%;
}
.quote-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.quote-name{
	font-size: 16px;
	line-height: 1.31;
	margin-bottom: 32px;
}
.quote-name span{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-right: 10px;
}
.quote-text{
	position: relative;
	max-width: 60%;
}
.quote-text::before{
	content: '"';
	font-family: Arial;
	font-size: 90px;
	line-height: 0.93;
	color: #e50019;
	position: absolute;
	top: 0;
	left: -50px;
}
.site-footer{
	background-color: #2c2c2c;
}
.site-footer a:hover{
	color: #e50019;
}
.footer-top{
	margin: 74px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#go-top{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	right: -97px;
	top: 30px;
	font-size: 15px;
	line-height: 1.6;
	color: #808080;
	cursor: pointer;
}
#go-top svg{
	margin-bottom: 4px;
}
.footer-logo{
	margin-bottom: 45px;
}
.footer-text, .footer-contacts-item-title{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.38px;
	color: #808080;
	margin-bottom: 12px;
}
.footer_social{
	display: flex;
	align-items: center;
}
.footer_social a{
	margin-right: 43px;
	display: flex;
	max-width: 28px;
}
.footer_social a:last-of-type{
	margin-right: 0;
}
.footer-menu, .footer-contacts{
	padding-top: 30px;
}
.footer-menu ul{
	padding: 0;
	margin: 0;
}
.footer-contacts-item{
	display: flex;
	flex-direction: column;
}
.footer-menu ul li{
	list-style-type: none;
	margin-bottom: 16px;
	line-height: 1;
}
.footer-menu ul li:last-of-type{
	margin-bottom: 0;
}
.footer-menu ul li a{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	color: #ffffff;
	text-decoration: none;
}
.footer-contacts{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 62px 108px;
}
.footer-contacts-item-title{
	margin-bottom: 8px;
}
.footer-contacts-item-contact, .footer-contacts-item-contact:hover, .footer-contacts-item-contact:focus, .footer-contacts-item-contact:active, .footer-contacts-item-contact:visited{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 2px;
}
.footer-first{
	max-width: 432px;
}
.footer-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 28px;
	padding-bottom: 38px;
	border-top: solid 1px #3e3f42;
}
.copyright, .developer, .developer a, .developer a:visited, .developer a:focus, .developer a:hover, .developer a:active{
	text-decoration: none;
	opacity: 0.4;
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
}
.developer a, .developer a:visited, .developer a:focus, .developer a:hover, .developer a:active{
	opacity: 1;
}
.addresses{
	padding: 0 50px;
	margin-bottom: 80px;
}
.addresses-wrap{
	display: flex;
	justify-content: space-between;
}
.addresses-nav-item{
	margin-bottom: 6px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	opacity: 0.5;
}
.addresses-nav-item-title{
	font-family: Arial;
	font-weight: bold;
	line-height: 1.8;
	margin-right: 60px;
	text-transform: uppercase;
}
.addresses-nav-item-img{
	width: 116px;
	height: 78px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.slick-current .addresses-nav-item{
	opacity: 1;
}
.slick-current .addresses-nav-item-img, .addresses-nav-item:hover .addresses-nav-item-img{
	width: 166px;
}
.addresses-item-desc{
	display: flex;
	position: relative;
	padding-top: 98px;
	padding-left: 134px;
	padding-bottom: 30px;
	overflow: hidden;
}
.addresses-desc-item-title-bg{
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial;
	font-size: 200px;
	font-weight: bold;
	line-height: 0.8;
	letter-spacing: 10px;
	color: #d1d9eb;
	z-index: -1;
	text-transform: uppercase;
	opacity: 0.25;
}
.addresses-desc-item-img{
	display: flex;
	position: relative;
}
.addresses-desc-item-img::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -27px;
	right: -21px;
	background-color: #f5f8fa;
}
.addresses-desc-item-img img{
	position: relative;
	z-index: 1;
}
.addresses-desc-item-content{
	padding-left: 83px;
	max-width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.addresses-desc-item-text{
	margin-bottom: 27px;
	max-width: 70%;
}
.addresses-desc .slick-dots{
	display: flex;
	flex-direction: column;
	width: 33px;
	bottom: 0;
	height: 100%;
	justify-content: center;
	left: 0;
}
.addresses-desc .slick-dots li{
	width: 12px;
	height: 2px;
	margin: 0 0 21px 0;
	background: #a1aecb;
}
.addresses-desc .slick-dots li:hover{
	width: 16px;
	background: #e50019;
}
.addresses-desc .slick-dots li.slick-active{
	width: 32px;
	background: #e50019;
	margin-bottom: 57px;
}
.addresses-desc .slick-dots li:first-of-type.slick-active{
	margin-top: 0;
	margin-bottom: 0;
}
.addresses-desc .slick-dots li:nth-last-child(2){
	margin-bottom: 0;
}
.addresses-desc .slick-dots li:first-of-type.slick-active + li{
	margin-top: 57px;
}
.addresses-desc .slick-dots li:last-of-type{
	margin-top: 21px;
}
.addresses-desc .slick-dots li:nth-last-child(2).slick-active{
	margin-bottom: 57px;
}
.addresses-desc .slick-dots li:nth-last-child(2).slick-active + li{
	margin-top: 0;
	margin-bottom: 0;
}
.addresses-desc .slick-dots li:last-of-type.slick-active{
	margin-bottom: 0;
	margin-top: 57px;
}
.addresses-desc .slick-dots li:nth-of-type(2).slick-active{
	margin-top: 0;
	margin-bottom: 57px;
}
.addresses-desc .slick-dots li button{
	padding: 0;
	width: 100%;
	height: 100%;
}
.addresses-desc .slick-dots li button:before{
	display: none;
}
.addresses-desc-item-btn{
	position: relative;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.15;
	color: #e50019;
	padding: 32px 42px 32px 0;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}
.addresses-desc-item-btn img.bg{
	z-index: -1;
}
.addresses-desc-item-btn img{
	display: inline-block!important;
	vertical-align: middle;
	margin-left: 35px;
}
.addresses-desc-item-btn.active img:not(.bg){
	transform: rotate(180deg);
}
.addresses-nav .slick-track{
	transform: translate3d(0px, 0px, 0px)!important;
}
.addresses-map-wrap{
	display: grid;
	grid-template-columns: 63% 37%;
	padding-right: 50px;
}
.addresses-map-left{
	display: grid;
	grid-template-columns: 65% 35%;
}
.addresses-map-left .acf-map{
	width: 100%;
	height: 666px;
}
.addresses-list{
	padding-left: 27%;
	padding-top: 50px;
	padding-bottom: 50px;
	max-height: 666px;
	overflow: scroll;
}
.addresses-list-item{
	font-family: Arial;
	font-size: 16px;
	line-height: 1.13;
	margin-bottom: 44px;
	cursor: pointer;
}
.addresses-list-item.active{
	font-weight: bold;
	color: #e50019;
	padding-left: 25px;
}
div.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
	background: rgba(0,0,0,0);
}
div.mCSB_scrollTools .mCSB_dragger{
	 width: 2px;
	 height: 92px;
	 opacity: 0.3;
	 background: #a1aecb;
}
div.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	height: 2px;
	width: 92px;
}
div.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	display: none;
}
div.mCSB_horizontal.mCSB_inside>.mCSB_container{
	margin-bottom: 25px;
}
.addresses-map-info-title{
	font-family: Arial;
	font-weight: bold;
	line-height: 1.05;
	color: #e50019;
	margin-bottom: 15px;
}
.addresses-map-info-contacts-item{
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 14px;
}
.addresses-map-info-contacts-item-name{
	font-size: 16px;
	line-height: 1.31;
	color: #a1aecb;
}
.addresses-map-right{
	padding-left: 11%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.addresses-map-info-contacts-item-value, .addresses-map-info-contacts-item-value a{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.31;
	text-decoration: none;
	color: #000;
}
.addresses-map{
	margin-top: 90px;
	box-shadow: 22px 25px 40px 0 rgba(209, 217, 235, 0.25);
	background-color: #ffffff;
	display: none;
	margin-left: -50px;
	margin-right: -50px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.addresses-map.active{
	opacity: 1;
}
.faq-answer .faq-answer-text{
	transform: translate3d(100px,0,0);
	opacity: 0;
	transition-property: opacity,transform;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}
.faq-answer.active .faq-answer-text{
	opacity: 1;
	transform: translateZ(0);
}
.addresses-map-info-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.addresses-map-info-header .btn-wrap{
	width: 202px;
}
.addresses-map-info-header .btn{
	padding: 9px 0;
	width: 100%;
	text-align: center;
}
.addresses-map-info-header .btn span{
	justify-content: center;
}
.addresses-map-info-img{
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.addresses-map-info-img a{
	display: inline-block;
	width: 102px;
	margin-right: 19px;
	position: relative;
}
.addresses-map-info-img a:last-of-type{
	margin-right: 0;
}
.addresses-map-info-img-wrap{
	margin-bottom: 40px;
}
.addresses-map-info-img-wrap .addresses-map-info-contacts-item-name{
	margin-bottom: 14px;
}
.addresses-map-info-promotions-wrap .addresses-map-info-contacts-item-name{
	margin-bottom: 18px;
}
.addresses-map-info-contacts{
	width: calc(100% - 202px);
}
.addresses-map-info-promotions-item{
	font-family: Arial;
	font-weight: bold;
	color: #df071f;
	margin-bottom: 20px;
}
.loader-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-wrap img{
	max-width: 150px;
}
.addresses-map-info{
	height: 100%;
}
.news-header{
	margin-bottom: 50px;
	margin-top: 66px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news-page-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px 25px;
}
.news-header h1{
	margin: 0;
}
.news-page-wrap .news-item{
	padding: 0;
}
.pagination{
	margin: 113px 0;
}
.pagination .btn{
	font-weight: bold;
}
#searchform{
	display: flex;
	box-shadow: 0 25px 40px 0 rgba(209, 217, 235, 0.25);
	background-color: #ffffff;
}
#searchform input, #searchform button{
	background: #ffffff;
	padding: 19px 25px;
	height: 59px;
	border: 0px;
	border-radius: 0px;
}
#searchform input::placeholder{
	color: #000000;
}
#searchform input:focus, #searchform button:focus{
	outline: none;
}
.search-page .news-page-wrap{
	margin-bottom: 80px;
}
.search-page .news-header{
	display: block;
}
.search-page #searchform{
	max-width: 300px;
	margin-top: 30px;
}
.post-template-default .breadcrumbs{
	margin-top: 105px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.35px;
	color: #a3a5ad;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.35px;
	color: #a3a5ad;
	text-decoration: none;
}
.breadcrumbs .sep{
	display: inline-block;
	margin: 0 5px;
}
.container2{
	max-width: 915px;
	margin: 0 auto;
}
.container3{
	max-width: 1200px;
	margin: 0 auto;
}
.post-title{
	margin-bottom: 25px;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.14;
	letter-spacing: 1.1px;
}
.post-img{
	display: flex;
	margin-bottom: 105px;
}
.post-img img{
	margin:  0 auto;
	box-shadow: 0 25px 40px 0 rgba(209, 217, 235, 0.25);
}
.post-content h2{
	font-family: Arial;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.7px;
	color: #343538;
	margin-bottom: 65px;
	margin-top: 0;
	font-weight: normal;
}
.post-content p{
	margin-top: 0;
	margin-bottom: 30px;
}
.content-block{
	margin-top: 60px;
}
.content-block .post-img, .post-template-default .site-main{
	margin-bottom: 80px;
}
.post-meta-title{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.35px;
	color: #a3a5ad;
	margin-bottom: 16px;
}
.post-meta-value{
	font-size: 16px;
	line-height: 1.38;
	letter-spacing: 0.4px;
	color: #343538;
}
.post-date{
	max-width: 100px;
}
.post-content-wrap{
	position: relative;
}
.post-meta{
	position: absolute;
	top: 0;
	left: 11%;
}
.post-date-wrap{
	margin-bottom: 64px;
}
.banner{
	margin-bottom: 100px;
}
.banner .title{
	margin: 60px 0;
}
.banner-wrap{
	display: flex;
}
.banner-wrap img{
	width: 100%;
}
.tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:  0 12%;
	margin-top: -58px;
}
.tab-item{
	position: relative;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.15;
	color: #e50019;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 25px;
}
.tab-item:visited, .tab-item:hover, .tab-item:active, .tab-item:focus{
	color: #e50019;
}
.tab-item span:not(.bg){
	position: relative;
	z-index: 1;
}
.tab-item:not(.tab-item-3d) img{
	position: absolute;
	width: 360px;
	height: 185px;
	top: -35px;
	left: -38px;
	max-width: initial;
}
.tab-item:not(.tab-item-3d)::before{
	content: '';
	border-bottom: 10px solid #e50019;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 64px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	z-index: 1;
}
.tab-item:not(.tab-item-3d){
	width: 240px;
}
.tab-item-3d{
	width: 140px;
	height: 112px;
}
.tab-item-3d span{
	color: #ffffff;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tab-item-3d:hover span, .tab-item-3d:active span, .tab-item-3d:focus span, .tab-item-3d:visited span{
	color: #fff;
}
.tab-item-3d img{
	position: absolute;
	top: -34px;
	left: -38px;
	max-width: initial;
	width: 262px;
	height: 230px;
}
.tab-item-3d svg{
	margin-bottom: 13px;
}
.mission{
	margin-bottom: 104px;
}
.mission .title{
	margin-bottom: 38px;
}
.mission-img{
	display: flex;
	margin-bottom: 37px;
}
.mission-img img{
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 22px 25px 40px 0 rgba(209, 217, 235, 0.25);
}
.mission-header{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.mission-name{
	font-family: Arial;
	font-weight: bold;
	margin-right: 24px;
}
.mission-position{
	font-size: 16px;
	line-height: 1.31;
}
.mission-text{
	text-align: center;
}
.mission-position span{
	display: inline-block;
	margin-left: 10px;
}
.assortment{
	margin-bottom: 77px;
	background-color: #f2f3f5;
	padding: 85px 0;
	overflow: hidden;
}
.assortment .title{
	margin-bottom: 85px;
}
.assortment-wrap{
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding:  0 30px;
}
.assortment-item{
	height: 100%;
}
.assortment-item-img{
	display: flex;
	align-items: flex-end;
	position: relative;
}
.assortment-item-img-title{
	display: none;
}
.assortment-item-img::before{
	content: '';
	width: 150%;
	height: 3px;
	background: #e50019;
	bottom: 0;
	left: -25%;
	position: absolute;
}
.assortment-item-img img{
	margin: 0 auto;
}
.assortment-item-title{
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: center;
	padding-top: 33px;
	font-size: 16px;
	line-height: 1.38;
}
.benefits .title{
	margin-bottom: 64px;
}
.benefits-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 50px 30px;
}
.benefits-item-img{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0 25px 40px 0 rgba(209, 217, 235, 0.25);
	position: relative;
}
.benefits-item-img:hover .benefits-item-list{
	opacity: 1;
}
.benefits-item-list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 41px 47.5px;
	opacity: 0;
}
.benefits-item-list ul{
	padding: 0;
	padding-left: 38.5px;
	margin: 0;
}
.benefits-item-list ul li{
	list-style-type: none;
	font-size: 22px;
	line-height: 1.82;
	color: #ffffff;
	position: relative;
}
.benefits-item-list ul li::before{
	content: '';
	width: 15.6px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: -38.5px;
}
.benefits-item:nth-of-type(1), .benefits-item:nth-of-type(4){
	grid-row-start: 1;
	grid-row-end: 3;
}
.benefits-item:nth-of-type(4){
	grid-column-start: 4;
}
.benefits-item:nth-of-type(1) .benefits-item-img,.benefits-item:nth-of-type(4) .benefits-item-img{
	height: 898px;
}
.benefits-item:nth-of-type(5){
	grid-column-start: 2;
	grid-column-end: 4;
}
.benefits-item-title{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	line-height: 0.96;
	margin-top: 22px;
}
.benefits{
	margin-bottom: 138px;
}
.format-wrap{
    display: grid;
    grid-template-columns: 35% 65%;
}
.format{
    margin-bottom: 116px;
}
.format-wrap .title{
    margin-bottom: 192px;
    font-size: 35px;
    line-height: 1.71;
}
.format-subtitle{
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
    color: #e50019;
    margin-bottom: 30px;
}
.format-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 25px;
    line-height: 1.75;
    max-width: 85%;
}
.format-gallary-item-wrap{
    display: inline-block;
    vertical-align: text-top;
}
.format-gallary-item{
    position: relative;
}
.format-gallary-item img{
	margin-bottom: -8px;
}
.format-gallary-item-wrap:nth-of-type(1){
    margin-left: 10%;
    max-width: 34%;
    margin-top: 11%;
}
.format-gallary-item:hover::before{
    bottom: -20px;
    right: -20px;
}
.format-gallary-item::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(315deg,transparent 7px,#e50019 0);
    background-position: 100%;
    background-size: 260% 100%;
    z-index: -1;
}
.format-gallary-item-wrap:nth-of-type(2){
    margin-left: 8%;
    margin-bottom: 68px;
    max-width: 47%;
}
.format-gallary-item-wrap:nth-of-type(3){
    margin-right: 7%;
    max-width: 20%;
}
.format-gallary-item-wrap:nth-of-type(4){
    margin-right: 7%;
    max-width: 34%;
}
.format-gallary-item-wrap:nth-of-type(5){
    max-width: 20%;
}
.tour-3d{
	display: grid;
	grid-template-columns: 35% 65%;
	margin-bottom: 107px;
}
.tour-3d-img{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.tour-3d-content{
	background-color: #2c2c2c;
	padding: 16% 12% 14% 16%;
}
.tour-3d-title{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.71;
	color: #e50019;
	margin-bottom: 43px;
}
.tour-3d-text{
	margin-bottom: 50px;
	color: #fff;
}
.tour-3d .btn{
	padding: 11px 50px;
	box-shadow: none;
	height: 63px;
	overflow: hidden;
}
.video{
	margin-bottom: 115px;
}
.video-text{
	text-align: center;
}
.video .title{
	margin-bottom: 34px;
}
.video-text{
	margin-bottom: 74px;
}
.video-link{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.video-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 1;
}
.video-wrap{
	display: flex;
	justify-content: space-between;
}
.video-item-title{
	font-weight: bold;
	letter-spacing: 0.48px;
	color: #343538;
}
.video-item{
	display: inline-block;
	max-width: 374px;
}
.modal_div {
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 15%;
	width: 70%;
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 3000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
	/*border: solid 1px #f2f4f8;*/
	background-color: #ffffff;
	max-height: 90%;
	overflow: scroll;
	display: flex;
}
.modal-wrap{
	 display: flex;
 }
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	padding: 5px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

/* Пoдлoжкa */
#overlay {
	z-index: 1000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position: fixed; /* всегдa перекрывaет весь сaйт */
	background-color: #000; /* чернaя */
	opacity: 0.5; /* нo немнoгo прoзрaчнa */
	-moz-opacity: 0.5; /* фикс прозрачности для старых браузеров */
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%; /* рaзмерoм вo весь экрaн */
	top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left: 0;
	cursor: pointer;
	display: none; /* в oбычнoм сoстoянии её нет) */
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 118px;
}
.map .acf-map{
	width: 100%;
	height: 566px;
}
.map-content{
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 30% 30% 40%;
	background: #fff;
	z-index: 1;
	box-shadow: 22px 25px 40px 0 rgba(209, 217, 235, 0.25);
}
.map-cities{
	padding: 60px 70px;
}
.map-city{
	cursor: pointer;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.17;
	margin-bottom: 34px;
}
.map-city.active{
	color: #e50019;
	padding-left: 20px;
}
.map-addresses{
	padding: 60px 0;
	max-height: 566px;
	overflow: hidden;
}
.map-address{
	font-family: Arial;
	font-size: 16px;
	line-height: 1.13;
	margin-bottom: 30px;
	cursor: pointer;
}
.map-address.active{
	font-weight: bold;
	color: #e50019;
	padding-left: 20px;
}
.map-address-info{
	padding:  60px 50px;
}
.map-address-info .addresses-map-info-contacts{
	width: 100%;
}
.contact-form{
	margin-bottom: 115px;
}
.form-title{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.71;
	color: #202124;
	margin-bottom: 40px;
}
.form-wrap br{
	display: none;
}
.form-wrap p{
	margin: 0;
}
.form-text{
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 50px;
}
.form-text br{
	display: initial;
}
.form-block{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 48px;
	font-size: 16px;
	line-height: 1.5;
	color: #262626;
}
.form-wrap input, .form-wrap textarea{
	border: 0px;
	border-bottom: 1px solid #a1aecb;
	border-radius: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #262626;
	position: relative;
}
.form-wrap input{
	height: 46px;
	padding: 11px 0;
}
.form-wrap textarea{
	padding: 16px 0;
	height: 120px;
}
.form-wrap label{
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}
.form-wrap .label{
	position: absolute;
	left: 0;
	bottom: 11px;
	z-index: 1;
	pointer-events: unset;
}
.form-wrap .note{
	font-size: 14px;
	line-height: 1.71;
	color: #a1aecb;
	margin-bottom: 25px;
	margin-top: 10px;
}
.form-wrap .btn{
	border: 0px;
	border-radius: 0px;
	background: rgba(0,0,0,0);
	padding: 20px 95px;
	font-size: 16px;
}
.form-wrap .btn::before{
	display: none;
}
.form-wrap .btn::after{
	width: 100%;
}
.form-wrap input:focus, .form-wrap textarea:focus, .form-wrap  button:focus{
	outline: none;
}
.form-wrap label .filled+.label, .form-wrap label input:focus+.label, .form-wrap label textarea:focus+.label{
	bottom: auto;
	top: 0;
	font-size: 10px;
	line-height: 1.4;
	color: #a1aecb;
}
.page-faq .faq{
	padding-top: 50px;
}
@media (min-width: 1650px){
	.news-wrap .slick-prev:hover, .news-wrap .slick-next:hover{
		opacity: 0.25;
		background-color: #e50019;
	}
	.news-wrap .slick-prev:hover svg path, .news-wrap .slick-next:hover svg path{
		stroke: #fff;
	}
}
@media (max-width: 1920px){
	.error404 .site-content:before{
		left: -429px;
	}
	.error404 .site-content::after, .error404 .content-area::before{
		right: 127px;
		font-size: 330px;
	}
}
@media (max-width:  1850px){
	.map-address-info {
		padding: 60px 30px;
	}
	.map-cities {
		padding: 60px 40px;
	}
	.news-wrap .slick-next {
		right: -8%;
	}
	.news-wrap .slick-prev {
		left: -8%;
	}
	.news-wrap .slick-prev, .news-wrap .slick-next{
		width: 7%;
	}
}
@media (max-width:  1800px){
	.news-wrap .slick-next {
		right: -6%;
	}
	.news-wrap .slick-prev {
		left: -6%;
	}
	.news-wrap .slick-prev, .news-wrap .slick-next{
		width: 5%;
	}
}
@media (max-width:  1750px){
	.news-wrap .slick-next {
		right: -5%;
	}
	.news-wrap .slick-prev {
		left: -5%;
	}
	.news-wrap .slick-prev, .news-wrap .slick-next{
		width: 4%;
	}
	#go-top{
		right: -50px;
	}
}
@media (max-width: 1700px) {
	.map-address-info .addresses-map-info-contacts-item{
		grid-template-columns: 100%;
	}
	.map-address-info .addresses-map-info-contacts-item-name{
		margin-bottom: 5px;
	}
	.benefits-item-img{
		height: 350px;
	}
	.benefits-item:nth-of-type(1) .benefits-item-img, .benefits-item:nth-of-type(4) .benefits-item-img {
		height: 794px;
	}
	.benefits-item-list{
		padding: 30px;
	}
	.tabs{
		padding: 0 10%;
	}
	.page-products .products-item {
		height: 324px;
	}
	.products-item{
		height: 350px;
	}
	.products-item-wrap:nth-of-type(10n+8) .products-item, .products-item-wrap:nth-of-type(10n+1) .products-item{
		height: 730px;
	}
	.news-wrap .slick-next {
		right: -4%;
	}
	.news-wrap .slick-prev {
		left: -4%;
	}
	.news-wrap .slick-prev, .news-wrap .slick-next{
		width: 3%;
	}
	.post-meta{
		left: 7%;
	}
}
@media (max-width: 1650px){
	.news-wrap .slick-next {
		right: -25px;
	}
	.news-wrap .slick-prev {
		left: -25px;
	}
	.news-wrap .slick-prev, .news-wrap .slick-next{
		width: 20px;
	}
	#go-top{
		top: -40px;
		right: 0px;
	}
}
@media (max-width: 1600px){
	.post-meta{
		left: 0;
	}
	.faq-answer{
		padding-right: 0;
		padding-left: 7%;
	}
	.quote-text::before{
		left: -40px;
	}
	.quote-text{
		max-width: 75%;
	}
	.container{
		max-width: 100%;
		padding: 0 50px;
	}
	.main-navigation li{
		margin-right: 60px;
	}
	.header-social a{
		margin-right: 30px;
	}
	.faq-item{
		width: 45%;
	}
	.faq-answer{
		width: 55%;
	}
	.addresses-map-info-header{
		flex-direction: column;
	}
	.addresses-map-info-contacts {
		width: 100%;
		margin-bottom: 20px;
	}
	.addresses-list{
		padding-left: 30px;
	}
	.addresses-map-right{
		padding-left: 30px;
	}
	.addresses-map-right, .addresses-list{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.addresses-item-desc{
		padding-left: 50px;
		padding-top: 80px;
		padding-bottom: 35px;
	}
}
@media (max-width: 1500px){
	.tab-item:not(.tab-item-3d):before{
		bottom: -2px;
	}
	body, button, input, select, optgroup, textarea{
		font-size: 18px;
	}
	.map-cities, .map-address-info{
		padding: 30px;
	}
	.map-addresses{
		padding: 30px 0;
	}
	.tabs {
		padding: 0 5%;
	}
	.tour-3d{
		grid-template-columns: 40% 60%;
	}
	.banner .title{
		margin: 50px 0;
	}
	.post-template-default .breadcrumbs{
		margin-top: 50px;
	}
	.page-products .products-item {
		height: 274px;
	}
	.error-404{
		padding-left: 11%;
	}
	.products-item{
		height: 300px;
	}
	.products-item-wrap:nth-of-type(10n+8) .products-item, .products-item-wrap:nth-of-type(10n+1) .products-item{
		height: 629px;
	}
	.products-item-content{
		padding: 35px 25px;
	}
	.products-filters{
		padding: 0;
		margin-bottom: 60px;
	}
	.products, .instagram {
		margin-bottom: 150px;
	}
	.footer-contacts {
		grid-gap: 62px 68px;
	}
	.addresses-desc-item-btn img.bg{
		right: -75px;
	}
	.addresses-desc-item-btn img{
		margin-left: 10px;
	}
}
@media (max-width: 1400px){
    .format-list{
        max-width: 100%;
        padding-right: 10px;
    }
    .benefits-item-img {
        height: 300px;
    }
    .benefits-item:nth-of-type(1) .benefits-item-img, .benefits-item:nth-of-type(4) .benefits-item-img {
        height: 695px;
    }
    .benefits-item-list ul li{
        line-height: 1.5;
    }
    .benefits-item-list {
        padding: 15px;
    }
    .benefits-item-list ul{
        padding-left: 20px;
    }
    .benefits-item-list ul li::before {
        width: 7.6px;
        top: 15px;
        left: -20px;
    }
	.tabs {
		padding: 0;
		justify-content: space-around;
	}
	.page-products .products-item {
		height: 224px;
	}
	.footer-contacts {
		grid-gap: 62px 20px;
	}
	.addresses-desc-item-content{
		padding-left: 50px;
	}
	.products-item{
		height: 250px;
	}
	.quote-text{
		max-width: 80%;
	}
	.products-item-content {
		padding: 25px 15px;
	}
	.products-item-title{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.products-item-desc{
		font-size: 18px;
	}
	.products-item-wrap:nth-of-type(10n+8) .products-item, .products-item-wrap:nth-of-type(10n+1) .products-item{
		height: 529px;
	}
	.main-navigation li{
		margin-right: 40px;
	}
	.header-social{
		margin-left: 60px;
	}
	.error404 .site-content::after, .error404 .content-area::before {
		right: 34px;
		font-size: 230px;
	}
	.error404 .site-content:before {
		left: -250px;
	}
	.faq-item, .faq-answer {
		width: 50%;
	}
}
@media (max-width: 1350px){
	.addresses-item-desc{
		display: block;
	}
	.addresses-desc-item-img{
		display: inline-block;
		margin-bottom: 50px;
	}
	.addresses-desc-item-content{
		padding-left: 30px;
		max-width: 100%;
		overflow: visible;
	}
	.addresses-desc-item-btn-wrap{
		margin-bottom: 30px;
	}
	.addresses-map{
		margin-top: 0;
	}
	.addresses-desc-item-text{
		max-width: 100%;
	}
	.addresses-map-info-img a{
		margin-right: 10px;
	}
}
@media (max-width: 1300px){
	.container3{
		max-width: 100%;
		padding: 0 50px;
	}
	.video-wrap{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px;
	}
	.tour-3d {
		grid-template-columns: 50% 50%;
	}
	.tour-3d-content{
		padding: 50px;
	}
	.tour-3d-title, .tour-3d-text{
		margin-bottom: 30px;
	}
	.container2{
		max-width: 100%;
	}
	.post-template-default .breadcrumbs{
		margin-top: 50px;
	}
	.post-meta{
		position: initial;
	}
	.post-meta, .post-date-wrap, .post-share{
		display: flex;
	}
	.post-meta-title{
		margin-right: 16px;
	}
	.post-date-wrap{
		margin-bottom: 0;
		margin-right: 50px;
	}
	.post-img, .post-meta, .post-content h2{
		margin-bottom: 50px;
	}
	.post-date{
		max-width: 100%;
	}
	.post-meta-title{
		margin-bottom: 0;
	}
}
@media (max-width: 1200px){
	.faq-answer .faq-answer-text{
		opacity: 1!important;
		transform: none!important;
	}
	 .faq-answer{
		display: none;
	}
	.faq-answer.active{
		/*display: block;*/
	}
	.map-cities, .map-address-info {
		padding: 30px 20px;
	}
	.tab-item:not(.tab-item-3d):before{
		bottom: 1px;
	}
    .format-wrap{
        grid-template-columns: 100%;
    }
    .format-wrap .title, .format-content{
        margin-bottom: 50px;
    }
    .format-gallary-item-wrap:nth-of-type(2){
        margin-bottom: 50px;
    }
    .benefits .title{
        margin-bottom: 50px;
    }
    .benefits-wrap{
        grid-template-columns: 1fr 1fr;
    }
    .benefits-item:nth-of-type(1), .benefits-item:nth-of-type(4){
        grid-row-start: auto;
        grid-row-end: auto;
    }
    .benefits-item-img, .benefits-item:nth-of-type(1) .benefits-item-img, .benefits-item:nth-of-type(4) .benefits-item-img{
        height: 400px;
    }
    .benefits-item:nth-of-type(5) , .benefits-item:nth-of-type(4){
        grid-column-start: auto;
        grid-column-end: auto;
    }
    .benefits-item:nth-of-type(5){
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .benefits-wrap{
        grid-gap: 30px;
    }
    .benefits-item-title{
        margin-top: 15px;
    }
	.assortment-item-title{
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.assortment-item-img{
		padding-left: 5px;
		padding-right: 5px;
	}
	.assortment-item-title br{
		display: none;
	}
	.assortment .title{
		margin-bottom: 50px;
	}
	.assortment{
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.banner, .mission, .benefits, .format, .tour-3d, .video, .map, .contact-form{
		margin-bottom: 70px;
	}
	.tab-item:not(.tab-item-3d) {
		width: 200px;
	}
	.tab-item:not(.tab-item-3d) img {
		width: 301px;
		left: -33px;
		height: 175px;
		top: -33px;
	}
	.tab-item-3d img {
		left: -34px;
		width: 225px;
	}
	.tab-item-3d{
		width: 120px;
	}
	.faq-answer{
		padding-left: 0;
	}
	.banner .title{
		margin: 30px 0;
	}
	.quote-text{
		max-width: 100%;
		padding-right: 30px;
	}
	.products, .instagram, .news, .quote {
		margin-bottom: 70px;
	}
	.faq{
		padding-bottom: 70px;
	}
	.faq-answer-text br{
		display: none;
	}
	.products-item-content {
		padding: 20px 10px;
	}
	.faq-item, .faq-answer {
		width: 100%;
		max-width: 100%;
	}
	.faq-question{
		padding: 20px 0;
	}
	.faq-answer-title{
		margin-bottom: 35px;
	}
	.footer-menu{
		display: none;
	}
	.footer-contacts {
		grid-gap: 62px 0px;
	}
	.faq-title{
		margin-bottom: 40px;
	}
	.slider .btn{
		margin-top: -18px;
	}
	.faq-answer{
		position: initial;
	}
	.faq-question img.bg{
		display: none;
	}
	.main-navigation li {
		margin-right: 30px;
	}
	.main-navigation a{
		font-size: 15px;
	}
	.slide-title{
		margin-bottom: 15px;
		font-size: 38px;
	}
	.slider .slick-dots{
		bottom: 30px;
	}
	.slide-subtitle{
		margin-bottom: 10px;
	}
	.addresses-nav-item-title{
		margin-right: 30px;
	}
}
@media (max-width: 1024px){
	.tab-item:not(.tab-item-3d):before {
		bottom: -1px;
	}
	.site-branding a, .site-branding{
		max-height: 55px;
	}
	.tab-item:not(.tab-item-3d){
		width: 120px;
	}
	.tab-item:not(.tab-item-3d) img {
		width: 181px;
		left: -19px;
	}
	.post-content h2{
		font-size: 22px;
	}
	.news-header{
		margin: 30px 0;
	}
	.pagination{
		margin: 50px 0;
	}
	.separator{
		display: none;
	}
	.page-products .products-filters .products-filter:nth-last-child(1){
		grid-column-start: auto;
		grid-column-end: auto;
	}
	.page-products .products{
		margin-top: 10px;
	}
	.video .title{
		margin-bottom: 30px;
	}
	.addresses-map-info-title{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.13;
		color: #a1aecb;
		margin-bottom: 0;
		padding-bottom: 32px;
	}
	.addresses, .video-text .contact-form{
		margin-bottom: 50px;
	}
	.addresses-map-info-title::before{
		content: url('/wp-content/themes/miniso/img/arrow-left-blue.svg');
		display: inline-block;
		vertical-align: middle;
		margin-right: 13px;
	}
	.addresses-wrap{
		flex-direction: column-reverse;
	}
	.addresses-map-wrap, .addresses-map-left, .map{
		grid-template-columns: 100%;
	}
	.map-address-info .addresses-map-info-title{
		font-family: Arial;
		font-weight: bold;
		line-height: 1.05;
		color: #e50019;
		margin-bottom: 15px;
	}
	.map-address-info .addresses-map-info-title::before{
		display: none;
	}
	.map .acf-map{
		height: 450px;
	}
	.map-addresses{
		max-height: 450px;
	}
	.map-content{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.addresses-map-left .acf-map{
		height: 400px;
	}
	.addresses-list{
		max-height: 600px;
	}
	.addresses-map-info{
		min-height: 400px;
	}
	.addresses-list-item{
		font-size: 20px;
		line-height: 1.15;
		margin-bottom: 23px;
	}
	.addresses-map{
		position: relative;
	}
	.addresses-map-right{
		position: absolute;
		top: 400px;
		z-index: 9;
		width: 100%;
		background: #fff;
		right: -100%;
	}
	.addresses-map-right.active{
		right: 0;
	}
	.addresses-map-wrap{
		padding-right: 0;
	}
	.addresses-desc-item-content{
		padding-left: 0;
	}
	.addresses-nav.slick-slider .slick-dots {
		position: absolute;
		top: 30%;
		left: 16%;
		display: inline-block;
		width: auto;
		height: 15px;
	}
	.addresses-nav.slick-slider .slick-dots li{
		padding: 0;
		margin: 0;
		width: 13px;
		height: 13px;
		background-color: #f4f6fa;
		margin-right: 5px;
	}
	.addresses-nav.slick-slider .slick-dots li.slick-active{
		background-color: #e50019;
	}
	.addresses-nav.slick-slider .slick-dots li button{
		display: none;
	}
	.addresses-nav.slick-slider .slick-track{
		display: grid;
		grid-template-columns: calc(33.333333% - 10px) calc(33.333333% - 10px) calc(33.333333% - 10px);
		grid-gap: 25px 15px;
		width: 100% !important;
		height: auto!important;
		position: relative;
		padding-top: 30%;
	}
	.slick-current .addresses-nav-item{
		padding-left: 16%;
	}
	.slick-current .addresses-nav-item .addresses-nav-item-title{
		position: absolute;
		left: 44%;
		top: 50%;
		margin-top: -50px;
		font-size: 57px;
		z-index: 1;
	}
	.slick-current .addresses-nav-item::before{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
		width: 10%;
		height: 2px;
		background: #e50019;
	}
	.addresses-nav-item{
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.slick-current .addresses-nav-item-img{
		width: 44%;
		padding-top: 28%;
		opacity: 0.25;
	}
	.slick-slide:not(.slick-current) .addresses-nav-item:hover .addresses-nav-item-img{
		width: 100%;
		padding-top: 60%;
		opacity: 1;
	}
	.addresses-nav-item-title{
		margin-right: 0;
		color: #a1aecb;
	}
	.addresses-nav-item-img {
		width: 100%;
		padding-top: 60%;
	}
	.addresses-nav.slick-slider .slick-list{
		height: auto!important;
	}
	.addresses-nav.slick-slider .slick-slide{
		width: 100% !important;
	}
	.addresses-nav.slick-slider .slick-current{
		position: absolute;
		top: 0;
	}
	.addresses-nav.slick-slider .slick-track:before, .addresses-nav.slick-slider .slick-track:after{
		display: none;
	}
	.instagram{
		padding: 0 30px 70px 30px;
	}
	.footer-top{
		flex-direction: column;
		margin: 25px 0 45px;
	}
	#go-top{
		position: initial;
		margin-top: 50px;
		color: #fff;
	}
	#go-top svg path{
		stroke: #fff;
	}
	.footer_social{
		position: absolute;
		top: 15px;
		right: 0;
	}
	.footer-bottom {
		padding-top: 16px;
		padding-bottom: 18px;
	}
	.footer-contacts {
		grid-gap: 38px 0px;
	}
	.quote-wrap{
		display: flex;
		flex-direction: column-reverse;
	}
	.quote-img{
		margin-bottom: 20px;
	}
	.quote-img img{
		width: 100%;
	}
	.quote-img{
		margin-right: -50px;
	}
	.quote-name{
		margin-bottom: 40px;
	}
	.quote-text{
		margin-left: 50px;
	}
	.quote-text::before{
		left: -50px;
		top: -15px;
	}
	.faq-title{
		margin-bottom: 15px;
	}
	.products-title,.products-filters, .news-title{
		margin-bottom: 30px;
	}
	.news-item-img{
		margin-bottom: 25px;
	}
	.news-item-desc{
		margin-bottom: 11px;
	}
	.news-item-title{
		margin-bottom: 16px;
	}
	.slider, .products, .instagram, .news, .quote, .video{
		margin-bottom: 50px;
	}
	.faq{
		padding-bottom: 50px;
	}
	.products-filters{
		display: grid;
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
		grid-gap: 10px;
	}
	.products-filter{
		box-shadow: 22px 25px 40px 0 rgba(209, 217, 235, 0.25);
		background-color: #ffffff;
		padding: 12px 0 8px;
		height: 100%;
	}
	.products-filter-title{
		font-size: 12px;
	}
	.products-filters .products-filter:nth-last-child(1){
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.products-item-title-mob{
		display: inline-block;
	}
	.products-item-wrap{
		width: 50%!important;
	}
	.products-item {
		height: 400px!important;
	}
	.products-item-content{
		display: none;
	}
	.instagram .square{
		width: 31.5%;
	}
	.instagram-gallery .slick-prev {
		left: 33%;
	}
	.instagram-gallery .slick-prev, .instagram-gallery .slick-next{
		bottom: -55px;
	}
	.instagram-gallery-item{
		padding: 0 10px;
	}
	.slide-img{
		padding-top: 40%;
	}
	.site-header::before{
		content: '';
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
	}
	.site-branding svg{
		max-width: 44.31px;
		max-height: 56px;
		margin-left: -13px;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea, .slide-text{
		font-size: 16px;
		line-height: 1.5;
	}
	.error-404{
		padding-left: 30px;
	}
	.burger{
		display: inline-block;
	}
	.main-navigation a {
		font-size: 22px;
	}
	.header-menu{
		display: none;
		width: 100%;
		height:100%;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0;
		opacity: 0;
	}
	.header-menu.active{
		opacity: 1;
	}
	.header-menu-wrap{
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding-top: 95px;
	}
	.site-header{
		padding: 20px 30px;
	}
	.site-branding{
		margin: 0 auto;
	}
	.header-social{
		margin-left: 0;
		justify-content: center;
		margin-top: 48px;
	}
	.site-content{
		padding-top: 95px;
	}
	.main-navigation li {
		margin-right: 0;
		width: 100%;
		text-align: center;
		padding: 13px 0;
		float: none;
	}
}
@media (max-width: 900px){
	.slide-title{
		font-size: 30px;
	}
	.error404 .site-content::after, .error404 .content-area::before {
		right: 20px;
		font-size: 130px;
	}
	.error404 .site-content:before {
		left: -150px;
	}
	.slick-current.addresses-nav-item-wrap:nth-of-type(4) .addresses-nav-item-title{
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.tab-item:not(.tab-item-3d):before {
		bottom: -3px;
	}
	.form-block{
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 30px;
	}
	.form-wrap textarea{
		height: 90px;
	}
	.video-btn{
		width: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
	.video-link{
		margin-bottom: 20px;
	}
	.modal_div{
		width: 80%;
		left: 10%;
	}
	.tour-3d{
		grid-template-columns: 100%;
	}
	.tour-3d-content{
		padding: 30px;
	}
	.tour-3d-img{
		height: 350px;
	}
	.mission .title, .mission-img, .benefits .title{
		margin-bottom: 30px;
	}
	.assortment-item-img-title{
		display: block;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.assortment-item-img img{
		max-height: 90px;
	}
	.assortment-item-img {
		align-items: center;
		justify-content: space-between;
	}
	.assortment-item-img::before{
		display: none;
	}
	.assortment-wrap{
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	.form-title,  .form-text{
		margin-bottom: 30px;
	}
	.assortment-item-title, .form-text br{
		display: none;
	}
	.assortment-item-img{
		flex-direction: column;
	}
	.assortment-item-title{
		font-size: 14px;
	}
	.assortment .title{
		margin-bottom: 30px;
	}
	.tabs{
		display: grid;
		position: relative;
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 60%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.mission-text br{
		display: none;
	}
	.mission, .banner, .format, .tour-3d, .map{
		margin-bottom: 50px;
	}
	.tab-item:not(.tab-item-3d){
		margin-top: -55px;
		margin-bottom: 20px;
	}
	.post-title{
		font-size: 36px;
	}
	.post-content h2{
		margin-bottom: 30px;
	}
	.post-content p{
		margin-bottom: 20px;
	}
	.addresses-nav.slick-slider .slick-track{
		padding-top: 33%;
	}
	.addresses-map{
		margin-left: -20px;
		margin-right: -20px;
	}
	.instagram {
		padding: 40px 20px 0px 20px;
	}
	.slick-current .addresses-nav-item .addresses-nav-item-title{
		left: 38%;
		min-height: 102px;
		display: flex;
		align-items: center;
	}
	.quote-img{
		margin-right: -20px;
	}
	.quote-text{
		padding-right: 0;
	}
	.news .slick-list{
		padding-left: 0!important;
	}
	.news-wrap {
		margin-left: -10px;
		margin-right: -20px;
	}
	.news .slick-slide{
		opacity: 0.25;
	}
	.news .slick-slide.slick-current{
		opacity: 1;
	}
	.products-item {
		height: 300px!important;
	}
	.instagram-title{
		margin-bottom: 32px;
	}
    .benefits{
        margin-bottom: 50px;
    }
	.title{
		font-size: 35px;
		letter-spacing: 0.88px;
	}
	.instagram-account{
		position: initial;
		margin-top: 20px;
		color: #e50019!important;
	}
	.slider, .instagram{
		margin-bottom: 50px;
	}
	.instagram .square2, .instagram .square1::before, .slider .btn{
		display: none;
	}
	.instagram-gallery-item{
		padding: 0;
		display: none;
	}
	.instagram-gallery-item:nth-of-type(1), .instagram-gallery-item:nth-of-type(2), .instagram-gallery-item:nth-of-type(3), .instagram-gallery-item:nth-of-type(4), .instagram-gallery-item:nth-of-type(5), .instagram-gallery-item:nth-of-type(6){
		display: inline-block;
	}
	.instagram-gallery-wrap{
		margin: 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px 13px;
	}
	.instagram .square1{
		left: 0;
		right: auto;
		width: 83%;
		height: auto;
		padding-top: 65%;
		background-image: linear-gradient(202deg, #fa8f21, #fa8f21 30%, #d82d7e 80%, #d82d7e);
	}
	.container, .wrap, .addresses, .container3{
		padding: 0 20px;
	}
	.slider .slick-dots li{
		height: 10px;
		width: 10px;
		margin: 0 10px;
	}
	.slider .slick-dots li button{
		height: 10px;
		width: 10px;
	}
	.slider .slick-dots li.slick-active button{
		height: 6px;
		width: 6px;
	}
	.slide-title {
		font-size: 22px;
		margin-bottom: 10px;
		letter-spacing: 0.55px;
	}
	.slide-text {
		font-size: 18px;
		line-height: 1.22;
	}
	.slide-text br{
		display: none;
	}
	.slide-content{
		position: initial;
		padding: 13px 20px;
	}
	.slide-subtitle{
		padding: 0;
		margin-bottom: 6px;
		font-size: 10px;
	}
	.slide{
		padding-left: 0;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea{
		font-size: 14px;
	}
	.slide-img{
		padding-top: 375px;
	}
	.slider .slick-dots {
		bottom: auto;
		top: 345px;
	}
}
@media (max-width: 700px){
	.title404{
		font-size: 24px;
	}
	.text404{
		font-size: 14px;
	}
	.tabs{
		max-width: 70%;
	}
}
@media (max-width: 600px){
	.slick-current.addresses-nav-item-wrap:nth-of-type(4) .addresses-nav-item-title {
		font-size: 30px;
	}
	.slick-current.addresses-nav-item-wrap:nth-of-type(3) .addresses-nav-item-title, .slick-current.addresses-nav-item-wrap:nth-of-type(5) .addresses-nav-item-title{
		font-size: 40px;
	}
	.map-content {
		grid-template-columns: 1fr 1fr;
	}
	.map-content{
		position: relative;
	}
	.map-address-info{
		position: absolute;
		background: #fff;
		top: 0;
		right: -100%;
		width: 100%;
		min-height: 450px;
	}
	.map-address-info .addresses-map-info-title{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.13;
		color: #a1aecb;
		margin-bottom: 0;
		padding-bottom: 32px;
	}
	.map-address-info .addresses-map-info-title::before{
		display: inline-block;
	}
	.map-address-info.active{
		right: 0;
	}
	.video-item, .video-link{
		max-width: 100%;
		width: 100%;
	}
	.video-item img:not(.video-btn){
		width: 100%;
	}
    .benefits-wrap, .video-wrap{
        grid-template-columns: 100%;
    }
	.tabs{
		max-width: 80%;
	}
    .benefits-item-img, .benefits-item:nth-of-type(1) .benefits-item-img, .benefits-item:nth-of-type(4) .benefits-item-img{
        height: auto;
    }
    .benefits-item-list ul li{
        font-size: 16px;
    }
    .benefits-item-list{
        opacity: 1;
        background: rgba(44, 44, 44, 0.6);
        position: initial;
        padding: 20px;
    }
    .benefits-item-title{
        font-size: 20px;
    }
    .benefits-item:nth-of-type(5) {
        grid-column-start: auto;
        grid-column-end: auto;
    }
	.error404 .site-content::after, .error404 .content-area::before {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		justify-content: center;
		right: 13px;
	}
	.addresses-desc-item-img::before{
		bottom: -10px;
		right: -10px;
	}
	.addresses-desc-item-img{
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.addresses-list{
		padding: 30px 20px;
	}
	.addresses-item-desc{
		padding: 0;
	}
	.addresses-desc .slick-dots, .addresses-desc-item-btn img.bg{
		display: none!important;
	}
	.addresses-desc-item-btn{
		width: 100%;
		text-align: center;
		font-size: 20px;
		color: #e50019;
		padding: 15px 0;
	}
	.addresses-desc-item-btn-wrap{
		margin-bottom: 0;
		max-height: 53px;
	}
	.addresses-nav.slick-slider .slick-track {
		padding-top: 35%;
	}
	.addresses-nav.slick-slider .slick-dots{
		top: 29%;
	}
	.error404 .site-content:before {
		left: -90px;
	}
	.instagram .square1{
		padding-top: 68%;
	}
	.products-item-wrap {
		width: 100%!important;
	}
	.products-filter-title {
		font-size: 10px;
	}
	.products-filter-icon svg{
		max-width: 42px;
	}
	.footer-contacts{
		grid-template-columns: 100%;
	}
	.footer-first{
		max-width: 100%;
	}
}
@media (max-width: 500px){
    .format-gallary-item-wrap{
        max-width: 100%!important;
        width: 100%;
        padding: 10px 0;
        margin: 0!important;
    }
    .format-gallary-item img{
        width: 100%;
    }
    .format-gallary-item-wrap{
        float: left;
    }
	.tabs{
		max-width: 90%;
	}
	.news-page-wrap{
		grid-template-columns: 100%;
	}
	.instagram .square1 {
		padding-top: 72%;
	}
	.news-header{
		display: block;
	}
	#searchform input{
		width: 100%;
	}
	#searchform{
		margin-top: 20px;
	}
	.addresses-nav.slick-slider .slick-track {
		padding-top: 38%;
	}
	.slick-current .addresses-nav-item .addresses-nav-item-title{
		left: 36%;
	}
	.slide-img{
		padding-top: 200px;
	}
	.slider .slick-dots {
		top: 170px;
	}
	.header-menu-wrap{
		align-items: flex-start;
		padding: 0 30px;
	}
	.main-navigation li{
		text-align: left;
	}
	.error404 .site-content:before {
		left: -45px;
	}
	.error404 .site-content::after, .error404 .content-area::before{
		right: 0;
		font-size: 80px;
	}
	.addresses-nav.slick-slider .slick-dots{
		top: 28%;
	}
}
@media (max-width: 425px){
	.form-block{
		grid-template-columns: 1fr;
	}
	.map-address-info{
		min-height: 400px;
	}
	.map .acf-map{
		height: 400px;
	}
	.map-addresses{
		max-height: 400px;
	}
	.tour-3d-img{
		height: 300px;
	}
	.tabs{
		max-width: 100%;
		grid-template-columns: auto auto auto;
	}
	.mission-name{
		margin-right: 10px;
	}
	.mission-position span{
		margin-left: 5px;
	}
	.banner .title {
		margin: 20px 0;
	}
	.tab-item-3d img {
		left: -22px;
		width: 151px;
	}
	.tab-item-3d {
		width: 80px;
	}
	.title404, .text404{
		max-width: 75%;
	}
	.text404 br{
		display: none;
	}
	.title404 {
		font-size: 22px;
	}
	.instagram .square1 {
		padding-top: 76%;
	}
	.slick-current .addresses-nav-item .addresses-nav-item-title{
		left: 33%;
	}
	.addresses-nav.slick-slider .slick-dots{
		top: 24%;
	}
	.addresses-nav.slick-slider .slick-track {
		padding-top: 40%;
	}
	.title{
		font-size: 30px;
	}
}
@media (max-width: 400px){
	.slick-current.addresses-nav-item-wrap:nth-of-type(4) .addresses-nav-item-title {
		font-size: 22px;
	}
	.slick-current.addresses-nav-item-wrap:nth-of-type(3) .addresses-nav-item-title, .slick-current.addresses-nav-item-wrap:nth-of-type(5) .addresses-nav-item-title {
		font-size: 30px;
	}
}
@media (max-width: 375px){
	.instagram .square1 {
		padding-top: 79%;
	}
	.footer_social a{
		margin-right: 25px;
	}
	.addresses-nav.slick-slider .slick-dots{
		top: 22%;
	}
	.addresses-nav.slick-slider .slick-track {
		padding-top: 42%;
	}
	.post-title {
		font-size: 32px;
	}
}