@charset "UTF-8";

.breadcrumb,
ul.ul-style,
ul.ul-style > li ul,
.menu-top:not(.mm-menu) ul,
.vertical-menu ul,
footer .footer-desktop .footer-menu ul,
footer .footer-desktop .footer-menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-container[data-fancybox]:after,
[data-fancybox] .img-container:after,
.video-block-fancybox .item .img-container img,
.video-block-fancybox .item .img-container .no-img,
.catalog-products .item .img-container img,
.catalog-products .item .img-container .no-img,
.catalog-products2 .item .img-container img,
.catalog-products2 .item .img-container .no-img,
.catalog-products3 .item .img-container img,
.catalog-products3 .item .img-container .no-img,
.catalog-gallery-album .item .img-container img,
.catalog-gallery-album .item .img-container .no-img,
.catalog-gallery .item .img-container img,
.catalog-gallery .item .img-container .no-img,
.catalog-gallery-album-fluid .item .img-container img,
.catalog-gallery-album-fluid .item .img-container .no-img,
.catalog-gallery-fluid .item .img-container img,
.catalog-gallery-fluid .item .img-container .no-img,
.catalog-sections .item .img-border .img-container img,
.catalog-sections .item .img-border .img-container .no-img,
.catalog-advantage-variant1 .item .img-container img,
.catalog-advantage-variant1 .item .img-container .no-img,
.catalog-advantage-variant2 .item .img-container img,
.catalog-advantage-variant2 .item .img-container .no-img,
.catalog-advantage-variant5 .item .img-container img,
.catalog-advantage-variant5 .item .img-container .no-img,
.catalog-advantage-variant6 .item .img-container img,
.catalog-advantage-variant6 .item .img-container .no-img,
.catalog-advantage-variant7 .item .img-container img,
.catalog-advantage-variant7 .item .img-container .no-img,
.catalog-advantage-variant8 .item .img-container img,
.catalog-advantage-variant8 .item .img-container .no-img,
.catalog-advantage-variant9 .item .img-container img,
.catalog-advantage-variant9 .item .img-container .no-img,
.index-slider .owl-carousel .owl-dots .owl-dot span,
.fullwidth-slider .owl-carousel .owl-dots .owl-dot span,
.carousel-slider .owl-carousel .owl-dots .owl-dot span,
.carousel-slider-custom .owl-carousel .owl-dots .owl-dot span,
.basic-slider .owl-carousel .owl-dots .owl-dot span,
.reviews-slider .owl-carousel .owl-dots .owl-dot span,
.synced-slider1 .item .img-container img,
.synced-slider1 .item .img-container .no-img,
.synced-slider1 .owl-carousel .owl-dots .owl-dot span,
.synced-slider2 .item .img-container img,
.synced-slider2 .item .img-container .no-img,
.synced-slider-single .item .img-container img,
.synced-slider-single .item .img-container .no-img,
.synced-slider-single .owl-carousel .owl-dots .owl-dot span,
.synced-slider-thumbs .item .img-container img,
.synced-slider-thumbs .item .img-container .no-img,
.news-list.news-columns .item .img-container img,
.news-list.news-columns .item .img-container .no-img,
.news-list.news-rows .item .img-container img,
.news-list.news-rows .item .img-container .no-img,
.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container img,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container img,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container img,
.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container .no-img,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container .no-img,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container .no-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*
Кастомный скроллбар на стилях
- стрелки есть только в firefox и только такого цвета. Закруглений там не сделать.
- А во всех остальных браузерах стрелок нет, но есть закругления.
- Еще в firefox кастомный скролл только блоков, а у body обычный
 */

.row-mini {
	margin-left: -6px;
	margin-right: -6px;
}

