

/* Start:/local/templates/main/css.css?17266167621579*/
#cookiesBanner {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	bottom: 0;
	left: 0;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 5px 20px;
	text-align: center;
    z-index: 100000000;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
	margin: 5px;
	font-size: 14px;

}
#cookiesBanner .message {
	text-align: left;
}

#cookiesBanner b {
    font-weight: 400;
}

#cookiesBanner a {
    text-decoration: underline;
}

#cookiesBanner .btn {
	padding: 10px 30px;
}




.footer.v2 {
    display: block;
}

.footer.v2 .row {
    display: flex;
    justify-content: space-between;
}

.footer.v2 .footer__payments {
    display: flex;
    justify-content: center;
}


.footer.v2 .column .head {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer.v2 .column .form__header {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer.v2 .column li {
    margin-bottom: 10px;
}





@media screen and (max-width: 600px) {

	#cookiesBanner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 10px;
	}

	#cookiesBanner .message {
		text-align: center;
	}
	#cookiesBanner .btn {
		padding: 5px 20px;
		text-transform: none;
	}


	.footer.v2 .row {
        flex-direction: column;
        row-gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .footer.v2 .row  .column {
        text-align: center;
    }

	.slider--detail .swiper-slide {
		width: 100%;
	}

}
/* End */
/* /local/templates/main/css.css?17266167621579 */
