body {
	font-family: 'MyriadPro', sans-serif;
	font-weight: 400;
	color: #20232E;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	padding-top: 110px;
	transition: padding-top .2s;
}

body.scrolled {
	padding-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* custom */
header {
	background: #20232E;
	position: fixed;
	width: 100%;
	z-index: 11;
	top: 0;
}

.header-content {
	display: flex;
	height: 110px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transition: .2s;
}

.header-menu .parent-item {
	font-size: 17px;
	color: white;
	padding: 15px 18px;
	transition: .2s;
}

#logo {
	margin-top: 10px;
}

.header-menu .parent-item:hover {
	color: #78BC27;
}

#search {
	width: 260px;
}

#search input {
	font-size: 18px;
	height: 44px;
	border: 0;
	outline: none;
	box-shadow: none;
}

#search .btn {
	box-shadow: none;
	outline: none;
	border: none;
	border-color: white;
}

#search .btn i {
	transform: matrix(-1, 0, 0, 1, 0, 0);
	font-size: 18px;
}

#languages {
	background: none;
	border: 0;
	color: white;
	outline: none;
	user-select: none;
	padding: 0;
	margin: 20px 0 0;
}

#languages span {
	padding: 8px;
}

#languages img:last-child {
	vertical-align: top;
	margin: 1px 0 0 2px;
	transition: .25s;
}

.dropdown.open #languages img:last-child {
	transform: rotate(180deg);
	margin-top: 5px;
}

.home-slider .swiper-viewport {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.home-slider {
	overflow: hidden;
	margin-bottom: 10px;
}

.home-slider img {
	margin: 0 auto;
}

.swiper-button-prev:before,
.swiper-button-next:before {
	display: none;
}

.home-slider .swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #20232E;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 5px;
	padding-left: 10px;
}

.home-slider .swiper-viewport .swiper-button-prev img {
	height: 30px;
	transform: rotate(180deg);
}

.home-slider .swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #20232E;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 5px;
	padding-right: 10px;
}

.home-slider .swiper-viewport .swiper-button-next img {
	height: 30px;
}

.home-slider .swiper-viewport .swiper-button-prev:hover,
.home-slider .swiper-viewport .swiper-button-next:hover {
	opacity: 1;
}

.home-slider .swiper-pagination-bullet {
	height: 18px;
	width: 18px;
	background: #20232E !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #78BC27 !important;
}

.official-section-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 40px;
}

.section-title {
	font-size: 38px;
	font-weight: 600;
	color: #20232E;
	line-height: normal;
	margin: 40px 0 30px;
}

.section-title img {
	vertical-align: top;
	margin: 6px 18px 6px 0;
}

.home-official p {
	font-size: 18px;
	color: #20232E;
	line-height: 1.5;
}

.home-slider .swiper-pagination {
	bottom: -50px;
}

.official-section-numbers .count {
	display: block;
	margin-bottom: 10px;
}

.official-section-numbers .count img {
	max-width: 120px;
}

.official-section-numbers .item {
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	padding: 15px;
	margin: 10px 0;
}

.official-section-numbers .item p {
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.section-official-subtitle {
	color: #20232E;
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0;
}

.home-sertificats-wrapper {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.home-sertificats-slider {
	width: calc(100% - 80px);
}

.home-sertificate-left-btn,
.home-sertificate-right-btn {
	width: 40px;
	min-width: 40px;
	text-align: center;
	cursor: pointer;
}

.home-sertificat img {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	transition: .25s;
}

.home-sertificat {
	position: relative;
}

.home-sertificat:hover img {
	opacity: 0.4;
}

.home-sertificat:before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	background: url('/catalog/view/theme/default/image/sert-search.png') no-repeat center;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	transition: .25s;
}

.home-sertificat:hover:before {
	opacity: 1;
}

.slick-slide a:focus {
	outline: none;
}

button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--play,
.fancybox-infobar {
	display: none;
}

.button {
	background: #20232E;
	color: white;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	transition: .25s;
	text-align: center;
	border: 0;
	outline: none;
}

.button:hover {
	background: #292f3c;
	color: white;
}

.button:focus {
	background: #20232E;
	text-decoration: none;
	color: white;
}

.text-center.button-row {
	margin: 30px 0;
}

.home-tabs {
	display: flex;
}

.home-tab {
	color: #9DA1A7;
	font-size: 38px;
	font-weight: 600;
	padding: 0 0 8px 0;
	margin-right: 30px;
	line-height: normal;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	transition: .25s;
}

.home-tab:hover {
	color: #8d9196;
}

.home-tab:last-child:last-child {
	margin: 0;
}

.home-tab.active {
	color: #20232E;
	border-color: #78BC27;
}

.product-mini-card {
	display: block;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
	padding: 20px;
	margin-bottom: 30px;
	height: 300px;
	transition: .15s;
}

.product-mini-card:hover {
	box-shadow: 0 0 12px rgb(153 153 153 / 0.5);
}

.product-mini-card:focus {
	text-decoration: none;
}

.badges {
	position: absolute;
	font-size: 16px;
	color: white;
	line-height: normal;
}

.badges>div {
	display: table;
	padding: 4px 8px;
	border-radius: 3px;
	margin-bottom: 5px;
	min-width: 44px;
	text-align: center;
}

.badge-new {
	background: #78BC27;
}

.badge-hit {
	background: #E40029;
}

.product-image {
	margin: -20px;
	padding: 0 20px 20px;
}

.product-image img {
	max-width: 100%;
	height: auto;
}

.product-mini-card img {
	margin: 0 auto;
	display: block;
}

.category-name {
	color: #999999;
	font-size: 17px;
	line-height: normal;
	color: transparent;
}

.product-name {
	color: #20232E;
	font-weight: 500;
	font-size: 18px;
	white-space: nowrap;
	line-height: normal;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-product-column {
	display: inline-block;
}

.home-product-slider .slick-slide {
	margin: 0 15px;
}

.home-product-slider .slick-list {
	margin: 0 -15px;
}

.home-product-wrapper {
	margin: 30px 0 0;
	position: relative;
}

.product-page-title small {
	display: block;
	color: #20232e;
	font-size: 20px;
}

.home-tab-content {
	width: 100% !important;
}

.home-tabs-arrow-left {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -100%);
	left: -10px;
	width: 40px;
	height: 40px;
	background: #D7D7D7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	z-index: 2;
	cursor: pointer;
}

.home-tabs-arrow-right {
	position: absolute;
	top: 50%;
	transform: translate(100%, -100%);
	right: -10px;
	width: 40px;
	height: 40px;
	background: #D7D7D7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	z-index: 2;
	cursor: pointer;
}

.home-tabs-arrow-left img,
.home-tabs-arrow-right img {
	height: 30px
}

.home-slider .swiper-viewport .swiper-button-prev img {
	transform: rotate(180deg);
}

.home-catalog {
	background: #F3F5F8;
	padding-bottom: 30px;
}

.home-catalog .col {
	padding: 0 0 0 65px;
	width: 20%;
	float: left;
	position: relative;
}

.home-catalog-content {
	margin-top: 40px;
}

.home-catalog-title {
	color: #20232E;
	font-weight: 600;
	font-size: 22px;
	line-height: normal;
}

a.home-catalog-title:hover,
a.home-catalog-title:focus {
	text-decoration: none;
	color: #78BC27;
}

.home-official {
	margin-bottom: 60px;
}

#search .btn:hover,
#search .btn:active,
#search .btn:focus {
	background: white !important;
}

.category-title-filter {
	position: relative;
}

.category-filter {
	position: absolute;
	top: 0;
	right: 0;
	width: 318px;
}

.category-filter .btn,
.category-filter .btn:hover,
.category-filter .btn:active,
.category-filter .btn:focus {
	outline: none;
	box-shadow: none;
	background: white !important;
}

.category-filter .form-control {
	border-right: 0;
	box-shadow: none;
	border-color: #D7D7D7 !important;
	font-size: 18px !important;
}

.category-filter .btn {
	border-color: #D7D7D7 !important;
	border-left: 0;
	color: #777882 !important;
}

.category-title-filter {
	padding-right: 340px;
}

.category-filter .btn i {
	transform: matrix(-1, 0, 0, 1, 0, 0);
	font-size: 18px;
}

