

/* Start:/local/templates/caporisa_specialists/assets/css/base/normalize.css?17519811666138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/caporisa_specialists/assets/css/base/fonts.css?17519811661108*/
@font-face {
	font-family: "Helvetica";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/local/templates/caporisa/assets/fonts/HelveticaRegular.woff2") format("woff2"), url("/local/templates/caporisa/assets/fonts/HelveticaRegular.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/local/templates/caporisa/assets/fonts/InterBold.woff2") format("woff2"), url("/local/templates/caporisa/assets/fonts/InterBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/local/templates/caporisa/assets/fonts/InterSemiBold.woff2") format("woff2"), url("/local/templates/caporisa/assets/fonts/InterSemiBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/local/templates/caporisa/assets/fonts/InterRegular.woff2") format("woff2"), url("/local/templates/caporisa/assets/fonts/InterRegular.woff") format("woff");
}
/* End */


/* Start:/local/templates/caporisa_specialists/assets/css/config.css?17519811664289*/
body,
html {
	height: 100%;
}
html {
	font-size: 16px;
}
body {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color: #000;
	scrollbar-width: thin;
	scrollbar-color: #76c5a3 #e9f4f8;
}
body::-webkit-scrollbar {
	width: 7px;
}
body::-webkit-scrollbar-track {
	background: #e9f4f8;
}
body::-webkit-scrollbar-thumb {
	background-color: #76c5a3;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
a {
	text-decoration: none;
}
.no-scroll {
	overflow: hidden;
}
.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}
.content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.container {
	max-width: 90rem;
	width: 91.7%;
	margin: 0 auto;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.anchor {
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	background: 0 0;
	transform: translateY(-30px);
}
.gradient-text {
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
	text-transform: uppercase;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
sup {
	top: -0.5em;
	font-size: 0.625rem;
	top: -0.625rem;
	right: -0.1875rem;
}
.title {
	color: #000;
	font-size: 3rem;
	font-weight: 600;
}
.button {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: none;
	outline: 0;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	transition: 350ms;
	cursor: pointer;
	z-index: 0;
}
.button span {
	display: block;
	font-size: 1.125rem;
	padding: 1.21875rem 3.3125rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 350ms;
}
.button::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 12px;
	background: #fff;
	background-clip: content-box;
	padding: 2px;
	transition: background 350ms ease-in-out;
}
.button_filled {
	background: 0 0;
}
.button_filled::after {
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	background-clip: unset;
	padding: 0;
}
.button_filled span {
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}
@media screen and (max-width: 1440px) {
	.title {
		font-size: 2.375rem;
	}
}
@media screen and (max-width: 768px) {
	.title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 576px) {
	.button span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.container {
		padding: 0 1rem;
		max-width: 100%;
		width: 100%;
	}
	.title {
		font-size: 1.75rem;
	}
	.button {
		width: 100%;
	}
	.button span {
		padding: 1.25rem;
	}
}
@media (hover: hover) {
	.button_filled:hover {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	}
	.button_filled:hover span {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.button_filled:hover::after {
		background: #fff;
		background-clip: content-box;
		padding: 2px;
	}
	.button:not(.button_filled):hover {
		background: 0 0;
	}
	.button:not(.button_filled):hover::after {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
		background-clip: unset;
		padding: 0;
	}
	.button:not(.button_filled):hover span {
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
	}
}
#bx-panel {
	cursor: default !important;
	z-index: 944244495 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 1.2) !important;
	position: relative !important;
}
/* End */


