html {
	font-family: Montserrat;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
.sticky {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
	width: 100%;
}
rect:hover {
    fill: #fec107;
} 
figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Montserrat;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	color: #F5F6FB;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.7;
	overflow-wrap: break-word;
}

nav,
label,
input {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	color: #060606;
}

p {
	margin: 0 0 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: Montserrat;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Montserrat;
	font-size: 15px;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em
}

.comments-area ol {
	list-style: none;
	padding: 0
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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. */
	vertical-align: baseline;
}

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

table {
	font-family: Montserrat;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 14px;
}

table th {
	border-bottom: 2px solid;
	padding: 10px;
	text-align: left
}

table td {
	padding: 10px 10px 0;
}

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

label {
	font-size: 14px;
	color: #9e9e9e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background-color: #e6e6e6;
	padding: 8px;
}

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

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: 8px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/* 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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #253e80;
}



/*--------------------------------------------------------------
# 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,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.wrapper:after,
.navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

body {
	    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.site-content {
	margin-bottom: 50px
}

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

.site-header {
	padding: 0px;
}
.top-menu{
	background-color:black;
	height: 40px;
    left: 0px;
    top: 0px;
	display: flex;
}
.s-header__basket-wr.woocommerce {
    position: absolute;
    display: inline-flex;
    float: right;
    right: 20px;
}
.basket-btn {
 display: inline-block;
    max-width: 100%;
    /* background-color: #77787b; */
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 18px 24px;
    background-image: url(cart.png);
    border-radius: 31px;
    padding-left: 35px;
    padding-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-right: 0px;
	    margin: 0px 25px 0px 25px;
}
.logo-elektro img {
      margin-top: 10px;
    /* margin-left: 25px; */
    margin-right: 25px;
}
.registration a {
    top: 10px;
    margin-top: 10px;
    display: block;
    /* margin-left: 25px; */
}
.dropdown {
 height: 40px;
    width: 150px;
    cursor: pointer;
    margin-left: 25px;
    margin-right: 25px;
    display: inline-flex;
}
.dropdown a {
    font-weight: 600;
    font-size: 12px;
    /* line-height: 15px; */
    /* display: flex; */
    /* align-items: center; */
    /* text-align: right; */
    /* text-transform: uppercase; */
    color: #FFFFFF;
	margin-top: 10px;
	min-width: 100px;
    text-decoration: none;
}
.down svg:not(:root){
	width: 10px;
}

.dropdown .down {
 font-size: 18px;
    color: #808080;
    height: 30px;
    margin-top: 9px;
    margin-left: 5px;
    text-transform: uppercase;
    transition: all 1s ease-out;
}

.dropdown:hover .down {
  font-weight: 700;
  color: #a87f5c;
  transition: all 0.5s ease-out;
}

.dropdown_content {
  display: none;
   transition: all linear 0.3s;
    color: white;
    background-color: #170707;
    padding: 1em;
    margin-left: -9.2em;
    margin-top: 40px;
    width: 210px;
    /* opacity: 0.98; */
    z-index: 99;
    height: 98px;
}
.lang-switch ul.text {
    margin-top: 10px;
    margin-right: 25px;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    left: 50px;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #7C8086;
}
.text select#lang_choice_1 {
    background: black;
    border: none;
    font-size: 14px;
}
.ui-selectmenu-button.ui-state-focus{
	color: #7C8086;
	border:none;
	box-shadow:none;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark-color(white, black);
    cursor: default;
    margin: 0em;
    font: 400 13.3333px;
	font-family: "Montserrat";
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}
.dropdown_content a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-align: left;
  display: block;
  transition: .6s all ease;
  margin-bottom: 5px;
  white-space: nowrap;
}

.dropdown_content a:hover {
  color: white;
  margin-left: 11px;
}