.home-catalog-icon {
	position: absolute;
	left: 15px;
	width: 40px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-right .badges {
	padding: 15px;
	z-index: 2;
}

.home-catalog .col ul {
	list-style: none;
	padding: 0;
	line-height: normal;
	margin: 15px 0 35px;
	font-size: 16px;
	color: #20232E;
}

.home-catalog .col ul li {
	margin: 0 0 10px;
}

.home-catalog .col ul li a {
	color: #20232E;
	transition: .15s;
}

.home-catalog .col ul li a:hover,
.home-catalog .col ul li a:focus {
	color: #78BC27;
	text-decoration: underline;
}

.green {
	color: #78BC27;
}

.section-description {
	font-size: 18px;
	line-height: normal;
	margin: -10px 0 40px;
}

.ncategory-card img {
	border-radius: 10px;
	width: 100%;
}

.ncategory-card .category-title {
	color: #20232E;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 20px 0 15px;
	min-height: 84px;
	display: flex;
	align-items: center;
	transition: .15s;
}

.ncategory-card:hover .category-title {
	color: #78bc27;
	text-decoration: underline;
}

.ncategory-card .category-description {
	color: #999999;
	font-size: 17px;
	line-height: 1.5;
	min-height: 100px;
	word-break: break-word;
}

.news-card {
	text-decoration: none;
	padding: 30px;
	border: 1px solid #D7D7D7;
	display: block;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: .15s;
}

.news-card:hover {
	box-shadow: 0 0 12px rgb(153 153 153 / 0.5);
}

.news-card:focus {
	text-decoration: none;
}

.news-card img {
	border-radius: 10px;
}

.news-title {
	color: #20232E;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 20px 0 15px;
	min-height: 84px;
	display: flex;
	align-items: center;
	transition: .15s;
}

.news-card:hover .news-title {
	color: #78bc27;
	text-decoration: underline;
}

.news-description {
	color: #999999;
	font-size: 17px;
	line-height: 1.5;
	min-height: 100px;
	word-break: break-word;
}

.home-news .text-center.button-row {
	margin-top: 10px;
}

.home-question {
	margin: 30px 0;
}

.home-question-left {
	background: #F3F5F8;
	border-radius: 0 10px 10px 0;
	padding: 0 50px 40px 15px;
}

.home-question-right {
	padding: 0 50px;
}

.home-question-left:before {
	content: "";
	position: absolute;
	background: #F3F5F8;
	width: 100%;
	height: 100%;
	left: -100%;
}

.home-question-zkteco-logo {
	margin: 30px 0 -30px 180px;
}

.home-question .form-control {
	border: 1px solid #D7D7D7;
	box-shadow: none;
	font-size: 16px !important;
	color: #777882 !important;
	height: 50px;
	padding: 10px 20px;
}

select {
	cursor: pointer;
}

.home-question textarea.form-control {
	height: 115px;
	resize: none;
}

.button-full {
	width: 100%;
}

.form-file-label .form-control {
	position: absolute;
	height: 1px;
	width: 1px;
	padding: 0;
	top: 0;
	left: 0;
	border: 0;
	z-index: -1;
}

.form-file-label {
	position: relative;
	width: 100%;
}

.form-file-btn {
	font-size: 16px;
	color: #20232E;
	font-weight: 500;
	padding: 12px 0;
	background: #f3f5f8;
	cursor: pointer;
}

.form-file-btn img {
	margin-right: 10px;
	width: 15px;
	height: 15px;
}

.button-green {
	background: #78BC27;
}

.button-green:hover {
	background: #8bca3e;
}

.button-green:focus {
	background: #8bca3e;
}

.home-question-agree-text {
	color: #9DA1A7;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0;
}

.home-question-agree-text a {
	color: #9DA1A7;
}

.home-question-agree-text a:hover {
	text-decoration: underline;
}

.home-question-agree-text strong {
	font-weight: 500;
}

.home-question .second-title {
	margin-top: 20px;
}

.home-news-seminars .image {
	margin: -30px -30px 0;
	max-width: calc(100% + 60px);
	width: calc(100% + 60px);
	border-bottom: 1px solid #D7D7D7;
	border-radius: 10px 10px 0 0;
}

.news-info {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: normal;
	margin-top: 15px;
	color: #9DA1A7;
}

.news-info .date {
	background: #F3F5F8;
	margin-right: 8px;
	padding: 5px 12px;
	border-radius: 3px;
}

.news-info .views {
	background: #F3F5F8;
	padding: 5px 12px;
	border-radius: 3px;
}

.home-news-seminars .news-title {
	font-size: 21px;
	min-height: 130px;
	display: flex;
	align-items: center;
	word-break: break-word;
}

.home-news-seminars .news-description {
	color: #20232E;
	min-height: 75px;
}

.news-info .views img {
	margin: -1px 5px 0 -2px;
	display: inline-block;
}

.home-news-seminars {
	margin-bottom: 70px;
}

footer {
	background: #20232E;
	padding: 35px 0 25px !important;
	color: white;
}

.footer-menu {
	display: flex
}

.footer-menu-column a {
	display: block;
	font-size: 18px;
	color: white;
	line-height: normal;
	padding: 10px 25px;
	transition: .15s;
}

.footer-menu-column a:hover {
	color: #78BC27;
}

.footer-menu .footer-menu-column:first-child a {
	padding-left: 0;
}

.footer-follow {
	margin: 60px 0 12px;
	color: white;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
}

.header-social a,
.footer-social a {
	margin-right: 10px;
}

body .header-social {
	display: block;
}

body.scrolled .header-social {
	display: none;
}

.footer-information {
	margin-top: 22px;
	font-size: 18px;
	line-height: normal;
}

.footer-information a {
	color: white;
}

.footer-information a:hover {
	color: #78BC27
}

.footer-information p {
	margin: 15px 0;
}

.footer-phone {
	color: white;
	font-size: 22px;
	font-weight: 600;
	display: block;
}

.footer-phone:hover,
.footer-phone:focus {
	color: white;
	text-decoration: none;
}

.footer-information strong {
	font-weight: 500;
}

.footer-gray {
	margin-top: 52px;
	color: #727479;
	line-height: 1.4;
	font-size: 15px;
}

.footer-gray a {
	color: #727479;
}

.footer-gray a:hover {
	text-decoration: underline;
}

.product-mini-card .button {
	display: none;
	width: 110px;
	height: 50px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAyCAYAAAC9F+53AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB4RJREFUeNrsnA1UzWkexz91w9qZhiWZxHAr5e2kkpS8hh1seTmEvJQhY9Ni0jIYmjNlkHF0RtNklmZsYpxtvKdxRgjtVDOVYgrJS6hoEsnKTWmf/72h2lnjrLP23vV8z+nc5z7/3//3f57n87z8nntvj1FdXR2K9icc8twW9zefjMxsB021pjlSeqMWzVtUO/dxyJ4xfdLXYzxHJih5Rgq4NWsjlkRGb5kj3tvIZtJrFcwP8N+8bGnQOpWTs6tnyEdrl0toBqE2P2Rkqbt2tb6sqnnU/MNr14sGyzYxHHi3b1eguq8xCqutrW0n28NwVFpapjKWgYjhSWFmLJvBMCXBSXBSEpyUBCfBSUlwUhKcBCclwUlJcFISnAQnpQ8ykU3QFdc/jmOquzNd1Zaoza9x0taHOf/P4EpCdlM32+4ZFmVkve+K584Weln5Erf3SIyaxai2qvqcRzy8V0DVKzPiNKUUnLvJvScZv6ND746Y63XVvdmy0V9Aq6Uqew+btuxkz4GfKHilpsrKM8SPWUDkk4zlbC+cptfgStb44Wdex4PDYbzt/43BAHvpwUmJ5WB8o3aTfiaDwsJcrp9LI2/fCvxtHz21mRJNurhW3PQvcyPzG15PXMVk4SstN4urhTlcObWfvYF9GzzNEpsFGziQnk7+RWF/MYOL6TuI9rZ6cj3ESY1JbT4pN7zZdi5HPOcM13Ia+lE6n/L84yRM0Twjz43xWxLIyT+jLWtRfjIpH41s9Msr88DPOZRzSpRV3Hspi/P7luJnWWcI4Nz4YHMEaz3t6PToKn//5hBHylW87uBD6PbPWNi0EkVp/DV2JxHf3/hldz3HEzHSjJrUo+zPq8SojTUuwevYW9+YJSGRJAS/TZ92NZQf28POzAqq2/VmbHgMB6a3FxaDsNVOB7YMndqRh0fi2Xq8mH+0Fn6WrOdbrc3zyJLBOyKIGtGZVucPiTIfIqXKDKuZq/gqyExXlrlb+W7JYOw5T5KoU1yuhpYOM1izMeCFflb3UsCVzJrNgp4iQNHksvedsUwNDsav/zq2lyndcRjz3h/Y+IY751i2MoxFZyv+jccKzq6byAD/P/OnUZMJznoIKnNcvBeKazP5eoIdb6ChaOscXP1XsGjSMLyOlmtt+gS8xyTUdGgjTFXGaBJDGBS4iuW+s1ih+MGM3pOnPl+9hgex0t0Uir9lpddiUeZgBn2eQTktsR7xjgDjQaRvX7FklJC6bAKzRJ2WeMWwr1Lc7OjB4hcYdS8FnGO/rrr17nIWG7IeR3DxxJ2+o02Zquunp1YteU15rar8FY/XufRF6ePhSeTpQl2ySw+mT+hDv9bah5ETk/vkjpPJeRQrCYsuDG4Q9Z5LSXzq59QlXbKDWjs162SGU3hB/bQ9jaENi+HSWYxZxf4PhNdP63XL+6L0Cdp3YhTOdLPQPhS36Px6H0FMMFU6TXssB1Yb+D6uuj4A79lRW+nKop/+Mz+PasQ4a/Zsm5pq7pNHueA+1NwYlUndL/p52qT3KDx4gORbRiJtjasYQf+yAVKm9iNXGmU1u3eW01ih65LFnI49wanGER1X8030G9yp9AuUijXJXO3CYrda5qaqRLDiw3r71tq9U9n54+LVgfBeFtpp8Er2YfHa8hkeO2I1V4xh7ahz4IO+nXXZF7KJ32WMW4gH6tZqnN51hg8ztWvR8GE96KDYXL1AAnt5eHYps83bYD/6XWziYkVUacl8x/rg5WwGX9BFrISKHnDrxEqWafeiIjhpCO6HQvLn9qCHWQuabwoluMioSTk9cC/xY3jHtphWRLNsfVmT6yr9BmfxZQwbJzqxqqcdXpv2YZp0mWr3IfxeWb9LjxET9RaTPpvDTGvx/v5NbqlXsyYMym1a6Ry0sGRAwHC4/dhjK7oH7SDRPo2LNh6M7SZGWe11TsbFKH0dn11jGD3bjjdnbCTN8hjfv9Gf0f3EWK4tJXPrZpRuUhK9nxSXaQxwX8DuWFuSfiNsnBQ/l0iK3iYsVv56vZLi+Oq0B5/YO+LzXRLdk4+T+cACG8c3MfmLJ947jzL/YB6+Aq56XiK5LifYf15D224O9CrdTP/Avfo+Vaby8ZwgapYvZN6QLgyYaIdxVTk/p+8hckUoW4pWsN2ru24d/K0tQ3xtG99u2o2BXo4Q+zjjCjk/NsNyxFgcTB6iuZHDgY8XEZiomyYtQufjeSeYiGkD6ekxnil1Vdy99iP7Pg0lIP6mziZ1NeMCqvkybBwe7sIGnc2edUsJTH3ekZAtyh1ITdRigkS9enn64FBTxb27ZWS/Vqt7zmpvBlVsIMZXlMV5FH79anhw9y6an19/oRY1snirxwX+5//woduwDy07wpo+DTfyur3b1fBBdMrdilGslS5NLgc7T9L7zxP/iyqQ3w4YqPTk24EsDseKgEUbiTVRfjK7YovpUKzEZFaSmH5NlVJyqnxFJMFJcFISnJQEJ8FJSXBSEpwEJyXBSb0McMoBX7IZDEsKM2PlVDbZFIYlhZmxcpSeSBfI5jAYFSjMjJXzD5Wj9CQ8w4CmsFKYGcmDRg1jTWt60Og/BRgAUe3aWXk3aloAAAAASUVORK5CYII=');
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	margin-top: 12px;
}

.product-mini-card:hover .button {
	display: block;
}

.product-mini-card:hover .product-name-btn {
	position: absolute;
	left: -1px;
	right: -1px;
	background: white;
	border: 1px solid #D7D7D7;
	padding: 0 20px 20px;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	z-index: 3;
	box-shadow: 0 5px 6px rgb(153 153 153 / 0.5);
}

.product-mini-card:hover .product-name {
	overflow: auto;
	white-space: normal;
	text-overflow: unset;
}

.home-product-slider {
	overflow: hidden;
	padding-bottom: 70px;
}

.home-product-slider .slick-list.draggable {
	overflow: initial;
}

.breadcrumb a {
	color: #777882;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	color: #20232E;
}

.breadcrumb {
	font-size: 18px;
	padding: 40px 0 0;
	line-height: normal;
	background: none;
}

.page-title {
	color: #20232E;
	font-size: 38px;
	font-weight: 600;
	line-height: normal;
}

.page-title {
	color: #20232E;
	font-size: 38px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.ncategory-card {
	display: block;
	border: 2px solid #78BC27;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
	transition: .2s;
}

.category-card {
	display: block;
	border: 2px solid #78BC27;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
	transition: .2s;
}

.no-active-product-label {
	display: none;
	margin: 12px 0 0 12px;
	background: #ff5d51;
	color: white;
	padding: 15px 5px;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	border-radius: 5px;
	transition: .25s;
	text-align: center;
	border: 0;
	outline: none;
}

.product-mini-card:hover .no-active-product-label {
	display: block;
}

.product-mini-card-buttons {
	display: none;
	align-items: center;
}

.product-mini-card:hover .product-mini-card-buttons {
	display: flex;
}

.category-card:hover {
	border-color: #D7D7D7;
}

.category-card-image {
	max-width: 100%;
	height: auto;
}

.category-before-products {
	background: #78BC27;
	color: white;
	font-size: 20px;
	padding: 10px 15px;
	margin: 0 0 30px;
	border-radius: 5px;
}

.category-card-name {
	font-size: 18px;
	margin-top: 15px;
	color: #20232E;
	line-height: normal;
	min-height: 46px;
	display: flex;
	align-items: center;
	transition: .2s;
}

.category-card:hover .category-card-name {
	color: #78BC27;
}

.category-card:focus {
	text-decoration: none;
}

.category-hr {
	margin: 0 0 30px;
	border-color: #D7D7D7;
}

.get-more-products-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D7D7D7;
	font-size: 16px;
	font-weight: 500;
	color: #20232E;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	line-height: normal;
	cursor: pointer;
	transition: .2s;
}

.get-more-products-btn:hover {
	background: #c6c4c4;
}

.get-more-products-btn img {
	margin-right: 10px;
}

.get-more-products-btn img {
	display: inline-block;
	vertical-align: middle;
}

.cat_description {

	/*padding: 0 15px 15px;*/
	overflow: hidden;
	margin: 0 0 15px;
	text-align: justify;
	font-size: 16px;
}

.cat_readmore {
	background: #D7D7D7;
	font-size: 16px;
	font-weight: 500;
	color: #20232E;
	padding: 10px 15px;
	border-radius: 4px;
	line-height: normal;
	cursor: pointer;
	transition: .2s;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 200px;
	text-align: center;
}

.pagination {
	margin: 20px 0 30px;
}

.container-tags {
	margin-bottom: 30px;
}

.pagination li a {
	background: #D7D7D7;
	margin: 0 4px;
	display: inline-block;
	font-size: 16px;
	color: #20232E;
	font-weight: 500;
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	border: 0;
	border-radius: 4px;
}

.pagination li a:hover,
.pagination li a:focus {
	background: #c6c4c4 !important;
	color: #20232E;
}

.pagination .active span {
	background: #78BC27;
	margin: 0 4px;
	display: inline-block;
	font-size: 16px;
	color: white;
	font-weight: 500;
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	border: 0;
	border-radius: 4px;
}

.pagination .active:hover span {
	background: #78BC27;
	color: white;
}

.category-categories-list {
	display: block;
	margin-top: 0;
	border: 1px solid #78bc27;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.active-menu-item,
.level-2-wrapper.active-menu-item>a {
	background: white;
}

.category-categories-list .category {
	width: 220px;
	margin-bottom: 17px;
}

.category-categories-list .category {
	width: 100%;
	margin: 0;
	position: relative;
}

.category-categories-list .category>a {
	display: block;
	width: 100%;
	height: 256px;
	background: #f6f6f6;
	border-radius: 4px;
	box-shadow: none;
	padding: 35px 15px;
	transition: box-shadow .25s;
	text-decoration: none;
	position: relative;
	color: #212121;
	font-size: 18px;
	text-align: center;
}

.category-categories-list .category>a {
	height: 38px;
	padding: 0 0 0 40px;
	text-align: left;
	background: transparent;
	border-top: 1px solid #D7D7D7;
	border-radius: 0;
}

.category-categories-list .category:first-child>a {
	border-top: 0;
}

.category-categories-list .category.open>a {
	background: white;
}

.category-big-icon.category-1 {
	background-position: 0 bottom;
}

.category.open .category-big-icon {
	background-position-y: top;
}

.home-category-name {
	text-align: center;
	font-size: 16px;
	color: #0f1331;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin: 15px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}

.home-category-name {
	font-size: 16px;
	margin: 0;
	display: flex;
	text-align: left;
	line-height: 16px;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.category.open .home-category-name {
	color: #78bc27;
}

.allowed-files {
	color: #94979c;
	margin: 0 0 5px;
}

.home-products-count {
	width: 164px;
	height: 25px;
	line-height: 26px;
	background: #e0e0e0;
	border-radius: 5px 5px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -82px;
}

.category-categories-list .category>.arrow {
	background: url('/catalog/view/theme/default/image/categories-arrow.svg') no-repeat center 10px;
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	width: 38px;
	transition: .2s;
	cursor: pointer;
	z-index: 2;
}

.category-categories-list .home-categories .category.open>.arrow {
	transform: rotate(-180deg);
}

.category-categories-list .category.open>.arrow {
	background: url('/catalog/view/theme/default/image/categories-arrow-green.svg') no-repeat center 10px;
}

.attrtool:after {
	color: #78bc27 !important;
}

.qtip.qtip-tipped {
	font-size: 14px;
	font-family: inherit;
	padding: 2px 3px;
	border: 2px solid #959fa9;
	box-shadow: 0 3px 10px 0 rgb(99 99 99 / 0.3);
	color: #444;
	border-radius: 6px;
	margin: 5px 0 0 20px;
	line-height: 1.3;
}

.category-categories-list .category>.dropdown-menu {
	display: none;
	width: 100% !important;
	position: relative;
	margin: 0;
	border: 0;
	float: none;
	box-shadow: none;
	z-index: 2;
	padding: 0 0 5px;
	border-radius: 0;
	transition: border .3s;
}

.category-categories-list .level-2>div>a {
	display: block;
	padding: 6px 10px 3px 54px;
	color: #212121;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

.category-categories-list .category .level-3 {
	display: none;
	width: 100% !important;
}

.category-categories-list .level-2 .plus-minus {
	background: url('/catalog/view/theme/default/image/categories-arrow.svg') no-repeat center right 15px;
	top: 0;
	width: 54px;
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 0;
	color: transparent;
}

.category-categories-list .level-2 .level-2-wrapper.opened .plus-minus {
	background: url('/catalog/view/theme/default/image/categories-arrow-green.svg') no-repeat center left 15px;
	transform: rotate(-180deg);
	background-position-y: 4px;
}

.category-categories-list .category .level-3>div {
	margin-bottom: 5px;
}

.category-categories-list .category .level-3 div {
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 4px 4px 4px 44px;
	line-height: 16px;
}

.category-categories-list .category .level-3 div {
	border-top: 0;
}

.category-categories-list .category .level-3 div {
	padding-left: 70px;
}

.category-categories-list .category .level-3 a {
	color: black;
	font-size: 16px;
}

.category-categories-list .category .level-3 a {
	color: #212121;
	text-decoration: none;
}

.category-categories-list .level-2-wrapper.opened>a {
	color: #78bc27;
}

.category-categories-list .category .level-3 .opened a {
	color: #78bc27;
}

.categories-list-title {
	background: #78BC27;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 30px;
	line-height: normal;
}

.category-empty-text {
	font-size: 18px;
	line-height: normal;
	margin: 10px 0 20px;
}

.category-categories-list .category .level-3 a:hover {
	color: #78bc27;
	text-decoration: underline;
}

.home-responsive-video {
	border-radius: 10px;
}

.home-responsive-video video {
	outline: none;
}

.product-title-share {
	position: relative;
}

.product-page-tabs-section {
	background: #F3F5F8;
	margin: 45px 0 35px;
}

.product-page-image-section {
	display: flex;
	position: relative;
	width: 100%;
}

.product-image-left {
	width: 100px;
	min-width: 112px;
	margin: 0 12px 0 0;
}

.product-image-right {
	width: calc(100% - 124px);
	height: 534px;
	border: 1px solid #D7D7D7;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.product-image-left img {
	max-width: 100%;
}

.product-image-right img {
	max-width: 534px;
	margin: auto;
}

button,
button:focus,
.slick-slide,
.slick-slide:focus {
	outline: none;
}

.product-page-title {
	font-size: 38px;
	line-height: normal;
	margin: 15px 0 10px;
	color: #20232E;
	font-weight: 600;
	padding-right: 50px;
}

.product-article {
	font-size: 18px;
	color: #777882;
	line-height: normal;
	margin: 10px 0 17px;
}

.product-article span {
	color: #20232E;
	padding-left: 3px;
}

.product-short-description {
	font-size: 18px;
	color: #20232E;
	line-height: 1.7;
	margin: 0 0 20px;
}

.product-page-share {
	position: absolute;
	top: 15px;
	right: 0;
	margin: -20px 0 0;
	opacity: 0.8;
	cursor: pointer;
	transition: .2s;
}

.product-page-share:hover {
	opacity: 1;
}

.product-image-right .slick-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -30px;
	z-index: 2;
	width: 60px;
	height: 60px;
	background-color: rgba(215, 215, 215, 0.7);
	background-image: url('/catalog/view/theme/default/image/product-left-arrow.svg');
	background-repeat: no-repeat;
	background-position: 21px center;
	border: 0;
	opacity: 0;
	font-size: 0;
	color: transparent;
	border-radius: 3px;
	transition: .2s;
}

.product-image-right .slick-next {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -30px;
	z-index: 2;
	width: 60px;
	height: 60px;
	opacity: 0;
	background-color: rgba(215, 215, 215, 0.7);
	background-image: url('/catalog/view/theme/default/image/product-right-arrow.svg');
	background-repeat: no-repeat;
	background-position: 14px center;
	border: 0;
	font-size: 0;
	color: transparent;
	border-radius: 3px;
	transition: .2s;
}

.product-image-right:hover .slick-prev,
.product-image-right:hover .slick-next {
	opacity: 1;
}

.product-image-left .slick-slide {
	padding: 5px 0;
}

.product-image-left .slick-slide img {
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	cursor: pointer;
	transition: .2s;
}

.product-image-left .slick-slide img:hover {
	border-color: #c8c7c7;
}

.product-image-left .slick-slide.slick-current.slick-active img {
	border-color: #78BC27;
}

.product-image-left .slick-prev {
	width: 100%;
	height: 20px;
	border: 0;
	background: transparent url('/catalog/view/theme/default/image/product-top-arrow.svg') no-repeat center;
	font-size: 0;
	color: transparent;
}

.product-image-left .slick-next {
	width: 100%;
	height: 20px;
	border: 0;
	background: transparent url('/catalog/view/theme/default/image/product-bottom-arrow.svg') no-repeat center;
	font-size: 0;
	color: transparent;
}

#product-zoom {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	padding: 5px;
	cursor: pointer;
}

#product-product .breadcrumb {
	margin-bottom: 40px;
}

.col-5 {
	width: 20%;
	float: left;
}

.product-page-tabs-section .nav-tabs {
	border: 0;
	margin: 0;
}

.product-page-tabs-section .nav-tabs>li {
	margin: 0;
	position: relative;
}

.product-page-tabs-section .nav-tabs>li>a,
.product-page-tabs-section .nav-tabs>li.active>a {
	font-size: 16px;
	font-weight: 500;
	color: #20232E;
	text-transform: uppercase;
	padding: 13px 0;
	margin: 0 28px;
	border-radius: 0;
	line-height: normal;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	cursor: pointer;
	transition: .2s;
}

.product-page-tabs-section .nav-tabs>li:not(:last-child)>a:after {
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	background: #9DA1A7;
	top: 19px;
	right: -28px;
}

.product-page-tabs-section .nav-tabs>li.active>a {
	border-color: #78BC27;
	color: #78BC27;
}

.product-page-tabs-section .nav-tabs>li:first-child>a,
.product-page-tabs-section .nav-tabs>li.active:first-child>a {
	margin-left: 0;
}

.product-page-tabs-section .nav-tabs>li>a img {
	margin: -2px 10px 0 0;
}

.related-products-wrapper {
	position: relative;
}

.related-arrow-left {
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(-100%, -100%);
	width: 40px;
	height: 40px;
	background: #D7D7D7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	z-index: 2;
	cursor: pointer;
}

.related-arrow-right {
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translate(100%, -100%);
	width: 40px;
	height: 40px;
	background: #D7D7D7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	z-index: 2;
	cursor: pointer;
}

.related-products-slider {
	overflow: hidden;
	padding-bottom: 70px;
}

.related-products-slider .slick-list {
	margin: 0 -15px;
}

.related-products-slider .slick-slide {
	margin: 0 15px;
}

.related-products-slider .slick-list.draggable {
	overflow: initial;
}

.related-arrow-left img {
	width: 14px;
}

.related-arrow-right img {
	width: 14px;
}

.product-page-content {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
}

#tab-specification tbody tr:nth-child(even) {
	background: #EDEDED;
}

#tab-specification tbody tr td:first-child {
	width: 35%
}

