body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

body * {
	box-sizing: border-box;

}

html,
body {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	/*    scrollbar-gutter: stable;*/

}

* {
	/*	outline:1px solid red;*/
}

input,
select,
option,
button {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

input:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1410px;
	margin: 0 auto;
}

.banner {
	/*background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 1px solid #000000;*/
	position: relative;
	/*! height: 625px; */
	/*! display: flex; */
}

.banner .banner_slider {
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	z-index: -1;
	height: 100%;
}

.banner_slider .slick-slide {
	/*! height: 100%; */
}

.banner_slider .slick-list {
	height: 100%;
}

.banner_slider .slick-slide>div {
	height: 100%;
}

.banner_slider .slick-track {
	height: 100%;
}

.banner_slider .slider_item {
	height: 100%;
}

/* .slick-slider .slick-track
{
display: flex !important;
}
.slick-slider .slick-slide
{
height: inherit !important;
} */
.banner_slider img {
	/* width: 100%; */
	height: 100%;
	object-fit: cover;
	
}

.gallery-items .slick-list {
	margin: 0 -15px;
}

.gallery-items .slick-slide {
	padding: 0 15px;
}


.dark-wrapper {
	background: linear-gradient(83.92deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100.71%);
	padding-bottom: 205px;
	/*! height: auto; */
	/*! min-height: 100%; */
	/*! position: absolute; */
	/*! inset: 0; */
	flex: 1;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 21px 0;
}

.logo {
	width: 170px;
	display: flex;
	align-items: center;
}

.order {
	display: flex;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition-duration: .5s;
	line-height: 1.5;
	cursor: pointer;
}

.order a {}

.order:hover {
	color: #FFF343;
}

.order:hover svg path {
	fill: #FFF343;
}

.order svg path {
	transition-duration: .5s;
}

.order svg {
	width: 26px;
	height: 26px;
	margin-right: 16px;
}

