/*
Theme Name: ПроФест
Author: aka_Koren
Author URI: https://vk.com/aka_koren
Description: ПроФест
Tags: ПроФест
Text Domain: ПроФест
*/
@font-face {font-family: Manrope;src: url(fonts/Manrope-Regular.woff) format('woff');font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;src: url(fonts/Manrope-Medium.woff) format('woff');font-weight: 500;font-style: normal;}
@font-face {font-family: Manrope;src: url(fonts/Manrope-SemiBold.woff) format('woff');font-weight: 600;font-style: normal;}
@font-face {font-family: Manrope;src: url(fonts/Manrope-Bold.woff) format('woff');font-weight: 700;font-style: normal;}
button:hover, input[type="submit"]:hover { cursor: pointer; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 10px 0; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.ttu { text-transform: uppercase; }
.m0 { margin: 0; }
.p0 { padding: 0; }
.posr { position: relative; }
.mb0 { margin-bottom: 0 !important; }
.db { display: block; }
.dib { display: inline-block; }
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
body, main, section, header, footer {
	font-family: Manrope;
	font-weight: 400;
	color: #131313;
}
*, *:hover, *:focus, *:active { outline: none !important; }
.row {
	display: flex;
	flex-flow: row wrap;
}

header {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	left: 0;
	padding: 20px 0;
	border-bottom: 1px solid white;
}

body1.category header, body.single header, body.category-blog header {
	position: initial;
	background-image: url(img/blogheader.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body1.page-template-privacy header {
	position: initial;
	background-image: url(img/privacyhead.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body.page-template-contacts header, body.woocommerce-cart header {
	position: initial;
	background-image: url(img/contacthead.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body1.single.single-product header { background-image: url(img/productheader.png); }

header .container-fluid { max-width: 1920px; }

header .row { align-items: center; }

header .tar nav { display: none; }

header .tar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header nav ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav ul li a {
	color: white;
	font-size: 18px;
	text-decoration: none !important;
	transition: 200ms;
}

select.lang {
	color: white;
	margin-left: 30px;
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid white;
	padding: 12px 24px 12px 8px;
	font-size: 16px;
	font-weight: 500;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
	background-image: url(img/select.svg);
	cursor: pointer;
}

select.lang option { color: #131313; }

header a.tel {
	color: white;
	margin-left: 40px;
	font-size: 22px;
	font-weight: 700;
	transition: 200ms;
	text-decoration: none !important;
}

header a.tel:hover, header nav a:hover { color: #F0E6D2; }

header button.ordercall {
	margin-left: 40px;
	height: 60px;
	border: 1px solid white;
	padding: 0;
	background-color: #579193;
	border-radius: 100px;
	font-weight: 600;
	font-size: 18px;
	color: white;
	width: 300px;
	transition: 200ms;
}

header button.ordercall:hover { border-color: #579193; }

body.mobmenu { overflow: hidden; }

#mobilemenu {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	top: 0;
	padding-top: 58px;
	z-index: 99999999;
	background-color: rgba(0,0,0,0.6);
	backdrop-filter: blur(5px);
}

body.mobmenu #mobilemenu { display: block; }

#mobilemenu a.closemobilemenu {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 54px;
	height: 54px;
	background-color: #579193;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none !important;
}

#mobilemenu a.closemobilemenu:active { border-color: #579193; }

#mobilemenu .wrap {
	width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid #579193;
	border-radius: 30px;
	text-align: center;
	padding: 24px 10px 30px 10px;
}

#mobilemenu ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#mobilemenu ul li { margin-bottom: 10px; }

#mobilemenu ul li a, #mobilemenu a.cartlink {
	color: #131313;
	font-size: 18px;
	text-decoration: none !important;
	transition: 200ms;
}

#mobilemenu ul li a:hover, #mobilemenu a.cartlink:hover { color: #579193; }

#mobilemenu select.lang {
	color: #131313;
	border-color: #131313;
	margin: 0 0 24px 0;
}

#mobilemenu hr {
	display: block;
	height: 1px;
	max-width: 250px;
	margin: 10px auto 20px auto;
	border: none;
	background-color: #BEBeBE;
}

#mobilemenu img.logo {
	display: block;
	margin: 0 auto 28px auto;
}

#mobilemenu a.tel {
	color: #131313;
	display: block;
	text-align: center;
	margin-bottom: 22px;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none !important;
	transition: 200ms;
}

#mobilemenu a.tel:hover { color: #F0E6D2; }

#mobilemenu button.ordercall {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	height: 60px;
	color: white;
	background-color: #579193;
	border: 1px solid #131313;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 600;
	transition: 200ms;
}

#mobilemenu button.ordercall:hover { border-color: #579193; }

section#first {
	background-color: #333;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 800px;
	padding-top: 160px;
}

section#first.firstlecala {
	padding-bottom: 40px;
	min-height: 530px;
}

section#first.firstpage {
	min-height: 0;
	padding: 0;
}

#first.firstpage .container {
	height: 530px;
	padding-top: 140px;
	display: flex;
	align-items: center;
}

#first.firstpage h1 { margin: 0; }

#first h1 {
	color: white;
	font-weight: 700;
	font-size: 70px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

#first .content {
	color: white;
	margin: 68px 0 20px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

#first form {
	background-color: #F0E6D2;
	border-radius: 30px 0px 0px 0px;
	padding: 5px 5px 0 5px;
	max-width: 430px;
	margin-left: auto;
}

#first form .wrap {
	min-height: 420px;
	border: 2px dashed black;
	border-radius: 30px 0px 0px 0px;
	border-bottom: none;
	padding: 20px 34px 34px 34px;
}

#first form p.title {
	color: black;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

#first form input, #first form select {
	margin-bottom: 15px;
	height: 60px;
	width: 100%;
	padding: 0 30px;
	background-color: white;
	border-radius: 100px;
	font-size: 14px;
	border: none;
	font-family: Manrope;
	border: 2px solid white;
}