#tab-specification.active {
	font-size: 16px;
	color: #5A5A5A;
	display: grid;
	column-count: 2;
	column-gap: 30px;
	grid-template-columns: repeat(auto-fit, calc(75% - 30px));
	background-color: #fff;
}

.pdf-title {
	line-height: normal;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 8px;
	word-break: break-word;
}

.pdf-size {
	font-size: 18px;
	line-height: normal;
	margin: 8px 0 3px;
}

.pdf-date {
	font-size: 16px;
	line-height: normal;
	margin: 5px 0;
}

#tab-download,
#tab-videos {
	margin: 0 -15px;
}

.pdf-file {
	width: calc(20% - 30px);
	float: left;
	padding: 0 15px 0 0;
	margin: 0 15px 30px;
	vertical-align: top;
	position: relative;
}

.pdf-file:not(:nth-child(6n)):after {
	content: "";
	height: 136px;
	width: 1px;
	background: #D7D7D7;
	position: absolute;
	top: 50%;
	margin-top: -68px;
	right: 0;
}

.pdf-file:last-child:after {
	display: none;
}

.pdf-download,
.pdf-download:hover,
.pdf-download:focus {
	color: #78BC27;
	line-height: normal;
	font-size: 16px;
	font-weight: 500;
}

.pdf-download img {
	margin-right: 3px;
}

.product-video {
	width: 210px;
}

.product-video iframe {
	max-width: 100%;
	height: auto;
}

.product-video {
	width: calc(16.6% - 30px);
	float: left;
	padding: 0;
	margin: 0 15px 30px;
	position: relative;
}

.product-video:not(:nth-child(6n)):after {
	content: "";
	height: 170px;
	width: 1px;
	background: #D7D7D7;
	position: absolute;
	top: 0;
	right: -15px;
}

.product-video:last-child:after {
	display: none;
}

.product-video-name {
	color: #20232E;
	font-size: 18px;
	line-height: normal;
}

.product-page-form {
	margin: 25px 0;
}

.product-page-form-bottom {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.product-page-form .form-control {
	margin: 0 15px 15px 0;
	font-size: 16px !important;
	color: #777882 !important;
	width: 390px;
	line-height: normal;
	padding: 0 0 0 15px;
	height: 48px;
	border-color: #9DA1A7;
	box-shadow: none;
	outline: none;
}

.product-page-form-bottom .button {
	width: 390px;
	min-width: 390px;
	margin-right: 15px;
}

.product-page-form-bottom .terms-text {
	line-height: 1.5;
	font-size: 14px;
	color: #9DA1A7;
	max-width: 800px;
}

.product-page-form-bottom .terms-text a {
	color: #9DA1A7;
	text-decoration: none;
}

.product-page-form-bottom .terms-text a:hover {
	color: #9DA1A7;
	text-decoration: underline;
}

.product-share-window {
	background: white;
	border: 1px solid #d7d7d7;
	box-shadow: 0 4px 10px rgb(128 128 128 / 0.2);
	width: 230px;
	padding: 7px 0;
	border-radius: 5px;
	position: absolute;
	margin-top: 6px;
	right: 0;
	top: 38px;
	display: none;
	z-index: 2;
}

.product-is-old {
	font-size: 16px;
	background: #F44336;
	display: inline-block;
	margin: 0 0 15px;
	padding: 5px 10px;
	border-radius: 5px;
	color: white;
	cursor: default;
}

.product-share-window>div {
	display: flex;
	justify-content: center;
}

.product-share-window:before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #d7d7d7;
	position: absolute;
	bottom: 100%;
	right: 10px;
}

.product-share-window:after {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	bottom: 100%;
	right: 10px;
	margin-bottom: -2px;
}

.contact-image {
	position: relative;
	margin-bottom: 20px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.contact-image img {
	max-width: 100%;
	height: auto;
	transition: .2s;
}

.contact-image:hover img {
	opacity: 0.85;
}

.contact-image:after {
	content: "";
	background: rgb(215 215 215 / 0.9) url('/catalog/view/theme/default/image/contact-zoom.svg') no-repeat center;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -27px;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	transition: .2s;
}

.contact-image:hover:after {
	opacity: 1;
}

.map {
	border: 1px solid #78BC27;
	border-radius: 5px;
	overflow: hidden;
}

.to-top-btn {
	position: fixed;
	bottom: 140px;
	right: 50px;
	z-index: 3;
	cursor: pointer;
}

.to-top-btn .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5 url('/catalog/view/theme/default/image/to-top.svg') 50% 80% no-repeat;
	outline: none !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	transition: .25s;
}

.to-top-btn .text {
	margin-top: -10px;
	text-align: center;
	width: 100%;
	font-weight: 800;
	font-size: 15px;
	color: #141414;
	text-shadow: 1px 0 1px white, -1px 0 1px white, 0 1px 1px white, 0 -1px 1px white, 0 0 white, 0 0 1px white, 0 0 1px white, 0 0 1px #fff;
	line-height: normal;
	opacity: 0;
	transition: .25s;
}

#tab-specification .table-bordered {
	border: 0;
	margin: 0;
}

#tab-specification .table>tbody>tr>td,
#tab-specification .table>tbody>tr>th,
#tab-specification .table>tfoot>tr>td,
#tab-specification .table>tfoot>tr>th,
#tab-specification .table>thead>tr>td,
#tab-specification .table>thead>tr>th {
	padding: 12px 20px;
	color: #5A5A5A;
	font-size: 16px;
	border: 0;
}

#tab-specification .table>tbody>tr>td:not(:first-child),
#tab-specification2 .table>tbody>tr>td:not(:first-child) {
	color: #20232E;
}

#tab-specification thead td strong,
#tab-specification2 thead td strong {
	font-weight: 500;
}

#tab-specification thead td,
#tab-specification2 thead td {
	background: #78BC27;
	border-color: #78BC27;
	color: white !important;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding: 10px 20px;
}

#information-contact .contact-page-title {
	font-size: 38px;
	font-weight: 400;
	color: #20232E;
	margin: 10px 0 30px;
}

.contant-page-subtitle {
	font-size: 28px;
	color: #20232E;
	margin-bottom: 20px;
}

.contant-page-subtitle img {
	margin-right: 15px;
}

.contant-page-text {
	font-size: 18px;
	line-height: 1.5;
}

.contant-page-text a {
	color: #20232E;
}

.contant-page-text strong {
	font-weight: 500;
}

.contant-page-text a.green {
	color: #78BC27;
}

.contant-page-text p {
	margin-bottom: 20px;
}

.contact-page-form-section {
	background: #F3F5F8;
	padding: 20px 0;
	margin-top: 30px;
}

.contact-page-form-section .contant-page-text {
	max-width: 800px;
}

.contact-page-column-vertical-line:after {
	content: "";
	height: 100%;
	width: 1px;
	background: #D7D7D7;
	position: absolute;
	right: 0;
	top: 0;
}

.row-flexbox {
	display: flex;
	flex-flow: row wrap;
}

#information-contact .row-flexbox {
	margin-bottom: 45px;
}

.hamburger-content {
	display: none;
	color: white;
	position: absolute;
	left: 0;
	top: 65px;
	width: 100% !important;
	background: #20232e;
	z-index: 10;
	overflow: auto;
	height: calc(100vh - 65px);
}

#tab-specification .table>tbody>tr>td:not(:first-child),
#tab-specification2 .table>tbody>tr>td:not(:first-child) {
	word-break: break-word;
}

#input-search {
	height: 50px;
	border: 1px solid #d7d7d7;
	box-shadow: none;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
}

#product-search .category-hr {
	margin: 30px 0;
}

.empty-search-text {
	font-size: 18px;
	margin: 20px 0 40px;
}

.form-group.input-group.input-group-sm.filter-search select {
	height: 40px;
	font-size: 16px;
	box-shadow: none;
}

.form-group.input-group.input-group-sm.filter-search label {
	font-size: 16px;
}

.filter-search {
	margin-bottom: 30px;
}

.search-result-text {
	margin: -20px 0 30px;
	font-size: 16px;
}

.not-fount-text {
	font-size: 18px;
	margin-bottom: 20px;
}

#error-not-found .page-title {
	font-size: 70px;
	margin: 0;
	line-height: normal;
}

#error-not-found {
	min-height: 434px;
	padding-bottom: 40px;
}

.dropdown-menu li>a:hover {
	background: #78bc27;
}

#information-information .page-title {
	margin-top: 0;
}

.text-page-content {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 50px;
}

.text-page-content h2 {
	color: #20232E;
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
}

.text-page-content h3 {
	color: #20232E;
	font-size: 26px;
	font-weight: 600;
	line-height: normal;
}

.text-page-content img {
	margin: 15px;
	max-width: 100%;
	height: auto;
}

.text-page-content ul,
.text-page-content ol {
	padding-left: 25px;
}

.blog-category-description {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
}

#blog-article .page-title {
	margin-top: 0;
}

.pagination .text-first a,
.pagination .text-last a {
	font-size: 22px;
}

.gray {
	color: #777882;
}

.grecaptcha-badge {
	display: none !important;
}

#question-files .file,
#callback-modal .file {
	display: flex;
	border-bottom: 1px dashed #b7b7b7;
	padding: 3px 0 3px 10px;
}

#question-files .file:first-child,
#callback-modal .file:first-child {
	border-top: 1px dashed #b7b7b7;
}

#question-files .file .delete,
#callback-modal .file .delete {
	width: 26px;
	height: 26px;
	background: #f74e42;
	margin-left: 12px;
	border-radius: 50%;
	padding: 3px;
	transition: .25s;
	margin-top: 2px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#question-files .file .delete:hover,
#callback-modal .file .delete:hover {
	background: #e7463a;
}

#question-files .file>span,
#callback-modal .file>span {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0;
	width: calc(100% - 42px);
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
}

#question-files .file .delete svg,
#callback-modal .file .delete svg {
	fill: #fff;
}

.product-product-edit {
	margin-left: 8px;
}

.catalog-product-edit,
.catalog-catalog-edit {
	padding: 8px 12px;
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 2;
}

.catalog-category-edit {
	padding: 5px 11px;
	line-height: normal;
	font-size: 20px;
	vertical-align: top;
	margin-top: 8px;
}

