/*!
Theme Name: Sofita
Theme URI: http://underscores.me/
Author: Pautina
Author URI: http://pautina-web.ru
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: sofita
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.

Sofita 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
	- Header
	- Footer
	- Event Single
	- Kitchen Single
# Blocks
	- Maintop block
	- WhoWe Block
	- WeKnow Block
	- LastNews Block
	- AboutCompany Block
	- LiveVideo Block
	- CompanyOpenform Block
	- AddressMap Block
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Wrapper

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

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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%;
}

/* Custom fonts
--------------------------------------------- */
h1 {
	font-family: Open Sans !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 50px !important;
	color: #3D2456 !important;
}

h2 {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	text-align: center !important;
	color: #434343 !important;
	margin: 0px !important;
}

p {
	font-family: Open Sans;
	font-style: light;
	font-size: 18px;
	color:  #434343;
}

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

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: thin dotted;
}

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

/* Header
--------------------------------------------- */
#primary {
	min-height: auto !important;
}

/* Header
--------------------------------------------- */
.site-header {
	display: flex;
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 33px;
	padding-bottom: 33px;
}

 #site-navigation .header-phone-button {
	 width: 30px;
	 height: 30px;
	 display: none;
 }

 #site-navigation > img {
	 width: 30px;
	 height: 30px;
	 display: none;
 }

.site-header .main-navigation {
	padding-left: 72px;
	padding-right: 72px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-header .main-navigation #primary-menu ul li a {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 22px;
	color: #434343;
	white-space: nowrap;
	transition: 200ms;
	border-radius: 30px;
	padding: 10px;
}

.site-header .main-navigation #primary-menu ul li a:hover {
	background: #3D2456;
	color: #FFF;
}

#primary-menu > ul {
	display: flex;
}

.site-branding {
	width: 35%;
	height: 55px;
	border-right: 1px solid #434343;
	margin-right: 12px;
	padding-right: 12px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-site-description {
	height: 55px;
}

.header-contacts {
	display: flex;
	width: 100%;
	height: 55px;
}

.header-contacts-item {
	display: flex;
	height: 55px;
	margin-right: 65px;
}

.header-contacts-item:last-child {
	margin-right: 0px;
}

.header-contacts-item p {
	font-family: Open Sans;
	font-size: 14px;
	color: #434343;
	margin: 0px;
	line-height: 19px;
	white-space: nowrap;
}

#masthead > div.header-contacts > div:nth-child(1) > p {
	line-height: 48px;
}

#masthead > div.header-contacts > div:nth-child(2) > p {
	line-height: 21px;
}

.site-header .main-navigation #primary-menu ul {
	display: flex;
	justify-content: space-between;
}

.header-contacts-item img {
	width: 47px;
	height: 47px;
	margin-right: 2px;
}

#primary-menu > ul > li.page_item.page-item-146 {
	display: none;
}

/* Footer
--------------------------------------------- */
.site-footer {
	display: flex;
	width: 100%;
	background: #3D2456;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Open Sans;
	font-size: 18px;
	color: #FFFFFF;
}

.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -43px;
	max-width: 514px;
	width: 100%;
}

.footer-left-top {
	
}

.footer-left-top span {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

.footer-left-bottom {
	display: flex;
	justify-content: space-between;
}

.footer-left-bottom span {
	white-space: nowrap;
	text-align: center;
}

.footer-middle {
	
}

.footer-middle img {
	height: 230px;
	width: 230px;
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 514px;
	padding-left: 25px;
}

.footer-right-top {
	
}

.footer-right-bottom {
	
}


.footer-left-bottom #primary-menu, .footer-left-bottom span{

}

.footer-right-bottom > a, .footer-left-bottom #primary-menu > ul > li > a {
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

.footer-left-bottom #primary-menu > ul {
	list-style: none;
	margin: 0px !important;
	padding: 0px;
	flex-direction: column !important;
}

.footer-right-bottom img {
	margin-top: 10px;
}

.footer-vertical-line {
	border: 1px solid #FFFFFF;
	transform: rotate(90.81deg);
	width: 72px;
	height: 1px;
	margin-top: auto;
	margin-bottom: auto;
}

