#title_area {
	background-image:url(../../image/product/cobra_design/cobra_design_csik_hatter.jpg);
}

#introduction_area {
	width:100%;
	box-sizing:border-box;
}
#introduction {
	padding-top:30px;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#introduction .flex {
	width:100%;
	max-width:1200px;
	display:inline-flex;
	margin:0px auto;
	flex-wrap:wrap;
}
#introduction .flex .column {
	width:33.333%;
	text-align:center;
}
#introduction .flex .column img {
	display:inline-block;
	height:100%;
	width:14.2857%;
	object-fit:cover;
}
#introduction .flex .column.img6 img {
width:16.6666%;
}
#introduction h1 {
	margin-top:10px;
	font-family:"Titillium Web Bold";
	font-size:24px;
	color:#626262;
	text-align:center;
	line-height:30px;
}
#introduction h2 {
	font-family:"Titillium Web Regular";
	font-size:16px;
	color:#626262;
	text-align:center;
	line-height:27px;
	margin-bottom:30px;
}
#introduction .flex2 {
	margin:10px 0px 0px;
	width:100%;
	display:inline-flex;
	align-items:center;
}
#introduction .left {
	width:25px;
}
#introduction .center {
	width:calc(100% - 50px);
	height:227px;
	overflow:hidden;
	text-align:left;
	border-radius:10px;
}
#introduction .center div {
	margin-left:0%;
	height:100%;
	transition: margin-left 2s;
	width:700%;
}
#introduction .right {
	width:25px;
}
#introduction .left button {
	width:17px;
	height:31px;
	border:0px;
	background:url(../../image/product/nyil_balra_inaktiv.svg);
	background-size: cover;
}
#introduction .left button:hover {
	background:url(../../image/product/nyil_balra_aktiv.svg);
	cursor:pointer;
}
#introduction .right button {
	width:17px;
	height:31px;
	border:0px;
	background:url(../../image/product/nyil_jobbra_inaktiv.svg);
	background-size:cover;
}
#introduction .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/cobra_design/cobra_design_nagykep.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) {
#product {
	padding:0px 15px;
	box-sizing:border-box;
}
/*#introduction .flex .column img {
	max-width:281px;
}*/
}

@media only screen and (max-width: 834px) {
/*#introduction .flex .column img {
	max-width:218px;
}*/
}

@media only screen and (max-width: 768px) {
/*#introduction .flex .column img {
	max-width:196px;
}*/
}

@media only screen and (max-width: 600px) {
#introduction .flex .column {
	width:100%;
}
/*#introduction .flex .column img {
	max-width:540px;
}*/
}

@media only screen and (max-width: 414px) {
/*#introduction .flex .column img {
	max-width:354px;
}*/
#product .flex .column {
	width:100%;
	padding:5px 5px;
}
}

@media only screen and (max-width: 375px) {
/* #introduction .flex .column img {
	max-width:315px;
}*/
}

@media only screen and (max-width: 360px) {
/* #introduction .flex .column img {
	max-width:300px;
} */
}

@media only screen and (max-width: 320px) {
/* #introduction .flex .column img {
	max-width:260px;
} */
}