h1 {
	margin: 150px 0 30px;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	color: #fff;
	font-size: 69px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

h1 span {
	font-size: 35px;
}

.banner-desc {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.calculator {
	/*position: absolute;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*top: 0;*/
	/*left: 0;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.calculator .container {
	display: flex;
	flex-direction: column;
	position: relative;
	/*! border-left: 1px solid #000; */
	/*! border-right: 1px solid #000; */
	display: contents;
}

.calculator-wrapper {
	display: flex;
}

.calculator-col {
	display: flex;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 70px;
	width: calc(100% / 3);
}

.calculator-col:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.calc-section {
	display: flex;
	flex-direction: column;
}

.col-wrapper {
	display: flex;
	flex-direction: column;
}

.calculator-title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	/*	left: 50%;*/
	left: calc(50% + 1px);
	transform: translate(-50%, -50%);
	width: 560px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.calc-section span:not(label span) {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
}

.calculator-col .calc-section:not(:last-of-type) {
	margin-bottom: 28px;
}

.calculator-wrapper input:not(label input) {
	border: none;
	border-bottom: 1px solid #000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 8px 16px;
	font-size: 16px;
}

.calculator-wrapper select {
	font-size: 16px;
	padding: 12px 16px;
	border: 1px solid #000;
	width: 100%;
	background: transparent;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::before {
	content: '';
	width: 1px;
	height: calc(100% - 4px);
	right: 42px;
	top: 2px;
	position: absolute;
	background: #000;
	z-index: -1;
	box-sizing: border-box;
}

.select-wrapper::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	background-image: url('img/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	transform: rotate(90deg);
	z-index: -1;
	box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield !important;
}

#distance {
	margin-top: 10px;
}

.additional>span {
	margin-bottom: 26px !important;
}

.additional label {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.additional label input {
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
	margin: 0 14px 0 0;
}

.calc-submit {
	background: #FFF343;
	border: 1px solid #ccc;

}

.calc-submit .container {
	padding: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#submit {
	padding: 16px 69px;
	background: #fff;
	border: 1px solid #ccc;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: .5s;
}

#submit:hover {
	background: #000;
	color: #fff;
}

.calculator-reverse {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF343;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
}

.calculator-reverse form {
	padding-left: 1px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.calculator-reverse .container {
	display: flex;
	align-items: center;
	padding-top: 47px;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	flex-grow: 1;
	/*! width: 100%; */
	box-sizing: border-box;

}

.calc-result-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	/*	width: 560px;*/
	width: min(560px, 100%);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*! border-top: 1px solid #ccc; */
	position: relative;
	/*	left:calc(50% - 1px);*/
	left: 50%;
	transform: translateX(-50%);
	padding: 0 50px;
	height: 100%;
	box-sizing: border-box;
}

.calc-back-btn {
	position: absolute;
	top: 0;
	left: -100px;
	width: 44px;
	height: 44px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	transform: rotate(180deg);
	cursor: pointer;
}

.calc-back-btn img {
	height: 20px;
}

.price-wrapper {
	display: flex;
	margin-bottom: 14px;
}

.price-wrapper div {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.input-hidden {
	display: none;
}

.calc-result-desc {
	font-size: 16px;
	font-weight: 600;
	width: 280px;
	text-align: center;
	margin-bottom: 60px;
}

.calc-result-fields>div:first-child {
	margin-bottom: 30px;
}

.calc-result-fields input {
	width: 280px;
	border: none;
	border-bottom: 1px solid #000;
	padding: 8px 16px;
	font-size: 20px;
	color: #000;
}

.calc-result-fields input::placeholder {
	color: #ccc;
}

.calc-submit-wrapper {
	border-top: 1px solid #ccc;
}

.container.container-submit {
	padding: 45px 0;
	display: flex;
	justify-content: center;
}

.result-order-btn input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 16px 85px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition-duration: .5s;
	color: #000;
}

.result-order-btn input:hover {
	background: #000;
	color: #fff;
}

.calculator-main {
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.calc.result .calculator-main {
	transform: rotateY(180deg);
	border-bottom: 1px solid #ccc;
}

.result .calculator {
	visibility: hidden;
}

.faq .container {
	display: flex;
	/*! border-left: 1px solid #000; */
	/*! border-right: 1px solid #000; */
	position: relative;
	overflow: hidden;
	display: contents;
}

/*.faq ul,
.faq ol {
	padding: 0;
	margin: 0 0 0 -14px;
}

.faq ul li,
.faq ol li {
	padding-left: 14px;
}

.faq ul li:not(:last-of-type),
.faq ol li:not(:last-of-type) {
	margin-bottom: 8px;
}

.faq p {
	margin-top: 0;
}

.faq-list {
	border-right: 1px solid #000;
		width: 58%;
	flex: 0 0 58%;
}

.faq-text {
	max-height: 0;
	overflow: hidden;
	transition: ease-in 0.2s;*
	padding-left: 80px;
	padding-right: 100px;
	font-size: 18px;
}

.faq-text>* {
	margin-bottom: 12px;
}

.faq-text>*:last-child {
	margin-bottom: 15px;
}

.faq-text>*:first-child {
	margin-top: 20px;
}

.faq-text.active {
	max-height: 1000px;
	transition: ease-in 1s;
}

.faq-img {
	 width: 42%;
	min-width: 42%;
	position: relative;
	flex: 1;


}

.faq-img img {
	border-bottom: 1px solid #000;
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.faq-list .faq-item {
	padding: 35px 50px 35px 90px;
	border-bottom: 1px solid #000;
}

.faq-list .faq-item:first-of-type {
	padding-top: 120px;
}

.faq-list .faq-item:last-of-type {
	padding-bottom: 126px;
	border-bottom: none;
}

.faq-head {
	display: flex;
	align-items: center;
}

.faq-head img {
	margin-right: 30px;
}

.faq-title {
	font-size: 26px;
	font-weight: 600;
}

.faq-more {
	width: 38px;
	height: 38px;
	border: 1px solid #000;
	margin-left: auto;
	position: relative;
	cursor: pointer;
}

.faq-more::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}

.faq-more::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #000;
	top: 8px;
	transform: translateX(-50%);
	left: 50%;
	opacity: 1;
}

.faq-more.active::after {
	opacity: 0;
}*/

/*FAQ*/

.faq-list-new {
}
.faq-item-new {
	display: flex;
	padding: 25px;
	align-items: center;
	gap:10px;
	flex-wrap: wrap;
}
.faq-item-new:nth-child(2n) {
	flex-direction: row-reverse;
	background-color: #F2F2F2;
	
}
.faq-item-new:nth-child(2n) .faq-img_wrap {
	padding-right: 50px;
	text-align: right;
}
.faq-item-new:nth-child(2n+1) .faq-img_wrap {
	padding-left: 50px;
}
.faq-item-new:last-child {
	padding-bottom: 70px;
}

.faq-head-new {
}
.faq-icon {
}
.faq-title-new-new {
}
.faq-text-new {
}
.faq-img_wrap {
flex:1 1 calc(40% - 100px);

	
}
.faq-img_wrap > img {
width:500px; 
	
}

.faq-text-wrap {
	flex:0 0 60%;
	padding: 0 50px;
}



.gallery {
	background: #FFF343;
	border-top: 1px solid #ccc;
}

.gallery .container {
	position: relative;
	padding: 145px 0 150px;
}

.gallery-title {
	position: absolute;
	background: #fff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 30px 132px;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	border: 1px solid #ccc;
}

.gallery-items {
	/*! overflow: hidden; */
	/*! max-height: 320px; */

}

.gallery-wrapper {
	/* 	display: flex; */
	/* 	column-gap: 30px; */
	position: relative;
	transition-duration: 1s;
	/*! height: 500px; */
}

.gallery-item {
	/* 	min-width: calc((100% - 60px) / 3); */
}

.gallery-item img {
	max-height: 100%;
	border: 1px solid #ccc;
}

.slick-prev,
.slick-next {
	width: 62px;
	height: 62px;
	border: 1px solid #000;
	background-color: #fff;
	position: absolute;
	background-image: url('img/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slick-prev {
	left: -158px;
	top: 50%;
	transform: rotate(180deg) translateY(50%);
}

.slick-next {
	right: -158px;
	top: 50%;
	transform: translateY(-50%);
	/*! z-index: 25; */
}

footer {
	background: #000;
	padding: 50px 0;
}

footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-logo {
	display: flex;
	align-items: center;
}

.footer-social ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.footer-social a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition-duration: .5s;
}

.footer-social a:hover {
	color: #FFF343;
}

.footer-social li:nth-of-type(2) {
	margin: 0 75px;
}

.footer-social a img {
	display: none;
}

.copyright {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.mob {
	display: none;
}

.thanks {
	background: #FFF343;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0;
	height: 70vh;
}

.thanks div {
	font-size: 48px;
	font-weight: 600;
}

.thanks a {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	padding: 11px 70px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #000;
}

.trubka_wrap {
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 100px;
	background-size: cover;
	border-radius: 30px;
	display: none;
}


.header-phone-icon-big {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 40px;
	background: #fcb900;
	box-shadow: 0px 4px 10px 0px rgba(244, 187, 33, 0.35);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	animation: radial-pulse 1.8s infinite;
}

a.back-to-top {
	display: none;
	width: 48px;
	height: 48px;

	position: fixed;
	z-index: 1031;
	right: 20px;
	bottom: 100px;
	/*  background: #FDCD01 url(img/st-w.svg) no-repeat center center;*/
	background-color: #fcb900;

	background-size: cover;
	border-radius: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
	padding: 10px;
}


@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(252, 185, 0, 0.9);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(252, 185, 0, 0);
	}
}

/*модалка*/

/* ZOOM */

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


.modal-tel {
	background: white;
	padding: 50px 40px;
	/*! display: flex; */
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.modal-tel ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.modal-tel h3 {
	margin-top: 0;
}

.dispetcher {
	text-decoration: none;
	color: #000;
	display: inline-flex;
	align-items: center;
	font-size: 20px;

}

.dispetcher img {
	margin-right: 10px;
}

a.phone_top_wrap {
text-decoration: none;
 
  font-size: 22px;
  font-weight: 700;
  color: #fff;
 margin-top: 30px;
  display: none;
}

a.phone_top_wrap>img {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
}

a.phone_top_wrap:hover {
	/*! background-color: #FFF343; */
}

@media screen and (min-width: 992px) {
	.select-wrapper {
		min-width: 290px;
	}

	.header {

		padding: 30px 0;

	}

	.banner-desc br {
		display: none;

	}

	.faq-img img {

		min-height: 1000px;
	}

	.faq-img {

		max-height: 686px;
	}


}

@media (min-width: 991px) and (max-width: 1366px) {
	.calculator-title {

		width: 400px;


	}

	.calc-result-wrapper {

		width: 400px;

	}
}

@media (min-width: 991px) and (max-width: 1900px) {

	.slick-next {
		right: 50px;
		z-index: 1;

	}

	.slick-prev {
		left: 50px;

		z-index: 1;

	}



}

@media (min-width: 992px) and (max-width: 1500px) {

	.banner .container {
		/*padding-left:15px ;
	padding-right:15px ;*/
		width: calc(100% - 30px);
		max-width: 100%;
	}


}

@media screen and (max-width: 991px) {
	/*html {
		overflow-x: hidden;
	}*/


	a.phone_top_wrap {
		display: inline-block;
	}

	.mob {
		display: block;
	}

	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.logo {
		width: 120px;
	}

	.order {
		flex-direction: column;
		margin-left: 8px;
	}

	.order img {
		margin-right: 0;
		width: 20px;
		height: 20px;
	}

	.order a {
		font-size: 14px;
		text-decoration: none;
		color: #fff;
		white-space: nowrap;
	}

	.order span {
		display: none;
	}

	h1 span {
		font-size: 23px;
	}

	h1 {
		font-size: 39px;
		margin-top: 50px;
		margin-bottom: 21px;
	}

	.banner-desc {
		font-size: 18px;
		line-height: 22px;
	}

	.dark-wrapper {
		padding-bottom: 50px;
	}

	.calculator .container {
		padding: 0;
	}

	.calculator {
		max-height: 666px;
		overflow: hidden;
		transition-duration: .8s;
	}

	.calculator-reverse,
	.result {
		max-height: 2500px;
		transition-duration: 1s;
	}

	.calculator-reverse.active,
	.result.active {
		max-height: 666px;
		overflow: hidden;
	}

	.calculator::before {
		content: '';
		background: linear-gradient(180deg, #FFFFFF 25%, rgba(255, 255, 255, 0) 100%);
		/*! border: 1px solid #ccc; */
		box-sizing: border-box;
		transform: rotate(-180deg);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 94px);
		z-index: 1;
	}

	.calculator.active::before {
		display: none;
	}

	.calculator::after {
		content: 'заповнити форму';
		position: absolute;
		bottom: 60px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		width: 288px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		border: 1px solid #ccc;
		z-index: 2;
		background: #FFF343;
		left: calc((100vw - 288px) / 2);
		cursor: pointer;
	}

	.calculator.active::after {
		display: none;
	}

	.calculator.active {
		max-height: 2000px;
	}

	.calc-back-btn {
		top: 40px;
		left: 16px;
	}

	.calculator-title {
		transform: none;
		position: static;
		width: 100%;
		background: #FFF343;
		font-size: 22px;
		text-align: center;
		padding: 22px 0;
	}

	.calculator-wrapper {
		flex-direction: column;
		padding-top: 40px;
	}

	.col-wrapper {
		width: 100%;
	}

	.calculator-col {
		width: 100%;
		padding: 0 16px;
		justify-content: flex-start;
	}

	.calculator-col:nth-child(2) {
		border: none;
	}

	.calc-section span:not(label span) {
		font-size: 19px;
	}

	.calculator-col .calc-section:last-of-type {
		margin-bottom: 28px;
	}

	#submit {
		padding: 16px 54px;
		/*! background: #FFF343; */
	}

	.calc-submit {
		/*! padding: 20px 0 20px; */
	}

	.calculator .container {
		border: none;
	}

	.calculator-reverse .container {
		border: none;
		padding: 0;
		flex-direction: column;
	}

	.calculator-title {
		border: none;
		border-bottom: 1px solid #ccc;
	}

	.calc-result-wrapper {
		width: 100%;
		padding: 115px 16px 55px;
		/*! border: none; */
		left: 0;
		transform: none;
		align-items: flex-start;

	}

	.price-wrapper div {
		font-size: 18px;
	}

	.calc-result-desc {
		text-align: left;
		font-size: 14px;
		margin-bottom: 30px;
	}

	.calc-result-fields input {
		font-size: 16px;
	}

	.calc-submit-wrapper {
		padding: 35px 0 35px;
		border-bottom: 1px solid #ccc;
	}
	.calc-submit .container {
		padding: 35px 0 35px;;
		
	  }

	.result-order-btn input {
		padding: 16px 68px;
	}

	.faq .container {
		padding: 0;
	}

	.faq-list {
		border: none;
		width: 100%;
	}

	.faq-list .faq-item:first-of-type {
		padding-top: 30px;
	}

	.faq-list .faq-item {
		padding: 30px 16px;
	}

	.faq-head img {
		margin-right: 14px;
		width: 28px;
		height: 28px;
	}

	.faq-title {
		font-size: 18px;
	}

	.faq-more {
		min-width: 22px;
		width: 22px;
		min-height: 22px;
		height: 22px;
	}

	.faq-more::before {
		width: 12px;
		left: 4px;
	}

	.faq-more::after {
		height: 12px;
		top: 4px;
	}

	.faq-list .faq-item:last-of-type {
		padding-bottom: 30px;
	}

	.faq-img {
		/*		display: none;*/
		flex: none;
	}

	.faq-img>img {
		max-height: 35vh;
	}

	.faq .container {
		flex-direction: column-reverse;
	}

	.faq-text {
		padding-left: 30px;
		padding-right: 4px;
	}

	.faq ul,
	.faq ol {
		margin: 0;
	}

	.faq ul li,
	.faq ol li {
		padding-left: 0;
	}

	.gallery .container {
		padding: 0;
	}

	.gallery-title {
		position: static;
		transform: none;
		background: #FFF343;
		font-size: 20px;
		padding: 34px 0;
		text-align: center;
		border: none;
		border-bottom: 1px solid #ccc;
	}

	.gallery-wrapper {
		column-gap: 0;
	}

	.gallery-items {
		padding: 30px 0;
		margin: 0 20px;
	}

	.gallery-item {
		min-width: 100%;
	}

	.slick-prev,
	.slick-next {
		width: 32px;
		height: 32px;
		border: 1px solid #000;
		background: #fff;
		position: absolute;
		background-image: url('img/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
		background-size: 8px;
		z-index: 1;
	}

	.slick-prev {
		left: 20px;
		top: calc(50% - 16px);


	}

	.slick-next {
		right: 20px;
		top: 50%;
		top: calc(50% - 16px);
	}

	.footer-social a img {
		display: block;
		height: 28px;
		min-width: 28px;
	}

	.footer-social a span {
		display: none;
	}

	footer .container {
		flex-direction: column;
	}

	.footer-social li:nth-of-type(2) {
		margin: 0 40px;
	}

	.footer-social {
		margin: 15px 0 30px;
	}

	.copyright {
		font-size: 14px;
	}

	.gallery-items {

		max-height: none;

	}
}


@media screen and (max-width: 767px) {
	.gallery-items .slick-list {
		margin: 0 0;
	}

	.gallery-items .slick-slide {
		padding: 0 0;
	}


	.faq-item-new {
		display: block;
		padding: 25px;
		align-items: center;
		gap: 25px;
		flex-wrap: wrap;
	  }
	  .faq-img_wrap > img {
		width: 97%;
	  }
	  .faq-text-wrap {
	
		padding: 0 0;
	  }
	  .faq-item-new:nth-child(2n+1) .faq-img_wrap {
		padding-left:0;
		text-align: center;
	  }
	  .faq-item-new:nth-child(2n) .faq-img_wrap {
		padding-right:0;
		text-align: center;
	  }

	/* .gallery-items {
    padding: 20px 0;
    margin: 0 30px;
  }*/

}