#colophon > div > div.footer-right > div.footer-right-bottom > a > img {
	margin-bottom: -14px;
}

#colophon > div > div.footer-right > div.footer-right-top > span > a {
	text-decoration: none;
	color: #FFF;
}

/* Event Single
--------------------------------------------- */
.events {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}

.entry-title {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	color: #434343 !important;
}

.entry-content > p {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #434343 !important;
}

/* Kitchen Single
--------------------------------------------- */
.kitchen-title {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.kitchen-title h1 {
	font-family: Open Sans !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	color: #434343 !important;
}

.kitchen-info {
	display: flex;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.kitchen-info-left > img {
	width: 100%;
	height: 100%;
	max-width: 625px;
	max-height: 357px;
}

.kitchen-description {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.kitchen-description p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
}


.kitchen-by-clients {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 81px;
}

.kitchen-info-left {
	margin-right: 40px;
}

.kitchen-info-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FBF8F8;
	border-radius: 10px;
	padding: 23px 42px;
	width: auto;
	height: 221px;
}

.kitchen-info-right span {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #434343;
}

.kitchen-info-right-title {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #434343;
	margin-bottom: 17px;
}

.kitchen-by-clients h2 {
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 30px !important;
	line-height: 41px !important;
	color: #434343 !important;
	margin-bottom: 19px !important;
	text-align: left !important;
}

.clients-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.kitchen-by-clients-item {
	width: 100%;
	height: 100%;
	max-width: 399px;
	max-height: 228px;
	margin-bottom: 29px;
	display: flex;
}

.kitchen-by-clients-item > img {
    object-fit: cover;
}

.offer-photos {
	display: flex;
}

.offer-photos img{
	width: 105px;
	height: auto;
	margin-right: 5px;
	cursor: pointer;
}

.offer-photos img: last-child {
	margin-right: 0px;
}



/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/* MainTop Block
--------------------------------------------- */
.maintop-block {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 700px;
	overflow: hidden;
	padding-bottom: 150px;
	padding-left: 30px;
}

.maintop-block img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: -1;
}

.maintop-block-include {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.maintop-block-include-title {
	font-family: Open Sans !important;
	font-size: 50px !important;
	line-height: 68px !important;
	color: #FFFFFF !important;
	max-width: 656px;
}

.maintop-block-include-description {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	max-width: 471px;
}

.maintop-block-include-button {
	font-family: Open Sans;
	font-size: 18px;
	color: #FFFFFF;
	background: #3D2456;
	padding: 10px 18px;
	cursor: pointer;
	border: none;
}

/* WhoWe Block
--------------------------------------------- */
.whywe-block {
	display: flex;
	flex-direction: column;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 152px;
}

.whywe-block-top {
	display: flex;
}

.whywe-block-bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.whywe-block-bottom-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 300px;
	height: 346px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 24px 19px;
}

.whywe-block-bottom-item:nth-child(4) {
	border: 2px solid #3D2456 !important;
}

.whywe-block-bottom-item img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.whywe-block-bottom-item span, .whywe-block-bottom-item p {
	font-family: "Open Sans" !important;
	font-style: light !important;
	font-size: 16px !important;
}

.whywe-block-bottom-item span {
	text-align: center;
}

.whywe-block-bottom-item p {
	line-height: 22px;
}


.whywe-block-include-title {
	font-family: Open Sans !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 50px !important;
	line-height: 68px !important;
	color: #3D2456 !important;	
}

.whywe-block-bottom-item .top-p {
	font-style: normal !important;
	font-weight: bold !important;
}

.transition-text {
	display: none;
	font-family: Open Sans Hebrew Condensed;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #434343;
	z-index: -1;
}

