@charset "UTF-8";

@font-face {
	font-family: "Roboto-mw";
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/RobotoRegular.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto-mw";
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/RobotoBold.woff2") format("woff2");
}

@font-face {
	font-family: "Machinaorto-mw";
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/a-machinaorto-bold.woff2") format("woff2");
}

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

.img-container[data-fancybox]:after,
[data-fancybox] .img-container:after,
.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 .owl-carousel .owl-dots .owl-dot span,
.synced-slider-single .owl-carousel .owl-dots .owl-dot span,
.author-articles .img-container img,
.author-articles .img-container .no-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

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

html {
	font-size: 16px;
}

body {
	line-height: 1.4;
	min-width: 320px;
	font-family: "Roboto-mw", sans-serif;
	color: #1E222D;
	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: #F13E3E;
}

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: #1E222D;
	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-family: "Machinaorto-mw", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 23px;
}

h1,
.h1 {
	text-transform: uppercase;
	font-size: 45px;
}

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

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

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

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

h6,
.h6 {
	font-family: "Roboto-mw", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

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

.sub-title:before {
	content: '';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F13E3E;
	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: 20px;
	min-height: 50px;
	line-height: 1.1;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: "Machinaorto-mw", sans-serif;
}

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

.button {
	background-color: #F13E3E;
	color: #fff;
	border: none;
}

.button:hover {
	background-color: #092A48;
}

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

.button2 {
	background-color: transparent;
	color: #F13E3E;
	border: 1px solid #F13E3E;
}

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

.button2:active {
	color: #F13E3E;
	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;
}

::-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: #EFF6FD;
	width: 100%;
	height: 100%;
	position: relative;
	color: #7E99B1;
	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:not(:last-child),
.tpl-block-list-objects:not(:last-child) {
	margin-bottom: 30px;
}

.mb-15:not(:last-child) {
	margin-bottom: 15px;
}

.gap-30 {
	gap: 30px 0;
}

.gap-15 {
	gap: 15px 0;
}

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

.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-mini15 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

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

.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  ==========*/

/**/

/**/

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

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 0;
	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;
	gap: 5px;
}

.pagination .pagination-item {
	width: 40px;
	height: 40px;
	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: #F13E3E;
	border: 1px solid #F13E3E;
}

.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-columns .text-block-item>.row,
.text-block-three-columns .text-block-item>.row {
	gap: 1rem 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 .img-container-bg {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 952/560;
}

.text-block-two-columns2 .video-container,
.text-block-two-columns2 .video-container-fancybox {
	width: auto !important;
	height: 100%;
}

.text-block-two-columns2 .video-container-fancybox {
	display: block;
}

.text-block-two-columns2 .video-container-fancybox img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

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

.text-block-two-columns2 .ckeditor-html5-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

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

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

.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: #F13E3E;
	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: #F13E3E;
}

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: var(--block-margin-bottom, 60px);
}

.block-margin-bottom-small {
	margin-bottom: var(--block-margin-bottom-small, 40px);
}

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

.block-padding {
	padding-top: var(--block-padding, 100px);
	padding-bottom: var(--block-padding, 100px);
}

.block-padding-small {
	padding-top: var(--block-padding-small, 50px);
	padding-bottom: var(--block-padding-small, 50px);
}

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

.block-angle {
	position: relative;
	padding-top: 235px;
}

.block-angle:before,
.block-angle:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.block-angle:before {
	height: 100%;
	background: rgba(30, 34, 45, 0.7);
}

.block-angle:after {
	background: url("../img/bg2.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 1680 / 170;
}

.block-angle .title-wrapper,
.block-angle .button-container,
.block-angle .text-top,
.block-angle .text-bottom {
	position: relative;
	z-index: 1;
}

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

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

.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>li::marker {
	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-white.news-list.news-rows .item .text-container .text {
	color: rgba(255, 255, 255, 0.6);
}

.block-text-color-black {
	color: #1E222D;
}

.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: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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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: #F13E3E;
	-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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #F13E3E, 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: #F13E3E;
	-webkit-box-shadow: 0 0 0 0.13em #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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: #F13E3E;
	-webkit-box-shadow: 0 0 0 0.13em #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #F13E3E, 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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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: #F13E3E;
	-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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #F13E3E, 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: #F13E3E;
	-webkit-box-shadow: 0 0 0 0.13em #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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: #F13E3E;
	-webkit-box-shadow: 0 0 0 0.13em #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #F13E3E, 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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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: #F13E3E;
	-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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #869791;
	box-shadow: 0 0 0 0.13em #F13E3E, 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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	background: #F13E3E;
	-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 #F13E3E;
	box-shadow: 0 0 0 0.13em #F13E3E;
	background: #F13E3E;
	-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 #F13E3E, 0 0 0 0.23em #f4a70b;
	box-shadow: 0 0 0 0.13em #F13E3E, 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 {
	background: #003F79;
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 4;
}

.header-desktop .khl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 30px;
}