.mfilter-box .box-heading {
	background: #20232E;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 30px;
	line-height: normal;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.mfilter-content {
	border: 1px solid #D7D7D7;
}

.mfilter-heading-content {
	position: relative;
	overflow: hidden;
	background: #F3F5F8;
	color: #20232E;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	line-height: normal;
}

.mfilter-heading .mfilter-head-icon {
	margin-right: 0;
	margin-top: 5px;
}

.mfilter-opts-container {
	border-top: 1px solid #D7D7D7;
}

.mfilter-tb-as-td {
	border-top: 1px solid #dddddd !important;
}

.mfilter-tb .mfilter-tb-as-tr:first-child>.mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child>.mfilter-tb-as-td {
	border-top: none !important;
}

.mfilter-tb-as-td {
	padding: 6px 0 !important;
	font-size: 16px;
	color: #20232E;
	line-height: normal;
	word-break: break-word !important;
}

.mfilter-heading {
	border-top: 1px solid #ddd !important;
}

.mfilter-col-input {
	padding-right: 10px !important;
	padding-left: 3px !important;
}

.mfilter-col-count {
	padding-left: 8px !important;
}

.mfilter-col-input input[type=checkbox],
.mfilter-col-input input[type=radio] {
	width: 18px;
	height: 18px;
}

.mfilter-box .mfilter-counter {
	width: 38px;
	height: 22px;
	text-align: center;
	background: #D7D7D7 !important;
	font-size: 14px;
	color: #20232E !important;
	font-weight: 500;
	border-radius: 4px;
}

.mfilter-box .mfilter-counter.mfilter-close {
	width: 17px !important;
	background: url('/catalog/view/theme/default/stylesheet/mf/images/icons.png?v8') no-repeat 10px 0 !important;
}

.mfilter-box .mfilter-opts-container {
	padding: 0;
	border-top: 1px solid #D7D7D7;
}

.mfilter-counter:after {
	display: none;
}

.mfilter-box .mfilter-heading.mfilter-collapsed .mfilter-head-icon {
	background: url('/catalog/view/theme/default/image/filter-arrow.svg') no-repeat center;
	width: 30px;
	height: 20px;
	transform: rotate(0);
	top: 50%;
	margin-top: 0;
}

.mfilter-box .mfilter-heading .mfilter-head-icon {
	transform: rotate(180deg);
	background: url('/catalog/view/theme/default/image/filter-arrow.svg') no-repeat center -4px;
	width: 30px;
}

.mfilter-box .mfilter-heading-content {
	display: flex;
	align-items: center;
}

.mfilter-box .mfilter-heading-text {
	margin-left: -12px;
}

.mfilter-box .mfilter-button-bottom {
	padding: 8px 4px 8px 5px;
	border-top: 1px solid #d7d7d7;
}

.mfilter-button-bottom .mfilter-button-reset,
.mfilter-button-bottom .mfilter-button-reset:hover,
.mfilter-button-bottom .mfilter-button-reset:focus {
	color: #F30000;
	font-size: 16px;
	text-decoration: none;
}

.mfilter-button-bottom .mfilter-button-reset .mfilter-reset-icon {
	margin-right: 10px;
	vertical-align: top;
}

.modal-header .modal-title {
	font-size: 18px;
	line-height: normal;
	text-align: center;
	width: 100%;
	font-weight: 800;
	color: #2b2c3b;
}

.modal-body {
	font-size: 16px;
}

.modal-header .close {
	margin: -16px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	opacity: 1;
	border-radius: 3px;
	background-color: #dcdcdc;
	outline: none;
	text-shadow: none;
	line-height: 36px;
	height: 34px;
	font-weight: 400;
	font-size: 30px;
	padding: 0;
	width: 34px;
	text-align: center;
	transition: .2s;
}

.modal-header .close:hover {
	background-color: #c5c4c4;
}

.modal-header .close span {
	vertical-align: top;
	line-height: 32px;
}

.modal-header {
	position: relative;
}

.box-content.mfilter-content ul li:first-child .mfilter-heading {
	border-top: 0 !important;
}

.mfilter-box .mfilter-content {
	border-radius: 0 0 5px 5px;
}

.pdf-image {
	width: auto;
	max-width: 50px;
}

.header-menu-wrapper {
	position: absolute;
	top: 95px;
	left: 0;
	background: white;
	z-index: 5;
	width: 100% !important;
	border-radius: 15px;
	display: none;
	box-shadow: 0 5px 20px rgb(0 0 0 / 0.3);
	transition: top .2s;
}

.header-menu-wrapper:hover {
	display: block !important;
}

.header-menu-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 30px;
}

.header-menu-wrapper:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 320px;
	width: 200px;
	height: 30px;
}

.header-menu-wrapper:after {
	content: "";
	position: absolute;
	background: white;
	top: -15px;
	left: 398px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	border-top-left-radius: 8px;
}

.header-menu-cell {
	width: 20%;
	padding: 15px 30px;
	border-right: 1px solid #D7D7D7;
}

.header-menu-cell:nth-child(5n) {
	border-right: 0;
}

.header-menu-cell:nth-child(1),
.header-menu-cell:nth-child(2),
.header-menu-cell:nth-child(3),
.header-menu-cell:nth-child(4),
.header-menu-cell:nth-child(5) {
	border-bottom: 1px solid #D7D7D7;
}

.header-menu-title {
	font-size: 19px;
	font-weight: 600;
	color: #20232E;
	margin-bottom: 10px;
}

.header-menu-title img {
	margin: 0 7px 5px 0;
}

.header-menu-cell a {
	display: block;
	line-height: normal;
	transition: .2s;
}

.header-menu-cell a:hover,
.header-menu-cell a:focus {
	color: #78BC27;
	text-decoration: underline;
}

.header-menu-cell a.header-menu-title:hover,
.header-menu-cell a.header-menu-title:focus {
	color: #20232E;
	text-decoration: underline;
}

.header-menu-content-item {
	color: #20232E;
	padding: 5px 0;
	font-size: 16px;
}

.header-menu-content-item.more img {
	margin-left: 8px;
	transition: .2s;
}

.header-menu-content-item.more:hover img {
	margin-left: 12px;
}

.header-menu-content-item.more {
	color: #78BC27;
}

.category-gotovye-resheniya .image {
	width: 100%;
}

.sitemap-page {
	padding: 0 0 0 20px;
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 24px;
}

.sitemap-page a {
	color: #20232e;
	font-size: 17px;
}

.sitemap-page a:hover {
	text-decoration: underline;
}

.sitemap-page ul {
	padding-left: 20px;
}

#form-new-question .form-control {
	border: 1px solid #D7D7D7;
	box-shadow: none;
	font-size: 16px !important;
	color: #777882 !important;
	height: 50px;
	padding: 10px 20px;
}

#form-new-question textarea.form-control {
	height: 115px;
	resize: none;
}

.required-error {
	box-shadow: inset 0 0 0 1px #F44336 !important;
}

.group-profile-tit-left {
	display: table;
	float: left;
	width: 600px;
	height: auto;
	margin-right: 30px;
}

.group-profile-tit-left video {
	max-width: 100%;
}

.required-field {
	position: relative;
}

.required-field:before {
	content: "*";
	position: absolute;
	top: 5px;
	left: 7px;
	color: #F44336;
	font-size: 18px;
	line-height: normal;
}

button.fancybox-button.fancybox-button--zoom {
	display: none !important;
}

.mfilter-free-button {
	top: 90px;
}

.reservation-form .form-control {
	border: 1px solid #D7D7D7;
	box-shadow: none;
	font-size: 16px !important;
	color: #777882 !important;
	height: 50px;
	padding: 10px 20px;
}

.reservation-form textarea.form-control {
	height: 115px;
	resize: none;
}

.reservation-form input[type="file"].form-control {
	padding: 0;
	border: 0;
	height: 1px;
}

.reservation-form .form-file-btn {
	background: none;
}

#reservation-files .file:first-child {
	border-top: 1px dashed #b7b7b7;
}

#reservation-files .file {
	display: flex;
	border-bottom: 1px dashed #b7b7b7;
	padding: 3px 0 3px 10px;
}

#reservation-files .file>span {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0;
	width: calc(100% - 42px);
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
}

#reservation-files .file .delete {
	width: 26px;
	height: 26px;
	background: #f74e42;
	margin-left: 12px;
	border-radius: 50%;
	padding: 3px;
	transition: .25s;
	margin-top: 2px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#reservation-files .file .delete svg {
	fill: #fff;
}

.question-title-left,
.question-title-right {
	display: flex;
	align-items: center;
}

.title-question {
	padding: 16px 25px 16px 30px;
	line-height: normal;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	color: #20232E;
	font-size: 18px;
	user-select: none;
	cursor: pointer;
	transition: .2s;
}

.title-question:hover {
	background: #efefef;
}

.question-text {
	padding: 16px 25px 16px 30px;
	line-height: normal;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	color: #78BC27;
	font-size: 18px;
	font-weight: 500;
}

.question-text span {
	color: #9DA1A7;
	font-weight: 400;
}

.question-text .question-question {
	margin: 0;
}

.question-admin-right {
	display: flex;
}

.title-answer {
	padding: 16px 65px 16px 80px;
	line-height: normal;
	font-size: 18px;
	color: #20232E;
}

.data-question .answer {
	padding: 5px 65px 16px 80px;
	border-bottom: 1px solid #D7D7D7;
}

.answer-word {
	text-transform: uppercase;
	color: #78BC27;
	font-weight: 600;
}

.title-question:first-child {
	border-top: 1px solid #D7D7D7;
}

.question-date {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}

.question-date:after {
	content: "";
	height: 15px;
	width: 1px;
	background: #9DA1A7;
	position: absolute;
	right: 0;
	top: 4px;
}

.question-icon {
	vertical-align: top;
	margin: 1px 6px 0 0;
}

.question-question {
	margin-left: 40px;
}

.question-arrow {
	vertical-align: top;
	margin: -5px 0 0 25px;
	transition: .2s;
}

.title-question.active .question-arrow {
	transform: rotate(180deg) translateY(-6px);
}

.title-question span {
	color: #9DA1A7;
}

.question-body {
	display: none;
	width: 100% !important;
}

.title-question.active {
	background: #EBEEF0;
}

.question-mobile-data {
	display: none;
}

#tab-questions .alert {
	padding: 6px 15px;
	font-size: 17px;
}

#form-new-question .text-danger {
	color: #F44336;
	font-size: 15px;
}

#languages+ul img {
	width: 26px;
	margin: 1px 10px 0 -5px;
	display: inline-block;
	vertical-align: top;
}

.text-page-content.page-11 {
	display: none;
}

#service-files .file:first-child {
	border-top: 1px dashed #b7b7b7;
}

#service-files .file {
	display: flex;
	border-bottom: 1px dashed #b7b7b7;
	padding: 3px 0 3px 10px;
}

#service-files .file>span {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0;
	width: calc(100% - 42px);
	font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
}

#service-files .file .delete {
	width: 26px;
	height: 26px;
	background: #f74e42;
	margin-left: 12px;
	border-radius: 50%;
	padding: 3px;
	transition: .25s;
	margin-top: 2px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

#service-files .file .delete svg {
	fill: #fff;
}

.product-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px !important;
}

.product-image-left .slick-slide {
	position: relative;
}

.product-image-left .slick-slide img.product-video-play {
	border: 0;
}

.text-page-content.page-7 .tab-content {
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	padding: 10px 30px;
}

.text-page-content.page-7 .nav-tabs {
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

.text-page-content.page-7 .nav-tabs a {
	color: #0f1331;
	font-size: 17px;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
}

.text-page-content.page-7 .nav-tabs a:hover {
	background: #F3F5F8;
}

.text-page-content.page-7 .nav-tabs .active a {
	color: #78bc27;
}

.text-page-content.page-7 .nav-tabs .active a:hover {
	background: white;
}

.text-page-content.page-7 .list {
	border-bottom: 1px solid #ddd;
}

.text-page-content.page-7 img {
	margin: 0;
}

.file-left {
	width: 100%;
	display: flex;
	align-items: center;
}

.text-page-content.page-7 img.pdf-image {
	width: auto;
	max-width: 50px;
	font-size: 10px;
}

.text-page-content.page-7 .img {
	width: 60px;
}

.text-page-content.page-7 .pdf-title {
	margin: 0 0 8px;
}

.text-page-content.page-7 .right {
	white-space: nowrap;
}

.text-page-content.page-7 .right .button {
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 5px;
}

.text-page-content.page-7 .pdf-date {
	color: #888;
}

.file-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 10px 0;
}

.text-page-content.page-7 .category-filter {
	right: 15px;
}

.text-page-content.page-7 .button img {
	margin-right: 3px;
}

.resheniya-icon {
	position: absolute;
	margin: 15px 0 0 15px;
}

#blog-article .text-page-content {
	min-height: 320px;
}

.category-sort {
	position: absolute;
	right: 15px;
	top: 52px;
}

.category-sort input,
.category-sort select {
	height: 46px;
	padding: 10px 16px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
}

body.scrolled .header-content {
	height: 70px;
}

body.scrolled .header-menu-wrapper {
	top: 70px;
}

.article_images {
	width: 40%;
	float: left;
	margin-right: 50px;
	min-height: 300px;
}

.article_images .product-image-right {
	height: auto;
	width: auto;
	margin-bottom: 30px;
}

.article_images .product-image-left {
	display: none;
}

.clear {
	clear: both;
}

.zone_select {
	position: absolute;
	z-index: 10;
	max-height: 200px;
	background: #FFF;
	padding: 15px;
	overflow: auto;
	width: 390px;
	top: 45px;
	border: 1px solid #EEE;
}

.zone_select span {
	display: block;
	line-height: 24px;
	cursor: pointer;
}

.zone_select span:hover {
	background: #F9F9F9;
}

.article_images .product-page-image-section {
	display: block;
}

.header-cmngr {
	margin: 10px 0 5px;
	white-space: nowrap;
}

.header-cmngr .prmn-cmngr__city-name {
	color: white;
	font-size: 15px;
}

.header-cmngr .glyphicon {
	color: #78bc27;
	font-size: 17px;
	margin-right: 4px;
}

.header-work-time {
	color: white;
	display: block;
	white-space: nowrap;
	font-size: 17px;
	margin-bottom: 2px;
	transition: .25s;
}

.header-callback-btn,
.header-callback-btn:hover,
.header-callback-btn:active,
.header-callback-btn:focus {
	border-bottom: 1px dashed #78bc27;
	color: #78bc27;
	font-size: 17px;
	text-decoration: none;
	transition: .25s;
}

.header-phone-number,
.header-phone-number:hover,
.header-phone-number:active,
.header-phone-number:focus {
	font-size: 21px;
	color: white;
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
	text-decoration: none;
	transition: .25s;
}

body.scrolled .header-callback-btn,
body.scrolled .header-callback-btn:hover,
body.scrolled .header-callback-btn:active,
body.scrolled .header-callback-btn:focus {
	font-size: 16px;
}

#logo img {
	width: 187px;
	transition: .25s;
}

body.scrolled #logo img {
	width: 130px;
}

body.scrolled .header-cmngr {
	margin: 5px 0 5px;
}

body.scrolled .header-phone-number,
body.scrolled .header-phone-number:hover,
body.scrolled .header-phone-number:active,
body.scrolled .header-phone-number:focus {
	font-size: 20px;
	margin-bottom: 1px;
}

body.scrolled .header-work-time {
	font-size: 16px;
	margin-bottom: 0;
}

#callback-modal .form-control {
	font-size: 16px !important;
}

footer .dropdown-menu img {
	margin-right: 10px;
}

.contact-recvizits {
	font-size: 18px;
	line-height: 1.3;
	padding: 30px 0;
}

.contact-recvizits a {
	color: #20232E;
}

#blog-article .home-sertificate-left-btn img,
#blog-article .home-sertificate-right-btn img {
	margin: 0;
}

.contact-question-form .form-file-btn {
	background: white;
}

.contact-question-form input[type="text"].form-control,
.contact-question-form select.form-control,
.contact-question-form textarea.form-control {
	border: 1px solid #D7D7D7;
	box-shadow: none;
	font-size: 16px !important;
	color: #777882 !important;
	height: 50px;
	padding: 10px 20px;
}

.contact-question-form textarea.form-control {
	height: 115px;
	resize: none;
}

.prmn-cmngr-cities__search {
	min-width: 100%;
	border: 1px solid #D7D7D7;
	font-size: 15px !important;
	color: #777882 !important;
	height: 40px;
	padding: 5px 15px;
	box-shadow: none !important;
}

.prmn-cmngr-cities__search:focus {
	border-color: #78BC27;
}

.prmn-cmngr-cities a {
	color: #444;
	transition: .2s;
}

.prmn-cmngr-cities a:hover {
	color: #78BC27;
}

