/* Fonts load first */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Titillium+Web:ital,wght@0,600;1,600&display=swap');

/* Default & normalize setter */
a{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
article,aside,footer,header,nav,section,figcaption,figure,blockquote,main,details,menu,picture,video{
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
template,[hidden]{
	display: none;
}
audio,video,canvas{
	display: inline-block;
}
audio:not([controls]){
	display: none;
	height: 0;
}
svg:not(:root){
	overflow: hidden;
}
button,input,optgroup,select,textarea{
	margin: 0;
}
button,input{
	overflow: visible;
}
button,select{
	text-transform: none;
}
button,html[type="button"],[type="reset"],[type="submit"]{
	-webkit-appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
	outline: 1px dotted ButtonText;
}
fieldset{
	padding: 0.35em 0.75em 0.625em;
}
legend{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea{
	overflow: auto;
}
[type="checkbox"],[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
	height: auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
::-webkit-file-upload-button{
	-webkit-appearance: button;
	font: inherit;
}


/* Normalize - Comerto specific 1  */
body,html,div,img,svg,figure,form,iframe{
	padding: 0px;
	border: 0px;
	margin: 0px;
	box-sizing: border-box;
	border-style: none;
}
ul,ol,li,a,span{
	box-sizing: border-box;
}
div{
	position: relative;
	max-height: 9999999px;
}
main,footer,header,section{
	width: 100%;
}

/* Normalize - Comerto specific 2 */
body{
	min-height: 101vh;
}
.form,.form_submit,div{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	box-sizing: border-box;
}
img, picture {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	max-width: 100%;

	border: 1px solid var(--gray-border);
}
a,.form_submit{
	cursor: pointer;
}

/* Page */
:root {
	--green: #008E43;
	/* --red: #E71618; */
	--red: #e92b2e;
	--red-dark: #d01416;
	--outside-padding: 60px;
	--font-basic: 'Roboto', sans-serif;
	--font-fancy: 'Titillium Web', sans-serif;
	--transition: ease-in-out .3s;
	--gray-border: #D2D2D2;
	--gray-bg: #F5F6F9;
	--gray: #919295;
	--gray-dark: #242831;
	--switch-gradient: linear-gradient(135deg, var(--red) 50%, var(--gray-dark) 50%);
}

html{
	scroll-behavior: smooth;
	scroll-padding-top: var(--padding-main-top);
	font-size: 17px;
}



/* FIGIMAGE & LZLoad */

.lzl{
	background-color: silver;
	font-size: 0.6rem;
	text-align: center;
	opacity: 0.6;
	overflow: hidden;
	transition: opacity 1s ease;
}

.lzl .fimg_img:not([src]),
img.lzl:not([src]){
	opacity: 0;
}

header img {
	font-size: 0;
	line-height: 0;
}



body {
	font-size: 1rem;
	font-weight: 400;
	font-family: var(--font-basic);
	color: #000;
	padding-top: 95px;
	line-height: 1.5;
}

a {
	color: var(--gray-dark);
}

a:hover {
	text-decoration: none;
}

.open-form {
	touch-action: manipulation;
}

.open-form-text{
	cursor: pointer;
	color: var(--gray-dark);
	text-decoration: underline;
	touch-action: manipulation;
}
.open-form-text:hover{
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.container.small {
	max-width: 850px;
}

.btn,
.form_submit {
	font-family: var(--font-fancy);
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	background-color: var(--red);
	transition: var(--transition);
	position: relative;
	cursor: pointer;
	border: none;
}

.btn::after,
.form_submit::after {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 18px;
	background-image: url('/gfx/svg/arrow-right-dark-gray.svg');
	background-size: cover;
	filter: brightness(0) invert(1);
	content: " ";
	transition: var(--transition);
	left: 0;
}

.btn:hover,
.form_submit:hover {
	background-color: var(--red-dark);
}

.btn:hover::after,
.form_submit:hover::after {
	left: 10px;
}

.oval-btn,
.articles_small_link a,
.articles_list_link a {
	text-transform: uppercase;
	font-family: var(--font-fancy);
	font-size: .8rem;
	font-weight: 700;
	border: 1px solid #000;
	transition: var(--transition);
	width: 130px;
	display: flex;
	line-height: 1.3;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.oval-btn:hover,
.articles_small_link a:hover,
.articles_list_link a:hover {
	border-color: var(--gray-dark);
	background-color: var(--gray-dark);
	color: #fff;
}

.oval-btn.white {
	border-color: #fff;
	color: #fff;
}

.oval-btn.white:hover {
	background-color: #fff;
	color: #000;
}

.btn-switch,
.articles_small_more a {
	padding: 10px 30px;
	font-family: var(--font-fancy);
	font-size: 1.15rem;
	line-height: 1.3;
	font-weight: 600;
	transition: var(--transition);
	color: #000;
	text-decoration: none;
	position: relative;
	background: var(--switch-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 46px;
	width: fit-content;
	cursor: pointer;
}

.btn-switch::before,
.articles_small_more a::before {
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	content: " ";
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: var(--transition);
}

.gray-bg .btn-switch::before,
.gray-bg .articles_small_more a {
	background-color: var(--gray-bg);
}

.btn-switch span,
.articles_small_more a span {
	position: relative;
	z-index: 3;
}

.btn-switch:hover::before,
.articles_small_more a:hover::before {
	width: 0;
}

.btn-switch:hover,
.articles_small_more a:hover {
	color: #fff;
}

.btn.dark {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	border: 1px solid #D2D2D2;
}

.btn.dark:hover {
	border-color: #000;
}

.btn.dark::after {
	background-image: url('/gfx/svg/send.svg');
	filter: brightness(0);
}

.btn.dark:hover::after {
	left: 0;
}

h1 {
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.3;
	font-family: var(--font-fancy);
	margin-top: 1.2em;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.95rem;
	font-weight: 600;
	line-height: 1.3;
	font-family: var(--font-fancy);
	margin-top: 1.2em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.3;
	font-family: var(--font-fancy);
	margin-top: 1.2em;
	margin-bottom: .5em;
}

h4 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.3;
	font-family: var(--font-fancy);
	margin-top: 1.2em;
	margin-bottom: .5em;
}

h2:first-child {
	margin-top: 0;
}

.col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.col-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.col-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}



.def-section {
	padding-left: var(--outside-padding);
	padding-right: var(--outside-padding);
	padding-top: 80px;
	padding-bottom: 80px;
}

.def-section:not(.gray-bg):not(.full-padding) + .def-section:not(.gray-bg):not(.full-padding),
.def-section.gray-bg:not(.full-padding) + .def-section.gray-bg:not(.full-padding) {
	padding-top: 1px;
}

.gray-bg {
	background-color: var(--gray-bg);
}

.fancy {
	font-family: var(--font-fancy);
	font-weight: 600;
}

.c-text > *:first-child {
	margin-top: 0;
}

.c-text > *:last-child {
	margin-bottom: 0;
}


#small_menu {
	display: none;
}

header {
	position: absolute;
	width: 100%;
	top: -95px;
	left: 0;
	z-index: 666;
}

.header-top {
	background-color: #fff;
}

.header-top .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 95px;
}

.header-top .logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-top .right-side {
	display: flex;
	align-items: center;
}

.header-top .phone-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: var(--font-fancy);
	color: #000;
	text-decoration: none;
	transition: var(--transition);
	padding: 5px 0;
	padding-left: 20px;
	border-left: 1px solid rgba(187, 187, 187, .3);
}

.header-top .phone-wrap:hover {
	color: var(--gray-dark);
}

.menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	height: 100%;
	gap: 20px;
}

.menu .sub_0_li {
	height: 100%;
	list-style-type: none;
}

.menu .sub_0_a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	height: 100%;
	transition: var(--transition);
}

.menu .sub_0_a:hover,
.menu .sub_0_li.active > .sub_0_a,
.menu .sub_0_li.parent > .sub_0_a {
	color: var(--red);
}

.header-bottom {
	height: 65px;
	position: relative;
}

.header-bottom::before {
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(44px);
	--webkit-backdrop-filter: blur(44px);
	background-color: rgba(0, 0, 0, .2);

	/*background-color: rgba(0,0,0,.8);*/
}

.safari .header-bottom::before {
	background-color: rgba(0, 0, 0, .45);
}

.header-bottom .container {
	display: flex;
	height: 100%;
	align-items: stretch;
}

.header-bottom .btn {
	display: flex;
	flex: 0 0 150px;
	padding: 15px 15px;
}

.header-bottom .menu-wrap {
	height: 100%;
	flex: 1 1 auto;
}

.read-more{
	margin-top: 17px;
}

.perex-wrap.c-text .read-more {
	margin-top: 0;
}

.top-files-wrap {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
}

.file-link-wrap a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 3px solid var(--red);
	padding: 10px 15px;
	color: var(--red);
	text-decoration: none;
	font-weight: 600;
	transition: var(--transition);
}

.file-link-wrap a:hover {
	background-color: var(--red);
	color: #fff;
}

.file-link-wrap img {
	transition: var(--transition);
}