.header-desktop .khl a.item:hover {
	opacity: .8;
}

.header-desktop .header-menu {
	margin-left: 10px;
}

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

.header-desktop .header-menu ul.level1>li {
	position: relative;
	z-index: 3;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-desktop .header-menu ul.level1>li.position-static {
	position: static;
}

.header-desktop .header-menu ul.level1>li>.item,
.header-desktop .header-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-width: 159px;
	padding: 6px 10px;
	font-size: 18px;
	min-height: 60px;
	color: #fff;
	line-height: 1.2;
}

.header-desktop .header-menu ul.level1>li>.item _:-ms-input-placeholder,
:root .header-desktop .header-menu ul.level1>li>.item,
.header-desktop .header-menu ul.level1>li.flexMenu-viewMore>a _:-ms-input-placeholder,
:root .header-desktop .header-menu ul.level1>li.flexMenu-viewMore>a {
	height: 0;
}

.header-desktop .header-menu ul.level1>li:hover>.item,
.header-desktop .header-menu ul.level1>li.active>.item,
.header-desktop .header-menu ul.level1>li.selected>.item,
.header-desktop .header-menu ul.level1>li.flexMenu-viewMore:hover>a,
.header-desktop .header-menu ul.level1>li.flexMenu-viewMore.active>a {
	background-color: #092A48;
}

.header-desktop .header-menu ul.level1>li.flexMenu-viewMore>a {
	font-weight: bold;
}

.header-desktop .header-menu ul.level1>li.submenu>.item:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
	font-size: 13px;
}

.header-desktop .header-menu ul.level1>li:first-child:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.3);
}

.header-desktop .header-menu ul.level1>li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.3);
}

.header-desktop .header-menu ul.level2 {
	display: none;
	position: absolute;
	min-width: 100%;
	max-width: 300px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.header-desktop .header-menu ul.level1>li:hover>ul.level2 {
	display: block !important;
}

.header-desktop .header-menu ul.level2,
.header-desktop .header-menu ul.flexMenu-popup {
	background-color: #092A48;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header-desktop .header-menu ul.level2>li,
.header-desktop .header-menu ul.flexMenu-popup>li {
	position: relative;
}

.header-desktop .header-menu ul.level2>li>.item,
.header-desktop .header-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;
}

.header-desktop .header-menu ul.level2>li>.item _:-ms-input-placeholder,
:root .header-desktop .header-menu ul.level2>li>.item,
.header-desktop .header-menu ul.flexMenu-popup>li>.item _:-ms-input-placeholder,
:root .header-desktop .header-menu ul.flexMenu-popup>li>.item {
	height: 0;
}

.header-desktop .header-menu ul.level2>li:hover>.item,
.header-desktop .header-menu ul.level2>li.active>.item,
.header-desktop .header-menu ul.level2>li.selected>.item,
.header-desktop .header-menu ul.flexMenu-popup>li:hover>.item,
.header-desktop .header-menu ul.flexMenu-popup>li.active>.item,
.header-desktop .header-menu ul.flexMenu-popup>li.selected>.item {
	background-color: #F13E3E;
}

.header-desktop .header-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: #092A48;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

.header-desktop .header-menu ul.flexMenu-popup {
	right: 0;
}

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

.header-desktop .header-menu ul.flexMenu-popup>li:hover>ul.level2 {
	display: block !important;
}

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

.header-desktop .header-menu ul.flexMenu-popup>li:hover>ul.level3 {
	display: block !important;
}

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

.header-desktop .header-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%;
}

.header-desktop .header-menu ul.level2-fullwidth-column .item-wrap>.item .img-container {
	margin-bottom: 10px;
}

.header-desktop .header-menu ul.level2-fullwidth-column .item-wrap>.item .title {
	font-size: 20px;
	color: #F13E3E;
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	line-height: 1.2;
}

.header-desktop .header-menu ul.level2-fullwidth-column .item-wrap>.item:hover .title,
.header-desktop .header-menu ul.level2-fullwidth-column .item-wrap.active>.item .title,
.header-desktop .header-menu ul.level2-fullwidth-column .item-wrap.selected>.item .title {
	text-decoration: underline;
}

.header-desktop .header-menu ul.level2-fullwidth-column ul.level3 {
	margin-bottom: 20px;
}

