

/* Start:/platnye-uslugi/assets/style.css?175992957715467*/
@charset "UTF-8";

.platnye-uslugi {
	line-height: 130%;
	letter-spacing: 0%;
}

.platnye-uslugi h1,
  .platnye-uslugi h2 {
	color: #2491D0;
}

.platnye-uslugi h2 {
	font-weight: 700;
	font-size: 27px;
	text-align: center;
}

.platnye-uslugi section {
	margin-bottom: 90px;
}

.platnye-uslugi i.check::before {
	content: "";
	display: block;
	background-image: url(/platnye-uslugi/assets/img/icon-check.svg);
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.platnye-uslugi i.no-check::before {
	content: "";
	display: block;
	background-image: url(/platnye-uslugi/assets/img/icon-nocheck.svg);
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.platnye-uslugi .panel .panel-heading a {
	background-color: transparent;
	color: inherit;
	text-align: center;
	border-top: 1px solid #DADFE1;
	font-weight: 600;
	font-size: 19px;
	padding-right: 20px !important;
}

.platnye-uslugi .panel .panel-heading a::after {
	color: inherit;
	background-color: transparent;
}

.platnye-uslugi .panel .panel-heading a.collapsed:hover {
	border: inherit;
	color: inherit;
}

.platnye-uslugi .panel .panel-heading a.collapsed:hover::after {
	color: inherit;
	background-color: transparent;
}

.platnye-uslugi .panel .panel-body {
	padding: 0px;
}

.platnye-uslugi .banner {
	padding: 26px 0px;
	background-color: #F1F8F9;
	position: relative;
}

.platnye-uslugi .banner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to left, rgba(241, 248, 249, 0) 50%, #F1F8F9 100%), url(/platnye-uslugi/assets/img/banner-bg.png) no-repeat top right;
      /* само изображение */
	background-size: 50%;
	background-position: top right;
	background-repeat: no-repeat;
}

.platnye-uslugi .banner h1 {
	font-weight: 800;
	font-size: 34px;
}

.platnye-uslugi .banner .h1-bottom {
	font-weight: 500;
	font-size: 18px;
	color: #095C83;
}

.platnye-uslugi .banner .form-legend {
	padding: 10px 0px;
	display: flex;
	width: 60%;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}

.platnye-uslugi .banner .form-legend .form-legend-icons {
	display: flex;
}

.platnye-uslugi .banner .form-legend .form-legend-icons a:not(:last-child) {
	margin-right: 15px;
}

.platnye-uslugi .banner .form-legend .form-legend-icons img {
	width: 30px;
	height: 30px;
}

.platnye-uslugi .banner form .col-input:first-child {
	padding: 0px 5px 0px 15px;
}

.platnye-uslugi .banner form .col-input:not(:first-child) {
	padding: 0px 5px !important;
}

.platnye-uslugi .banner form input[type="text"] {
	padding: 25px 20px;
	border-radius: 80px;
	background-color: white;
	font-weight: 400;
	font-size: 13px;
	border: none;
}

.platnye-uslugi .banner form button {
	height: 49px;
	padding-top: 11px;
	padding-right: 70px;
	padding-bottom: 12px;
	padding-left: 70px;
	opacity: 1;
	border-radius: 80px;
	background-color: #00DBA5;
}

.platnye-uslugi .banner .banner-img-container {
	display: none;
}

.platnye-uslugi .banner .banner-utp {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.platnye-uslugi .banner .banner-utp .utp-item {
	display: flex;
	background-color: rgba(255, 255, 255, 0.85);
	height: 100%;
	padding: 15px;
	border-radius: 10px;
}

.platnye-uslugi .banner .banner-utp .utp-name {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
}

.platnye-uslugi .banner .banner-utp .check {
	margin-right: 10px;
}

.platnye-uslugi .banner .banner-utp .check::before {
	content: "";
	display: block;
	background-image: url(/platnye-uslugi/assets/img/container-icon.svg);
	width: 18px;
	height: 22px;
}

.platnye-uslugi .price-table h2 {
	margin-bottom: 20px;
}

.platnye-uslugi .price-table .h2-bottom {
	margin-bottom: 50px;
}

.platnye-uslugi .price-table table td {
	width: 20% !important;
}

.platnye-uslugi .price-table table td i.check::before {
	background-image: url(/platnye-uslugi/assets/img/icon-check-blue.svg) !important;
}

.platnye-uslugi .price-table table td > div {
	display: flex;
	padding: 20px 0px;
	text-align: left;
}

.platnye-uslugi .premium-block h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .premium-block .premium-item {
	display: flex;
	margin-bottom: 30px;
}

.platnye-uslugi .premium-block .premium-item .premium-icon {
	min-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #1DDAA2;
	padding: 17px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.platnye-uslugi .premium-block .premium-item .premium-icon img {
	object-fit: contain;
	width: 100%;
}

.platnye-uslugi .premium-block .premium-item .premium-name {
	font-weight: 700;
	font-size: 17px;
}

.platnye-uslugi .premium-block .premium-item .premium-desc {
	margin-top: 10px;
	font-weight: 400;
	font-size: 15px;
}

.platnye-uslugi .free-operation h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .free-operation .row {
	display: flex;
	flex-wrap: wrap;
}

.platnye-uslugi .free-operation .free-item {
	padding: 40px 40px 40px 90px;
	background-color: #F0F9FF;
	border-radius: 10px;
	position: relative;
	margin-left: 50px;
	height: 100%;
}

.platnye-uslugi .free-operation .free-item::after {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: white;
	z-index: 1;
	border-radius: 50%;
	left: -75px;
	top: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.platnye-uslugi .free-operation .free-item.one::after {
	background-image: url(/platnye-uslugi/assets/img/free/shadow1.svg);
}

.platnye-uslugi .free-operation .free-item.two::after {
	background-image: url(/platnye-uslugi/assets/img/free/shadow2.svg);
}

.platnye-uslugi .free-operation .free-item .free-name {
	font-weight: 500;
	font-size: 21px;
	color: #1C1C1C;
	margin-bottom: 20px;
}

.platnye-uslugi .free-operation .free-item p {
	font-weight: 600;
	font-size: 15px;
}

.platnye-uslugi .free-operation .free-item span {
	margin-bottom: 20px;
	display: block;
}

.platnye-uslugi .free-operation .free-item ul {
	padding-left: 0px;
	list-style: none;
}

.platnye-uslugi .free-operation .free-item ul li {
	display: flex;
	margin-bottom: 10px;
}

.platnye-uslugi .path h2 {
	text-align: left !important;
	margin-bottom: 20px;
}

.platnye-uslugi .path .path-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.platnye-uslugi .path .path-item .num {
	min-width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #00ACDB;
	width: 36px;
	height: 36px;
	margin-right: 15px;
}

.platnye-uslugi .path .path-item .name {
	font-weight: 400;
	font-size: 17px;
	color: #455F68;
}

.platnye-uslugi .path blockquote {
	border-left: none;
	position: relative;
}

.platnye-uslugi .path blockquote::before {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(/platnye-uslugi/assets/img/icon-quote-1.svg);
	left: -36px;
	top: 0px;
}

.platnye-uslugi .path blockquote::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(/platnye-uslugi/assets/img/icon-quote-2.svg);
	right: -36px;
	bottom: 10px;
}

.platnye-uslugi .path blockquote p {
	font-weight: 400;
	font-style: Italic;
	font-size: 19px;
	line-height: 150%;
}

.platnye-uslugi .fos h3 {
	margin-top: 23px;
}

.platnye-uslugi .fos .bq-form-checkbox:last-child {
	margin-bottom: 23px !important;
}

.platnye-uslugi .fos .bq-form-checkbox__label {
	padding: 3px 0px;
}

.platnye-uslugi .fos .bq-form-checkbox__text::before {
	top: 0;
}

.platnye-uslugi .pay-operations .h2-bottom {
	margin-bottom: 50px;
}

.platnye-uslugi .pay-operations .pay-operation-item {
	background-color: #F0F9FF;
	padding: 30px 20px;
	border-radius: 10px;
}

.platnye-uslugi .pay-operations .pay-operation-item.is-popular {
	position: relative;
}

.platnye-uslugi .pay-operations .pay-operation-item.is-popular::after {
	content: 'ПОПУЛЯРНЫЙ ВЫБОР';
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	color: white;
	background-color: #00DBA5;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 7px;
	border-bottom-left-radius: 10px;
}

.platnye-uslugi .pay-operations .pay-operation-item h3 {
	font-weight: 400;
	font-size: 21px;
	color: #1C1C1C;
	margin-bottom: 20px;
}

.platnye-uslugi .pay-operations .pay-operation-item .subtitle {
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	color: #455F68;
	margin-bottom: 15px;
}

.platnye-uslugi .pay-operations .features {
	display: flex;
	flex-direction: column;
}

.platnye-uslugi .pay-operations .features .feature-item {
	display: flex;
	margin-bottom: 15px;
}

.platnye-uslugi .pay-operations .features .feature-item .check {
	margin-right: 10px;
}

.platnye-uslugi .pay-operations .features .feature-item .feature-name {
	font-weight: 600;
	font-size: 15px;
	color: #455F68;
	margin-bottom: 8px;
}

.platnye-uslugi .pay-operations .price {
	font-weight: 500;
	font-size: 27px;
	text-align: right;
	margin: 20px 0px;
}

.platnye-uslugi .pay-operations .btn {
	width: 100%;
	padding: 12px 70px;
}

.platnye-uslugi .price-table2 h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .price-table2 table {
	font-weight: 600;
	color: #455F68;
}

.platnye-uslugi .price-table2 table th {
	font-size: 19px;
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}

.platnye-uslugi .price-table2 table td {
	font-size: 15px;
	padding: 20px 0px;
}

.platnye-uslugi .faq h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .faq .panel-title a {
	text-align: left;
	padding: 14px 0px;
}

.platnye-uslugi .faq .panel-body {
	padding-bottom: 30px;
	font-size: 15px;
}

.platnye-uslugi .faq .panel-body p {
	margin-bottom: 20px;
}

.platnye-uslugi .faq .panel-body ol {
	padding-left: 15px;
}

.platnye-uslugi .faq .panel-body ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.platnye-uslugi .faq .panel-body ul li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}

.platnye-uslugi .faq .panel-body ul li::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 8px;
	width: 9px;
	height: 9px;
	background-color: #00ACDB;
          /* синенький цвет */
	border-radius: 50%;
}

.platnye-uslugi .result h2 {
	margin-bottom: 50px;
	text-align: left;
}

.platnye-uslugi .result p {
	margin-bottom: 10px;
}

.platnye-uslugi .result p.title {
	margin-top: 20px;
}

.platnye-uslugi .result p b {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
}

.platnye-uslugi .result ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.platnye-uslugi .result ul li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}