#menu-item-2945:after {
   content: '';
    background: url(/wp-content/themes/arke/after.png) no-repeat;
    display: block;
    position: relative;
    top: -12px;
    margin: 0px;
    padding: 0px;
    left: 135%;
    width: 26px;
    height: 26px;
    /* border-right: 3px solid #96bfe3; */
    /* border-bottom: 3px solid #049fd4; */
    /* -webkit-transform: rotate(-45deg); */
   /* -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
     transform: rotate(-45deg);*/
}
#menu-item-951:before {
    content: '';
    background-image: url(https://cookeryschool.com.ua/wp-content/themes/arke/nnn.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: -10px;
    width: 50px;
    height: 50px;
    background-size: 41%;
}
#menu-item-951 {
    display: inline-flex;
    /* margin: 0px 20px 20px 20px; */
    /* position: relative; */
    /* display: block; */
    padding: 0px 0px 0 40px;
}
#menu-item-951 a {
    left: -7px!important;
}
#menu-item-958:before {
    content: '';
	 background-image: url(https://cookeryschool.com.ua/wp-content/themes/arke/ab.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: -10px;
    width: 50px;
    height: 50px;
    background-size: 41%;
}
#menu-item-958 {
    display: inline-flex;
    /* margin: 0px 20px 20px 20px; */
    /* position: relative; */
    /* display: block; */
    
}
#menu-item-958 a {
    left: -7px!important;
}
#menu-item-959:before {
    content: '';
	 background-image: url(https://cookeryschool.com.ua/wp-content/themes/arke/ab.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: -10px;
    width: 50px;
    height: 50px;
    background-size: 41%;
}
#menu-item-959 {
    display: inline-flex;
    /* margin: 0px 20px 20px 20px; */
    /* position: relative; */
    /* display: block; */
   
}
#menu-item-959 a {
    left: -7px!important;
}
#menu-top-menu a {
    text-decoration: none;
    height: 15px;
    left: 30px;
    top: 9px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #7C8086;
    position: relative;
}
.ms-thumbs-cont {
    transition: none;
    transform: none!important;
}
#menu-item-158 {
    margin-right: 50px;
}
#menu-top-menu {
    margin: 0px;
    /* padding: 0px; */
	display: inline-flex;
}
#menu-top-menu li {
    list-style: none;
}
.site-logo{
	left: 121px;
    top: 0px;
    position: relative;
}
.site-logo img {
    width: 144px;
    height: 64px;
}

nav#site-navigation {
    /* width: 764px; */
    /* height: 17px; */
    left: 337px;
    /* top: 40px; */
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
}
.site-title {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 500
}

.site-title a {
	text-decoration: none;
	color: #2d2e33;
}

.site-branding {
	float: left;
	padding-top: 20px
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	font-size: 14px;
	line-height: 1;
}

.menu-1 {
	display: block;
	float: right;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	float: left;
	position: relative;
}

.menu-1 a {
	display: block;
	text-decoration: none;
	color: #525252;
	padding: 20px 0 20px 30px;
}

.menu-1 a:hover {
	color: #3767b3;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 32px
}

.entry-header {
	margin-bottom: 32px
}

.entry-title {
	font-size: 30px;
	margin: 0;
}

.entry-title a {
	text-decoration: none;
	color: #060606;
}

.entry-title a:hover {
	color: #3767b3;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.blog article {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 34px;
	margin-bottom: 50px;
}

.blog article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	padding-top: 25px;
  border-top: 1px solid #eaeaea;
  margin-top: 25px;
}

.comments-area .comment-body {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 25px 0;
	margin: 25px 0;
}

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

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px
}

.comment-meta a {
	text-decoration: none
}
.comment-author a {
	color: #303135;
	text-decoration: none;
	font-weight: bold;
}

.comment-author img {
	display: none
}

.comment-author cite {
	font-style: normal;
	color: #303135;
	font-weight: bold
}

.comment-metadata a {
	color: gray;
	font-size: 14px;

}

.logged-in-as a {
	text-decoration: none;
	color: gray;
	font-size: 14px
}

.comment-reply-link {
	text-decoration: none
}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond input {
	width: 100%;
}

