/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
/* body#shadow {
	font-family: arial,sans-serif
} */
.text-cnt,
h2,
.like-h2 {
	text-align: center !important;
}
@media screen and (min-width: 576px) 
{
	.page-wrap .seo-img
	{
		max-width: 50%;
		min-width: 200px; 
	}
}

.nofloatleft{ clear: left; }
.nofloatright{ clear: right; }
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin: 20px 0 0;
	font-family: 'Circe';
	font-weight: bold;
	font-size: 40px;
	color: #66696d;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.just {
	text-align: justify;
}

body h2,
.like-h2,
.like-h2 a {
	margin: 20px 0 0;
	font-family: 'Circe';
	font-weight: bold;
	font-size: 32px;
	color: #66696d;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
}

body h3,
body h4,
body h5,
body h6 {
	margin: 20px 0 0;
	font-family: 'Circe';
	font-weight: bold;
	font-size: 26px;
	color: #66696d;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
}

body h1 {
	margin-bottom: 0.75em;
	font-size: 3.6em;
	line-height: 1.2;
}

body h2 {
	font-family: 'Circe';
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 1em;
	margin-top: 1em;
}

#main>section>div>article>h2:nth-child(1)>a {
	display: none;
}

#all h1 {
	font-family: 'Circe';
	font-size: 28px !important;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

body #all #main .home-page h1 {
	font-family: 'Circe';
	font-size: 19px !important;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 20px 0 0 0;
	text-align: left;
}

.table-price p {
	margin-bottom: 0px;
}

.table-lst a .name-cat {
	display: block !important;
	padding: 7px 5px !important;
	background: #fff !important;
	color: #000 !important;
	font-size: 12px !important;
}

body h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3;
	padding-bottom: 5px;
}

.h1 {
	margin: 120px 0 70px !important;
	font-family: 'Circe';
	font-weight: bold;
	font-size: 40px;
	color: #66696d;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.potfolio_main-photo.active {
	display: block;
}

.potfolio_main-photo {
	display: none;
	position: relative;
	line-height: 0;
}

.portfolio-slider {
	display: flex;
	justify-content: space-between;
}

.big-slider {
	width: 58%;
}

.small-slider {
	width: 40%;
}

.big-slider img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.slider-nav {
	display: flex;
	flex-wrap: wrap;
}

.slider-nav img {
	width: 96px;
	height: 96px;
	object-fit: cover;
}

.slider-nav {
	display: flex;
	flex-wrap: wrap;
}

.portfolio_nav-item:nth-child(4n) {
	margin-right: 0;
}

.portfolio_nav-item {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.portfolio_nav-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.portfolio_nav-item {

	cursor: pointer;
	opacity: .4;
	margin-bottom: 23px;
}

.portfolio_nav-item.active {
	opacity: 1;
}

.portfolio_nav-item:nth-child(n+7) {
	margin-bottom: 20px;
}

.button-group {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	height: 40px;
	text-align: center;
	line-height: 49px;
	box-shadow: 0px 0px 7px #000;
	display: none;
}

.button-group img {
	width: 20px;
	object-fit: contain;
	position: initial;
	height: 20px !important;
	display: inherit !important;
}

.potfolio_main-photo:hover .button-group {
	display: block;
}

body h4 {
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 1.25;
	font-weight: bold;
}

.to_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.to_main>li {
	width: 22%;
	list-style: none;

}

.extform1 {
	display: block !important;
	width: 320px !important;
	margin: 20px auto !important;
	max-width: 100% !important;
	height: 60px !important;
	line-height: 60px !important;
	background: #5b6f36 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-size: 18px !important;
	font-family: 'Circe' !important;
	text-align: center !important;
	cursor: pointer !important;
}

.extform1:hover {

	background: #73913b !important;

}

#main table {
	width: 100% !important;
	border: 0 !important;
}

#main table td,
#main table th {
	border: 1px solid #ccd3db !important;
	background: #fff !important;
	text-align: center;
	vertical-align: middle;
}

.a-txt a:hover {
	text-decoration: none !important;
}

.header-title {
	width: 91%;
}

#header>div>div.header_fon2>div.header-title.stroke-black>a>p:nth-child(2) {
	text-align: right;
}