/* Start:/local/templates/caporisa_specialists/assets/css/header.css?17519811663999*/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 2.5rem 0;
	transition: padding 150ms ease-in-out, background 250ms linear;
	z-index: 99999999;
}
.header_sticky {
	background: #fff;
	padding: 1.25rem 0;
}
.header__mobile-wrapper {
	background: #fff;
}
.header__wrapper .container {
	display: flex;
	align-items: center;
}
.header__logo {
	position: relative;
	z-index: 99999999;
	max-width: 9.75rem;
	margin-right: 8.375rem;
	flex-shrink: 0;
}
.header__logo img {
	width: 100%;
	height: auto;
}
.header__nav {
	display: flex;
	align-items: center;
}
.header__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #000;
	margin-right: 3.3125rem;
	cursor: pointer;
}
.header__link::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 0;
	height: 2px;
	display: block;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	transition: width 350ms ease-in-out;
}
.header__link:hover::after {
	width: 100%;
}
.header__link:last-child {
	margin-right: 0;
}
.header__burger {
	display: none;
	position: relative;
	width: 2.5rem;
	height: 1rem;
	z-index: 99999999;
	border: none;
	background: 0 0;
	cursor: pointer;
	margin-left: 1rem;
}
.header__burger-line {
	position: absolute;
	left: 0rem;
	width: 100%;
	height: 0.125rem;
	background-color: #000;
	transition: transform 0.3s ease-in-out;
}
.header__burger-line:nth-child(1) {
	top: 0rem;
}
.header__burger-line:nth-child(2) {
	top: 0.4375rem;
}
.header__burger-line:nth-child(3) {
	bottom: 0;
	left: 1.4375rem;
	max-width: 1.0625rem;
}
.header__burger.header__burger_active {
	height: 2.5rem;
}
.header__burger.header__burger_active .header__burger-line {
	width: 100%;
	max-width: 1.643125rem;
}
.header__burger.header__burger_active .header__burger-line:nth-child(1),
.header__burger.header__burger_active .header__burger-line:nth-child(3) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header__burger.header__burger_active .header__burger-line:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
	left: unset;
}
.header__burger.header__burger_active .header__burger-line:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.header__burger.header__burger_active .header__burger-line:nth-child(2) {
	opacity: 0;
}
.header__mobile {
	display: none;
	width: 100%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	background: #fff;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.09) inset;
	position: absolute;
	top: 4.225rem;
	right: 0;
	left: 0;
	z-index: 9999;
}
.header__mobile-menu {
	height: 100%;
	width: 100%;
	z-index: 999999999;
}
.header__mobile-menu .container {
	height: 100%;
}
.header__mobile-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	scrollbar-width: thin;
	scrollbar-color: #1b91c0 #e9f4f8;
}
.header__mobile-nav .header__link-mobile {
	text-align: center;
	font-size: 1.375rem;
	margin-bottom: 1.5625rem;
	text-transform: unset;
}
.header__mobile-nav .header__link-mobile:last-of-type {
	margin-bottom: 0;
}
.header__mobile-nav::-webkit-scrollbar {
	width: 7px;
}
.header__mobile-nav::-webkit-scrollbar-track {
	background: #e9f4f8;
}
.header__mobile-nav::-webkit-scrollbar-thumb {
	background-color: #1b91c0;
}
@media screen and (max-width: 1060px) {
	.header {
		padding: 0.8625rem 0;
	}
	.header_sticky {
		padding: 0.625rem 0;
	}
	.header__wrapper .container {
		height: 2.5rem;
	}
	.header__logo {
		max-width: 9.1875rem;
	}
	.header__link,
	.header__logo {
		margin-right: 1.25rem;
	}
}
@media screen and (max-width: 768px) {
	.header__burger {
		display: block;
	}
	.header__wrapper .container {
		justify-content: space-between;
	}
	.header__nav {
		display: none;
	}
	.header_sticky .header__mobile {
		top: 3.75rem;
	}
}
/* End */