.row-mini > .col,
.row-mini > [class*="col-"],
.row-mini > [class*="col15-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.row-mini20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-mini20 > .col,
.row-mini20 > [class*="col-"],
.row-mini20 > [class*="col15-"] {
	padding-left: 10px;
	padding-right: 10px;
}

/*==========  BASE ELEMENTS  ==========*/

html {
	font-size: 16px;
}

body {
	line-height: 1.4;
	min-width: 320px;
	font-family: "Roboto", sans-serif;
	color: #333;
	position: relative;
	overflow-x: hidden;
}

body.full-bg {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.content-color-bg .page {
	background: #fcecdf;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

body.content-color-bg .menu-top-container {
	background: transparent;
}

body.content-color-bg .menu-top {
	background: #509600;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	color: #666;
}

input:required:valid,
textarea:required:valid {
	color: #666;
}

.page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: calc(100vh - var(--vh-offset, 0px));
}

.page-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	padding-top: 25px;
}

.page-content.page-content-no-margin-top {
	padding-top: 0;
	margin-top: 0;
}

.page-content.page-content-no-margin-bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

.content-column .container,
.content-column .container-fluid,
.sidebar .container,
.sidebar .container-fluid,
.container:not(.container-wrapper) .container,
.container:not(.container-wrapper) .container-fluid {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: inherit;
	margin-right: inherit;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

a,
input[type='button'] {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

a:hover,
input[type='button']:hover {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

input[type='text'],
input[type='file'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='date'],
select,
textarea {
	padding: 6px 12px;
	border: 1px solid #eaebec;
	border-radius: 4px;
	-webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
	-o-transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

input:focus[type='text'],
input:focus[type='file'],
input:focus[type='password'],
input:focus[type='tel'],
input:focus[type='email'],
input:focus[type='search'],
input:focus[type='number'],
input:focus[type='date'],
select:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 1pt #869791;
	box-shadow: 0 0 0 1pt #869791;
}

textarea {
	min-height: 2.5rem;
}

label,
input[type='radio'],
input[type='checkbox'] {
	cursor: pointer;
}

h1,
.h1,
h2:not(.h2-title),
.h2:not(.h2-title),
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 20px;
}

h1,
.h1 {
	font-size: 36px;
}

h2:not(.h2-title),
.h2:not(.h2-title) {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
	font-weight: bold;
}

.sub-title {
	font-style: italic;
	color: #333;
	margin-bottom: 20px;
}

.sub-title:before {
	content: '';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #509600;
	height: 3px;
	width: 190px;
	margin-bottom: 15px;
}

.button,
.button2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 190px;
	max-width: 100%;
	font-size: 16px;
	min-height: 44px;
	line-height: 1.1;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
}

.button _:-ms-input-placeholder,
.button2 _:-ms-input-placeholder,
:root .button,
:root .button2 {
	height: 0;
}

.button {
	background-color: #509600;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.button:hover {
	background-color: #3a6d00;
}

.button:active {
	background-color: #509600;
}

.button2 {
	background-color: transparent;
	color: #509600;
	border: 1px solid #509600;
	border-radius: 4px;
	text-transform: uppercase;
}

.button2:hover {
	color: #fff;
	background-color: #509600;
}

.button2:active {
	color: #509600;
	background-color: transparent;
}

.button-container {
	text-align: center;
}

blockquote {
	margin-left: 30px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}

::placeholder {
	color: #999;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

:focus {
	outline: 2px solid #869791;
	outline-offset: 2px;
}

.hidden {
	display: none !important;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

address {
	margin-bottom: 0;
}

td,
th {
	padding: 5px;
}

.item-padding {
	padding: 20px 15px;
	background-color: var(--item_bg);
	border: 1px solid var(--item_border-color);
}

a.phone,
a.phone2 {
	white-space: nowrap;
}

.no-img {
	background: #EEEEEE;
	width: 100%;
	height: 100%;
	position: relative;
	color: #BBBBBB;
	font-size: 7rem;
}

.no-img:after {
	content: "\f03e";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lazy:not(.loaded) {
	background: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

.red-color {
	color: #ff5400;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-12 {
	margin-bottom: 12px;
}

.float-start {
	float: left;
}

.float-end {
	float: right;
}

.float-none {
	float: none;
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* fancybox blur */

body.fancybox-active .header-desktop,
body.fancybox-active .menu-top-container,
body.fancybox-active .page-content,
body.fancybox-active footer,
body.fancybox-active .widget-phone,
body.fancybox-active .toTop,
body.fancybox-active .mini-cart,
body.fancybox-active .mini-cart2,
body.fancybox-active .mini-cart3 {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: -webkit-filter 0.1s;
	transition: -webkit-filter 0.1s;
	-o-transition: filter 0.1s;
	transition: filter 0.1s;
	transition: filter 0.1s, -webkit-filter 0.1s;
}

body.fancybox-active .fancybox-container {
	-webkit-filter: none;
	filter: none;
}

/* показать лупу, если фэнсибокс увеличивает картинку */

[data-fancybox].img-container,
[data-fancybox] .img-container {
	position: relative;
}

[data-fancybox].img-container:after,
[data-fancybox] .img-container:after {
	width: 43px;
	height: 60px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	content: "\f00e";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

[data-fancybox].img-container:hover:after,
[data-fancybox] .img-container:hover:after {
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

/* preloader */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: none;
}

#preloader .spinner {
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

#preloader.active {
	display: block;
}

#preloader .spinner,
.pagination-ajax-loader,
.contacts-block .contacts-block-item .contacts-map .contacts-map-wrap:before,
.map-block .map-block-map:before {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: preloader-rotate .8s infinite linear;
	animation: preloader-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
}

.block-with-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-with-icon:before {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-family: 'Font Awesome 5 Free';
}

.block-with-icon.block-with-icon-phone:before {
	content: "\f095";
	width: 1.28571429em;
	text-align: center;
	margin-right: 5px;
	font-weight: 900;
}

.animated-hidden {
	visibility: hidden !important;
}

.animate__animated,
.animated-end {
	visibility: visible !important;
}

.delay-0-2s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay-0-4s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay-0-6s {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay-0-8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/*==========  /BASE ELEMENTS  ==========*/

/**/

/**/

/*==========  BREADCRUMB  ==========*/

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
}

.breadcrumb li a,
.breadcrumb li span {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 450px;
	overflow: hidden;
}

.breadcrumb li:not(:last-child):after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #666666;
	margin: 0 8px;
}

.breadcrumb li.active {
	color: #999999;
}

/*==========  /BREADCRUMB  ==========*/

/**/

/**/

/*==========  PAGINATION  ==========*/

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .pagination-item {
	width: 40px;
	height: 40px;
	margin: 0 3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #fff;
	color: #000;
	border: 1px solid #d7dee3;
	text-decoration: none;
	border-radius: 4px;
}

.pagination .pagination-item.selected,
.pagination .pagination-item:hover {
	color: #fff !important;
	background: #509600;
	border: 1px solid #509600;
}

.pagination .pagination-item:last-child {
	margin-right: 0;
}

.pagination-ajax {
	display: none;
}

.button-container-pagination-ajax {
	position: relative;
}

.pagination-ajax-loader {
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}

/*==========  /PAGINATION  ==========*/

/**/

/**/

/*==========  CONTENT BLOCKS ==========*/

.text-block .text-block-item:not(:last-child),
.text-block-two-columns .text-block-item:not(:last-child),
.text-block-three-columns .text-block-item:not(:last-child),
.text-block-float .text-block-item:not(:last-child) {
	margin-bottom: 30px;
}

.text-block .text-block-item > *:last-child,
.text-block-two-columns .text-block-item > *:last-child,
.text-block-three-columns .text-block-item > *:last-child,
.text-block-float .text-block-item > *:last-child {
	margin-bottom: 0;
}

.text-block-two-columns2 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.text-block-two-columns2 .text-block-item {
	width: 100%;
}

.text-block-two-columns2 .text-block-item + .container {
	margin-top: 30px;
}

.text-block-two-columns2 .text-block-item > .row + .container {
	margin-top: 30px;
}

.text-block-two-columns2 .img-container-bg {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.text-block-two-columns2 .img-container-bg:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 58.83%);
}

.text-block-two-columns2 .video-container {
	height: 100%;
}

.text-block-two-columns2 .text-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 560px;
}

.text-block-two-columns2 .text-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-block-two-columns2 [class*="col-"]:nth-child(1) .text-container,
.text-block-two-columns2 [class*="col-"]:nth-child(2) .text-container {
	width: 660px;
}

.text-block-two-columns2 [class*="col-"]:nth-child(1).text-col {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.text-block-two-columns2 [class*="col-"]:nth-child(1) .text-container {
	padding-left: 15px;
	padding-right: 120px;
}

.text-block-two-columns2 [class*="col-"]:nth-child(2).text-col {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.text-block-two-columns2 [class*="col-"]:nth-child(2) .text-container {
	padding-right: 15px;
	padding-left: 120px;
}

.text-block-float .img-container,
.news-inner .img-container {
	margin-bottom: 30px;
}

.text-block-float .img-container.float-start,
.news-inner .img-container.float-start {
	margin-right: 30px;
}

.text-block-float .img-container.float-end,
.news-inner .img-container.float-end {
	margin-left: 30px;
}

.text-block-float a.img-container img,
.news-inner a.img-container img {
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.text-block-float a.img-container:hover img,
.news-inner a.img-container:hover img {
	-webkit-box-shadow: 0 2px 10px 0 #b3b6ba;
	box-shadow: 0 2px 10px 0 #b3b6ba;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.tpl-block-list-objects > *:last-child {
	margin-bottom: 0;
}

/* ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */

.text-elements > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.title-wrapper) {
	margin-bottom: 1rem;
}

.text-elements > *:last-child {
	margin-bottom: 0 !important;
}

.text-elements h1,
.text-elements .h1,
.text-elements h2,
.text-elements .h2,
.text-elements h3,
.text-elements .h3,
.text-elements h4,
.text-elements .h4,
.text-elements h5,
.text-elements .h5,
.text-elements h6,
.text-elements .h6,
.text-elements .sub-title,
.text-elements .title-wrapper {
	margin-bottom: .5rem;
}

.text-elements img {
	max-width: 100%;
	height: auto;
}

.text-elements .img-container {
	text-align: center;
}

.text-elements a.img-container {
	display: inline-block;
}

.text-elements a.img-container img {
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.text-elements a.img-container:hover img {
	-webkit-box-shadow: 0 2px 10px 0 #b3b6ba;
	box-shadow: 0 2px 10px 0 #b3b6ba;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.text-elements ul,
.text-elements ol {
	margin-left: -20px;
}

.text-elements ul li:not(:last-child),
.text-elements ol li:not(:last-child) {
	margin-bottom: 5px;
}

.text-elements ul > li,
.text-elements ol > li {
	position: relative;
	left: 20px;
	padding-right: 20px;
}

.text-elements ul {
	padding-left: 20px;
}

.text-elements ol {
	padding-left: 30px;
}

.text-elements ol > li::marker {
	color: #509600;
	font-weight: bold;
}

.text-elements:after {
	display: block;
	clear: both;
	content: "";
}

.text-elements-title h1,
.text-elements-title .h1,
.text-elements-title h2,
.text-elements-title .h2,
.text-elements-title h3,
.text-elements-title .h3,
.text-elements-title h4,
.text-elements-title .h4,
.text-elements-title h5,
.text-elements-title .h5,
.text-elements-title h6,
.text-elements-title .h6,
.text-elements-title .sub-title,
.text-elements-title .title-wrapper {
	margin-bottom: .5rem;
}

.text-elements-title h1:last-child,
.text-elements-title .h1:last-child,
.text-elements-title h2:last-child,
.text-elements-title .h2:last-child,
.text-elements-title h3:last-child,
.text-elements-title .h3:last-child,
.text-elements-title h4:last-child,
.text-elements-title .h4:last-child,
.text-elements-title h5:last-child,
.text-elements-title .h5:last-child,
.text-elements-title h6:last-child,
.text-elements-title .h6:last-child,
.text-elements-title .sub-title:last-child,
.text-elements-title .title-wrapper:last-child {
	margin-bottom: 0 !important;
}

ul.ul-style {
	padding-left: 0;
}

ul.ul-style > li {
	position: relative;
	padding-left: 15px;
}

ul.ul-style > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #509600;
}

table[class=""] {
	margin-bottom: 1rem;
}

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

.text-left.title-wrapper > * {
	text-align: left !important;
}

.text-left.title-wrapper .sub-title:before {
	margin-left: inherit !important;
	margin-right: inherit !important;
}

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

.text-right.title-wrapper > * {
	text-align: right !important;
}

.text-right.title-wrapper .sub-title:before {
	margin-left: auto !important;
	margin-right: inherit !important;
}

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

.text-center.title-wrapper > * {
	text-align: center !important;
}

.text-center.title-wrapper .sub-title:before {
	margin-left: auto !important;
	margin-right: auto !important;
}

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

.text-justify.title-wrapper > * {
	text-align: justify !important;
}

.text-justify.title-wrapper .sub-title:before {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* /ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */

/* ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */

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

.block-margin-bottom-small {
	margin-bottom: 30px;
}

.block-margin-bottom-disabled {
	margin-bottom: 0 !important;
}

.block-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.block-padding-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

.block-margin-bottom > .container:last-child > .tpl-block-list-objects,
.block-margin-bottom-small > .container:last-child > .tpl-block-list-objects,
.block-margin-bottom-disabled > .container:last-child > .tpl-block-list-objects,
.block-padding > .container:last-child > .tpl-block-list-objects,
.block-padding-small > .container:last-child > .tpl-block-list-objects {
	margin-bottom: 30px;
}

.block-margin-bottom > .container:last-child > div:last-child:not(.row-mb-30-minus),
.block-margin-bottom-small > .container:last-child > div:last-child:not(.row-mb-30-minus),
.block-margin-bottom-disabled > .container:last-child > div:last-child:not(.row-mb-30-minus),
.block-padding > .container:last-child > div:last-child:not(.row-mb-30-minus),
.block-padding-small > .container:last-child > div:last-child:not(.row-mb-30-minus) {
	margin-bottom: 0;
}

.block-margin-bottom:not(.block-padding-disabled) > .container:last-child > div.row-mb-30-minus:last-child,
.block-margin-bottom:not(.block-padding-disabled) > .container:last-child > .tpl-block-list-objects > div.row-mb-30-minus:last-child,
.block-margin-bottom-small:not(.block-padding-disabled) > .container:last-child > div.row-mb-30-minus:last-child,
.block-margin-bottom-small:not(.block-padding-disabled) > .container:last-child > .tpl-block-list-objects > div.row-mb-30-minus:last-child,
.block-margin-bottom-disabled:not(.block-padding-disabled) > .container:last-child > div.row-mb-30-minus:last-child,
.block-margin-bottom-disabled:not(.block-padding-disabled) > .container:last-child > .tpl-block-list-objects > div.row-mb-30-minus:last-child,
.block-padding:not(.block-padding-disabled) > .container:last-child > div.row-mb-30-minus:last-child,
.block-padding:not(.block-padding-disabled) > .container:last-child > .tpl-block-list-objects > div.row-mb-30-minus:last-child,
.block-padding-small:not(.block-padding-disabled) > .container:last-child > div.row-mb-30-minus:last-child,
.block-padding-small:not(.block-padding-disabled) > .container:last-child > .tpl-block-list-objects > div.row-mb-30-minus:last-child {
	margin-bottom: -30px;
}

.block-padding-disabled {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.content-column .block-padding,
.content-column .block-padding-small,
.content-column .block-padding-disabled {
	padding-left: 30px;
	padding-right: 30px;
}

.block-bg {
	background-position: top center;
}

[data-bg]:not(.loaded) {
	background-color: #EEEEEE;
}

[data-bg]:not(.loaded).block-text-color-white {
	background-color: #BBBBBB;
}

.block-bg-repeat {
	background-repeat: repeat;
}

.block-bg-no-repeat {
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-bg {
	background-position: center center;
	background-attachment: fixed;
}

.block-text-color-white {
	color: #fff;
}

.block-text-color-white .h1,
.block-text-color-white .h2,
.block-text-color-white .h3,
.block-text-color-white .h4,
.block-text-color-white .h5,
.block-text-color-white .h6,
.block-text-color-white h1,
.block-text-color-white h2,
.block-text-color-white h3,
.block-text-color-white h4,
.block-text-color-white h5,
.block-text-color-white h6,
.block-text-color-white a:not(.button):not(.button2),
.block-text-color-white.catalog-advantage.variant7 .item .text-container .name,
.block-text-color-white.catalog-advantage.variant8 .item .text-container .text ul li a,
.block-text-color-white .sub-title,
.block-text-color-white ol:not(.breadcrumb) li:before {
	color: #fff;
}

.block-text-color-white a:not([class]) {
	color: #fff;
	text-decoration: underline;
}

.block-text-color-white a:not([class]):hover {
	color: #fff;
	text-decoration: none;
}

.block-text-color-white .button2 {
	border: 1px solid #fff;
	color: #fff;
}

.block-text-color-white .button2:hover {
	background: rgba(255, 255, 255, 0.5);
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:checked + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:checked + label .icon:before,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:checked + label .icon:before {
	color: #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:not(:disabled) + label:hover .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:focus + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:focus + label:hover .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:disabled + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:disabled + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant1 input:disabled:checked + label .icon:before,
.block-text-color-white .input-awesome.checkbox-awesome.variant3 input:disabled:checked + label .icon:before {
	color: #6e6e6e;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 label .icon {
	background: #fff;
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:checked + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:checked + label .icon {
	background: #fff;
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:checked + label .icon:before,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:checked + label .icon:before {
	color: #000;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:not(:disabled) + label:hover .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:not(:disabled) + label:hover .icon {
	background: #fff;
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:focus + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:focus + label:hover .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:disabled + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:disabled + label .icon {
	background: #C5C5C5;
	-webkit-box-shadow: 0 0 0 0.13em #C5C5C5;
	box-shadow: 0 0 0 0.13em #C5C5C5;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:disabled:checked + label .icon,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:disabled:checked + label .icon {
	background: #C5C5C5;
}

.block-text-color-white .input-awesome.checkbox-awesome.variant2 input:disabled:checked + label .icon :before,
.block-text-color-white .input-awesome.checkbox-awesome.variant4 input:disabled:checked + label .icon :before {
	color: #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:checked + label .icon:before {
	background: #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:disabled + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
}

.block-text-color-white .input-awesome.radio-awesome.variant1 input:disabled:checked + label .icon:before {
	background: #6e6e6e;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 label .icon {
	background: #fff;
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
	background: #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:checked + label .icon:before {
	background: #000;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff;
	box-shadow: 0 0 0 0.13em #fff;
	background: #fff;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #fff, 0 0 0 0.23em #f4a70b;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:disabled + label .icon {
	background: #C5C5C5;
	-webkit-box-shadow: 0 0 0 0.13em #C5C5C5;
	box-shadow: 0 0 0 0.13em #C5C5C5;
}

.block-text-color-white .input-awesome.radio-awesome.variant2 input:disabled:checked + label .icon {
	background: #C5C5C5;
}

.block-text-color-white .sub-title:before {
	background: rgba(255, 255, 255, 0.5);
}

.block-text-color-white.video-bg .container .h1,
.block-text-color-white.video-bg .container .h2,
.block-text-color-white.video-bg .container .h3,
.block-text-color-white.video-bg .container h1,
.block-text-color-white.video-bg .container h2,
.block-text-color-white.video-bg .container h3,
.block-text-color-white.one-slide .container .h1,
.block-text-color-white.one-slide .container .h2,
.block-text-color-white.one-slide .container .h3,
.block-text-color-white.one-slide .container h1,
.block-text-color-white.one-slide .container h2,
.block-text-color-white.one-slide .container h3 {
	position: relative;
}

.block-text-color-black {
	color: #333;
}

.video-bg {
	position: relative;
	overflow: hidden;
}

.video-bg .video-bg-block {
	position: absolute !important;
	width: 100%;
	height: 100% !important;
	background: #FAFAFA;
}

.video-bg .inline-YTPlayer {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* /ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */

/*==========  CONTENT BLOCKS  ==========*/

/**/

/**/

/*==========  MODAL WINDOWS AND FORMS  ==========*/

/*modal windows*/

.modal {
	padding: 24px;
	padding-top: 35px;
	max-width: 95%;
	-webkit-transition: top 0.2s, -webkit-transform  0.2s;
	transition: top 0.2s, -webkit-transform  0.2s;
	-o-transition: top 0.2s, transform  0.2s;
	transition: top 0.2s, transform  0.2s;
	transition: top 0.2s, transform  0.2s, -webkit-transform  0.2s;
	min-width: 480px;
}

.modal .h2 {
	margin-bottom: 20px;
	font-size: 24px;
}

.modal .h2:before,
.modal .h2:after {
	display: none;
}

.modal .other-html {
	max-width: 600px;
}

.modal.modal-success {
	min-width: 300px;
}

.modal.modal-success .success-text {
	text-align: center;
}

.modal.modal-widget-phone {
	min-width: 350px;
}

.modal.modal-widget-phone .h2 {
	font-size: 18px;
}

.modal.modal-widget-phone .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.modal.modal-zakaz .img-container img {
	max-width: 200px;
	max-height: 200px;
}

.modal.modal-slide {
	max-width: 1000px;
	text-align: center;
}

.modal.modal-slide .text-container {
	margin-top: 15px;
}

.modal.modal-slide .text-container .title {
	font-size: 32px;
}

.modal.modal-slide .text-container .text {
	margin-top: 10px;
}

.modal.modal-slide .text-container .button {
	margin-top: 10px;
}

.fancybox-slide--current .modal {
	-webkit-animation: modal-open-amimation 0.2s ease-in-out;
	animation: modal-open-amimation 0.2s ease-in-out;
}

.fancybox-is-closing .modal {
	top: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

/*forms*/

.form-container .h2 {
	text-align: center;
}

.form-container .form-group {
	margin-bottom: 15px;
	margin-bottom: 15px;
}

.form-container .form-group .col-form-label {
	margin-bottom: 0;
	padding-top: calc(.5rem - 1px * 2);
	padding-bottom: calc(.5rem - 1px * 2);
}

.form-container .form-group .form-control input[type='text'],
.form-container .form-group .form-control input[type='file'],
.form-container .form-group .form-control input[type='password'],
.form-container .form-group .form-control input[type='tel'],
.form-container .form-group .form-control input[type='email'],
.form-container .form-group .form-control input[type='search'],
.form-container .form-group .form-control input[type='number'],
.form-container .form-group .form-control select,
.form-container .form-group .form-control textarea {
	width: 100%;
}

.form-container .form-group .form-control .form-control-feedback {
	margin-top: 5px;
	display: none;
}

.form-container .form-group .marker {
	color: #f4a70b;
}

.form-container .form-group.error .col-form-label,
.form-container .form-group.error .marker,
.form-container .form-group.error .form-control .form-control-feedback {
	color: #d9534f;
}

.form-container .form-group.error .form-control {
	position: relative;
}

.form-container .form-group.error .form-control input[type='text'],
.form-container .form-group.error .form-control input[type='file'],
.form-container .form-group.error .form-control input[type='password'],
.form-container .form-group.error .form-control input[type='tel'],
.form-container .form-group.error .form-control input[type='email'],
.form-container .form-group.error .form-control input[type='search'],
.form-container .form-group.error .form-control input[type='number'],
.form-container .form-group.error .form-control textarea {
	border-color: #d9534f;
	-webkit-transition: border 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
}

.form-container .form-group.error .form-control textarea {
	min-height: 40px;
}

.form-container .form-group.error .form-control select {
	border-color: #d9534f;
	-webkit-transition: border 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
}

.form-container .form-group.error .form-control .form-control-feedback {
	display: block;
}

.form-container .form-group.error.error:not(.agreement) .form-control:before {
	content: "\f06a";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 7px;
	right: 20px;
	color: #C30000;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
}

.form-container .form-group.agreement {
	font-size: 13px;
}

.form-container .form-group.agreement label {
	margin-bottom: 0;
}

.form-container .form-group.agreement .input-awesome.checkbox-awesome label .icon {
	top: 1px;
}

.form-container .button-container {
	margin-top: 0;
}

.form-container .button-container .button {
	min-width: 200px;
}

.form-in-page .form-container .form-group {
	margin-bottom: 0;
}

.form-in-page .form-container .form-group.agreement {
	margin-top: 10px;
	text-align: center;
}

.form-in-page .form-container .form-group.agreement .form-group-agreement-wrapper {
	display: inline-block;
	text-align: left;
}

.form-in-page .form-container .form-group.agreement .form-group-agreement-wrapper .form-control-feedback {
	margin-left: 24px;
}

.form-in-page .button-container .button {
	min-height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
}

.form-in-page2 .form-container .form-group textarea {
	min-height: 4.5rem;
}

.form-in-page2 .form-container .form-group.agreement {
	text-align: center;
}

.form-in-page2 .button-container .button {
	padding: 6px 12px;
}

/*==========  /MODAL WINDOWS AND FORMS  ==========*/

/**/

/**/

/*==========  CHECKBOX, RADIO AWESOME ICONS  ==========*/

.input-awesome input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.input-awesome .icon:before {
	font-family: 'Font Awesome 5 Free';
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 label {
	padding-left: 20px;
	position: relative;
}

.input-awesome.checkbox-awesome.variant1 label .icon {
	position: absolute;
	margin-left: -20px;
	top: 3px;
	width: 14px;
	height: 14px;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 1px;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 label .icon:before {
	content: "\f00c";
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	font-size: 11px;
}

.input-awesome.checkbox-awesome.variant1 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 input:checked + label .icon:before {
	color: #509600;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant1 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.checkbox-awesome.variant1 input:disabled + label .icon {
	opacity: .6;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
}

.input-awesome.checkbox-awesome.variant1 input:disabled:checked + label .icon:before {
	color: #6e6e6e;
}

.input-awesome.checkbox-awesome.variant2 label {
	padding-left: 20px;
	position: relative;
}

.input-awesome.checkbox-awesome.variant2 label .icon {
	position: absolute;
	margin-left: -20px;
	top: 3px;
	width: 14px;
	height: 14px;
	background: #6e6e6e;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 1px;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 label .icon:before {
	content: "\f00c";
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	font-size: 11px;
}

.input-awesome.checkbox-awesome.variant2 input:checked + label .icon {
	background: #509600;
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 input:checked + label .icon:before {
	color: #fff;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 input:not(:disabled) + label:hover .icon {
	background: #509600;
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant2 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.checkbox-awesome.variant2 input:disabled + label .icon {
	background: #C5C5C5;
	-webkit-box-shadow: 0 0 0 0.13em #C5C5C5;
	box-shadow: 0 0 0 0.13em #C5C5C5;
}

.input-awesome.checkbox-awesome.variant2 input:disabled:checked + label .icon {
	background: #C5C5C5;
}

.input-awesome.checkbox-awesome.variant2 input:disabled:checked + label .icon :before {
	color: #fff;
}

.input-awesome.checkbox-awesome.variant3 label {
	padding-left: 22px;
	position: relative;
}

.input-awesome.checkbox-awesome.variant3 label .icon {
	position: absolute;
	margin-left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 label .icon:before {
	content: "\f00c";
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	font-size: 11px;
	position: relative;
	top: 1px;
}

.input-awesome.checkbox-awesome.variant3 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 input:checked + label .icon:before {
	color: #509600;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant3 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.checkbox-awesome.variant3 input:disabled + label .icon {
	opacity: .6;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
}

.input-awesome.checkbox-awesome.variant3 input:disabled:checked + label .icon:before {
	color: #6e6e6e;
}

.input-awesome.checkbox-awesome.variant4 label {
	padding-left: 22px;
	position: relative;
}

.input-awesome.checkbox-awesome.variant4 label .icon {
	position: absolute;
	margin-left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #6e6e6e;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 label .icon:before {
	content: "\f00c";
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	font-size: 11px;
	position: relative;
	top: 1px;
}

.input-awesome.checkbox-awesome.variant4 input:checked + label .icon {
	background: #509600;
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 input:checked + label .icon:before {
	color: #fff;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 input:not(:disabled) + label:hover .icon {
	background: #509600;
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.checkbox-awesome.variant4 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.checkbox-awesome.variant4 input:disabled + label .icon {
	background: #C5C5C5;
	-webkit-box-shadow: 0 0 0 0.13em #C5C5C5;
	box-shadow: 0 0 0 0.13em #C5C5C5;
}

.input-awesome.checkbox-awesome.variant4 input:disabled:checked + label .icon {
	background: #C5C5C5;
}

.input-awesome.checkbox-awesome.variant4 input:disabled:checked + label .icon :before {
	color: #fff;
}

.input-awesome.radio-awesome.variant1 label {
	padding-left: 22px;
	position: relative;
}

.input-awesome.radio-awesome.variant1 label .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	margin-left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 label .icon:before {
	content: "";
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
}

.input-awesome.radio-awesome.variant1 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 input:checked + label .icon:before {
	background: #509600;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #869791;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant1 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.radio-awesome.variant1 input:disabled + label .icon {
	opacity: .6;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
}

.input-awesome.radio-awesome.variant1 input:disabled:checked + label .icon:before {
	background: #6e6e6e;
}

.input-awesome.radio-awesome.variant2 label {
	padding-left: 22px;
	position: relative;
}

.input-awesome.radio-awesome.variant2 label .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	margin-left: -22px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #6e6e6e;
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e;
	box-shadow: 0 0 0 0.13em #6e6e6e;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 label .icon:before {
	content: "";
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
}

.input-awesome.radio-awesome.variant2 input:checked + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	background: #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 input:checked + label .icon:before {
	background: #fff;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 input:not(:disabled) + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600;
	box-shadow: 0 0 0 0.13em #509600;
	background: #509600;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 input:focus + label .icon {
	-webkit-box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #6e6e6e, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 input:focus + label:hover .icon {
	-webkit-box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #509600, 0 0 0 0.23em #f4a70b;
	-webkit-transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.input-awesome.radio-awesome.variant2 input:disabled + label {
	cursor: not-allowed;
}

.input-awesome.radio-awesome.variant2 input:disabled + label .icon {
	background: #C5C5C5;
	-webkit-box-shadow: 0 0 0 0.13em #C5C5C5;
	box-shadow: 0 0 0 0.13em #C5C5C5;
}

.input-awesome.radio-awesome.variant2 input:disabled:checked + label .icon {
	background: #C5C5C5;
}

/*==========  /CHECKBOX, RADIO AWESOME ICONS  ==========*/

/**/

/**/

/*==========  HEADER  ==========*/

.header-desktop {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-desktop .logo {
	display: inline-block;
}

.header-desktop .contacts {
	font-style: normal;
}

.header-desktop .search-container {
	position: relative;
	margin-top: 15px;
}

.header-desktop .search-container input[type=search] {
	width: 100%;
	padding: 6px 30px 6px 12px;
}

.header-desktop .search-container input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	border: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: #cccccc;
	padding: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	cursor: pointer;
}

.header-desktop .search-container input[type=submit]:hover {
	color: #333;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.header-desktop .search-container input[type=submit]:active {
	color: #cccccc;
}

.header-desktop .search-container .advancedlink {
	display: none;
}

/*==========  /HEADER  ==========*/

/**/

/**/

/*==========  MENU-TOP  ==========*/

.menu-top-container {
	background-color: #509600;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 4;
}

.menu-top:not(.mm-menu) ul.level1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-top:not(.mm-menu) ul.level1 > li {
	position: relative;
	z-index: 3;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.menu-top:not(.mm-menu) ul.level1 > li.position-static {
	position: static;
}

.menu-top:not(.mm-menu) ul.level1 > li > .item,
.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	min-height: 44px;
	padding: 6px 10px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

.menu-top:not(.mm-menu) ul.level1 > li > .item _:-ms-input-placeholder,
:root .menu-top:not(.mm-menu) ul.level1 > li > .item,
.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a _:-ms-input-placeholder,
:root
      .menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
	height: 0;
}

.menu-top:not(.mm-menu) ul.level1 > li:hover > .item,
.menu-top:not(.mm-menu) ul.level1 > li.active > .item,
.menu-top:not(.mm-menu) ul.level1 > li.selected > .item,
.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore:hover > a,
.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore.active > a {
	background-color: #004b88;
}

.menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
	font-weight: bold;
}

.menu-top:not(.mm-menu) ul.level1 > li.submenu > .item:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 7px;
	font-size: 13px;
}

.menu-top:not(.mm-menu) ul.level2 {
	display: none;
	position: absolute;
	min-width: 100%;
	max-width: 300px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.menu-top:not(.mm-menu) ul.level1 > li:hover > ul.level2 {
	display: block !important;
}

.menu-top:not(.mm-menu) ul.level2,
.menu-top:not(.mm-menu) ul.flexMenu-popup {
	background-color: #004b88;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-top:not(.mm-menu) ul.level2 > li,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li {
	position: relative;
}

.menu-top:not(.mm-menu) ul.level2 > li > .item,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	padding: 6px 13px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.menu-top:not(.mm-menu) ul.level2 > li > .item _:-ms-input-placeholder,
:root .menu-top:not(.mm-menu) ul.level2 > li > .item,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li > .item _:-ms-input-placeholder,
:root .menu-top:not(.mm-menu) ul.flexMenu-popup > li > .item {
	height: 0;
}

.menu-top:not(.mm-menu) ul.level2 > li:hover > .item,
.menu-top:not(.mm-menu) ul.level2 > li.active > .item,
.menu-top:not(.mm-menu) ul.level2 > li.selected > .item,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > .item,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li.active > .item,
.menu-top:not(.mm-menu) ul.flexMenu-popup > li.selected > .item {
	background-color: #509600;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 {
	display: none;
	top: 0;
	left: 100%;
	position: absolute;
	max-width: 300px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #004b88;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li {
	position: relative;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	padding: 6px 13px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li > .item _:-ms-input-placeholder,
:root .menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li > .item {
	height: 0;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li:hover > .item,
.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li.active > .item,
.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li.selected > .item {
	background-color: #509600;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column).level2 > li:hover > ul.level3 {
	display: block !important;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup {
	right: 0;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li > ul.level2 {
	display: block;
	padding-left: 15px;
	top: 0;
	left: 0;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > ul.level2 {
	display: block !important;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li > ul.level2 > li > ul.level3 {
	display: block;
	padding-left: 15px;
	top: 0;
	left: 0;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > ul.level3 {
	display: block !important;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column {
	left: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(9, 10, 10, 0.2);
	box-shadow: 0 2px 3px rgba(9, 10, 10, 0.2);
	white-space: inherit;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap > .item .img-container {
	margin-bottom: 10px;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap > .item .title {
	font-size: 20px;
	color: #509600;
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	line-height: 1.2;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap > .item:hover .title,
.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap.active > .item .title,
.menu-top:not(.mm-menu) ul.level2-fullwidth-column .item-wrap.selected > .item .title {
	text-decoration: underline;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 {
	margin-bottom: 20px;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 > li > .item {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 > li:not(:last-child) > .item {
	margin-bottom: 10px;
}

.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 > li > a:hover,
.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 > li.active > .item,
.menu-top:not(.mm-menu) ul.level2-fullwidth-column ul.level3 > li.selected > .item {
	text-decoration: underline;
}

.menu-top:not(.mm-menu) ul .level2-fullwidth {
	left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(9, 10, 10, 0.2);
	box-shadow: 0 2px 3px rgba(9, 10, 10, 0.2);
	white-space: inherit;
}

.menu-top:not(.mm-menu) ul .level2-fullwidth .level2-wrap .item {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

.menu-top:not(.mm-menu) ul .level2-fullwidth .level2-wrap div:not(:last-child) .item {
	margin-bottom: 10px;
}

.menu-top:not(.mm-menu) ul .level2-fullwidth .level2-wrap .item:hover,
.menu-top:not(.mm-menu) ul .level2-fullwidth .level2-wrap .item.active,
.menu-top:not(.mm-menu) ul .level2-fullwidth .level2-wrap .item.selected {
	text-decoration: underline;
}

/**/

/*==========  /Menu-top  ==========*/

/**/

/**/

.sidebar aside > div:not(:last-child) {
	margin-bottom: 30px;
}

/*==========  VERTICAL MENU  ==========*/

.vertical-menu-container .h2 {
	min-height: 43px;
}

.vertical-menu ul.level1 {
	border: 1px solid #ebeef1;
	border-bottom: none;
}

.vertical-menu ul.level1 > li > .item-wrap > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 42px;
	padding: 6px 25px 6px 12px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ebeef1;
	line-height: 1.2;
}

.vertical-menu ul.level1 > li > .item-wrap > .item span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vertical-menu ul.level1 > li > .item-wrap > .item:hover,
.vertical-menu ul.level1 > li.active > .item-wrap > .item,
.vertical-menu ul.level1 > li.selected > .item-wrap > .item {
	background-color: #004b88;
	color: #fff;
}

.vertical-menu ul.level1 > li > .item-wrap > .item:hover + .submenu-btn,
.vertical-menu ul.level1 > li.active > .item-wrap > .item + .submenu-btn,
.vertical-menu ul.level1 > li.selected > .item-wrap > .item + .submenu-btn {
	color: #fff;
}

.vertical-menu ul.level1 > li > .item-wrap {
	position: relative;
}

.vertical-menu ul.level1 > li > .item-wrap .submenu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	width: 30px;
	height: 100%;
	color: #ACACAC;
	font-size: 13px;
}

.vertical-menu ul.level1 > li > .item-wrap .submenu-btn:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.vertical-menu ul.level1 > li > .item-wrap .submenu-btn:hover {
	color: #333;
}

.vertical-menu ul.level1 > li > .item-wrap .submenu-btn.submenu-btn-show:after {
	content: "\f078";
}

.vertical-menu ul.level1 > li > .item-wrap .submenu-btn.submenu-btn-hide:after {
	content: "\f054" !important;
}

.vertical-menu ul.level1 > li.active > .item-wrap > .submenu-btn,
.vertical-menu ul.level1 > li.selected > .item-wrap > .submenu-btn {
	color: #fff;
}

.vertical-menu ul.level1 > li.active > .item-wrap > .submenu-btn:after,
.vertical-menu ul.level1 > li.selected > .item-wrap > .submenu-btn:after {
	content: "\f078";
}

.vertical-menu ul.level1 > li.active > .item-wrap > .submenu-btn:hover,
.vertical-menu ul.level1 > li.selected > .item-wrap > .submenu-btn:hover {
	opacity: .8;
}

.vertical-menu ul.level1 > li.active ul.level2,
.vertical-menu ul.level1 > li.selected ul.level2 {
	display: block;
}

.vertical-menu ul.level2 {
	display: none;
	border-top: none;
	background-color: #f5f6f7;
	padding: 6px 0;
}

.vertical-menu ul.level2 > li > .item {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 6px 15px;
	color: #666666;
	line-height: 1.2;
}

.vertical-menu ul.level2 > li > .item span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vertical-menu ul.level2 > li > .item:hover,
.vertical-menu ul.level2 > li.active > .item,
.vertical-menu ul.level2 > li.selected > .item {
	text-decoration: underline;
}

.vertical-menu ul > li:not(.selected) a span {
	display: block;
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.vertical-menu ul > li:not(.selected) a:hover span {
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

/*==========  /VERTICAL MENU  ==========*/

/**/

/**/

/*==========  FOOTER  ==========*/

footer .footer-desktop.variant1,
footer .footer-desktop.variant3,
footer .footer-desktop.variant4 {
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #d8d8d8;
}

footer .footer-desktop.variant1 .row,
footer .footer-desktop.variant3 .row,
footer .footer-desktop.variant4 .row {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .footer-desktop.variant1 .contacts,
footer .footer-desktop.variant3 .contacts,
footer .footer-desktop.variant4 .contacts {
	font-style: normal;
}

footer .footer-desktop.variant1 .contacts .phone,
footer .footer-desktop.variant3 .contacts .phone,
footer .footer-desktop.variant4 .contacts .phone {
	font-size: 20px;
	text-decoration: none;
	white-space: nowrap;
}

footer .footer-desktop.variant1 .contacts .phone:hover,
footer .footer-desktop.variant3 .contacts .phone:hover,
footer .footer-desktop.variant4 .contacts .phone:hover {
	text-decoration: underline;
}

footer .footer-desktop.variant1 .counter,
footer .footer-desktop.variant3 .counter,
footer .footer-desktop.variant4 .counter {
	margin-top: 10px;
}

footer .footer-desktop.variant1 .socials,
footer .footer-desktop.variant3 .socials,
footer .footer-desktop.variant4 .socials {
	margin-top: 10px;
}

footer .footer-desktop .footer-menu {
	background: #509600;
}

footer .footer-desktop .footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-desktop .footer-menu ul > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

footer .footer-desktop .footer-menu ul > li > a,
footer .footer-desktop .footer-menu ul > li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	min-height: 44px;
	padding: 6px 10px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

footer .footer-desktop .footer-menu ul > li > a _:-ms-input-placeholder,
:root footer .footer-desktop .footer-menu ul > li > a,
footer .footer-desktop .footer-menu ul > li > span _:-ms-input-placeholder,
:root
        footer .footer-desktop .footer-menu ul > li > span {
	height: 0;
}

footer .footer-desktop .footer-menu ul > li > a:hover,
footer .footer-desktop .footer-menu ul > li.selected > span {
	background-color: #004b88;
}

footer .footer-desktop .footer-menu2 ul > li > a,
footer .footer-desktop .footer-menu2 ul > li > span {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

footer .footer-desktop .footer-menu2 ul > li:not(:last-child) > a,
footer .footer-desktop .footer-menu2 ul > li:not(:last-child) > span {
	margin-bottom: 5px;
}

footer .footer-desktop .footer-menu2 ul > li > a:hover,
footer .footer-desktop .footer-menu2 ul > li.selected > span {
	color: #509600;
}

/*==========  FOOTER  ==========*/

/**/

/**/

/*==========  BASE BLOCKS  ==========*/

/* Кнопка Наверх */

.toTop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 60px;
	left: 14%;
	cursor: pointer;
	z-index: 98;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	text-decoration: none;
}

.toTop:before {
	font-size: 60px;
	content: "\f139";
	font-family: 'Font Awesome 5 Free';
	line-height: normal;
	font-weight: 900;
}

.toTop.show {
	opacity: 0.15;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.toTop:hover {
	opacity: .45;
}

.schema-snippet {
	display: none;
}

/* faq-mini */

.faq-mini .item {
	border: 1px solid #d7dee3;
}

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

.faq-mini .item .question {
	background: #f9f9fb;
}

.faq-mini .item .question a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #333;
	padding: 6px 15px;
}

.faq-mini .item .question a:after {
	margin-left: 7px;
	color: #d7dee3;
	font-size: 29px;
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.faq-mini .item .question a > div {
	text-decoration: underline;
}

.faq-mini .item .question a:hover {
	background-color: #eceff2;
}

.faq-mini .item .question a:hover div {
	text-decoration: none;
}

.faq-mini .item .question a p:last-child {
	margin-bottom: 0;
}

.faq-mini .item.selected .question {
	border-bottom: 1px solid #ddd;
}

.faq-mini .item.selected .question a {
	background-color: #eceff2;
}

.faq-mini .item.selected .question a:after {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.faq-mini .item .answer {
	display: none;
	padding: 15px 15px 15px 35px;
	background: #fff;
}

/* Контакты */

.contacts-block .contacts-block-item:not(:last-child) {
	margin-bottom: 30px;
}

.contacts-block .contacts-block-item > .row + .text-bottom {
	margin-top: 1rem;
}

.contacts-block .contacts-block-item .contacts-block-item-field:not(:last-child) {
	margin-bottom: 1rem;
}

.contacts-block .contacts-block-item .contacts-block-item-field .contacts-block-item-field-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-block .contacts-block-item .contacts-block-item-field .contacts-block-item-field-text-wrap > i {
	margin-right: 15px;
}

.contacts-block .contacts-block-item .contacts-block-item-field .contacts-block-item-field-text-wrap > i.fa-phone {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.contacts-block .contacts-block-item .contacts-block-item-field .contacts-block-item-field-text-wrap .contacts-block-item-field-name {
	font-weight: bold;
}

.contacts-block .contacts-block-item .contacts-block-item-field.contacts-block-item-field-socials .contacts-block-item-field-text-wrap .contacts-block-item-field-name {
	margin-bottom: 5px;
}

.contacts-block .contacts-block-item .contacts-block-item-field.contacts-block-item-field-socials .contacts-block-item-field-text-wrap .contacts-block-item-field-text:not(:last-child) {
	margin-bottom: 5px;
}

.contacts-block .contacts-block-item .contacts-block-img-container-wrap {
	margin-bottom: 1rem;
}

.contacts-block .contacts-block-item .contacts-block-img-container-wrap [class*="col-"]:nth-child(2) {
	text-align: right;
}

.contacts-block .contacts-block-item .contacts-block-img-container {
	display: inline-block;
	text-decoration: none;
}

.contacts-block .contacts-block-item .contacts-map {
	margin-top: 10px;
	width: 100%;
	position: relative;
	height: 450px;
}

.contacts-block .contacts-block-item .contacts-map .contacts-map-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FAFAFA;
	height: 450px;
}

.contacts-block .contacts-block-item .contacts-map .contacts-map-wrap:before {
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

/* Где купить */

.contacts-block-list .contacts-block-list-map-wrapper {
	margin-bottom: 30px;
}

.contacts-block-list .contacts-block-list-map-wrapper .contacts-block-list-map-button-wrapper {
	text-align: right;
}

.contacts-block-list .contacts-block-list-map-wrapper .contacts-block-list-map {
	display: none;
	margin-top: 15px;
	width: 100%;
	position: relative;
	height: 650px;
}

.contacts-block-list .contacts-block-list-map-wrapper .contacts-block-list-map .contacts-block-list-map-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FAFAFA;
	height: 650px;
}

.contacts-block-list .links-wrapper {
	margin-bottom: 25px;
}

.contacts-block-list .links-wrapper .item {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.contacts-block-list .links-wrapper .item:last-child {
	margin-right: 0;
}

.contacts-block-list .items-wrapper .item:not(:last-child) {
	margin-bottom: 30px;
}

.contacts-block-list .items-wrapper .item .name {
	font-size: 18px;
	font-weight: bold;
}

.contacts-block-list .items-wrapper .item .item-more {
	margin-left: 25px;
	position: relative;
}

.contacts-block-list .items-wrapper .item .item-more:not(:last-child) {
	margin-bottom: 5px;
}

.contacts-block-list .items-wrapper .item .item-more:before {
	font-size: 26px;
	line-height: 1;
	color: #509600;
	content: '•';
	position: absolute;
	top: 0;
	left: -20px;
}

.contacts-block-list .contacts-block-baloon div:not(:last-child) {
	margin-bottom: 5px;
}

.contacts-block-list .contacts-block-baloon .contacts-block-baloon-title-wrap {
	text-align: center;
}

.contacts-block-list .contacts-block-baloon .contacts-block-baloon-title {
	font-size: 15px;
	display: inline-block;
	font-weight: bold;
}

.contacts-block-list .contacts-block-baloon .contacts-block-baloon-img-wrap {
	text-align: center;
}

.contacts-block-list .contacts-block-baloon .contacts-block-baloon-img {
	text-decoration: none;
	display: inline-block;
}

.contacts-block-list .contacts-block-baloon .contacts-block-baloon-img img {
	max-width: 200px;
}

/* /Где купить */

.categories {
	margin-bottom: 15px;
}

.categories .categories-item {
	display: inline-block;
	margin-bottom: 3px;
}

.categories .categories-item span {
	font-size: 14px;
	color: #666;
}

.categories .categories-item:after {
	content: '|';
	font-size: 10px;
	color: #cccccc;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.categories .categories-item.selected {
	font-weight: bold;
}

.categories .categories-item:last-child:after {
	display: none;
}

.text-resize-block.text-resize-block-hidden {
	position: absolute;
	visibility: hidden;
}

.text-resize-block .text-resize-block-compact {
	overflow: hidden;
	height: 100px;
	position: relative;
}

.text-resize-block .text-resize-block-compact:after {
	position: absolute;
	height: 15px;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-shadow: inset 0 -10px 5px 5px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 -10px 5px 5px rgba(255, 255, 255, 0.5);
	content: "";
}

.text-resize-block .text-resize-block-button-wrap {
	text-align: center;
}

.text-resize-block .text-resize-block-button {
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
	color: #509600;
}

.text-resize-block .text-resize-block-button:after {
	margin-left: 5px;
	position: relative;
	top: 1px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.text-resize-block .text-resize-block-button.opened:after {
	content: '\f077';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.text-resize-block .text-resize-block-button:hover {
	color: #337ab7;
}

.text-resize-block.opened .text-resize-block-compact:after {
	display: none;
}

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

.socials .item {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	position: relative;
}

.socials .item i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.socials .item.vk {
	background: #45668e;
}

.socials .item.fb {
	background: #3b5998;
}

.socials .item.tw {
	background: #1da1f2;
}

.socials .item.youtube {
	background: #ff0000;
}

.socials .item.skype {
	background: #00AFF0;
}

.socials .item.inst {
	background: -o-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.socials .item.ok {
	background: #ed812b;
}

.socials .item.what {
	background: #075e54;
}

.socials .item.viber {
	background: #675CA8;
}

.socials .item.telegram {
	background: #0088cc;
}

.socials .item:hover {
	opacity: .8;
}

.socials .item:not(:last-child) {
	margin-right: 5px;
}

.map-block .map-block-wrapper {
	position: relative;
	height: 520px;
}

.map-block .map-block-wrapper > .container {
	height: 100%;
}

.map-block .map-block-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FAFAFA;
	height: 520px;
}

.map-block .map-block-map:before {
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.map-block .contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.map-block .contacts {
	min-width: 410px;
	background: #fff;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 5px 20px rgba(12, 12, 12, 0.15);
	box-shadow: 0 5px 20px rgba(12, 12, 12, 0.15);
	font-style: normal;
	padding: 20px;
}

.map-block .contacts .copyright {
	font-size: 18px;
	text-align: center;
}

.map-block .contacts > div {
	margin-bottom: 10px;
}

.map-block .contacts > div:last-child {
	margin-bottom: 0;
}

.combine-block.block-margin-bottom-disabled .tpl-block-list-objects > div:last-child .block-margin-bottom,
.combine-block.block-margin-bottom-disabled .tpl-block-list-objects > div:last-child .block-padding-small {
	margin-bottom: 0 !important;
}

.search-wrapper {
	position: relative;
}

.search-wrapper .search-variants {
	display: none;
	position: absolute;
	top: calc(100% + 9px);
	left: 0;
	z-index: 5;
	overflow: auto;
	width: 100%;
	max-height: 400px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-wrapper .search-variants .search-variants-option a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 35px;
	padding: 6px 13px;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
}

.search-wrapper .search-variants .search-variants-option a _:-ms-input-placeholder,
:root .search-wrapper .search-variants .search-variants-option a {
	height: 0;
}

.search-wrapper .search-variants .search-variants-option:hover a,
.search-wrapper .search-variants .search-variants-option:focus a {
	color: #fff;
	background-color: #004b88;
	text-decoration: none;
}

.search-wrapper .search-variants:after {
	content: '';
	width: 100%;
	height: 9px;
	position: absolute;
	top: -9px;
	left: 0;
}

/* netcat 6 styles */

.tpl-area-main,
.tpl-area-main-list {
	min-height: 100vh;
}

.tpl-container,
.tpl-container > .tpl-block-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-container > .tpl-block-list,
.tpl-container > .tpl-block-list > .tpl-block-list-objects {
	width: 100%;
}

body.is-autorized .menu-top-container {
	top: 55px;
}

body.is-autorized .page {
	min-height: calc(100vh - 55px);
	min-height: calc(100vh - var(--vh-offset, 0px) - 55px);
}

/*==========  /BASE BLOCKS  ==========*/

/**/

/**/

/*==========  CATALOGS  ==========*/

.catalog-gallery-album-fluid .container-fluid:not(:last-child),
.catalog-gallery-fluid .container-fluid:not(:last-child) {
	margin-bottom: 30px;
}

.catalog-gallery-album-fluid .container-fluid + .container,
.catalog-gallery-fluid .container-fluid + .container,
.catalog-gallery-album-fluid .tpl-block-list-objects + .container,
.catalog-gallery-fluid .tpl-block-list-objects + .container {
	margin-top: -30px;
}

.catalog-gallery-album-fluid .container-fluid + .container > div:first-child,
.catalog-gallery-fluid .container-fluid + .container > div:first-child,
.catalog-gallery-album-fluid .tpl-block-list-objects + .container > div:first-child,
.catalog-gallery-fluid .tpl-block-list-objects + .container > div:first-child {
	margin-top: 60px;
}

/* ВИДЕОГАЛЕРЕЯ И ОТДЕЛЬНЫЙ БЛОК */

iframe,
object,
embed {
	border: 0;
}

.text-elements iframe,
.text-elements object,
.text-elements embed {
	max-width: 100%;
}

.text-elements iframe.float-start,
.text-elements object.float-start,
.text-elements embed.float-start {
	margin-right: 30px;
}

.text-elements iframe.float-end,
.text-elements object.float-end,
.text-elements embed.float-end {
	margin-left: 30px;
}

.text-elements iframe.center,
.text-elements object.center,
.text-elements embed.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.text-elements iframe.fullwidth,
.text-elements object.fullwidth,
.text-elements embed.fullwidth {
	width: 100%;
}

.text-elements .ckeditor-html5-video {
	max-width: 100%;
}

.text-elements .ckeditor-html5-video.float-start {
	margin-right: 30px;
}

.text-elements .ckeditor-html5-video.float-end {
	margin-left: 30px;
}

.text-elements .ckeditor-html5-video.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original) {
	position: relative;
	overflow: hidden;
	background: #000;
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original):before {
	content: "";
	display: block;
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original) video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_16by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 56.25%);
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_21by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 42.86%);
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_4by3:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 75%);
}

.text-elements .ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_1by1:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.video-container {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}

.video-container:before {
	content: "";
	display: block;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-container:before,
.video-container.aspect_ratio_16by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 56.25%);
}

.video-container.aspect_ratio_21by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 42.86%);
}

.video-container.aspect_ratio_4by3:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 75%);
}

.video-container.aspect_ratio_1by1:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.video-container.float-start {
	width: 100%;
	margin-right: 30px;
}

.video-container.float-end {
	width: 100%;
	margin-left: 30px;
}

.video-container.center {
	margin-left: auto;
	margin-right: auto;
}

.video-container.fullwidth {
	width: 100%;
}

.video-block .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.video-block .item .name {
	line-height: 1.2;
	padding: 10px;
	color: #fff;
	background: #509600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.video-block-fancybox .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.video-block-fancybox .item .img-container {
	width: 100%;
	position: relative;
}

.video-block-fancybox .item .img-container:before,
.video-block-fancybox .item .img-container.aspect_ratio_16by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 56.25%);
}

.video-block-fancybox .item .img-container.aspect_ratio_21by9:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 42.86%);
}

.video-block-fancybox .item .img-container.aspect_ratio_21by9 img {
	height: 100%;
}

.video-block-fancybox .item .img-container.aspect_ratio_4by3:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 75%);
}

.video-block-fancybox .item .img-container.aspect_ratio_1by1:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.video-block-fancybox .item .name {
	line-height: 1.2;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #509600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.video-block-fancybox .item[data-fancybox] .img-container:after,
.video-container-fancybox.img-container:after {
	content: "\f144";
	opacity: 1;
}

.video-block-fancybox .item[data-fancybox]:hover .img-container:after {
	opacity: .8;
}

.video-container-fancybox {
	max-width: 100%;
}

.video-container-fancybox.float-start {
	width: 100%;
	margin-right: 30px;
}

.video-container-fancybox.float-end {
	width: 100%;
	margin-left: 30px;
}

.video-container-fancybox.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.video-container-fancybox.fullwidth {
	display: block;
}

.video-container-fancybox.fullwidth img {
	width: 100%;
}

/* /ВИДЕОГАЛЕРЕЯ И ОТДЕЛЬНЫЙ БЛОК */

/*==========  /CATALOGS  ==========*/

/**/

/**/

/* catalog-products */

.catalog-products .item {
	height: 100%;
	border: 1px solid #eaebec;
	background: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog-products .item .item-bottom,
.catalog-products .item .item-bottom2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog-products .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	width: 100%;
	position: relative;
}

.catalog-products .item .img-container img {
	max-height: 100%;
}

.catalog-products .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.67%);
}

.catalog-products .item .img-container:hover {
	opacity: 0.8;
}

.catalog-products .item .name {
	margin-top: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-products .item .name:hover {
	text-decoration: underline;
}

.catalog-products .item .price-container {
	margin-top: 15px;
}

.catalog-products .item .price-container.no-skidka {
	padding-bottom: 23px;
}

.catalog-products .item .catalog-products-row {
	margin-top: 15px;
}

.catalog-products .item .tovars-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	font-size: 14px;
}

.catalog-products .item .tovars-counter input[type=number] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-width: 30px;
	height: inherit;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}

.catalog-products .item .tovars-counter input[type=number]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #869791;
}

.catalog-products .item .tovars-counter input[type=number]::-webkit-inner-spin-button,
.catalog-products .item .tovars-counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.catalog-products .item .tovars-counter .minus,
.catalog-products .item .tovars-counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	height: inherit;
	text-decoration: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888888;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.catalog-products .item .tovars-counter .minus:hover,
.catalog-products .item .tovars-counter .plus:hover {
	color: #333;
	border-color: #869791;
}

.catalog-products .item .tovars-counter .minus:active,
.catalog-products .item .tovars-counter .plus:active {
	color: #888888;
	border-color: #e5e5e5;
}

.catalog-products .item .tovars-counter .minus:focus,
.catalog-products .item .tovars-counter .plus:focus {
	z-index: 1;
}

.catalog-products .item .tovars-counter .minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 10px;
}

.catalog-products .item .tovars-counter .plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.catalog-products .item .catalog-button-wrapper {
	text-align: center;
	margin-top: 5px;
}

.catalog-products .item .button {
	font-size: 14px;
	min-width: inherit;
	min-height: 30px;
}

.catalog-products .item .catalog-item-bottom {
	margin-top: 5px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-reviews {
	text-decoration: none;
	font-size: 12px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-reviews:hover {
	text-decoration: underline;
}

.catalog-products .item .img-container .not-available,
.catalog-products2 .item .img-container .not-available,
.catalog-products3 .item .img-container .not-available {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalog-products .item .img-container .not-available:before,
.catalog-products2 .item .img-container .not-available:before,
.catalog-products3 .item .img-container .not-available:before {
	content: 'Нет в наличии';
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
}

.catalog-products .item .img-container .labels-container,
.catalog-products2 .item .img-container .labels-container,
.catalog-products3 .item .img-container .labels-container,
.tovar-slider .labels-container,
.synced-slider1 .item .img-container .labels-container,
.synced-slider-single .item .img-container .labels-container {
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	z-index: 1;
}

.catalog-products .item .img-container .labels-container .label,
.catalog-products2 .item .img-container .labels-container .label,
.catalog-products3 .item .img-container .labels-container .label,
.tovar-slider .labels-container .label,
.synced-slider1 .item .img-container .labels-container .label,
.synced-slider-single .item .img-container .labels-container .label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	padding: 0 3px;
	color: #fff;
	min-width: 53px;
}

.catalog-products .item .img-container .labels-container .label.akcia,
.catalog-products2 .item .img-container .labels-container .label.akcia,
.catalog-products3 .item .img-container .labels-container .label.akcia,
.tovar-slider .labels-container .label.akcia,
.synced-slider1 .item .img-container .labels-container .label.akcia,
.synced-slider-single .item .img-container .labels-container .label.akcia {
	background: #fb3030;
}

.catalog-products .item .img-container .labels-container .label.hit,
.catalog-products2 .item .img-container .labels-container .label.hit,
.catalog-products3 .item .img-container .labels-container .label.hit,
.tovar-slider .labels-container .label.hit,
.synced-slider1 .item .img-container .labels-container .label.hit,
.synced-slider-single .item .img-container .labels-container .label.hit {
	background: #ff8707;
}

.catalog-products .item .img-container .labels-container .label.sovet,
.catalog-products2 .item .img-container .labels-container .label.sovet,
.catalog-products3 .item .img-container .labels-container .label.sovet,
.tovar-slider .labels-container .label.sovet,
.synced-slider1 .item .img-container .labels-container .label.sovet,
.synced-slider-single .item .img-container .labels-container .label.sovet {
	background: #84d412;
}

.catalog-products .item .img-container .labels-container .label.new,
.catalog-products2 .item .img-container .labels-container .label.new,
.catalog-products3 .item .img-container .labels-container .label.new,
.tovar-slider .labels-container .label.new,
.synced-slider1 .item .img-container .labels-container .label.new,
.synced-slider-single .item .img-container .labels-container .label.new {
	background: #4fa1f3;
}

.catalog-products .item .img-container .dopimages,
.catalog-products2 .item .img-container .dopimages,
.catalog-products3 .item .img-container .dopimages {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.catalog-products .item .img-container .dopimages .dopimages-item,
.catalog-products2 .item .img-container .dopimages .dopimages-item,
.catalog-products3 .item .img-container .dopimages .dopimages-item {
	margin: 0 2px;
	min-width: 7px;
	max-width: 32px;
	border: 0;
	background: transparent;
	position: relative;
	height: 100%;
}

.catalog-products .item .img-container .dopimages .dopimages-item:before,
.catalog-products2 .item .img-container .dopimages .dopimages-item:before,
.catalog-products3 .item .img-container .dopimages .dopimages-item:before {
	content: '';
	height: 7px;
	background: #666666;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
}

.catalog-products .item .img-container .dopimages .dopimages-item.selected:before,
.catalog-products2 .item .img-container .dopimages .dopimages-item.selected:before,
.catalog-products3 .item .img-container .dopimages .dopimages-item.selected:before {
	background: #993831;
}

.catalog-products .item .price,
.catalog-products2 .item .price,
.catalog-products3 .item .price,
.tovar-container .info .price-container .price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
}

.catalog-products .item .old-price,
.catalog-products2 .item .old-price,
.catalog-products3 .item .old-price,
.tovar-container .info .price-container .old-price {
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	text-decoration: line-through;
	white-space: nowrap;
}

.catalog-products .item .price-container-block2,
.catalog-products2 .item .price-container-block2,
.catalog-products3 .item .price-container-block2,
.tovar-container .info .price-container .price-container-block2 {
	margin-top: 5px;
}

.catalog-products .item .skidka,
.catalog-products2 .item .skidka,
.catalog-products3 .item .skidka,
.tovar-container .info .price-container .skidka,
.catalog-products .item .economy,
.catalog-products2 .item .economy,
.catalog-products3 .item .economy,
.tovar-container .info .price-container .economy {
	float: left;
	font-size: 12px;
	color: #000;
	border-radius: 3px;
	background-color: #ffd02e;
	padding: 0 8px;
	margin-right: 3px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare,
.tovar-container .info .tovar-links-container .item {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 3px;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare .far,
.tovar-container .info .tovar-links-container .item .far {
	color: #9B9B9B;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare .text,
.tovar-container .info .tovar-links-container .item .text {
	display: inline-block;
	vertical-align: top;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare:hover .far,
.tovar-container .info .tovar-links-container .item:hover .far {
	color: #333;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare:hover .text,
.tovar-container .info .tovar-links-container .item:hover .text {
	text-decoration: underline;
}

/**/

.catalog-products2 .item {
	border: 1px solid #eaebec;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	padding: 15px;
}

.catalog-products2 .item:not(:last-child) {
	margin-bottom: 30px;
}

.catalog-products2 .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	width: 100%;
	position: relative;
}

.catalog-products2 .item .img-container img {
	max-height: 100%;
}

.catalog-products2 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.67%);
}

.catalog-products2 .item .img-container:hover {
	opacity: 0.8;
}

.catalog-products2 .item .name {
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	display: inline-block;
	font-weight: bold;
}

.catalog-products2 .item .name:hover {
	text-decoration: underline;
}

.catalog-products2 .item .text {
	margin-top: 10px;
	line-height: 1.2;
}

.catalog-products2 .item .catalog-products-wrapper {
	margin-top: 15px;
}

.catalog-products2 .item .tovars-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	font-size: 14px;
}

.catalog-products2 .item .tovars-counter input[type=number] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-width: 30px;
	height: inherit;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}

.catalog-products2 .item .tovars-counter input[type=number]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #869791;
}

.catalog-products2 .item .tovars-counter input[type=number]::-webkit-inner-spin-button,
.catalog-products2 .item .tovars-counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.catalog-products2 .item .tovars-counter .minus,
.catalog-products2 .item .tovars-counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	height: inherit;
	text-decoration: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888888;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.catalog-products2 .item .tovars-counter .minus:hover,
.catalog-products2 .item .tovars-counter .plus:hover {
	color: #333;
	border-color: #869791;
}

.catalog-products2 .item .tovars-counter .minus:active,
.catalog-products2 .item .tovars-counter .plus:active {
	color: #888888;
	border-color: #e5e5e5;
}

.catalog-products2 .item .tovars-counter .minus:focus,
.catalog-products2 .item .tovars-counter .plus:focus {
	z-index: 1;
}

.catalog-products2 .item .tovars-counter .minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 10px;
}

.catalog-products2 .item .tovars-counter .plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.catalog-products2 .item .button {
	font-size: 14px;
	min-width: 100%;
	min-height: 30px;
}

.catalog-products2 .item:hover {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-products3 .item {
	border: 1px solid #eaebec;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	padding: 15px;
}

.catalog-products3 .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	width: 100%;
	position: relative;
}

.catalog-products3 .item .img-container img {
	max-height: 100%;
}

.catalog-products3 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.67%);
}

.catalog-products3 .item .img-container .no-img {
	font-size: 5rem;
}

.catalog-products3 .item .img-container:hover {
	opacity: 0.8;
}

.catalog-products3 .item .img-container .not-available:before {
	display: none;
}

.catalog-products3 .item .img-container .not-available:after {
	content: "\f05e";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	position: absolute;
	z-index: 1;
	font-size: 2rem;
}

.catalog-products3 .item .name {
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	display: inline-block;
}

.catalog-products3 .item .name:hover {
	text-decoration: underline;
}

.catalog-products3 .item .price-container .old-price {
	margin-left: 12px;
}

.catalog-products3 .item .tovars-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	font-size: 14px;
}

.catalog-products3 .item .tovars-counter input[type=number] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-width: 30px;
	height: inherit;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}

.catalog-products3 .item .tovars-counter input[type=number]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #869791;
}

.catalog-products3 .item .tovars-counter input[type=number]::-webkit-inner-spin-button,
.catalog-products3 .item .tovars-counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.catalog-products3 .item .tovars-counter .minus,
.catalog-products3 .item .tovars-counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	height: inherit;
	text-decoration: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888888;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.catalog-products3 .item .tovars-counter .minus:hover,
.catalog-products3 .item .tovars-counter .plus:hover {
	color: #333;
	border-color: #869791;
}

.catalog-products3 .item .tovars-counter .minus:active,
.catalog-products3 .item .tovars-counter .plus:active {
	color: #888888;
	border-color: #e5e5e5;
}

.catalog-products3 .item .tovars-counter .minus:focus,
.catalog-products3 .item .tovars-counter .plus:focus {
	z-index: 1;
}

.catalog-products3 .item .tovars-counter .minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 10px;
}

.catalog-products3 .item .tovars-counter .plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.catalog-products3 .item .button {
	font-size: 14px;
	min-width: 100%;
	min-height: 30px;
}

.catalog-products3 .item:hover {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	position: relative;
}

/* catalog-gallery-album */

.catalog-gallery-album .item {
	display: block;
	text-align: center;
	text-decoration: none;
}

.catalog-gallery-album .item .img-border {
	padding: 10px;
	border: 1px solid #eaebec;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	background: #fff;
}

.catalog-gallery-album .item .img-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 274px);
	width: 100%;
	position: relative;
}

.catalog-gallery-album .item .img-container img {
	max-height: 100%;
}

.catalog-gallery-album .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.83%);
}

.catalog-gallery-album .item .img-container img,
.catalog-gallery-album .item .img-container .no-img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-gallery-album .item .name {
	display: block;
	color: #333;
	line-height: 1.2;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}

.catalog-gallery-album .item:hover .img-border {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-gallery-album .item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-gallery-album .item:hover .img-container .no-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* catalog-gallery */

.catalog-gallery .item {
	display: block;
	text-align: center;
	text-decoration: none;
}

.catalog-gallery .item .img-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 274px);
	width: 100%;
	position: relative;
}

.catalog-gallery .item .img-container img {
	max-height: 100%;
}

.catalog-gallery .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.83%);
}

.catalog-gallery .item .img-container img,
.catalog-gallery .item .img-container .no-img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-gallery .item .name {
	display: block;
	margin-top: 10px;
	color: #333;
	line-height: 1.2;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-gallery .item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-gallery-wrap .catalog-gallery:not(:last-child) {
	margin-bottom: 30px;
}

.catalog-gallery-wrap .catalog-gallery div.row-mb-30-minus:last-child {
	margin-bottom: -30px;
}

/* catalog-gallery-album-fluid */

.catalog-gallery-album-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.catalog-gallery-album-fluid .item {
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: button;
}

.catalog-gallery-album-fluid .item .img-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 650px);
	max-height: var(--img-height, 434px);
	width: 100%;
	position: relative;
}

.catalog-gallery-album-fluid .item .img-container img {
	-webkit-appearance: button;
}

.catalog-gallery-album-fluid .item .img-container:after {
	display: none;
}

.catalog-gallery-album-fluid .item .img-container img {
	max-height: 100%;
}

.catalog-gallery-album-fluid .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.77%);
}

.catalog-gallery-album-fluid .item .img-container img,
.catalog-gallery-album-fluid .item .img-container .no-img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-gallery-album-fluid .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	color: #fff;
	font-size: 18px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.catalog-gallery-album-fluid .item .name:after {
	margin-top: 8px;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1;
	content: "\f03e";
	font-family: 'Font Awesome 5 Free';
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.catalog-gallery-album-fluid .item:hover .img-container img,
.catalog-gallery-album-fluid .item:hover .img-container .no-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-gallery-album-fluid .item:hover .name {
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	opacity: 1;
	background: rgba(30, 30, 30, 0.87);
}

.catalog-gallery-album-fluid.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 30px;
}

.catalog-gallery-album-fluid.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 30px;
}

/* catalog-gallery-fluid */

.catalog-gallery-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.catalog-gallery-fluid .item {
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: button;
}

.catalog-gallery-fluid .item .img-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 650px);
	max-height: var(--img-height, 434px);
	width: 100%;
	position: relative;
}

.catalog-gallery-fluid .item .img-container img {
	-webkit-appearance: button;
}

.catalog-gallery-fluid .item .img-container:after {
	display: none;
}

.catalog-gallery-fluid .item .img-container img {
	max-height: 100%;
}

.catalog-gallery-fluid .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.77%);
}

.catalog-gallery-fluid .item .img-container img,
.catalog-gallery-fluid .item .img-container .no-img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-gallery-fluid .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	color: #fff;
	line-height: 1.2;
	font-size: 18px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.catalog-gallery-fluid .item .name:after {
	margin-top: 8px;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1;
	content: "\f00e";
	font-family: 'Font Awesome 5 Free';
	font-size: 42px;
	font-weight: 900;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.catalog-gallery-fluid .item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-gallery-fluid .item:hover .name {
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	opacity: 1;
	background: rgba(30, 30, 30, 0.87);
}

.catalog-gallery-fluid.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 30px;
}

.catalog-gallery-fluid.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 30px;
}

/* catalog-sections */

.catalog-sections .item {
	display: block;
	text-align: center;
	text-decoration: none;
}

.catalog-sections .item .img-border {
	padding: 10px;
	border: 1px solid #eaebec;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-sections .item .img-border .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 257px);
	width: 100%;
	position: relative;
}

.catalog-sections .item .img-border .img-container img {
	max-height: 100%;
}

.catalog-sections .item .img-border .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 62.69%);
}

