html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{ box-sizing: border-box;}
img{
	display: block;
	max-width: 100%;
}

.header{
	position: sticky;
	top:0;
	width:100%;
	background:#f1f1f1;
	display:flex;
	z-index:1;
	padding:8px 15px;
	justify-content:center;
	box-shadow:0px 0px 5px #afafaf;
}
.header img{
	width:70px;
}
#container{
	position: relative;
	background:#f1f1f1;
}
.container{
	max-width: 640px;
	margin:0 auto;
	padding:0 15px;
}
.video-card{
	padding-top:15px;
}
.video-card video{
	display:block;
	border-radius:10px;
	box-shadow:0px 2px 5px #0e0e0e;
}
.banner-images-price,
.content-wrapper{
	margin-top:20px;
}
.text-info-prize h2{
	font-size:18px;
	margin-bottom:10px;
	font-weight:700;
}
.banner-images{
	margin-top:20px;
}
.banner-images-price img,
.banner-images img{
	border-radius:10px;
	width:100%;
	transition:all ease .2s;
	box-shadow:0px 2px 5px #b7b7b7;
}
.banner-images-price img:hover,
.banner-images img:hover{
	opacity:.8;
}
.banner-images-price h2{
	margin-top:15px;
	font-size:18px;
	margin-bottom:10px;
	font-weight:700;
}
.content-accordion{
	border-top:1px solid #c7c7c7;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:10px;
}
.accordionListContent{
	max-height:0;
	background: #dfdfdf;
	border-radius: 10px;
	overflow:hidden;
	transition:all ease .5s;
	margin-top: 10px;
}
.open .accordionListContent {
	max-height:3000px;
	margin-bottom: 10px;
}
.content-acc{
    padding: 8px 15px;
	
}
.content-acc p{
    margin-bottom:10px;
	line-height:18px;
}
.content-acc strong{
    font-weight:700;
}
.accordionTitle{
	background:#357672;
	color:#fff;
	position:relative;
	border-radius:10px;
	padding:10px 15px;
	cursor:pointer;
	font-weight:700;
	font-size:16px;
	box-shadow:0px 2px 5px #b7b7b7;
}
.accordionTitle:before{
	content:'';
	position:absolute;
    top: 12px;
    right: 13px;
	width:18px;
	height:18px;
	background-size:contain;
	background-image:url(/Content/VASTsel/img/arrow-bottom.png);
}
.open .accordionTitle:before {
	background-image: url(/Content/VASTsel/img/arrow-up.png);
}
.footer{
	box-shadow:2px 0px 5px #b7b7b7;
	position:relative;
	z-index:1;
	padding:10px	 0;
	background:#fff;
}
.sosmed{
	display:flex;
	flex-direction: row;
    justify-content: end;
}
.sosmed img{
	width:40px;
}






@media (max-width: 480px){
	
}
@media (max-width: 375px){
	
}