.file-link-wrap.dark a {
	border-color: var(--gray-dark);
	color: var(--gray-dark);
}

.file-link-wrap.dark img {
	filter: brightness(0);	
}

.file-link-wrap:hover img {
	filter: brightness(0) invert(1);	
}

.file-link-wrap.dark a:hover {
	background-color: var(--gray-dark);
	color: #fff;
}

.product-header-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	height: 100%;

	/* gap: 15px; */
}

.product-header-menu .sub_0_li {
	height: 100%;
	list-style-type: none;
}

.product-header-menu .sub_0_a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	height: 100%;
	font-family: var(--font-fancy);
	font-weight: 600;
	color: #fff;
	transition: var(--transition);

	padding: 0 14px;
}

.product-header-menu .sub_0_a:hover,
.product-header-menu .sub_0_li.active .sub_0_a,
.product-header-menu .sub_0_li.parent .sub_0_a {
	background-color: var(--gray-dark);
}


.top-hp-slider-cont {
	position: relative;
}

.hp-slider .gallery_info {
	display: none;
}

.top-hp-slider-cont .green-bg {
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: var(--gray-dark);
	left: 0;
	top: 0;
}
.top-hp-slider-cont .color-bg{
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: var(--gray-dark);
	left: 0;
	top: 0;
}

.hp-slide-item {
	position: relative;
	height: auto;
	min-height: calc(100vh - 200px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 20px;
}

.hp-slide-item .slide-content {
	width: 100%;
}

.hp-slide-item .slide-content .oval-btn {
	width: fit-content;
	font-size: 1rem;
	padding: 15px 35px;
	border-width: 3px;
}

.top-hp-slider-cont .slider-img {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
}

.top-hp-slider-cont .hp-top-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.top-hp-slider-cont .image-item-wrap {
	position: relative;
}

.top-hp-slider-cont .image-item-wrap::after {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 115px;
	content: " ";
	background-image: url('/gfx/svg/arrow-right-red.svg');
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(1);
	transition: var(--transition);
	opacity: .85;
}

.top-hp-slider-cont .image-item-wrap.hovered::after {
	filter: grayscale(0);
	opacity: 1;
}

.top-hp-slider-cont .image-item-wrap.hovered img {
	transform: scale(1, 1);
}

.top-hp-slider-cont .gallery_container .gallery_img img:hover {
	transform: scale(1, 1);
}

.top-hp-slider-cont .image-item-wrap:first-child::after {
	left: auto;
	right: 0;
	bottom: 115px;
	transform: rotate(180deg);
}

.top-hp-slider-cont .image-item-wrap .slider-img {
	position: relative;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
	color: #fff;
}

.top-hp-slider-cont .image-item-wrap .gallery_info {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	padding-left: 150px;
	bottom: 50px;
	max-width: 640px;
	border: none;
	font-size: 1rem;
}

.top-hp-slider-cont .image-item-wrap:first-child .gallery_info {
	left: auto;
	right: 0;
	padding-right: 150px;
	padding-left: 20px;
}

.top-hp-slider-cont .image-item-wrap .gallery_info p a {
	font-size: 1rem;
	padding: 15px 35px;
	text-transform: uppercase;
  font-family: var(--font-fancy);
  font-weight: 700;
  border: 3px solid #fff;
  transition: var(--transition);
  min-width: 130px;
  display: inline-block;
  line-height: 1.3;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.top-hp-slider-cont .image-item-wrap .gallery_info p a:hover {
	background-color: #fff;
	color: #000;
}

.top-hp-slider-cont .image-item-wrap .gallery_info p + p {
	margin-top: 1rem;
}

.top-hp-slider-cont .image-item-wrap .gallery_info h1 {
	font-size: 3.5rem;
	line-height: 1.1;
	margin-top: 0;
}

.top-hp-slider-cont .image-item-wrap .gallery_info h1 a {
	color: inherit;
	text-decoration: none;
	display: block;
	transition: var(--transition);
}

.top-hp-slider-cont .image-item-wrap .gallery_info > *:not(h1) {
	display: none;
}

.top-hp-slider-cont .image-item-wrap .gallery_img {
	position: relative;
	overflow: clip;
}

.top-hp-slider-cont .image-item-wrap .gallery_img::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 85%);
	transform: translateY(30%);
	transition: var(--transition);
}

.top-hp-slider-cont .image-item-wrap.hovered .gallery_img::after {
	transform: translateY(0);
}

.top-hp-slider-cont .slider-img .gallery_item {
	height: 100%;
	width: 100%;
}

.top-hp-slider-cont .slider-img .gallery_img,
.top-hp-slider-cont .slider-img .gallery_img picture {
	height: 100%;
	width: 100%;
}

.top-hp-slider-cont .slider-img .gallery_img img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}

.inner-slide-content {
	padding-right: 95px;
	color: #fff;
}

.inner-slide-content h1,
.inner-slide-content h2 {
	font-size: 3.2rem;
	line-height: 1.1;
	margin-top: 0;
}

.inner-slide-content h1 a,
.inner-slide-content h2 a {
	color: #fff;
	text-decoration: none;
}

.top-hp-slider-cont .splide__arrows {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translatex(-50%);
	z-index: 6;
	width: 0;
}

.top-hp-slider-cont .splide__arrow {
	width: 103px;
	height: 119px;
	background: none;
	border-radius: 0;
	transform: translate(0, 0);
	opacity: 1;
	top: auto;
	left: auto;
	transition: var(--transition);
}

.top-hp-slider-cont .splide__arrow svg {
	display: none;
}

.top-hp-slider-cont .splide__arrow--next {
	background-image: url('/gfx/svg/arrow-right-gray.svg');
	bottom: 0;
	left: 0;
}

.top-hp-slider-cont .splide__arrow--prev {
	background-image: url('/gfx/svg/arrow-left-red.svg');
	bottom: 119px;
	right: 0;
}

.top-hp-slider-cont .splide__pagination {
	padding: 0;
	width: 100%;
	max-width: 1320px;
	justify-content: flex-start;
	left: 50%;
	transform: translatex(-50%);
	bottom: 60px;
	gap: 10px;
	padding: 0 20px;
}

.top-hp-slider-cont .slide-navigation {
	padding: 0;
	width: 100%;
	max-width: 1320px;
	justify-content: flex-start;
	left: 50%;
	transform: translatex(-50%);
	bottom: 60px;
	gap: 10px;
	padding: 0 20px;
	position: absolute;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.top-hp-slider-cont .slide-navigation .slide-navigation-item {
	position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  width: 200px;
  height: 64px;
  border-radius: 0;
  transform: translate(0,0);
  opacity: 1;
  font-family: var(--font-fancy);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 25px;
  color: #fff;
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: flex-end;
  pointer-events: auto;
	background-color: #919295;
	text-decoration: none;
	text-align: right;
	background-image: url('/gfx/svg/arrow-left-white.svg');
  background-position: 25px 50%;
	background-repeat: no-repeat;
  background-size: 12px auto;
}

.top-hp-slider-cont .slide-navigation .slide-navigation-item:hover {
	background-color: #707070;
}

.top-hp-slider-cont .slide-navigation .slide-navigation-item:last-child {
	background-color: var(--red);
	text-align: left;
	justify-content: flex-start;
	background-image: url('/gfx/svg/arrow-right-white.svg');
  background-position: calc(100% - 25px) 50%;
}

.top-hp-slider-cont .slide-navigation .slide-navigation-item:last-child:hover {
	background-color: var(--red-dark);
}

.top-hp-slider-cont .slider-img .fimg_wrp,
.top-hp-slider-cont .slider-img .fimg_pic {
	height: 100%;
}

.top-hp-slider-cont .slider-img .fimg_img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.products-wrap .item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 40px;
	border: 1px solid var(--gray-border);
	margin-top: -1px;
	margin-left: -1px;
	transition: var(--transition);
	position: relative;
	background-color: #fff;

	padding-top: 60px;

	min-height: 420px;
}


.products-wrap .item:hover {
	border-color: var(--gray-dark);
	z-index: 5;
	box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.08);
}

.products-wrap .item .oval-btn {
	margin-top: 20px;
}

.products-wrap .item:hover .oval-btn {
	border-color: var(--gray-dark);
	background-color: var(--gray-dark);
	color: #fff;
}

.products-wrap .item .link-more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.products-wrap .item .name {
	font-family: var(--font-fancy);
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 1.3;
}

.products-wrap .item .product-img {
	flex: 0 0 45%;
}

.products-wrap .item .product-img .fimg_wrp,
.products-wrap .item .product-img .fimg_pic {
	width: 100%;
	height: 100%;
}