/* Start:/local/templates/caporisa_specialists/assets/css/footer.css?17519811663074*/
.footer {
	padding-top: 13.375rem;
	padding-bottom: 2.5rem;
	background: url(/local/templates/caporisa/assets/img/footer.webp) center center/100% 100% no-repeat;
}
.footer__text {
	color: #b6b6b6;
	font-size: 0.75rem;
}
.footer__text a {
	color: #b6b6b6;
	transition: color 350ms ease-in-out;
}
.footer__top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.4375rem;
}
.footer__top-content {
	display: flex;
	flex: 1 1 82.5%;
}
.footer__top-content .footer__nav {
	flex: 1 0 auto;
	margin-right: 9.2%;
}
.footer__top-text {
	color: #000;
	font-size: 1rem;
	font-style: normal;
}
.footer__logo {
	flex: 1 1 17.5%;
	margin-right: 1.25rem;
}
.footer__logo img {
	width: 100%;
	max-width: 9.8125rem;
	height: auto;
}
.footer__nav {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
}
.footer__nav-link {
	line-height: 1.5625rem;
	transition: color 350ms ease-in-out;
}
.footer__contacts {
	display: flex;
	gap: 9%;
	width: 100%;
}
.footer__contacts-info {
	display: inline-flex;
	flex-direction: column;
	gap: 0.625rem;
}
.footer__address {
	max-width: 15.625rem;
}
.footer__phone {
	white-space: nowrap;
	transition: color 350ms ease-in-out;
}
.footer__descr {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}
.footer__disclaimer {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: unset;
}
.footer__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 2.5rem;
}
.footer__bottom::after {
	content: "";
	display: block;
	width: 100%;
	flex: 1 1 25%;
}
.footer__copyright {
	flex: 1 1 25%;
	white-space: nowrap;
}
.footer__policy {
	flex: 1 1 50%;
	text-align: center;
	transition: color 350ms ease-in-out;
}
@media screen and (max-width: 1060px) {
	.footer {
		padding-top: 2.5rem;
		padding-bottom: 1.875rem;
		background: #f6f6f8;
	}
	.footer__logo {
		flex: 1 1 auto;
		margin-right: 0;
		margin-bottom: 1.375rem;
	}
	.footer__logo img {
		max-width: 9.1875rem;
	}
	.footer__top {
		flex-direction: column;
		margin-bottom: 1.375rem;
	}
	.footer__top-content {
		flex: 1 1 100%;
		width: 100%;
		flex-direction: column;
	}
	.footer__top-content .footer__nav {
		margin-right: 0;
		margin-bottom: 1.375rem;
	}
	.footer__contacts {
		gap: 1.375rem;
	}
	.footer__contacts-info {
		flex: 1 1 auto;
	}
	.footer__descr {
		gap: 1.375rem;
		margin-bottom: 1.375rem;
	}
	.footer__bottom {
		padding-top: 1.375rem;
	}
	.footer__disclaimer {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.footer__bottom::after {
		display: none;
	}
	.footer__copyright,
	.footer__policy {
		flex: unset;
	}
}
@media screen and (max-width: 576px) {
	.footer__bottom,
	.footer__contacts {
		flex-direction: column;
	}
	.footer__copyright {
		margin-bottom: 0.625rem;
	}
}
@media (hover: hover) {
	.footer__nav-link:hover,
	.footer__phone:hover,
	.footer__policy:hover,
	.footer__text a:hover {
		color: #76c5a3;
	}
}
/* End */


/* Start:/local/templates/caporisa_specialists/assets/css/pages/main.css?175198116614641*/
.promo {
	position: relative;
	width: 100%;
	flex: 1 1 auto;
	background-color: #f6f6f8;
	overflow: hidden;
}
.promo__img {
	position: relative;
	flex: 0 0 53%;
	padding-bottom: 42.25%;
	transform: translate(-100%, 0);
}
.promo__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.promo__content {
	flex: 0 0 100%;
	position: relative;
	z-index: 2;
}
.promo__content .container {
	padding-top: 16.0625rem;
	padding-left: 5.6875rem;
}
.promo__wrapper {
	display: flex;
	margin-bottom: 3.4375rem;
}
.promo__title {
	font-size: 6.25rem;
	font-weight: 600;
	line-height: 6.25rem;
	margin-bottom: 2.125rem;
}
.promo__text {
	font-family: Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 2.25rem;
	max-width: 26.0625rem;
	margin-bottom: 5.1875rem;
}
.promo__buttons {
	display: flex;
	gap: 1.25rem;
}
.promo__disclaimer {
	background: linear-gradient(180deg, #e9f4f8 0, #f1f9f6 92.61%);
}
.promo__disclaimer span {
	display: block;
	text-align: center;
}
.promo__welcome {
	padding-bottom: 5.8125rem;
}
.promo__welcome-wrapper.container {
	padding-top: 10.75rem;
	padding-left: 0;
}
.promo__welcome-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: unset;
	text-align: left;
	margin-bottom: 1.25rem;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 30%), #f6f6f8;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.promo__welcome-text {
	font-size: 1.125rem;
	line-height: 1.8125rem;
	max-width: 33.625rem;
	margin-bottom: 1.25rem;
}
.promo__welcome-text:last-of-type {
	margin-bottom: 3.125rem;
}
.promo__welcome-subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}
.promo__welcome-disclaimer {
	max-width: 39.75rem;
	margin-bottom: 2.5rem;
}
.promo__welcome .promo__wrapper {
	margin-bottom: 0;
}