#footer {
	border-radius: 14px 14px 0px 0px;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li:hover {
	background-color: #D20454 !important;
	color: white !important;
	text-decoration: underline;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li>ul>li:hover {
	background-color: #D20454 !important;
	color: white !important;

	text-decoration: underline;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li>ul>li>ul>li:hover {
	background-color: #D20454 !important;
	color: white !important;

	text-decoration: underline;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li>ul>li:hover>a {
	color: white !important;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li>ul>li>ul>li:hover>a {
	color: white !important;
}

.content_pic {
	margin-top: 10px;
}

.w70 {
	float: left;
	width: 70%;
}

.navigation a {
	font-size: 13px !important;
}

.im {
	display: flex;
	align-items: center;
}

.footer_menu>div:hover {
	background-color: #D20454 !important;
	color: white !important;
	text-decoration: underline;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li:hover>a {
	color: white !important;
	text-decoration: underline;
}

.table-lst a {
	display: block;
	padding: 3px;
	border: 1px solid #efefef;
	text-decoration: none;
	-webkit-transition: all.2s;
	-o-transition: all.2s;
	transition: all.2s;
}

.name-cat {
	font-size: 12px;
	font-family: 'Tahoma';
}

.table-lst a .price-cat {
	display: block;
	padding: 5px;
	background: #43A45F;
	color: #fff;
}

body h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}


.navigation-item-expand>ul {
	width: 170px;
}

.navigation li {
	position: relative;
}

#navigation-74e509dc-2338-8af8-81cb-7c69bfd909e3>li>ul>li>ul {
	right: -171px !important;
	top: 0;
	bottom: unset !important;
}

small {
	font-size: 0.9em;
}

/* body ul,body ol {
	margin: 0 0 1.5em 12px;
	padding: 0 0 0 12px;
} */

body li ul,
body li ol {
	margin: 0;
}


ul.categories-module {
	padding: 0;
	margin: 0
}


blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 2px solid #c7ced6;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
}

sub,
sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th,
table td {
	padding: 8px;
	vertical-align: top;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table tr:first-child th,
table tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,
table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,
.mod-articles-category-readmore a {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
	padding: 4px;
	line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,
input,
button,
select,
textarea {
	font-weight: normal;
}

label {
	color: #333333;
	margin-bottom: 5px;
	max-width: 90%
}

input,
textarea,
select,
#advanced-search-toggle,
input.search-query {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}

.filter-search-lbl {
	display: inline
}

.filter-search,
.display-limit {
	float: left;
	margin-right: 10px
}

.button,
button,
.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,
label textarea,
label select {
	display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width: 99%
}

select {
	width: 164px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #5b6f36;
}

select[multiple],
select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,
.checkbox {
	padding-left: 18px;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	margin-right: 10px;
	border: none
}

input,
textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,
textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
	box-shadow: none;
	outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
	overflow: hidden;
	float: right
}

#header form .search {
	display: inline
}

#header input {
	font-weight: bold;
	float: left;
}

#header .inputbox {
	margin-right: 5px
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,
fieldset.only label {
	display: inline;
}

:root *>fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *>.phrases-box label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0 10px 6px #fff;
}

/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

/* Com_search break long titles & text */
dt.result-title {
	word-wrap: break-word;
}

dd.result-text {
	word-wrap: break-word;
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main .panel h3 {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	text-decoration: none;
	padding: 6px;
}

.pane-slider {
	border: solid 0;
	padding: 10px;
	margin: 0;
}


/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */


.panel .contact-form,
.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 80%;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,
#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

#jform_captcha {
	clear: both;
	padding-bottom: 10px;
}

label#jform_captcha-lbl {
	clear: both;
	position: relative;
	float: left;
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,
.contact-links,
.contact-misc,
.contact-image,
.contact-contactinfo,
.contact-address {
	margin: 20px 0
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
	overflow: hidden;
	margin-bottom: 10px
}

#form-login-remember label {
	display: inline;
	margin-left: 10px
}

#modlgn-remember {
	float: left
}

#login-form fieldset {
	background: #f5f5f5
}

#login-form input[type="text"],
input[type="password"],
input[type="submit"] {
	width: 100%;
	box-sizing: border-box
}

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

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,
span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,
.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,
.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,
.pagination span a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,
.article-info {
	padding: 7px;
	/* margin: 0 0 18px; */
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.h3 {

	font-family: 'Circe';
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;

}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}

ul.actions a {
	padding: 0
}

ul.actions li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

.article-info dd.create {
	clear: left
}

/* ######################  header   ###################### */
#fontsize {
	padding: 0;
	margin: 0 20px 0 1px;
	text-align: right;
	margin-bottom: 0;
	float: none;
}