.products-wrap .item .product-img .fimg_pic {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.products-wrap .item .short-desc {
	/* height: 0; */
	overflow: hidden;
	transition: var(--transition);

	height: 0%;
	transition: height 0.8s ease-in-out;

	transition: height 0.5s ease-in-out;
}

.products-wrap .item.file {
	background-image: url('/gfx/svg/bow-tie.svg');
	background-position: calc(100% - 20px) 20px;
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-color: #f2f2f2;
}

.products-wrap .item.file .short-desc {
	height: auto;
}

.products-wrap .item.file .oval-btn {
	width: max-content;
	padding: 10px 25px;
}

/*
.products-wrap .item:hover .short-desc {
	height: 100%;

	height: auto;
}
 */







/*
.products-wrap .item:nth-child(n+5) .short-desc {
	height: 0%;
	transition: height 0.8s ease-in-out;
}
.products-wrap .item:nth-child(n+5):hover .short-desc {
	height: 100%;
}

 */


.products-wrap .item .short-desc p {
	margin: 0;
}
.products-wrap .item .short-desc-in{
	overflow: hidden;
	max-height: 170px;
}


.products-wrap .item .item-info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.products-wrap .item .number {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: .85rem;

	top: -20px;
}



@media(min-width: 1025px) {
	.products-wrap .item.bigger {
		position: relative;
		aspect-ratio: 4 / 5;
		background-color: #fff;

		aspect-ratio: 6 / 5;
	}

	.products-wrap .item.bigger .product-img-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 93%, 0 55%);

		clip-path: polygon(0 0,100% 0,100% 70%,0 40%);
		padding-bottom: 22%;
	}

	.products-wrap .item.bigger .product-img-bg .fimg_wrp,
	.products-wrap .item.bigger .product-img-bg .fimg_pic {
		width: 100%;
		height: 100%;
		display: block;
	}

	.products-wrap .item.bigger .product-img-bg .fimg_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.products-wrap .item.bigger .item-info {
		position: relative;
		z-index: 4;
		flex: 0 1 50%;

		flex: 0 1 75%;
	}


	.products-wrap .item.bigger .number {
		top: 65%;

		top: 50%;
	}
}

.link-all-wrap {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.link-all-wrap.more-btns {
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.products-cont {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
}

.products-cont.hp {
	position: relative;
	padding-top: 30px;
}

.products-cont::before {
	position: absolute;
	content: " ";
	background-color: var(--gray-bg);
	height: 515px;
	width: 100%;
	left: 0;
	top: 0;
}

.products-cont.hp::before {
	height: 915px;
}

.def-section .container > h2:first-child {
	margin-top: 0;
	text-align: center;
	font-size: 2.8rem;
}

.our-team-cont {
	position: relative;
	overflow: hidden;
}

.our-team-cont .triangels-bg,
.top-contact .triangels-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: auto;
	max-width: 960px;
	transform: translate(-25%, -35%);
}

.top-contact .triangels-bg {
	top: 45px;
}

.person-wrap {
	gap: 15px;
	counter-reset: person-counter;
}

.person-wrap + .person-wrap {
	margin-top: 60px;
}

.person-wrap .item.person {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 30px;
	padding-top: 60px;
	position: relative;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
}

.person-wrap .item.person::before {
	position: absolute;
	counter-increment: person-counter;
	content: "0"counter(person-counter);
	top: 25px;
	left: 30px;
	font-size: .85rem;
}

.person-wrap .item .person-info {
	width: 100%;
}

.person-wrap .item .name {
	font-family: var(--font-fancy);
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}

.person-wrap .item .position {
	font-size: .85rem;
	width: 100%;
}

.person-wrap .item .person-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.person-wrap .item .person-img .fimg_wrp,
.person-wrap .item .person-img .fimg_pic {
	width: 100%;
	height: 100%;
}

.person-wrap .item .person-img .fimg_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-wrap .item.team-text {
	grid-column: span 2;
	text-align: left;
	padding: 25px 80px;
}

.id_template_8 .person-wrap .item.team-text {
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 5;
}

.id_template_8 .person-wrap .item.team-text::after {
	position: absolute;
	right: 0;
	top: 0;
	content: " ";
	width: 56px;
	height: 66px;
	transform: translate(50%, 0);
	background-image: url('/gfx/svg/bow-tie.svg');
	background-size: cover;
}

.def-section.our-team-cont h2:first-child {
	text-align: left;
}

.person-wrap .item.team-text .text-wrap {
	margin-bottom: 50px;
}

.person-wrap .item.team-text .btn-switch::before {
	background-color: var(--gray-bg);
}

.sys_frontpage main {
	font-size: 1.15rem;
}

.sys_frontpage main .tight-text {
	font-size: 1rem;
}

.why-detomatic-cont .text-wrap p {
	margin: 10px auto;
	width: 100%;
	text-align: center;
	max-width: 900px;
}

.why-detomatic-cont h2 {
	text-align: center;
}

.why-detomatic-wrap {
	margin-top: 50px;
	gap: 15px;
	counter-reset: benefits-counter;
}

.why-detomatic-wrap .item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 40px 25px;
	font-size: 1rem;
	text-align: center;
}

.why-detomatic-wrap .item .top-wrap {
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.why-detomatic-wrap .item .top-wrap .name-wrap {
	font-family: var(--font-fancy);
	font-size: 1.4rem;
	font-weight: 600;
}

.why-detomatic-wrap .item .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

.why-detomatic-wrap .item .number {
	font-weight: 600;
	font-family: var(--font-fancy);
	font-size: 3.8rem;
	line-height: 1;
	position: relative;
}

.why-detomatic-wrap .item .number::before {
	width: 23px;
	height: 27px;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-image: url('/gfx/svg/arrow-left-red.svg');
	background-size: cover;
	content: " ";
}

.why-detomatic-wrap .item .number::after {
	width: 23px;
	height: 27px;
	position: absolute;
	top: 100%;
	right: 0;
	background-image: url('/gfx/svg/arrow-right-gray.svg');
	background-size: cover;
	content: " ";
}

.why-detomatic-wrap .item::before {
	position: absolute;
	counter-increment: benefits-counter;
	content: "0"counter(benefits-counter);
	top: 25px;
	left: 30px;
	font-size: .85rem;
}

.why-detomatic-cont:last-child .link-all-wrap.more-btns {
	display: none;
}

.ref-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
}

.ref-inner .ref-content-wrap {
	max-width: 420px;
}

.ref-inner .ref-content-wrap .ref-main {
	padding: 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ref-inner .ref-content-wrap .ref-main .ref-tag {
	font-size: .9rem;
	color: var(--gray-dark);
	text-transform: uppercase;
}
.ref-inner .ref-content-wrap .ref-main .ref-tag a{
	text-decoration: none;
	transition: var(--transition);
}

.ref-inner .ref-content-wrap .ref-main .ref-tag a:hover{
	color: var(--red);
}

.ref-inner .ref-content-wrap .ref-main .ref-name {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	transition: var(--transition);
	display: flex;
}

.ref-inner .ref-content-wrap .ref-main .ref-short-text {
	font-size: .9rem;
}

.ref-inner .ref-content-wrap .ref-main .ref-name:hover {
	color: var(--red);
}

.ref-inner .ref-content-wrap .ref-main .ref-logo {
	filter: grayscale(.9);
	transition: var(--transition);
	/* height: 50px; */
	margin: 40px 0;
}

.ref-inner .ref-content-wrap .ref-main .ref-logo:hover {
	filter: grayscale(0);
}

.ref-inner .ref-content-wrap .ref-main .link-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-top: auto;
}

.review-slider .splide__pagination {
	padding: 0;
	width: 100%;
	justify-content: center;
	bottom: 60px;
	gap: 10px;
	display: flex;
}

body .splide__pagination__page {
	background: rgba(0,0,0,0);
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 0;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: relative;
	transition: var(--transition);
}

body .splide__pagination__page.is-active {
	background: rgba(0,0,0,0);
	transform: scale(1);
	z-index: 1;
	border-width: 4px;
	border-color: rgba(255, 255, 255, 1);
}

.references-slide-cont {
	overflow: hidden;
}

.references-slide-cont ul {
	gap: 10px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: flex-start;
	transform: translateY(60px);
	pointer-events: none;
}

.references-slide-cont ul li {
	pointer-events: auto;
}

.references-slide-cont .slider-img {
	width: 100%;
	height: 100%;
}

.references-slide-cont .slider-img .fimg_wrp,
.references-slide-cont .slider-img .fimg_wrp {
	width: 100%;
	height: 100%;
}

.references-slide-cont .slider-img .fimg_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.references-slide-cont .splide__arrows {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	left: 50%;
	transform: translate(-50%, calc(100% + 15px));
	z-index: 8;
	pointer-events: none;
}

.references-slide-cont .splide__arrows .splide__arrow {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	width: 200px;
	height: 64px;
	border-radius: 0;
	transform: translate(0, 0);
	opacity: 1;
	font-family: var(--font-fancy);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 25px;
  color: #fff;
  transition: var(--transition);
  cursor: pointer;
	background-repeat: no-repeat;
	background-size: 12px auto;
	display: flex;
	align-items: center;
	pointer-events: auto;
}

.references-slide-cont .splide__arrows .splide__arrow svg {
	display: none;
}