.about {
	padding: 9.375rem 0 5.75rem;
}
.about__wrapper {
	display: flex;
	gap: 4.5rem;
	width: 100%;
}
.about__img {
	position: relative;
	top: 4.6875rem;
	width: 33.625rem;
	height: 33.625rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #e9f4f8 0, #f1f9f6 92.61%);
	overflow: hidden;
	flex-shrink: 0;
}
.about__img img {
	position: absolute;
	top: 5.9375rem;
	width: 82%;
	height: 82%;
	-o-object-fit: cover;
	object-fit: cover;
}
.about__content {
	padding-right: 5.6875rem;
}
.about__title {
	margin-bottom: 3.75rem;
}
.about__title span {
	font-size: inherit;
	text-transform: unset;
}
.about__descr {
	margin-bottom: 3.25rem;
}
.about__descr p {
	color: #000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2rem;
}
.about__descr ul,
.application ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
	list-style: circle;
	padding-left: 2.5rem
}
.about__descr p span {
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	color: #1b91c0;
}
.about__descr p:not(:last-of-type) {
	margin-bottom: 1.875rem;
}
.about__info {
	color: #fff;
	font-size: 1.25rem;
	line-height: 2rem;
	border-radius: 20px;
	background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	padding: 1.3125rem;
	margin-bottom: 3.25rem;
	max-width: 37.125rem;
}
.about__info span {
	font-weight: 700;
}
.benefits {
	padding: 0 0 5rem;
}
.benefits__title {
	text-align: center;
	margin-bottom: 5rem;
}
.benefits__mob-content {
	display: none;
}
.benefits__content-text {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
.benefits__content-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.benefits__content-card img {
	margin-bottom: 1.25rem;
}
.benefits__infographic {
	display: flex;
	position: relative;
	justify-content: center;
}
.benefits__infographic img {
	width: 100%;
	max-width: 54.875rem;
	height: auto;
}
.benefits__infographic-notice {
	position: absolute;
	max-width: 18.0625rem;
	padding: 1.25rem;
	border-radius: 20px;
	border: 1px solid #f6f6f8;
	background: #fff;
	box-shadow: 15px 15px 30px 0 #e2e9ec;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
.benefits__infographic-notice::after {
	position: absolute;
	content: "";
	display: block;
	background: url(/local/templates/caporisa/assets/img/line-swirl.svg) center center/cover no-repeat;
}
.benefits__infographic-notice_left {
	left: 11%;
}
.benefits__infographic-notice_left::after {
	width: 4.1875rem;
	height: 3.5rem;
	right: -10%;
}
.benefits__infographic-notice_right {
	right: 9%;
}
.benefits__infographic-notice_right::after {
	width: 4.1875rem;
	height: 3.5rem;
	left: -17%;
	transform: scaleX(-1);
}
.benefits__infographic-notice_top {
	top: 13%;
}
.benefits__infographic-notice_middle {
	top: 50%;
	transform: translateY(-50%);
}
.benefits__infographic-notice_middle::after {
	width: 9.9375rem;
	height: 0.375rem;
	background: url(/local/templates/caporisa/assets/img/line.svg) center center/cover no-repeat;
	top: 50%;
	transform: translateY(-50%);
}
.benefits__infographic-notice_bottom {
	bottom: 10%;
}
.benefits__infographic-notice_bottom::after {
	width: 4.1875rem;
	height: 3.5rem;
	transform: scaleY(-1) rotate(90deg);
}
.benefits__infographic-notice_left.benefits__infographic-notice_middle {
	left: 7%;
}
.benefits__infographic-notice_left.benefits__infographic-notice_middle::after {
	right: -42%;
}
.benefits__infographic-notice_right.benefits__infographic-notice_middle {
	right: 11%;
}
.benefits__infographic-notice_right.benefits__infographic-notice_middle::after {
	left: -63%;
}
.benefits__infographic-notice_bottom.benefits__infographic-notice_left {
	left: 11%;
	bottom: 13%;
}
.benefits__infographic-notice_bottom.benefits__infographic-notice_left::after {
	transform: rotate(-90deg);
	top: -30%;
	right: -16%;
}
.benefits__infographic-notice_bottom.benefits__infographic-notice_right::after {
	top: -12%;
	right: -77%;
}
.application {
	padding: 13.75rem 0 15.9375rem;
	background: url(/local/templates/caporisa/assets/img/application-bg.webp) center center/100% 100% no-repeat;
}
.application__title {
	margin-bottom: 3.75rem;
}
.application__content {
	max-width: 39.75rem;
}
.application__content p {
	font-size: 1.25rem;
	line-height: 2rem;
}
.application__content p:not(:last-child) {
	margin-bottom: 1.25rem;
}
.application__content p span {
	font-weight: 700;
}
.application__img {
	position: relative;
	flex: 0 0 50%;
}
.application__img img {
	position: absolute;
	top: -4.375rem;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.application__button {
	margin-top: 3.75rem;
}
.application__wrapper {
	display: flex;
	padding: 0 0 0 5.6875rem;
}
.pharmacy {
	padding: 3.75rem 0 4.375rem;
}
.pharmacy .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pharmacy__title {
	margin-bottom: 1.875rem;
}
.pharmacy__text {
	font-family: Helvetica, sans-serif;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 3.75rem;
}
.pharmacy__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
	grid-auto-rows: 13.5rem;
	gap: 1.25rem;
	width: 100%;
	margin-bottom: 3.75rem;
	padding: 0rem 5.6875rem;
}
.pharmacy__grid-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	padding: 0 5rem;
	background: #f6f6f8;
	transition: filter 350ms ease-in-out;
}
.pharmacy__grid-card img {
	width: 100%;
	height: auto;
	max-width: 14.375rem;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1366px) {
	.promo__img {
		flex: 0 0 58%;
	}
	.promo__content .container {
		padding-left: 3.75rem;
	}
	.promo__welcome-wrapper.container {
		padding-left: 0;
	}
	.promo__welcome-img {
		transform: translate(-85%, 0);
	}
	.about__wrapper {
		gap: 1.875rem;
	}
	.about__img {
		width: 25rem;
		height: 25rem;
	}
	.about__content {
		padding-right: 3.75rem;
	}
	.benefits__infographic img {
		max-width: 43.75rem;
	}
	.benefits__infographic-notice_top {
		top: 5%;
	}
	.benefits__infographic-notice_bottom {
		bottom: 0;
	}
	.benefits__infographic-notice_left.benefits__infographic-notice_middle {
		left: 0;
	}
	.benefits__infographic-notice_right.benefits__infographic-notice_middle {
		right: 3%;
	}
	.benefits__infographic-notice_bottom.benefits__infographic-notice_left {
		bottom: 0;
	}
	.application {
		background: url(/local/templates/caporisa/assets/img/application-bg.webp) center center/cover no-repeat;
	}
	.application__wrapper {
		padding: 0 0 0 3.75rem;
	}
	.pharmacy__grid {
		padding: 0rem 3.75rem;
	}
}
@media screen and (max-width: 1060px) {
	.promo__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 1.875rem;
	}
	.promo__img {
		flex: unset;
		padding-bottom: 0;
		transform: unset;
	}
	.promo__img img {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top right;
		object-position: top right;
	}
	.promo__title {
		font-size: 4.25rem;
		line-height: normal;
		margin-bottom: 1.875rem;
	}
	.promo__text {
		font-size: 1.125rem;
		line-height: 1.5rem;
		margin-bottom: 1.875rem;
	}
	.promo__buttons {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.promo__content {
		flex: unset;
	}
	.promo__content .container {
		padding-top: 7.5rem;
		padding-left: 1rem;
	}
	.promo__welcome {
		padding-bottom: 3.75rem;
	}
	.promo__welcome .promo__wrapper .promo__content .promo__welcome-wrapper.container {
		padding-top: 1.875rem;
	}
	.promo__welcome-text {
		max-width: 100%;
	}
	.promo__welcome-text:last-of-type {
		margin-bottom: 1.875rem;
	}
	.promo__welcome-disclaimer {
		max-width: 100%;
		margin-bottom: 1.875rem;
	}
	.promo__welcome .promo__wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 25rem 1fr;
	}
	.promo__welcome-img {
		order: -1;
	}
	.promo__welcome-img img {
		position: static;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top right;
		object-position: top right;
	}
	.about {
		padding: 3.75rem 0;
	}
	.about__content {
		padding-right: 0;
	}
	.about__img {
		top: 0;
	}
	.about__wrapper {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem;
	}
	.about__title {
		margin-bottom: 2.5rem;
	}
	.about__descr {
		margin-bottom: 1.875rem;
	}
	.about__descr p {
		font-size: 1.125rem;
		line-height: 1.8125rem;
	}
	.about__descr ul,
	.application ul {
		font-size: 1.125rem;
		line-height: 1.8125rem;
		padding-left: 24px;
	}
	.about__descr p:not(:last-of-type) {
		margin-bottom: 1.875rem;
	}
	.about__info {
		font-size: 1.125rem;
		line-height: 1.8125rem;
		margin-bottom: 1.875rem;
		max-width: 31.25rem;
	}
	.benefits__title {
		margin-bottom: 1.875rem;
		text-align: left;
	}
	.benefits__infographic {
		margin-bottom: 1.875rem;
	}
	.benefits__infographic img {
		max-width: 31.25rem;
	}
	.benefits__infographic-notice {
		display: none;
	}
	.benefits__mob-content {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
		gap: 0.625rem;
	}
	.application {
		padding: 11.25rem 0;
	}
	.application__wrapper {
		padding: 0;
	}
	.application__content p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.application__title {
		margin-bottom: 1.875rem;
	}
	.application__button {
		margin-top: 1.875rem;
	}
	.pharmacy {
		padding: 0rem 0 5rem;
	}
	.pharmacy__title {
		margin-bottom: 1rem;
		align-self: flex-start;
	}
	.pharmacy__text {
		align-self: flex-start;
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.pharmacy__grid {
		grid-auto-rows: 12.875rem;
		gap: 1rem;
		margin-bottom: 2.5rem;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.title {
		font-size: 2rem;
	}
	.promo__wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 25rem 1fr;
	}
	.promo__img {
		order: -1;
	}
	.promo__img img {
		position: static;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top right;
		object-position: top right;
	}
	.promo__title {
		font-size: 3.125rem;
		margin-bottom: 0.625rem;
	}
	.promo__content .container {
		padding-top: 0rem;
	}
	.promo__disclaimer span {
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
	.about__info {
		max-width: 100%;
	}
	.benefits__mob-content {
		grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
		gap: 0.625rem;
	}
	.application {
		padding: 0 0 11.25rem;
	}
	.application__wrapper {
		flex-direction: column-reverse;
	}
	.application__img {
		padding-bottom: 66.25%;
	}
	.application__img img {
		top: 0;
	}
	.application__content {
		max-width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.button span {
		font-size: 1rem;
	}
	.application__img {
		padding-bottom: 75.25%;
	}
}
@media screen and (max-width: 480px) {
	.container {
		padding: 0 1rem;
		max-width: 100%;
		width: 100%;
	}
	.title {
		font-size: 1.75rem;
	}
	.button {
		width: 100%;
	}
	.button span {
		padding: 1.25rem;
	}
	.promo__welcome .promo__wrapper {
		grid-template-rows: auto;
	}
	.promo__welcome-img img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.promo__wrapper {
		grid-template-rows: auto;
	}
	.promo__img img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	.about__img {
		width: 17.5rem;
		height: 17.5rem;
	}
	.about__img img {
		top: 3.125rem;
		width: 75%;
		height: 75%;
	}
	.benefits__mob-content {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.application {
		padding: 0 0 6.25rem;
		background: url(/local/templates/caporisa/assets/img/application-bg-mob.webp) center center/100% 110% no-repeat;
	}
	.application__img {
		padding-bottom: 100%;
	}
	.pharmacy__grid {
		grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
	}
	.pharmacy__grid-card {
		padding: 0 3.75rem;
	}
}
@media (hover: hover) {
	.button_filled:hover {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
	}
	.button_filled:hover span {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.button_filled:hover::after {
		background: #fff;
		background-clip: content-box;
		padding: 2px;
	}
	.button:not(.button_filled):hover {
		background: 0 0;
	}
	.button:not(.button_filled):hover::after {
		background: linear-gradient(90deg, #1b91c0 0, #76c5a3 100%), #f6f6f8;
		background-clip: unset;
		padding: 0;
	}
	.button:not(.button_filled):hover span {
		background: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
	}
	.pharmacy__grid-card:hover {
		filter: drop-shadow(0 0 5px #76c5a3);
	}
}

/* End */
/* /local/templates/caporisa_specialists/assets/css/base/normalize.css?17519811666138 */
/* /local/templates/caporisa_specialists/assets/css/base/fonts.css?17519811661108 */
/* /local/templates/caporisa_specialists/assets/css/config.css?17519811664289 */
/* /local/templates/caporisa_specialists/assets/css/header.css?17519811663999 */
/* /local/templates/caporisa_specialists/assets/css/footer.css?17519811663074 */
/* /local/templates/caporisa_specialists/assets/css/pages/main.css?175198116614641 */