.catalog-sections .item .name {
	display: block;
	color: #333;
	line-height: 1.2;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}

.catalog-sections .item:hover .img-border {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-sections .item:hover .name {
	color: #509600;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

/* catalog-advantage */

.catalog-advantage-variant1 .item {
	text-align: center;
	height: 100%;
}

.catalog-advantage-variant1 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 100px);
	max-height: var(--img-height, 100px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant1 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant1 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.catalog-advantage-variant1 .item .img-container .no-img {
	font-size: 4rem;
}

.catalog-advantage-variant1 .item .text-container {
	line-height: 1.2;
}

.catalog-advantage-variant1 .item .text-container .title {
	font-size: 16px;
	font-weight: bold;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}

.catalog-advantage-variant1 .item .text-container a.title {
	display: inline-block;
	text-decoration: none;
}

.catalog-advantage-variant1 .item .text-container .text {
	font-size: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}

.catalog-advantage-variant1 a.item {
	text-decoration: none;
	display: block;
}

.catalog-advantage-variant1 a.item .img-container {
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.catalog-advantage-variant1 a.item .title,
.catalog-advantage-variant1 a.item .text {
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-advantage-variant1 a.item:hover .img-container {
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-advantage-variant1 a.item:hover.item-padding {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-advantage-variant1 a.item:hover .title,
.catalog-advantage-variant1 a.item:hover .text {
	color: #509600;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-advantage-variant2 .item {
	height: 100%;
}

.catalog-advantage-variant2 .item .img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--img-width, 100px);
	height: var(--img-height, 100px);
	position: relative; /*
        // если у картинки нужен фон
        &:before{
          content: '';
          display: block;
          width: 100%;
          padding-top: 100%; // чтобы фон был в пропорции 1:1

          background: #c42026;
          border-radius: 50%;
        }
        img{
          // уменьшаем максимальный размер картинки, чтоб на маленьких разрешениях она не казалась слишком большой на фоне
          // как тут https://yadi.sk/i/zkuZ7C_yp1nPzg
          // а была как тут https://yadi.sk/i/l0W0XaAodibxvQ
          max-width: calc(100% - 20px);
          max-height: calc(100% - 20px);
        }
        */
}

.catalog-advantage-variant2 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant2 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.catalog-advantage-variant2 .item .img-container .no-img {
	font-size: 4rem;
}

.catalog-advantage-variant2 .item .text-container {
	line-height: 1.2;
}

.catalog-advantage-variant2 .item .text-container .title {
	font-size: 16px;
	font-weight: bold;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant2 .item .text-container .title + .text {
	margin-top: 10px;
}

.catalog-advantage-variant2 .item .text-container .text {
	font-size: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant2 .item > .row {
	margin-left: -10px;
	margin-right: -10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalog-advantage-variant2 .item > .row > .col,
.catalog-advantage-variant2 .item > .row > [class*="col-"],
.catalog-advantage-variant2 .item > .row > [class*="col15-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.catalog-advantage-variant2 .item > .row > .col-xl {
	width: calc(100% - var(--img-width, 100px) - 15px - 15px);
}

.catalog-advantage-variant2 a.item {
	display: block;
	text-decoration: none;
}

.catalog-advantage-variant2 a.item .img-container {
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.catalog-advantage-variant2 a.item .title,
.catalog-advantage-variant2 a.item .text {
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-advantage-variant2 a.item:hover .img-container {
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.catalog-advantage-variant2 a.item:hover.item-padding {
	-webkit-box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	box-shadow: 0 0 10px rgba(159, 159, 159, 0.4);
	-webkit-transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
	transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.catalog-advantage-variant2 a.item:hover .title,
.catalog-advantage-variant2 a.item:hover .text {
	color: #509600;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.catalog-advantage-variant5 .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.catalog-advantage-variant5 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 302px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant5 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant5 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 73.66%);
}

.catalog-advantage-variant5 .item .text-container {
	display: block;
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	line-height: 1.2;
}

.catalog-advantage-variant5 .item .text-container .name {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 7px 10px;
	background: #509600;
	color: #fff;
	font-size: 18px;
	max-width: 100%;
}

.catalog-advantage-variant5 .item .text-container .name .text-div {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant5 .item .text-container .name + .text {
	padding-top: 5px;
}

.catalog-advantage-variant5 .item .text-container .text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #509600;
	color: #fff;
	padding: 7px 10px;
	max-width: 100%;
}

.catalog-advantage-variant5 .item .text-container .text .text-div {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant5 a.item {
	text-decoration: none;
}

.catalog-advantage-variant5 a.item .img-container {
	overflow: hidden;
}

.catalog-advantage-variant5 a.item .img-container .no-img,
.catalog-advantage-variant5 a.item .img-container img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-advantage-variant5 a.item:hover .img-container .no-img,
.catalog-advantage-variant5 a.item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-advantage-variant6 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.catalog-advantage-variant6 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 330px);
	max-height: var(--img-height, 243px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant6 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant6 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 73.64%);
}

.catalog-advantage-variant6 .item .text-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #509600;
	color: #fff;
	line-height: 1.2;
	padding: 10px 15px;
}

.catalog-advantage-variant6 .item .text-container .name {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}

.catalog-advantage-variant6 .item .text-container .name + .text {
	margin-top: 10px;
}

.catalog-advantage-variant6 .item .text-container .text {
	font-size: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant6 a.item {
	text-decoration: none;
}

.catalog-advantage-variant6 a.item .img-container {
	overflow: hidden;
}

.catalog-advantage-variant6 a.item .img-container .no-img,
.catalog-advantage-variant6 a.item .img-container img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-advantage-variant6 a.item:hover .img-container .no-img,
.catalog-advantage-variant6 a.item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-advantage-variant7 .item {
	display: block;
	height: 100%;
}

.catalog-advantage-variant7 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 330px);
	max-height: var(--img-height, 243px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant7 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant7 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 73.64%);
}

.catalog-advantage-variant7 .item .text-container {
	line-height: 1.2;
}

.catalog-advantage-variant7 .item .text-container .name {
	font-size: 18px;
	margin-top: 10px;
	color: #509600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant7 .item .text-container .name + .text {
	margin-top: 10px;
}

.catalog-advantage-variant7 .item .text-container .text {
	font-size: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant7 a.item {
	text-decoration: none;
}

.catalog-advantage-variant7 a.item .img-container {
	overflow: hidden;
}

.catalog-advantage-variant7 a.item .img-container .no-img,
.catalog-advantage-variant7 a.item .img-container img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-advantage-variant7 a.item:hover .img-container .no-img,
.catalog-advantage-variant7 a.item:hover .img-container img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-advantage-variant8 .item {
	border: 1px solid #eaebec;
	height: 100%;
	background: #fff;
}

.catalog-advantage-variant8 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 545px);
	max-height: var(--img-height, 402px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant8 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant8 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 73.77%);
}

.catalog-advantage-variant8 .item a.img-container {
	overflow: hidden;
	display: block;
}

.catalog-advantage-variant8 .item a.img-container .no-img,
.catalog-advantage-variant8 .item a.img-container img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalog-advantage-variant8 .item a.img-container:hover .no-img,
.catalog-advantage-variant8 .item a.img-container:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.catalog-advantage-variant8 .item .text-container {
	line-height: 1.2;
}

.catalog-advantage-variant8 .item .text-container .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	min-height: 55px;
	padding: 5px 15px;
	padding: 5px 15px;
	color: #fff;
	background: #f79326;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant8 .item .text-container a.name {
	text-decoration: none;
}

.catalog-advantage-variant8 .item .text-container a.name:hover {
	text-decoration: underline;
}

.catalog-advantage-variant8 .item .text-container .text {
	padding: 15px;
}

.catalog-advantage-variant9 .item {
	position: relative;
	display: block;
	max-width: 180px;
	max-height: 180px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	background-color: var(--item_bg);
	-webkit-box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
	box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
	border-radius: 50%;
}

.catalog-advantage-variant9 .item:after {
	content: "";
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.catalog-advantage-variant9 .item:hover {
	-webkit-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}

.catalog-advantage-variant9 .item:hover:after {
	opacity: 1;
}

.catalog-advantage-variant9 .item .img-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 180px);
	max-height: var(--img-height, 180px);
	width: 100%;
	position: relative;
}

.catalog-advantage-variant9 .item .img-container img {
	max-height: 100%;
}

.catalog-advantage-variant9 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 100%);
}

.catalog-advantage-variant9 .item .item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1.2;
}

.catalog-advantage-variant9 .item .count {
	font-size: 40px;
	font-weight: bold;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant9 .item .text {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant9 a.item {
	text-decoration: none;
}

.catalog-advantage-variant9 a.item:hover {
	background: #509600;
	color: #fff;
}

.catalog-advantage-variant9.carousel-slider-custom .item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.catalog-advantage-variant9.carousel-slider-custom .item:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.catalog-advantage-animate .item {
	visibility: hidden;
}

.catalog-advantage-animate [class*="col-"]:nth-child(2) .item {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(3) .item {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(4) .item {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(5) .item {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(6) .item {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(7) .item {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.catalog-advantage-animate [class*="col-"]:nth-child(8) .item {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

/*catalog-sections-rubric*/

.catalog-sections-rubric .no-gutters > [class*="col-"] {
	margin: 0 0 -1px -1px;
}

.catalog-sections-rubric .item {
	padding: 30px;
	border: 1px solid #f2f2f2;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	height: 100%;
}

.catalog-sections-rubric .item .img-container {
	display: inline-block;
}

.catalog-sections-rubric .item .img-container:hover {
	opacity: 0.8;
}

.catalog-sections-rubric .item .sections-container .title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}

.catalog-sections-rubric .item .sections-container .title:hover {
	color: #509600;
}

.catalog-sections-rubric .item .sections-container .rubric-container {
	margin-top: 10px;
}

.catalog-sections-rubric .item .sections-container .rubric-container .link {
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	margin-right: 8px;
}

.catalog-sections-rubric .item .sections-container .rubric-container .link:hover {
	color: #509600;
}

.catalog-sections-rubric .item .text {
	margin-top: 15px;
	font-size: 14px;
}

.catalog-sections-rubric .item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.index-slider .item,
.fullwidth-slider .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.index-slider .item .item-wrapper,
.fullwidth-slider .item .item-wrapper {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.index-slider .item .item-wrapper > .container,
.fullwidth-slider .item .item-wrapper > .container {
	height: 100%;
}

.index-slider .item .text-container,
.fullwidth-slider .item .text-container {
	opacity: 0;
	-webkit-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	-webkit-transition-delay: .85s;
	-o-transition-delay: .85s;
	transition-delay: .85s;
	margin-top: 60px;
	margin-bottom: 60px;
}

.index-slider .item .text-container.text-container-bg-enable,
.fullwidth-slider .item .text-container.text-container-bg-enable {
	position: relative;
	padding: 30px;
}

.index-slider .item .text-container.text-container-bg-enable .text-container2,
.fullwidth-slider .item .text-container.text-container-bg-enable .text-container2 {
	position: relative;
}

.index-slider .item .text-container.text-container-bg-enable .text-container-bg,
.fullwidth-slider .item .text-container.text-container-bg-enable .text-container-bg {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.index-slider .item .text-container .title,
.fullwidth-slider .item .text-container .title {
	font-size: 32px;
	line-height: 1.2;
}

.index-slider .item .text-container .text,
.fullwidth-slider .item .text-container .text {
	margin-top: 17px;
}

.index-slider .item .text-container .button,
.fullwidth-slider .item .text-container .button,
.index-slider .item .text-container .button2,
.fullwidth-slider .item .text-container .button2 {
	margin-top: 20px;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.index-slider .item .text-container .button:hover,
.fullwidth-slider .item .text-container .button:hover,
.index-slider .item .text-container .button2:hover,
.fullwidth-slider .item .text-container .button2:hover {
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.index-slider .item .row-text-container,
.fullwidth-slider .item .row-text-container {
	height: 100%;
}

.index-slider .item .row-text-container.justify-content-center .text-container,
.fullwidth-slider .item .row-text-container.justify-content-center .text-container {
	text-align: center;
}

.index-slider .item .row-text-container.justify-content-center.align-items-center .text-container,
.fullwidth-slider .item .row-text-container.justify-content-center.align-items-center .text-container {
	text-align: center;
}

.index-slider .item .row-text-container.justify-content-center.align-items-center .text-container .title,
.fullwidth-slider .item .row-text-container.justify-content-center.align-items-center .text-container .title {
	font-size: 52px;
}

.index-slider .item.item-bg .item-wrapper:before,
.fullwidth-slider .item.item-bg .item-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index-slider .item.item-bg.item-bg-variant1 .item-wrapper:before,
.fullwidth-slider .item.item-bg.item-bg-variant1 .item-wrapper:before {
	background: rgba(43, 60, 72, 0.32);
}

.index-slider .item.item-bg.item-bg-variant2 .item-wrapper:before,
.fullwidth-slider .item.item-bg.item-bg-variant2 .item-wrapper:before {
	background: url("../img/slide-bg-pattern.png") rgba(0, 0, 0, 0.1);
}

.index-slider .item.item-bg.item-bg-variant3 .item-wrapper:before,
.fullwidth-slider .item.item-bg.item-bg-variant3 .item-wrapper:before {
	background: rgba(255, 255, 255, 0.6);
}

.index-slider a.item,
.fullwidth-slider a.item {
	text-decoration: none;
	color: #333;
}

.one-slide.index-slider .item .text-container,
.one-slide.fullwidth-slider .item .text-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

.one-slide.index-slider .owl-carousel,
.one-slide.fullwidth-slider .owl-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.one-slide.block-padding.index-slider[style*='background'] .slider-wrapper,
.one-slide.block-padding.fullwidth-slider[style*='background'] .slider-wrapper,
.one-slide.block-padding.index-slider[style*='background'] .item .item-wrapper,
.one-slide.block-padding.fullwidth-slider[style*='background'] .item .item-wrapper,
.one-slide.block-padding-small.index-slider[style*='background'] .slider-wrapper,
.one-slide.block-padding-small.fullwidth-slider[style*='background'] .slider-wrapper,
.one-slide.block-padding-small.index-slider[style*='background'] .item .item-wrapper,
.one-slide.block-padding-small.fullwidth-slider[style*='background'] .item .item-wrapper {
	min-height: auto !important;
}

.one-slide.block-padding.index-slider[style*='background'] .item .text-container,
.one-slide.block-padding.fullwidth-slider[style*='background'] .item .text-container,
.one-slide.block-padding-small.index-slider[style*='background'] .item .text-container,
.one-slide.block-padding-small.fullwidth-slider[style*='background'] .item .text-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.index-slider > .button-container,
.fullwidth-slider > .button-container {
	margin-top: 30px;
}

/* tovar owl slider */

.tovar-slider {
	position: relative;
	margin-bottom: 30px;
	-webkit-animation: smoothly-show-items 1.1s ease-in-out;
	animation: smoothly-show-items 1.1s ease-in-out;
}

.tovar-slider .labels-container {
	z-index: 2;
	top: 6px;
	left: 6px;
}

.one-slide.index-slider .item .text-container,
.one-slide.fullwidth-slider .item .text-container,
.index-slider .owl-carousel .owl-item.active .item .text-container,
.fullwidth-slider .owl-carousel .owl-item.active .item .text-container {
	opacity: 1;
	-webkit-transition: opacity .75s ease-in-out;
	-o-transition: opacity .75s ease-in-out;
	transition: opacity .75s ease-in-out;
	-webkit-transition-delay: .85s;
	-o-transition-delay: .85s;
	transition-delay: .85s;
}

/* index owl slider */

.index-slider .slider-wrapper,
.index-slider .item .item-wrapper {
	min-height: var(--slider-min-height-all, 500px);
}

.index-slider .item .row-text-container.justify-content-start .text-container {
	margin-left: 69px;
}

.index-slider .item .row-text-container.justify-content-end .text-container {
	margin-right: 69px;
}

.index-slider .owl-carousel { /* owl-nav */ /* owl-dots */
}

.index-slider .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.index-slider .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.index-slider .owl-carousel .owl-nav {
	margin-top: 0;
}

.index-slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 25px;
}

.index-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 25px;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.index-slider .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.index-slider .owl-carousel .owl-dots {
	margin-top: 15px;
}

.index-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.index-slider .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-dots .owl-dot.active span,
.index-slider .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.index-slider .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.6);
}

.index-slider .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(255, 255, 255, 0.6) !important;
}

.index-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

/*fullwidth-slider*/

.fullwidth-slider .slider-wrapper,
.fullwidth-slider .item .item-wrapper {
	min-height: var(--slider-min-height-all, 500px);
}

.fullwidth-slider .owl-carousel { /* owl-nav */ /* owl-dots */
}

.fullwidth-slider .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fullwidth-slider .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.fullwidth-slider .owl-carousel .owl-nav {
	margin-top: 0;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 75px;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 75px;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 50%;
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0);
	margin-left: calc(-1290px/2 - 15px);
}

.fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 50%;
	-webkit-transform: translate3d(100%, -50%, 0);
	transform: translate3d(100%, -50%, 0);
	margin-right: calc(-1290px/2 - 15px);
}

.fullwidth-slider .owl-carousel .owl-dots {
	margin-top: 15px;
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot.active span,
.fullwidth-slider .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.6);
}

.fullwidth-slider .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(255, 255, 255, 0.6) !important;
}

.fullwidth-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.fullwidth-slider.fullheight .slider-wrapper,
.fullwidth-slider.fullheight .item .item-wrapper {
	min-height: 100vh !important;
}

.content-column .fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 40px !important;
	margin-left: 0;
}

.content-column .fullwidth-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 40px !important;
	margin-right: 0;
}

.content-column .fullwidth-slider:not(.block-padding) .item .item-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.content-column .fullwidth-slider .item .row-text-container.justify-content-start .text-container {
	margin-left: 69px;
}

.content-column .fullwidth-slider .item .row-text-container.justify-content-end .text-container {
	margin-right: 69px;
}

/* carousel owl slider */

.carousel-slider {
	position: relative;
}

.carousel-slider .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ddd;
	text-decoration: none;
	text-align: center;
	background: #fff;
	-webkit-transition: border 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
	padding: 20px 15px;
}

.carousel-slider .item .img-container {
	display: inline-block;
	text-decoration: none;
}

.carousel-slider .item .img-container img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.carousel-slider .item .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.carousel-slider .item .text-container .title {
	font-size: 16px;
	font-weight: bold;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}

.carousel-slider .item .text-container a.title {
	display: inline-block;
	text-decoration: none;
}

.carousel-slider .item .text-container .text {
	font-size: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.carousel-slider .item .text-container .button {
	margin-top: 10px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.carousel-slider .item:hover {
	border: 1px solid #a2a2a2;
	-webkit-transition: border 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
}

.carousel-slider .owl-carousel {
	margin-bottom: 30px;
}

.carousel-slider .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.carousel-slider .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.carousel-slider .owl-carousel .owl-nav {
	margin-top: 0;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: -24px;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: -24px;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.carousel-slider .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.carousel-slider .owl-carousel .owl-dots {
	margin-top: 15px;
}

.carousel-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.carousel-slider .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-dots .owl-dot.active span,
.carousel-slider .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.carousel-slider .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

_:-moz-tree-row(hover),
.content-column .carousel-slider .owl-carousel {
	width: 100.3%;
}

/* carousel owl slider */

.carousel-slider-custom {
	position: relative;
}

.carousel-slider-custom .item {
	width: 100%;
}

.carousel-slider-custom .owl-carousel {
	margin-bottom: 30px;
	width: calc(100% + 3px); /**/
}

.carousel-slider-custom .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.carousel-slider-custom .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.carousel-slider-custom .owl-carousel .owl-stage .owl-item img {
	width: initial;
}

.carousel-slider-custom .owl-carousel .owl-nav {
	margin-top: 0;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: -24px;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: -24px;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.carousel-slider-custom .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.carousel-slider-custom .owl-carousel .owl-dots {
	margin-top: 15px;
}

.carousel-slider-custom .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.carousel-slider-custom .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider-custom .owl-carousel .owl-dots .owl-dot.active span,
.carousel-slider-custom .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.carousel-slider-custom .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.carousel-slider-custom .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

.carousel-slider-custom.item-with-shadow .owl-stage-outer {
	width: calc(100% + 60px);
	padding: 0 30px;
	margin-left: -30px;
}

.carousel-slider-custom.item-with-shadow .owl-carousel {
	margin-top: -15px;
}

.carousel-slider-custom.item-with-shadow .owl-item {
	padding-top: 15px;
	padding-bottom: 40px;
}

.carousel-slider-custom.item-with-shadow .button-container {
	margin-top: -30px;
}

.carousel-slider-custom.item-with-shadow .owl-dots {
	margin-top: -25px !important;
}

/* basic owl slider */

.basic-slider {
	position: relative;
}

.basic-slider .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.basic-slider .item .row {
	height: 100%;
}

.basic-slider .item .img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.basic-slider .item .img-container img {
	width: auto;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.basic-slider .item .img-container:hover img {
	opacity: 0.8 !important;
}

.basic-slider .item .text-container .name {
	font-size: 28px;
}

.basic-slider .item .text-container .text {
	margin-top: 20px;
}

.basic-slider .item .text-container .button {
	margin-top: 20px;
}

.basic-slider .item.item-bg {
	padding: 15px;
}

.basic-slider .owl-carousel {
	margin-bottom: 30px; /**/
}

.basic-slider .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.basic-slider .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.basic-slider .owl-carousel .owl-nav {
	margin-top: 0;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: -24px;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: -24px;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.basic-slider .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.basic-slider .owl-carousel .owl-dots {
	margin-top: 15px;
}

.basic-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.basic-slider .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.basic-slider .owl-carousel .owl-dots .owl-dot.active span,
.basic-slider .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.basic-slider .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.basic-slider .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

.basic-slider.one-slide .owl-carousel {
	display: block;
}

.basic-slider.one-slide .owl-carousel img {
	display: block;
	width: 100%;
}

/* reviews owl slider */

.reviews-slider {
	position: relative;
}

.reviews-slider .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 3px 5px 15px rgba(6, 7, 7, 0.15);
	box-shadow: 3px 5px 15px rgba(6, 7, 7, 0.15);
	padding: 22px 30px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 110px;
	margin-right: 110px;
	background: #fff;
}

.reviews-slider .item .name {
	font-weight: 700;
}

.reviews-slider .item .text {
	margin-top: 14px;
	font-style: italic;
	color: #505050;
}

.reviews-slider .owl-carousel {
	margin-bottom: 30px; /**/
}

.reviews-slider .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-slider .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.reviews-slider .owl-carousel .owl-nav {
	margin-top: 0;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 50px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 50px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-] {
	opacity: .5;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: .8;
}

.reviews-slider .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.5;
}

.reviews-slider .owl-carousel .owl-dots {
	margin-top: 15px;
}

.reviews-slider .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.reviews-slider .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.reviews-slider .owl-carousel .owl-dots .owl-dot.active span,
.reviews-slider .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.reviews-slider .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.reviews-slider .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

/*==========  SYNCED OWL SLIDER  ==========*/

.synced-slider1 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ededee;
}

.synced-slider1 .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	width: 100%;
	position: relative;
}

.synced-slider1 .item .img-container img {
	width: auto;
	max-height: 100%;
}

.synced-slider1 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.41%);
}

.synced-slider1 .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.synced-slider1 .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.synced-slider1 .owl-carousel .owl-nav {
	margin-top: 0;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 30px;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 30px;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.synced-slider1 .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.synced-slider1 .owl-carousel .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel:hover .owl-nav {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-dots {
	margin-top: 15px;
}

.synced-slider1 .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.synced-slider1 .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-dots .owl-dot.active span,
.synced-slider1 .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider1 .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.synced-slider1 .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

.synced-slider1.one-slide .owl-carousel {
	display: block;
}

.synced-slider2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.synced-slider2 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ededee;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
}

.synced-slider2 .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	width: 100%;
	position: relative;
}

.synced-slider2 .item .img-container img {
	width: auto;
	max-height: 100%;
}

.synced-slider2 .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.41%);
}

.synced-slider2 .item:hover,
.synced-slider2 .item.current {
	opacity: .6;
	-webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	border: 1px solid #a2a2a2;
}

.synced-slider2 .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.synced-slider2 .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.synced-slider2 .owl-carousel .owl-nav {
	margin-top: 0;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: -20px;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: -20px;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.synced-slider2 .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.synced-slider2 .owl-item.loading {
	min-height: 69px;
}

/*==========  /SYNCED OWL SLIDER  ==========*/

/**/

/**/

/*==========  SYNCED SINGLE OWL SLIDER  ==========*/

.synced-slider-single .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ededee;
}

.synced-slider-single .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	width: 100%;
	position: relative;
}

