

/* Start:/local/templates/istochnik/css/fonts.css?17743529541554*/
@font-face {
    font-family: 'Involve';
    src: url('/local/templates/istochnik/css/../fonts/Involve-SemiBold.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/Involve-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('/local/templates/istochnik/css/../fonts/Involve-Bold.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/Involve-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-400-normal.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-400-normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-500-normal.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-500-normal.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-600-normal.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-600-normal.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-700-normal.woff2') format('woff2'),
        url('/local/templates/istochnik/css/../fonts/rubik-cyrillic-700-normal.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/istochnik/css/base.css?177435270610359*/
:root {
	--font-family: "Open Sans", sans-serif;
	--font-family-second: "Montserrat", sans-serif;
	--secondary-50: rgba(248, 247, 244, 1);
	--colors-primary-100: rgba(208, 186, 179, 1);
	--colors-primary-200: rgba(191, 161, 150, 1);
	--colors-primary-300: rgba(183, 150, 139, 1);
	--colors-primary-400: rgba(126, 75, 59, 1);
	--colors-primary-500: rgba(97, 55, 45, 1);
	--colors-primary-600: rgba(75, 41, 34, 1);
	--colors-secondary-secondary100: rgba(234, 231, 226, 1);
	--colors-neutral-0: rgba(255, 255, 255, 1);
	--colors-neutral-50: rgba(242, 242, 242, 1);
	--colors-neutral-100: rgba(230, 230, 230, 1);
	--colors-neutral-200: rgba(204, 204, 204, 1);
	--colors-neutral-300: rgba(194, 194, 194, 1);
	--colors-neutral-400: rgba(179, 179, 179, 1);
	--colors-neutral-500: rgba(153, 153, 153, 1);
	--colors-neutral-600: rgba(102, 102, 102, 1);
	--colors-neutral-700: rgba(77, 77, 77, 1);
	--colors-neutral-800: rgba(51, 51, 51, 1);
	--colors-neutral-900: rgba(26, 26, 26, 1);
	--colors-neutral-950: rgba(13, 13, 13, 1);
	--colors-neutral-1000: rgba(0, 0, 0, 1);
	--colors-functional-success100: rgba(16, 255, 24, 1);
	--colors-functional-error100: rgba(255, 7, 7, 1);
	--colors-functional-warning100: rgba(255, 231, 72, 1);
	--colors-u-i-u-i: rgba(234, 229, 221, 1);
	--colors-u-i-hit: rgba(197, 138, 106, 1);
	--colors-u-i-new: rgba(198, 167, 119, 1);
}
* {
	box-sizing: border-box;
	outline: none;
}
::-webkit-scrollbar {
	height: 0.3125rem;
	width: 0.3125rem;
}
::-webkit-scrollbar-track {
	background: var(--colors-neutral-50);
}
::-webkit-scrollbar-thumb {
	background: var(--colors-primary-600);
	border-radius: 1.875rem;
}
html {
	font-size: 16px;
}
html.active,
html.modal-open {
	overflow: hidden;
}
body {
	max-width: 120rem;
	margin: 0 auto;
	font-family: var(--font-family);
	font-size: 1rem;
	font-variant-numeric: lining-nums;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--colors-neutral-600);
	background-color: var(--secondary-50);
}
.container {
	width: min(87rem, 100%);
	margin-inline: auto;
	padding-inline: 1rem;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-inline {
	display: inline-flex;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.flex-column {
	flex-flow: column nowrap;
}
.jcs {
	justify-content: flex-start;
}
.jcc {
	justify-content: center;
}
.jce {
	justify-content: flex-end;
}
.jcsb {
	justify-content: space-between;
}
.ais {
	align-items: flex-start;
}
.aic {
	align-items: center;
}
.aie {
	align-items: flex-end;
}
.grid {
	display: grid;
}
.f20 {
	flex: 1 1 20%;
	max-width: 20%;
	width: 20%;
}
.f25 {
	flex: 1 1 25%;
	max-width: 25%;
	width: 25%;
}
.f33 {
	flex: 1 1 33.3333333333%;
	max-width: 33.3333333333%;
	width: 33.3333333333%;
}
.f50 {
	flex: 1 1 50%;
	max-width: 50%;
	width: 50%;
}
.f66 {
	flex: 1 1 66.66666%;
	max-width: 66.66666%;
	width: 66.66666%;
}
.w-full {
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}
.grid {
	display: grid;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 700;
}
a {
	color: var(--colors-primary-400);
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
}
picture {
	display: flex;
}
img {
	height: auto;
	max-width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--colors-primary-100);
}
input[type="text"],
input[type="datetime-local"],
input[type="email"],
textarea {
	width: 100%;
	padding: 1rem 1.25rem;
	color: var(--colors-primary-600);
	background-color: var(--colors-neutral-0);
	border: 0.0625rem solid var(--colors-neutral-0);
	border-radius: 2rem;
}
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
	border-color: var(--colors-primary-600);
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: var(--colors-primary-600);
	-webkit-box-shadow: inset 0 0 0 1000px var(--colors-neutral-0);
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
input[type="text"].white-bg,
textarea.white-bg {
	background-color: var(--color0);
}
input[type="date"],
input[type="datetime-local"] {
	position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h4-1,
.h5,
.h6,
.h7 {
	color: var(--colors-primary-600);
}
.h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 3.375rem;
	line-height: 1.2;
}
.h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2;
}
.h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
}
.h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}
.h4-1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.2;
}
.h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.2;
}
.h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1;
}
.h7 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}
.fs24{
	font-size: 1.5rem;
}
.fs20{
	font-size: 1.25rem;
}
.text-b1 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.2;
}
.text-b2 {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.2;
}
.text-b3 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
}
.text-b4 {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.2;
}
.u-i-button {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.2;
}
.u-i-button-2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.2;
}
.fl {
	font-weight: 300;
}
.fn {
	font-weight: 400;
}
.fm {
	font-weight: 500;
}
.fsb {
	font-weight: 600;
}
.fb {
	font-weight: 700;
}
.color600 {
	color: var(--colors-primary-600);
}
.hidden {
	display: none;
}
.loading {
	align-items: center;
	display: none;
	height: 100vh;
	justify-content: center;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 99;
}
.loading.active {
	display: flex;
}
.loading img {
	height: 5.625rem;
	width: 5.625rem;
}
.content {
	min-height: 100vh;
}
.mb {
	margin-bottom: 6.25rem;
}
.mt {
	margin-top: 6.25rem;
}
.mb24 {
	margin-bottom: 1.5rem;
}
.mb20 {
	margin-bottom: 1.25rem;
}
.mb12 {
	margin-bottom: 0.75rem;
}
.btn-hover,
input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--colors-neutral-0);
	background-color: var(--colors-primary-600);
	border: 0.0625rem solid var(--colors-primary-600);
	border-radius: 6.25rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