#fontsize h3 {
	padding-right: 0;
	font-weight: normal;
	display: inline;
	font-size: 1em;
	margin: 0
}

#fontsize p {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p a {
	margin: 0 2px;
	display: inline;
	padding: 0 5px;
}

/* +++++++++++++++  menus ++++++++++++++++++++++++ */
#header ul.menu {
	padding: 0;
	width: auto;
	text-align: left;
	display: block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 0 10px
}

#header ul.menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#header ul.menu li a:link,
#header ul.menu li a:visited,
#header ul.menu li:last-child a {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0 0 #f5f5f5;
}

#header ul.menu li:first-child a {
	border-radius: 4px 0 0 0;
	margin-left: -1px
}

.moduletable_menu {
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px 4px 0px 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.mod-list li a {
	padding: 5px 10px !important;
	text-align: left;
	color: #000 !important;
}

.table-lst li {
	margin-top: 20px;
}

.moduletable_menu .title_modules {
	display: none;
}

.bl_s .widget-content {
	width: 90%;
	margin: 0 auto;
}

ul.menu {
	/* margin: 0 0 20px 0; */
	padding: 0;
}

.footer_menu>div {
	padding: 10px;
}

ul.menu,
ul.menu ul {
	list-style-type: none;
}

ul.menu a {
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;
	/* border-bottom: solid 1px #ddd; */
}

.nav-child>li:hover>a {
	text-decoration: underline;
}

ul.menu li:last-child a {
	border: 0;
	box-shadow: none
}

ul.menu ul {
	margin: 0;
	padding: 0
}

ul.menu ul a {
	padding-left: 20px
}

.parent {
	position: relative;
}

.parent ul {
	display: none;
	position: absolute;
}

.parent:hover ul {
	display: block;
	right: -201px;
	top: 0;
	width: 200px;
	z-index: 200;
	border: 1px solid #000;
}

.active {
	background: white;
}

.header_fon1 .navigation {
	display: flex;
	justify-content: space-around;
	background: #baedcc;
	width: 98%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.navigation a {
	color: black;
	text-decoration: none;
}

ul.menu ul ul a {
	padding-left: 30px
}

ul.menu ul ul ul a {
	padding-left: 40px
}

ul.menu ul ul ul ul a {
	padding-left: 45px
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
	margin: 0;
	padding: 0
}

.category-module li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none
}

.category-module li h4 {
	margin-bottom: 0
}

.category-module span {
	display: block;
	font-size: 0.85em;
}

.category-module a span {
	display: inline
}

/* content */
.categories-list .item-title a {
	text-decoration: none;
	margin-bottom: 20px
}

.category-desc {
	margin: 20px 0
}

.category-desc img {
	float: left;
	margin: 0 20px 10px 0
}

.categories-list dt,
.categories-list dd {
	display: inline
}

ul.latestnews li {
	word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer {
	font-size: 0.8em
}

.box {
	text-align: left
}

.box ul {
	list-style-type: none
}

#bottom .newsfeed-item {
	padding: 0;
	margin-bottom: 10px
}

.box .moduletable_menu,
.box .moduletable {
	margin: 10px
}

.box3 {
	padding-left: 10px
}

.box h3 {
	font-size: 1.3em
}

#footer {
	font-size: 0.8em
}

/*  ####################   Sliding modules  ################## */
.moduletable_js,
.moduletable {
	margin-bottom: 20px;
}

.js_heading,
.js_heading {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.40em;
	border-radius: 3px
}

h3.js_heading a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	background: none
}

.module_content {
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	margin-top: -1px
}

.no {
	font-size: 1px;
}

.slide {
	height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden
}

dl.tabs dt,
dl.tabs dd {
	margin: 0;
	padding: 7px 5px;
}

dl.tabs dt h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
}

dl.tabs dt {
	position: relative;
	z-index: 1
}

ul.tabs li,
dl.tabs dt {
	list-style-type: none;
	float: left;
	width: auto;
	padding: 0;
	display: block;
	margin: 0 3px 0 0;
	font-size: 1em;
}