.header-desktop .header-menu ul.level2-fullwidth-column ul.level3>li>.item {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

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

.header-desktop .header-menu ul.level2-fullwidth-column ul.level3>li>a:hover,
.header-desktop .header-menu ul.level2-fullwidth-column ul.level3>li.active>.item,
.header-desktop .header-menu ul.level2-fullwidth-column ul.level3>li.selected>.item {
	text-decoration: underline;
}

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

.header-desktop .header-menu ul .level2-fullwidth .level2-wrap .item {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

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

.header-desktop .header-menu ul .level2-fullwidth .level2-wrap .item:hover,
.header-desktop .header-menu ul .level2-fullwidth .level2-wrap .item.active,
.header-desktop .header-menu ul .level2-fullwidth .level2-wrap .item.selected {
	text-decoration: underline;
}

.header-desktop .socials2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 25px;
}

.header-desktop .socials2 .item {
	color: #fff;
}

.header-desktop .socials2 .item:hover {
	opacity: .8;
}

.header2 {
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header2 .logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	gap: 5px 30px;
}

.header2 .logo .title {
	font-family: "Machinaorto-mw", sans-serif;
	color: #fff;
	font-size: 40px;
}

.header2 a.logo:hover {
	opacity: .8;
}

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

/**/

/**/

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

.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;
	gap: 5px 40px;
}

.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: 60px;
	padding: 6px 0;
	font-family: "Machinaorto-mw", sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
}

.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>.item:before,
.menu-top:not(.mm-menu) ul.level1>li.flexMenu-viewMore>a:before {
	content: '';
	width: 0;
	height: 4px;
	background: #E42318;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}

.menu-top:not(.mm-menu) ul.level1>li:hover>.item:before,
.menu-top:not(.mm-menu) ul.level1>li.active>.item:before,
.menu-top:not(.mm-menu) ul.level1>li.selected>.item:before,
.menu-top:not(.mm-menu) ul.level1>li.flexMenu-viewMore:hover>a:before,
.menu-top:not(.mm-menu) ul.level1>li.flexMenu-viewMore.active>a:before {
	width: 100%;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}

.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: #092A48;
	-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: #F13E3E;
}

.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: #092A48;
	-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: #F13E3E;
}

.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: #F13E3E;
	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  ==========*/

/**/

/**/

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

footer .footer-desktop {
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

footer .footer-desktop .footer-menu {
	background: #003F79;
}

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

footer .footer-desktop .footer-menu ul>li {
	margin-left: 2px;
	margin-right: 2px;
}

footer .footer-desktop .footer-menu ul>li>a,
footer .footer-desktop .footer-menu ul>li>span {
	font-family: "Machinaorto-mw", sans-serif;
	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: 60px;
	padding: 6px 14px;
	font-size: 20px;
	min-height: 60px;
	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: #092A48;
}

footer .footer-desktop .catalog-advantage-variant1 {
	background: #092A48;
	padding-top: var(--block-padding-small, 50px);
	padding-bottom: var(--block-padding-small, 50px);
}

footer .footer-desktop .catalog-advantage-variant1 .title-wrapper {
	color: #fff;
}

footer .footer-desktop .catalog-advantage-variant1 .item .text-container .title,
footer .footer-desktop .catalog-advantage-variant1 .item .text-container .text {
	color: rgba(255, 255, 255, 0.5);
}

footer .footer-desktop .footer-desktop2 {
	background: #003F79;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

footer .footer-desktop .footer-desktop2 a {
	color: #fff;
	text-decoration: none;
}

footer .footer-desktop .footer-desktop2 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

footer .footer-desktop .footer-desktop2 .contacts .h4 {
	margin-bottom: 7px;
}

footer .footer-desktop .footer-desktop2 .contacts .row {
	line-height: 1.6;
}

footer .footer-desktop .footer-desktop2 .contacts .address {
	margin-left: 9px;
}

footer .footer-desktop .footer-desktop2 .socials2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 27px;
	gap: 30px;
}

footer .footer-desktop .footer-desktop2 .links {
	margin-top: 31px;
}

footer .footer-desktop .footer-desktop2 .links ul>li>a {
	display: inline-block;
	line-height: 1.1;
}

footer .footer-desktop .footer-desktop2 .links ul>li.selected>a {
	color: rgba(255, 255, 255, 0.6);
}

footer .footer-desktop .footer-desktop2 .links ul>li:not(:last-child)>a {
	margin-bottom: 7px;
}

footer .footer-desktop .footer-desktop2 .copyright {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.6;
	margin-top: 31px;
}

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

/**/

/**/

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

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

.toTop {
	position: fixed;
	bottom: 60px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-decoration: none;
	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;
	z-index: 98;
	color: #F13E3E;
	left: calc((100% - 1320px)/2 - 60px - 15px);
}

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

.widgets-right {
	position: absolute;
	top: 0;
	right: 0;
	width: calc((100% - 1320px)/2);
	height: 100%;
}

.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: #1E222D;
	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 .contacts-block-item .contacts-map .contacts-map-wrap>ymaps {
	width: 100% !important;
	height: 100% !important;
}

.contacts-block .contacts-block-item .contacts-map .contacts-map-wrap>iframe {
	position: relative;
}

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

.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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.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: #F13E3E;
	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: #F13E3E;
}

.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: #003F79;
}

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

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.socials .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
}

.socials .item i {
	margin: auto;
}

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

.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 .map-block-map>ymaps {
	width: 100% !important;
	height: 100% !important;
}