#first form input[type="submit"] {
	transition: 200ms;
	color: white;
	background-color: #579193;
	border: 2px solid #579193;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

#first form input[type="submit"]:hover {
	color: #579193;
	background-color: white;
}

#first form select {
	cursor: pointer;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(img/select.svg);
	background-position: calc(100% - 30px) center;
}

#first form .privacyinfo { font-size: 14px; }

#first form .privacyinfo a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
}

#first form .privacyinfo a:hover { color: #579193; }

#first form .privacyinfo br { display: none !important; }

section#advants { padding: 90px 0; }

#advants .row { margin: 0 -1px; }

#advants .row .col-xs-12 { padding: 0 1px; }

.advantlist .advant {
	border: 1px solid #131313;
	border-radius: 30px;
	min-height: 200px;
	padding: 20px 16px;
	margin-bottom: 2px;
}

.advantlist .advant.green { border: 1px dashed #579193; }

#advants .advant span.num {
	display: block;
	margin-bottom: 6px;
	color: #579193;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

#advants .advant p.title {
	min-height: 48px;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

#advants .advant p.text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #8E8E8E;
}

section#bestmodels {
	padding: 90px 0;
	background-color: #F0E6D2;
}

#bestmodels .toprow {
	margin-bottom: 44px;
	align-items: center;
}

#bestmodels h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

#bestmodels .toprow a {
	text-decoration: none !important;
	color: #579193;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

#bestmodels .toprow a img { margin-left: 16px; }

#bestmodels .toprow a span {
	border-bottom: 1px solid #579193;
	transition: 200ms;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.8;
}

#bestmodels .toprow a:hover span { border-bottom-color: transparent; }

#bestmodels .modelswrap {
	position: relative;
	height: 520px;
}

#bestmodels .modelswrap .model {
	position: absolute;
	left: 0;
	top: 70px;
	width: 280px;
	height: 420px;
	text-decoration: none !important;
}

#bestmodels .modelswrap .model:nth-child(2) {
	top: 36px;
	left: 280px;
	width: 190px;
	height: 256px;
}

#bestmodels .modelswrap .model:nth-child(3) {
	top: 262px;
	left: 220px;
	width: 190px;
	height: 256px;
	z-index: 2;
}

#bestmodels .modelswrap .model:nth-child(4) {
	top: 150px;
	left: 450px;
	width: 236px;
	height: 340px;
	z-index: 3;
}

#bestmodels .modelswrap .model:nth-child(5) {
	top: 0;
	left: 686px;
	width: 236px;
	height: 352px;
}

#bestmodels .modelswrap .model:nth-child(6) {
	top: 105px;
	left: 922px;
	width: 236px;
	height: 354px;
}

#bestmodels .modelswrap .model img.front {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#bestmodels .modelswrap .model span {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	transition: 200ms;
}

#bestmodels .modelswrap .model:nth-child(2) span, #bestmodels .modelswrap .model:nth-child(3) span { padding: 0 10px; }

#bestmodels .modelswrap .model:hover span { opacity: 1; }

section#lecalainfo { padding: 90px 0 200px 0; }

#lecalainfo .row { align-items: center; }

#lecalainfo h2 {
	margin: 0 0 30px 0;
	font-weight: 700;
	font-size: 56px;
	line-height: 1.2;
}

#lecalainfo p.sub {
	margin-bottom: 26px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

#lecalainfo .main .image { display: none; }

#lecalainfo .list { margin-bottom: 30px; }

#lecalainfo .list .block {
	border-bottom: 1px solid #579193;
	display: flex;
	align-items: center;
	padding: 18px 0 15px 0;
}

#lecalainfo .list .block span {
	width: 40px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #579193;
}

#lecalainfo .list .block p {
	margin-bottom: 0;
	width: calc(100% - 53px);
	max-width: 370px;
	font-size: 18px;
	line-height: 1.2;
}

#lecalainfo a.link {
	text-decoration: none !important;
	color: #579193;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

#lecalainfo a.link img { margin-left: 16px; }

#lecalainfo a.link span {
	border-bottom: 1px solid #579193;
	transition: 200ms;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.8;
}

#lecalainfo a.link:hover span { border-bottom-color: transparent; }

#lecalainfo .ordercall {
	text-decoration: none !important;
	transition: 200ms;
	width: 350px;
	height: 60px;
	border-radius: 100px;
	background-color: #F0E6D2;
	border: 2px solid #F0E6D2;
	font-weight: 700;
	font-size: 18px;
	margin-top: 24px;
	color: #131313;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#lecalainfo .ordercall:hover { background-color: white; }

section#contacts {
	background-color: #333;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	padding-top: 70px;
}

#contacts form {
	background-color: #F0E6D2;
	border-radius: 30px 0px 0px 0px;
	padding: 5px 5px 0 5px;
	max-width: 430px;
	margin-top: -165px;
}

#contacts form .wrap {
	min-height: 554px;
	border: 2px dashed black;
	border-radius: 30px 0px 0px 0px;
	border-bottom: none;
	padding: 20px 30px 1px 30px;
}

#contacts form p.title {
	color: black;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

#contacts form input, #contacts form textarea {
	margin-bottom: 15px;
	height: 60px;
	width: 100%;
	padding: 0 30px;
	background-color: white;
	border-radius: 100px;
	font-size: 14px;
	border: none;
	font-family: Manrope;
	border: 2px solid white;
}

#contacts form textarea {
	height: 164px;
	padding: 15px 30px;
	border-radius: 40px;
	resize: none;
}

#contacts form input[type="submit"] {
	transition: 200ms;
	color: white;
	background-color: #579193;
	border: 2px solid #579193;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

#contacts form input[type="submit"]:hover {
	color: #579193;
	background-color: white;
}

#contacts form input[type="file"] { display: none; }

#contacts form .filelabel span.filename {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	height: 60px;
	width: 100%;
	color: black;
	padding: 0 30px;
	background-color: white;
	border-radius: 100px;
	font-size: 14px;
	border: 1px solid #579193;
	transition: 200ms;
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) center;
	background-image: url(img/file.svg);
	cursor: pointer;
}