.whywe-block-bottom-item button {
	background: #3D2456;
	font-family: "Open Sans";
	font-style: bold;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.whywe-background-image {
	position: absolute;
	z-index: -1;
	right: -250px;
	bottom: -180px;
}

/* WeKnow Block
--------------------------------------------- */
.weknow-block {
	display: flex;
	justify-content: space-between;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 39px;
}

.weknow-block-left {
	width: 100%;
	max-width: 518px;
}

.weknow-block-left h1 {
	
}

.weknow-block-right {
	width: 100%;
	max-width: 569px;
}

.weknow-block-right-top {
	font-family: "Open Sans";
	font-size: 30px;
	line-height: 36px;
	color: #434343;
}

.weknow-block-right-bottom {
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 22px;
	color: #434343;	
}

/* LastNews Block
--------------------------------------------- */
.lastnews-block {
	position: relative;
}
	
.lastnews-block-dots {
	position: absolute;
	top: -859px;
    left: 0px;
    z-index: -3;
}

.lastnews-block {
	width: 100%;
	margin-bottom: 75px;
}

.lastnews-block-top {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.lastnews-block-middle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 73px;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.lastnews-block-middle img {

}

.lastnews-block-middle-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 406px;
}

.lastnews-block-middle-item span {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
	margin-top: 21px;
}

.lastnews-block-middle-item p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #434343;	
}

.lastnews-block-bottom {
	display: flex;
	justify-content: center;
}

.lastnews-block-bottom button {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	background: #3D2456;
	padding: 15px 20px;
	cursor: pointer;
}

.lastnews-block-middle > a {
	text-decoration: none;
}

.lastnews-block-middle > a > div > img {
	width: 406px;
	height: 283px;
}

/* AllNews Block
--------------------------------------------- */
.allnews-block {
	display: flex;
	flex-wrap: wrap;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
}

.allnews-block-top p {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
	width: 100%;
	max-width: 708px;
}

.allnews-block-top h1 {
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	color: #434343 !important;
}

.allnews-block-bottom {
	display: flex;
	flex-wrap: wrap;
	max-width: 1328px;
	flex-direction: row;
	justify-content: center;
}

.allnews-block-bottom a {
	text-decoration: none;
	margin-right: 60px;
	margin-bottom: 51px;
	background: #F7F5F5;
	border-radius: 10px;
	transition: 400ms;
}

.allnews-block-bottom a:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.allnews-block-bottom-item {
	display: flex;
	flex-direction: column;
	width: 375px;
}

.allnews-block-bottom-item span {
	margin-top: 19px;
	margin-left: 22px;
	margin-right: 22px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 19px;
	color: #434343;
}

.allnews-block-bottom-item p {
	margin-left: 22px;
	margin-right: 22px;
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #434343 !important;
}

.allnews-block-bottom-item img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

/* AboutCompany Block
--------------------------------------------- */
.company-about-block {
	display: flex;
	flex-direction: column;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 82px;
}

.company-about-block-top {
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}

.company-about-block-top-left {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	margin-right: 80px;
	margin-top: 80px;
}

.company-about-block-top-left img {
	width: 365px;
	height: 584px;
}

.company-about-block-top-right {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 935px;
}

.company-about-block-top-right-title {
	
}

.company-about-block-top-right-title h1 {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	color: #434343 !important;

}

.company-about-block-top-right-description {
	margin-bottom: 15px;
}

.company-about-block-top-right-description p {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #434343 !important;
}

.company-about-block-top-right-sequence {
	display: flex;
}

.company-about-block-top-right-sequence-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-right: 30px;
}

.company-about-block-top-right-sequence-item span {
	text-align: center;
}

.company-about-block-top-right-sequence-item span:first-child {
	margin-bottom: 31px;
	margin-top: 17px;
}

.company-about-block-top-right-sequence-item span:nth-child(2) {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	color: #3D2456;
	border-bottom: 1px solid #434343;
	margin-bottom: 10px;
}

.company-about-block-top-right-sequence-item img {
	
}

.company-about-block-bottom {
	
}

.company-about-block-bottom-description {
	
}

.company-about-block-bottom-description p, .company-about-block-top-right-sequence-item span:nth-child(1), .company-about-block-top-right-sequence-item span:nth-child(3) {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	color: #434343 !important;	
}

/* LiveVideo Block
--------------------------------------------- */
.livevideo-block {
	display: flex;
	flex-direction: column;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 116px;
}

.livevideo-block-title {
	text-align: center;
}

.livevideo-block-description {
	text-align: center !important;
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	text-align: center !important;

	color: #434343;
}