.map-block .map-block-map>iframe {
	position: relative;
}

.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: #1E222D;
	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: #092A48;
	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 .header-desktop {
	top: 55px;
}

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

.block-top-wrapper {
	position: relative;
	margin-top: -25px;
	padding-bottom: 235px;
}

.index-page .block-top-wrapper {
	padding-bottom: 216px;
}

.block-top-wrapper .block-margin-bottom:last-child,
.block-top-wrapper .block-margin-bottom-small:last-child {
	margin-bottom: 0 !important;
}

.block-top-wrapper:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url("../img/bg4.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 1680 / 170;
}

.led {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.led .item {
	position: absolute;
	z-index: 1;
}

.led .item img {
	position: absolute;
}

.led .item.item1 {
	top: 13%;
	left: 50%;
	margin-left: calc(-1290px/2 - 7%);
}

.led .item.item2 {
	top: 12%;
	left: 50%;
	margin-left: calc(-1290px/2 + 16%);
}

.led .item.item3 {
	top: 7%;
	left: 50%;
	margin-left: calc(-1290px/2 + 31%);
}

.led .item.item4 {
	top: 14%;
	right: 50%;
	margin-right: calc(-1290px/2 + 20%);
}

.led .item.item5 {
	top: 16%;
	right: 50%;
	margin-right: calc(-1290px/2 + 10%);
}

.led .item.item6 {
	top: 41%;
	left: 50%;
	margin-left: calc(-1290px/2 - 11%);
}

.led .item.item7 {
	top: 63%;
	left: 50%;
	margin-left: calc(-1290px/2 - 9%);
}

.led .item.item8 {
	top: 73%;
	left: 50%;
	margin-left: calc(-1290px/2 + 11%);
}

.led .item.item9 {
	top: 61%;
	right: 50%;
	margin-right: calc(-1290px/2 + 32%);
}

.command-block .tabs-wrap {
	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;
	background: #003F79;
	padding: 9px 20px;
	gap: 10px 100px;
	-webkit-box-align: align-items;
	-ms-flex-align: align-items;
	align-items: align-items;
}

.command-block .tabs-wrap .command-block-title {
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Machinaorto-mw", sans-serif;
	white-space: nowrap;
}

.command-block .tabs .tabs-list {
	padding-top: 30px;
}

.command-block .command-block-tab .img-wrap {
	width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.command-block .command-block-tab .img-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: var(--img-width, 320px);
	max-height: var(--img-height, 380px);
	aspect-ratio: var(--aspect-ratio, 320/380);
	width: 100%;
}

.command-block .command-block-tab .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.command-block .command-block-tab .name {
	margin-top: -90px;
	margin-right: 10px;
	font-size: 30px;
	min-width: 340px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	padding: 10px;
	line-height: 1.1;
	font-family: "Machinaorto-mw", sans-serif;
	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;
	background: url("../img/block.svg") center no-repeat;
	background-size: contain;
	aspect-ratio: 340/140;
	overflow: hidden;
}

.command-block .command-block-tab .name .name2 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.command-block .command-block-tab .tables {
	margin-top: 60px;
}

.command-block .command-block-tab .tables>.row {
	margin-left: -30px;
	margin-right: -30px;
}

.command-block .command-block-tab .tables>.row>.col,
.command-block .command-block-tab .tables>.row>[class*="col-"],
.command-block .command-block-tab .tables>.row>[class*="col15-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.command-block .command-block-tab .tables table {
	width: 100%;
}

.command-block .command-block-tab .tables table tr {
	font-size: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 1.2;
}

.command-block .command-block-tab .tables table tr th,
.command-block .command-block-tab .tables table tr td {
	padding: 6px 5px;
	height: 40px;
}

.command-block .command-block-tab .tables table tr th {
	color: #7E99B1;
	font-weight: 400;
	padding-left: 0;
	width: 45%;
}

.command-block .command-block-tab .tables table tr td {
	font-weight: 700;
}

.command-block .command-block-tab .text-container {
	margin-top: 87px;
}

.command-block .command-block-tab .text-container .title {
	text-transform: uppercase;
	font-family: "Machinaorto-mw", sans-serif;
	font-size: 20px;
}

.command-block .command-block-tab .text-container .text {
	color: #7E99B1;
	line-height: 1.3;
}

.stat-block .tabs-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 100px;
}

.stat-block .tabs-wrap .title-wrapper>div {
	margin-bottom: 0 !important;
}

.stat-block .table-stat.table-responsive {
	font-size: 14px;
}