#contacts form .filelabel span.filename:hover { border-color: white; }

#contacts form .privacyinfo { font-size: 14px; }

#contacts form .privacyinfo a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
}

#contacts form .privacyinfo a:hover { color: #579193; }

#contacts form .privacyinfo br { display: none !important; }

#contacts .contactwrap .block {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#contacts .contactwrap .block:last-child { margin-bottom: 0; }

#contacts .contactwrap .block .icon {
	width: 34px;
	margin-right: 6px;
}

#contacts .contactwrap .block .info { width: calc(100% - 40px); }

#contacts .contactwrap .block .info p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}

#contacts .contactwrap .block .info p a, #contacts .contactwrap .block .info p.text {
	color: white;
	text-decoration: none !important;
	transition: 200ms;
}

#contacts .contactwrap .block .info p.title, #contacts .contactwrap .block .info p a:hover { color: #F0E6D2; }

#contacts h2 {
	color: white;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px 0;
	line-height: 1.2;
}

#contacts .lecalacontact .block {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 20px;
}

#contacts .lecalacontact .block .icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin-right: 10px;
}

#contacts .lecalacontact .block span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	color: white;
	font-size: 18px;
	line-height: 1.2;
}

section#categoryhead {
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
	padding-top: 100px;
	margin-bottom: 30px;
}

#categoryhead .container { padding: 120px 0; }

#categoryhead h1 {
	text-transform: uppercase;
	margin: 0 0 18px 0;
	font-size: 70px;
	font-weight: 700;
}

#categoryhead .content {
	max-width: 740px;
	font-size: 20px;
	font-weight: 500;
}

.catlistwrap {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.catlistwrap a {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	height: 80px;
	text-decoration: none !important;
	border: 1px solid #131313;
	border-radius: 50px;
	min-width: 200px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	padding: 0 20px;
	transition: 200ms;
}

.catlistwrap a.active { background: #579193; }

.catlistwrap a:hover { border-color: #579193; }

.prodcard { margin-bottom: 30px; }

.prodcard img.image {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.prodcard .title {
	color: #131313;
	display: block;
	margin: 14px 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none !important;
	transition: 200ms;
	height: 54px;
	overflow: hidden;
}

.prodcard .title:hover { color: #579193; }

.prodcard .price {
	color: #579193;
	font-size: 20px;
	font-weight: 600;
}

.prodcard .addtocart {
	display: flex;
	border-radius: 100px;
	border: 1px solid #579193;
	color: #579193;
	height: 50px;
	width: 160px;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
	transition: 200ms;
}

.prodcard .addtocart:hover {
	color: #131313;
	border-color: #131313;
}

.categoryfilter {
	background-color: #FFFFFF;
	border: 1px dashed #131313;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 30px;
}

.categoryfilter .tags a {
	display: block;
	padding: 8px 0;
	margin-top: 16px;
	border-bottom: 1px solid #E0E0E0;
	color: #131313;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none !important;
	transition: 200ms;
	margin-bottom: 16px;
}

.categoryfilter .tags a:hover {
	color: black;
	border-bottom-color: black;
}

.categoryfilter p.title {
	font-size: 16px;
	font-weight: 600;
}

.categoryfilter select {
	cursor: pointer;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #131313;
	margin-bottom: 20px;
	padding: 0 30px 0 20px;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(img/selectblack.svg);
	font-weight: 500;
	font-size: 14px;
	transition: 200ms;
}

.categoryfilter select:hover { border-color: black; }

.categoryfilter label.check {
	display: block;
	margin-bottom: 10px;
}

.categoryfilter label.check input[type="checkbox"] { display: none; }

.categoryfilter label.check span {
	position: relative;
	padding-left: 30px;
	display: flex;
	min-height: 20px;
	align-items: center;
	cursor: pointer;
	font-weight: 500;
	transition: 200ms;
	font-size: 14px;
}

.categoryfilter label.check span:hover { color: black; }

.categoryfilter label.check span:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '✓';
	width: 20px;
	height: 20px;
	border: 1px solid #131313;
	border-radius: 3px;
	transition: 200ms;
	color: transparent;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.categoryfilter label.check span:hover:before { border-color: black; }

.categoryfilter label.check input:checked + span { color: #579193; }

.categoryfilter label.check input:checked + span:before {
	border-color: #579193;
	color: #579193;
}

.categoryfilter button.applyfilter {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: white;
	background-color: #579193;
	border: 2px solid #579193;
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	transition: 200ms;
	padding: 0;
	margin-bottom: 10px;
}

.categoryfilter button.applyfilter:hover {
	color: #579193;
	background-color: white;
}

.categoryfilter a.clearfilter {
	display: inline-block;
	text-decoration: none !important;
	color: #579193;
	line-height: 0.8;
	border-bottom: 1px solid;
	transition: 200ms;
	font-size: 16px;
	font-weight: 700;
}

.categoryfilter a.clearfilter:hover { color: #131313; }

.categoryfilter .pricevalues {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 28px;
}

.categoryfilter .selects { margin-bottom: 10px; }

.categoryfilter .checks { margin-bottom: 20px; }

.categoryfilter #priceslider {
	border: none !important;
	height: 2px;
	background-color: #E0E0E0;
	width: calc(100% - 16px);
	margin: 0 0 10px 8px;
}

.categoryfilter #priceslider .ui-slider-range {
	height: 2px;
	background-color: #131313;
}

.categoryfilter #priceslider span.ui-slider-handle {
	border: none !important;
	border-radius: 100%;
	background-color: #579193;
	width: 14px;
	height: 14px;
	cursor: pointer;
	top: -6px;
}

section#lecalapage { padding: 80px 0 180px 0; }

#lecalapage .text {
	margin: 0 0 50px 0;
	font-size: 38px;
	line-height: 1.2;
}

#lecalapage .wrap {
	border: 1px dashed #579193;
	border-radius: 30px;
	padding: 20px 20px 30px 20px;
}

#lecalapage .wrap p.sub {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
}

#lecalapage .wrap .list, #lecalapage .wrap img { margin-bottom: 40px; }

#lecalapage .wrap .list .line {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.2;
}

