pre {
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

code, pre {
	border-radius: 3px;
	color: #333;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	padding: 0 3px 2px;
}

.hidden_protection {
	background: none repeat scroll 0 0 transparent !important;
	border: 0 none !important;
	box-shadow: none !important;
	color: transparent !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
}

/*[id^="bx_incl_area"] {display:inline-block;}*/
.bx-context-toolbar-empty-area {
	min-width: 12px;
}

.loading {
	opacity: 0.5;
	pointer-events: none;
}

.add_liked {
	fill:#eb5757!important;
	stroke:#eb5757!important;
}
.error-wishlist-text {
	width: 70%;
	display: table-caption;
	text-align: right;
	font-size: 10.5px;
	color: #50515e;
	position:absolute;
	top:0;
	right:0
}

.mssg-error {
	color: #eb5757;
}

.hidden-mssg {
	display: none;
}

.custom_banner_main {
	position: relative;
	padding: 18px;
	display: block;
}
.form.personal-data-form .ftr-item.check-item{
	position: relative;
}
.measure {
	font-size: 14px;
}
p.description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
span.description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.accordeon-head__status {
	padding: 5px;
	border-radius: 4px;
	width: 180px;
}

.accordeon-head__status.N {
	background-color: #4DE17C;
}

.accordeon-head__status.T {
	background-color: #F0D459;
}

.accordeon-head__status.Q {
	 background-color: #78C0FF;
 }

.accordeon-head__status.F {
	background-color: #FF3C43;
}

label.error{
	color: #1976e3;
	font-weight: bolder;
	width: 25vw;
	height: auto;
	margin-left: 10px;

}

.index-brend__head {
	font-size: 31px;
	text-transform: uppercase;
	font-family: Cera;
	letter-spacing: 0
}

#zoomPicture .zoom-modal-slider img {
	max-height: 500px;
	object-fit: contain;
}

.swiper-slide__link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.first-screen .fs-slider .swiper-slide{
    position: relative;
    padding-bottom: 30%;
    min-height: auto;
}
.first-screen .fs-slider .swiper-slide__img-wrap{
    height: 100%;
    /*padding-bottom: 25%;*/
}



@media only screen and (max-width: 1023px){

    .first-screen .fs-slider .swiper-slide{

        padding-bottom: 40%;

    }
    .first-screen .fs-slider .swiper-slide__text-wrap{
        height: auto;
    }
    .swiper-slide__link{
        display: flex;
    }

}

@media only screen and (max-width: 650px){
    .first-screen .fs-slider .swiper-slide{

        padding-bottom: 80%;

    }
    .first-screen .fs-slider .swiper-slide__img-wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        float: none;
    }
}