.stat-block .table-stat.table-responsive>.overflow>table {
	width: 100%;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>td,
.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>th,
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>td,
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>th,
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>td,
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>th {
	border: none;
	padding: 5px;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>td:not(:nth-child(1)),
.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>th:not(:nth-child(1)),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>td:not(:nth-child(1)),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>th:not(:nth-child(1)),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>td:not(:nth-child(1)),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>th:not(:nth-child(1)) {
	white-space: nowrap;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>th,
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>th,
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>th {
	background: #092A48;
	font-weight: bold;
	color: #fff;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>th:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>th:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>th:nth-child(1) {
	text-align: left;
	font-size: 15px;
	padding: 5px 10px;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr>td:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr>td:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr>td:nth-child(1) {
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	padding: 5px 10px;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr.tr-style:not(.tr-style-not-bg),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr.tr-style:not(.tr-style-not-bg),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr.tr-style:not(.tr-style-not-bg) {
	background: #EFF6FD;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr.tr-style>td:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr.tr-style>td:nth-child(1),
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr.tr-style>td:nth-child(1) {
	width: 15%;
	font-weight: bold;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr td,
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr td,
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr td {
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

.stat-block .table-stat.table-responsive>.overflow>table>tbody>tr:hover td,
.stat-block .table-stat.table-responsive>.overflow>table>thead>tr:hover td,
.stat-block .table-stat.table-responsive>.overflow>table>tfoot>tr:hover td {
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
	background-color: #092A48;
	color: #fff;
}

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

/**/

/**/

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

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

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

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

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

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

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

.ckeditor-html5-video.aspect_ratio_original {
	overflow: hidden;
}

.ckeditor-html5-video.aspect_ratio_original video {
	display: block;
}

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

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

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

.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_16by9 {
	aspect-ratio: 16/9;
}

.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_21by9 {
	aspect-ratio: 21/9;
}

.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_4by3 {
	aspect-ratio: 4/3;
}

.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_1by1 {
	aspect-ratio: 1/1;
}

.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,
.video-container.aspect_ratio_16by9 {
	aspect-ratio: 16/9;
}

.video-container.aspect_ratio_21by9 {
	aspect-ratio: 21/9;
}

.video-container.aspect_ratio_4by3 {
	aspect-ratio: 4/3;
}

.video-container.aspect_ratio_1by1 {
	aspect-ratio: 1/1;
}

.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: #F13E3E;
	-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.video-block-fancybox .item .img-container,
.video-block-fancybox .item .img-container.aspect_ratio_16by9 {
	aspect-ratio: 16/9;
}

.video-block-fancybox .item .img-container.aspect_ratio_21by9 {
	aspect-ratio: 21/9;
}

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

.video-block-fancybox .item .img-container.aspect_ratio_4by3 {
	aspect-ratio: 4/3;
}

.video-block-fancybox .item .img-container.aspect_ratio_1by1 {
	aspect-ratio: 1/1;
}

.video-block-fancybox .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.video-block-fancybox .item .name {
	line-height: 1.2;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #F13E3E;
	-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;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.video-block-fancybox .item video {
	display: none;
}

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

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

.other-command-block .item {
	position: relative;
}

.other-command-block .item .img-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 380px);
	aspect-ratio: var(--aspect-ratio, 300/380);
	width: 100%;
}

.other-command-block .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.other-command-block .item .img-container .no-img:after {
	margin-top: -10%;
}

.other-command-block .item .img-container .title {
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 700;
	padding-top: 9%;
	padding-bottom: 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url("../img/news-bg.png") top center no-repeat;
	aspect-ratio: 300 / 76;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.1;
}

.other-command-block .item .text-container {
	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;
	overflow: hidden;
	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;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #003F79;
	padding: 30px 20px;
}

.other-command-block .item .text-container .title {
	font-family: "Machinaorto-mw", sans-serif;
	color: #fff;
	line-height: 1.1;
	font-size: 30px;
}

.other-command-block .item .text-container .chars {
	margin-top: 28px;
	line-height: 1.2;
}

.other-command-block .item .text-container .chars .chars-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.other-command-block .item .text-container .chars .chars-item .chars-title {
	color: #7E99B1;
}

.other-command-block .item .text-container .chars .chars-item:not(:last-child) {
	margin-bottom: 13px;
}

.other-command-block .item .text-container .button {
	width: 140px;
	margin-top: 10px;
}

.other-command-block .item.active .text-container {
	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;
}

/*==========  /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;
	/*
      div img-container-wrap нужен чтобы длинная картинка вписывалась в заданное соотношение сторон
      Она не вписывается, т.к. у item свойство display: flex;
      Свойствами решить эту проблему пока не получилось.
      https://disk.yandex.ru/i/oSL4FwxHnQStYw
       */
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	aspect-ratio: var(--aspect-ratio, 300/200);
	width: 100%;
	text-decoration: none;
	position: relative;
}

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

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

.catalog-products .item .name {
	margin-top: 15px;
	color: #1E222D;
	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: #1E222D;
	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: #1E222D;
	font-family: "Roboto Slab", sans-serif;
	border-top: 2px solid #1E222D;
	border-bottom: 2px solid #1E222D;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3px;
	position: absolute;
	top: 5px;
	left: 5px;
	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;
	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 {
	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 {
	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 {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3px;
}

.catalog-products .item .skidka,
.catalog-products2 .item .skidka,
.catalog-products3 .item .skidka,
.catalog-products .item .economy,
.catalog-products2 .item .economy,
.catalog-products3 .item .economy {
	font-size: 12px;
	color: #000;
	border-radius: 3px;
	background-color: #ffd02e;
	padding: 0 8px;
	white-space: nowrap;
}

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

.catalog-products .item .catalog-item-bottom .catalog-item-compare .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 {
	display: inline-block;
	vertical-align: top;
}

.catalog-products .item .catalog-item-bottom .catalog-item-compare:hover .far {
	color: #1E222D;
	-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 {
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	aspect-ratio: var(--aspect-ratio, 300/200);
	width: 100%;
	text-decoration: none;
	position: relative;
}

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

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

.catalog-products2 .item .name {
	color: #1E222D;
	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: #1E222D;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 300px);
	max-height: var(--img-height, 200px);
	aspect-ratio: var(--aspect-ratio, 300/200);
	width: 100%;
	text-decoration: none;
	position: relative;
}

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

.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: #1E222D;
	position: absolute;
	z-index: 1;
	font-size: 2rem;
}

.catalog-products3 .item .name {
	color: #1E222D;
	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: #1E222D;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 274px);
	aspect-ratio: var(--aspect-ratio, 410/274);
	width: 100%;
	overflow: hidden;
}

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

.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: #1E222D;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 274px);
	aspect-ratio: var(--aspect-ratio, 410/274);
	width: 100%;
	overflow: hidden;
}

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

.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: #1E222D;
	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-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 650px);
	max-height: var(--img-height, 434px);
	aspect-ratio: var(--aspect-ratio, 650/434);
	width: 100%;
	overflow: hidden;
}

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

.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,
.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 650px);
	max-height: var(--img-height, 434px);
	aspect-ratio: var(--aspect-ratio, 650/434);
	width: 100%;
	overflow: hidden;
}

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

.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,
.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 257px);
	aspect-ratio: var(--aspect-ratio, 410/257);
	width: 100%;
}

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

.catalog-sections .item .name {
	display: block;
	color: #1E222D;
	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: #F13E3E;
	-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 100px);
	max-height: var(--img-height, 100px);
	aspect-ratio: var(--aspect-ratio, 100/100);
	width: 100%;
}

.catalog-advantage-variant1 .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 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: 14px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 25px;
}

