#price-tab {width: 100%; margin-right: 0;margin-left: 0; padding-left: 0; padding-right: 0}
#price-tab .med-slide__next {right: -25px}
#price-tab .med-slide__prev {left: -25px}
#price-tab .svg-sprite-icon { fill: #000}
.page_chats .plot {padding: 0; margin: 0; background: rgba(179, 179, 179, 0.1); border-radius: unset}
.page_chats .plot .container {background: #fff;}
.page_chats .about .about-wrapper {padding-bottom: 1px}
.page_chats .plot-item:after {background: #F7F7F7}

/*wp styles*/
img.alignright, .alignright{ float: right; margin: 0 0 1em 1em; }
img.alignleft, .alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }

.specialists-slider .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
   }
.specialists-slider .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.specialists-item .online__btn {width: auto; background:#fff}
.specialists--green .specialists-item .online__btn {color: #3dad72 !important;    background: #fff;}
.hero {
	position: relative;
	width: 100%;
	min-height: 572.2px;
}
.hero video {
	position: absolute;
	top: -202.33px;
	width: 100%;
	height: calc(100% + 202.33px);
	object-fit: cover;
	filter: brightness(60%);
	z-index: -1;
}
.choice video {
	height: calc(100% + 202.33px + 100px);
}
.hero .container {
	position: relative;
	height: 100%;
	padding-top: 138px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
}
.choice .container {
	padding-top: 64px;
}
.hero h1,
.hero h3 {
  text-align: center;
  color: #ffffff;
}
.hero h1 {
  font-weight: 700;
  font-size: 40.0615px;
  line-height: 47px;
}
.hero h3 {
  font-weight: 400;
  font-size: 20.0308px;
  line-height: 27px;
}
.more-details-btn {
  width: auto;
  max-width: fit-content;
  height: 42px;
  padding: 11.5px 20px;
  margin-top: 20px;
  background: #3dad72;
  border-radius: 85.9335px;
  font-weight: 500;
  font-size: 15.4835px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.scroll-btn {
  position: absolute;
  width: 39.3px;
  height: 11.4px;
  padding: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.scroll-btn svg {
  width: 100%;
  height: 100%;
}

.reviews {
	padding-top: 13px;
    padding-bottom: 88px;
    background: #f7f7f7;
	overflow: hidden;
}

.reviews .container {
	display: flex;
	flex-direction: column;
	
}

.reviews h2 {
    margin-bottom: 102px;
    text-align: left;
}

.reviews-slider {
	position: relative;
	margin-bottom: 52px;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reviews-item__photo {
	width: 107px;
	height: 107px;
	margin-bottom: 20px;
	border-radius: 0 44px 44px 44px;
}

.reviews-item__name {
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
}

.reviews-item__city {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	opacity: 0.5;
}

.reviews-item__text {
	max-height: calc(7em * 1.5);
	overflow: hidden;
	position: relative;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}

.reviews-item__more-btn {
	display: none;
	margin-top: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.reviews--green .reviews-item__more-btn {
	color: #3DAD72;
}

.reviews--green .reviews-item__more-btn:hover {
	color: #29d179;
}

.reviews--blue .reviews-item__more-btn {
	color: #0088CE;
}

.reviews--blue .reviews-item__more-btn:hover {
	color: #29b6fe;
}

.reviews-item--truncated .reviews-item__more-btn {
	display: inline-block;
}

.leave-review-button {
	width: 200px;
	padding: 12px;
	align-self: center;
	font-weight: 500;
	font-size: 15.5px;
	line-height: 1.2;
	color: #FFFFFF;
	border-radius: 86px;
	border: none;
	cursor: pointer;
}

.reviews--green .leave-review-button {
	background-color: #3DAD72;
}

.reviews--green .leave-review-button:hover {
	background-color: #29d179;
}

.reviews--blue .leave-review-button {
	background-color: #0088CE;
}

.reviews--blue .leave-review-button:hover {
	background-color: #29b6fe;
}

.reviews-slider .swiper-button-next {
	right: -75px;
}

.reviews-slider .swiper-button-prev {
	left: -75px;
}

.reviews-slider .swiper-button-next,
.reviews-slider .swiper-button-prev {
	width: 15px;
	height: 34px;
	top: 128px;
	margin-top: -17px;
	background-size: 15px 34px;
}

.reviews--green .reviews-slider .swiper-button-next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxOCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNiAxOC4zNTQyTDEgMzUiIHN0cm9rZT0iIzNEQUQ3MiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
}

.reviews--green .reviews-slider .swiper-button-prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxOCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDFMMiAxOC4zNTQyTDE3IDM1IiBzdHJva2U9IiMzREFENzIiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.reviews--blue .reviews-slider .swiper-button-next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxOCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNiAxOC4zNTQyTDEgMzUiIHN0cm9rZT0iIzAwODhDRSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
}

.reviews--blue .reviews-slider .swiper-button-prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxOCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDFMMiAxOC4zNTQyTDE3IDM1IiBzdHJva2U9IiMwMDg4Q0UiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.reviews-slider .swiper-button-prev.swiper-button-disabled,
.reviews-slider .swiper-button-next.swiper-button-disabled {
	filter: grayscale(1);
}

.popup .input-file-field {
	position: relative;
	padding: 5px 0;
	display: flex;
	align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

.popup input[type="file"] {
	position: absolute;
	max-width: none;
    width: auto;
    height: 31px;
	padding-left: 0;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.popup .input-file-field.filled input[type="file"] {
	z-index: -1;
}

.popup input[type="file"]::file-selector-button {
	cursor: pointer;
}

.popup .input-file-btn {
	display: flex;
    align-items: center;
    cursor: pointer;
    color: #3DAD72;
	white-space: nowrap;
}

.popup .input-file-btn svg {
	margin-right: 12px;
}

.popup .input-file-field.filled .input-file-btn svg {
	display: none;
}

.popup--blue .input-file-btn svg path,
.popup--blue .input-file-btn svg circle {
	stroke: #2d9dd7;
}

.popup--blue .input-file-btn {
	color: #2d9dd7;
}

.popup .input-file-preview img {
	width: 36px;
	height: 36px;
	margin-right: 12px;
	object-fit: cover;
	border-radius: 50%;
}

.about-content .service__buttons-container {
	display: flex;
    gap: 20px;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 39px;
}

.about-content .service__buttons-container a {
    height: 40px;
	padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex: 1;
    background: #2d9dd7;
    border-radius: 0px 44px 44px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
	white-space: nowrap;
}

.about-content .service__buttons-container a:hover {
    background: #29b6fe;
}

.about-content--green .service__buttons-container a {
	background: #3dad72;
}

.about-content--green .service__buttons-container a:hover {
    background: #29d179;
}

/* Blog */

.blog,
.post {
    padding-top: 36px;
}

body.blog {padding-top:0;}

.blog .block-wrapper {
    padding: 42px 56px 105px;
}

.blog h1 {
    margin-bottom: 26px;
}

.blog__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 27px;
}

.blog__tag {
	padding: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	color: #0088CE;
}

.blog__tag:not(.selected):hover,
.article__tag:hover,
.article__link:hover,
.post__tag:hover {
	color: #29b6fe;
}
	

.blog__tag.selected {
	padding: 10px 17px 10px 21px;
	border: 1px solid #0000001a;
	border-radius: 0px 18px 18px 18px;
	color: #000000;
	cursor: default;
}

.articles {
    margin-bottom: 70px;
}

.article {
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    gap: 45px;
    border-bottom: 1px solid #0000001a;
}

.article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.article__cover,
.post__image {
    width: 40%;
	height: 233px;
    flex-shrink: 0;
}

.article__cover img,
.post__image img {
    width: 100%;
	height: 100%;
    object-fit: cover;
	border-radius: 0 44px 44px 44px;
}

.article__title {
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
}

.article__meta,
.post__meta {
	margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.46;
	color: #737373;
}

.article__tag,
.post__tag {
    padding: 0;
    color: #0088CE;
}

.article__summary {
	margin-bottom: 9px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.article__link {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #0088CE;
}

.blog .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 29px;
}

.blog .pagination__control {
	width: auto;
	height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
	border-radius: 0;
	cursor: pointer;
}

.blog .pagination__control.disabled {
	cursor: default;
}

.blog .pagination__control.disabled svg path {
    fill: #8A8A8A;
	opacity: 0.3;
}

.blog .pagination__control:not(.disabled):hover svg path {
    fill: #29b6fe;
}

.blog .pagination__pages {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}

.blog .pagination__page {
	width: 40px;
	height: 40px;
	padding: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	color: #2D9DD7;
	border: 1px solid #2D9DD733;
	border-radius: 0px 40px 40px 40px;
	cursor: pointer;
}

.blog .pagination__page:not(.active):hover {
	color: #29b6fe;
}

.blog .pagination__page.active {
	color: #ffffff;
	border: 1px solid #2D9DD7;
	background-color: #2D9DD7;
	cursor: default;
}

.post .about-wrapper {
	padding: 30px 55px 97px;
}

.post .breadcrumb {
    margin-bottom: 34px;
}

.post .breadcrumbs__current,
.post .breadcrumbs__separator:last-of-type {
    display: none;
}

.post__head {
	margin-bottom: 42px;
    display: flex;
    gap: 34px;
}

.post .post__title {
	margin-bottom: 15px;
	margin-top: 0px;
}

.post__meta {
	margin-bottom: 0;
}

.post__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
}

.post__text p {
	margin-bottom: 12px;
}

.post__text ul {
	margin-bottom: 28px;
	line-height: 1.4;
}

.post__text p:last-child,
.post__text ul:last-child {
	margin-bottom: 0;
}

.post__text ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
}

.post__text ul li:last-child {
	margin-bottom: 0;
}

.post__text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7.345px;
    display: inline-block;
    width: 6.31px;
    height: 6.31px;
    background-color: #0088CE;
    border-radius: 0 3.88px 3.88px 3.88px;
}

.price-search {
	width: 100%;
	margin-bottom: 42px;
  }
  .price-search form {
	width: 100%;
	position: relative;
  }
  .price-search input {
	width: 100%;
	height: 42px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	padding-left: 18px;
	font-weight: 400;
	font-size: 13px;
	line-height: 149.19%;
	color: black;
  }
  .price-search input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
  }
  .price-search input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
  }
  .price-search input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
  }
  .price-search input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
  }
  .price-search input::placeholder {
	color: rgba(0, 0, 0, 0.4);
  }
  .price-search button {
	width: 18px;
	height: 18px;
	outline: none;
	border: none;
	background: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
	cursor: pointer;
	padding: 0;
	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;
  }
  .price-search button svg {
	width: 1em;
	height: 1em;
	font-size: 18px;
	fill: #3dad72;
  }
  .price-search--blue button svg {
	fill: #0088ce;
  }