#lecalapage .wrap .list .line span {
	width: 36px;
	display: inline-block;
	color: #579193;
	font-size: 20px;
	font-weight: 600;
}

#lecalapage .wrap .list .line:last-child { margin-bottom: 0; }

#lecalapage .wrap .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

#lecalapage .wrap .buttons a {
	display: flex;
	margin: 0 14px;
	height: 60px;
	padding: 0 50px;
	min-width: 300px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #579193;
	border: 1px solid #579193;
	border-radius: 100px;
	text-decoration: none !important;
	transition-duration: 200ms;
	font-size: 18px;
	font-weight: 700;
}

#lecalapage .wrap .buttons a:nth-child(even) {
	color: #579193;
	background-color: white;
}

#lecalapage .wrap .buttons a:hover {
	background-color: white;
	color: #131313;
}

section#policypage {
	font-size: 18px;
	padding: 80px 0 40px 0;
	line-height: 1.2;
}

section#blogpage { padding: 74px 0 40px 0; }

#blogpage h1 {
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

#blogpage .tags {
	margin-bottom: 40px;
	text-align: center;
}

#blogpage .tags a {
	display: inline-flex;
	vertical-align: middle;
	min-width: 260px;
	padding: 0 40px;
	border: 1px solid #131313;
	border-radius: 50px;
	height: 80px;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none !important;
	transition: 200ms;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-weight: 500;
	font-size: 20px;
	margin: 0 20px 20px 20px;
}

#blogpage .tags a:hover { border-color: transparent; }

#blogpage .tags a.active { background: #579193 !important; }

.blogcard {
	background-color: #333;
	display: flex !important;
	position: relative;
	border-radius: 30px;
	height: 340px;
	width: 100%;
	padding: 26px 32px;
	flex-flow: column wrap;
	justify-content: flex-end;
	color: white;
	text-decoration: none !important;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 200ms;
	overflow: hidden;
}

.blogcard:hover { color: #579193; }

.blogcard:before {
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.blogcard:after {
	position: absolute;
	content: url(img/blogarrow.svg);
	z-index: 2;
	bottom: 26px;
	right: 30px;
}

.blogcard .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
	max-width: 400px;
	position: relative;
	z-index: 2;
}

.blogcard .text {
	max-width: 400px;
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.mclasscard { margin-bottom: 30px; }

.mclasscard iframe, .mclasscard video, .mclasscard img.thumb {
	border-radius: 30px;
	width: 100%;
	height: 220px;
	object-fit: cover;
	overflow: hidden;
	margin-bottom: 14px;
}

.mclasscard iframe, .mclasscard video { height: 215px; }

.mclasscard .title {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.mclasscard .text {
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 10px;
}

.mclasscard .text a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
	line-height: 0.8;
	border-bottom: 1px solid #131313;
	display: inline-block;
}

.mclasscard .text a:hover { border-bottom-color: transparent; }

.mclasscard .price {
	color: #579193;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.mclasscard a.addtocart {
	display: flex;
	border-radius: 100px;
	border: 1px solid #579193;
	color: #579193;
	height: 50px;
	width: 160px;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none !important;
	transition: 200ms;
}

.mclasscard .addtocart:hover {
	color: #131313;
	border-color: #131313;
}

section#policypage {
	padding: 75px 0 40px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/privacy.png);
}

#policypage h1 {
	margin: 0 0 50px 0;
	font-weight: 700;
	font-size: 90px;
	line-height: 1.2;
	text-transform: uppercase;
}

#policypage .content {
	line-height: 1.2;
	font-size: 18px;
}

section#page404 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(img/404.png);
	color: white;
}

#page404 .container {
	height: calc(100vh - 180px);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 100px;
}

#page404 h1 {
	margin: 0 0 36px 0;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

#page404 .text {
	margin: 0 auto 36px auto;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}

#page404 a {
	display: flex;
	width: 100%;
	max-width: 350px;
	height: 60px;
	color: white;
	text-decoration: none !important;
	background-color: #579193;
	border: 1px solid #579193;
	border-radius: 100px;
	transition: 200ms;
	font-weight: 700;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#page404 a:hover {
	color: #579193;
	background-color: white;
}

section#contactspage { padding: 75px 0 40px 0; }

#contactspage h1 {
	margin: 0 0 30px 0;
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

#contactspage .content {
	font-size: 18px;
	margin-bottom: 20px;
}

#contactspage .block { margin-bottom: 24px; }

#contactspage .block .title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#contactspage .block .title .icon {
	width: 35px;
	margin-right: 5px;
}

#contactspage .block .title span {
	color: #579193;
	font-size: 20px;
	font-weight: 600;
}

#contactspage .block .text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

#contactspage .block .text a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
}

#contactspage .block .text a:hover { color: #579193; }

#contactspage #map {
	width: 100%;
	height: 100%;
}

section#innerpage { margin-top: 50px; }

#innerpage h1 { font-size: 40px; }

#innerpage h2 {
	font-size: 36px;
	margin: 20px 0;
	line-height: 1.1;
}

#innerpage h3 { font-size: 30px; }

#innerpage h4 { font-size: 26px; }

.pagination { text-align: center; }

.pagination a, .pagination span {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	border-radius: 6px;
	background-color: #579193;
	border: 1px solid #579193;
	margin: 0 6px;
	text-decoration: none !important;
	transition: 200ms;
	font-weight: 500;
}

.pagination a:hover {
	color: #579193;
	background-color: white;
}

section#singlepage, section#productpage { margin: 40px 0 0 0; }

.path {
	margin-bottom: 20px;
	font-size: 14px;
}

.path a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
}

