.faq-page p {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 20px;
}
.faq-page h1 {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	margin-bottom: 30px;
	text-align: initial;
}
.faq-page h2 {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 40px;
}

.faq-page ul {
	list-style: disc;
	margin-left: 30px;
}
.faq-page ul li {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}
.faq-content {
	padding: 60px 0 145px;
	background: url(assets/img/city_bg_gray.png) repeat-x center bottom /contain ;
}
.faq-page .video {
    position: relative;
    min-width: 1px;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    line-height: 0;
    margin: 10px 0 30px;
    max-width: 100%;
	height: auto;
}
.faq-page .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    z-index: 2;
}
.faq-page .video-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.faq-page .video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: var(--green);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.faq-page .video video {
    max-width: 100%;
}
.faq-page .video-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #1C1B29;
    margin-bottom: 20px;
}
.headline__top {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.playlist {
	padding: 80px 0;
	background: url(assets/img/faq/bg-city.png) repeat-x center bottom /contain ;
}
.playlist h2 {
	margin: 0;
	text-align: initial;
}
.playlist__item .video {
	height: auto;
	margin: 0 0 20px;
}
.playlist .headline__top {
	margin-bottom: 38px;
}
.playlist__item .video .video-play {
	width: 70px;
    height: 70px;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='white'/%3E%3Cpath d='M28.8374 39.0697V25.7103C28.8374 23.3901 31.3586 21.9481 33.3585 23.1245L56.0694 36.4839C58.0414 37.6439 58.0414 40.4956 56.0694 41.6555L33.3585 55.0149C31.3586 56.1914 28.8374 54.7494 28.8374 52.4291V39.0697Z' fill='%231F8AC8'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.playlist video {
    height: 210px;
}
.playlist__item .video .video-img {
    height: 100%;
    width: 100%;
	object-fit: cover;
}

.faq-accordion {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #F2F2F2;
	position: relative;
}
.faq-accordion:before {
	width: 1302px;
	height: 83px;
	background: #F2F2F2;
	border-radius: 15px 15px 0 0;
	content: "";
	position: absolute;
	top: -83px;
	left: 50%;
	transform: translateX(-50%);
}
.faq-accordion > .container {
	margin-top: -90px;
    position: relative;
}
.faq-accordion .faq-accordion-frame {
    background-color: #fff;
    padding: 0;
    border-radius: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 30px;
	overflow: hidden;
}
.faq-accordion-frame .faq-accordion-toggle-accordion { 
	border: none; 
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #000000;
	padding: 0;
	margin: 0;
	background: none;
	padding: 35px 55px 35px 30px;
	position: relative;
	cursor: pointer;
}
.faq-accordion-frame .faq-accordion-toggle-accordion:after {
	content: "";
	height: 24px;
	width: 24px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 11L12 22M12 22L1 11M12 22L12 -4.80825e-07' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 37px;
	right: 30px;
}
.faq-accordion-frame .faq-accordion-toggle-accordion.active:after{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-accordion-frame .faq-accordion-toggle-content {
	padding: 0 30px 32px;
	margin: 0;
	border: none;
}
.faq-accordion-frame .faq-accordion-toggle-content a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #008BCB;
}
.faq-accordion-frame .faq-accordion-toggle-content a svg {
	margin-left: 20px;
	vertical-align: middle;
}
.faq-accordion-frame .faq-accordion-toggle-content p:last-child {
	margin: 0;
}
.faq-accordion-frame:has(..faq-accordion-toggle-accordion.active) {
	border-color: #32CCBD;
	background: #FAFAFA;
}
.faq-accordion-toggle-frame:hover {
	border-color: #32CCBD;
}
.info-box {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, .05), 0px 8px 8px rgba(0, 0, 0, .05), 0px 4px 4px rgba(0, 0, 0, .05), 0px 32px 32px rgba(0, 0, 0, .05), 0px 2px 2px rgba(0, 0, 0, .05), 0px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px 16px 16px rgba(0, 0, 0, .05), 0px 8px 8px rgba(0, 0, 0, .05), 0px 4px 4px rgba(0, 0, 0, .05), 0px 32px 32px rgba(0, 0, 0, .05), 0px 2px 2px rgba(0, 0, 0, .05), 0px 1px 1px rgba(0, 0, 0, .05);
    color: #191919;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
	margin-top: 80px;
}
.info-box_row {
	padding: 25px 65px;
    margin: 10px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
	gap: 90px;
	border: 1px dashed #529bc8;
	align-items: center;
}
.info-box_image {
    min-width: 250px;
}
.info-box_image-wrap {
	position: relative;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 12px;
}

.info-box_image-wrap::before,
.info-box_image-wrap::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 108%;
    border-radius: 100%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
}
.info-box_image-wrap::before {
	bottom: -5px;
    left: 1px;
    background-color: #f9b20a;
}
.info-box_image-wrap::after {
    top: 0;
    right: 0;
    background-color: #529bc8;
}
.info-box_image-wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    background-color: #e5d6c1;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}

.info-box_title {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 30px;
}