.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: #F13E3E;
	-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;
	width: var(--img-width, 100px);
	height: var(--img-height, 100px);
	aspect-ratio: var(--aspect-ratio, 100/100);
	/*
        // если у картинки нужен фон
        &: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 {
	margin: auto;
	width: auto;
	max-height: 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 {
	height: 100%;
	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: #F13E3E;
	-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 302px);
	aspect-ratio: var(--aspect-ratio, 410/302);
	width: 100%;
}

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

.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: #F13E3E;
	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: #F13E3E;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 330px);
	max-height: var(--img-height, 243px);
	aspect-ratio: var(--aspect-ratio, 330/243);
	width: 100%;
}

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

.catalog-advantage-variant6 .item .text-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #F13E3E;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 330px);
	max-height: var(--img-height, 243px);
	aspect-ratio: var(--aspect-ratio, 330/243);
	width: 100%;
}

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

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

.catalog-advantage-variant7 .item .text-container .name {
	font-size: 18px;
	margin-top: 10px;
	color: #F13E3E;
	-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 545px);
	max-height: var(--img-height, 402px);
	aspect-ratio: var(--aspect-ratio, 545/402);
	width: 100%;
}

.catalog-advantage-variant8 .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 180px;
	max-height: 180px;
	aspect-ratio: 1/1;
	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: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 .img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 180px);
	max-height: var(--img-height, 180px);
	aspect-ratio: var(--aspect-ratio, 180/180);
	width: 100%;
}

.catalog-advantage-variant9 .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.catalog-advantage-variant9 .item .text-container {
	margin: auto;
	text-align: center;
	line-height: 1.2;
}

.catalog-advantage-variant9 .item .text-container .count {
	font-size: 40px;
	font-weight: bold;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-advantage-variant9 .item .text-container .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: #F13E3E;
	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;
}

.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: #1E222D;
}

.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,
.index-slider2 .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: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

/* index owl slider */

.index-slider .slider-wrapper,
.index-slider .item .item-wrapper {
	min-height: var(--slider-min-height-all, 500px);
}