.livevideo-block-image {
	text-align: center;
}

/* CompanyOpenform Block
--------------------------------------------- */
.company-openform-block {
	display: flex;
	justify-content: center;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 98px;
}

.company-openform-block-left {
	
}

.company-openform-block-left img {
	
}

.company-openform-block-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFF;
	padding: 28px;
}

.company-openform-block-right-include {
	display: flex;
	flex-direction: column;
	margin-left: -100px;
	background: #FFF;
	padding: 28px;
}

.company-openform-block-right-include span {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 46px;
	line-height: 63px;
	color: #434343;
	margin-bottom: 29px;
}

.company-openform-block-right-include button {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	background: #3D2456;
	padding: 14px 76px;
	width: 236px;
	cursor: pointer;
}

/* AddressMap Block
--------------------------------------------- */
.address-map-block {
	display: flex;
	flex-direction: row;
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 143px;
	margin-top: 81px;
}

.address-map-block-left {
	display: flex;
	flex-direction: column;
	margin-right: 77px;
}

.address-map-block-left h1 {
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 46px !important;
	line-height: 63px !important;
	color: #434343 !important;
}

.address-map-block-left-container {
	display: flex;
	flex-direction: column;	
}

.address-map-block-left-container-item {
	display: flex;
	margin-bottom: 44px;
}

.address-map-block-left-container-item-left {
	width: 81px;
	height: 81px;
}

.address-map-block-left-container-item-left {
	margin-right: 16px;
}

.address-map-block-left-container-item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.address-map-block-left-container-item-right span:nth-child(1) {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
	white-space: nowrap;
}

.address-map-block-left-container-item-right span:nth-child(2) {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 25px;
	color: #434343;
	white-space: nowrap;
}

.address-map-block-right {
	width: 100%;
	max-width: 876px;
}

/* Brandslider Block
--------------------------------------------- */
.brandslider-block {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 110px;
}

.brandslider-block-top {
	margin-bottom: 55px;
}

.brandslider-block-bottom {
	display: flex;
	justify-content: space-between;
}

.brandslider-item {
	display: flex !important;
	height: 100% !important;
	justify-content: center !important;
}

.brandslider-item img {
	height: 39px !important;
	width: auto !important;
}

/* Mainslider Block
--------------------------------------------- */
.mainslider-block {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mainslider-block-item {
	position: relative;
	width: 924px;
	height: 520px !important;
	margin: 40px;
	overflow: hidden;
}

.mainslider-block-item img {
	height: inherit;
	width: inherit;
}

.mainslider-block-item button {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	background: #3D2456;
	padding: 12px 44px;
	cursor: pointer;
	border: none;
	bottom: -6px;
	left:50%;
	transform:translate(-50%, -50%);
}

.mainslider-block-wripper-background {
	background: #F4F4F4;
	position: absolute;
	width: 1257px;
	height: 590px;
	left:50%;
	bottom:-293px;
	transform:translate(-50%, -50%);
	z-index: -3;
}

.mainslider-block-wripper {
	position: relative;
}

/*Mainslider lightBox*/
.kitchen-info-mainslider {
	display: none;
}

.lightbox-mainslider-imagecontainer {
	margin: 0 auto;
	margin-top: 5% !important;
	background: #FFF;
    border: 10px solid #FFF;
    border-radius: 12px;
	position: relative;
}

.lightbox-mainslider-imagecontainer-close {
	position: absolute;
    background-color: #FFF;
    background-image: url(/wp-content/uploads/2021/08/cancel.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: -26px;
    top: -26px;
    color: #3D2456;
    border-radius: 100px;
    border: 4px solid #FFF;
    cursor: pointer;
}

.offer-photos-mainslider {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: fit-content;
	width: auto;
	max-width: 27%;
	
}

.offer-bottom-photo-mainslider {
	max-width: 48%;
	height: auto;
	max-height: 150px;
	margin: 2px;
	cursor: pointer;
	transition: 200ms;
}

.offer-bottom-photo-mainslider:hover {
	transform: scale(1.1);
}

.lightbox-mainslider-imagecontainer-openOffer {
	position: absolute;
	right: 0px;
	bottom: 0px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #3D2456;
    padding: 12px 44px;
    cursor: pointer;
    border: none;
	text-decoration: none;
}

.lightbox-mainslider-imagecontainer-openOffer:hover {
	text-decoration: none !important;
	color: #FFF !important;
}

#primary > div.mainslider-block-wripper > div.mainslider-block.slick-initialized.slick-slider > div > div > div > button:nth-child(2) {
	display: none !important;
}

/* ContactForm Block
--------------------------------------------- */
.contact-form-block {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
}

.contact-form-title {
	text-align: center;
}

.contact-form-body {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 625px;
	margin: 0 auto;
	margin-top: 200px;
	padding: 30px;
	background: #FFFFFF;
	position: relative;
}

.contact-form-body input {
	margin-bottom: 20px;
}

.contact-form-body input:last-child {
	margin-bottom: 0px;
	cursor: pointer;
}

#form-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	cursor: pointer;
}