.path a:hover { color: #579193; }

.path span {
	display: inline-block;
	line-height: 0.9;
	border-bottom: 1px solid #131313;
}

#singlepage h1 {
	margin: 20px 0;
	font-size: 40px;
	line-height: 1.2;
}

#singlepage img.thumb { margin-bottom: 20px; }

section#otherposts {
	overflow-x: hidden;
	margin-top: 30px;
}

#otherposts .row { margin-bottom: 40px; }

#otherposts h3 {
	margin: 0;
	line-height: 1.2;
	font-size: 40px;
}

#otherposts .row a {
	text-decoration: none !important;
	color: #579193;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

#otherposts .row a span {
	border-bottom: 1px solid #579193;
	transition: 200ms;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.8;
}

#otherposts .row a:hover span { border-bottom-color: transparent; }

#otherposts .row a img { margin-left: 16px; }

#otherposts .postslider {
	margin-left: -20px;
	width: calc(100% + 40px);
}

#otherposts .postslider .slick-slide { margin: 0 20px; }

#otherposts .postslider a.blogcard { margin-bottom: 0; }

.woocommerce-notices-wrapper { display: none !important; }

section#cartpage h1 {
	text-transform: uppercase;
	margin: 70px 0 40px 0;
	font-size: 70px;
	line-height: 1.2;
}

#cartpage .sub {
	margin-bottom: 34px;
	font-size: 20px;
	font-weight: 600;
}

#cartpage .shop_table {
	margin-bottom: 40px;
	border-top: 1px dashed #579193;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item {
	border-bottom: 1px dashed #579193;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 164px;
	padding: 20px 0;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info {
	display: flex;
	align-items: center;
	height: 100%;
	width: 540px;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info .product-thumbnail {
	height: 100%;
	width: 140px;
	margin-right: 16px;
	display: flex;
	align-items: center;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info a.title {
	color: #131313;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info p.attribute {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.1;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-price {
	font-size: 24px;
	font-weight: 600;
	color: #579193;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity {
	border: 1px solid #131313;
	border-radius: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	font-weight: 500;
	font-size: 18px;
	width: 154px;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity input {
	background-color: transparent;
	border: none;
	appearance: none;
	width: 90px;
	text-align: center;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity input::-webkit-outer-spin-button,
#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity input::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity a.quantitychange {
	color: #131313;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none !important;
	transition: 200ms;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity a.quantitychange:hover { color: #579193; }

#cartpage .shop_table .woocommerce-cart-form__cart-item a.remove {
	width: auto;
	height: auto;
	color: #131313 !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 0.9;
	text-decoration: none !important;
	transition: 200ms;
	border-bottom: 1px solid #131313;
	border-radius: 0;
}

#cartpage .shop_table .woocommerce-cart-form__cart-item a.remove:hover {
	border-bottom-color: transparent;
	background-color: transparent;
	color: #131313 !important;
}

#cartpage p.pricetotal {
	text-align: right;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	color: #579193;
	margin-bottom: 50px;
	line-height: 1.2;
}

#cartpage .orderform form > p {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

#cartpage .orderform form > p span.wpcf7-form-control-wrap {
	margin-bottom: 40px;
	width: 23%;
}

#cartpage .orderform form > p span.wpcf7-form-control-wrap:first-child { width: 50%; }

#cartpage .orderform form > p span.wpcf7-form-control-wrap[data-name="msg"] { width: 100%; }

#cartpage .orderform form input, #cartpage .orderform form textarea {
	width: 100%;
	height: 60px;
	background-color: transparent;
	border-radius: 30px;
	border: 1px solid #131313;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	font-family: Manrope;
}

#cartpage .orderform form input.wpcf7-not-valid { border-color: red; }

#cartpage .orderform form textarea {
	height: 124px;
	padding: 20px;
}

#cartpage .orderform form input[type="submit"] {
	font-weight: 700;
	font-size: 18px;
	width: 260px;
	margin-left: auto;
	color: white;
	background-color: #579193;
	border: 2px solid #579193;
	border-radius: 100px;
	transition: 200ms;
}

#cartpage .orderform form input[type="submit"]:hover {
	color: #579193;
	background-color: white;
}

#cartpage .orderform form span.wpcf7-spinner, #cartpage .orderform form span.wpcf7-not-valid-tip { display: none !important; }

#cartpage .orderform form .wpcf7-response-output {
	text-align: center;
	margin: 20px 0 0 0;
}

#productpage .sliders {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#productpage .sliders .sliderbig { width: 80%; }

#productpage .sliders .sliderbig img {
	margin: auto;
	max-height: 500px;
}

#productpage .sliders .slidernav { width: 17%; }

#productpage h1 {
	margin: 0 0 40px 0;
	font-size: 40px;
	font-weight: 700;
}

#productpage h1 p { display: inline; }

#productpage .parameters p {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #579193;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 20px;
}

#productpage .parameters p span:last-child { font-weight: 400; }

#productpage p.sub {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

#productpage .content {
	margin-bottom: 24px;
	font-size: 16px;
}

#productpage a.sizetable {
	display: inline-flex;
	align-items: center;
	color: #131313;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}

#productpage a.sizetable img { margin-right: 10px; }

#productpage a.sizetable span {
	line-height: 0.9;
	border-bottom: 1px solid #131313;
	transition: 200ms;
}

#productpage a.sizetable:hover span { border-bottom-color: transparent; }

#productpage .maininfo {
	padding: 34px 28px 14px 28px;
	border: 1px dashed #579193;
	border-radius: 30px;
	margin: 40px 0;
}

#productpage .maininfo .variants {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

#productpage .maininfo .variants select {
	height: 60px;
	padding: 0 20px;
	border-radius: 30px;
	border: 1px solid #131313;
	font-weight: 500;
	font-size: 14px;
	margin-right: 20px;
	width: 300px;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 22px) center;
	background-image: url(img/selectblack.svg);
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 10px;
}

#productpage .maininfo .variants p.price {
	margin: 0 30px 10px 10px;
	color: #579193;
	font-size: 40px;
	font-weight: 600;
}