.index-slider .item .item-wrapper {
	-webkit-clip-path: path("M3.25239 43.9043C1.50876 20.3668 20.4178 0.444738 44.0142 0.958709L1214 26.4431C1234.36 26.8867 1251.14 42.5675 1252.97 62.8584L1286.17 432.825C1288.24 455.925 1270.29 475.94 1247.11 476.392L74.9122 499.261C53.6705 499.676 35.8107 483.412 34.2412 462.224L3.25239 43.9043Z");
	clip-path: path("M3.25239 43.9043C1.50876 20.3668 20.4178 0.444738 44.0142 0.958709L1214 26.4431C1234.36 26.8867 1251.14 42.5675 1252.97 62.8584L1286.17 432.825C1288.24 455.925 1270.29 475.94 1247.11 476.392L74.9122 499.261C53.6705 499.676 35.8107 483.412 34.2412 462.224L3.25239 43.9043Z");
}

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

.index-page .index-slider2 {
	margin-bottom: 0 !important;
}

.index-slider2 .slider-wrapper {
	min-height: 500px;
}

.index-slider2 .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-slider2 .item .container {
	position: relative;
}

.index-slider2 .item .text-container {
	color: #fff;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	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;
	/* background: url("../img/block2.svg") center no-repeat; */
	background-size: contain;
	aspect-ratio: 630/220;
	overflow: hidden;
	/* left: 15px;
	bottom: 40px; */
	left: 40px;
	bottom: 0px;
	width: 630px;
	padding: 40px 30px 50px 30px;
}

.index-slider2 .item .text-container .title {
	font-size: 43px;
	font-family: "Machinaorto-mw", sans-serif;
	line-height: 1.2;
}

.index-slider2 .item .text-container .custom-dots {
	left: 60px;
	bottom: 30px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.index-slider2 .item .text-container .custom-dots .owl-dot {
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.index-slider2 .item .text-container .custom-dots .owl-dot.active {
	background: #fff;
}

.index-slider2 .item .text-container .custom-dots .owl-dot:hover {
	background: #fff;
}

.index-slider2 a.item {
	text-decoration: none;
}

.index-slider2 .owl-carousel {
	/* owl-nav */
}

.index-slider2 .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.index-slider2 .owl-carousel .owl-dots {
	display: none;
	position: absolute;
	bottom: -25px;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	aspect-ratio: var(--aspect-ratio, 628/417);
	width: 100%;
	text-decoration: none;
}

.synced-slider1 .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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 {
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	aspect-ratio: var(--aspect-ratio, 628/417);
	width: 100%;
	text-decoration: none;
}

.synced-slider2 .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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 {
	width: 100%;
	border: 1px solid #ededee;
}

.synced-slider-single .item .img-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	aspect-ratio: var(--aspect-ratio, 628/417);
	width: 100%;
	text-decoration: none;
}

.synced-slider-single .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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>.row {
	gap: 12px 0;
}

.synced-slider-thumbs .item {
	display: block;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 628px);
	max-height: var(--img-height, 417px);
	aspect-ratio: var(--aspect-ratio, 628/417);
	width: 100%;
	text-decoration: none;
}

.synced-slider-thumbs .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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  ==========*/

/**/

/**/

/*==========  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: 40px;
}

.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: #092A48;
	font-weight: bold;
	color: #fff;
	border: 1px solid #092A48;
	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: #EFF6FD;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #EFF6FD;
}

.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: #1E222D;
}

.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: #1E222D;
}

.price-block.price-block-hidden .item .price-block-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	color: #003F79;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 410px);
	max-height: var(--img-height, 270px);
	aspect-ratio: var(--aspect-ratio, 410/270);
	width: 100%;
}

.news-list.news-columns .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.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: #1E222D;
	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: #F13E3E;
	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 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--img-width, 330px);
	max-height: var(--img-height, 210px);
	aspect-ratio: var(--aspect-ratio, 330/210);
	width: 100%;
}

.news-list.news-rows .item .img-container img {
	margin: auto;
	width: auto;
	max-height: 100%;
}

.news-list.news-rows .item .img-container .no-img:after {
	margin-top: -10%;
}

.news-list.news-rows .item .img-container:hover {
	opacity: 0.8;
}

.news-list.news-rows .item .item-wrap {
	/* position: absolute; */
	bottom: 0px;
	left: 0;
	width: 100%;
	/* background: url("../img/news-bg.png") top center no-repeat; */
	/* aspect-ratio: 300 / 76; */

	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	gap: 5px 22px;
	padding-top: 9%;
	margin-bottom: 10px;
}

.news-list.news-rows .item .item-wrap .date {
	font-weight: 700;
	/* color: #fff; */
	/* color: #000; */
	white-space: nowrap;
	line-height: 1;
}

.news-list.news-rows .item .item-wrap .category {
	height: 20px;
	border-radius: 10px;
	font-family: "Machinaorto-mw", sans-serif;
	color: #fff;
	padding: 0 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	background: #F13E3E;
}

.news-list.news-rows .item .item-wrap .category.red {
	background: #F13E3E;
}

.news-list.news-rows .item .item-wrap .category.purple {
	background: #9F6DE1;
}

.news-list.news-rows .item .text-container .title {
	display: inline-block;
	color: #1E222D;
	line-height: 1.3;
	text-decoration: none;
	margin-top: 11px;
}