.info-box .btn {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	background: #008BCB;
	padding: 19px 20px;
    display: flex;
    color: #fff;
    width: 100%;
    border-radius: 500px;
    max-width: 265px;
    justify-content: center;
	align-items: center;
}
.info-box .btn svg {
	margin-right: 20px;
}
.our-services {
	padding: 80px 0;
	background: #FAFAFA;
	float: left;
    width: 100%;
	clear: both;
}
.our-services h2 {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 45px;
	line-height: 130%;
	margin-bottom: 40px;
	text-align: initial;
}
.services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.service__item {
	display: flex;
	flex-direction: column;
	background: #F2F2F2;
	min-height: 149px;
	border: 1px solid #F2F2F2;
	position: relative;
	padding: 25px 20px;
	border-radius: 10px;
}
.service__item-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transform: rotate(-90deg);
}
.service__item:hover  {
	border-color: #1F8AC8;
	background: #fff;
	text-decoration: none;
}
.service__item-name {
	margin-top: 15px;
	position: relative;
	color: #000000;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service__item-name:after{
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L22 12M22 12L11 23M22 12H0' stroke='%231C1B29' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -43px;
	right: 0px;
	opacity: 0;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service__item:hover .service__item-name:after {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.services__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.google-reviews {
	margin: 80px 0;
}
.google-reviews .swiper-horizontal {
	padding: 0 5px;
}
.google-reviews h2 {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 48px;
	line-height: 120%;
	text-align: initial;
	margin-bottom: 15px;
}
.google-reviews h2 + p {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #171B17;
	margin-bottom: 20px;
} 
.google-reviews-slider {
	margin-top: 20px;
}
.google-reviews .reviews__item {
	background: #fff;
	border-radius: 15px;
	margin: 20px 0px;
	height: auto;
	box-shadow: 0px 5px 12px 0px #0000001A;
	box-shadow: 0px 2px 5px 0px #00000026;
	padding: 15px;

}
.google-reviews .reviews__item a {
	margin-top: 15px;
	display: inline-block;
}
.google-reviews .reviews__item p {
	margin-top: 15px;
	margin-bottom: 20px;
}
.google-reviews svg {
	max-width: 100%;
}
.google-reviews .reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items: center;
}
.google-reviews .reviews__item__img-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    overflow: hidden;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.google-reviews .reviews__item-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-right: 12px;
	
}
.google-reviews .reviews__item-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 90%;
}
.google-reviews .reviews__item-date {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
	color: #5B5B5B;
	display: flex;
	margin-left:
}

.google-reviews .reviews__item-text {
    margin-top: 23px;
    max-height: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;

}
.google-reviews .read-more {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000;
}
.google-reviews .default__controls {
	margin: 20px auto 0;
}
 

.faq-page .consult {
	padding: 60px 0;
	margin: 0;
}
.faq-page .consult h2 {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	margin-bottom: 30px;
	text-align: initial;
	color: #fff;
}
.faq-page .consult .consult__form__wrap {
	grid-template-columns: 1fr 1fr 1fr;
}
.faq-page .consult .consult__form__wrap.col-2 {
	grid-template-columns: 2fr 1fr;
}
.faq-page .consult .consult__form__wrap__item {
	max-width: 380px;
}
.faq-page .consult .consult__form__send {
    margin-top: 38px;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 1200px) {
	.faq-accordion:before {
		display: none;
	}
	.faq-accordion > .container {
		margin: 0;
	}
	.faq-page .consult .consult__form__wrap,
	.faq-page .consult .consult__form__textarea-wrapper	{
		max-width: 100%;
	}
	.faq-page .consult .consult__form__textarea {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.faq-page h1 {
		font-size: 35px;
	}
	.faq-page h3 {
		font-size: 25px;
		line-height: 120%;
	}
	.faq-content {
		padding: 30px 0 45px;
	}
	
	.faq-accordion {
		padding-top: 30px;
	}
	.faq-page h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.faq-accordion-frame .faq-accordion-toggle-accordion {
		padding: 20px 55px 20px 20px;
	}
	.faq-accordion-frame .faq-accordion-toggle-content {
		padding: 0 20px 20px;
	}
	.faq-accordion-frame .faq-accordion-toggle-accordion:after {
		top: 21px;
		right: 20px;
	}
	.playlist {
		padding: 30px 0;
	}
	.playlist h2 {
		margin: 0;
	}
	.info-box {
		margin-top: 30px;
	}
	
	.info-box_row {
		flex-direction: column;
		gap: 30px;
		padding: 25px;
	}
	.info-box_title {
		text-align: center;
		font-size: 25px;
		line-height: 120%;
	}
	.info-box .btn {
		margin: auto;
	}
	.faq-page .consult {
		padding: 30px 0;
	}
	.faq-page .consult .consult__form__wrap,
	.faq-page .consult .consult__form__wrap.col-2	{
		grid-template-columns: 1fr;
	}
	.faq-page .consult .consult__form__wrap__item {
		max-width: 100%;
	}
	.google-reviews {
		margin: 40px 0;
	}
	.faq-page .consult h2 {
		font-size: 35px;
	}
	.our-services {
		padding: 40px 0;
	}
}

[dir="rtl"] .faq-page ul {
	padding-right: 20px;
	padding-left: 0;
}
[dir="rtl"] .service__item-name:after {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}
[dir="rtl"] .faq-accordion-frame .faq-accordion-toggle-accordion {
	padding: 35px 30px 35px 55px;
}
[dir="rtl"] .faq-accordion-frame .faq-accordion-toggle-accordion:after {
	left: 30px;
	right: auto;
}
[dir="rtl"] .faq-accordion-frame .faq-accordion-toggle-content a svg {
    margin-left: 20px;
    transform: rotate(180deg);
}
[dir="rtl"] .info-box .btn svg {
	margin-right: 0;
	margin-left: 20px;
	transform: rotate(180deg);
}
[dir="rtl"] .faq-page .consult .consult__form__send svg{
	transform: rotate(-90deg);
}
[dir="rtl"] .google-reviews .reviews__item-stars {
	margin-right: 0;
	margin-left: 12px;
}
@media screen and (max-width: 767px) {
	[dir="rtl"] .faq-accordion-frame .faq-accordion-toggle-accordion {
		padding: 20px 20px 20px 55px;
	}
}