#prmn-cmngr-cities .prmn-cmngr-cities__title {
	margin-bottom: 15px;
	font-size: 16px;
}

#prmn-cmngr-cities .prmn-cmngr-cities__search-item_selected {
	background: #78BC27;
}

.product-mini-card .product-name+.product-name {
	margin-top: 0;
	font-size: 15px;
	font-weight: 400;
}

.product-cmngr .prmn-cmngr__content {
	display: inline-block;
	margin-left: 5px;
}

.product-cmngr .prmn-cmngr__content a {
	color: #20232E;
}

.change-region-btn {
	color: #78BC27;
	cursor: pointer;
}

.change-region-btn:hover {
	text-decoration: underline;
}

.product-cmngr {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 10px;
}

.product-cmngr .glyphicon {
	display: none;
}

.tags-links {
	margin: 30px 0 20px;
	overflow: hidden;
	transition: height .25s;
}

.tags-link {
	padding: 4px 6px;
	border: 2px solid #d7d7d7;
	border-radius: 5px;
	margin: 2px;
	display: inline-block;
	color: #000;
	font-size: 15px;
	line-height: normal;
	transition: .25s;
	cursor: pointer;
}

.tags-link:hover {
	color: #000;
	border-color: #b3b3b3;
}

.tags-link:focus {
	outline: none;
	color: #000;
	text-decoration: none;
}

#callback-modal .form-control {
	font-size: 16px !important;
	color: #777882 !important;
	line-height: normal;
	height: 48px;
	border-color: #9DA1A7;
	box-shadow: none;
	outline: none;
	resize: vertical;
}

#callback-modal textarea.form-control,
#callback-modal input.form-control {
	padding: 10px 15px;
}

#callback-modal .modal-body {
	padding: 15px 60px;
}

#callback-modal .modal-header .modal-title {
	font-size: 35px;
	margin: -5px 0 -15px 0;
}

#callback-modal .modal-header {
	border-bottom: 0;
}

#callback-modal .modal-content,
#callback-modal .form-file-btn {
	background: #F3F5F8;
}

#callback-modal .modal-dialog {
	max-width: 500px;
}

.contact-cities-list {
	padding-left: 20px;
	font-size: 15px;
	color: #78bc27;
	line-height: 1.5;
}

.contact-cities-list a {
	color: #20232E;
	font-size: 16px;
}

.contact-country-name {
	font-size: 17px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.contact-cities-section {
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 20px;
	transition: height .25s;
}

.contact-cities-section:after {
	content: "";
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f3f5f8 100%);
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: .25s;
}

.contact-cities-section.active:after {
	opacity: 0;
}

.mfilter-free-button {
	border-radius: 0 5px 5px 0;
}

.sertification-block {
	background: #F3F5F8;
	border-radius: 13px;
}

.sertification-intro {
	padding: 38px;
}

.sertification-section {
	margin-top: 30px;
}

.sertification-result {
	padding: 64px 38px;
	background: url('/catalog/view/theme/default/image/sertification-bg.jpg') no-repeat center;
	background-size: cover;
	border-radius: 0 0 13px 13px;
	display: flex;
}

.sertification-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	color: #20232E;
}

.sertification-form .form-control {
	width: 278px;
	font-size: 16px !important;
	display: inline-block;
	padding: 15px;
	height: 50px;
	vertical-align: top;
	border: 1px solid #D7D7D7;
	box-shadow: none;
	margin-right: 10px;
}

.sertification-description {
	font-size: 18px;
	margin-bottom: 25px;
}

.sertification-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #78BC27;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sertification-field {
	background: white;
	border-radius: 5px;
	padding: 11px 22px;
	margin-right: 12px;
}

.sertification-field small {
	font-size: 16px;
	color: #9DA1A7;
}

.sertification-field-value {
	font-size: 18px;
	color: #5A5A5A;
}

.sertification-card {
	background: #20232E;
	margin-bottom: 20px;
	border-radius: 13px;
	color: white;
	padding: 30px 80px 30px 30px;
	position: relative;
	margin-right: 120px;
}

.sertification-card img {
	margin: 0 0 20px 0;
}

.sertification-card ul li {
	margin-bottom: 3px;
}

.zkcp-logo {
	position: absolute;
	width: 133px;
	height: 133px;
	background: linear-gradient(144.57deg, #78BC27 16.85%, #4A8800 86.68%);
	right: -66px;
	top: 50%;
	margin-top: -66px;
	display: flex;
	font-size: 36px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.sertification-level {
	position: absolute;
	width: 111px;
	height: 53px;
	background: linear-gradient(144.57deg, #78BC27 16.85%, #4A8800 86.68%);
	right: -56px;
	top: 50%;
	margin-top: -26px;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	border-radius: 53px;
	text-transform: uppercase;
	color: white;
}

.zkcp-logo:after {
	content: "";
	background: url('/catalog/view/theme/default/image/sertification-lines.png') no-repeat center;
	width: 81px;
	height: 313px;
	position: absolute;
	top: 58px;
	left: 111px;
}

.diller_more {
	color: #78BC27;
	cursor: pointer;
}

.seotags_db {
	overflow: hidden;
	font-size: 16px;
}

.cat_readmore2 {
	background: #D7D7D7;
	font-size: 16px;
	font-weight: 500;
	color: #20232E;
	padding: 10px 15px;
	border-radius: 4px;
	line-height: normal;
	cursor: pointer;
	transition: .2s;
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 15px;
	width: 200px;
	text-align: center;
}

.diller_text {
	font-size: 18px;
}

.seotags_db img {
	max-width: 100%;
	object-fit: scale-down;
}

.cat_description img {
	max-width: 100%;
	object-fit: scale-down;
}

.zoomimg {
	position: relative;
}

.imgimg .imgzoom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.imgimg {
	margin: auto !important;
}

.category-view {
	font-size: 16px;
	text-align: right;
}

.category-view .btn-group {
}

.category-view .btn {
	padding: 2px 10px;
	border: none;
	background: none;
	box-shadow: none;
	outline: none !important;
}

.category-view .btn.active {
	color: #FFF;
}

.category-view .btn:hover,
.category-view .btn:focus {
	background: #68AC17;
}

@media(min-width:1200px) {
	.home-news-seminars .col-md-3 {
		min-height: 574px;
	}

}

/** Grid or List for category **/
#category-product-list .col-md-4 .product-mini-card .product-description {
	display: none;
}

@media(min-width:992px) {
	#category-product-list.display-list {
	}

	#category-product-list.display-list .col-md-4 {
		width: 100%;
		box-sizing: border-box;
	}

	#category-product-list.display-list .col-md-4 .product-mini-card {
		height: auto;
		min-height: 230px;
	}

	#category-product-list.display-list .col-md-4 .product-mini-card .product-image {
		float: left;
		height: 228px;
		width: 25%;
		padding: 0;
		margin: -20px 2% 0 0;
	}

	#category-product-list.display-list .col-md-4 .product-mini-card .product-description {
		color: #20232E;
		margin-top: 10px;
		display: block;
	}

	#category-product-list.display-list .product-mini-card:hover .product-name-btn {
		position: relative;
		border: none;
		box-shadow: none;
		left: 0;
		top: 0;
		background: none;
		padding: 0;
	}

	#category-product-list.display-list .product-mini-card .product-name-btn {
		width: 50%;
		float: left;
	}

	#category-product-list.display-list .col-md-4 .product-mini-card .product-mini-card-buttons {
		display: none !important;
	}

	#category-product-list .product-mini-card-list-buttons {
		display: none;
	}

	#category-product-list.display-list .product-mini-card-list-buttons {
		display: block;
		float: left;
		width: 21%;
		margin-left: 2%;
	}

	#category-product-list.display-list .product-mini-card-list-buttons .button {
		display: block;
		padding: 15px;
		margin: 50px auto 0 auto;
	}

}

/** ** Grid or List for category **/
@-moz-document url-prefix() {
	#tab-specification.active {
		display: block;
	}

}

@media (min-width:1200px) {
	.container {
		width: 1410px;
	}

}

@media(max-width:1410px) {
	.container {
		width: 1100px;
	}

	.product-mini-card:hover .product-mini-card-buttons {
		display: block;
	}

	.no-active-product-label {
		margin-left: 0;
	}

	/*.product-mini-card .button {
		width: 100%;
	}*/
	.header-menu-wrapper:before {
		left: 232px;
	}

	.header-menu-wrapper:after {
		left: 300px;
	}

	.header-menu-cell {
		padding: 10px 15px;
	}

	.header-menu-title {
		font-size: 17px;
	}

	.home-news-seminars .news-description {
		min-height: 100px;
	}

	.news-description {
		min-height: 125px;
	}

	.news-title {
		min-height: 75px;
	}

	.sertification-card {
		padding: 23px 80px 23px 20px;
		font-size: 15px;
	}

	.sertification-intro {
		padding: 24px 38px;
	}

	.contant-page-subtitle img {
		width: 60px;
	}

	.contant-page-subtitle {
		font-size: 24px;
	}

	.contant-page-text {
		font-size: 17px;
		line-height: 1.4;
	}

	.map {
		height: 302px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product-page-form-bottom .button {
		margin-right: 20px;
	}

	.contant-page-text {
		font-size: 15px;
		line-height: 1.3;
	}

	.contant-page-subtitle img {
		width: 40px;
	}

	.contant-page-subtitle {
		font-size: 22px;
	}

	#information-contact .contact-page-title {
		font-size: 34px;
	}

	.product-image-right img {
		max-width: 100%;
	}

	.product-image-right {
		height: 396px;
	}

	.product-page-tabs-section .nav-tabs>li>a,
	.product-page-tabs-section .nav-tabs>li.active>a {
		font-size: 15px;
		text-transform: none;
		margin: 0 16px;
	}

	.product-page-tabs-section .nav-tabs>li:not(:last-child)>a:after {
		right: -17px;
	}

	.product-video-name {
		font-size: 16px;
		line-height: 1.4;
	}

	.pdf-title {
		font-size: 16px;
	}

	.pdf-size {
		font-size: 16px;
	}

	.pdf-date {
		font-size: 15px;
	}

	.category-card {
		padding: 15px;
	}

	.pdf-file {
		width: calc(16.6% - 20px);
		padding: 0 10px 0 0;
		margin: 0 10px 30px;
	}

	.product-page-form .form-control {
		width: 330px;
	}

	.product-page-form-bottom .button {
		width: 330px;
		min-width: 330px;
	}

	.product-page-form-bottom .terms-text {
		line-height: 1.3;
	}

	.footer-information {
		font-size: 17px;
	}

	.category-card-name {
		font-size: 16px;
	}

	.product-image {
		max-height: 215px;
	}

	.official-section-numbers {
		width: 1070px;
	}

	.header-menu .parent-item {
		font-size: 17px;
		padding: 10px;
	}

	.official-section-numbers .item {
		padding: 15px;
	}

	#search {
		width: 220px;
	}

	#search .btn {
		padding: 7px 10px;
		width: 39px;
		height: 40px;
	}

	#search input {
		font-size: 16px;
		height: 40px;
	}

	#logo {
		max-width: 150px;
	}

	.home-catalog-title {
		font-size: 18px;
		line-height: 1.3;
	}

	.news-title {
		font-size: 20px;
	}

	.section-title {
		font-size: 34px;
	}

	.news-card {
		padding: 20px;
	}

	.home-news-seminars .image {
		margin: -20px -20px 0;
		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
	}

	.home-news-seminars .news-title {
		font-size: 18px;
	}

	.footer-menu-column a {
		font-size: 17px;
		padding: 10px 15px;
	}

	.home-tab {
		font-size: 34px;
	}

	.product-mini-card {
		height: 260px;
	}

	.product-mini-card {
		height: 290px;
	}

	.home-tab-content .product-mini-card {
		height: 220px;
	}

	.footer-gray {
		line-height: 1.5;
		font-size: 16px;
	}

	.sertification-result {
		flex-wrap: wrap;
	}

	.sertification-field {
		margin-bottom: 12px;
	}

	.sertification-result {
		padding: 25px 38px;
	}

}

@media(max-width:1199px) {
	.home-tabs-arrow-left,
	.home-tabs-arrow-right {
		transform: translate(0, -100%);
	}

	.home-tabs-arrow-left {
		left: 10px;
	}

	.home-tabs-arrow-right {
		right: 10px;
	}

	.header-menu .parent-item {
		font-size: 16px;
		padding: 10px 6px;
	}

	.category-card-name {
		min-height: 60px;
	}

	#search {
		width: 140px;
		margin-right: 10px;
	}

	.header-phone-number,
	.header-phone-number:hover,
	.header-phone-number:active,
	.header-phone-number:focus,
	body.scrolled .header-phone-number,
	body.scrolled .header-phone-number:hover,
	body.scrolled .header-phone-number:active,
	body.scrolled .header-phone-number:focus {
		font-size: 18px;
		margin-bottom: 0;
	}

	.official-section-numbers {
		width: 100%;
	}

	.sertification-card {
		padding: 15px 70px 15px 15px;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.container {
		width: 970px;
	}

	.home-question-zkteco-logo {
		max-width: 240px;
	}

	.map {
		height: 265px;
	}

	.title-question {
		padding: 12px 15px;
		font-size: 17px;
	}

	.title-answer {
		padding: 16px 57px 16px 70px;
		line-height: normal;
		font-size: 17px;
	}

	.data-question .answer {
		padding: 5px 57px 10px 70px;
	}

	.question-text {
		font-size: 17px;
	}

	.header-menu-wrapper:after {
		left: 322px;
	}

	.header-menu-wrapper:before {
		left: 260px;
		width: 160px;
	}

	.home-news-seminars .news-description {
		min-height: 90px;
	}

	.product-mini-card:hover .product-name-btn {
		padding: 0 15px 20px;
	}

	.product-page-title {
		font-size: 35px;
		margin: 10px 0 10px;
	}

	.product-short-description {
		font-size: 17px;
		line-height: 1.5;
	}

	.product-image-right {
		height: 329px;
	}

	.product-page-tabs-section .nav-tabs>li>a img {
		display: none;
	}

	.product-page-tabs-section .nav-tabs>li>a,
	.product-page-tabs-section .nav-tabs>li.active>a {
		font-size: 16px;
	}

	.product-video {
		width: calc(20% - 30px);
	}

	.product-video:not(:nth-child(5n)):after {
		content: "";
		height: 170px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 0;
		right: -15px;
	}

	.product-video:nth-child(5n):after {
		display: none;
	}

	.pdf-file {
		width: calc(20% - 20px);
	}

	.pdf-file:not(:nth-child(5n)):after {
		content: "";
		height: 136px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 50%;
		margin-top: -68px;
		right: 0;
	}

	.pdf-file:nth-child(5n):after {
		display: none;
	}

	.product-page-form .form-control {
		width: 290px;
	}

	.product-page-form-bottom .button {
		width: 290px;
		min-width: 290px;
	}

	.product-page-content {
		font-size: 17px;
		line-height: 1.6;
	}

	.home-news-seminars .news-title {
		font-size: 16px;
	}

	.news-description {
		font-size: 16px;
		line-height: 1.4;
	}

	.header-content .dropdown {
		display: none;
	}

	.section-title {
		font-size: 32px;
	}

	.home-tab {
		font-size: 32px;
	}

	.home-official p {
		font-size: 16px;
	}

	.official-section-numbers .item {
		padding: 10px;
	}

	.section-official-subtitle {
		font-size: 25px;
		margin: 20px 0 30px;
	}

	.product-name {
		font-size: 16px;
	}

	.product-mini-card {
		padding: 15px;
		height: 260px;
	}

	.home-tab-content .product-mini-card {
		height: 194px;
	}

	.product-image {
		margin: -15px;
		max-height: 200px;
	}

	.home-catalog .col ul {
		font-size: 15px;
	}

	.home-catalog-icon {
		left: 15px;
		width: 38px;
	}

	.home-catalog-icon {
		width: 38px;
		height: 38px;
		left: 0;
	}

	.news-title {
		font-size: 18px;
	}

	.news-card {
		padding: 15px;
	}

	.home-news-seminars .image {
		margin: -15px -15px 0;
		max-width: calc(100% + 30px);
		width: calc(100% + 30px);
	}

	.footer-information {
		font-size: 16px;
	}

	.footer-menu-column a {
		font-size: 16px;
		padding: 10px 10px;
	}

	.home-catalog .col {
		padding: 0 10px 0 0;
	}

	.home-catalog-icon {
		display: none;
	}

}

