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

.consultant-page ul {
	list-style: disc;
	margin-left: 30px;
}
.consultant-page ul li {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}
.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;
}
.doc {
	padding: 10px 0 80px;
}
.doc h2 {
	margin: 0;
	text-align: initial;
}
.doc .headline__top {
	margin-bottom: 38px;
}
.doc-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
	margin-top: 20px;
}
.doc-date {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #5B5B5B;
	margin-top: 5px;
}
.doc__item img {
	width: 100%;
}

.personal-info {
	background: url(assets/img/consultant/bg-city-white.png) bottom / contain no-repeat #f2f2f2;
    padding: 40px 0;
}
.personal-info_row {
    display: grid;
    overflow: hidden;
	gap: 40px;
    grid-template-columns: 1fr 2fr;
}
.personal-info_frame {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.personal-info_frame.max-width {
	max-width: 322px;
}
.personal-image {
	position: relative;
    width: 217px;
    height: 217px;
    border-radius: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 12px;
}

.personal-image::before,
.personal-image::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 108%;
    border-radius: 100%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
}
.personal-image::before {
	bottom: -5px;
    left: 1px;
    background-color: #f9b20a;
}
.personal-image::after {
    top: 0;
    right: 0;
    background-color: #529bc8;
}
.personal-image 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;
}
.personal-title {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	margin-top: 34px;
}
.personal-job-title {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #5B5B5B;
	margin-top: 15px;
}
.personal-lang {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 15px;
}
.personal-info_logo {
	display: flex;
	gap: 20px;
	align-items: center;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 30px;
	line-height: 0;
	margin-bottom: 20px;
	color: #000;
}
.personal-info_logo a {
	color: #000;
}
.personal-info p {
	margin: 0;
}
.btn-request {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008BCB;
	padding: 20px 35px 16px;
	border-radius: 500px;
	margin-top: 30px;
	gap: 20px;
	white-space: nowrap;
}
.btn-feedback {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #008BCB;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #008BCB;
	padding: 18px 35px;
	border-radius: 500px;
	gap: 20px;
	white-space: nowrap;
}
.btn-feedback.blue {
	background: #008BCB;
	color: #fff;
}
.btn-feedback.blue path {
	fill: #fff;
}
.personal-social {
	display: flex;
	align-items: center;
	gap: 20px;
}