#productpage .maininfo .variants a.addtocart {
	height: 60px;
	color: white;
	padding: 0;
	width: 280px;
	border: 2px solid #579193;
	background-color: #579193;
	border-radius: 30px;
	transition: 200ms;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	margin-bottom: 10px;
}

#productpage .maininfo .variants a.addtocart:hover {
	background-color: white;
	color: #579193;
}

#productpage .maininfo .markets {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}

#productpage .maininfo .markets p {
	margin: 0 40px 0 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

#productpage .maininfo .markets a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 12px;
	transition: 200ms;
	border-radius: 100%;
	width: 64px;
	height: 64px;
}

#productpage .maininfo .markets a:hover { box-shadow: 0 0 10px rgba(0,0,0,0.6) }

#productpage .maininfo .extra { margin-bottom: 10px; }

#productpage .maininfo .extra p {
	margin: 0 30px 10px 0;
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	min-height: 30px;
	padding-left: 36px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}

#productpage .maininfo .extra p:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: url(img/prodinfo.svg);
}

#productpage .moreinfo {
	margin-bottom: 10px;
	border-radius: 30px;
	border: 1px solid #131313;
}

#productpage .moreinfo .head {
	position: relative;
	padding: 22px 46px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

#productpage .moreinfo .head:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	content: '+';
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: white;
	background-color: #579193;
	font-weight: 600;
	font-size: 30px;
	transition: 200ms;
}

#productpage .moreinfo.active .head:after { transform: rotate(45deg); }

#productpage .moreinfo .content {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 200ms;
}

#productpage .moreinfo.active .content {
	height: auto;
	opacity: 1;
	padding: 0 22px 12px 22px;
}

#cartpopup {
	position: fixed;
	z-index: 99999;
	right: calc(50% - 740px);
	top: 24%;
}

#cartpopup span.price {
	display: inline-flex;
	vertical-align: middle;
	margin-right: 4px;
	color: white;
	height: 30px;
	background-color: #579193;
	border-radius: 10px;
	padding: 0 12px;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#cartpopup a {
	display: inline-flex;
	vertical-align: middle;
	border-radius: 100%;
	background-color: #579193;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	padding: 10px;
	transition: 200ms;
}

#cartpopup a:hover { box-shadow: 0 0 6px #579193; }

#popup {
	display: none;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
}

#popup .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: white;
	width: 400px;
	height: 420px;
	border-radius: 20px;
	background-color: #F0E6D2;
	padding: 30px;
}

#popup .wrap a.closepopup {
	position: absolute;
	top: 14px;
	right: 14px;
	line-height: 1;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 700;
	color: #131313;
	transition: 200ms;
}

#popup .wrap a.closepopup:hover { color: black; }

#popup p.title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

#popup form { width: 100%; }

#popup form input {
	width: 100%;
	margin-bottom: 15px;
	height: 60px;
	width: 100%;
	padding: 0 30px;
	background-color: white;
	border-radius: 100px;
	font-size: 14px;
	border: none;
	font-family: Manrope;
	border: 2px solid white;
}

form input.wpcf7-not-valid { border-color: red !important; }

#popup form input[type="submit"] {
	transition: 200ms;
	color: white;
	background-color: #579193;
	border: 2px solid #579193;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

#popup form input[type="submit"]:hover {
	color: #579193;
	background-color: white;
}

form span.wpcf7-not-valid-tip, form span.wpcf7-spinner { display: none !important; }

form .wpcf7-response-output {
	color: #131313 !important;
	text-align: center !important;
	margin: 0 !important;
}

#first form, #contacts form { position: relative; }

#first form p, #contacts form p { margin-bottom: 0; }

#first form .wpcf7-response-output, #contacts form .wpcf7-response-output {
	position: absolute !important;
	left: 10px;
	width: calc(100% - 20px);
	bottom: 4px;
	font-size: 14px;
}

footer { padding: 50px 0 60px 0; }

footer hr {
	height: 1px;
	margin: 0 0 30px 0;
	border: none;
	background-color: #131313;
}

footer .row { align-items: center; }

footer a.logo {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
}

footer p.copyright {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
	font-size: 14px;
	color: #8E8E8E;
	margin-left: 22px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 12px;
}

footer ul li:last-child { margin-right: 0; }

footer ul li a {
	color: #131313;
	text-decoration: none !important;
	transition: 200ms;
	font-size: 18px;
	line-height: 1.2;
}