.synced-slider-single .item .img-container img {
	width: auto;
	max-height: 100%;
}

.synced-slider-single .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.41%);
}

.synced-slider-single .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.synced-slider-single .owl-carousel .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.synced-slider-single .owl-carousel .owl-nav {
	margin-top: 0;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0;
	border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	padding: 0 !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-prev:before {
	content: "";
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-next:before {
	content: "";
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:active {
	color: #fff;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-prev {
	left: 30px;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-].owl-next {
	right: 30px;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:hover {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:active {
	opacity: 0.6;
}

.synced-slider-single .owl-carousel .owl-nav [class*=owl-]:after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
}

.synced-slider-single .owl-carousel .owl-dots {
	margin-top: 15px;
}

.synced-slider-single .owl-carousel .owl-dots .owl-dot {
	position: relative;
	width: 25px;
	height: 18px;
}

.synced-slider-single .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider-single .owl-carousel .owl-dots .owl-dot.active span,
.synced-slider-single .owl-carousel .owl-dots .owl-dot:hover span {
	-webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

.synced-slider-single .owl-carousel .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0.4);
}

.synced-slider-single .owl-carousel .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: rgba(0, 0, 0, 0.4) !important;
}

.synced-slider-single.one-slide .owl-carousel {
	display: block;
}

.synced-slider-thumbs {
	margin-top: 20px;
}

.synced-slider-thumbs .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ededee;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
}

.synced-slider-thumbs .item .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	width: 100%;
	position: relative;
}

