body {
	/* padding: 110px 0 0; */
	padding: 101px 0 0;
}
	
@media all and (max-width: 768px) {

	body {
		padding: 80px 0 0;
	}
	
}

.ct-headline b,
.ct-headline strong {
	font-weight: 600;
}

.diet-carousel-button {
	/* transform: translateY(-50%); */
	color: #fff;
	/* border: 1px solid #fff; */
	border: none;
	border-radius: 10px !important;
	background: rgba(255, 78, 0, 0.8);
	transition-duration: .3s;
}
.diet-carousel-button:hover {
	background: #ff4e00 !important;
	transition-duration: .3s;
}
.diet-carousel-button.prev {
	/* transform: translateX(-50%); */
	transform: translate(-50%, -50%);
	/* border-left: none;
	border-radius: 0 5px 5px 0 !important; */
}
.diet-carousel-button.next {
	/* transform: translateX(50%); */
	transform: translate(50%, -50%);
	/* border-right: none;
	border-radius: 5px 0 0 5px !important; */
}
	
@media all and (max-width: 768px) {
	.diet-carousel-button.prev {
		transform: translate(0%, -50%);
	}
	.diet-carousel-button.next {
		transform: translate(0%, -50%);
	}
}
	
@media all and (max-width: 640px) {
	#_dynamic_list-5476-11 .slick-slide {
		width: calc(100vw - 20px) !important;
	}
}

/* HEADER */

.header-green {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}

.header-green-inner {
	width: 100%;
	height: 30px;
	padding: 0 30px;
}

.header-green .ct-link {
	text-align: center;
	flex-direction: row;
	display: flex;
}

.header-green a {
	color: #ffffff !important;
}

.header-green p {
	margin: 0 !important;
}

.header-green .ct-fancy-icon>svg {
	color: #ffffff !important;
	width: 20px !important;
	height: 20px !important;
}

.header-white {
	position: fixed;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
	border-bottom: 1px solid #efeff0 !important;
}

.header-white-inner {
	width: 100%;
	height: 70px;
	padding: 0 30px;
}

.header-white .menu-item a {
	padding-bottom: 27px !important;
	padding-top: 27px !important;
}

#diety-content,
#lokacje-content {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0px 20px 20px;
    /* max-width: 1252px; */
    max-width: 1400px;
	border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
}

.diety-content {}
	
@media all and (max-width: 768px) {

	.header-white-inner {
		width: 100%;
		height: 50px;
		padding: 0 30px;
	}
	
}

/* BURGER MENU */

.burger-menu {

}

.promo-bar {
	height: 30px;
}

.promo-bar > div {
	height: 30px;
}

.promo-bar span {
	margin: 0;
	line-height: 1;
}

.promo-bar-white {
	height: 50px;
}

.promo-bar-white-inner {
	height: 50px !important;
}

.blog-card-img {
	transition-duration: .3s;
}
.blog-card-img:hover {
	transform: scale(1.2);
	transition-duration: .3s;
}