#title_area {
	background-image:url(../../image/product/individual/individual_csik_hatter.jpg);
}

#introduction_area {
	width:100%;
	background:url(../../image/products/Background.png);
}
#introduction {
	padding-top:30px;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#introduction_top {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#introduction_top h2 {
	font-family:"Titillium Web Regular";
	font-size:18px;
	color:#616161;
	text-align:justify;
	line-height:27px;
	padding:30px 0px;
}
#introduction_middle {
	width:100%;
	background-color:#272727;
}
#introduction_middle h3 {
	max-width:1200px;
	font-family:"Titillium Web SemiBold";
	font-size:24px;
	color:#f47c2a;
	text-align:center;
	margin:0px auto;
	padding:30px 30px;
	box-sizing:border-box;
	line-height:30px;
}
#introduction_bottom {
	padding-top:30px;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#introduction_bottom .flex {
	width:100%;
	max-width:1200px;
	display:inline-flex;
	margin:0px auto;
	flex-wrap:wrap;
}
#introduction_bottom .flex .column {
	width:33.333%;
	font-family:"Titillium Web SemiBold";
	font-size:24px;
	color:#f47c2a;
	text-align:center;
	text-transform:uppercase;
}
#introduction_bottom .flex .column img {
	display:inline-block;
	height:100%;
	width:33.3333%;
	object-fit:cover;
}
#introduction_bottom .flex4 {
	margin:10px 0px 30px;
	width:100%;
	display:inline-flex;
	align-items:center;
}
#introduction_bottom .flex4 .left {
	width:25px;
}
#introduction_bottom .flex4 .center {
	width:calc(100% - 50px);
	height:227px;
	overflow:hidden;
	text-align:left;
	border-radius:10px;
}
#introduction_bottom .flex4 .center div {
	margin-left:0%;
	height:100%;
	transition: margin-left 2s;
	width:300%;
}
#introduction_bottom .flex4 .right {
	width:25px;
}
#introduction_bottom .flex4 .left button {
	width:17px;
	height:31px;
	border:0px;
	background:url(../../image/product/nyil_balra_inaktiv.svg);
	background-size: cover;
}
#introduction_bottom .flex4 .left button:hover {
	background:url(../../image/product/nyil_balra_aktiv.svg);
	cursor:pointer;
}
#introduction_bottom .flex4 .right button {
	width:17px;
	height:31px;
	border:0px;
	background:url(../../image/product/nyil_jobbra_inaktiv.svg);
	background-size:cover;
	padding:0px;
	border-radius:0px;
}
#introduction_bottom .flex4 .right button:hover {
	background:url(../../image/product/nyil_jobbra_aktiv.svg);
	cursor:pointer;
}

#product_area {
	width:100%;
	background:url(../../image/products/Background.png);
	background-position:center;
	padding-top:30px;
}
#product {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#product .car {
	width:100%;
	height:350px;
    background-attachment:fixed;
	background-image:url(../../image/product/individual/individual_nagy_1.jpg);
    background-size:cover;
	border:1px solid #9d9d9d;
	border-radius:15px;
	box-sizing: border-box;
}
#product h4 {
	font-family:"Titillium Web SemiBold";
	font-size:24px;
	color:#f47c2a;
	text-align:center;
	padding:30px 0px;
	line-height:30px;
}
#product .flex {
	width:100%;
	display:inline-flex;
	margin-bottom:30px;
	flex-wrap:wrap;
}
#product .flex .column {
	width:50%;
	padding:0px 30px;
	box-sizing: border-box;
}
#product .flex .column img {
	width:100%;
	height:240px;
	object-fit:cover;
	border-radius:15px;
}

@media only screen and (max-width: 1024px) {
#introduction_top, #product {
	padding:0px 15px;
	box-sizing:border-box;
}
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 768px) {
#introduction_bottom .flex .column {
	width:100%;
}
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 414px) {
#product .flex .column {
	width:100%;
}
#product .flex .column img {
		margin:5px 0px;
	}
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}