

/* Start:/akcii/osnovnie/styles.css?17024718411234*/
.page{
    font-family: 'Source Sans Pro', sans-serif;
	width:100%;
	text-align: center;
}
h1.catalogue__title{
	font-size: 30px;
	width: 100%;
	margin: 20px 0 30px;
	line-height: 32px;
}
#d-footer {
    width: calc(100% - 40px);max-width: 980px;
}

.banners {
	width:100%;
	margin-top: 25px;
}

.section {
	margin-top: 10px;
	width:100%;
	text-align: center;
	margin-bottom: 50px;
}

.section h1 {
	color: red;
	font-size: 20px;
	margin-bottom: 25px;
}

.img_block {
	border-radius: 25px;
    box-shadow:  0px 0px 10px 3px #C3BFBF;
	height: auto;
	width: auto;
}
.img_block3 {
	border-radius: 25px;
    box-shadow:  0px 0px 10px 3px #C3BFBF;
	height: auto;
	width: auto;
	background-color: black;
    background-blend-mode: overlay;
	opacity: 0.6;
}

.img_block img {
	border-radius: 25px;
    box-shadow:  0px 0px 10px 3px #000000;
}
.img_block3 img {
	border-radius: 25px;
    box-shadow:  0px 0px 10px 3px #000000;
}

@media (min-width: 350px) and (max-width: 1330px){
    .img_redaktor {
        width:100%;
    }
	.img_block {
		border-radius: 10px;
	}

	.img_block img {
		border-radius: 10px;
	}
	.img_block3 img {
		border-radius: 10px;
	}
}

@media (max-width: 349px){
	.img_redaktor {
		width: 250px;
		height: 125px;
	}
}

/* End */
/* /akcii/osnovnie/styles.css?17024718411234 */