.platnye-uslugi .result ul li::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 5px;
	width: 9px;
	height: 9px;
	background-color: #00ACDB;
        /* синенький цвет */
	border-radius: 50%;
}

.platnye-uslugi .result .carousel-control {
	display: flex;
	align-items: center;
	justify-content: center;
}

.platnye-uslugi .result .carousel-control::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	background-color: #2491D0;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.platnye-uslugi .result .carousel-control.left::before {
	background-image: url(/platnye-uslugi/assets/img/left.svg);
}

.platnye-uslugi .result .carousel-control.right::before {
	background-image: url(/platnye-uslugi/assets/img/right.svg);
}

.platnye-uslugi .review {
	padding: 0px;
	background-color: white;
}

.platnye-uslugi .review h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .review .review-item {
	background-color: #F0F9FF;
	border-radius: 10px;
	padding: 20px 30px !important;
	min-height: 270px;
}

.platnye-uslugi .review .carousel-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.platnye-uslugi .review .show_button,
    .platnye-uslugi .review .hide_button {
	background-color: #F0F9FF;
	text-align: left;
}

.platnye-uslugi .review .show_button span,
      .platnye-uslugi .review .hide_button span {
	border-top: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	text-decoration: underline;
	color: #2491D0;
}

.platnye-uslugi .review .show_button {
	padding: 20px 30px;
}