@media(max-width:991px) {
	.container {
		width: 750px;
	}

	.product-mini-card {
		height: 230px;
	}

	.sertification-form .form-control {
		height: 44px;
	}

	.sertification-block {
		margin-bottom: 20px;
	}

	.sertification-card {
		padding: 35px 70px 35px 30px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	#languages {
		margin: 15px 0 5px 10px;
	}

	.article_images .product-page-image-section {
		flex-direction: unset;
	}

	.article_images {
		width: 100%;
		float: none;
	}

	.article_images .product-image-right {
		margin-bottom: 20px;
	}

	.header-menu-wrapper:after {
		left: 288px;
	}

	.header-menu-wrapper {
		top: 78px;
	}

	.text-page-content.page-7 .category-filter {
		right: 0;
	}

	.text-page-content.page-7 .nav-tabs a {
		font-size: 15px;
		padding: 10px 10px;
	}

	.text-page-content.page-7 .right .button {
		font-size: 14px;
	}

	.group-profile-tit-left {
		width: 350px;
	}

	.question-subject {
		display: none;
	}

	.title-question.active .question-arrow {
		transform: rotate(180deg) translateY(-8px);
	}

	.header-menu-wrapper:before {
		left: 242px;
		width: 134px;
	}

	#input-search {
		height: 44px;
		font-size: 16px;
	}

	.text-page-content.page-7 .pdf-date {
		color: #888;
		margin-bottom: -6px;
	}

	.header-menu-cell {
		width: 25%;
		padding: 10px;
	}

	.header-menu-content {
		padding: 15px;
	}

	.header-menu-cell:nth-child(6),
	.header-menu-cell:nth-child(7),
	.header-menu-cell:nth-child(8) {
		border-bottom: 1px solid #D7D7D7;
	}

	.header-menu-cell:nth-child(5),
	.header-menu-cell:nth-child(10) {
		border-right: 1px solid #D7D7D7;
	}

	.header-menu-cell:nth-child(4n) {
		border-right: 0;
	}

	.home-news-seminars .news-title {
		min-height: 75px;
	}

	.home-news-seminars .news-description {
		min-height: 44px;
	}

	.product-product-edit {
		margin: 10px 0 0;
	}

	#button-search {
		width: 100%;
	}

	.badges>div {
		min-width: 36px;
	}

	.category-card-name {
		font-size: 15px;
	}

	.category-card-name {
		min-height: 56px;
		word-break: break-word;
	}

	.category-card {
		padding: 10px;
	}

	.contact-page-column-vertical-line:nth-child(2):after {
		display: none;
	}

	.related-arrow-left,
	.related-arrow-right {
		display: none !important;
	}

	.product-page-tabs-section .nav-tabs>li:first-child a,
	.product-page-tabs-section .nav-tabs>li.active:first-child a {
		margin-left: 16px;
	}

	.product-page-tabs-section .nav-tabs {
		margin: 0 -16px;
	}

	.product-page-tabs-section .nav-tabs>li>a,
	.product-page-tabs-section .nav-tabs>li.active>a {
		padding: 8px 0;
	}

	.product-page-tabs-section .nav-tabs>li:not(:last-child)>a:after {
		top: 13px;
	}

	#tab-specification .table>tbody>tr>td,
	#tab-specification .table>tbody>tr>th,
	#tab-specification .table>tfoot>tr>td,
	#tab-specification .table>tfoot>tr>th,
	#tab-specification .table>thead>tr>td,
	#tab-specification .table>thead>tr>th {
		padding: 8px 10px;
		font-size: 15px;
	}

	.pdf-file {
		width: calc(25% - 20px);
	}

	.pdf-file:not(:nth-child(4n)):after {
		content: "";
		height: 136px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 50%;
		margin-top: -68px;
		right: 0;
		display: block;
	}

	.pdf-file:nth-child(4n):after {
		display: none;
	}

	.product-video {
		width: calc(25% - 30px);
	}

	.product-video:not(:nth-child(4n)):after {
		content: "";
		height: 170px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 0;
		right: -15px;
		display: block;
	}

	.product-video:nth-child(4n):after {
		display: none;
	}

	.product-page-form .form-control {
		width: 220px;
		height: 42px;
	}

	.product-page-form-bottom .button {
		width: 220px;
		min-width: 220px;
	}

	.product-page-form-bottom .button {
		margin-right: 20px;
	}

	#tab-download,
	#tab-videos {
		margin: 0 -10px;
	}

	.button {
		padding: 12px 30px;
	}

	.catalog-product-edit,
	.catalog-catalog-edit {
		padding: 8px 12px;
	}

	.catalog-category-edit {
		padding: 6px 12px;
	}

	.product-short-description {
		font-size: 16px;
	}

	.product-page-content {
		font-size: 16px;
	}

	.product-page-form-bottom .terms-text {
		line-height: normal;
	}

	.product-page-image-section {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.product-image-left .slick-slide {
		padding: 0 5px;
	}

	.product-image-left .slick-list {
		margin: 0 -5px;
	}

	.product-image-right {
		height: 345px;
		width: 100%;
		margin-bottom: 8px;
	}

	.product-image-right .slick-prev {
		opacity: 0.7;
		left: 10px;
	}

	.product-image-right .slick-prev {
		left: 10px;
		margin-top: -25px;
		width: 50px;
		height: 50px;
		opacity: 0.7;
		background: rgb(215 215 215 / 0.7) url('/catalog/view/theme/default/image/product-left-arrow.svg') no-repeat 17px center;
	}

	.product-image-right .slick-next {
		right: 10px;
		margin-top: -25px;
		width: 50px;
		height: 50px;
		opacity: 0.7;
		background: rgb(215 215 215 / 0.7) url('/catalog/view/theme/default/image/product-right-arrow.svg') no-repeat 10px center;
	}

	.product-page-tabs-section .nav-tabs>li>a,
	.product-page-tabs-section .nav-tabs>li.active>a {
		text-transform: uppercase;
	}

	.product-image-left {
		width: 100%;
	}

	.home-tab-content .product-mini-card {
		height: 250px;
	}

	.product-mini-card {
		height: 270px;
	}

	.category-filter {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}

	.category-sort {
		position: inherit;
		width: 100%;
		margin-bottom: 20px;
	}

	.category-title-filter {
		padding-right: 0;
	}

	.home-catalog .col ul {
		display: none;
	}

	.home-catalog-icon {
		position: relative;
		margin: 0 auto 10px;
		width: 100%;
		display: block;
	}

	.home-catalog-title {
		font-size: 14px;
		font-weight: 400;
		min-height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home-catalog .col {
		width: 100%;
		position: relative;
		border: 1px solid #D7D7D7;
		background: white;
		border-radius: 6px;
		text-align: center;
		padding: 15px;
		margin: 0 0 30px;
	}

	.home-question-zkteco-logo {
		position: relative;
		margin: 25px auto;
		max-width: 220px;
		display: block;
	}

	.section-title img {
		margin: 0 auto 8px;
		display: block;
	}

	.section-title {
		font-size: 24px;
		font-weight: 500;
	}

	.home-official .section-title {
		text-align: center;
	}

	.official-section-numbers .item {
		max-width: 33.3%;
		width: 33.3%;
	}

	.section-official-subtitle {
		font-size: 22px;
		margin: 10px 0 25px;
	}

	.home-sertificat img {
		padding: 0 8px;
	}

	.home-slider .swiper-pagination-bullet {
		height: 14px;
		width: 14px;
	}

	.official-section-numbers .item p br {
		display: none;
	}

	.home-tab {
		font-size: 24px;
		font-weight: 500;
	}

	.home-catalog .section-title {
		text-align: center;
	}

	.home-news .section-title {
		text-align: center;
	}

	.home-news .section-description {
		text-align: center;
		margin: -10px 0 30px;
	}

	.to-top-btn .icon {
		width: 50px;
		height: 50px;
		background: #f5f5f5 url('/catalog/view/theme/default/image/to-top.svg') no-repeat center 18px;
	}

	.home-question-left {
		padding: 0 25px 25px 15px;
	}

	.home-question-right {
		padding: 0 25px;
	}

	.home-question {
		margin: 20px 0 0;
	}

	.footer-menu {
		flex-wrap: wrap;
	}

	.footer-menu .footer-menu-column:first-child a {
		padding: 10px;
	}

	.footer-follow {
		margin: 28px 10px 12px;
		font-size: 16px;
		display: inline-block;
	}

	.footer-social {
		display: inline-block;
	}

	#logo {
		max-width: 140px;
		margin-right: 20px;
	}

	.header-menu .parent-item {
		display: inline-block;
		line-height: normal;
		padding: 3px 10px;
	}

	.footer-gray {
		margin-top: 10px;
	}

	footer {
		padding: 35px 0 10px;
	}

	.footer-logo {
		max-width: 160px;
	}

	.home-question-right .button-green {
		margin-top: 15px;
	}

	.product-cmngr {
		font-size: 16px;
	}

	.sertification-result {
		padding: 25px;
	}

	.sertification-intro {
		padding: 25px;
	}

}