.synced-slider-thumbs .item .img-container img {
	width: auto;
	max-height: 100%;
}

.synced-slider-thumbs .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 66.41%);
}

.synced-slider-thumbs .item:hover,
.synced-slider-thumbs .item.selected {
	opacity: .6;
	-webkit-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
	border: 1px solid #a2a2a2;
}

/*==========  /SYNCED SINGLE OWL SLIDER  ==========*/

/**/

/**/

/*==========  TOVAR PAGE  ==========*/

.tovar-container .info .descr-short {
	margin-bottom: 5px;
}

.tovar-container .info .tovar-container2 {
	margin-bottom: 30px;
}

.tovar-container .info .buttons-tabs .buttons-item {
	display: inline-block;
	color: #666;
	font-size: 13px;
	margin-right: 37px;
}

.tovar-container .info .buttons-tabs .buttons-item .fas {
	margin-left: 3px;
	color: #9B9B9B;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	font-size: 14px;
}

.tovar-container .info .buttons-tabs .buttons-item:focus {
	text-decoration: underline;
}

.tovar-container .info .buttons-tabs .buttons-item:last-child {
	margin-right: 0;
}

.tovar-container .info .buttons-tabs .buttons-item:hover .fa {
	color: #333;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.tovar-container .info .price-container {
	margin-top: 26px;
	margin-bottom: 15px;
}

