@charset "UTF-8";

.section-gallery .owl-carousel .owl-stage {
	display: flex;
	height: 100%;
	min-width: 0px;
	max-height: 400px;
}

.section-gallery .owl-height {
	height: 100% !important;
}

.section-gallery .gallery-slider-1__item {
	width: 100%;
}

.section-gallery .owl-carousel .owl-item {
	width: 100%;
	flex: 0 0 auto;
}

.section-gallery .owl-carousel .owl-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* Banner
------------------------------ */
.banner-section {
	position: relative;
}

.banner-section.owl-carousel .owl-item img {
	width: 40%;
}

@media (max-width: 992px) {
	.banner-section.owl-carousel .owl-item img {
		width: 100%;
		filter: brightness(0.4);
	}
}

.banner-content {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	height: 350px;
}

@media (max-width: 992px) {
	.banner-content {
		z-index: 101;
		color: #fff;
	}
}

@media (max-widtH: 576px) {
	.banner-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 420px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.banner-content__title {
	font-family: "Montserrat";
	font-size: 35px;
	font-weight: 700;
	line-height: 140%;
	color: #030303;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.banner-content__title {
		font-size: 30px;
		margin-top: 40%;
	}
}

@media (max-width: 992px) {
	.banner-content__title {
		font-size: 27px;
		color: #fff !important;
		margin-top: 20%;
	}
}

@media (max-width: 576px) {
	.banner-content__title {
		font-size: 24px;
		line-height: 38px;
	}
}

.banner-content__text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.banner-content__text {
		font-size: 16px;
        text-align: center;
	}
}

.banner-content__button-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
	gap: 15px 25px;
}

.banner-content__phone {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #030303;
	transition: color 0.3s ease 0s;
}

.banner-content__phone:hover {
	color: #030303;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.banner-content__phone {
		color: #fff;
	}
}

@media (max-width: 576px) {
	.banner-content__phone {
		font-size: 18px;
	}
}

.banner-content:after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 400px;
	right: -400px;
	bottom: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 50%);
	z-index: 99;
}

@media (max-width: 1200px) {
	.banner-content:after {
		right: -200px;
		width: 200px;
	}
}

@media (max-width: 992px) {
	.banner-content:after {
		display: none;
	}
}

.banner-img img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}

.connection-block {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	max-width: 700px;
}

.connection-block img {
	background-color: #BA212D;
	padding: 16px 17px;
	border-radius: 100px;
	max-width: 24px;
	width: 100%;
	height: auto;
}

.connection-block__phone {
	font-weight: 600;
	color: #030303;
	transition: 0.145s ease 0s;
}

.connection-block__phone:hover {
	color: #BA212D;
}

.title {
	display: inline-block;
	font-family: "Montserrat";
	font-size: 28px;
	font-weight: 700;
	line-height: 39px;
	z-index: 10;
	align-self: self-start;
}

@media (max-width: 1200px) {
	.title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 22px;
		line-height: 30px;
	}
}

.title-wrapper {
	margin-bottom: 30px;
}

.title-wrapper--flex {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.title-wrapper--flex {
		flex-direction: column;
		gap: 30px;
	}
}

.form-img {
	display: none;
}

@media (max-width: 992px) {
	.form-img {
		display: block;
		position: absolute;
		bottom: 0;
		right: 16%;
	}
}

@media (max-width: 767px) {
	.form-img {
		display: none;
	}
}

/* form-fback
------------------------------ */
.form-fback {
	height: auto;
	padding: 0px 27px;
	border-radius: 7px;
	margin: 0 12px;
	color: #000;
}
b{
	font-weight: bold;
}
input, select, .select2-selection {
	height: 70px;
	-webkit-box-shadow: inset 0 3px 32px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 3px 32px rgba(0, 0, 0, 0.04);
	background-color: #fafafa;
	border: none;
	outline: none;
	-webkit-border-radius: 360px;
	border-radius: 360px;
}
@media (max-width: 767px) {
	.form-fback {
		padding: 0;
	}
}

.form-fback__title-form {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 150%;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: #fff;
	font-family: "Montserrat";
}

.form-fback__title {
	font-weight: 700;
	color: #BA212D;
	margin-bottom: 10px;
}

.form-fback__label-text {
	text-align: left;
	font-size: 15px;
}

.form-fback__input {
	margin-bottom: 15px;
}

.form-fback__inner-input {
	padding: 12px 18px;
	width: -webkit-fill-available;
	border: none;
	background: #FFFFFF;
}

.form-fback__inner-input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 12px;
	color: #B6B6B6;
	opacity: 1;
      /* Firefox */;
}

.form-fback__inner-input:active {
	outline: none;
}

.form-fback__inner-input:focus {
	outline: none;
}

.form-fback__button {
	width: 150px;
	padding: 12px 0;
	box-sizing: border-box;
}

.form-fback__label-check {
	padding-left: 5px;
	display: inline-block;
	margin-bottom: 18px;
	font-size: 13px;
	color: #030303;
}

@media (max-width: 576px) {
	.form-fback__label-check {
		font-size: 12px;
	}
}

@media (max-width: 370px) {
	.form-fback__label-check {
		font-size: 9px;
	}
}

.form-fback__check-link {
	color: #030303;
}

.form-fback__info {
	padding-top: 5px;
	font-size: 12px;
}

.form-fback .label-check a {
	font-size: 13px;
}

@media (max-width: 576px) {
	.form-fback .label-check a {
		font-size: 12px;
	}
}

@media (max-width: 370px) {
	.form-fback .label-check a {
		font-size: 9px;
	}
}

/* sections
------------------------------ */
.review-section-1 button {
	display: none;
}

.breadcrumbs-section {
	background-color: #fbfbfb;
}

.section-team-1 {
	position: relative;
	background: white;
}

.section-sales-block {
	background: #0279b6;
}

.section-sales-block-2 {
	background: #0279b6;
}