.personal-social a {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #000000;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
.personal-social div {
	width: 33.333%;
}
ul.list-regions {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	column-count: 2;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.list-regions li { 
    display: flex;
    align-items: center;
	gap: 15px;
	padding-top: 25px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}
ul.list-regions li:before {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: inline-block;
	border: 2px solid #C8C8C8;
	content: "";
}
ul.list-regions li.checked:before {
	background-color: #7DD00B;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.29423L3.60294 9L11 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	border-color: #7DD00B;
}

.btn-section {
	display: flex;
	align-items: center;
	gap: 50px;
}
.btn-section .personal-info_frame {
	border-radius: 500px;
	display: flex;
	gap: 40px;
	padding: 12px 30px;
	align-items: center;
	margin:0;
}
.google-maps {
	margin-left: auto;
}
.waze {
	margin-right: 10px;
}

.btn-share-profile {
	color: #008BCB;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	display: flex;
	gap: 12px;
}

.google-reviews {
	padding: 50px 0 140px;
	background: url(assets/img/consultant/bg-city-grey.png) bottom / contain no-repeat #fff;	
}
.google-reviews .headline__top h2 {
	align-items: center;
    display: flex;
    gap: 70px;
}
.google-reviews .headline__top {
	position: relative;
}
.google-reviews .headline__top::before {
	font-weight: 700;
	font-size: 200px;
	line-height: 150%;
	color: #F2F2F2;
	opacity: 0.7;
	content: attr(data-prefix);
	position: absolute;
	top: -50px;
    left: 0;
}
.google-reviews .headline__top * {
	position: relative;
}
.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 .btn-feedback {
	max-width: 262px;
	margin: 30px auto 0;
}
.youtube-section {
	padding-top: 120px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.youtube-section::before {
	font-weight: 700;
	font-size: 200px;
	line-height: 150%;
	color: #F2F2F2;
	opacity: 0.7;
	content: "YouTube";
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
}
.youtube-video {
	border-radius: 25px;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
.youtube-video iframe {
	width: 100%;
}
.youtube-video video {
	width: 100%;
	height: auto;
	display: block;
	max-height: 500px;
}
.youtube-desc {
	padding-left: 60px;
	position: relative;
}
.youtube-section h3 {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	color: #000;
	margin-bottom: 30px;
}
.consultant-section {
	padding: 0 0 140px;
	background: url(assets/img/consultant/bg-city-white.png) bottom / contain no-repeat #F2F2F2;	
}
.consultant-section h2 {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 45px;
	line-height: 130%;
	text-align: initial;
	margin-bottom: 30px;
}
.consultant-info-box {
	background: #fff;
	padding: 65px;
	border-radius: 20px;
	box-shadow: 0px 5px 12px 0px #0000001A;
	box-shadow: 0px 2px 5px 0px #00000026;
	display: grid;
	gap: 60px;
	position: relative;
    margin-top: 0;
    margin-left: -66px;
    margin-right: -66px;
    top: -70px;
    grid-template-columns: 1.5fr 1fr;
}
.consultant-info-box_list-items {
	display: grid;
	flex-wrap: wrap;
	gap: 30px 50px;
	grid-template-columns: 1fr 1fr;
}
.consultant-info-box_item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}
[dir="rtl"] .google-reviews .reviews__item-stars {
	margin-right: 0;
	margin-left: 12px;
}
.services-row {
    display: grid;
    overflow: hidden;
    flex-grow: 1;
    gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}
.services-item {
	background: #FFFFFF;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.services-item_top {
	width: 100%;
	height: 260px;
	position: relative;
}
.services-item_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-item_title {
	font-weight: 600;
	font-size: 25px;
	line-height: 120%;
	color: #fff;
	position: absolute;
	padding: 30px;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
}
.services-item_title:after {
	content: "";
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-left: auto;
	border-radius: 50%;
	background-color: #F9B20A;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L15.0711 8.07107M15.0711 8.07107L8 15.1421M15.0711 8.07107H0.928932' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	position: relative;
	left: 0;
}
.services-item:hover .services-item_title:after {
	left: 10px;
}
.services-item_inner {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	padding: 25px 30px;
	color: #000;

}
.show-more {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008BCB;
	padding: 20px 35px 16px;
	border-radius: 500px;
	margin: 30px auto 0;
	gap: 20px;
	max-width: 262px;
}
.work-steps {
	display: grid;
    overflow: hidden;
    flex-grow: 1;
    gap: 30px;
	grid-template-columns: 1fr 2fr;	
	position: relative;
	top: -70px;
	background: #fff;
	margin: 0 -66px 0px;
	padding: 66px 66px 0;
	border-radius: 20px;
}
.steps-grid {
	display: grid;
    overflow: hidden;
    flex-grow: 1;
    gap: 30px;
	grid-template-columns: 1fr 1fr;	
}
.step-item {
	background: #F2F2F2;
	border-radius: 15px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}
.step-item.active {
	background: #008BCB;
}
.step-item.active * {
	color: #fff;
}
.step-number {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #008BCB;
}
.step-item.active .step-number {
	color: #fff;
}
.step-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #008BCB;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-item .step-icon path {
	stroke: #fff;
}
.step-item.active .step-icon {
	background: #fff;
}
.step-item.active .step-icon path {
	stroke: #008BCB;
}
.step-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}
.step-desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
.step-item.list {
	border: 1px dashed #008BCB;
	background: #fff;
}
.step-item.list ul {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
}
.step-item.list ul li {
	position: relative;
	padding-left: 30px;
}
.step-item.list ul li:before {
	width: 14px;
	height: 14px;
	border: 2px solid #008BCB;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
}
.step-item.list ul li a {
	color: inherit;
}
.step-item.list ul li a:hover {
	text-decoration: underline;
}
.step-item.list-with-arrow {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.step-item.list-with-arrow ul {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.step-item.list-with-arrow ul li {
	padding-left: 30px;
	position: relative;
	color: #fff;
}
.step-item.list-with-arrow ul li:before {
	content: "";
	width: 16px;
	height: 21px;
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L14 8M14 8L7 15M14 8H0' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: left 3px;
	background-repeat: no-repeat;
}
.step-item.list-with-arrow ul li a {
	color: inherit;
}
.step-item.list-with-arrow ul li a:hover {
	text-decoration: underline;
}
.work-steps .personal-info_frame {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.work-steps .personal-info_frame .list {
	margin-top: auto;
}
.work-steps .personal-title {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
}
.work-steps .btn-feedback {
	max-width: 279px;
	margin: 30px auto;
}
.work-steps h2 {
	font-weight: 700;
	line-height: 130%;
}
.has-tooltip {
	position: relative;
}
.tooltip {
	width: 400px;
	background: #F2F2F2;
	border-radius: 15px;
	padding: 5px;
	display: none;
	position: absolute;
	bottom: 100%;
	left: -30px;
}
.tooltip-inner {
	border: 1px dashed #529BC8;
	border-radius: 15px;
	padding: 20px;
	position: relative;
}
.tooltip-inner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 15px;
}
.tooltip-inner p strong {
	display: block;
}
.tooltip-inner .close {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1L10 10.15M10 10.15L1.29508 19M10 10.15L18.7049 19M10 10.15L1 1' stroke='black'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	right: 23px;
	cursor: pointer;
}
.social-icons {
	display: flex;
	gap: 10px;
}
.social-icons a {
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
	color: #000;
}
.social-icons a span {
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
}
.request-box {
	max-width: 450px;
	background: #fff;
	padding: 40px;
	margin: auto;
	border-radius: 20px;
	position: relative;
}
.request-box h2 {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 30px;
}
.request-box .mfp-close {
	width: 30px;
	height: 30px;
	top: 48px;
	right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 1L16 16.25M16 16.25L1.4918 31M16 16.25L30.5082 31M16 16.25L1 1' stroke='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
}
.request-box .consult__form__send {
	 font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	background: #008BCB;
	color: #fff;
	border-radius: 500px;
	display: flex;
	gap: 20px;
	justify-content: center;
    height: 62px;
}
.request-box .consult__form__wrap__item {
	margin-bottom: 20px;
	max-width: 100%;
}
.request-box label {
	color: #5B5B5B;
}
.request-box input,
.request-box textarea {
	border-color: #D9D9D9;
	color: #000;
	height: auto;
	font-size: 16px;
}
[dir="rtl"] .google-maps {
	margin-left: 0;
	margin-right: auto;
}
[dir="rtl"] .youtube-desc {
    padding-left: 0px;
    padding-right: 60px;
}
[dir="rtl"] .services-item_title:after {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: auto;
}
[dir="rtl"] .services-item:hover .services-item_title:after {
	left: -10px;
}
[dir="rtl"] .step-item.list-with-arrow ul li {
	padding-left: 0px;
	padding-right: 30px;
}
[dir="rtl"] .step-item.list ul li {
	padding-left: 0px;
	padding-right: 30px;
}
[dir="rtl"] .step-item.list ul li:before {
	left: auto;
	right: 0;
}
[dir="rtl"] .step-item.list-with-arrow ul li:before {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
[dir="rtl"] .request-box {
	text-align: right;
}
[dir="rtl"] .request-box .consult__form__send svg {
	transform: rotate(-90deg);
}
[dir="rtl"] .request-box .mfp-close {
	right: auto;
	left: 40px;
}
[dir="rtl"] .tooltip-inner .close {
	right: auto;
	left: 23px;
}
@media screen and (max-width: 1320px) {
	.consultant-info-box {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.personal-social {
		flex-direction: column;
		align-items: baseline;
	}
	.personal-social div {
		width: 100%;
	}
	.btn-section {
		gap: 20px;
		flex-wrap: wrap
	}
	.btn-section .btn-feedback {
		width: 100%;
	}
	.google-reviews .headline__top h2 {
		align-items: baseline;
		display: flex;
		gap: 20px;
		flex-direction: column;
		text-align: initial;
	}
	.consultant-info-box {
		padding: 45px;
	}
	.consultant-info-box_list-items {
		gap: 20px;
	}
	.services-row {
		grid-template-columns: 1fr 1fr;
	}
	.work-steps {
		grid-template-columns: 1fr;
	}
	.work-steps .personal-info_frame .mobile-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.personal-info_row {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.personal-info_frame.max-width {
		max-width: 100%;
	}
	ul.list-regions li {
		padding-top: 15px;
	}
	
	.google-reviews h2 {
		font-size: 35px;
	}
	.google-reviews .headline__top::before {
		font-size: 100px;
		top: 0px;
	}
	
	.youtube-section::before {
		top: -28px;
		font-size: 100px;
	}
	.youtube-section {
		grid-template-columns: 1fr;
		padding-top: 60px;
	}
	.youtube-desc {
		padding-left: 0;
		padding-top: 30px;
	}
	.consultant-info-box {
		padding: 25px;
		grid-template-columns: 1fr;
	}
	.consultant-page h2,
	.consultant-section h2 {
		font-size: 35px;
	}
	.consultant-info-box_list-items {
		gap: 20px 30px;
	}
	.services-row {
		grid-template-columns: 1fr;
	}
	.doc {
		padding: 30px 0;
	}
	.doc h2 {
		margin: 0;
	}
	[dir="rtl"] .youtube-desc {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	.google-reviews .headline__top {
		flex-direction: column;
		align-items: initial;
	}
	.google-reviews .headline__top img {
		max-width: 100%;
	}
	.google-reviews .headline__top .default__controls {
		margin-left: auto;
	}
	.work-steps .personal-info_frame .mobile-grid {
		grid-template-columns: 1fr;
	}
	.steps-grid {
		grid-template-columns: 1fr;
	}
} 
@media screen and (max-width: 500px) { 
	ul.list-regions {
	    column-count: 1;
	}
}