.tovar-container .info .price-container .price {
	font-size: 28px;
	font-weight: bold;
}

.tovar-container .info .price-container .old-price {
	font-size: 18px;
}

.tovar-container .info .price-container .price-container-block2 {
	margin-top: 15px;
}

.tovar-container .info .price-container .skidka-text {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666;
	line-height: 15px;
}

.tovar-container .info .tovars-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 35px;
	font-size: 14px;
}

.tovar-container .info .tovars-counter input[type=number] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-width: 30px;
	height: inherit;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}

.tovar-container .info .tovars-counter input[type=number]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #869791;
}

.tovar-container .info .tovars-counter input[type=number]::-webkit-inner-spin-button,
.tovar-container .info .tovars-counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tovar-container .info .tovars-counter .minus,
.tovar-container .info .tovars-counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	height: inherit;
	text-decoration: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888888;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.tovar-container .info .tovars-counter .minus:hover,
.tovar-container .info .tovars-counter .plus:hover {
	color: #333;
	border-color: #869791;
}

.tovar-container .info .tovars-counter .minus:active,
.tovar-container .info .tovars-counter .plus:active {
	color: #888888;
	border-color: #e5e5e5;
}

.tovar-container .info .tovars-counter .minus:focus,
.tovar-container .info .tovars-counter .plus:focus {
	z-index: 1;
}

.tovar-container .info .tovars-counter .minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 10px;
}

.tovar-container .info .tovars-counter .plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tovar-container .info .button.button-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: inherit;
	min-height: 35px;
}

.tovar-container .info .button.button-to-cart i {
	margin-right: 5px;
}

.tovar-container .info .button2.order {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: none;
}

.tovar-container .info .not-available {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	display: table;
	margin-top: 15px;
}

.tovar-container .info .tovar-links-container {
	margin-top: 15px;
}

.tovar-container .tovar-documents .item a.link {
	color: #000;
}

.tovar-container .tovar-documents .item .tovar-documents-info {
	color: #666;
}

.tovar-container .tovar-documents .item:not(:last-child) {
	margin-bottom: 15px;
}