.references-slide-cont .splide__arrows .splide__arrow.splide__arrow--prev {
	background-color: var(--red);
	text-align: right;
	background-image: url('/gfx/svg/arrow-left-white.svg');
	background-position: 25px 50%;
	justify-content: flex-end;
}

.references-slide-cont .splide__arrows .splide__arrow.splide__arrow--prev::after {
	content: "Předchozí";
	display: inline-block;
}

.lang_en .references-slide-cont .splide__arrows .splide__arrow.splide__arrow--prev::after {
	content: "Previous";
}

.references-slide-cont .splide__arrows .splide__arrow.splide__arrow--next {
	background-color: var(--gray-dark);
	text-align: left;
	background-image: url('/gfx/svg/arrow-right-white.svg');
	background-position: calc(100% - 25px) 50%;
	justify-content: flex-start;
}

.references-slide-cont .splide__arrows .splide__arrow.splide__arrow--next::after {
	content: "Další";
	display: inline-block;
}

.lang_en .references-slide-cont .splide__arrows .splide__arrow.splide__arrow--next::after {
	content: "Next";
}

.references-slide-cont .subhead {
	margin: 40px auto;
	width: 100%;
	max-width: 840px;
	text-align: center;
}

.references-slide-cont .ref-slide-item {
	aspect-ratio: 18 / 10;
}

.articles_small_container,
.articles_list_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.articles_small_container .articles_name {
	grid-column: span 2;
	text-align: center;
	font-size: 2.8rem;
	margin-top: 0;
}

.articles_small_more {
	grid-column: span 2;
}

.articles_small_item,
.articles_list_item {
	background-color: #fff;
	padding: 40px;
}

.articles_list_item {
	background-color: var(--gray-bg);
}