.comment-form-author {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.comment-form-email {
	width: 47.5%;
	float: left;
}

.comment-reply-title {
	margin: 50px 0 5px 0;
}
#tb-acc .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 2.5em;
}
#tb-acc .elementor-accordion-item {
    border-width: 0px;
    margin-top: 44px;
    margin-bottom: 44px;
}
#tb-acc .elementor-tab-title a {
    color: inherit;
    left: 20px;
    /* margin-left: 49px; */
    /* margin-top: 30px; */
    top: 11px;
    /* margin-bottom: 50px; */
    display: flex;
    position: relative;
	    color: black;
    text-decoration: none;
}
#tb-acc .elementor-accordion-item {
    border-width: 0px;
    margin-top: 44px;
    margin-bottom: 44px;
    border-top: 1px dashed #7C8086;
    padding-top: 4px;
}
#tb-acc .elementor-tab-content {
    margin: 3% 0% 0% 7%;
}
#tb-acc1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 2.5em;
}
#tb-acc1 .elementor-accordion-item {
    border-width: 0px;
    margin-top: 44px;
    margin-bottom: 44px;
}
#tb-acc1 .elementor-tab-title a {
    color: inherit;
    left: 20px;
    /* margin-left: 49px; */
    /* margin-top: 30px; */
    top: 11px;
    /* margin-bottom: 50px; */
    display: flex;
    position: relative;
	color: black;
    text-decoration: none;
}
#tb-acc1 .elementor-accordion-item {
    border-width: 0px;
    margin-top: 44px;
    margin-bottom: 44px;
    border-top: 1px dashed #7C8086;
    padding-top: 4px;
}
#tb-acc1 .elementor-tab-content {
    margin: 3% 0% 0% 7%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eaeaea;
	padding: 25px 0;
	font-size: 14px;
}

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

/*--------------------------------------------------------------
## 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;
	font-size: 14px
}

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

/*--------------------------------------------------------------
# Archives Template
--------------------------------------------------------------*/

.archives__heading {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 25px
}

.archives__list {
	list-style: none;
	padding: 0
}

.archives__list li {
		padding: 5px 0;
    font-size: 14px;
}

.archives__list li a {
	max-width: 50%;
	display: inline-block;
	text-decoration: none;
}

.archives__list li span {
	color: #a9a9a9;
	max-width: 25%;
	display: inline-block;
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 780px) {
	body {
		padding: 0%
	}
	.button-prev {
    margin-top: 0px!important;
	}
	.button-prev {
       text-align: -webkit-center;
    margin-top: 100px!important;
    float: unset!important;
    margin-right: 0px!important;
    position: relative;
    display: block;
}

.site-logo {
    left: 127px;
}
button.button-nuka {
    background: -webkit-gradient(60deg, #eb1536 0%, #eb1536 45%, #ddd 50%, #eb1536 60%, #c82f2b 100%);
    border: 2px solid #FF0404;
    background: #ffffff00;
    color: #d12b2f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 15rem;
    padding: 2px;
}
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1280px!important;
}
.text-home .elementor-widget-container {
    display: flex;
    position: relative;
    text-align: center;
    meargin-right: 0%!important;
}
.text-home span {
    /* color: black; */
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #4D4D4D;
	padding-left: 10px;
    padding-right: 10px;
}
.text-home svg {
    max-width: 10%;
    position: relative;
    top: 5px;
}
.column-home-box .elementor-element.elementor-widget.elementor-widget-text-editor {
    min-height: 61px;
}
.text-home.number-two svg {
    max-width: 16%;
    position: relative;
    top: 12px;
}
.text-home.number-two span{
max-width: 200px;
}
ul.list-cookery {
    list-style-image: url(/wp-content/themes/arke/Line-ul.png);
}
.swiper-slide-contents, .swiper-slide-contents.animated.fadeInUp {
   background: #FFFFFF;
opacity: 0.95;
padding: 23px;
}
.elementor-slide-description .small-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #333333;
	margin-top: -19px;
    display: block;
}
.elementor-slide-description .big-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #333333;
	max-width: 630px;
    text-align: center;
	margin-left: 50px;
    margin-right: 50px;
    display: block;
}
.elementor-button.elementor-slide-button.elementor-size-sm{
    position: absolute;
    text-align: center;
    left: 44.7%;
}
.elementor-swiper-button.elementor-swiper-button-next{
right: 14.5%;
}
.elementor-swiper-button.elementor-swiper-button-prev{
	left:14.5%;
}