.tovar-container .tovar-reviews .button {
	margin-bottom: 30px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper {
	margin-bottom: 30px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item {
	padding: 15px 25px;
	border: 1px solid #ebeced;
	border-top: none;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top {
	text-align: right;
	margin-bottom: 3px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .name {
	display: inline-block;
	margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .date {
	color: #666;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating {
	display: inline-block;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-title {
	font-size: 13px;
	color: #666;
	display: inline-block;
	margin-right: 10px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper {
	display: inline-block;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper .fa-star.far {
	color: #D3D3D3;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .tovar-reviews-block-top .rating .rating-wrapper .fa-star {
	color: #f4a70b;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer {
	margin-top: 20px;
	padding: 12px 20px;
	background: #f9fafb;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-title {
	display: table-cell;
	padding-right: 13px;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-text {
	display: table-cell;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item .answer .answer-text .answer-name {
	margin-top: 3px;
	font-style: italic;
}

.tovar-container .tovar-reviews .tovar-reviews-wrapper .item:first-child {
	border-top: 1px solid #ebeced;
}

.tovar-container .tovar-reviews .button-container .button2 {
	width: 263px;
	text-transform: none;
	color: #666;
}

.tovar-container .tovar-reviews .button-container .button2:hover {
	color: #fff;
}

/*==========  /TOVAR PAGE  ==========*/

/**/

/**/

/*==========  FILTER  ==========*/

.nc_netshop_filter-wrap {
	background: #e8eff6;
}

.nc_netshop_filter-wrap .nc_netshop_filter-title {
	font-weight: bold;
	color: #fff;
	background: #337ab7;
	font-size: 18px;
	padding: 10px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row {
	border-bottom: 1px solid #dfe3e8;
	padding: 20px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row .nc_netshop_filter_label {
	font-weight: bold;
	margin-bottom: 10px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row .nc_netshop_filter_label label {
	margin-bottom: 0;
	cursor: auto;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row select {
	width: 100%;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .nc_netshop_filter_field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .nc_netshop_filter_field label {
	margin-bottom: 0;
	width: 50%;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .nc_netshop_filter_field label input {
	width: 100%;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .nc_netshop_filter_field label:last-child {
	margin-left: 20px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .range-slider {
	margin-top: 15px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .range-slider .noUi-handle:before,
.nc_netshop_filter-wrap .nc_netshop_filter_row.nc_netshop_filter_row_range .range-slider .noUi-handle:after {
	display: none;
}

.nc_netshop_filter-wrap .nc_netshop_filter_actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}

.nc_netshop_filter-wrap .nc_netshop_filter_actions button {
	width: 50%;
}

.nc_netshop_filter-wrap .nc_netshop_filter_actions button:last-child {
	margin-left: 20px;
}

/*==========  /FILTER  ==========*/

/**/

/**/

/*==========  TABLE AND PRICE  ==========*/

.text-elements table,
.table-responsive > .overflow > table {
	background: #fff;
}

.text-elements table > tbody > tr > td,
.table-responsive > .overflow > table > tbody > tr > td,
.text-elements table > tbody > tr > th,
.table-responsive > .overflow > table > tbody > tr > th,
.text-elements table > thead > tr > td,
.table-responsive > .overflow > table > thead > tr > td,
.text-elements table > thead > tr > th,
.table-responsive > .overflow > table > thead > tr > th,
.text-elements table > tfoot > tr > td,
.table-responsive > .overflow > table > tfoot > tr > td,
.text-elements table > tfoot > tr > th,
.table-responsive > .overflow > table > tfoot > tr > th {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #d7dee3;
	height: 49px;
}

.text-elements table > tbody > tr > th,
.table-responsive > .overflow > table > tbody > tr > th,
.text-elements table > thead > tr > th,
.table-responsive > .overflow > table > thead > tr > th,
.text-elements table > tfoot > tr > th,
.table-responsive > .overflow > table > tfoot > tr > th {
	background: #f8f9fa;
	line-height: 1.2;
}

.text-elements table > tbody > tr > td,
.table-responsive > .overflow > table > tbody > tr > td,
.text-elements table > thead > tr > td,
.table-responsive > .overflow > table > thead > tr > td,
.text-elements table > tfoot > tr > td,
.table-responsive > .overflow > table > tfoot > tr > td {
	line-height: 1.2;
}

.text-elements table tr td,
.table-responsive > .overflow > table tr td {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
}

.text-elements table tr:hover td,
.table-responsive > .overflow > table tr:hover td {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
	background-color: #ebeef1;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive > .overflow > table {
	max-width: 100%;
}

.table-responsive .overflow {
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table-responsive-arrow {
	display: none;
}

.documents-block .item:not(:last-child) {
	margin-bottom: 30px;
}

.documents-block .item > div:last-child {
	margin-bottom: 0;
}

.documents-block .item .table-responsive > .overflow > table {
	width: 100%;
}

.documents-block .item .table-responsive > .overflow > table .row1 {
	text-align: left;
	width: 70%;
}

.documents-block .item .table-responsive > .overflow > table .row1 a:not(.button) {
	color: #333;
}

.documents-block .item .table-responsive > .overflow > table .row1 .row1-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.documents-block .item .table-responsive > .overflow > table .row1 .row1-flex .button {
	margin-left: 10px;
	min-height: 30px;
	width: 130px;
}

.price-block .item .block-hidden > div:last-child {
	margin-bottom: 0;
}

.price-block .item .table-responsive > .overflow > table {
	width: 100%;
}

.price-block .item .table-responsive .row1 {
	text-align: left;
	width: 70%;
}

.price-block .item .table-responsive .row1 a:not(.button) {
	color: #333;
}

.price-block.price-block-hidden .item .price-block-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	color: #337ab7;
	text-decoration: none;
}

.price-block.price-block-hidden .item .price-block-button:before {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.price-block.price-block-hidden .item .price-block-button.active:before {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.price-block.price-block-hidden .item .price-block-button:hover span {
	text-decoration: underline;
}

.price-block.price-block-hidden .item .block-hidden {
	display: none;
	margin-top: 15px;
}

.price-block.price-block-hidden .item .block-hidden > div:last-child {
	margin-bottom: 0;
}

.price-block.price-block-hidden.opened .item .block-hidden {
	display: block;
}

.price-block.price-block-hidden.block-margin-bottom:not(:last-child),
.price-block.price-block-hidden.block-padding-small:not(:last-child) {
	margin-bottom: 10px !important;
}

.price-block.price-block-hidden.block-margin-bottom:not(:last-child) .item .block-hidden,
.price-block.price-block-hidden.block-padding-small:not(:last-child) .item .block-hidden {
	margin-bottom: 30px;
}

.block-table-responsive .item:not(:last-child) {
	margin-bottom: 30px;
}

.block-table-responsive .item > div:last-child {
	margin-bottom: 0;
}

/*==========  /TABLE AND PRICE  ==========*/

/**/

/**/

/*==========  NEWS  ==========*/

.news-list.news-columns .item {
	height: 100%;
}

.news-list.news-columns .item .img-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 270px);
	width: 100%;
	position: relative;
}

.news-list.news-columns .item .img-container img {
	max-height: 100%;
}

.news-list.news-columns .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 65.86%);
}

.news-list.news-columns .item .img-container:hover {
	opacity: 0.8;
}

.news-list.news-columns .item .text-container .title {
	display: inline-block;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}

.news-list.news-columns .item .text-container .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.news-list.news-columns .item .text-container .category {
	display: table;
	padding: 3px;
	background: #509600;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}

.news-list.news-columns .item .text-container .date {
	display: table;
	color: #666;
	font-size: 12px;
}

.news-list.news-columns .item .text-container a.link {
	display: table;
	color: #666;
	font-size: 14px;
}

.news-list.news-columns .item .text-container > *:not(:last-child) {
	margin-bottom: 10px;
}

.news-list.news-columns .item:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaebec;
}

.news-list.news-rows .item .img-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 545px);
	max-height: var(--img-height, 259px);
	width: 100%;
	position: relative;
}

.news-list.news-rows .item .img-container img {
	max-height: 100%;
}

.news-list.news-rows .item .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 65.88%);
}

.news-list.news-rows .item .img-container:hover {
	opacity: 0.8;
}

.news-list.news-rows .item .text-container .title {
	display: inline-block;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	margin-top: 15px;
}

.news-list.news-rows .item .text-container .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.news-list.news-rows .item .text-container .category {
	display: table;
	padding: 3px;
	background: #509600;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}

.news-list.news-rows .item .text-container .date {
	display: table;
	color: #666;
	font-size: 12px;
}

.news-list.news-rows .item .text-container > *:not(:last-child) {
	margin-bottom: 10px;
}

.news-list.news-list-anons h1 a.link,
.news-list.news-list-anons .h1 a.link,
.news-list.news-list-anons h2 a.link,
.news-list.news-list-anons .h2 a.link,
.news-list.news-list-anons h3 a.link,
.news-list.news-list-anons .h3 a.link {
	font-size: 16px;
}

.news-list.news-list-anons .item .text-container .title {
	font-weight: normal;
}

.news-list.news-list-anons .item .text-container .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.news-list.news-list-anons .item .text-container .date {
	display: table;
	color: #666;
	font-size: 12px;
}

.news-list.news-list-anons .item:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaebec;
}

.news-inner .date {
	display: block;
	color: #666666;
	font-size: 12px;
	margin-bottom: 1rem;
}

.news-inner .author {
	font-size: 12px;
	margin-bottom: 1rem;
}

.news-inner .text {
	margin-bottom: 1rem;
}

.news-widget .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaebec;
}

.news-widget .item .img-container {
	display: block;
	margin-bottom: 13px;
}

.news-widget .item .img-container:hover {
	opacity: 0.8;
}

.news-widget .item .date {
	display: table;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
}

.news-widget .item .title {
	display: inline-block;
	color: #333;
	line-height: 1.2;
}

.news-widget .item .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

/*==========  /NEWS  ==========*/

/**/

/**/

/*==========  FAQ  ==========*/

.faq .btn-wrap {
	margin-bottom: 15px;
}

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

.faq .item .item-info {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 5px;
}

.faq .item .item-info .name {
	display: inline-block;
}

.faq .item .item-info .category {
	display: inline-block;
	padding: 3px 5px;
	background: #509600;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	margin-left: 17px;
}

.faq .item .item-info .date {
	color: #666666;
	font-size: 12px;
	margin-left: 17px;
	display: inline-block;
}

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

.faq .item .item-text .img-container {
	display: block;
}

.faq .item .item-text .text-container {
	padding: 20px 25px;
	border: 1px solid #ebeef1;
	border-radius: 6px;
}

.faq .item .item-text .title {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.faq .item .item-text .text p:last-child {
	margin-bottom: 0;
}

.faq .item .item-text.text1 .text-container {
	background: #f9f9fb;
}

.faq .item .item-text.text2 .text-container {
	background: #fff;
	margin-left: 60px;
}

.faq .item .item-text .answer-name {
	font-style: italic;
	margin-top: 5px;
}

/*==========  /FAQ  ==========*/

/**/

/**/

/*==========  TABS  ==========*/

.tabs .tabs-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -1px;
}

.tabs .tabs-controls > .item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-height: 49px;
	line-height: 1.2;
	border: 1px solid #ebeced;
	border-radius: 4px 4px 0 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: #f9fafb;
	cursor: pointer;
	-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.tabs .tabs-controls > .item:not(:last-child) {
	margin-right: 6px;
}

.tabs .tabs-controls > .item:hover {
	background: rgba(249, 250, 251, 0.8);
}

.tabs .tabs-controls > .item.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	cursor: default;
	-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.tabs .tabs-list {
	border-top: 1px solid #ebeced;
	padding-top: 25px;
}

.tabs .tabs-list > .item {
	display: none;
}

.tabs .tabs-list > .item.active {
	display: block;
}

.tabs .tabs-list > .item .container > div:last-child:not(.row-mb-30-minus) {
	margin-bottom: 0;
}

.tabs .tabs-list > .item .container div.row-mb-30-minus:last-child {
	margin-bottom: -30px;
}

/*==========  /TABS  ==========*/

/**/

/**/

/*==========  CART PAGES  ==========*/

/* верхняя миникорзина */

/* правая миникорзина 1 */

.mini-cart {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 217px;
	right: 0;
	z-index: 10;
	text-decoration: none;
	background: #c2c2c2;
	border-radius: 50%;
	-webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 14px;
}

.mini-cart:before {
	color: #fff;
	font-size: 24px;
	line-height: 88px;
	content: "\f07a";
	font-family: 'Font Awesome 5 Free';
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	font-weight: 900;
}

.mini-cart.fixed {
	position: fixed;
	top: 68px;
}

.mini-cart .count {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -10px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	background: #8b8b8b;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart:hover {
	background: darkgray;
}

.mini-cart:hover .count {
	background: #656565;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart.active {
	background: #bddb9c;
}

.mini-cart.active .count {
	background: #82ba43;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart.active:hover {
	background: #7fb642;
}

.mini-cart.active:hover .count {
	background: #4e6f28;
}

/* правая миникорзина 2 */

.mini-cart2 {
	display: block;
	position: absolute;
	top: 217px;
	right: 0;
	z-index: 10;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
	width: 282px;
	overflow: hidden;
	font-size: 14px;
}

.mini-cart2.fixed {
	position: fixed;
	top: 68px;
}

.mini-cart2.mini {
	width: 50px;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}

.mini-cart2 .mini-cart2-container {
	width: 282px;
}

.mini-cart2 .btn-rollup {
	display: block;
	width: 50px;
	height: 70px;
	background: #c2c2c2;
	border-radius: 4px 0 0 4px;
	text-decoration: none;
	float: left;
	position: relative;
	text-align: center;
}

.mini-cart2 .btn-rollup:before {
	color: #fff;
	font-size: 20px;
	line-height: 41px;
	content: "\f07a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.mini-cart2 .btn-rollup .count {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -9px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	background: #8b8b8b;
	border-radius: 50%;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart2 .btn-rollup:hover {
	background: darkgray;
}

.mini-cart2 .btn-rollup:hover .count {
	background: #656565;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart2.active .btn-rollup {
	background: #bddb9c;
}

.mini-cart2.active .btn-rollup .count {
	background: #82ba43;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.mini-cart2.active .btn-rollup:hover {
	background: #7fb642;
}

.mini-cart2.active .btn-rollup:hover .count {
	background: #4e6f28;
}

.mini-cart2 .text-container {
	float: left;
	width: 232px;
	background: #fff;
	border: 1px solid #d7dee3;
	padding: 14px 26px 20px 26px;
}

.mini-cart2 .text-container .title {
	font-size: 18px;
	font-weight: bold;
}

.mini-cart2 .text-container .tovar {
	line-height: 15px;
	margin-top: 7px;
}

.mini-cart2 .text-container .tovar .tovar-count {
	font-weight: bold;
}

.mini-cart2 .text-container .tovar .summ {
	margin-top: 5px;
}

.mini-cart2 .text-container .button.oformit-zakaz {
	min-width: 100%;
	margin-top: 15px;
}

.mini-cart2 .text-container .button2.continue {
	min-width: 100%;
	margin-top: 15px;
	text-transform: none;
	padding: 5px;
}

/* правая миникорзина 3 */

.mini-cart3 {
	position: -webkit-sticky;
	position: sticky;
	height: 42px;
	background: #333333;
	z-index: 10;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mini-cart3 .title {
	color: #fff;
	margin-right: 12px;
}

.mini-cart3 .title .fa {
	margin-right: 3px;
	top: 1px;
	position: relative;
}

.mini-cart3 .count {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #4f7614;
	font-size: 13px;
	margin-right: 22px;
}

.mini-cart3 .mini-cart3-button {
	display: inline-block;
	vertical-align: middle;
	background: #63a400;
	padding: 5px 15px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
}

.mini-cart3 .mini-cart3-button:hover {
	background: #4a7b00;
}

.mini-cart3 .mini-cart3-button:active {
	background: #63a400;
}

/* cart-page */

.cart-page .cart-page-part1 .total {
	font-size: 18px;
}

.cart-page .cart-page-part1 .button-order {
	margin-top: 25px;
}

.cart-page .cart-page-order {
	margin-top: 30px;
}

.cart-page .cart-page-order .cart-page-order-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}

.cart-page .cart-page-order .cart-page-order-container {
	padding: 20px 30px;
	background-color: #f8f9fa;
}

.cart-page .cart-page-order .cart-page-order-container input,
.cart-page .cart-page-order .cart-page-order-container textarea,
.cart-page .cart-page-order .cart-page-order-container select {
	border-color: #d7dee3;
}

.cart-page .cart-page-order .cart-page-order-container input:focus,
.cart-page .cart-page-order .cart-page-order-container textarea:focus,
.cart-page .cart-page-order .cart-page-order-container select:focus {
	-webkit-box-shadow: 0 0 0 1pt #869791;
	box-shadow: 0 0 0 1pt #869791;
}

.cart-page .cart-page-btns-wrap .button,
.cart-page .cart-page-btns-wrap .button2,
.cart-page .cart-page-btns-wrap .button3 {
	margin-top: 15px;
}

.cart-page2 .cart-page2-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}

.cart-page2 .cart-page2-item {
	padding: 20px 30px;
	background-color: #f8f9fa;
}

.cart-page2 .cart-page2-item:not(:last-child) {
	margin-bottom: 30px;
}

.cart-page2 .cart-page2-form-text {
	margin-bottom: 15px;
}

.cart-page2 .cart-page2-form-text span {
	color: #f4a70b;
}

.cart-page2 .cart-page2-total-price {
	font-size: 18px;
}

.cart-page2 .cart-page2-total-price .cart-page2-table-total-title {
	font-weight: bold;
}

.cart-page2 .tpl-block-order-delivery .tpl-block-order-delivery-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.cart-page2 .tpl-block-order-delivery .tpl-block-order-delivery-method:not(:last-child) {
	margin-bottom: 15px;
}

.tpl-block-message.tpl-state-error {
	color: #d9534f;
}

.cart-page .cart-page-part1 .cart-table,
.cart-page2 .cart-page2-table table,
.order-page .zakaz-table-container .cart-table {
	width: 100%;
	margin-bottom: 30px;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter,
.cart-page2 .cart-page2-table table .tovars-counter,
.order-page .zakaz-table-container .cart-table .tovars-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 35px;
	font-size: 14px;
	width: 114px;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number],
.cart-page2 .cart-page2-table table .tovars-counter input[type=number],
.order-page .zakaz-table-container .cart-table .tovars-counter input[type=number] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	min-width: 30px;
	height: inherit;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]:focus,
.cart-page2 .cart-page2-table table .tovars-counter input[type=number]:focus,
.order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #869791;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]::-webkit-inner-spin-button,
.cart-page2 .cart-page2-table table .tovars-counter input[type=number]::-webkit-inner-spin-button,
.order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]::-webkit-inner-spin-button,
.cart-page .cart-page-part1 .cart-table .tovars-counter input[type=number]::-webkit-outer-spin-button,
.cart-page2 .cart-page2-table table .tovars-counter input[type=number]::-webkit-outer-spin-button,
.order-page .zakaz-table-container .cart-table .tovars-counter input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus,
.cart-page2 .cart-page2-table table .tovars-counter .minus,
.order-page .zakaz-table-container .cart-table .tovars-counter .minus,
.cart-page .cart-page-part1 .cart-table .tovars-counter .plus,
.cart-page2 .cart-page2-table table .tovars-counter .plus,
.order-page .zakaz-table-container .cart-table .tovars-counter .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	height: inherit;
	text-decoration: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888888;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus:hover,
.cart-page2 .cart-page2-table table .tovars-counter .minus:hover,
.order-page .zakaz-table-container .cart-table .tovars-counter .minus:hover,
.cart-page .cart-page-part1 .cart-table .tovars-counter .plus:hover,
.cart-page2 .cart-page2-table table .tovars-counter .plus:hover,
.order-page .zakaz-table-container .cart-table .tovars-counter .plus:hover {
	color: #333;
	border-color: #869791;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus:active,
.cart-page2 .cart-page2-table table .tovars-counter .minus:active,
.order-page .zakaz-table-container .cart-table .tovars-counter .minus:active,
.cart-page .cart-page-part1 .cart-table .tovars-counter .plus:active,
.cart-page2 .cart-page2-table table .tovars-counter .plus:active,
.order-page .zakaz-table-container .cart-table .tovars-counter .plus:active {
	color: #888888;
	border-color: #e5e5e5;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus:focus,
.cart-page2 .cart-page2-table table .tovars-counter .minus:focus,
.order-page .zakaz-table-container .cart-table .tovars-counter .minus:focus,
.cart-page .cart-page-part1 .cart-table .tovars-counter .plus:focus,
.cart-page2 .cart-page2-table table .tovars-counter .plus:focus,
.order-page .zakaz-table-container .cart-table .tovars-counter .plus:focus {
	z-index: 1;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .minus,
.cart-page2 .cart-page2-table table .tovars-counter .minus,
.order-page .zakaz-table-container .cart-table .tovars-counter .minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 10px;
}

.cart-page .cart-page-part1 .cart-table .tovars-counter .plus,
.cart-page2 .cart-page2-table table .tovars-counter .plus,
.order-page .zakaz-table-container .cart-table .tovars-counter .plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cart-page .cart-page-part1 .cart-table .cart-number-td,
.cart-page2 .cart-page2-table table .cart-number-td,
.order-page .zakaz-table-container .cart-table .cart-number-td {
	min-width: 50px;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td,
.cart-page2 .cart-page2-table table .cart-photo-td,
.order-page .zakaz-table-container .cart-table .cart-photo-td {
	min-width: 120px;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container {
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 100px);
	max-height: var(--img-height, 67px);
	width: 100%;
	position: relative;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container img,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container img,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container img {
	max-height: 100%;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container:before,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container:before,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container:before {
	content: "";
	display: block;
	padding-top: var(--img-padding-top, 67%);
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container .no-img,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container .no-img,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container .no-img {
	font-size: 3rem;
}

.cart-page .cart-page-part1 .cart-table .cart-photo-td .img-container:hover,
.cart-page2 .cart-page2-table table .cart-photo-td .img-container:hover,
.order-page .zakaz-table-container .cart-table .cart-photo-td .img-container:hover {
	opacity: .8;
}

.cart-page .cart-page-part1 .cart-table .cart-name-td,
.cart-page2 .cart-page2-table table .cart-name-td,
.order-page .zakaz-table-container .cart-table .cart-name-td {
	text-align: left;
}

.cart-page .cart-page-part1 .cart-table .cart-count-td,
.cart-page2 .cart-page2-table table .cart-count-td,
.order-page .zakaz-table-container .cart-table .cart-count-td {
	min-width: 150px;
}

.cart-page .cart-page-part1 .cart-table .cart-price-td .price-container .price,
.cart-page2 .cart-page2-table table .cart-price-td .price-container .price,
.order-page .zakaz-table-container .cart-table .cart-price-td .price-container .price {
	white-space: nowrap;
}

.cart-page .cart-page-part1 .cart-table .cart-price-td .price-container .old-price,
.cart-page2 .cart-page2-table table .cart-price-td .price-container .old-price,
.order-page .zakaz-table-container .cart-table .cart-price-td .price-container .old-price {
	white-space: nowrap;
	text-decoration: line-through;
}

.cart-page .cart-page-part1 .cart-table .cart-summ-td,
.cart-page2 .cart-page2-table table .cart-summ-td,
.order-page .zakaz-table-container .cart-table .cart-summ-td {
	white-space: nowrap;
}

.cart-page .cart-page-part1 .cart-table .cart-delete-td,
.cart-page2 .cart-page2-table table .cart-delete-td,
.order-page .zakaz-table-container .cart-table .cart-delete-td {
	min-width: 80px;
}

.cart-page .cart-page-part1 .cart-table .delete-button,
.cart-page2 .cart-page2-table table .delete-button,
.order-page .zakaz-table-container .cart-table .delete-button {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	color: #ACACAC;
	text-decoration: none;
	border: none;
	background: transparent;
}

.cart-page .cart-page-part1 .cart-table .delete-button:before,
.cart-page2 .cart-page2-table table .delete-button:before,
.order-page .zakaz-table-container .cart-table .delete-button:before {
	font-size: 20px;
	line-height: 35px;
	content: "\f2ed";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.cart-page .cart-page-part1 .cart-table .delete-button:hover,
.cart-page2 .cart-page2-table table .delete-button:hover,
.order-page .zakaz-table-container .cart-table .delete-button:hover {
	color: #F44340;
}

.cart-page .cart-page-part1 .cart-table .delete-button:active,
.cart-page2 .cart-page2-table table .delete-button:active,
.order-page .zakaz-table-container .cart-table .delete-button:active {
	color: #ACACAC;
}

/* order-page */

.order-page .zakaz-table-container {
	margin-bottom: 30px;
}

.order-page .zakaz-table-container .h3 {
	margin-bottom: 15px;
}

.order-page .zakaz-table-container .total {
	font-size: 18px;
}

.order-page .order-page-text .print-button-container {
	text-align: right;
}

.order-page .order-page-text .print-button {
	display: inline-block;
	text-align: center;
	color: #333;
	text-decoration: none;
}

.order-page .order-page-text .print-button .fa {
	color: #D7D7D7;
	font-size: 26px;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.order-page .order-page-text .print-button div {
	text-decoration: underline;
}

.order-page .order-page-text .print-button:hover .fa {
	color: #333;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.order-page .order-page-text .print-button:hover div {
	text-decoration: none;
}

.order-page .buyer .h3 {
	margin-bottom: 15px;
}

.order-page .buyer .buyer-container {
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, 0.05);
}

.order-page .buyer .buyer-container .item {
	font-style: italic;
	margin-bottom: 16px;
}

.order-page .buyer .buyer-container .item-container {
	margin-bottom: 15px;
}

.order-page .buyer .buyer-container .item-container .title {
	font-weight: bold;
}

.order-page .buyer .buyer-container .item-container .text {
	font-style: italic;
}

.order-page .buyer .buyer-container .item-container:last-child {
	margin-bottom: 0;
}

.order-page .cart-page2-total-price {
	font-size: 18px;
}

.order-page .cart-page2-total-price .cart-page2-table-total-title {
	font-weight: bold;
}

.visible-print-block {
	display: none;
}

/*==========  /CART PAGES  ==========*/

/**/

/**/

/*==========  CABINET  ==========*/

.nc_auth_login_check,
.nc_auth_pass2_check {
	margin-left: 15px;
	font-weight: bold;
	display: none;
}

.nc_auth_pass1_check {
	margin-left: 5px;
	font-weight: bold;
	display: none;
}

#nc_auth_pass1_security {
	margin-left: 15px;
	display: none;
}

#nc_auth_login_ok,
#nc_auth_pass2_ok {
	color: #088A08;
}

#nc_auth_login_fail,
#nc_auth_pass2_fail {
	color: #FF0000;
}

#nc_auth_pass1_s1 {
	color: #FF0000;
}

#nc_auth_pass1_s2 {
	color: #ddcc11;
}

#nc_auth_pass1_s3 {
	color: #8cd750;
}

#nc_auth_pass1_s4 {
	color: #088A08;
}

#nc_auth_pass1_empty,
#nc_auth_pass_min {
	margin-left: 15px;
	font-weight: bold;
	display: none;
	color: #FF0000;
}

/*==========  /CABINET  ==========*/

/*==========  WIDGET-PHONE  ==========*/

.widget-phone {
	display: none;
	position: fixed;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 98;
	opacity: .6;
	bottom: -13px;
	right: 14%;
}

.widget-phone .widget-phone-circle {
	border: 2px solid #00aff2;
	opacity: .5;
	-webkit-animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
	animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	border-radius: 50%;
}

.widget-phone .widget-phone-circle-fill {
	background-color: #00aff2;
	opacity: .75;
	-webkit-animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
	animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: 2px solid transparent;
}

.widget-phone .widget-phone-img {
	opacity: 0.7;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #00aff2;
	border-radius: 50%;
	border: 2px solid transparent;
	text-align: center;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.widget-phone .widget-phone-img:before {
	color: #fff;
	font-size: 33px;
	line-height: 60px;
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.widget-phone:hover {
	opacity: 1;
}

.widget-phone:hover .widget-phone-circle {
	border: 2px solid #75eb50;
	-webkit-animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
	animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
}

.widget-phone:hover .widget-phone-circle-fill {
	background-color: #75eb50;
	opacity: 0.5;
}

.widget-phone:hover .widget-phone-img {
	opacity: 1;
	background-color: #75eb50;
	-webkit-animation: widget-phone-img-anim 1s infinite ease-in-out;
	animation: widget-phone-img-anim 1s infinite ease-in-out;
}

/*==========  /WIDGET-PHONE  ==========*/

/**/

/**/

/*==========  ПОИСК В NETCAT ==========*/

.nc_search_form .nc_search {
	position: relative;
}

.nc_search_form .nc_search input[type=search] {
	width: 100%;
	padding: 6px 30px 6px 12px;
}

.nc_search_form .nc_search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	border: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.3333333333333333em;
	color: #cccccc;
	padding: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	cursor: pointer;
}

.nc_search_form .nc_search input[type=submit]:hover {
	color: #333;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.nc_search_form .nc_search input[type=submit]:active {
	color: #cccccc;
}

.nc_search_form .advancedlink {
	margin-top: 10px;
}

.nc_search_results {
	margin-top: 30px;
	padding-left: 0;
}

.nc_search_results .nc_search_range {
	margin-bottom: 15px;
}

.nc_search_results .nc_search_list {
	margin-bottom: 10px;
}

.nc_search_results .nc_search_list li {
	margin-left: 25px;
}

.nc_search_results .nc_search_list .nc_search_title {
	font-size: 16px;
}

.nc_search_pages .nc_search_nav {
	text-align: center;
}

.nc_search_pages .nc_search_nav strong {
	display: none;
}

.nc_search_pages .nc_search_nav span {
	margin: 0 5px;
}

.nc_search_pages .nc_search_nav .button2.nc_search_inactive {
	cursor: default;
	color: #b6b7b9;
	border: 1px solid #b6b7b9;
	background: transparent;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next,
.nc_search_pages .nc_search_nav .button2.nc_search_prev {
	position: relative;
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next a,
.nc_search_pages .nc_search_nav .button2.nc_search_prev a {
	text-decoration: none;
	color: #509600;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next a:before,
.nc_search_pages .nc_search_nav .button2.nc_search_prev a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next:hover,
.nc_search_pages .nc_search_nav .button2.nc_search_prev:hover {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.nc_search_pages .nc_search_nav .button2.nc_search_next:hover a,
.nc_search_pages .nc_search_nav .button2.nc_search_prev:hover a {
	color: #fff;
}

.nc_search_pages .pagination {
	margin-top: 10px;
}

.nc_search_status.nc_search_no_results {
	margin-top: 30px;
}

.nc_search_status.nc_search_no_results + .nc_search_range {
	display: none;
}

.nc_search_extra_form-wrapper {
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, 0.05);
}

.nc_search_extra_form .nc_search_datetime_interval {
	display: inline-block;
	vertical-align: middle;
}

.nc_search_extra_form .interval_value {
	display: inline-block;
	vertical-align: middle;
	width: 94px;
	text-align: center;
	margin-left: 10px;
	padding: 6px 12px;
	border: 1px solid #eaebec;
	border-radius: 4px;
	-webkit-transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
	-o-transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
	transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

.nc_search_extra_form .interval_unit {
	width: 205px;
	margin-top: 10px;
}

.nc_search_extra_form .submit.button {
	padding: 6px 16px;
}

/*==========  /ПОИСК В NETCAT ==========*/

/**/

/**/

/*==========  MORE STYLES  ==========*/

.catalog-top {
	margin-bottom: 30px;
}

.catalog-top .sort-select {
	border-radius: 0;
	padding: 4px 12px;
	font-size: 13px;
	color: #666666;
}

.catalog-top .catalog-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.catalog-top .catalog-view .title {
	color: #666666;
	font-size: 13px;
	margin-right: 18px;
}

.catalog-top .catalog-view .catalog-view-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-top .catalog-view .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #ebeced;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
}

.catalog-top .catalog-view .item .fa {
	color: #B3B3B3;
}

.catalog-top .catalog-view .item:hover,
.catalog-top .catalog-view .item.selected {
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
}

.catalog-top .catalog-view .item:hover .fa,
.catalog-top .catalog-view .item.selected .fa {
	color: #fff;
}

.catalog-top .catalog-view .item:first-child {
	margin-left: 0;
}

.catalog-top .catalog-view .item:last-child {
	margin-right: 0;
}

.interactive-plan {
	position: relative;
}

.interactive-plan img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.interactive-plan svg g {
	fill: #fff;
	fill-opacity: .25;
	-webkit-transition: fill-opacity 0.1s ease-in-out;
	-o-transition: fill-opacity 0.1s ease-in-out;
	transition: fill-opacity 0.1s ease-in-out;
}

.interactive-plan svg g:hover {
	fill-opacity: .75;
	-webkit-transition: fill-opacity 0.1s ease-in-out;
	-o-transition: fill-opacity 0.1s ease-in-out;
	transition: fill-opacity 0.1s ease-in-out;
}

/*==========  /MORE STYLES  ==========*/

/**/

/**/

/*==========  HEADER WITH VIDEO  ==========*/

header.header-with-video {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 4;
}

.index-page header.header-with-video.header-desktop {
	background: transparent;
	margin-bottom: -64px;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.index-page header.header-with-video.header-desktop.background-color {
	background: #0e2756;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.index-page .index-video-block {
	position: relative;
	background: rgba(15, 43, 77, 0.7) -webkit-gradient(linear, left top, left bottom, from(rgba(1, 17, 65, 0.57)), color-stop(38%, rgba(2, 18, 65, 0.56)), color-stop(57%, rgba(0, 18, 64, 0.29)), color-stop(78%, rgba(0, 12, 70, 0.08)), color-stop(96%, rgba(0, 0, 85, 0.01)), color-stop(98%, rgba(0, 0, 128, 0)), to(rgba(0, 0, 0, 0)));
	background: rgba(15, 43, 77, 0.7) -o-linear-gradient(top, rgba(1, 17, 65, 0.57) 0%, rgba(2, 18, 65, 0.56) 38%, rgba(0, 18, 64, 0.29) 57%, rgba(0, 12, 70, 0.08) 78%, rgba(0, 0, 85, 0.01) 96%, rgba(0, 0, 128, 0) 98%, rgba(0, 0, 0, 0) 100%);
	background: rgba(15, 43, 77, 0.7) linear-gradient(to bottom, rgba(1, 17, 65, 0.57) 0%, rgba(2, 18, 65, 0.56) 38%, rgba(0, 18, 64, 0.29) 57%, rgba(0, 12, 70, 0.08) 78%, rgba(0, 0, 85, 0.01) 96%, rgba(0, 0, 128, 0) 98%, rgba(0, 0, 0, 0) 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	min-height: 100vh;
	padding-top: 150px;
	padding-bottom: 105px;
}

.index-page .index-video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.index-page .index-video-block .container {
	height: 100%;
}

.index-page .index-video-block .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.index-page .index-video-block .text-container .text-container2 .button {
	margin-top: 65px;
}

.index-page .index-video-block .title {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	line-height: 80px;
}

.index-page .index-video-block .text {
	font-size: 16px;
	font-weight: bold;
	color: #337ab7;
	font-size: 16px;
	margin-top: 60px;
}

.index-page .index-video-block .text a {
	color: #337ab7;
}

.index-page .index-video-block .text .sep {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.index-page .button-bottom {
	display: block;
	background: #337ab7;
	width: 26px;
	height: 60px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}

.index-page .button-bottom:hover {
	-webkit-animation: button-bottom-shake .7s ease-in-out alternate infinite;
	animation: button-bottom-shake .7s ease-in-out alternate infinite;
}

.index-page .button-bottom:active {
	opacity: .6;
}

/*==========  /HEADER WITH VIDEO  ==========*/

@-webkit-keyframes preloader-rotate {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@keyframes preloader-rotate {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@-webkit-keyframes smoothly-show-items {

/* Анимация появления объектов, чтоб не было видно резкого скачка высоты*/

0% {
	opacity: 0;
}

20% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes smoothly-show-items {

/* Анимация появления объектов, чтоб не было видно резкого скачка высоты*/

0% {
	opacity: 0;
}

20% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modal-open-amimation {

0% {
	top: -200px;
}

100% {
	top: 0;
}

}

@keyframes modal-open-amimation {

0% {
	top: -200px;
}

100% {
	top: 0;
}

}

@-webkit-keyframes widget-phone-circle-anim {

0% {
	-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
	transform: rotate(0deg) scale(0.5) skew(1deg);
	opacity: 0.1;
}

30% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.5;
}

100% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	transform: rotate(0deg) scale(1) skew(1deg);
	opacity: 0.1;
}

}

@keyframes widget-phone-circle-anim {

0% {
	-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
	transform: rotate(0deg) scale(0.5) skew(1deg);
	opacity: 0.1;
}

30% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.5;
}

100% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	transform: rotate(0deg) scale(1) skew(1deg);
	opacity: 0.1;
}

}

@-webkit-keyframes widget-phone-circle-fill-anim {

0% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.2;
}

50% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	transform: rotate(0deg) scale(1) skew(1deg);
	opacity: 0.2;
}

100% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.2;
}

}

@keyframes widget-phone-circle-fill-anim {

0% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.2;
}

50% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	transform: rotate(0deg) scale(1) skew(1deg);
	opacity: 0.2;
}

100% {
	-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
	transform: rotate(0deg) scale(0.7) skew(1deg);
	opacity: 0.2;
}

}

@-webkit-keyframes widget-phone-img-anim {

0% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

10% {
	-webkit-transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
}

20% {
	-webkit-transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
}

30% {
	-webkit-transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
}

40% {
	-webkit-transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
}

50% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

100% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

}

@keyframes widget-phone-img-anim {

0% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

10% {
	-webkit-transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
}

20% {
	-webkit-transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
}

30% {
	-webkit-transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(-25deg) scale(1) skew(1deg) scaleX(-1);
}

40% {
	-webkit-transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(25deg) scale(1) skew(1deg) scaleX(-1);
}

50% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

100% {
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
	transform: rotate(0deg) scale(1) skew(1deg) scaleX(-1);
}

}

@-webkit-keyframes button-bottom-shake {

100% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

}

@keyframes button-bottom-shake {

100% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

}

@supports (-webkit-touch-callout: none) {.page { /* The hack for Safari */
	min-height: -webkit-fill-available;
}

}