ul.tabs li a:link,
ul.tabs li a:visited,
dl.tabs dt h3 a:link,
dl.tabs dt h3 a:visited {
	text-decoration: none;
	padding: 7px 5px;
	margin: 0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,
ul.tabs li a.linkopen:visited,
dl.tabs dt.open h3 a:link,
dl.tabs dt.open h3 a:visited {
	font-weight: bold;
}

.tabcontent,
div.current {
	padding: 30px 20px;
	margin: -1px 0 0 0;
	border-radius: 0 3px 3px 3px;
	clear: left;
}

div.current {
	position: relative;
	top: -1px
}

.tabcontent:focus {
	outline: none
}

.tabopen {
	display: block;
	margin-bottom: 20px;
	overflow: hidden
}

.tabclosed {
	display: none
}

.tabcontent ul {
	padding: 0
}

.tabcontent ul li {
	list-style-type: none
}

li.sigProClear {
	display: none;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-none {
	display: block;
	margin: 10px 0
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
	background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 18px;
	margin: 0 3px;
	vertical-align: middle;
	width: 18px;
}

/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
	background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	width: 18px;
}

#search-results {
	clear: both;
}

#finder-filter-window {
	overflow: visible;
}

#searchForm .searchintro {
	padding: 0 0 0 250px;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.collapse.in {
	height: auto;
}

#finder-search .in.collapse {
	overflow: visible;
}

body a {
	text-decoration: none;
	color: #D20454;
}








/* Базовый контейнер табов */
.tabSimpleBlock {
	min-width: 320px;
	max-width: 800px;
	padding: 0px;
	margin: 0 auto;
}

/* Стили секций с содержанием */
.tabSimpleBlock>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}

.tabSimpleBlock>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Прячем чекбоксы */
.tabSimpleBlock>input {
	display: none;
	position: absolute;
}

/* Стили переключателей вкладок (табов) */
.tabSimpleBlock>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabSimpleBlock>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

/* Изменения стиля переключателей вкладок при наведении */

.tabSimpleBlock>label:hover {
	color: #888;
	cursor: pointer;
}

/* Стили для активной вкладки */
.tabSimpleBlock>input:checked+label {
	color: #555;
	border-top: 2px solid #FFCAC6;
	border-bottom: 1px solid #fff;
	background: #fff;
}

/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4 {
	display: block;
}

/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
	.tabSimpleBlock>label {
		font-size: 0;
	}

	.tabSimpleBlock>label:before {
		margin: 0;
		font-size: 18px;
	}

	.flex-galery>a {
		flex-basis: 25% !important;
	}
}

/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabSimpleBlock>label {
		padding: 15px;
	}

	.flex-galery>a {
		flex-basis: 33% !important;
	}
}