.mobile-m{
	display:none;
}
.m-phone{
	display:none;
}
@media screen and (max-width: 786px){
.mobile-m{
	display: block;
    position: fixed;
    background: black;
    z-index: 9999;
    width: 100%;
    min-height: 40px;
}
.elementor.elementor-6933 {
    margin-top: 0px;
}
.mobile-phone span {
    display: flex;
    /* color: white; */
}
.mobile-phone span a {
    color: white;
    font-size: 17px;
    text-align: center;
    /* position: relative; */
    /* display: block; */
    /* max-width: 100%; */
    width: 100%;
}
.logo-images {
    display: flex;
}
li.menu-item-has-children a:after {
  position: absolute; */
    content: '';
    /* top: 38%; */
    /* right: 142px; */
    /* width: 40px; */
    /* height: 40px; */
    /* background: url(wp-content/themes/arke/down.png) no-repeat 100% 50%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(84%);
    content: "";
    width: 8px;
    height: 8px;
    background: #4d4d4d00 url(/wp-content/themes/arke/down.png) no-repeat;
    /* top: 66px; */
    right: 67px;
    position: absolute;
    display: inline-block;
    /* background-image: url(image.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-attachment: fixed; */
    background-size: cover;
}
ul.sub-menu li.menu-item-object-page a:after {
    display: none;
}
ul.sub-menu li.menu-item-object-custom a:after{
	display: none;
}
ul#menu-top-mobile {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
}
.top-menu{
display:none;
}
.cart {
    max-width: 42px;
    float: right;
    right: 22px;
    position: relative;
}
.number-search{
	max-width: 247px;
    left: 15%;
    float: left;
    width: 99%;
    /* right: 64px; */
    display: block;
    position: relative;
    top: 5px;
}
.number-search a {
    color: #fec107;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: block;
}
.search {
    /* max-width: 114px; */
    left: 71px;
    float: left;
    /* right: 64px; */
    display: block;
    position: relative;
top: 5px;
}
.search label.screen-reader-text {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    bottom: 0px;
    top: -9px;

    font-size: 14px;
    min-width: 50px;
    width: auto;
    clip: auto;
    clip-path: inherit;
    color: black;
    height: auto;
    margin: 14px;
overflow: initial;
}
.search input#searchsubmit {
    position: absolute;
    right: 7px;
    top: 0px;
    width: 25px;
    display: block;
    pointer-events: none;
    background-color: #10b0b003;
    border: none;
    background: no-repeat center/100% url(/wp-content/themes/arke/search.png);
}
.elementor-slide-description .big-text {
    font-size: 20px;
}
.elementor-1178 .elementor-element.elementor-element-59ddebc .elementor-slide-heading{
	font-size:13px;
}
.master-slider{
	margin:0px!important;
}
.master-slider .ms-container {
    top: 110px;
    margin-bottom: 7%;
}
.master-slider .ms-thumb-list {
    width: 100%!important;
    display: block;
    position: relative;
    margin-top: 35%;
    height: auto!important;
    min-height: 350px;
    max-height: 100%;
    right: 0px!important;
}
.master-slider .ms-thumbs-cont {
    height: 100%!important;
    top: 0px!important;
    transform: none!important;
}
.ms-thumb-frame-selected p:before{
	display:none;
}
.ms-sbar.ms-dir-v{
	display:none;
}
nav#menu-top{
	display:none;
}

nav#site-navigation {
    display: none;
}
#drawer-toggle { 
position: absolute; 
opacity: 0; 
}

#drawer-toggle-label { 
-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
left: 0px; 
height:50px; 
width: 50px; 
display: block; 
position: fixed; 
 background: rgba(255,255,255,.0);
z-index: 1; 
} 

/* adds our "hamburger" menu icon */ 

#drawer-toggle-label:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #8d8d8d0f;
    left: 13px;
    top: 14px;
    box-shadow: 0 3px 0 #1e1d1d, 0 9px 0 #1e1d1d, 0 15px 0 #292727;
}
#drawer { 
position: fixed; 
top: 0; 
left:-300px; 
height: 100%; 
width: 300px; 
background: #000000; 
overflow-x: hidden; 
overflow-y: scroll; 
padding: 20px; 
-webkit-overflow-scrolling: touch; 
} 
#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: calc(100% - 300px); 
background: rgba(255,255,255,.8); 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: 300px; 
} 