footer ul li a:hover { color: #F0E6D2; }

@media(min-width: 1600px) {
	#first.firstpage .container { padding-top: 100px; }
	header .tar nav { display: block; }
	header .menubtm { display: none; }
	header nav ul { margin-top: 0; }
	header nav ul li { margin-left: 20px; }
	header nav ul li:first-child { margin-left: 0; }
	header nav ul li a { font-size: 16px; }
	header a.tel {
		font-size: 18px;
		margin-left: 24px;
	}
	header button.ordercall {
		width: 200px;
		margin-left: 20px;
	}
}

@media(min-width: 1900px) {
	header nav ul li { margin-left: 30px; }
	header nav ul li a { font-size: 18px; }
	header a.tel {
		font-size: 22px;
		margin-left: 34px;
	}
	header button.ordercall { width: 300px; }
}

@media(max-width: 1499px) { #cartpopup { right: 10px; } }

@media(min-width: 992px) and (max-width: 1199px) {
	#first h1 { font-size: 60px; }
	#first .content { font-size: 18px; }
	section#bestmodels { padding-bottom: 50px; }
	#bestmodels h2 { font-size: 50px; }
	#bestmodels .toprow { margin-bottom: 0; }
	#bestmodels .modelswrap {
		transform: scale(0.8);
    left: -10%;
	}
	footer p.copyright { margin-left: 0; }
	#policypage h1 { font-size: 50px; }
	#policypage .content { font-size: 16px; }
	#page404 .container {
		height: calc(100vh - 244px);
		padding-top: 150px;
	}
	#page404 h1 { font-size: 76px; }
	#page404 .text { font-size: 26px; }
	#productpage h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#productpage .parameters p { font-size: 18px; }
	#productpage .maininfo .variants select {
		margin-right: 10px;
		width: 260px;
	}
	#productpage .maininfo .variants p.price {
		font-size: 36px;
		margin-right: 20px;
	}
	#productpage .maininfo .variants a.addtocart {
		width: 200px;
		font-size: 16px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	header { padding: 14px 0; }
	select.lang { margin-left: 0; }
	header a.tel {
		margin-left: 30px;
		font-size: 18px;
	}
	header button.ordercall {
		margin-left: 30px;
		width: 280px;
	}
	header nav ul li a { font-size: 16px; }
	#first h1 { font-size: 40px; }
	#first .content {
		font-size: 18px;
		margin: 20px 0;
	}
	section#advants { padding: 60px 0; }
	#advants .image {
		display: block;
		margin: 0 auto 14px auto;
		max-height: 380px;
	}
	section#bestmodels { padding: 50px 0 0 0; }
	#bestmodels h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	#bestmodels .toprow { margin-bottom: 0; }
	#bestmodels .modelswrap {
		transform: scale(0.65);
    left: -19%;
    margin-top: -40px;
	}
	#bestmodels .modelswrap .model.model6 { left: 910px; }
	section#lecalainfo { padding-bottom: 160px; }
	#lecalainfo .main {
		position: relative;
		padding-right: 300px;
		height: 300px;
	}
	#lecalainfo .main .image {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 290px;
	}
	#lecalainfo h2 { font-size: 40px; }
	#lecalainfo p.sub { font-size: 16px; }
	#lecalainfo .list .block p { max-width: unset; }
	#lecalainfo .list .block p br { display: none; }
	#lecalainfo .bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#lecalainfo .ordercall { margin: 0; }
	#contacts .contactwrap .block .info p { font-size: 18px; }
	footer { padding: 40px 0 30px 0; }
	section#first.firstlecala { min-height: 460px; }
	#lecalapage .text, #contacts h2 { font-size: 24px; }
	#lecalapage .wrap .buttons a {
		min-width: 260px;
		padding: 0 30px;
		margin: 0 10px;
	}
	#contacts .lecalacontact .block span { font-size: 16px; }
	section#first.firstlecala { min-height: 460px; }
	#first.firstpage .container {
		padding-top: 130px;
		height: 400px;
	}
	section#policypage { padding: 60px 0 20px 0; }
	#policypage { padding: 60px 0 30px 0; }
	#policypage h1 { font-size: 40px; }
	#policypage .content { font-size: 16px; }
	#page404 .container {
		height: calc(100vh - 244px);
		padding-top: 150px;
	}
	#page404 h1 { font-size: 60px; }
	#page404 .text { font-size: 22px; }
	#contactspage h1 { font-size: 60px; }
	#contactspage #map { height: 500px; }
	#innerpage { font-size: 16px; }
	#innerpage h2, #singlepage h1 { font-size: 30px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item { height: 120px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info { width: 400px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info .product-thumbnail {
		width: 100px;
		margin-right: 10px;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info a.title { font-size: 16px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info p.attribute { font-size: 12px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-price { font-size: 20px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity {
		height: 50px;
		width: 120px;
		font-size: 16px;
		padding: 0 10px;
		border-radius: 20px;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity input {
		font-size: 16px;
		width: 60px;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item a.remove { font-size: 14px; }
	#cartpage p.pricetotal { font-size: 34px; }
	#cartpage .orderform form input { padding: 0 10px; }
	#productpage h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#productpage .parameters p { font-size: 18px; }
	#productpage .maininfo {
		margin: 30px 0;
		padding: 20px 0 10px 20px;
	}
	#productpage .maininfo .variants select {
		margin-right: 10px;
		width: 240px;
	}
	#productpage .maininfo .variants p.price {
		font-size: 36px;
		margin-right: 20px;
	}
	#productpage .maininfo .variants a.addtocart {
		width: 200px;
		font-size: 16px;
	}
	#productpage .maininfo .markets p {
		font-size: 18px;
		margin-right: 20px;
	}
}