#result_form {
	text-align: center;
	font-size: 25px;
}



/*
#primary > div.mainslider-block.slick-initialized.slick-slider > div > div > div {
	display: flex !important;
	justify-content: center !important;
}
*/

/*--------------------------------------------------------------
# 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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.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,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Wrapper
--------------------------------------------- */
.wrapper {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
}

/**
 * Hot Fixes
 */
 
 .page-item-25 { 
	order: 4 !important;
 }

 body > div.mob-menu-header-holder.mobmenu {
	width: 35px !important;
 }
 
 body {
	margin: 0px !important;
 }
 
 .page-item-27 {
	 display: none !important;
 }
 
 #primary {
	 min-height: 810px;
	 overflow: hidden;
 }
 
 /**
  * For JavaScript Animations
  */
  
  .hidden {
     opacity:0;
  }
  .visible {
	 opacity:1;
  }
  
 /**
  * Mobile version
  */
  
	@media screen and (max-width: 768px) {
		 
		/* Header
		--------------------------------------------- */
		 #masthead {
			 padding: 14px 19px;
			 justify-content: flex-start;
		 }
		 
		 .header-contacts {
			 display: none;
		 }
		 
		 #site-navigation {
			 padding: 0px !important;
			 width: 100% !important;
			 justify-content: center !important;
			 margin-left: auto;
		 }
		 
		 #site-navigation .header-phone-button {
			 display: flex;
			 margin-left: auto !important;
			 margin-right: auto !important;
		 }
		
		 #site-navigation > img {
			 margin-left: 53px !important;
		 }
 	 
		 .mobmenur-container {
			 margin-top: 15px !important;
			 top: 14px !important;
		 }
		 
		 #masthead > div.header-site-description {
			 display: flex;
			 flex-direction: column;
			 justify-content: center;
			 height: 51px;
			 width: 74px;
		 }
		 
		 #masthead > div.header-site-description span {
			font-family: 'Open Sans';
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 14px;
			color: #434343;
		 }
		 
		 #site-navigation > img {
			 display: block;
		 }
		 
		 #masthead #site-navigation #primary-menu {
			 display: none;
		 }
		 
		/* Footer
		--------------------------------------------- */
		
		.site-footer {
			font-size: 10px !important;
		}
		
		.footer-wrapper {
			flex-direction: column;
			flex-wrap: wrap !important;
			height: 250px !important;
			justify-content: space-around !important;
		}
		
		.footer-left-top {
			display: flex;
			justify-content: center;
		}
		
		.footer-vertical-line {
			display: none !important;
		}
		
		.footer-middle {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		
		.footer-middle img {
			width: 79px;
			height: 79px;
			margin: 0 auto;
		}
		
		.footer-left {
			width: auto !important;
			margin-top: 0px !important;
		}
		
		.footer-left-top span {
			font-size: 22px !important;
		}
		
		.footer-left-bottom {
			justify-content: center !important;
		}
		
		.footer-left-bottom #primary-menu {
			margin-right: 14px !important;
		}
		
		.footer-right-bottom > a > img {
			width: 61px !important;
			margin-bottom: -5px !important;
		}
		
		.footer-right {
			padding-left: 0px !important;
			margin: 0 auto !important;
		}
		
		#colophon > div > div.footer-left > div.footer-left-top > span {
			margin-bottom: 10px !important;
		}
		
		#colophon > div > div.footer-right > div.footer-right-bottom > a > img {
			margin-bottom: -7px !important;
		}
		
		 
		/* MainTop Block
		--------------------------------------------- */
		.maintop-block {
			height: 248px;
			padding: 0px !important;
		}
		
		.maintop-block img {
			position: absolute !important;
			left: 0px !important;
			top: 0px !important;
			width: auto !important;
			height: 100% !important;
			z-index: -1 !important;
			object-fit: cover !important;
		}
		
		.maintop-block-include {
			margin-left: 46px !important;
			margin-top: 26px !important;
		}
		
		.maintop-block-include-title {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: normal !important;
			font-size: 17px !important;
			line-height: 20px !important;
			color: #FFFFFF !important;
			margin-bottom: 5px;
			width: 201px !important;;
		}
		
		.maintop-block-include-description {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: normal !important;
			font-size: 10px !important;
			line-height: 12px !important;
			color: #FFFFFF !important;
			margin-bottom: 23px;
			width: 167px !important;;
		}
		
		.maintop-block-include-button {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: normal !important;
			font-size: 9px !important;
			line-height: 11px !important;
			color: #FFFFFF !important;
			padding: 7px 8px !important;
			width: 125px !important;
			white-space: nowrap !important;
			border: none;
		}
		/* WhoWe Block
		--------------------------------------------- */
		.whywe-block {
			margin-bottom: 50px !important;
		}
		
		.whywe-block-bottom {
			flex-direction: column !important;
		}
		
		.whywe-block-include-title {
			font-family: Open Sans !important;
			font-style: normal !important;
			font-weight: bold !important;
			font-size: 14px !important;
			line-height: 19px !important;
			color: #3D2456 !important;
			margin-top: 22px !important;
			margin-left: 19px !important;
		}
		
		.whywe-block-bottom-item {
			margin: 0 auto !important;
		}
		
		.whywe-block-bottom-item:nth-child(1), .whywe-block-bottom-item:nth-child(2), .whywe-block-bottom-item:nth-child(3) {
			height: 95px !important;
			flex-direction: row !important;
			justify-content: flex-start !important;
		}
		
		.whywe-block-bottom-item:nth-child(1) span, .whywe-block-bottom-item:nth-child(2) span, .whywe-block-bottom-item:nth-child(3) span {
			line-height: 23px !important;
		}
		
		.whywe-block-bottom-item:nth-child(1) img, .whywe-block-bottom-item:nth-child(2) img, .whywe-block-bottom-item:nth-child(3) img {
			width: 60px;
			height: 60px;
			margin: 0px !important;
		}
		
		.whywe-block-bottom-item:nth-child(3) {
			margin-bottom: 20px !important;
		}
		
		#primary > div.whywe-block > div.whywe-block-bottom > div:nth-child(2) > span {
			margin-left: 37px !important;
		}
		
		#primary > div.whywe-block > div.whywe-block-bottom > div:nth-child(3) > span {
			margin-top: 10px !important;
		}
		
		#primary > div.whywe-block > div.whywe-block-bottom > div:nth-child(1) > span {
			margin-top: 4px;
		}
		
		/* WeKnow Block
		--------------------------------------------- */
		.weknow-block {
			flex-direction: column !important;
			padding: 15px !important;
		}
		
		.weknow-block-left > h1 {
			font-size: 30px !important;
		}
		
		.weknow-block-right-top {
			font-size: 25px !important;
		}
		
		.weknow-block-right-bottom {
			font-size: 16px !important;
		}
		
		/* LastNews Block
		---------------------------------------------*/
		#primary > div.lastnews-block > div.lastnews-block-middle > a:nth-child(3) {
			display: none;
		}
		
		.lastnews-block-middle {
			justify-content: center !important;
			margin-bottom: 64px !important;
		}
		
		.lastnews-block-middle > a {
			width: 143px !important;
			height: 100px !important;
			margin-right: 9px !important;
		}
		
		.lastnews-block-middle-item img {
			width: 143px !important;
			height: 100px !important;
		}
		
		.lastnews-block-middle-item span {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: bold !important;
			font-size: 8px !important;
			line-height: 11px !important;
			color: #434343 !important;
		}
		
		.lastnews-block-middle-item p {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: 300 !important;
			font-size: 6px !important;
			line-height: 8px !important;
			color: #434343 !important;
		}
		
		.lastnews-block-top h1 {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: bold !important;
			font-size: 14px !important;
			line-height: 19px !important;
			color: #3D2456 !important;
			width:
		}
		
		.lastnews-block-top {
			display: flex;
			justify-content: center;
		}
		
		.lastnews-block-bottom button {
			font-family: 'Open Sans' !important;
			font-style: normal !important;
			font-weight: bold !important;
			font-size: 8px !important;
			line-height: 11px !important;
			color: #FFFFFF !important
			background: #3D2456 !important;
			padding: 5px !important;
		}
		
		.mainslider-block-item {
			position: relative;
			width: 924px;
			height: 520px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		.mainslider-block-item button {
			bottom: -6px !important;
			left:50% !important;
			transform:translate(-50%, -50%) !important;
			padding: 5px 20px !important;
			font-size: 10px !important;
			line-height: 22px !important;
		}
		
		.mainslider-block-wripper-background {
			display: none;
		}
		
		/* AboutCompany Block
		---------------------------------------------*/				
		.company-about-block {
			padding: 15px !important;
			margin-bottom: 40px !important;
		}
		
		.company-about-block-top {
			margin-bottom: 40px;
		}
		
		.company-about-block-top-left {
			display: none !important;
		}
		
		.company-about-block-top-right {
			display: flex !important;
			flex-direction: column !important;
		}
		
		.company-about-block-top-right-sequence {
			justify-content: center;
		}
		
		.company-about-block-top-right-sequence-item span:nth-child(1) {
			font-size: 8px !important;
		}
		
		.company-about-block-top-right-sequence-item span:nth-child(2) {
		
			font-size: 17px !important;
		
		}
		
		.company-about-block-top-right-sequence-item span:nth-child(3) {
		
			font-size: 8px !important;
		
		}
		
		.company-about-block-top-right-sequence-item img {
			width: 14px !important;
			margin-top: 23px !important;
		}
		
		.company-about-block-top-right-sequence-item {
			margin-right: 12px !important;
		}
		
		.company-about-block-top-right-description p, .company-about-block-bottom-description p {
			font-size: 11px !important;
			line-height: 18px !important;
		}
		
		.company-about-block-top-right-title h1 {
			font-size: 16px !important;
			line-height: 23px !important;
		}
		
		/* Brandslider Block
		---------------------------------------------------*/
		.brandslider-block-top h2 {
		
			font-size: 19px !important;
			line-height: 23px !important;
		
		}
		
		#primary > div.brandslider-block > div.brandslider-block-bottom.slick-initialized.slick-slider > div > div > div {
			display: flex !important;
			justify-content: center !important;
		}
		
		/* LiveVideo Block
		---------------------------------------------------*/	
		.livevideo-block {
			margin-bottom: 40px !important;
		}
		
		.livevideo-block-title {
			font-size: 19px !important;
			line-height: 23px !important;	
		}
		
		.livevideo-block-description {
			font-size: 11px !important;
			line-height: 18px !important;
		}
		
		/* CompanyOpenform Block
		-------------------------------------------------*/
		.company-openform-block {
			flex-direction: column  !important;
			margin-bottom: 20px !important;
		}
		
		.company-openform-block-right-include span {
			font-size: 17px !important;
			line-height: 32px !important;
		}
		
		.company-openform-block-right-include {
			margin-left: 0px !important;
			margin-top: -108px !important;
		}
		
		.company-openform-block-right-include * {
			margin: 0 auto !important;
		}
		
		.company-openform-block-right-include span {
			margin-bottom: 30px !important;
		}
		
		.company-openform-block-left > img {
			width: 100% !important;
		}
		
		/* AddressMap Block
		------------------------------------------------*/
		.address-map-block {
			flex-direction: column !important;
			margin-top: 20px !important;
			padding: 15px !important;
			margin-bottom: 20px !important;
		}
		
		.address-map-block-left-title h1 {
			font-size: 19px !important;
			line-height: 23px !important;	
		}
		
		.address-map-block-left-container-item-left {
			width: 35px !important;
			height: 35px !important;
		}
		
		.address-map-block-left-container-item-right span:nth-child(1) { 
			font-size: 14px !important;
			line-height: 14px !important;
		}
		
		.address-map-block-left-container-item-right span:nth-child(2) { 
			font-size: 12px !important;
		}
		
		.address-map-block-left-container-item {
			margin-bottom: 17px !important;
		}
	
		
		/* SingleEvent 
		-----------------------------------------------*/
		article {
			margin-top: 20px !important;
			padding: 15px !important;
		}
		
		.entry-title {
			font-size: 30px !important;
			line-height: 24px !important;
		}
		
		.entry-content p {
			font-size: 10px !important;
		}
		
		/* AllNews Blosk
		-----------------------------------------------*/
		.allnews-block {
			flex-direction: column !important;
			padding: 15px !important;
		}
		
		.lastnews-block-dots {
			width: 304px !important;
			top: -387px !important;
		}
		
		.allnews-block-top h1 {
			font-size: 30px !important;
			line-height: 24px !important;
		}
		
		.allnews-block-bottom * {
			margin: 0 auto !important;
		}
		
		.allnews-block-bottom a {
			width: 100% !important;
			margin-right: 0px !important;
			margin-bottom: 15px !important;
		}
		
		.allnews-block-bottom-item {
			width: auto;
		}
		
		.allnews-block-bottom-item img {

		}
		
		.allnews-block-bottom-item span {
			padding: 15px !important;
			text-align: center;
		}
		
		.allnews-block-bottom-item p {
			padding: 15px !important;
			padding-top: 0px !Important;
			text-align: center;
		}
		
		/* Kitchen single page
		----------------------------------------------*/
		.kitchen-info {
			flex-direction: column !important;
			padding: 15px !important;
		}
		
		.kitchen-title {
			padding: 15px !important;
		}
		
		.kitchen-info-left {
			margin-right: 0px !important;
		}
		
		.kitchen-description {
			padding: 15px !important;
		}
		
		.kitchen-description p {
			padding: 15px !important;
			font-size: 11px !important;
			line-height: 18px !important;
		}
		
		.kitchen-info-right {
			width: auto !important;
		}
		
		.clients-gallery {
			padding: 15px !important;
		}
		
		.kitchen-by-clients h2 {
			padding: 15px !important;
			font-size: 22px !important;
			line-height: 11px !important;
		}
		
		.kitchen-by-clients {
			margin-bottom: 40px !important;
		}
		
		.kitchen-by-clients-item {
			margin: 0 auto !important;
			margin-bottom: 29px !important;
		}
		
		.offer-photos img{
			width: auto;
			height: 45px;
			margin-right: 5px;
			cursor: pointer;
		}
		.slick-initialized .slick-slide {
			height: 150px !important;
		}
		
		.offer-main-photo-mainslider {
			width: 100% !important;
			max-width: 100% !important;
		}
		
		.lightbox-mainslider-imagecontainer {
			flex-direction: column !important;
			width: 100% !important;
			max-width: 90% !important;
			max-height: 90% !important;
			margin-top: 10% !important;
		}
		
		.offer-photos-mainslider {
			width: 100% !important;
			max-width: 100% !important;
		}
		
		body > div.kitchen-info-mainslider > div > a {
			bottom: -63px;
			left: 0px;
			text-align: center;
		}
		
	}

/*LIghtBox*/
.lightbox-container {
	position: fixed;
	display: flex;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	width: 100%;
}

.lightbox-image-container {
	position: relative;
	max-width: 80%;
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.lightbox-image-container-close {
	position: absolute;
	background-color: #FFF;
	background-image: url(/wp-content/uploads/2021/08/cancel.png);
	background-size: cover;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 15px;
	color: #3D2456;
	border-radius: 100px;
	border: 4px solid #FFF;
	cursor: pointer;
}