#drawer-toggle:checked ~ #drawer { 
left: 0px; 
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: 300px; 
}

/* Menu item styles */ 
 
#drawer ul { 
list-style-type:none; 
} 

#drawer ul a { 
display:block; 
padding:10px; 
color:#c7c7c7; 
text-decoration:none; 
} 

#drawer ul a:hover { 
color:white; 
} 
#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: 50px; 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: calc(100% - 50px); 
} 

#drawer-toggle:checked ~ #drawer { 
width: calc(100% - 50px); 
padding: 20px; 
z-index: 1000;
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: calc(100% - 50px); 
} 
.registration img {
    min-width: 29px;
    height: 27px;
    margin-top: -3px;
}
.logo-elektro img {
    margin-top: 10px;
    /* margin-left: 25px; */
    margin-right: 0px;
    min-width: 82px;
    height: 23px;
}
.dropdown {
   
    display: none;
}
.lang-switch {
    display: block;
    position: relative;
    right: 47px;
}
.m-phone {
    display: block;
    left: 18px;
    top: 10px;
    position: relative;
    width: 20px;
    height: 20px;
}
#tb-acc .elementor-tab-title a {
    left: 0px;
}
#tb-acc1 .elementor-tab-title a {
	left:0px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block;
    max-width: 90%;
}
} 
table.shop_table.shop_table_responsive {
    color: black;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ffbe35;
    color: #000;
    -webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
.button-prev {
       float: right;
    margin-top: 32px; 
    margin-right: 34px;
}
button.button-nuka {
    
    background: -webkit-gradient(60deg, #eb1536 0%, #eb1536 45%, #ddd 50%, #eb1536 60%, #c82f2b 100%);
    border: 2px solid #FF0404;
    background:#ffffff00;
    color: #d12b2f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16rem;
}
button.button-nuka:active {
    transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}
button.button-nuka:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}

.button-nuka svg:not(:root) {
    overflow: hidden;
    width: 14%;
}
.button-nuka a {
       text-decoration: none;
    color: #eb1f24;
    text-align: center;
}
.button-nuka span {
    text-align: center;
    bottom: 0px;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #FF0404;
	    margin-left: 15px;
}
i.advanced-btn-icon-spacing-icon-left.fas.fa-pepper-hot{
	font-size:21px;
}
#drawer.mobile-menu ul.sub-menu {
    display: none;
}
li#main :active .sub-menu {
    display: block;
}
.lazyload, .lazyloading {
    opacity: 1!important;
}
.mobile-menu {
    display: none;
}
ul.polylang_langswitcher {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
li.lang-item.lang-item-34.lang-item-ru img {
    display: none;
}
ul.polylang_langswitcher img.smush-detected-img {
    transition: all 0.5s ease;
    box-shadow: 0 0 0 5px #fffffd00;
    border-radius: 0px;
    /* width: 30px!important; */
    /* height: 14px!important; */
}
div#pum_popup_title_54630 {
    text-align: center;
}