@media (max-width: 1220px) {
	.reviews-slider .swiper-button-next {
		right: -20px;
	}

	.reviews-slider .swiper-button-prev {
		left: -20px;
	}
}

@media (max-width: 767px) {
  .hero {
	min-height: 465.55px;
  }
	.choice {
		height: 100%;
	}
  .hero video {
	top: -83.45px;
	height: calc(100% + 83.45px);
  }
  .choice video {
	height: calc(100% + 83.45px + 40px);
  }
  .hero .container {
	padding-top: 114.54px;
	gap: 10.5px;
  }
	.choice .container {
		padding-top: 60px;
	}
  .hero h1 {
    font-size: 25.79px;
    line-height: 30px;
  }
  .hero h3 {
    font-size: 12.895px;
    line-height: 18px;
  }
  .more-details-btn {
    height: 37.18px;
    padding: 10.09px 20px;
    margin-top: 0.63px;
    border-radius: 76.4223px;
    font-size: 13.7698px;
    line-height: 17px;
  }
  .scroll-btn {
    width: 22.68px;
    height: 6.56px;
    bottom: 28.44px;
  }	
	.reviews {
		padding-bottom: 102px;
	}	
	.reviews h2 {
		margin-bottom: 42px;
		text-align: center;
	}	
	.reviews-slider {
		margin-bottom: 39px;
	}	
	.reviews-slider .swiper-button-next {
		top: 40px;
		right: 0;
	}
	.reviews-slider .swiper-button-prev {
		top: 40px;
		left: 0;
	}
	.leave-review-button {
		width: 170px;
		padding: 10px;
		font-size: 13.8px;
		line-height: 1.2;
		border-radius: 76px;
	}
	.popup .input-file-field {
        font-size: 12px;
	}
	.popup .input-file-preview img {
		width: 29px;
		height: 29px;
	}
	.question:not(.question--freemed):not(.question--white) {
		padding-bottom: 21px;
	}

	.about-content .service__buttons-container {
		margin-bottom: 19px;
	}
	
	/* Blog */

	.blog,
	.post {
		padding-top: 28px;
	}

	body.blog {padding-top:0;}

	.blog .block-wrapper {
		padding: 28px 21px 53px;
	}

	.blog h1 {
		margin-bottom: 15px;
	}

	.blog__tags {
		gap: 17px;
		margin-bottom: 23px;
	}

	.blog__tag {
		font-size: 14px;
		line-height: 15px;
		color: #0088CE;
	}

	.blog__tag:not(.selected):hover,
	.article__tag:hover,
	.article__link:hover {
		color: #29b6fe;
	}


	.blog__tag.selected {
		padding: 6px 11px 6px 14px;
	}

	.articles {
		margin-bottom: 50px;
	}

	.article {
		padding-bottom: 0;
		flex-direction: column;
		gap: 17px;
		border-bottom: none;
	}

	.article__cover,
	.post__image {
		width: 100%;
		height: 174px;
	}

	.article__title {
		margin-top: 0;
		font-size: 17px;
	}

	.article__meta {
		margin-bottom: 7px;
		gap: 4px;
		font-size: 12px;
	}

	.article__summary {
		margin-bottom: 7px;
		font-size: 14.5px;
	}

	.article__link {
		font-size: 13px;
	}

	.blog .pagination {
		gap: 13px;
	}

	.blog .pagination__control {
		width: auto;
		height: auto;
	}

	.blog .pagination__pages {
		gap: 13px;
	}

	.blog .pagination__page {
		width: 32px;
		height: 32px;
		font-size: 12px;
		border-radius: 0px 34px 34px 34px;
	}

	.post .about-wrapper {
		padding: 13px 21px 75px;
	}

	.post .breadcrumb {
		margin-bottom: 17px;
	}

	.post__head {
		margin-bottom: 7px;
		gap: 17px;
		flex-direction: column;
	}

	.post .post__title {
		margin-bottom: 7px;
		margin-top: 0;
		font-size: 19px;
	}

	.post__text {
		font-size: 14px;
	}

	.post__text p {
		margin-bottom: 19px;
	}

	.post__text ul {
		margin-bottom: 25px;
	}

	.post__text ul li::before {
		top: 5.945px;
	}
}

@media (min-width: 768px) {.about-content.checkout-content {
    display: flex;
} }