@media(min-width: 1px) and (max-width: 767px) {
	#cartpopup { display: none; }
	#popup .wrap {
		border-radius: 0;
		width: 100vw;
		height: 100vh;
		overflow-y: auto;
	}
	header { padding-top: 12px; }
	header .mobmenu {
		border-radius: 100%;
		width: 54px;
		height: 54px;
		border: 1px solid white;
		cursor: pointer;
		display: flex;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
		background-color: #579193;
		transition: 200ms;
		margin-left: auto;
	}
	header .mobmenu:active { border-color: #579193; }
	header .mobmenu span {
		display: block;
		height: 2px;
		border-radius: 2px;
		width: 34px;
		background-color: white;
	}
	header .mobmenu span:nth-child(2) { margin: 8px 0; }
	header .tar {
		text-align: center;
		justify-content: center;
		margin-top: 14px;
	}
	header a.tel { margin-left: 0; }
	section#first { padding-top: 150px; }
	#first h1 { font-size: 30px; }
	#first .content {
		margin: 24px 0;
		font-size: 18px;
	}
	section#advants { padding: 50px 0 80px 0; }
	section#bestmodels { padding: 50px 0; }
	#bestmodels h2 {
		font-size: 30px;
		margin-bottom: 14px;
	}
	#bestmodels .modelswrap {
		height: auto;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}
	#bestmodels .modelswrap .model {
		position: initial;
		width: 134px !important;
		height: auto !important;
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
	}
	#bestmodels .modelswrap .model:last-child { margin-right: 0; }
	#bestmodels .modelswrap .model img.front {
		display: block;
		margin-bottom: 10px;
		height: 200px;
	}
	#bestmodels .modelswrap .model span {
		opacity: 1;
		position: initial;
		color: black;
		background-color: transparent;
		height: auto;
		padding: 0 !important;
	}
	#bestmodels .modelswrap .model span img { display: none; }
	#bestmodels .modelhint {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 10px;
		font-size: 14px;
		color: #8E8E8E;
	}
	#bestmodels .modelhint span {
		display: flex;
		margin-left: 6px;
		border-radius: 100%;
		background-color: white;
		width: 30px;
		height: 30px;
		color: #131313;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 2px;
	}
	section#lecalainfo { padding: 80px 0; }
	#lecalainfo h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#lecalainfo p.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#lecalainfo .list .block span {
		font-size: 18px;
		width: 30px;
		margin-right: 4px;
	}
	#lecalainfo .list .block p {
		font-size: 16px;
		max-width: unset;
		width: calc(100% - 34px);
	}
	#lecalainfo p br { display: none; }
	#lecalainfo img.image {
		max-height: 280px;
		display: block;
		margin: 0 auto;
	}
	#lecalainfo .bottom {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		margin-top: 20px;
		text-align: center;
	}
	section#contacts { padding-top: 50px; }
	#contacts form { margin-top: 40px; }
	footer { padding: 40px 0 30px 0; }
	footer hr, footer a.logo { margin-bottom: 20px; }
	footer ul li {
		display: block;
		margin: 0 0 8px 0;
	}
	footer ul li a { font-size: 16px; }
	footer p.copyright { margin: 0; }
	section#first.firstlecala { min-height: 100px; }
	section#lecalapage { padding: 40px 0; }
	#lecalapage .text, #contacts h2 { font-size: 18px; }
	#lecalapage .wrap { padding: 15px; }
	#lecalapage .wrap p.sub, #lecalapage .wrap .list, #lecalapage .wrap img { margin-bottom: 20px; }
	#lecalapage .wrap .list .line { font-size: 16px; }
	#lecalapage .wrap .buttons { display: block; }
	#lecalapage .wrap .buttons a {
		min-width: 260px;
		padding: 0 20px;
		margin: 10px 0;
		font-size: 16px;
	}
	#contacts .lecalacontact .block span { font-size: 14px; }
	#contacts form .wrap { padding: 20px 20px 0 20px; }
	#first.firstpage .container {
		padding-top: 130px;
		height: 340px;
	}
	#first.firstpage h1 { font-size: 28px; }
	section#policypage {
		font-size: 16px;
		padding: 40px 0 0 0;
	}
	#policypage { padding: 50px 0 20px 0; }
	#policypage h1 { font-size: 24px; }
	#policypage .content { font-size: 16px; }
	#page404 .container {
		height: auto;
		padding: 200px 15px 80px 15px;
	}
	#page404 h1 { font-size: 50px; }
	#page404 .text { font-size: 22px; }
	#page404 a { font-size: 16px; }
	section#contactspage { padding: 50px 0 20px 0; }
	#contactspage h1 { font-size: 30px; }
	#contactspage .content { font-size: 16px; }
	#contactspage #map { height: 460px; }
	section#innerpage { margin-top: 20px; }
	#innerpage h2, #singlepage h1 { font-size: 20px; }
	#innerpage, #singlepage { font-size: 14px; }
	#otherposts h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	#otherposts .postslider .slick-slide { margin: 0 40px; }
	#otherposts .slick-prev { left: 0; }
	#otherposts .slick-next { right: 0; }
	.blogcard { padding: 20px 26px; }
	.blogcard .title { font-size: 18px; }
	.blogcard .text { font-size: 16px; }
	section#cartpage h1 {
		font-size: 50px;
		margin: 20px 0;
	}
	#cartpage .sub { margin-bottom: 20px; }
	#cartpage .shop_table { margin-bottom: 20px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item {
		height: auto;
		flex-flow: column wrap;
		padding: 10px 0;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info { width: 100%; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info .product-thumbnail {
		margin-right: 10px;
		width: auto;
		max-width: 110px;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info .product-thumbnail a { height: 100px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info a.title { font-size: 16px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-main_info p.attribute { font-size: 12px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-price, #cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity,
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-remove {
		width: 100%;
		margin-top: 14px;
		text-align: center;
	}
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity { width: 160px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-quantity { height: 50px; }
	#cartpage .shop_table .woocommerce-cart-form__cart-item .product-remove a { display: inline-block; }
	#cartpage p.pricetotal {
		text-align: center;
		font-size: 28px;
		margin-bottom: 34px;
	}
	#cartpage .orderform form > p span.wpcf7-form-control-wrap {
		margin-bottom: 10px;
		width: 100% !important;
	}
	#cartpage .orderform form input {
		border-radius: 20px;
		height: 50px;
	}
	#cartpage .orderform form textarea { padding: 10px 20px; }
	#cartpage .orderform form input[type="submit"] {
		height: 60px;
		width: 100%;
		max-width: 300px;
		margin-right: auto;
	}
	#productpage h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#productpage .parameters p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#productpage .maininfo {
		margin: 20px 0;
		padding: 20px 20px 0 20px;
	}
	#productpage .maininfo .variants {
		display: block;
	}
	#productpage .maininfo .variants select {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 10px auto;
		height: 50px;
	}
	#productpage .maininfo .variants p.price {
		font-size: 34px;
		text-align: center;
		margin: 0 0 10px 0;
		width: 100%;
	}
	#productpage .maininfo .variants a.addtocart {
		width: 240px;
		font-size: 16px;
		height: 50px;
		margin: 0 auto;
	}
	#productpage .maininfo .markets { flex-flow: row wrap; }
	#productpage .maininfo .markets p {
		font-size: 18px;
		margin-right: 0;
		width: 100%;
	}
	#productpage .maininfo .markets p br { display: none; }
	#productpage .maininfo .extra p {
		display: flex;
		width: 100%;
		margin-right: 0;
	}
	#productpage .moreinfo .head {
		padding: 14px 54px 14px 20px;
		font-size: 18px;
	}
	#productpage .moreinfo .head:after { right: 10px; }
}