.cent {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.clear {
	clear: both;
}

.dot::before {
	content: '•';
	position: absolute;
	left: 50%;
	transform: translate(-50%, -2em);
}

.dot {
	position: relative;
}

.page-wrap a {
	color: #000;
	text-decoration: none;
	outline: none;
}

.page-wrap a:hover {
	color: #000;
	text-decoration: underline;

}

.page-wrap p,
.page-wrap ul,
.page-wrap ol,
.page-wrap table,
.page-wrap table td,
.page-wrap table th,
.page-wrap span {
	font-size: 18px;

	line-height: 36px;
	color: #66696d;
}

.page-wrap p {
	margin-bottom: 10px;
}

.product_item a:hover {
	text-decoration: none;
	color: inherit;
}

.clbBlock .btn-part .h-clb a:hover {
	text-decoration: none;
}

.item-page .button_top {
	margin: 15px auto 0 !important;
}

.extform1 button {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Circe';
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

.flt-lft {
	float: left;
	height: 100px;
	margin: 0 15px 10px 0;
}

.flex-galery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 15px auto;
}

.flex-galery>a {
	flex-basis: 20%;
	height: 100px;
	text-align: center;
}

.flex-galery>a>img {
	width: calc(100% - 10px);
	object-fit: cover;
	height: calc(100% - 10px);
}

.catalog-list_1 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

.product_item {
	width: 22%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 5px 0px 15px rgb(0 0 0 / 20%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-name {
	flex: 1 1 auto;
}

.product_item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.catalog-list_1 * {
	font-family: 'Circe';
}

.product-name a:hover {
	color: #73913b;
}

.product-name a {
	text-align: center;
	text-transform: uppercase;
	color: #5b6f36;
	font-weight: bold;
	font-size: 16px;

	margin: 20px 0 0;
	display: block;
}

.product-price a {
	color: #66696d;
	font-size: 20px;
}

.product-name {
	margin-bottom: 10px !important;
	line-height: 1.2 !important;
}

.product-price {
	text-align: center;
	color: #66696d;
	margin: 3px 0 15px 0;
}

.product-button {
	display: block;
	color: #fff !important;
	background: #5b6f36;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	width: 125px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

.product-button:hover {
	background: #73913b;
}

.head-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.page-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.head-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

header#header {
	font-family: 'Circe';
}

.h-logo img {
	width: 50px;
	margin-right: 20px;
	min-width: 50px;
}

.h-logo a {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #5b6f36;
	font-size: 20px;
}

.h-logo a:hover {

	color: #73913b;

}

.h-desc {
	color: #66696d;
	font-size: 16px;
	line-height: 18px;
}

.h-town {
	color: #66696d;
	font-size: 16px;
}

.h-phn .phna,
.h-phn2 .phna {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.flex-line {
	display: flex;
	align-items: center;
}

.flex-line .phna {
	margin-right: 14px;
}

.h-clb a:hover {
	color: #fff;
	border-color: #73913b;
	background: #73913b;
}

.h-clb a {
	display: block;
	width: 164px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #5b6f36;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #5b6f36;
}

.top-menu ul li {
	list-style: none;
}

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

.top-menu {
	background: #66696d;
}

.menu-wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.main-menu li {

	position: relative;

}

.main-menu li a:hover {
	background: #5b6f36;
}

.main-menu {
	display: flex;
	justify-content: space-between;
}

.main-menu>li>a {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding: 13px 19px;
	display: block;
}


.submenu {
	background: #e8e8e8;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	width: 250px;

	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: .5s ease-in-out;
}

.submenu .submenu {
	right: -100%;
	left: auto;
	top: 0;
}

.main-menu>li .submenu a {
	font-size: 16px;
	color: #000;
	display: block;

	padding: 13px;
}

.main-menu>li .submenu a:hover {

	color: #fff;

}

.open-menu {
	display: none;
}

.main-menu li:hover>.submenu {
	opacity: 1;
	transform: scaleY(1);
}

.mob-btn,
.mobile-contacts {
	display: none;
}

.bottom-menu,
.footer-wrapper {
	font-family: 'Circe';
}

.bottom-menu {
	margin-bottom: 50px;
}

.footer-wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

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

.foot-flex>div {
	text-align: center;
}

.f-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.foot-info a {
	display: block;
	color: #000;
	font-size: 16px;
}

.foot-info {
	font-size: 16px;
}

.copy {
	text-align: center;
	color: #66696d;
	font-size: 16px;
	margin: 60px 0 30px;
}

.akc-block {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Circe';
	justify-content: space-between;
}

.akc-block>div {
	width: 48%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 40px;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 50%);
	font-size: 20px;
	color: #66696d;
	line-height: 36px;

}

.a-tit {
	color: #5b6f36;
	font-weight: bold;
}

.a-ddl {
	margin-top: 40px;
	text-align: right;
}

.a-txt a {
	margin-left: 0;
	margin-top: 20px;
}

.vkc {

	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.vkc iframe {
	width: 48%;
}

.prodBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prodBlock>div {
	width: 48%;
}

.p-info .callback {
	margin-left: 0 !important;
}

p.priceTxt {
	margin: 30px 0;
	color: #66696d;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Circe';
}

.p-img img {
	width: 100%;
}

.previews-two__item.notFlex {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.topBlock {
	position: relative;
	background: url(/templates/beez3/images/backImg.png) no-repeat center;
	background-color: #001220;
	padding: 90px 0;
	/*color: #fff;*/
	background-size: cover;
	margin-bottom: 70px;
}

.blockContent {
	max-width: 1180px;
	margin: 0 auto;
	color: #fff;
}

.b-tit h1 {
	text-align: left !important;
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: bold !important;
	color: #fff !important;
	margin-bottom: 40px !important;
	margin-top: 0 !important;
	text-transform: none !important;
}

.b-tit h1 span {

	font-size: 40px !important;


}

.b-cont ul li {
	list-style: none;
	background: url(/templates/beez3/images/check.png) no-repeat left;
	padding: 5px 0 5px 40px;
	font-size: 18px;
	line-height: 36px;
}

.b-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.b-txt span {
	font-weight: bold;
}

.topBlock2 {
	/* background: url(/templates/beez3/images/back2.png) no-repeat center;*/
	padding: 20px 0;
	background-size: cover;
}

.b-txt {
	font-size: 18px;
	margin-left: 30px;
	line-height: 26px;
}

.page-wrap .page-title {
	font-size: 40px;
	color: #66696d;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 70px;
	text-align: center;

}

.page-wrap .p-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #5b6f36;

}

.preim {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
	text-align: left;
}

.page-wrap .p-text {
	color: #66696d;
	font-size: 18px;

}

.preim>div {
	width: 30%;
	margin-bottom: 30px;
	line-height: 36px;
}

.cat-block>div {
	width: 49%;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 5px 0px 15px rgb(0 0 0 / 20%);
	display: flex;
	justify-content: space-between;
	line-height: 32px;
}

.cat-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.cat-title a {
	display: block;
	text-align: left;
	color: #5b6f36;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
}

.extform1:hover {
	text-decoration: none !important;
}

.breadcrumbs a {
	color: #66696d;
}

.breadcrumbs a:hover {
	color: #66696d;
}

#toTop {
	width: 40px;
	position: fixed;
	bottom: 50px;
	left: 50px;
	cursor: pointer;
	display: none;
}

#toTop img {
	width: 100%;
}

.cat-info p a {
	display: block;
	color: #000;
	font-size: 18px;
}

.cat-block a:hover {
	text-decoration: underline;
}

.cat-info p {
	line-height: 32px;
}

.logo-slider {
	padding: 0 70px;
	margin-bottom: 120px;
}

.product-slider {
	padding: 0 70px;
	margin-bottom: 100px;
}

.logo-slider img {
	width: 80%;
	height: 80px;
	object-fit: contain;
	margin: 0 auto;
}

.page-wrap ul {
	padding-left: 50px;
	margin-bottom: 10px;
}

.page-wrap ul li::marker {
	color: #5b6f36;
}

.f-txt {
	width: 55%;
	font-size: 18px;
	color: #66696d;
}

.f-img {
	width: 42%;
}

.flex-block2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 120px;
	align-items: center;
}

.product-slider .product_item {
	width: 93%;
	margin: 20px auto;
	min-height: 437px;
}

.f-txt2 {
	padding-left: 70px;
}

.f-txt2 ul {
	padding-left: 0;
}

.f-txt2 ul li {
	color: #66696d;
	font-size: 20px;
	line-height: 60px;
	list-style: none;
	background: url(/templates/beez3/images/logo.png) no-repeat left;
	background-size: 30px;
	padding-left: 50px;
}

.page-wrap img {
	max-width: 100%;
}

.f-img2 {
	padding-right: 70px;
}

.rev-block .rev-img {
	margin: 20px 0;
}

.otz-rev {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rev-block>div {
	width: 30%;
	margin-bottom: 30px;
}

.rev-block {
	display: flex;
	justify-content: space-between;
	text-align: left;
	line-height: 20px;
	color: #66696d;
	flex-wrap: wrap;
	margin-bottom: 90px;
	font-size: 18px;
}

.clbBlock .text-part {
	line-height: 40px;
	color: #66696d;
	font-weight: bold;
	text-align: left;
}

.clbBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.clbBlock .small-title {
	font-size: 24px;
}

.clbBlock .big-title {
	font-size: 40px;
	text-transform: uppercase;
}

.clbBlock .btn-part .h-clb a {
	width: 270px;
	height: 48px;
	line-height: 46px;
	font-size: 20px;
}

.previewBlocks {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.previewBlocks img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.preview-scroll-blocks {
	flex-wrap: nowrap;
	overflow: auto;
	scrollbar-height: 6px;
	scrollbar-width: thin;
	scrollbar-color: #353535 #ccc;
}

.preview-scroll-blocks div {
	display: flex;
}

.preview-scroll-blocks a {
	width: max-content;
}



.img3 img {
	width: 380px;
	margin: 5px;
	height: 250px;
	object-fit: cover;
}

.img3 {
	text-align: center;
}

.previewBlocks>div {
	width: 29%;
	margin: 2%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 5px 0px 15px rgb(0 0 0 / 20%);
	font-size: 18px;
	text-align: center;
}

.portfolio_nav-item.slick-slide.slick-current.slick-active {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.head-wrap {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.main-menu>li>a {
		padding: 13px 5px;
	}

	.page-wrap,
	.blockContent {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.f-txt2 {
		padding-left: 0px;
	}

	.f-img2 {
		padding-right: 0;
	}

}

@media screen and (max-width: 1140px) {
	.portfolio_nav-item:nth-child(4n) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 992px) {
	.portfolio-slider {
		flex-wrap: wrap;
	}

	.big-slider {
		width: 100%;
	}

	.big-slider img {
		height: auto;
	}

	.small-slider {
		width: 100%;
		margin-top: 20px;
	}

	.portfolio_nav-item img {
		margin: 0 auto;
	}

	.portfolio_nav-item {

		margin-right: 0 !important;

	}
}

@media screen and (max-width: 970px) {
	.head-wrap {
		border-bottom: 1px solid #66696d;
	}

	.top-menu {
		display: none;
	}

	.cat-block>div {
		width: 100%;
	}

	.h-desc,
	.h-town,
	.h-phn,
	.h-phn2,
	.h-clb {
		display: none;
	}

	.preim>div {
		width: 100%;
		margin-bottom: 30px;
	}

	.h-logo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

	.mob-btn {
		display: flex;
		align-items: center;
	}

	.mob-cont {
		line-height: 0;
	}

	.mob-menu {
		background: #5b6f36;
		text-align: center;
		padding: 2px 4px;
	}

	.mob-menu span {
		display: block;
		width: 30px;
		height: 3px;
		margin: 5px auto;
		background: #fff;
	}

	.mob-btn img {
		width: 30px;
		min-width: 30px;
		line-height: 0;
		margin-right: 10px;
	}

	.main-menu {
		display: block;

		padding: 10px !important;
		border-bottom: 1px solid #66696d;
	}

	.mobile-contacts {
		padding: 10px;
		border-bottom: 1px solid #66696d;
	}

	.mobile-contacts a {
		display: block;
		line-height: 44px;
		font-size: 16px;
		color: #000;
	}

	.main-menu>li>a {
		padding: 10px 5px;
		text-transform: none;
		color: #000;
	}

	.open-menu {
		display: block;
		position: absolute;
		right: 0;
		top: 12px;
		background: #5b6f36;
		color: #fff;
		width: 20px;
		text-align: center;
		line-height: 22px;
		height: 20px;
	}

	.akc-block>div {
		width: 100%;

	}

	.submenu {
		background: #fff;
		padding-left: 20px !important;

	}

	.submenu.active {
		display: block;
	}

	.submenu {

		position: initial;

		width: 100%;
		opacity: 1;
		transform: none;
		display: none;

	}

	.main-menu>li .submenu a {

		padding: 10px;
	}

	.top-menu {
		background: #fff;
	}

	.footer-wrapper {
		padding: 30px 10px 0;
		border-top: 1px solid #66696d;
	}

	.foot-flex>div {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}

	.copy {

		margin: 30px 0 30px;
	}

	.product_item {
		width: 32%;
	}

	.f-txt2 {

		width: 100%;
	}

	.f-img2 {

		display: none;
	}

	.rev-block>div {
		width: 48%;

	}

	.clbBlock .btn-part .h-clb {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.product_item {
		width: 47%;
	}

	.b-flex {
		display: block;
	}

	.b-btn a {
		margin-left: 0 !important;
	}

	.b-txt {
		margin-left: 0;
	}

	.f-img img {
		width: 100%;
	}

	.f-img {
		width: 100%;
	}

	.f-txt {
		width: 100%;
	}

	.clbBlock>div {
		width: 100%;
	}

	.clbBlock .text-part {

		text-align: center;
		margin-bottom: 20px;
	}

	.clbBlock .btn-part .h-clb a {

		margin: 0 auto;
	}

	.previewBlocks {
		justify-content: space-around;
	}

	.previewBlocks>div {
		width: 48%;
		margin: 0 0 50px;

	}

	.b-flex.cent-flex {
		display: block;
		text-align: center;
		padding: 0 10px;
	}

	.b-flex.cent-flex .b-btn a {
		margin: 0px auto 20px !important;
	}
}

@media screen and (max-width: 500px) {
	.product_item {
		width: 100%;
	}

	.product_item img {
		height: auto;
	}

	.vkc iframe {
		width: 100%;
	}

	.prodBlock>div {
		width: 100%;
	}

	.cat-block>div {
		flex-wrap: wrap;

	}

	.cat-block>div>div {
		width: 100%;
	}

	.cat-block img {
		width: 100%;
		margin-top: 50px;
	}

	.rev-block>div {
		width: 100%;

	}

	.portfolio_nav-item img {
		width: 90%;
	}

	.previewBlocks>div {
		width: 100%;

	}

	.page-title,
	.clbBlock .big-title,
	body h1,
	.h1 {
		font-size: 30px !important;
	}
}

.mainpagenewblockjo .cat-img img {
	max-width: 249px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 356px;
}

.flex-block2 .f-txt2 {
	/* margin: 36px 0; */
}

.flex-block2 .f-img2 img {
	width: 100%;
	height: 100%;
	max-height: 396px;
	max-width: 100%;
	object-fit: cover;
}

.flex-block2 .f-img2 {
	width: 61%;
}

.text-align--center {
	text-align: center !important;
}

.text-just {
	text-align: justify;
	line-height: 1.5 !important;
}

@media (min-width: 501px) {
	.mainpagenewblockjo .cat-img img {
		padding-top: 38px;
		padding-left: 10px;
	}
}

.faq {
	padding: 100px 0;
	color: #000;
	font-family: 'Montserrat';
}

.faq__container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.faq__wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 50px 110px;
	align-items: flex-start;
}

.faq__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 100%;
}

.faq__desc {
	margin-top: 30px;
	color: #212121;
	font-size: 18px;
	line-height: 140%;
}

.faq__desc span {
	cursor: pointer;
	color: #BBD995;
	text-decoration: underline;
	transition: 200ms linear;
}

.faq_info {
	background: #F7F6F3;
	border-radius: 20px;
	padding: 30px 30px 0;
	max-width: 350px;
}

.faq_info .btn_row {
	margin: 30px 0 0;
}

.faq_info .btn_row .btn {
	min-height: 64px;
	padding: 10px 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	background-color: #A3C973;
	border-color: #A3C973;
	color: #1A1A1A;
	border-radius: 10px 10px 0px 0px;
}

.faq_info .btn_row .btn::before {
	position: relative;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-image: url("/img/faq.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.faq__desc span:hover {
	text-decoration: none;
}

.faq-item {
	border-radius: 5px;
	background: #FAFAFA;
	backdrop-filter: blur(5px);
}

.faq-item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-item__head {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
	align-items: center;
	padding: 18px 35px;
	color: #212121;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.4px;
	border: 2px solid #BBD995;
	border-radius: 20px;
}

.faq-item__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: white;
	transition: 200ms linear;
}

.faq-item__btn.active {
	transform: rotate(45deg)
}

.faq-item__desc {
	box-sizing: content-box;
	max-height: 0px;
	overflow: hidden;
	transition: 300ms linear;
	color: #212121;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.faq-item__desc>div {
	padding: 0 35px 25px 35px;
}

.faq .faq-item h3 {
	font-size: 18px;
	margin: 0;
}
.faq .faq-item .faq-item__head {
	padding: 10px 35px;
}

@media (max-width: 1180px) {
	.faq__wrap {
		grid-gap: 50px;
	}
}

@media (max-width: 991px) {
	.faq__wrap {
		grid-template-columns: 100%;
	}

	.faq__left {
		text-align: center;
	}

	.faq__desc {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.faq__title {
		font-size: 30px;
	}

	.faq__desc {
		max-width: 350px;
		font-size: 16px;
	}

	.faq-item__head {
		padding: 15px 20px;
		font-size: 18px;
	}

	.faq-item__desc {
		font-size: 14px;
	}

	.faq-item__desc>div {
		padding: 0 20px 15px 20px;
	}
}

.prew_new {
		
}

.prew_new>div {
    display: flex;
    flex-direction: column;
    height: 250px;
	padding: 0px;

}

.prew_new .text-center {
	margin-top: -140px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	z-index: 0;
	font-size: 20px;
	text-shadow: 1px 1px 1px black;
}

.prew_new .text-center:hover {
	color:#fff;
	text-decoration:none;
}

.prew_new img {
  	filter: brightness(65%);
}
	
.prew_new_item:hover img {
	filter: brightness(100%);
}

.prew_new2 .product_item {
    display: flex;
    flex-direction: column;
	padding: 0px;

}
.prew_new2 .product-name {
	margin-top: -165px;
	color:#fff;
	text-decoration:none;
	z-index: 0;
}

.prew_new2 .product-name a {
	color:#fff;
	text-shadow: 1px 1px 1px black;
}


.prew_new2 img {
  	filter: brightness(65%);
}
	
.prew_new2 .product_item:hover img {
	filter: brightness(100%);
}

.prew_new2 .product-price, .prew_new2 .product-button {z-index: 0;}

.prew_new2 .product-price {
	color:#fff;
	text-shadow: 1px 1px 1px black;
}