.btn-hover:hover,
input[type="submit"]:hover {
	background-color: var(--colors-primary-400);
	border-color: var(--colors-primary-400);
}
.btn-hover:disabled .btn-hover.btn-transparent:disabled,
.btn-hover.btn-light:disabled,
input[type="submit"]:disabled {
	color: var(--colors-neutral-0);
	border-color: var(--colors-primary-600);
	opacity: 0.5;
}
.btn-hover.btn-transparent:disabled {
	color: var(--colors-primary-600);
}
.btn-hover.btn-transparent,
.btn-hover.btn-light {
	color: var(--colors-primary-600);
	background-color: transparent;
}
.btn-hover.btn-transparent:hover,
.btn-hover.btn-light:hover {
	color: var(--colors-neutral-0);
	background-color: var(--colors-primary-600);
}
.btn-hover.btn-transparent:active,
.btn-hover.btn-transparent:focus {
	color: var(--colors-neutral-0);
}
.btn-hover.btn-light {
	background-color: var(--colors-u-i-u-i);
	border-color: var(--colors-u-i-u-i);
}
.btn-hover:active,
.btn-hover:focus,
.btn-hover.btn-transparent:active,
.btn-hover.btn-transparent:focus,
.btn-hover.btn-light:active,
.btn-hover.btn-light:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: var(--colors-primary-500);
	border-color: var(--colors-primary-500);
}
.btn-small {
	padding: 0.5rem 1rem;
}
.btn-large {
	padding: 1rem 2rem;
}
.btn-medium {
	padding: 0.8125rem 2rem;
}
.btn-icon {
	gap: 1.5rem;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	white-space: nowrap;
}
.stylized-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}
.stylized-list li {
    position: relative;
    padding-left: 1.625rem;
}
.stylized-list li:before {
	content: '';
	width: 1.125rem;
	height: 1.125rem;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/bitrix/templates/aestetica/img/stylized-list-img.svg);
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 1rem;
	}
	.mb {
		margin-bottom: 3rem;
	}
	.mt {
		margin-top: 3rem;
	}
	.pb {
		padding-bottom: 3rem;
	}
	.pt {
		padding-top: 3rem;
	}
	.title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1000px) {
	.content {
		min-height: auto;
	}
}

@media screen and (max-width: 768px) {
	.h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 500px) {
	.title {
		font-size: 1.5rem;
	}
}

/* End */
/* /local/templates/istochnik/css/fonts.css?17743529541554 */
/* /local/templates/istochnik/css/base.css?177435270610359 */