.news-list.news-rows .item .text-container .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
	/* margin-bottom: 10px; new */
	margin-bottom: 10px;
}

.news-list.news-rows .item .text-container .text {
	margin-top: 6px;
	color: #797A80;
	font-size: 14px;
}

.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: #1E222D;
	line-height: 1.2;
}

.news-widget .item .title .h2-title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.author-articles {
	margin-bottom: 15px;
}

.author-articles hr {
	margin: 15px 0 0 0;
	border: 0;
	height: 1px;
	background: #BBBBBB;
}

.author-articles .author-articles-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-articles .img-container {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.author-articles .img-container .no-img {
	font-size: 2rem;
}

.author-articles .text-container .prof {
	font-size: 14px;
}

.author-articles .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.author-articles .date:before {
	font-size: 18px;
	margin-right: 5px;
	content: "\f073";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #BBBBBB;
}

.author-articles .rating {
	margin-left: 30px;
}

.author-articles .rating .rating-item.far {
	color: #BBBBBB;
}

.author-articles .rating .rating-item.fas {
	color: #f4a70b;
}

/*==========  /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: #F13E3E;
	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-style1 .tabs-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 28px;
}

.tabs.tabs-style1 .tabs-controls>.item {
	font-size: 20px;
	color: #7E99B1;
	font-family: "Machinaorto-mw", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.tabs.tabs-style1 .tabs-controls>.item:hover {
	color: #fff;
	opacity: .8;
}

.tabs.tabs-style1 .tabs-controls>.item.active {
	color: #fff;
	cursor: default;
	opacity: 1;
}

.tabs.tabs-style2 .tabs-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 32px;
}

.tabs.tabs-style2 .tabs-controls>.item {
	font-size: 20px;
	min-height: 32px;
	color: #7E99B1;
	font-family: "Machinaorto-mw", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.tabs.tabs-style2 .tabs-controls>.item:before {
	content: '';
	width: 0;
	height: 4px;
	background: #E42318;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}

.tabs.tabs-style2 .tabs-controls>.item:hover {
	color: #1E222D;
}

.tabs.tabs-style2 .tabs-controls>.item.active {
	color: #1E222D;
	cursor: default;
}

.tabs.tabs-style2 .tabs-controls>.item.active:before {
	width: 100%;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}

.tabs:not(.tabs-style1):not(.tabs-style2) .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:not(.tabs-style1):not(.tabs-style2) .tabs-controls>.item:hover {
	background: rgba(249, 250, 251, 0.8);
}

.tabs:not(.tabs-style1):not(.tabs-style2) .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 {
	padding-top: 25px;
}

.tabs .tabs-list>.item {
	display: none;
}

.tabs .tabs-list>.item.active {
	display: block;
}

/*==========  /TABS  ==========*/

/**/

/**/

/*==========  WIDGET-PHONE  ==========*/

.widget-phone-wrap {
	position: sticky;
	top: calc(100vh - 60px - 60px);
	z-index: 1;
}

.widget-phone {
	position: absolute;
	left: 35px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #00aff2;
	border-radius: 50%;
	text-decoration: none;
	opacity: .6;
	z-index: 98;
}

.widget-phone:before {
	margin: auto;
	color: #fff;
	font-size: 33px;
	content: "\f879";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	z-index: 1;
}

.widget-phone:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
}

.widget-phone .widget2-circles {
	position: absolute;
	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;
}

.widget-phone .widget2-circles:before,
.widget-phone .widget2-circles:after {
	content: '';
	position: absolute;
	border-radius: 50%;
}

.widget-phone .widget2-circles:before {
	width: 160px;
	height: 160px;
	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;
}

.widget-phone .widget2-circles:after {
	width: 100px;
	height: 100px;
	background-color: #00aff2;
	opacity: .2;
	-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;
}

.widget-phone:hover {
	background-color: #75eb50;
	opacity: 1;
	-webkit-animation: widget-phone-img-anim 1s infinite ease-in-out;
	animation: widget-phone-img-anim 1s infinite ease-in-out;
}

.widget-phone:hover .widget2-circles:before {
	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 .widget2-circles:after {
	background-color: #75eb50;
}

/*==========  /WIDGET-PHONE  ==========*/

/**/

/**/

@-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-img-anim {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	20% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	30% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	40% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@keyframes widget-phone-img-anim {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	20% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	30% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	40% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@-webkit-keyframes widget-phone-circle-fill-anim {

	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

}

@keyframes widget-phone-circle-fill-anim {

	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

}

@-webkit-keyframes widget-phone-circle-anim {

	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.1;
	}

}

@keyframes widget-phone-circle-anim {

	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.1;
	}

}

@supports (-webkit-touch-callout: none) {
	.page {
		/* The hack for Safari */
		min-height: -webkit-fill-available;
	}

}

.title-wrapper {
	padding: 10px;
}



.tpl-block-502 {
	border-bottom: 5px white solid;
}