ul.polylang_langswitcher {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-block-start: 0em;
    margin-block-end: 2em;
    padding-inline-start: 0px;
	    border-top: 1px solid;
    padding-top: 1em;
}
.pum-content.popmake-content li.lang-item a {
    color: black;
}
.pum-content.popmake-content li.lang-item {
    background-color: #fecf2f;
    border-radius: 20px;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 19px;
}
.pum-theme-54622 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
    height: 20%!important;
    width: 5%!important;
    background-color: rgb(0 0 0)!important;
	    color: #fecf2f!important;
    font-weight: 600!important;
    font-size: 23px!important;
    line-height: 27px!important;
}
@media screen and (max-width: 789px) {
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-77db6f82.elementor-section-height-min-height.elementor-section-full_width.elementor-hidden-tablet.elementor-hidden-phone.elementor-section-height-default.elementor-section-items-middle.elementor-sticky {
    display: none;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-24fc0fa3.elementor-section-height-min-height.elementor-section-full_width.elementor-hidden-tablet.elementor-hidden-phone.elementor-section-height-default.elementor-section-items-middle {
    display: none;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-63f3bc6a.elementor-section-height-min-height.elementor-section-full_width.elementor-hidden-tablet.elementor-hidden-phone.elementor-section-height-default.elementor-section-items-middle {
    display: none;
}
}

/* Slider */
/* Основные стили */

/* Флекс контейнер */
.flex{
	display: flex;
}
/* Флекс елемент */
.flex__column{
	min-width: 0;
}
/* Слайдер */
.slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track{
	display: flex;
	align-items: flex-start;
}
/* Конкретный слайдер */
.slider {
	position: relative;
	padding: 0px 0px;
}

@media (max-width:767px){
	.slider {
		padding: 0px 40px;
	}
}

.slider .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 60px;
}
.slider .slick-arrow.slick-prev{
	left: 0;
	background: url('../img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next{
	right: 0;
	background: url('../img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}
.slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider .slick-dots button{
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.slider .slick-dots li.slick-active button{
	background-color: transparent;
	border: 1px solid #fff;
}
.slider__item {
	width: 325px!important;
	padding: 0px 0px;
	border-radius: 20px;
}
.slider__item {
	box-shadow: 0 20px 20px 5px rgba(0, 0, 0, .75);
}
.slider__item img{
	max-width: 100%;
}
.classes-list-item-image {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.list-item-category-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 400;
  height: 30px;
  left: 0;
  letter-spacing: -.01em;
  line-height: 130%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #ffe879;
  color: rgb(255, 255, 255);
  padding: 0 10px;
}
.list-item-category-header-title {
	font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: -2px;
	color: #000;
}
.list-item-category-header-title span{
	color: #fff;
}
.list-item-category-header-logo img {
	width: 40px;
	height: auto;
/* 	margin-bottom: -5px; */
}
.classes-list-item-property {
  align-items: center;
  background-color: #ffe879;
  border-radius: 8px;
  bottom: 15px;
  color: #000;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  width: fit-content;
  height: 34px;
  justify-content: flex-start;
  left: 20px;
  line-height: 16px;
  padding: 0 10px;
  position: absolute;
  right: 20px;
}
.classes-list-item-property-icon {
  height: 20px;
  margin-right: 10px;
  width: 25px;
}
.classes-list-item-property-icon svg {
  height: 100%;
  width: 100%;
}
.classes-list-item-info {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
  position: relative;
  margin-top: -7px;
  border-radius: 0 0 20px 20px;
}
.classes-list-item-info-title {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3em;
    display: flex;
}
.classes-list-item-info-title span {
	margin-top: -10px;
}

.classes-list-item-info-text {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3em;
    
}
.classes-list-item-info-text span {
    color: #413187;
	font-weight: 600;
}

.classes-list-item-info-center {
	display: flex;
	width: 100%;
}
.info-center-button {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}
.info-center-button-item {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
	border: 1px solid #000;
    border-radius: 8px;
    width: 109px;
	height:32px;
    display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	margin:5px 5px 0 0;
	text-decoration: none;
}
.info-center-button-item span {
	font-style: italic;
	font-weight: 300;
}

.classes-list-item-info-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
}
.info-center-date {
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 5px 3px 3px 3px;
	margin-top:5px;
	margin-bottom: 5px;
}
.info-date-number {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2em;
    text-align: center;
}
.info-date-month {
	color: red;
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
}
.info-center-date-time {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
}
.classes-list-item-info-bottom {
	text-align: center;
	margin: 10px auto 5px;
}
.info-button-sign-up {
	color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2em;
	border: 1px solid #000;
    border-radius: 8px;
    width: 105px;
	height:24px;
    display: flex;
	justify-content: center;
    align-items: center;
	background-color: #ffe879;
	text-decoration: none;
}
.elementor-6412 .elementor-element.elementor-element-ba12b75  {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.3)!important;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {color: #d61393!important;}
@media (max-width: 767px) {
    .elementor-7608 .elementor-element.elementor-element-3d50aaa7 > .elementor-widget-container {
        margin-bottom: 50px;
    }
}