@media(max-width:767px) {
	.container {
		width: 100%;
	}

	.header-menu {
		display: none;
	}

	.category-before-products {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.official-section-numbers .item {
		max-width: 100%;
		width: 100%;
		position: relative;
	}

	.sertification-form .button {
		width: 100%;
	}

	.sertification-form .form-control {
		width: 100%;
		margin: 0 0 12px 0;
	}

	.zkcp-logo:before {
		content: "";
		position: absolute;
		background: url('/catalog/view/theme/default/image/sertification-lines-m.png') no-repeat center;
		width: 214px;
		height: 38px;
		top: 100%;
	}

	.home-sertificats-wrapper {
		width: calc(100vw - 30px);
	}

	.sertification-card {
		margin-right: 0;
		padding: 20px 20px 55px;
		margin-bottom: 82px;
	}

	.zkcp-logo:after {
		display: none;
	}

	.sertification-level {
		position: relative;
		margin: 5px auto -25px;
		left: auto;
		right: auto;
		z-index: 2;
	}

	.sertification-card.min-card {
		margin-right: 0;
		padding: 35px 15px 15px;
		margin-bottom: 0;
		word-break: break-word;
		font-size: 14px;
	}

	.sertification-card img {
		margin: 0 auto 15px !important;
		display: block;
	}

	.zkcp-logo {
		left: 50%;
		right: auto;
		margin-left: -50px;
		margin-top: -50px;
		top: 100%;
		width: 100px;
		height: 100px;
		font-size: 24px;
		z-index: 2;
	}

	.sertification-field-value {
		line-height: normal;
	}

	.sertification-icon {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	.sertification-icon img {
		width: 30px;
	}

	.sertification-title {
		font-size: 24px;
	}

	.sertification-intro {
		padding: 20px;
	}

	.sertification-result {
		padding: 20px 20px 8px;
	}

	.home-news-seminars .slick-list {
		width: 100vw;
	}

	.product-name-btn {
		min-height: 36px;
	}

	.product-mini-card:hover .product-mini-card-buttons {
		display: none;
	}

	#callback-modal .modal-body {
		padding: 15px 20px;
	}

	#callback-modal .modal-header .modal-title {
		font-size: 22px;
	}

	#callback-modal .form-control {
		height: 42px;
	}

	#callback-modal .form-control {
		font-size: 15px !important;
	}

	.product-cmngr {
		font-size: 15px;
		margin: 15px 0 10px;
	}

	.diller_text {
		font-size: 15px;
	}

	.product-product-edit {
		margin: 0 0 15px;
	}

	.text-page-content img {
		margin: 0 auto;
	}

	.product-is-old {
		font-size: 14px;
		padding: 3px 8px;
	}

	.header-number {
		position: absolute;
		right: 0;
		top: 13px;
	}

	.contact-recvizits {
		font-size: 16px;
	}

	#languages {
		margin: 20px auto 0;
		display: block;
	}

	footer .dropdown-menu {
		left: 50%;
		margin: 5px 0 0 -80px;
	}

	.header-cmngr .glyphicon {
		display: none;
	}

	.header-work-time,
	body.scrolled .header-work-time {
		font-size: 15px;
		margin-bottom: 0;
		line-height: normal;
	}

	#logo img {
		width: 90px;
		margin-top: -8px;
	}

	body.scrolled #logo img {
		width: 90px;
	}

	.header-cmngr.prmn-cmngr,
	body.scrolled .header-cmngr.prmn-cmngr {
		margin: 0px 0;
		text-align: center;
	}

	.header-phone-number,
	.header-phone-number:hover,
	.header-phone-number:active,
	.header-phone-number:focus,
	body.scrolled .header-phone-number,
	body.scrolled .header-phone-number:hover,
	body.scrolled .header-phone-number:active,
	body.scrolled .header-phone-number:focus {
		font-size: 17px;
	}

	.header-cmngr .prmn-cmngr__city-name {
		font-size: 14px;
	}

	.header-cmngr .glyphicon {
		font-size: 16px;
	}

	.header-callback-btn,
	.header-callback-btn:hover,
	.header-callback-btn:active,
	.header-callback-btn:focus {
		font-size: 16px;
	}

	.product-page-title small {
		font-size: 17px;
		font-weight: 400;
	}

	.official-section-numbers .item:after {
		content: "";
		width: calc(100% - 60px);
		height: 10px;
		border: 1px solid #78bc27;
		border-top: 0;
		position: absolute;
		top: 100%;
		left: 30px;
		border-radius: 0 0 6px 6px;
	}

	.product-image-right .badges {
		padding: 0;
	}

	.header-content .dropdown .dropdown-menu img {
		margin: 0 10px 0 -5px;
	}

	.home-official .button {
		width: 100%;
	}

	.group-profile-tit-left {
		width: 100%;
	}

	.home-official .text-center.button-row {
		margin: 5px 0 0;
	}

	.home-official {
		margin-bottom: 40px;
	}

	.home-product-slider .slick-slide {
		margin: 0;
	}

	.home-product-slider .slick-list {
		margin: 0;
	}

	.product-mini-card {
		margin: 0;
		border-radius: 0;
	}

	.home-product-column:nth-child(even) .product-mini-card:first-child {
		border-top-right-radius: 6px;
		border-left: 1px solid white;
	}

	.home-product-column:nth-child(even) .product-mini-card:last-child {
		border-bottom-right-radius: 6px;
		border-left: 0;
		border-top: 0;
	}

	.home-product-column:nth-child(odd) .product-mini-card:first-child {
		border-top-left-radius: 6px;
	}

	.home-product-column:nth-child(odd) .product-mini-card:last-child {
		border-bottom-left-radius: 6px;
		border-top: 0;
	}

	.home-tabs-arrow-left,
	.home-tabs-arrow-right {
		display: none !important;
	}

	.sitemap-page {
		margin-bottom: 20px;
	}

	.home-tabs {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.home-tab {
		display: block;
		margin: 0 auto 10px;
		padding-bottom: 3px;
		font-weight: 500;
		transition: none;
	}

	.home-tab:not(.active) {
		width: 100%;
	}

	.product-name {
		font-size: 14px;
	}

	.category-name {
		font-size: 14px;
	}

	.product-image {
		padding: 0 0 15px;
		max-height: initial;
	}

	.product-mini-card {
		height: auto;
	}

	.product-mini-card:hover .product-name-btn {
		padding: 0 15px 15px;
	}

	.button {
		padding: 13px 18px;
		font-size: 15px;
		font-weight: 400;
	}

	.product-mini-card .button {
		display: none;
		width: 100%;
	}

	.badges {
		font-size: 13px;
		left: 10px;
		top: 10px;
	}

	.slick-dots {
		display: flex !important;
		list-style: none;
		padding: 0;
		justify-content: center;
		margin: 20px 0;
		font-size: 0;
		color: transparent;
	}

	.slick-dots button {
		width: 12px;
		height: 12px;
		padding: 0;
		border: 0;
		margin: 0 5px;
		border-radius: 50%;
		background: #20232E;
	}

	.slick-dots li.slick-active button {
		background: #78BC27;
	}

	.home-product-slider {
		padding-bottom: 5px;
	}

	.to-top-btn {
		bottom: 5px;
		right: 5px;
	}

	.home-catalog .col {
		margin: 0 0 15px;
	}

	.home-catalog-content .col-xs-6:nth-child(odd) {
		padding-left: 7.5px;
	}

	.home-catalog-content .col-xs-6:nth-child(even) {
		padding-right: 7.5px;
	}

	.home-catalog .section-title {
		margin: 30px 0 -10px;
	}

	.home-catalog .col {
		padding: 15px 10px;
	}

	.home-catalog-title {
		min-height: 52px;
		line-height: normal;
	}

	.section-official-subtitle {
		font-size: 20px;
		margin: 25px 0;
		font-weight: 500;
		text-align: center;
	}

	.official-section-numbers .item {
		border-radius: 6px;
		margin: 0 5px;
		text-align: center;
	}

	.official-section-numbers .slick-list {
		padding-bottom: 10px;
		box-sizing: content-box;
		margin: 0 -5px;
	}

	.official-section-numbers .slick-list img {
		margin: 0 auto;
	}

	.official-section-numbers .count {
		font-size: 38px;
		font-weight: 400;
		letter-spacing: 2px;
		padding: 12px 0 8px;
	}

	.official-section-numbers .item p {
		font-size: 15px;
		font-weight: 400;
		display: block;
		margin: 8px auto 6px;
	}

	.home-slider .swiper-viewport .swiper-button-prev,
	.home-slider .swiper-viewport .swiper-button-next {
		display: none;
	}

	.ncategory-card,
	.news-card {
		margin-bottom: 10px;
		position: relative;
	}

	.home-news .text-center.button-row {
		margin: 0 auto 10px;
	}

	.home-question-left {
		padding: 15px;
		border-radius: 0;
	}

	.home-question-left .section-title {
		margin: 10px 0 16px;
	}

	.home-question-left .section-description {
		margin-bottom: 20px;
	}

	.home-question-right {
		padding: 0 15px;
	}

	.home-news-seminars .button {
		width: 100%;
	}

	.home-official p {
		font-size: 15px;
		text-align: center;
	}

	.home-news-seminars {
		margin-bottom: 45px;
	}

	.footer-information {
		font-size: 15px;
		text-align: center;
	}

	.footer-logo {
		max-width: 136px;
		margin: 0 auto 30px;
		display: block;
	}

	.footer-phone {
		font-size: 18px;
	}

	.footer-follow {
		display: block;
		text-align: center;
	}

	.footer-social {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer-gray p {
		text-align: center;
		margin-bottom: 20px;
	}

	footer {
		padding: 35px 0 0;
	}

	.header-content {
		flex-wrap: wrap;
		justify-content: flex-start;
		height: 130px;
		position: relative;
		transition: height .25s;
	}

	#search {
		width: 100%;
		position: absolute;
		top: 69px;
	}

	.header-content .dropdown {
		display: block;
		right: -10px;
		top: 19px;
		position: absolute;
	}

	#logo {
		max-width: 110px;
		margin: 12px;
		width: 110px;
		min-height: 26px;
		position: absolute;
		left: 34px;
		top: 15px;
	}

	.hamburger-btn {
		min-width: 25px;
		background: none;
		border: 0;
		padding: 15px 5px 15px 15px;
		margin: -15px 0 -15px -15px;
		position: absolute;
		top: 25px;
	}

	.header-content .dropdown .dropdown-menu {
		right: 0;
		left: auto;
		transition: .25s;
	}

	body {
		padding-top: 130px;
		transition: padding-top .25s;
	}

	.hamburger-btn span {
		width: 25px;
		height: 2px;
		margin-bottom: 6px;
		background: white;
		display: block;
		border-radius: 2px;
		transition: .25s;
	}

	.hamburger-btn span:last-child {
		margin-bottom: 0;
	}

	.home-slider {
		display: none;
	}

	.hamburger-btn.active span:nth-child(1) {
		transform: rotate(45deg) translate(7px, 7px);
	}

	.hamburger-btn.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger-btn.active span:nth-child(3) {
		transform: rotate(-45deg) translate(4px, -4px);
	}

	.home-sertificate-left-btn,
	.home-sertificate-right-btn {
		display: none !important;
	}

	.home-sertificats-slider {
		width: 100%;
	}

	.section-title img {
		max-width: 122px;
	}

	.home-responsive-video {
		margin-bottom: 15px;
	}

	.official-section-numbers {
		margin-bottom: 0;
	}

	.official-section-numbers .slick-list {
		width: calc(100vw - 30px);
	}

	.slick-list.draggable {
		overflow: hidden;
	}

	.ncategory-card .category-title,
	.ncategory-card .category-description,
	.news-title,
	.news-description {
		text-align: center;
		min-height: auto;
	}

	.home-news-seminars .news-title {
		min-height: auto;
	}

	.home-news-seminars .news-description {
		min-height: auto;
	}

	.news-card:after {
		content: "";
		width: calc(100% - 60px);
		height: 10px;
		border: 1px solid #D7D7D7;
		border-top: 0;
		position: absolute;
		top: 100%;
		left: 30px;
		border-radius: 0 0 6px 6px;
	}

	.home-news .row .slick-list {
		padding-bottom: 10px;
	}

	.home-news .button {
		width: 100%;
	}

	.home-catalog {
		padding-bottom: 0;
	}

	.home-news .section-title {
		margin: 30px 0 20px;
	}

	.home-question .second-title {
		text-align: center;
	}

	.home-news-seminars .section-title {
		text-align: center;
	}

	.home-news-seminars .row .row .slick-list {
		padding-bottom: 10px;
	}

	#languages img {
		width: 28px;
	}

	#languages span {
		padding: 5px;
	}

	#languages img.carret {
		width: 14px;
		height: 13px;
		margin-left: 0;
	}

	.home-question .form-control {
		padding: 10px;
	}

	.footer-menu-column {
		width: 50%;
		float: left;
	}

	.footer-social a {
		margin: 0 8px;
	}

	footer .section-title {
		color: white;
	}

	.footer-accordion {
		position: relative;
		font-size: 15px;
		padding: 12px 25px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		margin: 15px -15px 0;
		font-weight: 500;
		transition: border-color .25s;
	}

	.footer-menu {
		margin: 0 -15px !important;
		padding-top: 5px;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 10px;
		border-bottom: 1px solid white;
		display: none;
		width: calc(100% + 30px) !important;
	}

	.footer-menu-column a {
		font-size: 15px;
	}

	.footer-accordion .carret {
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -8px;
		transition: .25s;
	}

	.footer-accordion.active {
		border-bottom: 1px solid transparent;
	}

	.footer-accordion.active .carret {
		transform: rotate(180deg);
		margin-top: -5px;
	}

	.form-file-label .form-control {
		padding: 0;
	}

	.footer-last-text br {
		display: none;
	}

	.hamburger-content .hamburger-menu-item>a {
		display: flex;
		align-items: center;
		color: #20232E;
		font-size: 15px;
		padding: 10px 45px 10px 15px;
		border-bottom: 1px solid #D7D7D7;
		position: relative;
		line-height: normal;
	}

	.hamburger-content .home-catalog-content .col {
		padding: 0 15px;
	}

	.hamburger-content .home-catalog-content {
		margin-top: 0;
		background: white;
		overflow: hidden;
	}

	.hamburger-content .home-catalog-icon img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

	.hamburger-content .home-catalog-icon {
		width: 24px;
		height: 24px;
		margin: 0 8px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hamburger-content .home-catalog-content ul {
		display: none;
		width: 100% !important;
		padding: 0;
		margin: 0;
	}

	.hamburger-menu-item {
		position: relative;
	}

	.hamburger-accordion {
		background: url('/catalog/view/theme/default/image/categories-arrow.svg') no-repeat center;
		position: absolute;
		right: 0;
		top: 5px;
		width: 40px;
		height: 35px;
		border-left: 1px solid #d7d7d7;
		transition: .25s;
		z-index: 2;
	}

	.hamburger-menu-item.active .hamburger-accordion {
		transform: rotate(180deg);
		margin-top: 2px;
		border-color: transparent;
	}

	.hamburger-content .home-catalog-content ul a {
		line-height: normal;
		color: #20232E;
		padding: 12px 15px 12px 47px;
		display: block;
		border-bottom: 1px solid #D7D7D7;
		font-size: 15px;
	}

	.hamburger-info-menu a {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #78BC27;
		color: white;
		font-size: 15px;
		background: #20232E;
	}

	.hamburger-information {
		background: white;
		color: #20232E;
		padding: 20px 15px 10px;
		font-size: 15px;
	}

	.hamburger-phone {
		font-size: 18px;
		color: #78BC27;
		font-weight: 600;
	}

	.hamburger-links {
		padding: 20px 15px;
	}

	.hamburger-follow {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.hamburger-social a {
		margin-right: 12px;
	}

	body.scrolled #search {
		display: none;
	}

	body.scrolled .header-content {
		height: 65px;
	}

	body.scrolled {
		padding-top: 100px;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 10;
		left: 0;
		top: 0;
		right: 0;
		box-shadow: 0 2px 5px rgb(255 255 255 / 0.1);
	}

	.breadcrumb {
		padding: 20px 0 15px;
		line-height: normal;
		background: none;
		overflow: auto;
		white-space: nowrap;
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.category-categories>div:nth-child(odd) {
		padding-right: 7.5px;
	}

	.category-categories>div:nth-child(even) {
		padding-left: 7.5px;
	}

	.category-card {
		padding: 5px 10px;
		margin-bottom: 15px;
		min-height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.category-card-image {
		display: none;
	}

	.category-card-name {
		font-size: 14px;
		margin: 0;
		text-align: center;
		min-height: 34px;
		justify-content: center;
	}

	#product-category .page-title {
		font-size: 24px;
		margin: 0 0 20px;
	}

	.category-hr {
		display: none;
	}

	.category-filter {
		margin: 5px 0 20px;
	}

	.category-filter .form-control {
		font-size: 15px !important;
	}

	#category-product-list>div:nth-child(odd) {
		padding-right: 0;
	}

	#category-product-list>div:nth-child(even) {
		padding-left: 0;
	}

	#category-product-list>div:not(:first-child):nth-child(odd) .product-mini-card {
		border-top: 0;
	}

	#category-product-list>div:not(:nth-child(2)):nth-child(even) .product-mini-card {
		border-top: 0;
	}

	#category-product-list>div:not(:first-child):nth-child(even) .product-mini-card {
		border-left: 1px solid white;
	}

	#category-product-list>div:nth-child(1) .product-mini-card {
		border-top-left-radius: 5px;
	}

	#category-product-list>div:nth-child(2) .product-mini-card {
		border-top-right-radius: 5px;
	}

	.get-more-products-btn {
		margin-top: 20px;
		font-size: 15px;
	}

	.pagination li a,
	.pagination .active span {
		font-size: 15px;
		width: 30px;
		height: 30px;
		margin: 0 4px 4px;
		line-height: 30px;
	}

	#product-product .breadcrumb {
		margin-bottom: 0;
	}

	.product-page-title {
		font-size: 24px;
		margin: 0 0 12px;
		font-weight: 500;
		padding: 0 40px 0 0;
		position: relative;
	}

	.product-image-right .slick-prev {
		margin-top: -17px;
		width: 35px;
		height: 35px;
		background: rgb(215 215 215 / 0.7) url('/catalog/view/theme/default/image/product-left-arrow.svg') no-repeat 10px center;
		background-size: 20px;
	}

	.product-image-right .slick-next {
		margin-top: -17px;
		width: 35px;
		height: 35px;
		background: rgb(215 215 215 / 0.7) url('/catalog/view/theme/default/image/product-right-arrow.svg') no-repeat 5px center;
		background-size: 20px;
	}

	.product-image-right {
		height: auto;
	}

	.product-page-share img {
		width: 30px;
		height: 30px;
		margin-top: 5px;
		vertical-align: top;
	}

	.product-short-description {
		margin-top: 12px;
		font-size: 15px;
		font-weight: 400;
	}

	.product-share-window {
		margin-top: 2px;
		right: -5px;
	}

	.product-page-tabs-section {
		margin: 0 0 35px;
		background: none;
		font-size: 15px;
		line-height: 1.5;
	}

	.product-page-tabs-section .nav-tabs>li>a,
	.product-page-tabs-section .nav-tabs>li.active>a {
		display: block;
		margin: 0 0 10px;
		padding: 12px 40px 12px 15px;
		border-radius: 5px;
		border: 0;
		background: #F3F5F8;
		font-size: 14px;
		position: relative;
	}

	.product-page-tabs-section .nav-tabs>li>a:before {
		content: "";
		height: 43px;
		width: 43px;
		right: 0;
		top: 0;
		position: absolute;
		background: url('/catalog/view/theme/default/image/product-tab-arrow.svg') no-repeat center 16px;
		transition: transform .25s;
	}

	.product-page-tabs-section .nav-tabs>li.active>a:before {
		background: url('/catalog/view/theme/default/image/product-tab-arrow-white.svg') no-repeat center 14px;
		transform: rotate(180deg);
	}

	.product-page-tabs-section .nav-tabs>li.closed.active>a:before {
		background: url('/catalog/view/theme/default/image/product-tab-arrow.svg') no-repeat center 16px;
		transform: rotate(0);
	}

	.product-page-tabs-section .nav-tabs>li {
		float: none;
	}

	.product-page-tabs-section .nav-tabs>li>a>img {
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.product-page-tabs-section .nav-tabs {
		margin: 0;
	}

	.product-page-tabs-section .nav-tabs li.active>a {
		color: white;
		background: #20232E;
	}

	.product-page-tabs-section .nav-tabs li:first-child>a,
	.product-page-tabs-section .nav-tabs li.active:first-child>a {
		margin-left: 0;
	}

	.product-page-tabs-section .nav-tabs li .product-mobile-tab-content {
		display: none;
		width: 100% !important;
		padding: 10px 0 20px;
	}

	#tab-specification.active {
		font-size: 15px;
		column-count: 1;
		grid-template-columns: repeat(auto-fit, 100%);
	}

	.product-page-tabs-section .nav-tabs li.closed.active a {
		background: #F3F5F8;
		color: #20232E;
	}

	.product-page-content {
		display: none;
	}

	.product-page-form .form-control {
		width: 100%;
		border-color: #D7D7D7;
	}

	.product-page-form-bottom {
		flex-wrap: wrap;
	}

	.product-page-form-bottom .button {
		width: 100%;
		margin: 5px 0 18px;
	}

	.pdf-file {
		width: calc(50% - 20px);
		margin: 20px 10px;
	}

	.product-video {
		width: calc(50% - 30px);
	}

	.pdf-title {
		font-size: 14px;
	}

	.pdf-size {
		font-size: 15px;
	}

	.pdf-date {
		font-size: 14px;
	}

	.pdf-download,
	.pdf-download:hover,
	.pdf-download:focus {
		font-size: 15px;
	}

	.pdf-image {
		height: 68px;
		max-width: 80px;
	}

	.pdf-file:not(:nth-child(2n)):after {
		content: "";
		height: 136px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 50%;
		margin-top: -68px;
		right: 0;
		display: block;
	}

	.pdf-file:nth-child(2n):after {
		display: none;
	}

	.product-video:not(:nth-child(2n)):after {
		content: "";
		height: 170px;
		width: 1px;
		background: #D7D7D7;
		position: absolute;
		top: 0;
		right: -15px;
		display: block;
	}

	.product-video:nth-child(2n):after {
		display: none;
	}

	.product-video-name {
		font-size: 14px;
	}

	.related-products-slider {
		padding-bottom: 10px;
	}

	.product-page-tabs-section .nav-tabs>li>a:after {
		display: none;
	}

	.related-products-slider .slick-list {
		margin: 0;
	}

	.related-products-slider .slick-slide {
		margin: 0;
	}

	.related-products-slider .slick-slide:nth-child(even) .product-mini-card {
		border-left: 0;
	}

	.related-products .section-title {
		text-align: center;
		font-size: 24px;
		margin-top: 0;
	}

	.contant-page-subtitle {
		font-size: 20px;
		font-weight: 600;
	}

	.contant-page-subtitle img {
		width: 32px;
		margin-right: 10px;
	}

	#information-contact .contact-page-title {
		font-size: 24px;
		margin: 0 0 25px;
		font-weight: 600;
	}

	.contact-show-on-map-btn {
		width: 100%;
		margin: 0 0 20px;
	}

	.contact-show-on-map-btn img {
		margin-right: 10px;
		vertical-align: top;
		margin-top: 2px;
	}

	.contact-image {
		margin-bottom: 15px;
	}

	#information-contact .row-flexbox {
		margin-bottom: 0;
	}

	.contact-page-form-section {
		margin-top: 10px;
	}

	.map {
		margin-bottom: 30px;
		width: 100% !important;
	}

	.contact-page-column-vertical-line:after {
		display: none;
	}

	#button-search {
		width: 100%;
		margin: 15px 0;
		padding: 11px 18px;
	}

	.filter-search {
		margin-bottom: 15px;
	}

	#product-search .page-title {
		font-size: 24px;
		margin: 0 0 20px;
	}

	.form-group.input-group.input-group-sm.filter-search select {
		height: 36px;
		font-size: 15px;
	}

	.search-product-list>div:nth-child(odd) {
		padding-right: 0;
	}

	.search-product-list>div:nth-child(even) {
		padding-left: 0;
	}

	.search-product-list>div:nth-child(even) .product-mini-card {
		border-left: 0;
	}

	.search-product-list>div:not(:nth-child(1)):not(:nth-child(2)) .product-mini-card {
		border-top: 0;
	}

	.search-product-list>div:nth-child(1) .product-mini-card {
		border-radius: 5px 0 0 0;
	}

	.search-product-list>div:nth-child(2) .product-mini-card {
		border-radius: 0 5px 0 0;
	}

	#input-search {
		height: 40px;
	}

	#error-not-found {
		min-height: auto;
	}

	#information-information .page-title {
		font-size: 24px;
		margin: 0 0 20px;
	}

	.text-page-content {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.text-page-content h2 {
		font-size: 22px;
	}

	.text-page-content h3 {
		font-size: 22px;
		font-weight: 500;
	}

	.page-title {
		font-size: 24px;
		margin: 0 0 20px;
	}

	.blog-category-description {
		font-size: 15px;
	}

	#tab-specification table tbody td {
		display: block;
	}

	#tab-specification tbody tr:nth-child(even) {
		background: none;
	}

	#tab-specification tbody tr td:last-child {
		background: #EDEDED;
	}

	.breadcrumb-wrapper {
		position: relative;
		overflow: hidden;
	}

	.ps--active-x>.ps__rail-x,
	.ps--active-y>.ps__rail-y {
		opacity: 0.6;
		left: 0 !important;
	}

	.home-sertificat:before {
		display: none;
	}

	.home-sertificat:hover img {
		opacity: 1;
	}

	.product-mini-card:hover .button {
		display: none;
	}

	.product-mini-card:hover .product-name {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.product-mini-card:hover .product-name-btn {
		box-shadow: none;
		border-radius: 0;
		position: relative;
		left: auto;
		right: auto;
		border: 0;
		padding: 0;
	}

	.product-mini-card:hover {
		box-shadow: none;
	}

	.home-tab-content .product-mini-card {
		height: auto;
	}

	#product-category #content {
		padding-bottom: 20px;
	}

	.contact-image:hover:after {
		opacity: 0;
	}

	.contact-phone {
		font-size: 17px;
		font-weight: 600;
	}

	.contact-images>div:nth-child(odd) {
		padding-right: 7.5px;
	}

	.contact-images>div:nth-child(even) {
		padding-left: 7.5px;
	}

	.contact-images+.contact-images {
		margin-bottom: 15px;
	}

	.catalog-product-edit {
		padding: 8px 12px;
	}

	#category-product-list>div:nth-child(odd) .catalog-product-edit {
		right: 5px;
	}

	.catalog-catalog-edit {
		right: auto;
		top: 4px;
		left: 12px;
		font-size: 10px;
		padding: 4px 6px;
	}

	.category-categories>div:nth-child(odd) .catalog-catalog-edit {
		left: 19px;
	}

	.catalog-category-edit {
		padding: 4px 7px;
		margin-top: 2px;
	}

	.header-menu-wrapper {
		display: none !important;
	}

	.question-date {
		white-space: nowrap;
	}

	.title-question {
		font-size: 14px;
		padding: 12px 0;
	}

	.question-author {
		white-space: nowrap;
	}

	.question-title-left,
	.question-title-right {
		flex-wrap: wrap;
	}

	.question-question {
		margin: 10px 0 0;
	}

	.question-icon {
		margin: 0 5px 0 0;
		width: 16px;
	}

	.question-date:after {
		height: 13px;
		top: 2px;
	}

	.question-date {
		margin-right: 8px;
		padding-right: 11px;
	}

	.question-title-left {
		padding-right: 30px;
	}

	.question-arrow {
		position: absolute;
		top: 10px;
		right: 5px;
	}

	.question-arrow img {
		width: 14px;
	}

	.title-question:hover,
	.title-question.active {
		background: none;
	}

	.title-question span {
		color: #78bc27;
	}

	.question-question .question-icon {
		display: none;
	}

	.data-question .question-text {
		display: none;
	}

	.title-answer {
		padding: 17px 0 10px 20px;
		font-size: 14px;
	}

	.data-question .answer {
		padding: 0 0 0 20px;
		border-bottom: 0;
	}

	.title-answer .pull-right {
		display: none;
	}

	.question-mobile-data {
		display: flex;
		border-bottom: 1px solid #D7D7D7;
		color: #777882;
		padding: 0 0 10px 20px;
	}

	.question-mobile-data .question-icon {
		margin: 2px 5px 0 0;
	}

	.question-mobile-data .question-date:after {
		top: 4px;
	}

	.question-title-left .question-author,
	.question-title-left .question-date {
		color: #777882;
	}

	#tab-questions .alert {
		font-size: 15px;
	}

	.text-page-content.page-7 .nav-tabs a,
	.text-page-content.page-7 .nav-tabs a:hover,
	.text-page-content.page-7 .nav-tabs a:focus {
		font-size: 14px;
		padding: 5px 8px;
		margin: 0 5px 5px 0;
		display: inline-block;
		border-radius: 15px;
		background: #dddddd;
		border-color: #dddddd;
	}

	.text-page-content.page-7 .nav-tabs .active a,
	.text-page-content.page-7 .nav-tabs .active a:hover,
	.text-page-content.page-7 .nav-tabs .active a:focus {
		color: white;
		background: #78bc27;
		border-color: #78bc27;
	}

	.text-page-content.page-7 .nav-tabs {
		margin-bottom: 15px;
	}

	.text-page-content.page-7 .tab-content {
		border-radius: 5px;
		padding: 0 15px;
	}

	.file-row {
		padding: 5px 0;
		margin: 5px 0;
	}

	.file-row {
		display: block;
	}

	.file-left {
		margin-bottom: 10px;
	}

	.text-page-content.page-7 .pdf-date {
		margin-bottom: 0;
	}

	.text-page-content.page-7 .img {
		width: 54px;
	}

	.text-page-content.page-7 .right .button {
		width: 140px;
		padding: 6px 12px;
		margin-bottom: 2px;
	}

	.text-page-content.page-7 .img {
		width: 54px;
		min-width: 54px;
	}

	.zone_select {
		width: 100%;
	}

}

