.d-block {
	display: block !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.t-title_xxs {
	font-size: 36px;
	line-height: 1.23;
}
.t-align_center {
	text-align: center;
}
.t-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
}
.t-container_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.t1127 .t-container_flex {
	margin-top: 10px;
}
.t-col {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}
.t1127__uptitle + .t1127__title {
	margin-top: 14px;
}
.t-col_6 {
	max-width: 560px;
}
.t-col_5 {
	max-width: 460px;
}
.t-col_8 {
	max-width: 760px;
}
.t-prefix_1 {
	padding-left: 100px;
}
.t962_nopadding {
	padding-bottom: 0 !important;
}
.t-descr_lg {
	font-size: 22px;
	line-height: 1.55;
}
.t-uptitle {
	font-family: 'Roboto',Arial,sans-serif;
	font-weight: 700;
	color: #000000;
	letter-spacing: 2.5px;
}
.t-title_md {
	font-size: 52px;
	line-height: 1.23;
}
.t1028__btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	line-height: 1.2;
	height: auto;
	min-height: 60px;
}
.t1028__item:last-child .t1028__btn,
.t1028__items-list :last-child .t1028__btn_sm {
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .t-prefix_1 {
    padding-left: 80px;
  }
  .t-col_6 {
    max-width: 460px;
  }
}
@media screen and (max-width: 960px) {
  .t-container {
    max-width: 640px;
  }
  .t-container_flex {
    display: block;
  }
  .t-col {
    display: block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
    width: 100%;
    max-width: 100%;
  }
  .t1127 .t-col + .t-col {
    margin-top: 20px;
  }
  .t1127__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .t1127__title {
    font-size: 26px;
  }
  .t-descr_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t1028__btn {
    margin-bottom: 10px;
  }
}



.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.maps-section .map-area {
  height: 265px;
}
@media (min-width: 576px) {
  .maps-section .map-area {
	height: 500px;
  }
}
.maps-section .map-area iframe {
  width: 100%;
  height: 100%;
  outline-style: none;
}




#gallery .splide {
	margin-inline: auto;
	max-width: 760px;
}
#gallery img.w-full {
	aspect-ratio: 1;
}
.effect-image-1 {
	position: relative;
}
.overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	opacity: 0;
	visibility: hidden;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.simple-overlay {
	opacity: 0;
	visibility: hidden;
}
.gallery-section .overlay {
	border-radius: 32px;
}
.effect-image-1:hover .simple-overlay {
	visibility: visible;
	opacity: 1;
}
.overlay img {
	position: absolute;
	left: 43%;
	top: 42%;
	margin: 0 auto;
}
.lg-backdrop {
	background-color: rgba(30, 30, 30, 0.9);
}
.lg-outer .lg-thumb-outer {
	background-color: transparent;
}
#gallery .splide__pagination {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}
#gallery .splide__pagination .splide__pagination__page {
	display: grid;
	place-content: center;
	width: 18px;
	height: 28px;
}
#gallery .splide__pagination .splide__pagination__page::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #c7c7c7;
	border-radius: 50%;
	transition: background-color 0.2s;
}
#gallery .splide__pagination :is(:hover, :focus, .is-active).splide__pagination__page::before {
	background-color: #222;
}



#featured-products {
	background-color: #fff;
}
#featured-products .splide__arrows {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	column-gap: 520px;
	margin-top: -30px;
	width: 100%;
	pointer-events: none;
}
#featured-products .splide__arrows button {
	display: flex;
	overflow: hidden;
	pointer-events: auto;
	background-color: rgb(232, 232, 232);
	border-radius: 50%;
}
#featured-products .splide__arrows svg {
	padding-inline: 16px 15px;
	width: 40px;
	height: 40px;
}
#featured-products .splide__arrow--prev svg {
	transform: scaleX(-1);
}
#featured-products .splide__slide {
	opacity: 0.3;
	transition: opacity 0.3s;
}
#featured-products .splide__slide.is-active {
	opacity: 1;
}
#featured-products .splide__slide picture {
	display: block;
	margin-inline: auto;
	width: 460px;
	height: 550px;
}
#featured-products .splide__slide picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#featured-products .splide__pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-block: 26px;
}
#featured-products .splide__pagination button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #c7c7c7;
	border-radius: 50%;
	transition: background-color 0.2s;
}
#featured-products .splide__pagination button:is(:hover, :focus, .is-active) {
	background-color: #222;
}




@media (max-width: 1200px) {
	#featured-products .splide__arrows {
		column-gap: 420px;
	}
	#featured-products .splide__slide picture {
		width: 380px;
		height: 454px;
	}
}




@media (max-width: 959px) {
	#featured-products .splide__arrows {
		justify-content: space-between;
		column-gap: revert;
		padding-inline: 20px;
	}
	#featured-products .splide__slide picture {
		height: 407px;
	}
}




@media (max-width: 640px) {
	#featured-products .splide__arrows {
		top: calc(50% - 12px);
		padding-inline: 5px;
	}
	#featured-products .splide__arrows svg {
		padding-inline: 10px 9px;
		width: 24px;
		height: 24px;
	}
	#featured-products .splide__slide picture {
		height: 454px;
	}
}




@media (max-width: 379px) {
	#featured-products .splide__slide picture {
		aspect-ratio: 379 / 453;
		width: 100%;
		height: auto;
	}
}

#faq ol, #faq ul {
    padding: 5px 30px !important;
}

#faq ol { list-style:auto; }
#faq ul { list-style:inside; }


#faq p{
	padding:3px 0px;
}