@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden !important;
}

.info {
	display: flex;
	width: 100%;
	justify-content: center;
}

@media (max-width: 1200px) {
	.info {
		display: block;
		width: 90%;
		margin: auto;
	}
	
	.info .left, .info .right {
		width: 100% !important;
		margin: 20px;
	}
}

.info .left, .info .right {
	width: 40%;
	margin: 20px;
}

.info .container {
	padding: 10px 40px;
	margin: 20px auto;
	width: 100%;
}

.info .container .logo {
	position: absolute;
	width: 25px;
	height: auto;
	transform: translate(-35px, -5px);	
}

.info .container p {
	line-height: 25px;
}

.info .container h3 {
	text-align: left;
}

table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

td:nth-child(1), td:nth-child(3) {
	min-width: 100px;
}

td:nth-child(4), td:nth-child(5), td:nth-child(6) {
	max-width: 40px !important;
}

td, th {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 8px;
}

.info .container p {
	text-align: justify-all;
}

.step-back {
	position: absolute;
	top: 130px;
	left: 20px;
}

.step-back img {
	width: 30px;
	height: 28px;
}

/* SLIDER */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	height: 100%;
	width: auto;
	margin: auto;
}

.itc-slider__items {
	counter-reset: slide;
	text-align: center;
	
}

.itc-slider__item {
	flex: 0 0 100%;
	max-width: 100%;
	counter-increment: slide;
	height: 250px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;	
}

.itc-slider {
	position: relative;
}

.itc-slider__wrapper {
	overflow: hidden;
}

.itc-slider__items {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.itc-slider__transition-none {
	transition: none;
}

.itc-slider__item {
	flex: 0 0 100%;
	max-width: 100%;
	user-select: none;
	will-change: transform;
}

.itc-slider__btn {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: rgb(0 0 0 / 20%);
	border: none;
	transform: translateY(-50%);
	cursor: pointer;
}

.itc-slider__btn_hide {
	display: none;
}

.itc-slider__btn_prev {
	left: 0;
}

.itc-slider__btn_next {
	right: 0;
}

.itc-slider__btn:hover, .itc-slider__btn:focus {
	color: #fff;
	text-decoration: none;
	background: rgb(0 0 0 / 30%);
	outline: 0;
}

.itc-slider__btn::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.itc-slider__indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	margin: 0 15%;
	padding-left: 0;
	list-style: none;
}

.itc-slider__indicator {
	flex: 0 1 auto;
	box-sizing: content-box;
	width: 30px;
	height: 5px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgb(255 255 255 / 50%);
	background-clip: padding-box;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
}

.itc-slider__indicator_active {
	background-color: rgb(255 255 255 / 90%);
}

input[type=submit] {
	background-color: #DA251C;
	color: white;
	padding: 12px 30px;
	border: 1px solid #DA251C;
	border-radius: 4px;
	cursor: pointer;
	transition: .3s;
	font-weight: bolder;
	position: relative;
	margin-right: 10%;
	float: right;
}

input[type=submit]:hover {
	background-color: white;
	color: red;
}

.scroll-for-more {
	position: absolute;
	font-size: 10pt;
	color: black;
	animation: arrow-blink 2s infinite;
	font-weight: bold;
	padding-left: 5px;
	display: none;
}

.scroll-for-more .fa {
	font-size: 8pt;
	transform: scaleX(1.1) scaleY(0.9) translate(3px, -1px);
}

@keyframes arrow-blink {
	50% {
		opacity: 0;
	}
}

@media (max-width: 738px) {
	.scroll-for-more {
		display: block;
	}
}

.container .product {
	width: 80px;
	height: auto;
	margin: 0 20px;
	cursor: pointer;
}