.login_form_hiddder_block {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9998;
}

.login_form_popup_container {
	position: absolute;
	display: none;
	width: 300px;
	top: 35px;
	left: 0px;
	background-color: #78bc27;
	padding: 20px;
	border-radius: 10px;
	z-index: 9999;
}

.control-label.login_popup_form {
	color: #ffffff;
	border: none;
	margin-bottom: 0px;
	font-size: 15px !important;
}

.login_popup_fogottenlink {
	color: #ffffff;
	margin-top: 10px;
	text-decoration: underline;
}

.login_popup_submit_button {
	background-color: #20232E !important;
	border: none;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 5px;
	font-size: 16px;
}

.perscab_button_top {
	display: inline-block;
	border-bottom: 1px dashed #78bc27;
	color: #78bc27;
	font-size: 17px;
	text-decoration: none;
	transition: .25s;
	margin-top: 7px;
	cursor: pointer;
}

.personal_cutomer_buttons_top {
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
	transition: .25s;
	margin-top: 7px;
	cursor: pointer;
	color: #ffffff;
}

.scrolled .perscab_button_top {
	margin-top: 2px;
	font-size: 15px;
}

.scrolled .personal_cutomer_buttons_top {
	margin-top: 2px;
	font-size: 15px;
}

.scrolled #search {
	zoom: 0.9;
	margin-top: 3px;
}

.perscab_top_exit_button {
	color: #ff5050;
	border-bottom: 1px dashed #ff5050;
	cursor: pointer;
	font-size: 14px;
}

@media(max-width:767px) {
	.perscab_button_top {
		margin-left: 44px;
		margin-top: -5px;
		margin-bottom: 7px;
		font-size: 14px;
		line-height: 1.1;
	}

	.scrolled .perscab_button_top {
		margin-left: 44px;
		font-size: 14px;
		margin-top: 46px;
		line-height: 1.1;
	}

	.personal_cutomer_buttons_top {
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 11px;
		margin-left: 40px;
	}

	.scrolled .personal_cutomer_buttons_top {
		margin-top: 35px;
		font-size: 11px;
	}

	.personal_cutomer_buttons_top {
		max-width: 140px !important;
		overflow-x: auto;
		white-space: nowrap;
	}

	.perscab_top_exit_button {
		margin-left: 0px;
		font-size: 11px;
		margin-top: -7px;
		width: 30px;
		line-height: 1;
	}

	.block_title {
		display: block !important;
		font-weight: 500 !important;
		font-size: 15px !important;
	}

}

@media(max-width:360px) {
	.personal_cutomer_buttons_top span {
		border-bottom: none !important;
	}

	.perscab_top_exit_button {
		display: block;
	}

}

#account-register,
#account-register .control-label,
#account-password,
#account-password .control-label,
#account-edit,
#account-edit .control-label,
#form-new-question,
#form-new-question .control-label {
	font-size: 16px;
}

.faq_text,
.faq_text * {
	font-size: 16px;
}

.panel-faq .panel-title {
	font-size: 18px;
}

.panel-faq .panel-heading {
	border-radius: 5px;
}

.panel-faq .panel-title .badge {
	vertical-align: top;
	padding: 4px 8px 6px;
	border-radius: 15px;
	background: #78BC27;
}

.green-border {
	border-color: #78BC27;
}

.usercab #column-left {
	display: none !important;
}

.usercab #column-right {
	display: block !important;
}

@media(max-width:767px) {
	.usercab #column-left {
		display: block !important;
	}

	.usercab #column-right {
		display: none !important;
	}

}

.jumbotron {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 240px);
}

.jumbotron img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.jumbotron h1 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin: 60px 0 40px;
}

.jumbotron p {
	color: #fff;
	font-size: 19px;
	line-height: 1.5;
	margin: 40px 0 60px;
}

.jumbotron .background {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .48);
	z-index: 1;
	backdrop-filter: blur(3px);
}

.jumbotron > div * {
	position: relative;
	z-index: 2;
}

.home-youtube .row {
	display: flex;
	flex-wrap: wrap;
}

.home-youtube .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.youvid {
	display: block;
	margin: 0 0 30px;
	padding: 20px;
	border: 2px solid #c00;
	border-radius: 5px;
	position: relative;
	transition: border-color 0.2s ease;
}

.youvid:hover {
	border-color: #D7D7D7;
}

.youvid:after {
	content: '';
	height: 64px;
	width: 64px;
	position: absolute;
	background: url('/image/main_page/youtube.svg') 50% 50% no-repeat;
	background-size: cover;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.youvid:hover:after {
	opacity: 1;
}

.youvid img {
	width: 100%;
	margin: 0 0 10px;
}

.youvid span {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	color: #20232E;
	transition: color 0.2s ease;
	min-height: 50px;
}

.youvid:hover span {
	color: #c00;
}

.home-service table {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	border: none;
}

.home-service table thead th:first-child {
	background: #78BC27;
	color: #fff;
	border-top-left-radius: 5px;
}

.home-service table thead th:last-child {
	background: #78BC27;
	color: #fff;
	border-top-right-radius: 5px;
}

.home-service table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

.home-service table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

.video-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-wrapper {
	max-width: 1200px;
	margin: 20px;
}

#storage iframe {
    min-height: 540px;
    height: 100vh;
}

@media(max-width:768px) {
	.jumbotron img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}

	.jumbotron h1 {
		margin: 40px 0;
	}

	.jumbotron p {
		margin: 40px 0;
	}

}

/* cookie */
#cookie {
	z-index: 9999;
	bottom: 30px;
	width: max-content;
	left: 50%;
	transform: translateX(-50%)
}

#cookie .uk-background-default {
	background: #fff;
	text-align: center;
	padding: 30px 50px
}