.platnye-uslugi .about h2 {
	margin-bottom: 50px;
}

.platnye-uslugi .about .col-md-3 {
	text-align: center;
}

@media (max-width: 1279px) {
	.platnye-uslugi h2 {
		font-size: 20px;
	}

	.platnye-uslugi .table-responsive {
		border: none !important;
	}

	.platnye-uslugi section {
		margin-bottom: 70px;
	}

	.platnye-uslugi .panel .panel-heading a {
		font-size: 17px;
	}

	.platnye-uslugi .banner {
		padding: 26px 0px 0px;
	}

	.platnye-uslugi .banner::before {
		background: #ECF0F1;
	}

	.platnye-uslugi .banner h1 {
		font-size: 28px;
	}

	.platnye-uslugi .banner .form-legend {
		width: 100%;
	}

	.platnye-uslugi .banner form .col-input {
		margin-bottom: 15px;
	}

	.platnye-uslugi .banner form .col-input:first-child {
		padding: 0px 15px;
	}

	.platnye-uslugi .banner form .col-input:not(:first-child) {
		padding: 0px 15px !important;
	}

	.platnye-uslugi .banner form button {
		width: 100%;
	}

	.platnye-uslugi .banner .banner-img-container {
		display: block;
		position: relative;
		margin-top: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.platnye-uslugi .banner .banner-img-container::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
          /* Высота градиента */
		background: linear-gradient(to bottom, #ECF0F1 0%, transparent 100%);
		pointer-events: none;
          /* Чтобы не блокировал клики по изображению */;
	}

	.platnye-uslugi .banner .banner-img-container img {
		width: 100%;
		display: block;
	}

	.platnye-uslugi .banner .banner-utp {
		margin-top: -20px;
		background-color: white;
		position: relative;
	}

	.platnye-uslugi .banner .banner-utp .col-md-3 {
		padding: 8px 15px;
		width: 100%;
	}

	.platnye-uslugi .banner .banner-utp .col-md-3:first-child {
		margin-top: -25px;
	}

	.platnye-uslugi .banner .banner-utp .utp-item {
		background-color: #F0F9FF;
	}

	.platnye-uslugi .banner .banner-utp .utp-name {
		font-weight: 700;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.platnye-uslugi .banner .banner-utp .check {
		margin-right: 10px;
	}

	.platnye-uslugi .banner .banner-utp .check::before {
		content: "";
		display: block;
		background-image: url(/platnye-uslugi/assets/img/container-icon.svg);
		width: 18px;
		height: 22px;
	}

	.platnye-uslugi .free-operation .col-md-6 {
		margin-bottom: 100px;
	}

	.platnye-uslugi .free-operation .free-item {
		padding: 60px 30px 30px 30px;
		margin-top: 50px;
		margin-left: inherit;
	}

	.platnye-uslugi .free-operation .free-item::after {
		top: -100px;
		left: 0;
	}

	.platnye-uslugi .path .path-item .name {
		font-size: 15px;
	}

	.platnye-uslugi .path blockquote {
		margin-top: 50px;
	}

	.platnye-uslugi .path blockquote::before {
		top: -36px;
		left: 20px;
	}

	.platnye-uslugi .path blockquote::after {
		bottom: -36px;
		right: 20px;
	}

	.platnye-uslugi .path blockquote p {
		font-size: 17px;
	}

	.platnye-uslugi .pay-operations .pay-operation-item {
		margin-bottom: 20px;
	}

	.platnye-uslugi .price-table2 h2 {
		margin-bottom: 20px;
	}

	.platnye-uslugi .price-table2 table {
		font-weight: 600;
		color: #455F68;
	}

	.platnye-uslugi .price-table2 table th {
		font-size: 15px;
		font-weight: 600;
	}

	.platnye-uslugi .faq h2 {
		margin-bottom: 20px;
	}

	.platnye-uslugi .faq h3 {
		font-size: 17px;
	}
}
/* End */


/* Start:/bitrix/templates/proclinic/components/bquadro/form/coffe_form_v3/css/style.css?17399774534464*/
.block_coffee-banner3 {
    background-color: #f3f8f9;
}
.cofee-banner3 {
    background: #f1f8f9 url("/bitrix/templates/proclinic/components/bquadro/form/coffe_form_v3/css/../images/banner-girl-1170.webp");
    background-size: 467px;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 1170px;
    margin: 0 auto;
}
.cofee-banner3 .banner-block {
    display: none;
}
.cofee-banner3 .cofee-title {
    color: rgb(36, 145, 208);
    font-family: Open Sans;
    font-size: 35px;
    font-weight: 700;
    line-height: 130%;
    max-width: 680px;
    text-align: left;
    margin-bottom: 32px;
}
.cofee-banner3 .cofee-title.cofee-title--style2 {
    color: rgb(36, 145, 208);
    font-family: Open Sans;
    font-size: 16.45px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 19.5px;
}

.cofee-banner3 .form-block-top__flex {
    display: flex;
    gap: 12px;
}
.block_coffee-banner3 .cofee-md-4 .form-control {
    max-width: 147px;
    border-radius: 20px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: none;
    color: rgb(69, 95, 104);
    font-family: "Open Sans";
    font-size: 9.75px !important;
    font-weight: 400;
    line-height: 150%;
    height: 30px;
}

.block_coffee-banner3 .cofee-md-4 .btn {
    max-width: none;
    background: rgb(0, 219, 165);
    color: rgb(255, 255, 255);
    font-family: Open Sans;
    font-size: 9.75px !important;
    font-weight: 400;
    line-height: 150%;
}

.cofee-banner3 .caffe-list-style2 {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    gap: 0 12px;
    align-items: center;
}

.cofee-banner3 .caffe-list-style2__item,
.cofee-banner3 .cofee-form-title {
    list-style: none;
    color: rgb(9, 92, 131);
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 12px;
}
.cofee-banner3 .caffe-list-style2__item span {
    color: rgb(69, 95, 104);
    font-family: "Open Sans";
    font-size: 9.14px;
    font-weight: 600;
    line-height: 130%;
}
.cofee-banner3 .caffe-list-style2__item-block342 {
    max-width: 342px;
}
.cofee-banner3 .caffe-list-style2__item.caffe-list-style2__item--phone {
    color: rgb(69, 95, 104);
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.cofee-banner3 .cofee-form-title {
    display: inline-block;
}
.cofee-banner3 .checkbox-text {
    display: flex;
    gap: 0 4px;
    max-width: 500px;
    color: rgb(69, 95, 104);
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 12px;
}
.cofee-banner3 .cofee-form-title.cofee-form-title--style2 {
    margin-top: 19.5px;
    margin-bottom: 7.31px;
    display: inline-block;
    color: rgb(69, 95, 104);
    font-family: "Open Sans";
    font-size: 9.75px;
    font-weight: 400;
    line-height: 130%;
}
.cofee-banner3 .checkbox-text .checkbox {
    width: 18px;
    height: 18px;
    align-self: start;
    margin-top: -2px;
}
.cofee-banner3 .cofee-banner3--at2 .cofee-md-4 .form-control {
    max-width: none;
}
.cofee-banner3 .cofee-banner3--at2 .bq-form-checkbox__label {
    padding-bottom: 15px;
}
.cofee-banner3 .caffe-list-style2__link--whatsapp img,
.cofee-banner3 .caffe-list-style2__link--telegram img {
    width: 30px;
}

@media (max-width: 970px) {
    .cofee-banner3 {
        background: #f1f8f9 url("/bitrix/templates/proclinic/components/bquadro/form/coffe_form_v3/css/../images/970.webp");
        background-size: 303px;
        background-repeat: no-repeat;
        background-position: right bottom;
        max-width: 970px;
    }
}

@media (max-width: 768px) {
    .cofee-banner3 {
        background: #f1f8f9 url("/bitrix/templates/proclinic/components/bquadro/form/coffe_form_v3/css/../images/768.webp");
        background-size: 268px !important;
        background-repeat: no-repeat;
        background-position: right bottom;
        max-width: 768px;
        margin: 0 auto;
    }
    .cofee-banner3 .form-block-top__flex {
        max-width: 392px;
        display: flex;
        gap: 4px;
        flex-direction: column;
    }
    .cofee-banner3 .form-group {
        margin: 0;
        width: 100% !important;
    }
    .block_coffee-banner3 .cofee-md-4 .form-control {
        width: 100%;
        max-width: none;
    }
    .cofee-banner3 .bq-form-checkbox__text--small {
        max-width: 392px;
    }
}
@media (max-width: 450px) {
    .cofee-banner3 {
        background: #f1f8f9;
        background-image: none;
    }
    .cofee-banner3 .banner-block {
        display: block;
        text-align: center;
    }
}

/* End */
/* /platnye-uslugi/assets/style.css?175992957715467 */
/* /bitrix/templates/proclinic/components/bquadro/form/coffe_form_v3/css/style.css?17399774534464 */