.section-contact-1 {
	background-image: url(/wp-content/uploads/2022/11/img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 992.2px) {
	.section-contact-1 .contact-4 {
		min-height: 550px;
	}
}

.section-contact-2__inner {
	background: url("/wp-content/uploads/2022/11/contact-bg.jpg");
	padding: 50px 40px;
	background-size: cover;
	background-position: right;
}

@media (max-width: 1300px) {
	.section-contact-2__inner {
		background-position: left;
	}
}

@media (max-width: 992px) {
	.section-contact-2__inner {
		background: #262626;
		position: relative;
	}
}

@media (max-width: 765px) {
	.section-contact-2__inner {
		padding: 30px 25px;
	}
}

.section-contact-2 .form-fback__input-wrapper {
	max-width: 360px;
	width: 100%;
}

@media (max-width: 992px) {
	.section-contact-2 .form-fback {
		padding: 0px;
	}
}

.section-contact-3 {
	color: #030303;
}

.section-contact-3__wrapper {
	background-image: url("/wp-content/uploads/2023/06/bg-form-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	padding: 50px 150px;
}

@media (max-width: 992px) {
	.section-contact-3__wrapper {
		background-position: 12%;
		padding: 50px 50px;
	}
}

@media (max-width: 576px) {
	.section-contact-3__wrapper {
		background-position: 20%;
		padding: 30px 30px;
	}
}

.section-contact-3__content {
	margin-bottom: 30px;
	max-width: 600px;
}

.form-back__title {
	font-family: "Montserrat";
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 15px;
}

.partner-slider-1__item {
	margin: 30px;
}

.project-gallery img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.project-gallery .owl-stage {
	display: flex;
	height: 100%;
}

.section-review-image {
	background-image: url(https://phonoteka.org/uploads/posts/2021-03/1616710949_26-p-belii-abstraktnii-fon-27.jpg);
	background-size: cover;
}

/* tabs
-------------------------------- */
.tabs {
	font-size: 0;
}

.tabs > input[type="radio"] {
	display: none;
}

.tabs > div {
	display: none;
  /* box-shadow: 0 10px 17px #0000001a; */
	padding: 45px 15px;
	font-size: 16px;
	border-top: 1px solid #b3b3b375;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3 {
	display: block;
}

.tabs > label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.tabs > label:not(:first-of-type) {
	border-left: none;
}

.tabs > input[type="radio"]:checked + label {
	background-color: #fff;
	border-bottom: 2px solid #27aae1;
}

/* title-block
------------------------------ */
.title-block {
	margin-bottom: 40px;
}

.title-block__title {
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

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

/* content-text
---------------------- */
.content-text__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.content-text__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.content-text__description p {
	margin-bottom: 15px;
}

.content-text__description a {
	color: #BA212D;
	transition: 0.145s ease 0s;
}

.content-text__description a:hover {
	color: #e35f6a;
}

.content-text__info {
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	gap: 10px 25px;
}

.content-text__button {
	margin: 0;
}

.content-text__wrapper-link {
	display: flex;
	gap: 15px;
}

.content-text__wrapper-link a {
	margin: 0 0;
}

.content-text__logo {
	height: auto;
	width: 75px;
	margin-bottom: 25px;
}

.content-text__phone {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 18px;
	color: #030303;
	transition: color 0.3s ease 0s;
}

/* service-card-1
------------------------------ */
.service-card-1 {
	display: flex;
	align-items: center;
	gap: 25px;
	color: #030303;
	padding: 25px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

@media (max-width: 1399px) {
	.service-card-1__text {
		min-height:145px;
	}
}

@media (max-width: 576px) {
	.service-card-1 {
		padding: 10px;
	}
}

.service-card-1:hover {
	color: #030303;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.15);
}

.service-card-1__title {
	font-family: "Montserrat";
	font-weight: 700;
	margin-bottom: 5px;
}
.popup_reception_and_pay > div h3 {
	width: 300px;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 14px;
	line-height: 1.2;
} 
.popup_reception_and_pay > div > span {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	font-size: 18px;
	text-align: center;
	display: block;
	margin-left: 50px;
	margin-bottom: 24px;
}
@media (max-width: 576px) {
	.service-card-1__title {
		font-size: 14px;
	}
}

.service-card-1__text {
	height: 125px;
}

@media (max-width: 576px) {
	.service-card-1__text {
		height: 105px;
	}
}

.service-card-1__price {
	color: #01A512;
	font-size: 14px;
}

.service-card-1__link {
	color: #BA212D;
	font-weight: 700;
	font-size: 14px;
}

.service-card-1__image img {
	width: 100px;
}

/* service-card-2
------------------------------ */
.service-card-2 {
	display: grid;
	grid-template-columns: 2fr 3fr;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.service-card-2 {
		grid-template-columns: 1fr;
		grid-template-rows: 300px 1fr;
	}
}

.service-card-2__image {
	display: flex;
}

.service-card-2__image img {
	object-fit: cover;
	object-position: center;
}

.service-ad {
	padding: 40px;
	background: #fbfbfb;
}

@media (max-width: 765px) {
	.service-ad {
		padding: 25px;
	}
}

.service-ad__title {
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 140%;
	color: #343434;
}

.service-ad__flex {
	display: flex;
	gap: 50px;
}

.service-ad__item {
	margin-bottom: 15px;
}

.service-ad__name {
	font-size: 14px;
	color: #858585;
}
.popup_reception_and_pay > div .price_box_2 {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: 17px auto 15px;
	padding: 13px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.popup_reception_and_pay > div .price_box_2 {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: 17px auto 15px;
	padding: 13px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.price_box_2, .price_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.price_box_2 .left, .price_box .left{
	font-size: 14px !important;
}
.right {
	float: right;
}
.send_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.popup_reception_and_pay button, .section-complex-1  button {
	background-color: #be1e2d;
	-webkit-border-radius: 360px;
	border-radius: 360px;
	-webkit-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.11);
	box-shadow: 0 7px 27px rgba(0, 0, 0, 0.11);
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	outline: none;
	border: none;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
}
	/* service-card-3
    ------------------------------ */
.service-card-3 {
	padding: 25px;
	margin-bottom: 85px;
	min-height: 225px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	background-color: #fff;
	border-radius: 7px;
}

.service-card-3:hover {
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.15);
}

.service-card-3__image {
	width: 100px;
	margin-bottom: 15px;
}

.service-card-3__title {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.service-card-3__description {
	margin-bottom: 15px;
}

.service-card-3__info {
	display: flex;
	justify-content: space-between;
}

.service-card-3__price {
	font-weight: bold;
}

.service-card-3__link:hover {
	color: #009fe3;
	font-weight: bold;
}

/* service-card-4
------------------------------ */
.service-card-4 {
	margin-bottom: 30px;
}

.service-card-4__wrapper-img {
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {
	.service-card-4__wrapper-img {
		padding: 0 40px 0 0;
	}
}

.service-card-4__image {
	display: block;
	width: auto;
	height: 200px;
	width: 100%;
	margin-bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.service-card-4__title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
}

.service-card-4__ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
}

.service-card-4__li {
	font-size: 14px;
}

.service-card-4__li:last-child {
	margin-bottom: 2px;
}

.service-card-4__li:hover {
	border-bottom: 1px solid #777;
	margin-bottom: -1px;
}

.service-card-4__li:last-child:hover {
	margin-bottom: unset;
}

.service-card-4__li:after {
	content: ",";
}

.service-card-4__li:last-child:after {
	content: unset;
}

.service-card-4__info {
	text-align: left;
}

#customize-controls-service-4 {
	margin-top: 45px;
}

/*service-card-5
------------------*/
.tarif-1 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 40px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

.tarif-1__header {
	display: flex;
	flex-direction: column;
}

.tarif-1__title {
	padding-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
}

.tarif-1__wrapper-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tarif-1__c-price {
	font-size: 24px;
}

.tarif-1__wrapper-date {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tarif-1__image {
	width: auto;
	height: 35px;
	filter: hue-rotate(13deg);
}

.tarif-1__hr {
	background: #4476f0;
	height: 1px;
	width: 100%;
}

.tarif-1__inner {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}

.tarif-1__text {
	display: flex;
	gap: 12px;
}

.tarif-1__icon {
	color: #4476f0;
	font-weight: 600;
}

.tarif-1__wrapper-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tarif-1__icon-phone {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	font-size: 25px;
	color: white;
	background: #4476f0;
}

/* section-about
------------------------------ */
/* about-1
------------------------------ */
.about-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.about-1 {
		flex-direction: column;
	}
}

.about-1__wrapper-img {
	max-height: 660px;
	height: 100%;
}

@media (max-width: 1200px) {
	.about-1__wrapper-img {
		max-height: none;
		height: auto;
	}
}

.about-1__wrapper-img img {
	object-fit: cover;
	height: 100%;
}

@media (max-width: 576px) {
	.about-1__descr {
		font-size: 14px;
	}
}

.about-1__descr ul {
	list-style: disc;
	padding-left: 25px;
}

.about-1__descr ul li {
	margin-bottom: 15px;
}

.about-1__descr ul li:last-child {
	margin-bottom: 0px;
}

.about-1__descr ul li p {
	font-weight: 700;
}

.about-1__form-inner {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.about-1__form-inner {
		flex-wrap: wrap;
	}
}

.about-1__form-input {
	margin-bottom: 0px;
}

.about-1__form-input input {
	background-color: #f0f0f0;
}

@media (max-width: 480px) {
	.about-1__form-input {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.about-1__form-button {
		width: auto;
		padding: 12px 20px;
	}
}

.about-1__content {
	margin-bottom: 30px;
}

.about-1__list {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	max-width: 500px;
}

.about-1__list span {
	flex: 0 0 60px;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	color: #BA212D;
}

/* about-2
------------------------------ */
.about-2__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	font-size: 86px;
	line-height: 86px;
	font-weight: 700;
	color: #BA212D;
	margin-bottom: 20px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-radius: 50%;
}

.about-2__number-one {
	border-top-color: #BA212D;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.about-2__number-two {
	border-top-color: #BA212D;
	border-right-color: #BA212D;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.about-2__number-three {
	border-top-color: #BA212D;
	border-right-color: #BA212D;
	border-bottom-color: #BA212D;
	border-left-color: transparent;
}

.about-2__number-four {
	border-top-color: #BA212D;
	border-right-color: #BA212D;
	border-bottom-color: #BA212D;
	border-left-color: #BA212D;
}

.about-2__number-five {
	border-top-color: #BA212D;
	border-right-color: #BA212D;
	border-bottom-color: #BA212D;
	border-left-color: #BA212D;
	color: #ffffff;
	background-color: #BA212D;
}

.about-2__button-wrapper {
	margin-top: 30px;
}

.about-2__content {
	display: flex;
	flex-direction: column;
	place-content: space-between;
	max-width: 365px;
}

@media (max-width: 768px) {
	.about-2__content {
		max-width: 100%;
	}
}

/* about-3
------------------------------ */
.about-3__wrapper-img {
	max-height: 500px;
	height: 100%;
}

.about-3__image {
	object-fit: cover;
	height: 100%;
}

.about-3__wrap {
	padding-right: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 1px;
}

@media (max-width: 576px) {
	.about-3__wrap {
		padding-right: 20px;
	}
}

.about-3__content {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.about-3__connection a {
	display: block;
}

.about-3__button {
	display: block;
	margin-left: auto;
	width: fit-content;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

/* review
------------------------------ */
.review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px;
	border-radius: 2px;
	text-align: left;
	background: #fbfbfb;
	max-width: unset;
	margin: 0 15px;
	cursor: pointer;
}

@media (max-width: 765px) {
	.review {
		padding: 25px;
	}
}

.review__author {
	display: flex;
	flex-direction: column;
}

.review__image {
	margin-bottom: 15px;
}

.review__image img {
	height: 70px;
}

.review__block-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.review__name:before {
	content: "";
}

.review__date {
	color: #a3a3a3;
}

.review__info {
	display: flex;
	flex-direction: column;
}

.review__title {
	margin-top: 20px;
	height: 50px;
	border-bottom: 2px solid #ababab1c;
	border-radius: 7px;
	font-weight: bold;
	line-height: 160%;
	padding-bottom: 16px;
	color: #1b1b1b;
}

.review__text--line {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}

.review__short {
	line-height: 140%;
}

.review__link {
	width: 15%;
	line-height: 25px;
	border-bottom: dotted 2px rgba(46, 46, 46, 0.85);
	text-decoration: none;
	color: #585858;
}

.review__icon {
	display: flex;
	gap: 7px;
	color: #e9c02b;
}

/* review-2
------------------------------ */
.review-section-2__button {
	display: flex;
	margin: 0 auto;
	padding: 10px 40px;
	background-color: #000;
	color: white;
}

#customize-controls-review-2 li i {
	color: #000;
}

.review-2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 260px;
	max-width: 590px;
	padding: 40px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.2)), url(https://i.ytimg.com/vi/SceNJ4r0_HU/maxresdefault.jpg);
	background-size: 100%;
	border-radius: 7px;
	text-align: left;
	color: #fff;
	background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.2)), url(https://i.ytimg.com/vi/SceNJ4r0_HU/maxresdefault.jpg);
	max-width: unset;
	margin: 0 28px;
	margin-left: 0px;
}

.review-2:hover {
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.15);
}

.review-2__line {
	color: rgba(255, 255, 255, 0);
}

.review-2__info {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	gap: 15px;
}

.review-2__author {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-height: 100px;
	gap: 25px;
	margin-bottom: -20px;
}

.review-2__image {
	margin-bottom: 15px;
}

.review-2__image img {
	height: 70px;
	filter: invert(1);
}

.review-2__block-name {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 10px;
}

.review-2__line {
	width: 18%;
	margin-top: -10px;
	margin-bottom: 4px;
	border-bottom: 4px solid #fff;
	color: #fff0;
}

.review-2__dop-name {
	color: #f3f3f3;
}

.review-2__text {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.review-2__short {
	line-height: 140%;
	border-top: 1px dotted #727272;
	padding-top: 11px;
}

/* review-4
------------------------------ */
.review-4__info {
	display: flex;
	flex-direction: row;
}

.review-4__title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

.review-4__short {
	line-height: 140%;
}

.review-4__wrapper-img {
	margin: 0 85px;
}

/* blog-card */
.blog-card-1__wrapper-image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.blog-card-1__title {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #030303;
}

@media (max-width: 576px) {
	.blog-card-1__title {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

.blog-card-1__description {
	margin-bottom: 15px;
	line-height: 24px;
}

.blog-card-1__image {
	height: 100%;
}

.blog-card-1__date {
	color: #585858;
}

.blog-card-1__overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 99%;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
}

.blog-card-1__overlay:hover {
	background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1459px) {
	.blog-card-1__overlay {
		height: 99.3%;
	}
}

/* blog-card-3 */
.blog-card-3__wrapper-card {
	position: relative;
}

.blog-card-3__image {
	filter: brightness(0.785);
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

.blog-card-3__image:hover {
	filter: brightness(0.9);
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.15);
}

.blog-card-3__content {
	top: unset;
	left: unset;
	bottom: 1rem;
}

.blog-card-3__button {
	margin-top: 12rem;
}

.blog-card-3__button a {
	background: none;
	color: #fff;
}

.blog-card-3__description {
	margin-bottom: 15px;
	line-height: 24px;
	color: #fff;
}

.blog-card-3__date {
	color: #fff;
}

/* section-contact */
.contact-1 {
	position: relative;
	min-height: 550px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

@media (max-width: 1459px) {
	.contact-1 {
		min-height: auto;
	}
}

@media (max-width: 1459px) {
	.contact-1--form {
		min-height: 550px;
	}
}

@media (max-width: 1023px) {
	.contact-1 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.contact-1__title {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-1__abous-us {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-1__about {
	margin-bottom: 30px;
	line-height: 160%;
}

.contact-1__info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1459px) {
	.contact-1__info {
		align-items: center;
	}
}

.contact-1__property {
	margin-bottom: 30px;
}

.contact-1__property-item:first-child {
	margin-top: 0px;
}

.contact-1__property-item {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

@media (max-width: 1459px) {
	.contact-1__property-item {
		margin-top: 0px;
		margin-bottom: 70px;
	}
}

.contact-1__property-item a:hover {
	color: #BA212D;
}

.contact-1__icon {
	width: 20px;
	font-size: 20px;
	text-align: center;
}

.contact-1__maps {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.contact-1__cordinate {
	border-bottom: 1px solid;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(86, 86, 86, 0.11);
}

.contact-1__send {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

@media (max-width: 1023px) {
	.contact-1__send {
		margin-top: 57px;
	}
}

.contact-1__form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 24rem;
	width: auto;
}

@media (max-width: 1023px) {
	.contact-1__form {
		min-width: 38rem;
	}
}

.contact-1__form input {
	height: 30px;
	padding: 6px;
	border: 0;
	border-bottom: 1px solid rgba(86, 86, 86, 0.11);
}

.contact-1__form input:focus-visible {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.29);
	outline: none;
}

.contact-1__form textarea {
	height: 170px;
	border-radius: 7px;
	padding: 6px;
	border: 1px solid rgba(86, 86, 86, 0.11);
	resize: none;
}

.contact-1__form textarea:focus-visible {
	border: 1px solid rgba(0, 0, 0, 0.29);
	outline: none;
}

.contact-1__image {
	position: absolute;
	width: 150px;
	bottom: 30px;
	left: 30px;
}

@media (max-width: 1459px) and (min-width: 992.2px) {
	.contact-1__image {
		left: 50%;
		transform: translateX(-50%);
	}
}

.contact-1__button {
	display: none;
}

.contact-1__image img {
	width: 100%;
	height: auto;
	filter: brightness(0.5);
}

.contact-1__form {
	min-width: 85%;
}

.contact-1__form input {
	border: 1px solid #d7d7d7;
	padding: 10px8px;
	border-radius: 7px;
	box-shadow: 0px 9px 11px rgba(159, 159, 159, 0.05);
	padding-left: 12px;
	height: unset;
}

.contact-1__form textarea {
	border: 1px solid #d7d7d7;
	box-shadow: 0px 9px 11px rgba(159, 159, 159, 0.05);
	padding: 10px;
	padding-left: 12px;
}

.contact-1__form .button {
	width: fit-content;
	box-shadow: 0px 9px 11px rgba(159, 159, 159, 0.05);
}

.contact-1__send {
	padding-top: 30px;
}

.contact-1__info {
	padding: 30px;
}

.contact-1 .ymaps-2-1-79-inner-panes {
	margin: 20px;
	width: 96%;
}

.ymaps-2-1-79-map,
.ymaps-2-1-79-map ymaps {
	border-radius: 7px;
}

/* .contact-2
------------------------------ */
.contact-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/wp-content/uploads/2023/09/contact_banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 75px;
	border-radius: 5px;
	height: 320px;
}

@media (max-width: 1200px) {
	.contact-2 {
		background-position: 70%;
	}
}

@media (max-width: 992px) {
	.contact-2 {
		background-position: 5%;
	}
}

@media (max-width: 576px) {
	.contact-2 {
		height: auto;
		padding: 15px;
	}
}

.contact-2__inner {
	color: #fff;
}

.contact-2__text {
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.contact-2__text {
		font-size: 14px;
	}
}

.contact-2__phone {
	font-weight: 700;
	color: #fff;
}

.contact-2__phone:hover {
	color: #fff;
	text-decoration: underline;
}

.button-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media (max-width: 767px) {
	.button-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Contact-3
------------------------------ */
.contact-3 {
	color: #030303;
	box-sizing: border-box;
}

@media (max-width: 765px) {
	.contact-3 {
		padding: 30px 25px;
	}
}

.contact-3__descr {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.contact-3__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	margin-bottom: 15px;
}

.contact-3__title-color {
	color: #BA212D;
}

@media (max-width: 992px) {
	.contact-3__title {
		font-size: 30px;
	}
}

@media (max-width: 576px) {
	.contact-3__title {
		font-size: 24px;
		line-height: 34px;
	}
}

.contact-3__form-inner {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.contact-3__form-inner {
		flex-wrap: wrap;
	}
}

.contact-3__form-input {
	margin-bottom: 0;
	max-width: 250px;
	width: 100%;
	height: 47px;
}

.contact-3__form-input input {
	height: -webkit-fill-available;
}

@media (max-width: 480px) {
	.contact-3__form-input {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.contact-3__form-button {
		width: 100%;
	}
}

/* Contact-4
------------------------------ */
.contact-4 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: start;
	position: relative;
	color: #ffffff;
	background-color: #BA212D;
}

@media (max-width: 1459px) {
	.contact-4 {
		min-height: 225px;
		margin-bottom: 25px;
	}
}

@media (max-width: 1023px) {
	.contact-4 {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}

@media (max-width: 1459px) {
	.contact-4__abous-us, .contact-4__about {
		display: none;
	}
}

.contact-4__title {
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.contact-4__description {
	margin-bottom: 15px;
	font-size: 14px;
}

.contact-4 .list-socials {
	margin-bottom: 25px;
	display: flex;
}

.contact-4 .list-socials img {
	width: 30px;
}

.contact-4__abous-us {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-4__about {
	margin-bottom: 50px;
	line-height: 160%;
}

.contact-4__info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1459px) {
	.contact-4__info {
		align-items: center;
	}
}

@media (max-width: 1459px) {
	.contact-4__property {
		display: flex;
		gap: 30px;
	}
}

.contact-4__property-item:first-child {
	margin-top: 0px;
}

.contact-4__property-item {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

@media (max-width: 1200px) {
	.contact-4__property-item {
		margin-top: 0px;
	}
}

.contact-4__icon {
	width: 20px;
	font-size: 20px;
	text-align: center;
}

.contact-4__maps {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.contact-4__cordinate {
	border-bottom: 1px solid;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(86, 86, 86, 0.11);
}

.contact-4__send {
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 1px;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 576px) {
	.contact-4__send {
		padding: 25px;
	}
}

.contact-4__form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 24rem;
	width: auto;
}

@media (max-width: 1023px) {
	.contact-4__form {
		min-width: 38rem;
	}
}

.contact-4 .label-check a {
	color: #ffffff;
	transition: 0.145s ease 0s;
	font-size: 11px;
}

.contact-4__form textarea {
	height: 170px;
	padding: 6px;
	border: 1px solid rgba(86, 86, 86, 0.11);
	resize: none;
}

.contact-4__form textarea:focus-visible {
	border: 1px solid rgba(0, 0, 0, 0.29);
	outline: none;
}

.contact-4__image {
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-4__button {
	display: none;
}

.contact-4__image img {
	width: auto;
	height: 186px;
	filter: brightness(0.5);
}

.contact-4__form {
	min-width: 85%;
}

.contact-4__form input.input:focus-visible {
	border: 0;
	outline: none;
}

.contact-4__form input.input {
	padding: 12px 18px;
	width: -webkit-fill-available;
	border: none;
	background: #ffffff;
	border-radius: 1px;
	color: #000;
}

.contact-4__form.sent {
	color: #fff;
	background-color: #BA212D;
}

.contact-4__form textarea {
	border: 1px solid #d7d7d7;
	padding: 10px;
	padding-left: 12px;
}

.contact-4__form .button {
	width: fit-content;
	box-shadow: 0px 9px 11px rgba(159, 159, 159, 0.05);
}

.contact-4__info {
	padding: 30px;
}

.contact-4 .ymaps-2-1-79-inner-panes {
	margin: 20px;
	width: 96%;
}

.contact-4 .label-check span {
	border-bottom: 1px dashed #fff;
}

/* .feature-section-1
------------------------------ */
.feature-section-1__wrap {
	padding: 40px 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 1px;
	border-left: 27px solid #BA212D;
	border-radius: 1px;
	position: relative;
}

@media (max-width: 576px) {
	.feature-section-1__wrap {
		padding: 40px 20px;
	}
}

.feature-section-1__wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 106px;
	background-color: #EEF8F4;
}

@media (max-width: 576px) {
	.feature-section-1__wrap {
		border-left: 17px solid #BA212D;
	}

	.feature-section-1__wrap::after {
		width: 56px;
	}
}

.feature-section-1__title, .feature-section-1__list, .feature-section-1__button {
	position: relative;
	z-index: 1;
}

.feature-section-1__list {
	margin-bottom: 30px;
}

.feature-section-1__item {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}

.feature-section-1__item:not(:last-child) {
	margin-bottom: 15px;
}

.feature-section-1__item span {
	display: block;
	text-decoration-line: underline;
}

/* .feature-slider-1
------------------------------ */
.features-1 {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: #F7F7F7;
	height: 100%;
	cursor: pointer;
	transition: 0.145s ease 0s;
	border-radius: 5px;
}

	.features-1__image img {
		max-width:50px;
	}

@media (max-width: 1200px) {
	.features-1 {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.features-1 {
		flex-direction: row;
		text-align: left;
		gap: 10px;
		padding: 10px;
	}
}

.features-1__descr {
	font-weight: bold;
	font-family: "Montserrat";
}

@media (max-width: 576px) {
	.features-1__descr {
		font-size: 12px;
	}
}

@media (max-width: 992px) and (min-width: 576px) {
	.features-1 {
		align-content: flex-start;
	}
}

@media (max-width: 576px) {
	.features-1__image img {
		width: 30px;
		height: 30px;
	}
}

/* review-slider-1
------------------------------ */
@media (max-width: 935px) {
	.review-slider-1 {
		display: flex;
		text-align: -webkit-center;
	}
}

.review-slider-2__item {
	margin-left: 0px;
}

/* review-slider-2
------------------------------ */
@media (max-width: 935px) {
	.review-slider-2 {
		display: flex;
		text-align: -webkit-center;
	}
}

.review-slider-2__item {
	margin: 30px 2px;
}

/* review-slider-2
------------------------------ */
.gallery-1 {
	padding: 100px 0;
	position: relative;
	padding-bottom: 60%;
	margin: 30% auto;
}

.gallery-1__img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

.gallery-2 {
	position: relative;
	padding-bottom: 88%;
	margin: 12% auto;
	margin-bottom: 0%;
	overflow: hidden;
}

.gallery-2__img {
	position: absolute;
	left: 0;
	top: 215px;
	bottom: 0;
	transform: translateY(-41%);
	width: 100%;
	height: auto;
}

.pc-gallery-2 {
	display: block;
}

@media (max-width: 991px) {
	.pc-gallery-2 {
		display: none;
	}
}

.mobile-gallery-2 {
	display: none;
}

@media (max-width: 991px) {
	.mobile-gallery-2 {
		display: block;
	}
}

/* image-popup
------------------------------ */
.popupContainer {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	overflow: auto;
	filter: brightness(1);
}

.popupContainer .popUpBackground {
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.popupContainer .popUpBackground.active {
	background-color: rgba(0, 0, 0, 0.4);
}

.popupContainer .popImage {
	width: auto;
	height: 800px;
	left: 0px;
	top: 50px;
	margin: auto;
	position: relative;
	display: block;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	.popupContainer .popImage {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.comblock {
		margin-bottom: 30px;
	}
}

.comblock-section {
	background-color: #f5f5f6;
	background-position: center;
	background-size: cover;
}

.comblock__title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 150%;
}

@media (max-width: 992px) {
	.comblock__title {
		font-size: 25px;
	}
}

.comblock__breadcrumb {
	font-size: 14px;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.comblock__breadcrumb {
		font-size: 13px;
	}
}

.comblock__description {
	line-height: 24px;
	margin-bottom: 30px;
	color: #030303;
}

.comblock__wrapper-link {
	display: flex;
	align-items: center;
	gap: 25px;
}

@media (max-width: 767px) {
	.comblock__wrapper-link {
		gap: 15px;
	}
}

@media (max-width: 400px) {
	.comblock__wrapper-link {
		flex-direction: column;
		align-items: flex-start;
	}
}

.comblock__divide {
	width: 50%;
	height: 2px;
	margin-bottom: 40px;
	border-radius: 14px 0px 0px14px;
	background: #0088cc;
}

.comblock__number {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .7px;
	color: #030303;
}

.comblock__number:hover {
	color: #030303;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.comblock__number {
		font-size: 18px;
	}
}

.comblock__list {
	margin-bottom: 30px;
	font-weight: 700;
}

.comblock__item {
	display: flex;
	align-items: center;
	gap: 30px;
}

.comblock__item:first-child {
	margin-bottom: 10px;
}

.comblock__item-title {
	font-weight: 700;
	width: 30%;
}

@media (max-width: 1200px) {
	.comblock__item-title {
		width: 40%;
	}
}

@media (max-width: 992px) {
	.comblock__item-title {
		width: auto;
	}
}

.comblock__item-text--flex {
	display: flex;
	align-items: center;
	gap: 15px;
}

.comblock__new-price {
	color: #BA212D;
}

.comblock__old-price--red {
	color: #BA212D;
}

.comblock__old-price--wrong {
	text-decoration: line-through;
	color: rgba(0, 0, 0, 0.45);
}

.comblock__sale-price {
	background-color: #e2e4df;
	padding: 3px 15px;
	font-weight: 400;
	border-radius: 20px;
}

/* .team-member-1
------------------------------ */
.team-member-1 {
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

.team-member-1__img {
	border-radius: 7px 7px 0 0;
	border-bottom: 1px solid #e5e5e5;
}

.team-member-1__name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.team-member-1__skill {
	display: inline-block;
	color: #aaa;
	padding-bottom: 2px;
}

.team-member-1__details {
	padding: 15px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	background: white;
	text-align: left;
}

/* .team-member-2
------------------------------ */
.team-member-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 300px;
	margin: 20px auto;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	border-radius: 7px;
	text-align: center;
}

.team-member-2__background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 35%;
	border-radius: 7px 7px 0 0;
	z-index: 0;
}

.team-member-2__wrapper-img {
	z-index: 1;
}

.team-member-2__image {
	max-width: 90px;
	margin: 30px auto 0 auto;
	margin-bottom: 10px;
	border: 8px solid #fff;
	border-radius: 100%;
}

.team-member-2__name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.team-member-2__info {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
}

.team-member-2__skill {
	display: inline-block;
	padding-bottom: 2px;
	color: #aaa;
}

.team-member-2__link, .team-member-2__name, .team-member-2__skill {
	display: block;
}

/* .team-member-3
------------------------------ */
.team-member-3 {
	display: flex;
	position: relative;
	margin: 25px auto;
	gap: 15px;
	padding: 0 25px 0 0;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	border-radius: 7px;
}

.team-member-3__image {
	height: 175px;
	width: auto;
	border-right: 1px solid #f3f3f3;
	border-radius: 7px 0px 0px 7px;
}

.team-member-3__details {
	padding: 10px 10px 10px 0;
}

.team-member-3__skill {
	display: inline-block;
	padding-bottom: 10px;
	color: #aaa;
}

.team-member-3__name {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.team-member-3__description {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

/*sales-block
------------------------*/
.sales-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 22px 10px 22px 30px;
}

.sales-block__wrapper-text {
	color: white;
}

.sales-block__title {
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.sales-block__desctiption {
	font-size: 18px;
}

.sales-block__details {
	display: flex;
	gap: 35px;
	align-items: center;
}

.sales-block__image {
	width: auto;
	height: 115px;
}

.sales-block__button {
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: white;
}

.sales-block__button:hover {
	border-bottom: unset;
}

/*sales-block-2
------------------------*/
.sales-block-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 40px 10px 40px 30px;
	gap: 50px;
}

.sales-block-2__wrapper-text {
	text-align: center;
	color: white;
}

.sales-block-2__title {
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.sales-block-2__desctiption {
	font-size: 18px;
}

.sales-block-2__details {
	display: flex;
	gap: 35px;
	align-items: center;
}

.sales-block-2__image {
	width: auto;
	height: 115px;
}

.sales-block-2__form {
	display: flex;
	flex-direction: row;
}

.sales-block-2__form input {
	border-radius: 8px 0px 0px 8px;
	outline: none;
	border: 0px;
}

.sales-block-2__button {
	margin-left: -50px;
}

/*sales-block-3
------------------------*/
.section-sales-block-3 {
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	border-top: 4px solid #0279b6;
	border-radius: 7px 7px 3px 3px;
}

.sales-block-3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 0px 10px 0px 30px;
}

.sales-block-3__wrapper-text {
	color: #323232;
}

.sales-block-3__title {
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.sales-block-3__desctiption {
	font-size: 18px;
}

.sales-block-3__details {
	display: flex;
	gap: 35px;
	align-items: center;
}

.sales-block-3__image {
	width: auto;
	height: 90px;
	margin: 26px 0px;
}

.sales-block-3__button {
	display: inline-block;
	border-bottom: 1px solid #000;
	color: black;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
}

.sales-block-3__button:hover {
	border-bottom: unset;
}

/*Divider
------------------*/
.section-divider {
	overflow: hidden;
	position: relative;
	padding-bottom: 90px;
}

.section-divider:before {
	content: "";
	position: absolute;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat;
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw;
	background-size: 100% 66px;
	background-position: 50% 0%;
	transform: rotateX(180deg);
	background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%230062ff"/></svg>');
}

@media (min-width: 2100px) {
	.section-divider:before {
		background-size: 100% calc(2vw + 66px);
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #4C4FF1 !important;
}

.grid-layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	grid-auto-rows: 1fr;
}

@media (max-width: 1200px) {
	.grid-layout {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 765px) {
	.grid-layout {
		grid-template-columns: 1fr;
	}
}

.grid-layout .service-card-1 {
	display: grid;
	grid-template-rows: auto 1fr;
}

/* Блок с текстом - скрывать и показывать */
.content-block {
	overflow: hidden;
	position: relative;
}

.content-block.hide {
	height: 250px;
}

.content-block.hide:after {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.content-toggle {
	background: none;
	padding: 0;
	border: none;
	color: #BA212D;
	font-weight: 700;
}

.content-toggle::hover {
	color: #e35f6a;
}

.cx-unique-block__title {
	font-size: 20px;
	font-weight: 700;
}

.cx-unique-block .content-button {
	cursor: pointer;
}

.gallery-slider-1__item {
	display: inline-block;
	height: 100%;
}

.complex-1 {
	padding: 10px 15px;
}

.complex-1:nth-child(even) {
	background-color: #f7f7f7;
}

@media (max-width: 992px) {
	.complex-1 {
		box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	}
}

.complex-1__title {
	color: #40508B;
	font-weight: 700;
}

.complex-1__title:hover {
	color: #40508B;
	text-decoration: underline;
}

.complex-1__prices {
	display: flex;
	gap: 15px;
	color: #030303;
}

.complex-1__prices:hover {
	color: #030303;
}

@media (max-width: 992px) {
	.complex-1__prices {
		justify-content: flex-start;
	}
}

.complex-1__sale-price {
	background-color: #01A512;
	padding: 2px 15px;
	color: #fff;
}

.complex-1__new-price {
	font-weight: 600;
}

.complex-1__old-price {
	color: rgba(0, 0, 0, 0.45);
	text-decoration: line-through;
}

.complex-1__old-price--static {
	color: #030303;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 992px) {
	.complex-1__button {
		padding: 0px;
		font-weight: 600;
		background-color: transparent;
		color: #BA212D;
		text-decoration: underline;
	}

	.complex-1__button:hover {
		background-color: transparent;
		color: #BA212D;
	}
}

.post-item {
	padding: 10px 15px;
}

.post-item:nth-child(even) {
	background-color: #f7f7f7;
}

@media (max-width: 992px) {
	.post-item {
		box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	}
}

.post-item__title {
	color: #40508B;
	font-weight: 700;
}

.post-item__title:hover {
	color: #40508B;
	text-decoration: underline;
}

.post-item__prices {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	color: #030303;
}

.post-item__prices:hover {
	color: #030303;
}

@media (max-width: 992px) {
	.post-item__prices {
		justify-content: flex-start;
	}
}

.post-item__sale-price {
	background-color: #01A512;
	padding: 2px 15px;
	color: #fff;
}

.post-item__new-price {
	font-weight: 600;
}

.post-item__old-price {
	color: rgba(0, 0, 0, 0.45);
	text-decoration: line-through;
}

.post-item__old-price--static {
	font-weight: 600;
	color: #030303;
	text-decoration: none;
}

.post-item__button {
	width: 100%;
}

@media (max-width: 1200px) {
	.post-item__button {
		padding: 8px 15px;
	}
}

@media (max-width: 992px) {
	.post-item__button {
		width: auto;
		padding: 0px;
		font-weight: 600;
		background-color: transparent;
		color: #BA212D;
		text-decoration: underline;
	}

	.post-item__button:hover {
		background-color: transparent;
		color: #BA212D;
	}
}

.service-item {
	padding: 10px 15px;
}

.service-item:nth-child(even) {
	background-color: #f7f7f7;
}

.service-item--grey {
	background-color: #f7f7f7;
}

@media (max-width: 992px) {
	.service-item {
		box-shadow: 0 10px 17px rgba(0, 0, 0, 0.068);
	}
}

.service-item__title {
	color: #40508B;
	font-weight: 700;
}

.service-item__title:hover {
	color: #40508B;
	text-decoration: underline;
}

.service-item__prices {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	color: #030303;
}

.service-item__prices:hover {
	color: #030303;
}

@media (max-width: 992px) {
	.service-item__prices {
		justify-content: flex-start;
	}
}

.service-item__sale-price {
	background-color: #01A512;
	padding: 2px 15px;
	color: #fff;
}

.service-item__new-price {
	font-weight: 600;
}

.service-item__old-price {
	color: rgba(0, 0, 0, 0.45);
	text-decoration: line-through;
}

.service-item__old-price--static {
	font-weight: 600;
	color: #030303;
	text-decoration: none;
}

.service-item__button {
	width: 100%;
}

@media (max-width: 1200px) {
	.service-item__button {
		padding: 8px 15px;
	}
}

@media (max-width: 992px) {
	.service-item__button {
		width: auto;
		padding: 0px;
		font-weight: 600;
		background-color: transparent;
		color: #BA212D;
		text-decoration: underline;
	}

	.service-item__button:hover {
		background-color: transparent;
		color: #BA212D;
	}
}

/******************** blog-card *****************************/
.news-card-1:hover .news-card-1__overlay {
	background: rgba(0, 0, 0, 0.05);
}

.news-card-1__wrapper-link .news-card-1__title:hover {
	color: #030303;
	text-decoration: underline;
}

.news-card-1__wrapper-image {
    position: relative;
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.news-card-1__wrapper-image img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	width: 100%;
	/*height: 200px;
	object-fit: cover;*/
	object-fit: cover;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
    height: 100%;
}

.news-card-1__title {
	height: 81px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	color: #030303;
}

@media (max-width: 992px) {
	.news-card-1__title {
		height: auto;
	}
}

.news-card-1__description {
	margin-bottom: 15px;
	line-height: 150%;
	color: #323232;
}

.news-card-1__overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.news-card-1__date {
	color: #A6A6A6;
}

.blog-card-2:hover .blog-card-2__overlay, .blog-card-3:hover .blog-card-2__overlay {
	background: rgba(0, 0, 0, 0.05);
}

.blog-card-2__wrapper-link:hover {
	color: #030303;
	text-decoration: none;
}

.blog-card-2__wrapper-image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
	height: 250px;
}

.blog-card-2__wrapper-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog-card-2__title, .blog-card-3__title {
	height: 62px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	color: #030303;
}

@media (max-width: 992px) {
	.blog-card-2__title, .blog-card-3__title {
		height: auto;
	}
}

.blog-card-2__description {
	margin-bottom: 15px;
	line-height: 150%;
	color: #323232;
}

.blog-card-2__overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.blog-card-2__date {
	color: #A6A6A6;
}

.category-list__title {
	margin-bottom: 30px;
}

.phone-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.phone-block .button {
	align-self: flex-start;
}

.phone-block p a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.city-info {
	position: relative;
}

@media (max-width: 992px) {
	.city-info--pc {
		display: none;
	}
}

.city-info--mob {
	display: none;
}

@media (max-width: 992px) {
	.city-info--mob {
		display: block;
	}
}

@media (max-width: 576px) {
	.city-info__title-block {
		display: flex;
		font-size: 13px;
	}
}

.city-info__title-name {
	color: #BA212D;
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
}

.city-info__title-name:hover {
	cursor: pointer;
}

.city-info__title-name-pc {
	color: #BA212D;
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
}

.city-info__title-name-pc:hover {
	cursor: pointer;
}

.city-info__title-arrow {
	opacity: 0.8;
	transform: rotate(90deg);
}

.city-info__list {
	display: none;
	position: absolute;
	right: 0;
	z-index: 2;
	background-color: #f5f5f6;
	padding: 15px;
}

.city-info__list.active {
	display: block;
}

.city-info__list-pc {
	display: none;
	position: absolute;
	right: 0;
	z-index: 2;
	background-color: #f5f5f6;
	padding: 15px;
}

.city-info__list-pc.active {
	display: block;
}

@media (max-width: 992px) {
	.city-info__list {
		right: auto;
	}
}

.city-info__list li a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}

.city-info__list li a:hover {
	color: #585858;
    text-decoration: underline;
}

.city-info__list li a.last-element {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.city-info__list-pc li a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}

.city-info__list-pc li a.last-element {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.callbackwidget_whatsapp {
	position: fixed;
	right: 50px;
	display: block;
	bottom: 50px;
	z-index: 800;
	transition: all 0.25s ease-out;
	cursor: pointer;
	-webkit-animation: bubble 1.2s infinite ease-out;
	animation: bubble 1.2s infinite ease-out;
}

.callbackwidget_whatsapp.active {
	opacity: 1;
}

.callbackwidget_whatsapp.hidden {
	display: none;
}

.callbackwidget_whatsapp:hover {
	-webkit-animation: none;
	animation: none;
}

.callbackwidget_whatsapp > div {
	width: 75px;
	height: 75px;
	background: -webkit-gradient(linear, left bottom, left top, from(#e31d1d), to(#f64444));
	background: -webkit-linear-gradient(bottom, #e31d1d, #f64444);
	background: -o-linear-gradient(bottom, #e31d1d, #f64444);
	background: linear-gradient(0deg, #e31d1d, #f64444);
	-webkit-border-radius: 360px;
	border-radius: 360px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.25s ease-out;
}

.callbackwidget_whatsapp > div {
	background: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#60c864));
	background: -webkit-linear-gradient(bottom, #4caf50, #60c864);
	background: -o-linear-gradient(bottom, #4caf50, #60c864);
	background: linear-gradient(0deg, #4caf50, #60c864);
}

.callbackwidget_whatsapp > div a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 360px;
	border-radius: 360px;
}

.callbackwidget_whatsapp > div a:after {
	display: none;
}

.callbackwidget_whatsapp img {
	width: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.callbackwidget_whatsapp img {
	width: 32px;
}

.callbackwidget_whatsapp span {
	width: 148px;
	height: 34px;
	background-color: rgba(25, 26, 26, 0.8);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.25s ease-out;
	display: block;
	line-height: 34px;
	position: absolute;
	right: 97px;
	bottom: 20px;
}

.callbackwidget_whatsapp .title_1,
.callbackwidget_whatsapp .title_2 {
	opacity: 0;
}

.callbackwidget_whatsapp .title_1 {
	width: 225px;
}

.callbackwidget_whatsapp .title_2 {
	width: 185px;
}

.callbackwidget_whatsapp .title_1.active,
.callbackwidget_whatsapp .title_2.active {
	opacity: 1;
}

.callbackwidget_whatsapp span:after {
	content: "";
	width: 0;
	height: 0px;
	display: block;
	border: 8px solid transparent;
	border-left: 8px solid rgba(25, 26, 26, 0.8);
	position: absolute;
	right: -16px;
	bottom: 9px;
}

@keyframes bubble {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}

	60% {
		-webkit-transform: scale(0.992);
		transform: scale(0.992);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 992px) {
	.callbackwidget_whatsapp {
		right: 25px;
		bottom: 25px;
	}

	.callbackwidget_whatsapp > div {
		width: 65px;
		height: 65px;
	}

	.callbackwidget_whatsapp > div span {
		width: 129px;
		height: 30px;
		right: 85px;
		bottom: 18px;
		font-size: 14px;
		line-height: 30px;
	}

	.callbackwidget_whatsapp > div span:after {
		bottom: 7px;
	}

	.callbackwidget_whatsapp > div img {
		width: 27px;
	}

	.callbackwidget_whatsapp .title_1 {
		width: 200px;
	}

	.callbackwidget_whatsapp .title_2 {
		width: 170px;
	}
}

.button-style-1:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.wp-block-image img {
	aspect-ratio: 0!important;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9999;
  display: none;
  cursor: pointer;
  overflow-y: auto;
  opacity: 0;
}
.popup > div {
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: default;
  z-index: 1000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.popup > div > figure.close {
  width: 23px;
  height: 23px;
  background-color: #ebe3e3;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  position: absolute;
  right: 17px;
  top: 13px;
  cursor: pointer;
	z-index: 9999999;
}
.popup > div > figure.close:hover {
  opacity: 0.8;
}
.popup > div > figure.close img {
  width: 7px;
  height: auto;
  display: block;
  margin-top: 7px;
  margin-left: 8px;
}
.popup > div .sended_content {
  display: none;
}
.popup.display {
  display: block;
}
.popup.opacity {
  opacity: 1;
}
.popup.opacity > div {
  top: 80px;
}
.popup.sended .sended_content {
  display: block;
}

.popup_reception > div {
  width: 420px;
  height: auto;
  padding-top: 45px;
  padding-bottom: 50px;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 50px;
}

.popup_reception.opacity > div {
  top: 50%;
}

.popup_reception > div h3 {
  width: 300px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 10px;
}
.popup_reception > div > span {
  width: 242px;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto 17px;
}
.popup_reception > div .input_box {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.popup_reception > div .input_box.select:after {
  content: "";
  width: 6px;
  height: 3px;
  background-image: url("../img/triangle.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 30px;
  top: 53px;
}
.popup_reception > div .input_box span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
}
.popup_reception > div .input_box select {
  width: 100%;
  height: 70px;
  font-size: 18px;
  padding-left: 29px;
  line-height: 70px;
}
.popup_reception > div .input_box input.phone {
  width: calc(100% - 30px);
  font-size: 18px;
  padding-left: 30px;
}
.popup_reception > div button {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 70px;
  display: block;
  padding: 0 30px;
  border: none;
  outline: none;
  margin: 0 auto 11px;
}
.popup_reception > div button span {
  line-height: 70px;
  margin-left: 0;
  text-align: left;
  display: block;
  color: #fff;
}
.popup_reception > div button img {
  width: 11px;
  height: auto;
  margin-top: 28px;
}
.popup_reception > div .policy {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
}
.popup_reception > div .policy figure {
  width: 21px;
  height: 21px;
  background-color: #f7f7f7;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.popup_reception > div .policy figure img {
  width: 8px;
  height: auto;
  margin-left: 6px;
  margin-bottom: 1px;
}
.popup_reception > div .policy span {
  width: 290px;
  margin-left: 9px;
  display: block;
  font-size: 14px;
}
.popup_reception > div .policy span a {
  display: inline-block;
}
.popup_reception > div .sended_content .clearfix {
  width: 315px;
  margin: 0 auto;
  padding-top: 20px;
}
.popup_reception > div .sended_content .clearfix img {
  width: 45px;
  height: auto;
  margin-top: 12px;
}
.popup_reception > div .sended_content .clearfix span {
  width: 250px;
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-left: 20px;
}
.popup_reception > div .sended_content .clearfix + span {
  width: 315px;
  font-size: 18px;
  display: block;
  background-color: #f7f7f7;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 25px auto 0;
  padding: 18px 0 18px 24px;
  margin-bottom: 80px;
}
.popup_reception > div .sended_content .clearfix + span a {
  display: inline-block;
}

.popup_reception.sended > div {
  height: auto;
}
.popup_reception.sended > div > h3,
.popup_reception.sended > div > span,
.popup_reception.sended > div > div,
.popup_reception.sended > div > button {
  display: none;
}

.popup_reception.sended .sended_content {
  padding: 30px 0;
  display: block;
}

.popup_reception_and_pay > div {
  width: 420px;
  height: auto;
  padding-top: 45px;
  padding-bottom: 50px;
}
.popup_reception_and_pay > div h3 {
  width: 300px;
  font-size: 24px;
	line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 14px;
}
.popup_reception_and_pay > div > span {
  width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	font-size: 16px;
	text-align: center;
	display: block;
	margin-left: 50px;
	margin-bottom: 24px;
	line-height: 18px;
}
.popup_reception_and_pay > div span + .input_box:after {
  content: "";
  width: 6px;
  height: 3px;
  background-image: url("../img/triangle.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 30px;
  top: 53px;
}
.popup_reception_and_pay > div .input_box {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.popup_reception_and_pay > div .input_box span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
	line-height: 18px;
}
.popup_reception_and_pay > div .input_box select,
.popup_reception_and_pay > div .input_box input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding-left: 29px;
  line-height: 70px;
}
.popup_reception_and_pay > div .input_box input {
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
}
.popup_reception_and_pay > div .price_box {
  width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: 11px auto 13px;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.btn_zapis{
	text-align: right;
}
.popup_reception_and_pay > div .price_box > span {
  font-size: 16px;
  font-weight: 300;
}
.popup_reception_and_pay > div .price_box div span.oldprice,
.popup_reception_and_pay > div .price_box div span.price {
  font-size: 18px;
}
.popup_reception_and_pay > div .price_box div span.discount {
  font-size: 15px;
  display: none;
}
.popup_reception_and_pay > div .price_box div span.discount {
  height: 23px;
  padding: 0 9px;
  color: #000;
  background-color: #e2e4df;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  font-size: 16px;
  line-height: 23px;
  margin-right: 0;
}
.popup_reception_and_pay > div .price_box div span.discount span {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
.popup_reception_and_pay > div .price_box div span.price {
  font-size: 18px;
  font-weight: 600;
  margin-right: 7px;
}
.popup_reception_and_pay > div .price_box div span.oldprice {
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 7px;
}

.popup_reception_and_pay > div .price_box_2 {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 17px auto 15px;
  padding: 13px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.popup_reception_and_pay > div .price_box_2 > span {
  font-size: 16px;
  font-weight: 300;
}

.popup_reception_and_pay > div .price_box_2 div span.oldprice,
.popup_reception_and_pay > div .price_box_2 div span.price {
  font-size: 18px;
}

.popup_reception_and_pay > div .price_box_2 div span.discount {
  font-size: 15px;
  display: none;
}
.popup_reception_and_pay > div .price_box_2 div span.discount {
  height: 23px;

  padding: 0 9px;
  color: #000;
  background-color: #e2e4df;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  font-size: 16px;
  line-height: 23px;
  margin-right: 0;
}

.popup_reception_and_pay > div .price_box_2 div span.discount span {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.popup_reception_and_pay > div .price_box_2 div span.price {
  font-size: 18px;
  font-weight: 600;
  margin-right: 7px;
}

.popup_reception_and_pay > div .price_box_2 div span.oldprice {
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 7px;
}

.popup_reception_and_pay > div .online_pay {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  display: none;
}
.popup_reception_and_pay > div .online_pay label label {
  width: 21px;
  height: 21px;
  background-color: #f7f7f7;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  margin-right: 9px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.popup_reception_and_pay > div .online_pay label label img {
  width: 9px;
  height: auto;
  margin-left: 6px;
  margin-top: 6px;
  display: none;
}
.popup_reception_and_pay > div .online_pay input {
  display: none;
}
.popup_reception_and_pay > div .online_pay input:checked + label img {
  display: block;
}
.popup_reception_and_pay > div .online_pay span {
  width: auto;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup_reception_and_pay > div .offline_pay {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 5px auto 13px;
  display: none;
}
.popup_reception_and_pay > div .offline_pay label label {
  width: 21px;
  height: 21px;
  background-color: #f7f7f7;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  margin-right: 9px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.popup_reception_and_pay > div .offline_pay label label img {
  width: 9px;
  height: auto;
  margin-left: 6px;
  margin-top: 6px;
  display: none;
}
.popup_reception_and_pay > div .offline_pay input {
  display: none;
}
.popup_reception_and_pay > div .offline_pay input img {
  width: 8px;
  height: auto;
  margin-left: 6px;
  margin-bottom: 1px;
}
.popup_reception_and_pay > div .offline_pay input:checked + label img {
  display: block;
}
.popup_reception_and_pay > div .offline_pay span {
  width: auto;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup_reception_and_pay > div button {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 50px;
  margin-left: 50px;
  padding: 0 30px;
  border: none;
  outline: none;
  margin-bottom: 11px;
}

.popup_reception_and_pay > div button a {
  width: 100%;
}

.popup_reception_and_pay > div button span {
  line-height: 50px;
  margin-left: 0;
  text-align: left;
  display: block;
  color: #fff;
}
.left.price{
	font-size: 16px;
}
.popup_reception_and_pay > div button img {
  width: 11px;
  height: auto;
}

.popup_reception_and_pay > div .policy {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 50px;
	display: flex;
}
.popup_reception_and_pay > div .policy figure {
  width: 21px;
  height: 21px;
  background-color: #f7f7f7;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.popup_reception_and_pay > div .policy figure img {
  width: 8px;
  height: auto;
  margin-left: 6px;
  margin-bottom: 1px;
}
.popup_reception_and_pay > div .policy span {
  width: 290px;
  margin-left: 9px;
  display: block;
  font-size: 14px;
}
.popup_reception_and_pay > div .policy span a {
  display: inline-block;
}
.popup_reception_and_pay > div .sended_content .clearfix {
  width: 315px;
  margin: 0 auto;
  padding-top: 20px;
}
.popup_reception_and_pay > div .sended_content .clearfix img {
  width: 45px;
  height: auto;
  margin-top: 12px;
}
.popup_reception_and_pay > div .sended_content .clearfix span {
  width: 250px;
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-left: 20px;
}
.popup_reception_and_pay > div .sended_content .clearfix + span {
  width: 315px;
  font-size: 18px;
  display: block;
  background-color: #f7f7f7;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 25px auto 0;
  padding: 18px 0 18px 24px;
  margin-bottom: 80px;
}
.popup_reception_and_pay > div .sended_content .clearfix + span a {
  display: inline-block;
}

.popup_reception_and_pay.sended > div {
  height: auto;
}
.popup_reception_and_pay.sended > div > h3,
.popup_reception_and_pay.sended > div > span,
.popup_reception_and_pay.sended > div > div,
.popup_reception_and_pay.sended > div > button {
  display: none;
}

.popup_reception_and_pay.sended .sended_content {
  padding: 30px 0;
  display: block;
}

/* КНОПКА ОНЛАЙН ЗАПИСЬ */
.button-circle {
  position: fixed;
  bottom: 150px;
  right: 50px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ff4d4d; /* цвет кнопки */
  color: #fff;
  font-size: 14px;
  line-height:16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 1000;
}

.button-circle:hover {
  background-color: #e63e3e;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .button-circle {
    bottom: 110px;
	right:20px;
  }
}