.articles_small_thumb,
.articles_list_thumb {
	margin: -40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.articles_small_thumb img,
.articles_list_thumb img {
	transition: var(--transition);
}

.articles_small_thumb img:hover,
.articles_list_thumb img:hover {
	transform: scale(1.05, 1.05);
}

.articles_small_title,
.articles_list_title {
	margin: 0;
}

.articles_small_title > *,
.articles_list_title > * {
	margin: 0;
}

.articles_small_title a,
.articles_list_title a {
	color: #000;
	text-decoration: none;
	transition: var(--transition);
}

.articles_small_title a:hover,
.articles_list_title a:hover {
	color: var(--gray-dark);
}

.articles_perex {
	margin-top: 15px;
}

.articles_small_link,
.articles_list_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.articles_small_more {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.breadcrumbs-wrap > span {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	font-size: .85rem;
}

.breadcrumbs-wrap > span a {
	color: #000;
}

.top-text-cont {
	padding-top: 140px;
}

.top-text-cont .col-2{
	display: flex;
	flex-direction: column;
}

.id_template_8 .top-text-cont .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.name-col h1 {
	margin-top: 20px;
}

.page-bcg-img + .top-text-cont, .page_image_bcg_img + .top-text-cont{
	padding-top: 60px;
}

.page_image_bcg_img img{
	width: 100%;
	object-fit: cover;
	max-height: 800px;

	max-height: 470px;
}

.unsymmetric-wrap {
	display: grid;
	grid-template-columns: 480px auto;
	gap: 50px;

	overflow: auto;
}

.faq-banner .inner-banner {
	position: sticky;
	top: 20px;
	left: 0;
	width: 100%;
	background-color: var(--gray-bg);
	padding: 45px;
	background-image: url('/gfx/svg/triangels-blank-bg.svg');
	background-size: 325px auto;
	background-repeat: no-repeat;
	background-position: calc(100% + 100px) calc(100% + 50px);
}

.faq-banner .inner-banner h2 {
	text-align: left;
	line-height: 1.3;
	margin-bottom: 20px;;
}

.faq-banner .person-wrapper {
	margin-top: 230px;
}

.person-wrapper {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
}

.person-wrapper .photo-wrap {
	background: linear-gradient(90deg, var(--red) 50%, var(--gray-dark) 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.person-wrapper .photo-wrap .img-wrap {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.person-wrapper .photo-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-wrapper .name {
	font-size: 24px;
	font-family: var(--font-fancy);
	font-weight: 600;
	line-height: 1.3;
}

.person-wrapper .phone-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	margin-top: 10px;
	transition: var(--transition);
}

.person-wrapper .phone-wrap:hover {
	color: var(--gray-dark);
}

.faq-items-wrap {
	display: flex;
	flex-direction: column;
}

.faq-items-wrap .faq-item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--gray-border);
	transition: var(--transition);
}

.faq-items-wrap .faq-item:first-child {
	border-top: 1px solid var(--gray-border);
}

.faq-items-wrap .faq-item.open {
	background-color: var(--gray-bg);
}

.faq-items-wrap .faq-item .question_name {
	line-height: 1.3;
	padding: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: var(--font-fancy);
	margin: 0;
	transition: var(--transition);
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.faq-items-wrap .faq-item .question_name::before,
.faq-items-wrap .faq-item .question_name::after {
	width: 12px;
	height: 18px;
	position: absolute;
	content: " ";
	right: 25px;
	top: 35px;
	transition: var(--transition);
	background-size: 12px auto;
	background-repeat: no-repeat;
}

.faq-items-wrap .faq-item .question_name::before {
	background-image: url('/gfx/svg/arrow-right-dark-gray.svg');
	transform: rotate(90deg);
	opacity: 1;
}

.faq-items-wrap .faq-item.open .question_name::before {
	transform: rotate(-90deg);
	opacity: 0;
}

.faq-items-wrap .faq-item .question_name::after {
	background-image: url('/gfx/svg/arrow-right-red.svg');
	transform: rotate(90deg);
	opacity: 0;
}

.faq-items-wrap .faq-item.open .question_name::after {
	transform: rotate(-90deg);
	opacity: 1;
}

.faq-text {
	display: none;
}

.faq-text-internal {
	padding: 25px;
	padding-top: 25px;
	padding-top: 0;
}

.tight-text > p,
.tight-text > ol,
.tight-text > ul,
.tight-text > h1,
.tight-text > h2,
.tight-text > h3,
.tight-text > h4,
.tight-text > h5,
.articles_art_text > p,
.articles_art_text > ol,
.articles_art_text > ul,
.articles_art_text > h1,
.articles_art_text > h2,
.articles_art_text > h3,
.articles_art_text > h4,
.articles_art_text > h5 {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.product-text-cont .section-name-wrap h2 {
	font-size: 2rem;
	text-align: left;
}

.download-manual-wrap,
.videos-wrap {
	gap: 15px;
	margin: 40px 0;
}

.videos-wrap {
	margin: 0;
}

.download-manual-wrap .item {
	background-color: var(--gray-bg);
	padding: 40px;
	position: relative;
}

.download-manual-wrap .item .item-name {
	display: flex;
	gap: 20px;
	align-items: center;
	font-weight: 600;
	font-family: var(--font-fancy);
	font-size: 1.9rem;
	margin-bottom: 20px;
	color: #000;
	text-decoration: none;
	transition: var(--transition);
}

.download-manual-wrap .item .item-name:hover {
	color: var(--gray-dark);
}

.download-manual-wrap .item .btn-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.videos-wrap .video {
	position: relative;
	aspect-ratio: 16 / 9;
}

.videos-wrap .video .fvideo_wrp {
	width: 100%;
	height: 100%;
}

.videos-wrap .video .fvideo_wrp iframe {
	width: 100%;
	height: 100%;
}



.tech-table-wrap,
.text-table-wrap {
	width: 100%;
	overflow: auto;
}

.tech-table-wrap table,
table{
	width: 100%;
}

.tech-table-wrap table td,
.tech-table-wrap table th,
table td,
table th{
	background-color: var(--gray-bg);
	padding: 10px;
}


.tech-table-wrap table td,
.tech-table-wrap table th {
	font-weight: 700;
}

.tech-table-wrap table td:first-child,
.tech-table-wrap table th,
table td:first-child,
table th{
	width: 25%;
	min-width: 200px;
	font-weight: 400;
	text-align: left;
}


table.list_stock th, table.list_stock td:first-child{
  width: unset;
}
table.list_stock .code {
  font-weight: bold;
  text-align: left;
}
table.list_stock .price_nvat {
  font-weight: bold;
  text-align: right;
}

.references-wrap {
	gap: 15px;
}

.references-wrap .item {
	padding: 40px;
	background-color: var(--gray-bg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.references-wrap .item .ref-img {
	margin: -40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.references-wrap .item .ref-img img {
	transition: var(--transition);
}

.references-wrap .item .ref-img:hover img {
	transform: scale(1.05, 1.05);
}

.references-wrap .item .ref-name {
	color: #000;
	display: flex;
	transition: var(--transition);
	font-family: var(--font-fancy);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.3;
	text-decoration: none;
}

.references-wrap .item .ref-name:hover {
	color: var(--gray-dark);
}

.references-wrap .item.review-slider-wrap {
	grid-column: span 2;
	text-align: center;
	padding: 80px 40px;
	padding-bottom: 120px;
	overflow: hidden;
}

.references-wrap .item.review-slider-wrap .tringels {
	position: absolute;
	right: -60px;
	bottom: -80px;
}

.references-wrap .item.review-slider-wrap h3 {
	margin-top: 0;
	margin-bottom: 40px;
}


.references-wrap .item-link{
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.references-wrap .item:hover .oval-btn{
	border-color: var(--gray-dark);
	background-color: var(--gray-dark);
	color: #fff;
}
.references-wrap .item:hover .ref-img img {
	transform: scale(1.05,1.05);
}



.review-slider .review-text {
	font-style: italic;
	text-align: center;
}

.review-slider {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.review-bottom-info {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-top: 100px;
}

.references-cont {
	overflow: hidden;
}

.references-cont .review-bottom-info {
	margin-top: 30px;
}

.review-bottom-info .review-person {
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid var(--gray-border);
	line-height: 1.6;
}

.review-bottom-info .review-person .name {
	font-weight: 600;
}

.review-slider .splide__pagination {
	bottom: -60px;
	padding: 0;
	display: flex;
	gap: 10px;
}

.review-slider .splide__pagination__page {
	border-color: rgba(0, 0, 0, .25);
}

.review-slider .splide__pagination__page.is-active {
	border-color: var(--red);
}

.references-cont.in-detail .ref-slide-item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.references-cont.in-detail .references-wrap .item.review-slider-wrap {
	padding-bottom: 80px;
}

.ref-table-wrap {
	margin-top: 50px;
}

.ref-table-wrap table {
	width: 100%;
}

.ref-table-wrap table td:first-child {
	width: 25%;
	min-width: 150px;
	font-weight: 400;
}

.ref-table-wrap table td {
	background-color: #fff;
	padding: 10px;
}

.ref-table-wrap table td a {
	color: #000;
}

.ref-btn-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ref-btn-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	height: 60px;
	position: relative;
}
/*
.ref-btn-logo-wrap .img_logo{
  padding-top: 10px;
}

 */

.ref-logo img{
	height: 60px;
	object-fit: contain;
}
#ref_slider .ref-logo img{
	height: 80px;
	width: 100%;
}

.ref-btn-logo-wrap .oval-btn {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
}

.top-two-cols {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 50px;
	margin-top: 50px;
}

.top-two-cols h1 {
	margin-bottom: 40px;
	margin-top: 0;
}

.photo-slider {
	aspect-ratio: 35 / 26;
	position: relative;
	border: 1px solid #e2e2e2;
}

.photo-slider .splide__track,
.photo-slider .splide__list {
	height: 100%;
}

.photo-slider .splide__slide.product {
	height: 100%;
	position: relative;
	background-color: #fff;
}

.photo-slider .splide__slide.product .fimg_wrp,
.photo-slider .splide__slide.product .fimg_pic {
	height: 100%;
	position: relative;

}

.photo-slider .splide__slide.product .fimg_img {
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;*/

	width: 100%;
	height: 100%;
	object-fit: cover;

	object-fit: contain;
}

.slider-thumbs-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	margin-top: 30px;
}

.slider-thumbs-wrap .splide-thumb {
	aspect-ratio: 35 / 26;
	position: relative;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}

.slider-thumbs-wrap .splide-thumb .fimg_wrp,
.slider-thumbs-wrap .splide-thumb .fimg_pic {
	position: relative;
	height: 100%;
	width: 100%;
}

.slider-thumbs-wrap .splide-thumb .fimg_img {
	object-fit: contain;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.splide-thumb.is-active {
	border: 1px solid var(--red);
}

.cta-banner-box {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.08);
	margin-top: 50px;
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.def-section .cta-banner-box h2 {
	font-size: 1.7rem;
	margin-bottom: 30px;
}

.cta-banner-box .cta-text {
	text-align: left;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cta-banner-box .person-wrapper .photo-wrap {
	width: 64px;
	height: 64px;
}

.cta-banner-box .person-wrapper .photo-wrap .img-wrap {
	width: 60px;
	height: 60px;
}

.cta-banner-box .person-wrapper .name {
	font-size: 1.2rem;
}

.cta-banner-box .person-wrapper .position {
	font-size: .9rem;
	font-style: italic;
	line-height: 1.15;
}

.cta-banner-box .person-wrapper .phone-wrap img {
	width: 14px;
	height: 23px;
}

.cta-banner-box .bow-tie {
	position: absolute;
	left: -1px;
	top: -1px;
	transform: translatex(-50%);
}

.right-text-col .page-menu {
	margin-top: 40px;
}

.right-text-col .page-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.right-text-col .page-menu ul a {
	color: #000;
	transition: var(--transition);
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
	padding: 5px 0;
}

.right-text-col .page-menu ul a:hover {
	color: var(--gray-dark);
}

.right-text-col .page-menu ul a::before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 8px;
	transform: rotate(90deg);
	background-image: url('/gfx/svg/arrow-right-dark-gray.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.reference .right-text-col .cta-banner-box {
	position: sticky;
	top: 20px;
}

.cta-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-inner-wrap .btn {
	font-size: 1rem;
	padding: 10px 15px;
}

.ref-logos-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 60px;
}

.review-slider + .ref-logos-wrap {
	gap: 15px;
	margin-top: 60px;
}

.ref-logos-wrap .ref-thumb {
	padding: 15px;
	background-color: #fff;
	cursor: pointer;
}

.ref-logos-wrap .ref-thumb img {
	filter: grayscale(1) opacity(.5);
	transition: var(--transition);
}

.ref-logos-wrap .ref-thumb:hover img,
.ref-logos-wrap .ref-thumb.is-active img {
	filter: grayscale(0) opacity(1);
}

.top-contact {
	position: relative;
	overflow: hidden;
}

.contact-wrap {
	gap: 15px;
	margin-top: 70px;
}

.contact-info-col {
	background-color: #fff;
	padding: 50px;
}

.contact-info-col .footer-contacts {
	align-items: stretch;
  display: flex;
  column-gap: 90px;
  row-gap: 30px;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-contacts h2 {
	font-size: 1.5rem;
}

.contact-info-col .contact-line,
.contact-col .contact-line {
	padding-top: 20px;
	padding-bottom: 22px;
}

.contact-info-col .contact-line.phone,
.contact-col .contact-line.phone {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: fit-content;
}

.contact-info-col .contact-line.phone .info,
.contact-col .contact-line.phone .info {
	font-family: var(--font-basic);
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
}

.contact-form-col {
	padding: 50px;
	background-color: var(--gray-dark);
	color: #fff;
}

.contact-address-wrap {
	border: 1px solid var(--gray-border);
	padding: 20px;
	display: grid;
	grid-template-columns: 5fr 3fr;
	margin: 40px 0;

	padding: 0;
}

.address-wrap{
	margin: 20px;
	margin-right: 0;
	padding-right: 20px;
	border-right: 1px solid var(--gray-border);
}

.contact-address-wrap .map-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	background-image: url('/gfx/img/map-bg.jpg');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-address-wrap .map-link::before {
	position: absolute;
	left: 0;
	top: -20px;
	height: calc(100% + 40px);
	width: 100%;
	background: linear-gradient(135deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	content: " ";
	transition: var(--transition);

	top: 0;
	height: 100%;
}

.contact-address-wrap .map-link:hover::before {
	opacity: .75;
}

.contact-address-wrap .map-link span {
	position: relative;
}

.socials-wrap {
	display: flex;
}

.socials-wrap a {
	/* flex: 1 1 auto; */
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .85rem;
	text-decoration: none;
	color: #000;
	border-right: 1px solid var(--gray-border);
}

.socials-wrap a:hover {
	color: var(--gray-dark);
}

.socials-wrap a:nth-child(2) {
	justify-content: center;
}

.socials-wrap a:last-child {
	justify-content: flex-end;
	border-right: none;
}

.socials-wrap a:first-child {
	justify-content: flex-start;
}

.cform_container h2,
.cform_container h2:first-child {
	font-size: 1.7rem;
	text-align: left;
	margin-top: 15px;
}

.cform_item {
	margin-bottom: 25px;
}

.form {
	background-color: rgba(0,0,0,0);
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
	padding: 10px;
	padding-top: 15px;
	color: #fff;
	width: 100%;
	transition: var(--transition) border-color;
}

.form:focus {
	border-color: #fff;
	outline: none;
}

.form.form_textarea {
	resize: vertical;
	height: 100px;
}

.cform_form_submit {
	display: flex;
	justify-content: flex-end;
}

.perex-col {
	display: flex;
	align-items: center;
}

.perex-col.page-parex {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.gallery-top-wrap {
	margin-top: 30px;
}

.gallery-top-wrap .gallery_container {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-sub-col {
	grid-column: span 2;
	margin-top: 50px;
}

.menu-sub-col .sub_0 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: menu-counter;
}

.menu-sub-col .sub_0_li {
	margin-top: -1px;
	margin-left: -1px;
}

.menu-sub-col .sub_0_a {
	display: flex;
	height: 240px;
	background-color: #fff;
	border: 1px solid var(--gray-border);
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	padding: 50px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	font-family: var(--font-fancy);
	transition: var(--transition);
	font-size: 1.7rem;
	flex-wrap: wrap;
	position: relative;
}

.menu-sub-col .sub_0_a::after {
	position: absolute;
	counter-increment: menu-counter;
	content: "0"counter(menu-counter);
	top: 30px;
	left: 50px;
	font-size: .85rem;
	font-family: var(--font-basic);
	font-weight: 400;
}

.menu-sub-col .sub_0_a .menu-text {
	flex: 1 1 auto;
	order: 1;
}

.menu-sub-col .sub_0_image_main {
	order: 2;
	flex: 0 0 auto;
}

.menu-sub-col .oval-btn-wrap {
	order: 3;
	flex: 0 0 100%;
	margin-top: 5px;
}

.menu-sub-col .sub_0_a:hover .oval-btn {
	background-color: var(--gray-dark);
	color: #fff;
	border-color: var(--gray-dark);
}

.gallery_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 40px 0;
}

.gallery_container .gallery_img {
	overflow: hidden;
}

.gallery_container .gallery_img img {
	transition: var(--transition);
	width: 100%;
}

.gallery_container .gallery_img img:hover {
	transform: scale(1.05, 1.05);
}

.gallery_info p {
	margin: 0;
}

.gallery_info {
	font-size: .85rem;
	padding-top: 10px;
	padding-left: 15px;
	border-left: 4px solid var(--gray-dark);
	margin-top: 2px;
	padding-bottom: 7px;
	line-height: 1.25;
}

/*.top-text-cont + .text-cont {
	padding-top: 0;
	position: relative;
}

.top-text-cont + .text-cont::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 245px;
	background-color: var(--gray-bg);
	content: " ";
	width: 100%;
}*/

.c-text table {
	width: 100%;
	border-collapse: collapse;
}

.c-text .text-table-wrap {
	margin: 40px 0;
}

.c-text table th {
	background-color: var(--gray-dark);
	color: #fff;
}

.c-text table th,
.c-text table td {
	padding: 10px;
	text-align: left;
}

.c-text table th {
	line-height: 1.25;
}

.c-text table p:first-child {
	margin-top: 0;
}

.c-text table p:last-child {
	margin-bottom: 0;
}

.c-text table tr:nth-child(2n+1) td {
	background-color: var(--gray-bg);
}

.c-text table tr td {
	border-bottom: 1px solid var(--gray-border);
}

.articles_art_thumb {
	margin-bottom: 40px;
}

.news-cont {
	overflow: hidden;
}


















/* FOOTER */
footer {
	padding-left: var(--outside-padding);
	padding-right: var(--outside-padding);
}

.footer-top {
	gap: 40px;
	padding-top: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--gray-border);
}

.footer-top .logo-side {
	grid-column: span 3;
	display: flex;
	gap: 60px;
	font-size: 1.9rem;
	font-weight: 600;
	font-family: var(--font-fancy);
	line-height: 1.3;
	padding-right: 60px;
	align-items: center;
}

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

.footer-btn-wrap .btn {
	flex: 1 1 auto;
}

.footer-main {
	padding-top: 50px;
	gap: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--gray-border);
}

.footer-main .company-info-col {
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-text-wrap {
	font-size: .85rem;
}

.footer-main .company-info-col p {
	margin: 0;
	max-width: 420px;
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contact-line {
	transition: var(--transition);
	font-size: 1.4rem;
	color: #000;
	padding-top: 8px;
	padding-bottom: 11px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

footer .footer-contacts {
  row-gap: 40px;
}

footer .contact-line {
  font-size: 1.15rem;
}

.contact-line:hover {
	color: var(--gray-dark);
}

.contact-line.phone {
	background-image: url('/gfx/svg/phone.svg');
	background-size: 18px auto;
}

.contact-line.mail {
	background-image: url('/gfx/svg/send.svg');
	background-size: 21px auto;
	border-top: 1px solid var(--gray-border);
}

footer .contact-col {
  display: flex;
  flex-direction: column;
}

.footer-head,
.footer-menu-1_parent_name_div a,
.footer-menu-2_parent_name_div a {
	font-size: 1.4rem;
	text-decoration: none;
	transition: var(--transition);
	line-height: 1.3;
	margin-bottom: 30px;
	color: #000;
	display: inline-block;
	font-family: var(--font-fancy);
}

.footer-head:hover,
.footer-menu-1_parent_name_div a:hover,
.footer-menu-2_parent_name_div a:hover {
	color: var(--gray-dark);
}

.footer-menu-col ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-menu-col ul a {
	display: block;
	padding: 15px 0;
	padding-right: 25px;
	line-height: 1.3;
	color: #000;
	border-bottom: 1px solid var(--gray-border);
	text-decoration: none;
	transition: var(--transition);
	background-image: url('/gfx/svg/arrow-right-dark-gray.svg');
	background-repeat: no-repeat;
	background-position: 100% 18px;
	background-size: 10px auto;
}

.footer-menu-col ul a:hover {
	border-color: var(--gray-dark);
	color: var(--gray-dark);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	font-size: .85rem;
}

.mobile-inquiry {
	display: none;
}

/* 404 fix */
.id_page_ .menu-sub-col {
	display: none;
}


/* Pop-up form */
.pop-up-form {
	position: fixed;
	width: 100%;
	height: 101vh;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	pointer-events: none;
	height: 0;
	transition: var(--transition);
	overflow: hidden;
}

.pop-up-form.visible {
	height: 101vh;
	pointer-events: auto;
}

.pop-up-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.7);
}

.pop-up-form .form-wrap {
	background-color: #fff;
	width: 90%;
	max-width: 500px;
	padding: 50px;
	border-radius: 5px;
}

.pop-up-form .form {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,.5);
}

.pop-up-form .form::placeholder {
	color: #000;
}

.pop-up-form .cform_name {
	font-weight: 400;
}

.pop-up-form .close-btn {
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.splide figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.5);
  left: 0;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  font-style: italic;
	font-size: .85rem;
}

.cform_container ::placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.pop-up-form .cform_container ::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.form-label {
  position: absolute;
  font-size: .8rem;
  color: #fff;
	border: 2px solid rgba(255,255,255,.5);
  transition: ease-in-out .3s;
  opacity: 0;
  pointer-events: none;
  padding: 2px 6px;
  background-color: var(--gray-dark);
  left: 10px;
  transform: translateY(-50%);
  top: 0;
	border-radius: 4px;
	transition: var(--transition);
}

.form:focus ~ .form-label {
	border: 2px solid rgba(255,255,255,1);
}

.pop-up-form .form-label {
  background-color: rgba(0, 0, 0, 0);
	color: var(--gray-dark);
	border: none;
	left: 0;
}

.pop-up-form .form:focus ~ .form-label {
	border: none;
}

.form-label.visible {
  opacity: 1;
  pointer-events: auto;
}

.ref-short-text p {
	margin: 0;
}
.ref-short-text a{
	text-decoration: none;
}


@media(min-width: 2200px) {
	.references-slide-cont .ref-slide-item {
		aspect-ratio: 22 / 10;
	}
}
@media(min-width: 3200px) {
	.references-slide-cont .ref-slide-item {
		aspect-ratio: 30 / 10;
	}
}
@media(min-width: 3800px) {
	.references-slide-cont .ref-slide-item {
		aspect-ratio: 36 / 10;
	}
}

@media only screen and (max-width: 1500px) {
	.top-text-cont {
		padding-top: 90px;
	}

	.page-bcg-img + .top-text-cont, .page_image_bcg_img + .top-text-cont {
		padding-top: 40px;
	}

	.top-text-cont h1 {
		font-size: 2rem;
		padding-right: 30px;
	}

	.top-text-cont .name-col h1 {
		margin-top: 0;
	}

	.ref-inner .ref-content-wrap .ref-main .ref-name {
		font-size: 1.4rem;
	}

	.ref-inner .ref-content-wrap .ref-main {
		gap: 10px;
	}

	.ref-inner {
		padding: 20px;
		align-items: flex-start;
	}

	.references-slide-cont .splide__arrows {
		max-width: 1320px;
		padding: 0 20px;
	}

	.top-text-cont .breadcrumbs-wrap {
		margin-bottom: 20px;
	}

	.cta-inner-wrap {
		flex-direction: column;
		gap: 20px;
	}

	.our-team-cont .triangels-bg, .top-contact .triangels-bg {
	  transform: translate(-43%,-35%);
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info h1 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 1350px) {
	:root {
		--outside-padding: 20px;
	}

	.inner-slide-content h1,
	.inner-slide-content h2 {
		font-size: 2rem;
	}

	.slider-text {
		font-size: 1rem;
	}

	.product-header-menu .sub_0_a {
		font-size: 1rem;
	}

	.header-top .phone-wrap {
		font-size: 1rem;
	}

	.header-top {
		padding: 0 20px;
	}

	.sys_frontpage main {
		font-size: 1rem;
	}

	.products-wrap .item .short-desc {
		font-size: .85rem;
	}

	.references-slide-cont .splide__arrows {
		transform: translate(-50%, 50%);
	}

	.references-slide-cont ul {
		transform: translateY(12px);
	}

	.products-cont::before {
		height: 350px;
	}

	.references-wrap .item .ref-logo {
		width: 100px;
	}

	.our-team-cont .triangels-bg, .top-contact .triangels-bg {
	  transform: translate(-45%,-30%);
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info h1 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 1200px) {

	.products-wrap .item{
		min-height: 360px;
	}


	.references-slide-cont ul{
		transform: translateY(50px);

		transform: translateY(-5px);
	}
	.references-slide-cont .splide__arrows {
		transform: translate(-50%,112%);
	}



	.product-header-menu .sub_0_a {
		font-size: .9rem;
	}

	.header-bottom .btn {
		font-size: .9rem;
		flex: 0 0 120px;
	}

	.products-wrap .item.bigger .product-img-bg {
	  clip-path: polygon(0 0,100% 0,100% 73%,0 45%);
	}

	.products-wrap .item.bigger .number {
	  top: 55%;
	}

	.products-wrap .item .name {
		font-size: 1.15rem;
	}

	.products-wrap .item {
		padding: 20px;
		padding-top: 40px;
	}

	.references-slide-cont .ref-slider {
		height: 600px;
	}

	.references-slide-cont .ref-slider .splide__track,
	.references-slide-cont .ref-slider .splide__list {
		height: 100%;
	}

	.references-slide-cont .slider-img .fimg_wrp,
	.references-slide-cont .slider-img .gallery_item {
		display: block;
		height: 100%;
		width: 100%;
	}

	.references-slide-cont .slider-img .gallery_img,
	.references-slide-cont .slider-img .gallery_img a {
		height: 100%;
		width: 100%;
		display: block;
	}

	.references-slide-cont .slider-img picture {
		height: 100%;
		width: 100%;
	}

	.references-slide-cont .slider-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
	}

	.references-slide-cont .slider-img {
		height: 100%;
	}

	.person-wrap .item.team-text {
		padding: 20px;
	}

	.person-wrap .item .person-img {
		width: 160px;
		height: 160px;
	}

	.articles_list_title h2,
	.articles_small_title h2 {
		font-size: 1.3rem;
	}

	.id_template_8 .top-text-cont .col-2 {
		display: flex;
		flex-direction: column;
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info h1 {
		font-size: 1.8rem;
	}

	.top-hp-slider-cont .image-item-wrap::after {
		width: 70px;
		height: 80px;
	}

	.top-hp-slider-cont .image-item-wrap:first-child::after {
		bottom: 80px;
	}

	.top-hp-slider-cont .image-item-wrap:first-child .gallery_info {
		padding-right: 110px;
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info {
		padding-left: 110px;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		padding-top: 60px;
	}

	header {
		top: 0;
		position: fixed;
		left: 0;
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f0f0f0;
	}

	.header-top .container {
		height: 60px;
	}

	.header-top {
		height: 100%;
	}

	.menu-wrap {
		display: none;
	}

	.header-top .phone-wrap .number {
		display: none;
	}

	.header-top .logo-wrap {
		width: 130px;
	}

	.header-top .phone-wrap {
		padding-left: 15px;
		padding-right: 15px;
  	border-right: 1px solid rgba(187,187,187,.3);
	}

	.header-bottom {
		display: none;
	}

	.references-slide-cont ul {
		display: none;
	}


	.products-wrap .item.bigger .product-img-bg {
		clip-path: polygon(0 0,100% 0,100% 90%,0 60%);
		width: 100%;
	}
	.products-wrap .item.bigger .product-img-bg .fimg_wrp{
		display: flex;
		height: 100%;
	}
	.products-wrap .item.bigger .product-img-bg .fimg_wrp picture,
	.products-wrap .item.bigger .product-img-bg .fimg_wrp img{
		width: 100%;
	}
	.products-wrap .item.bigger .product-img-bg .fimg_wrp img{
		height: 100%;
		object-fit: cover;
	}



	.products-wrap .item img{
		max-height: 500px;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	.mobile-inquiry {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 15px;
	}

	#small_menu {
		position: relative;
		right: 0;
		border: none;
		outline: none;
		top: 0;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    background-color: var(--gray-dark);
    border-radius: 4px;
		margin-left: 15px;
		transition: var(--transition);
		touch-action: manipulation;
	}

	#small_menu.opened {
    background-color: var(--red);
	}

  #small_menu .line.first {
		transform: rotate(0deg);
		top: 15px;
	}

	#small_menu .line.second {
	  display: block;
	  top: 22px;
	}

	#small_menu .line.third {
	  transform: rotate(0deg);
	  top: 29px;
	}

	#small_menu .line {
	  width: 25px;
	  height: 2px;
	  background-color: #fff;
	  position: absolute;
	  right: 10px;
	  transition: all var(--transition);
	}

	#small_menu.opened .line.second {
	  opacity: 0;
	}

	#small_menu.opened .line.first {
	  transform: rotate(45deg);
		top: 22px;
	}

	#small_menu.opened .line.third {
	  transform: rotate(-45deg);
		top: 22px;
	}

	.menu-wrap.top-menu {
		background-color: #fff;
		border-bottom: 1px solid var(--gray-border);
	}

	.menu-wrap.top-menu .menu,
	.product-header-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}


	.menu-wrap.top-menu .menu li a,
	.product-header-menu li a {
		padding: 10px 20px;
		border-bottom: 1px solid #f0f0f0;
		color: #000;
	}
	.menu-wrap.top-menu .menu li a:hover,
	.product-header-menu li a:hover{
		color: var(--red);
		background-color: unset;
		/* background-color: var(--gray-bg); */
	}

	.product-header-menu .sub_0_a {
		/* background-color: rgba(0, 142, 67, 0.1); */

		background-color: rgba(231, 22, 24, 0.1);
		padding: 0;
	}
	.product-header-menu .sub_0_li.active > .sub_0_a,
	.product-header-menu .sub_0_li.parent > .sub_0_a {
		/* background-color: rgba(0, 142, 67, 1); */

		background-color: rgba(231, 22, 24, 1);
		color: #fff;
	}

	.menu .sub_0_li,
	.menu .sub_0_li a {
		height: auto;
	}

	.top-text-cont {
		padding-top: 20px;
	}

	.inner-slide-content h1,
	.inner-slide-content h2 {
		font-size: 1.7rem;
	}

	.slider-text {
		font-size: .9rem;
	}

	.hp-slide-item {
		align-items: flex-start;
	}

	.def-section .container > h2:first-child {
		font-size: 1.8rem;
	}

	.products-wrap .item.bigger .item-info {
		flex: 0 1 100%;
	}

	.products-wrap .item .short-desc {
		height: auto !important;
	}



	.products-wrap .item.bigger .number,
	.products-wrap .item .number {
		top: -20px;
	}

	.person-wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.person-wrap .item {
		order: 5;
	}

	.person-wrap .item.team-text {
		order: 1;
		grid-column: span 3;
	}

	.why-detomatic-wrap {
		grid-template-columns: 1fr 1fr;
	}

	.footer-top .logo-side {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-top {
		gap: 0;
	}

	.footer-top .logo-side {
		font-size: 1.4rem;
		gap: 15px;
	}

	.products-wrap {
		grid-template-columns: 50% 50%;
	}

	.references-wrap .item {
		padding: 20px;
	}

	.references-wrap .item .ref-img {
	  margin: -20px;
	  margin-bottom: 20px;
	  overflow: hidden;
	}

	.unsymmetric-wrap {
		display: flex;
		flex-direction: column;
	}

	.top-two-cols {
		display: flex;
		flex-direction: column;
	}

	.contact-wrap {
		display: flex;
		flex-direction: column;
	}

	.our-team-cont .triangels-bg, .top-contact .triangels-bg {
	  transform: translate(-46%,-25%);
	  min-width: 280px;
	}

	.mobile-hp-cat-link {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
	}

	.def-section {
		scroll-margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.def-section {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.top-hp-slider-cont {
		background-color: var(--gray-dark);
	}

	.hp-slide-item {
		flex-direction: column-reverse;
		padding-top: 0;
		justify-content: flex-end;
		gap: 30px;
		padding-bottom: 130px;
	}

	.hp-slide-item .slider-img {
		width: calc(100% + 40px);
		height: 300px;
		position: relative;
		margin: 0 -20px;
	}

	.hp-slide-item .slider-img .fimg_wrp,
	.top-hp-slider-cont .slider-img .gallery_item {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.hp-slide-item .slider-img .fimg_pic {
		width: 100%;
		height: 100%;
	}

	.hp-slide-item .slider-img .fimg_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.top-hp-slider-cont .green-bg,
	.top-hp-slider-cont .color-bg {
		display: none;
	}

	.slide-content .col-2 {
		display: flex;
		flex-direction: column;
	}

	.top-hp-slider-cont .splide__arrows {
		left: 0;
		transform: translateX(0);
		top: 250px;
		bottom: auto;
		width: 100%;
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: center;
	}

	.top-hp-slider-cont .splide__arrow--next,
	.top-hp-slider-cont .splide__arrow--prev {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translate(0);
		width: 25px;
		height: 28px;
		background-size: cover;
	}

	.inner-slide-content {
		padding: 0;
	}

	.top-hp-slider-cont .splide__pagination {
		bottom: 20px;
		justify-content: center;
	}

	.products-wrap {
		display: flex;
		flex-direction: column;
	}

	.products-wrap .item {
		flex-direction: column;
	}

	.products-wrap .item .product-img .fimg_pic {
		justify-content: center;
	}

	.person-wrap,
	.why-detomatic-wrap,
	.footer-top,
	.footer-main,
	.footer-bottom,
	.menu-sub-col .sub_0,
	.gallery_container,
	.references-wrap,
	.download-manual-wrap,
	.videos-wrap {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.footer-top .logo-side {
		padding-right: 0;
	}

	.footer-claim-wrap {
		font-size: 1.2rem;
	}

	.top-text-cont .col-2 {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.top-text-cont h1 {
		padding-right: 0;
		font-size: 1.8rem;
	}

	.articles_small_container .articles_name,
	.product-text-cont .section-name-wrap h2 {
		font-size: 1.8rem;
	}

	.download-manual-wrap .item .item-name {
		font-size: 1.3rem;
	}

	.articles_small_container, .articles_list_container {
		display: flex;
		flex-direction: column;
	}

	.mod_articles_article .text-cont {
		padding-top: 20px;
	}

	.tech-table-wrap table td:first-child,
	.tech-table-wrap table th,
	table td:first-child,
	table th{
		min-width: 120px;
	}

	.contact-line {
		font-size: 1.1rem;
	}

	.contact-info-col {
		padding: 15px;
	}

	.contact-address-wrap {
		display: flex;
		flex-direction: column;
		background-size: 100% 50%;
  	background-position: 100% 100%;
		gap: 40px;

		gap: 0;
	}


	.address-wrap{
		margin: 0px 20px;
		padding: 20px 0;
		border: unset;
		border-bottom: 1px solid var(--gray-border);
	}

	.contact-address-wrap .map-link {
		/* position: initial; */
		min-height: 200px;
	}

	.contact-address-wrap .map-link::before {
		background: linear-gradient(180deg,rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%);
		height: calc(50% - 40px);
		width: 100%;
		top: calc(50% + 0px);
		left: 0;

		top: 0;
		height: 100%;
	}

	.contact-address-wrap p {
		margin: 0;
	}

	.socials-wrap {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.socials-wrap a,
	.socials-wrap a:last-child,
	.socials-wrap a:nth-child(2) {
		justify-content: flex-start;
		border: none;
	}

	.contact-form-col {
		padding: 20px;
	}

	.products-wrap .item.bigger .product-img-bg {
	  clip-path: unset;
	}

	.products-wrap .item.bigger .number {
		top: -20px;
	}

	.ref-slide-item .slider-img {
		width: 100%;
		padding-top: 50%;
		height: 0;
		overflow: hidden;
		position: relative;
		min-height: 300px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ref-slide-item .slider-img .fimg_wrp {
		position: absolute;
		left: 0;
		top: 0;
	}

	.ref-slide-item .slider-img .fimg_wrp,
	.ref-slide-item .slider-img picture {
		height: 100%;
		width: 100%;
	}

	.ref-slide-item .slider-img picture img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.ref-inner .ref-content-wrap {
		border: 1px solid #f0f0f0;
	}

	.ref-slider {
		display: flex;
		flex-direction: column;
	}

	.ref-inner {
		justify-content: center;
		padding-top: 120px;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0);
		height: auto;
	}

	.references-slide-cont .splide__arrows {
		bottom: -10px !important;
	  position: relative;
	  transform: translateY(0);
	  left: 0;
	  padding: 0;
	  order: 5;
	  margin-top: 20px;
		justify-content: center;
	}

	.ref-inner .ref-content-wrap .ref-main .ref-logo .fimg_wrp,
	.ref-inner .ref-content-wrap .ref-main .ref-logo picture {
		height: 100%;
		width: 100%;
	}

	.ref-inner .ref-content-wrap .ref-main .ref-logo img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
/*
	.ref-inner .ref-content-wrap .ref-main .ref-logo {
		height: 65px;
	}

 */

	.references-slide-cont .ref-slider {
		height: auto;
	}

	.top-hp-slider-cont .slide-navigation {
		bottom: 30px;
	}

	.top-hp-slider-cont .hp-top-images {
		gap: 2px;
		background-color: #fff;
	}

	.top-hp-slider-cont .hp-top-images .slider-img .gallery_item {
		position: relative;
		height: 400px;
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info {
		padding: 0 20px !important;
	}

	/*.top-hp-slider-cont .image-item-wrap .gallery_info > .top-img-text {
		display: block;
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info > .top-img-text p:not(:has(a)) {
		display: none;
	}*/

	.top-hp-slider-cont .image-item-wrap .gallery_img::after {
		transform: translateY(0);
		background: linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%);
	}

	.top-hp-slider-cont .image-item-wrap .gallery_info h1 {
		font-size: 1.2rem;
	}

	.top-hp-slider-cont .image-item-wrap::after {
		display: none;
	}

	/*.top-hp-slider-cont .image-item-wrap .gallery_info p a {
		font-size: .7rem;
		padding: 10px 3px;
		border-width: 2px;
	}*/

	.c-text table th,
	.c-text table td {
		padding: 5px;
		font-size: .85rem;
	}
}




















/* Sections */


.sections{
  display:flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
  margin: 40px 0;
}
.section{
	margin: 20px 0;
	padding-left: var(--outside-padding);
	padding-right: var(--outside-padding);
}
.section_header{
  margin-top: 0;
}
.section_main{
  display:flex;
  flex-wrap: no-wrap;
  gap: 20px;
}



.section_gallery {
  display:flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;

	max-width: 1280px;
	margin: 20px auto;
}

.section_gallery.type_fb {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.section_gallery.type_fr,
.section_gallery.type_fs,
.section_gallery.type_fl{
  width: calc(50% - 2rem); /* Sirka aby sedelo u produktu */ 
  flex-shrink: 0;
}
/*
.section_gallery.type_fb{
margin-bottom: 20px;
}
 */

.section_gallery.type_fw{
	margin: 20px auto;
}

.section_vidgal .fvideo {
	max-width: 1280px;
	width: 100%;
	margin: 40px auto;
	background-color: var(--gray-dark);
	color: #fff;
}

.section_vidgal .fvideo figcaption {
	padding: 10px 20px;
	padding-bottom: 20px;
}

.section .fimg{
  margin: 0;
  padding: 0;
  display:flex;
  flex-direction: column;
  gap: 5px;
  
  flex-shrink: 1;
  flex-grow: 0;
}

.section .fimg_img{
  border-radius: 1rem;
  border: 1px solid #d7d7d7;
  width:auto;
  height: auto;
  max-width: 100%;
  
}
.section .fimg_cap{
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.1;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .section_main{
    flex-wrap: wrap;
  }
  .section_gallery {
    width: 100% !important;
    order: 66;
	  flex-wrap: wrap;
  }
	.section_gallery.type_fb {
		grid-template-columns: 1fr 1fr;
	}
}


@media (max-width: 650px) {
	.hp-text iframe{
		height: 300px;
	}
}

@media (max-width: 500px) {
	.section_gallery.type_fb {
		display: flex;
		flex-direction: column;
	}

	.hp-slide-item {
		padding-bottom: 200px;
	}
}





.fvideo_iframe {
  aspect-ratio: 16 / 9;
}










.producttop-block{
  display:flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
  
  line-height: 1.2;
  
  border: 1px solid #ddd;
  background-color: #FFFFFF;
  
  padding: 30px;
  margin: 30px 0;
  
}


.producttop-block .tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
	font-family: var(--font-fancy);
}
.producttop-block .tag{
  background-color: #f0f0f0;
  line-height: 1.2;
  padding: 0.25em 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.producttop-block .tag.supplier{
  text-transform: none;
}

.producttop-block .tag.supplier a {
  color: var(--red);
}

.producttop-block .priceline, .producttop-block .contactline{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}


.producttop-block .pricebox{
  display:flex;
  gap: 0.25rem;
  flex-direction: column;
  width: max-content;  
  align-items: flex-start;
  line-height: 1.2;
}

.producttop-block .pricebox .price{
  font-weight: 700;
  font-size: 1.4rem;
}


.producttop-block .delivery{
  margin-top: 0.5rem;
  line-height: 1.2;
  padding: 0.15em 0.5em;
  font-weight: 600; 
}
.producttop-block .delivery.available{
  background-color: #e6f9eb;
  color: #00ba31;
}
.producttop-block .delivery.unavailable {
	background-color: #fff3e3;
  color: #ff9500;
}


.producttop-block .text > p{
  margin-top: 0px;

}
.producttop-block .text p:last-child{
  margin-bottom: 0px;
}
