@charset "utf-8";
/*CSS3*/

ul.sb-list ul a {
	min-width: 275px;
}

ul.sb-list ul a.sb-more-link {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
	padding-top: 10px;
}

ul.sb-list ul a.sb-item {
	font-size: 1em;
}

html body .sb-item {
	color: black !important;
}

.ts-img-wrp4 {
	margin-right: 0;
	width: 523px;
}

.ts-img4 {
	position: relative;
	right: -20%;
}


.ts-img-wrp5 {
	margin-right: -42%;
	width: 567px;
}

.search-empty-result-container,
.search-result-container {
	display: block;
}

.pagination_search .hidden {
	display: none;
}

.hidden_products {
	display: none;
}

.h-tel a {
	margin-top: 10rem;
	display: block;
	font-weight: 500;
	color: inherit;
	text-decoration: none;
}

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

ul.f-nav-list > li > span {
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: var(--fs16);
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-bottom: 26rem;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: var(--main-color);
}

.pr-img > img {
	-o-object-fit: contain;;
	object-fit: contain;;
}

.iti--inline-dropdown .iti__dropdown-content {
	z-index: 9;
}

.fc-input1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--fComponent-input-height);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-family: Arial;
	font-size: var(--fc-input-fs);
	color: #636363;
	background-color: white;
	/*-webkit-box-shadow: inset 0 0 0 1px black;
	box-shadow: inset 0 0 0 1px black;*/
	-webkit-box-shadow: 0 1px 0 0 #c7c7c7;
	box-shadow: 0 1px 0 0 #c7c7c7;
	padding: var(--fc-em-border);
}
.fc-input1 .iti {
	height: 100%;
}
.fc-input1 input[type="tel"] {
	border: none;
	font-style: normal;
	line-height: 1;
	color: #000000;
	padding: var(--fc-input-v-padding) calc(var(--fComponent-select-padding-h) - var(--fc-em-border));
	background-color: transparent;
	opacity: 1;
	height: auto;
	min-height: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.fc-input1.fc-bottom-active-line:before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: var(--fComponent-error-color);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	z-index: 2;
}

.df-section.products .df-section:last-child {
	margin-bottom: 0;
}

.soft_inner_slider .ar-slider-wrp.type-2 .ar-img-item:after {
	padding-top: 15%;
}
.soft_inner_slider .ar-img-slider-wrp {
	padding-bottom: 10%;
}
ul.sb-list.cases ul a {
	font-size: 1em;
	line-height: inherit;
}
ul.sb-list .big_title a {
	white-space: nowrap;
	font-weight: 400;
	color: black;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	min-width: 275px;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.area-list a.area-box,
.area-list a.area-box:hover {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 1499px) {
	.ts-img4 {
		position: relative;
		right: 0;
	}
	.ts-img-wrp5 {
		margin-right: -12%;
		width: 487px;
	}
}

@media screen and (max-width: 1199px) {
	.ts-img4 {
		max-width: 95%;
	}
	.ts-img-wrp5 {
		margin-right: 0%;
		width: 427px;
	}
}

@media screen and (max-width: 1099px) {
	.h-tel a {
		font-size: var(--fs18);
	}
	ul.f-nav-list > li > span {
		font-size: var(--fs14);
	}
}

@media screen and (max-width: 991px) {
	.h-col-l .h-tel a {
		display: none;
	}
	
	.nav-tel a {
		font-weight: 400;
		color: #3d3d3d;
		text-decoration: none;
	}

	.nav-tel a:hover {
		text-decoration: none;
	}
	
	.nav-tel a {
		font-size: 68px;
	}
	ul.f-nav-list > li > span {
		margin-bottom: 17px;
	}
	
}

@media screen and (max-width: 639px) {
	.nav-tel a {
		font-size: 32px;
	}
}

@media screen and (max-width: 479px) {
	.nav-tel a {
		font-size: 30px;
	}
}