/* FS Variation 1 - Start */
.first-screen-v1 {
	padding-top: 30px;
	padding-bottom: 75px;
}
.advantages-head {
	align-items: center;
	margin-bottom: 30px;
}
.first-screen-v1 .main-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide {
	display: flex;
	height: calc(100vh - var(--header-height) - 30px - 30px);
	border-radius: 30px;
	background-size: cover !important;
	padding: 30px 45px 45px 45px;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
	display: flex;
	flex-direction: column;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-upper-text {
	font-family: var(--font-family-1);
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
	margin-bottom: 20px;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-sub-title {
	max-width: 480px;
	margin-bottom: auto;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-text {
	max-width: 520px;
	font-size: 16px;
	line-height: 18px;
	color: #878787;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .btn {
	margin-top: 40px;
	margin-bottom: calc(40px + 12px);
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination.swiper-pagination-bullets {
	width: fit-content;
	top: initial;
	left: 45px;
	right: initial;
	bottom: 45px !important;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
	background: #823707;
	opacity: 1;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary);
	opacity: 1;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
@media (max-width: 1279px) {
	.first-screen-v1 {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 400px;
		height: 400px;
		background-position: 80% 0% !important;
		padding: 20px 25px 25px 25px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-text {
		max-width: 350px;
	}
}
@media (max-width: 768px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 670px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		margin-bottom: 15px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-sub-title {
		max-width: 480px;
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 23px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-text {
		font-size: 14px;
		line-height: 17px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-pagination.swiper-pagination-bullets {
		position: relative;
		right: auto;
		left: auto;
		bottom: 15px !important;
		width: 100%;
		padding-bottom: 25px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 365px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 630px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-sub-title {
		margin-bottom: 20px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-sub-title br {
		display: none;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .btn {
		margin-top: 30px;
		margin-bottom: calc(20px + 12px);
	}
}
@media (max-width: 359px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 600px;
	}
}
/* FS Variation 1 - End */

/* Секция 1: Слайдер преимуществ - Start */
.advantages-slider {
	padding: 75px 0 75px 0;
	overflow: hidden;
}

.advantages-swiper {
	position: relative;
	overflow: visible;
}
.advantages-slider-wrapper .swiper-wrapper {
	padding: 20px 30px;
}
.advantages-slide {
	display: flex!important;
	flex-direction: column;
	padding: 35px;
	width: 23vw !important;
	max-width: fit-content!important;
	height: 23vw !important;
	background: #FFF5D4;
	border-radius: 15px;
	height: auto;
	transition: all 0.3s ease;
}
.swiper-slide.advantages-slide.advantage-card {
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.advantages-slide:nth-child(1) {
	transform: rotate(3deg) !important;
}
.advantages-slide:nth-child(2) {
	transform: rotate(-3deg) !important;
}
.advantages-slide:nth-child(3) {
	transform: rotate(-3deg) !important;
}
.advantages-slide:nth-child(4) {
	transform: rotate(3deg) !important;
}
.advantages-slide:nth-child(5) {
	transform: rotate(-3deg) !important;
}
.advantages-slide:nth-child(6) {
	transform: rotate(3deg) !important;
}
.advantages-slide:nth-child(7) {
	transform: rotate(-3deg) !important;
}
.advantages-slide:nth-child(8) {
	transform: rotate(3deg) !important;
}
.advantages-slide:nth-child(9) {
	transform: rotate(-3deg) !important;
}
.advantages-slide:nth-child(9) {
	transform: rotate(3deg) !important;
}
.advantages-slide .slide-number {
	position: absolute;
	top: 35px;
	left: 35px;
}
.advantages-slide.swiper-slide-active {
	background: #ECF6DD;
}
.swiper-slide.advantages-slide.advantage-photo {
	padding: 0px;
	background: transparent!important;
}
.swiper-slide.advantages-slide.advantage-photo img {
	height: 23vw !important;
	object-fit: contain;
}

.swiper-slide.advantages-slide.advantage-video {
	padding: 0px;
	background: transparent!important;
}
.swiper-slide.advantages-slide.advantage-video video {
	border: 10px solid #f3f3f3;
	border-radius: 150px;
	height: 23vw !important;
	object-fit: contain;
}


.advantages-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	width: 160px;
	height: 160px;
	margin-left: auto;
}
.advantages-slide:nth-child(4) .advantages-icon {
	width: 200px;
	height: 200px;
}
.advantages-icon img {
	max-height: 100%;
	object-fit: contain;
}

.advantages-content {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.advantages-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: var(--black);
}
.advantages-text {
	margin-top: 20px;
	color: #73413A;
}
.advantages-pagination {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	background: #FFFBEB;
	padding: 5px 10px;
	border-radius: 15px;
	z-index: 1;
}

.pagination-current,
.pagination-total {
	font-size: 14px;
	font-weight: 500;
}

.pagination-divider {
	margin: 0 5px;
}

@media (max-width: 1650px) {
	.advantages-slide {
		padding: 30px;
		width: 25vw !important;
		height: 26vw !important;
	}
	.advantages-icon {
		width: 120px;
		height: 120px;
	}
	.advantages-slide:nth-child(4) .advantages-icon {
		width: 160px;
		height: 160px;
	}
	.swiper-slide.advantages-slide.advantage-photo img {
		height: 24vw !important;
	}
	.swiper-slide.advantages-slide.advantage-video video {
		height: 24vw !important;
	}
}
@media (max-width: 1366px) {
	.advantages-icon {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 1279px) {
	.advantages-slide {
		width: 38vw !important;
		height: 38vw !important;
	}
	.swiper-slide.advantages-slide.advantage-photo img {
		height: 35vw !important;
	}
	.swiper-slide.advantages-slide.advantage-video video {
		height: 35vw !important;
	}
}   
@media (max-width: 1024px) {
	.advantages-slide {
		width: 38vw !important;
		height: 50vw !important;
	}
	.swiper-slide.advantages-slide.advantage-photo img {
		height: 45vw !important;
	}
	.swiper-slide.advantages-slide.advantage-video video {
		height: 45vw !important;
	}	
}
@media (max-width: 767px) {
	.advantages-slider {
		padding: 50px 0;
	}
	.advantages-slider-wrapper .swiper-wrapper {
		padding: 10px 0px;
	}
	.advantages-slide {
		padding: 25px;
		width: 80vw !important;
		height: 80vw !important;
	}
	.swiper-slide.advantages-slide.advantage-photo img {
		height: 80vw !important;
		object-fit: contain;
	}
	.swiper-slide.advantages-slide.advantage-video video {
		height: 80vw !important;
		object-fit: contain;
	}
	.advantages-icon {
		width: 65px;
		height: 65px;
	}
	.advantages-slide:nth-child(4) .advantages-icon {
		width: 80px;
		height: 80px;
	}
	.advantages-title {
		font-size: 18px;
		line-height: 18px;
	}
	.advantages-text {
		margin-top: 15px;
		font-size: 14px;
		line-height: 17px;
	}
	.advantages-slider .swiper-buttons.outside.mob {
		gap: 10px;
		margin-left: 30px;
		margin-top: 20px;
	}

}

@media (max-width: 359px) {
	.advantages-slide {
		padding: 20px;
		width: 80vw !important;
		height: 95vw !important;
	}
	.swiper-slide.advantages-slide.advantage-photo img {
		height: 95vw !important;
	}
	.swiper-slide.advantages-slide.advantage-video video {
		height: 95vw !important;
	}
}
/* Секция 1: Слайдер преимуществ - End */

/* Секция 2: Хвилі насиченого смаку (Товары) - Start */
.products-section {
	padding: 75px 0 75px;
	background: var(--light-gray);
}

.products-section .h2 {
	margin-bottom: 30px;
}
.advantages-navigation {
	display: flex;
	gap: 6px;
}
.advantages-button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary);
	width: 59px;
	height: 47px;
	border-radius: 100px;
}
.advantages-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary);
	width: 59px;
	height: 47px;
	border-radius: 100px;
}
.products-section .swiper {
	overflow: visible!important;
}
.products-slider-wrapper {
	position: relative;
	margin-bottom: 40px;
}

.products-pagination {
	position: static;
	margin-top: 20px;
}

.product-view-all {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.products-section {
		padding: 50px 0 50px;
	}
	.products-section  .product-list {
		flex-wrap: nowrap;
		gap: 0;
	}
	.products-section  .swiper-buttons.inside {
		bottom: initial;
		top: 37%;
	}
	.products-section .h2 {
		margin-bottom: 20px;
	}

	.products-slider-wrapper {
		margin-bottom: 30px;
	}
}
/* Секция 2: Хвилі насиченого смаку (Товары) - End */

/* Секция 3: Хвилясті - круте доповнення - Start */
.crispy-addition {
	padding: 75px 0 100px;
}

.crispy-addition .h2 {
	text-align: center;
	margin-bottom: 30px;
}

.container.container-full {
	position: relative;
	justify-content: center;
}
.crispy-slider {
	overflow: hidden;
	border-radius: 15px;
}

.crispy-slider .swiper-slide {
	height: 550px;
	width: 85vw !important;
}

.crispy-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.crispy-pagination {
	position: absolute;
	bottom: 20px !important;
}

.crispy-products {
	position: absolute;
	bottom: -60px;
	right: 10%;
	z-index: 10;
}

.crispy-products-img {
	max-width: 400px;
}

@media (max-width: 1480px) {
	.crispy-slider .swiper-slide {
		height: 400px;
	}
	.crispy-products-img {
		max-width: 340px;
	}
}

@media (max-width: 1279px) {
	.crispy-addition {
		padding: 50px 0px 75px 0;
	}
	.crispy-slider .swiper-slide {
		height: 117vw;
		width: 75vw !important;
	}
	.crispy-products-img {
		max-width: 250px;
	}
}

@media (max-width: 768px) {
	.crispy-products {
		bottom: -30px;
		right: 5%;
	}

	.crispy-products-img {
		max-width: 200px;
	}
}
/* Секция 3: Хвилясті - круте доповнення - End */

/* Секция 4: Створіть свій ідеальний бокс снеків! - Start */
.create-snackbox {
	padding: 45px;
	background: url(../img/main/snackbox-bg.webp) no-repeat center center;
	background-size: cover;
}

.create-snackbox .h2 {
	margin-top: 40px;
	max-width: 640px;
}
.create-snackbox p {
	max-width: 550px;
	margin-top: 45px;
	margin-bottom: 45px;
}

@media (max-width: 1480px) {
	.create-snackbox .h2 {
		max-width: 550px;
	}
	.create-snackbox p {
		max-width: 460px;
		margin-bottom: 35px;
	}
}
@media (max-width: 1279px) {
	.create-snackbox {
		padding: 20px 20px 20px; 20px;
	}
}
@media (max-width: 768px) {
	.create-snackbox {
		padding: 20px 20px 80vw 20px;
		background: url(../img/main/snackbox-bg-mobile.webp) no-repeat center center;
		background-size: cover;
	}

	.snackbox-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 54px;
	}

	.snackbox-content .h2 {
		margin-top: 0;
		max-width: calc(100% - 64px);
	}
	.create-snackbox p {
		margin-top: 20px;
		font-weight: 600;
	}
}
/* Секция 4: Створіть свій ідеальний бокс снеків! - End */

/* Секция 5: Де купити Хвилясті офлайн? - Start */
.where-to-buy {
	padding: 75px 0 75px 0;
	background: #F9F9F9;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}

.where-to-buy .h3 {
	margin-bottom: 30px;
}

.shops-slider-wrapper {
	position: relative;
}

.shops-slider .swiper-slide {
	height: 510px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shops-slider .swiper-wrapper {
	transition-timing-function: linear !important; /* Линейное движение без ускорения и замедления */
}

.shops-slider .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
@media (max-width: 1480px) {
	.shops-slider .swiper-slide {
		height: 400px;
	}	
}
@media (max-width: 1024px) {
	.where-to-buy .h3 {
		margin-bottom: 20px;
	}
	.where-to-buy {
		padding: 50px 0 50px 0;
		background: #F9F9F9;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.shops-slider .swiper-slide {
		height: 170px;
	}	
}

/* Секция 5: Де купити Хвилясті офлайн? - End */

/* Секция 6: Баннер - Start */
.banner-img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
/* Секция 6: Баннер - End */

/* Секция 7: "Хвилясті" — команда - Start */
.about-team {
	padding: 75px 0 75px;
	position: relative;
}
.about-team .container .col-50:nth-child(1) {
	padding: 75px 65px 45px 65px;
	background: var(--light-gray);
	border-radius: 30px;
}
.about-team .container .col-50:nth-child(2) video {
	border-radius: 30px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-team .h2 {
	margin-bottom: 40px;
	font-size: 38px;
	line-height: 44px;
	max-width: 730px;
}

.about-team p {
	margin-bottom: 30px;
	max-width: 590px;
	color: #737373;
}
.floating-products {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.floating-products-img {
	max-width: 280px;
}
@media (max-width: 1480px) {
	.about-team .container .col-50:nth-child(1) {
		padding: 65px 45px 45px 45px;
	}
	.about-team .h2 {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 34px;
		max-width: 520px;
	}
	.about-team p {
		margin-bottom: 30px;
		max-width: 510px;
	}
	.about-team .container .col-50:nth-child(2) video {
		border-radius: 30px;
		width: 100%;
		height: 100%;
	}

}
@media (max-width: 1279px) {
	.about-team {
		padding: 50px 0 50px;
	}
	.about-team .container .col-50:nth-child(1) {
		padding: 25px 25px 45px 25px;
	}
	.about-team .h2 {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 24px;
	}
	.floating-products {
		position: absolute;
		top: 50%;
		left: initial;
		right: -10px;
		transform: translate(0%, -50%);
		z-index: 5;
	}
	.about-team .container .col-50:nth-child(2) video {
		min-height: 110vw;
	}
	.floating-products-img {
		max-width: 130px;
	}
}


/* Секция 7: "Хвилясті" — команда - End */

/* Секция 8: Сертифікація - Start */
.certification {
	padding: 75px 0 75px;
}

.certification .h3 {
	margin-bottom: 30px;
}
.certificates-slider-wrapper {
	position: relative;
}
.certificates-slider-wrapper .swiper-wrapper {
	transition-timing-function: linear !important;
}
.certification .section-description {
	max-width: 800px;
	color: #737373;
}
.certificate-img {
	background: #F9F9F9;
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.certificate-name-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
}
.certificate-title {
	font-size: 18px;
	font-weight: 700;
}
.certificate-view.glightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: var(--primary);
	border-radius: 5px;
	transition: all 0.3s ease;
}
.certificate-view.glightbox:hover {
	background: #FFE500;
}
@media (max-width: 1480px) {
	.certificate-title {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.certification {
		padding: 30px 0 50px;
	}
	.certification .h3 {
		margin-bottom: 20px;
	}
	.certification .h2 {
		margin-bottom: 5px;
	}
	.certification .section-description {
		margin-bottom: 30px;
	}
}
/* Секция 8: Сертифікація - End */

/* Секция 9: Відгуки - Start */
.reviews {
	background: #F9F9F9;
	padding: 75px 0 75px;
}

.reviews .h3 {
	margin-bottom: 30px;
}

.reviews-slider-wrapper {
	position: relative;
}
.review-card-text {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #ffffff;
	border-radius: var(--border-radius-small);
	gap: 12px;
	height: 100%;
}
.review-card-text .review-header {
	display: flex;
	align-items: center;
	gap: 12px;
}
.review-card-text .review-avatar {
	width: 45px;
	height: 45px;
	min-width: 45px;
	border-radius: 50%;
	background: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-card-text .review-avatar img {
	width: 24px;
	height: 24px;
}
.review-card-text .review-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.review-card-text .review-author {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: block;
}
.review-card-text .star-rating {
	display: flex;
	gap: 2px;
}
.review-card-text .star-rating .star {
	color: var(--border);
	font-size: 16px;
	line-height: 1;
}
.review-card-text .star-rating .star.filled {
	color: var(--primary);
}
.review-card-text .review-content {
	flex: 1;
}
.review-card-text .review-text {
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}
.review-card-text .review-date {
	font-size: 13px;
	color: var(--gray);
	margin-top: auto;
}
.reviews .no-reviews {
	text-align: center;
	padding: 40px 20px;
	font-size: 18px;
	line-height: 28px;
	color: var(--gray);
}
.reviews .reviews-view-all {
	margin-top: 30px;
}
.reviews-invite {
	text-align: center;
	padding: 30px 20px;
}
.reviews-invite p {
	font-size: 18px;
	line-height: 28px;
	color: var(--gray);
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.reviews {
		padding: 30px 0 50px;
	}

	.reviews .h2 {
		margin-bottom: 20px;
	}

	.review-card-text .review-author {
		font-size: 16px;
		line-height: 20px;
	}
}
/* Секция 9: Відгуки - End */

/* Секция 10: Станьте партнером - Start */
.become-partner {
	padding: 75px 0 75px;
}
.container-partner {
	position: relative;
}
.partner-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
	min-height: 200px;
	padding: 0 50px;
	background: #FFF9E5;
	border-radius: 20px;
}
.partner-right picture {
	height: 100%;
} 
.partner-right img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
} 
.become-partner p {
	max-width: 32vw;
}


.partner-btn {
	width: 134px;
	height: 134px;
	border-radius: 100%;
	position: absolute;
	bottom: 50%;
	right: calc(33.33%);
	transform: translateX(50%) translateY(50%);
	z-index: 2;
}
.partner-btn span {
	height: 33px;
	text-align: center;
}
@media (max-width: 1480px) {
	.partner-left {
		gap: 30px;
		padding: 0 70px 0 30px;
	}
}
@media (max-width: 1366px) {
	.become-partner p {
		max-width: 24vw;
	}
}
@media (max-width: 1279px) {
	.become-partner {
		padding: 50px 0 50px;
	}
	.partner-left {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
		min-height: 0;
		padding: 25px 25px 100px 25px;
	}
	.become-partner p {
		max-width: 100%;
	}
	.partner-btn {
		right: calc(50%);
	}
}
/* Секция 10: Станьте партнером - End */

/* Blog on main - Start */
section.blog-section {
	padding-top: 75px;
	padding-bottom: 75px;
}
section.blog-section .h3 {
	margin-bottom: 30px;
}
.post-card {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - var(--blocks-indent));
}
.image-box {
	position: relative;
}
.image-box .post-tags {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px 2px 6px;
	background: var(--primary);
	width: fit-content;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 3px;
	font-size: 13px;
}
.image-box .post-tags:empty {
	display: none;
}
.image-box img {
	border-radius: 10px;
}
.post-title {
	margin-top: 20px;
}
.post-date {
	margin-top: 10px;
	font-size: 16px;
	color: #BFBFBF;
}
.all-articles {
	margin-top: 10px;
}
@media (max-width: 1480px) {
	.post-date {
		margin-bottom: 5px;
	}
}
@media (max-width: 1279px) {
	.post-card {
		width: calc(50% - 8px);
	}
	.image-box .post-tags {
		top: 15px;
		left: 15px;
	}
}
@media (max-width: 667px) {
	section.blog-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blog-category-wrapper .h3 {
		margin-bottom: 15px;
	}
	.post-card {
		width: calc(100% - 0px);
	}
}
/* Blog on main - End */

/* FAQ - Start */
section.faq {
	padding-top: 75px;
	padding-bottom: 75px;
}
section.faq .h3 {
	margin-bottom: 30px;
}
@media (max-width: 1279px) {
	section.faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/* FAQ - End */