

/* Start:/local/templates/caporisa_user/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_user/assets/css/base/fonts.css?17519811666756*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 21, 2017 1:40 PM */

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/caporisa_user/assets/fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/local/templates/caporisa_user/assets/fonts/Inter_28pt-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

/* End */


/* Start:/local/templates/caporisa_user/assets/css/config.css?17519811662025*/
:root {
	--white: #ffffff;
	--black: #000000;
	--main-gradient: linear-gradient(89.99deg, #1B91C0 0%, #76C5A3 100%);

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
}

.container {
	padding-top: clamp(24px, 8.4dvw, 120px);
	padding-bottom: clamp(40px, 8dvw, 109px);
        max-width: 90rem;
        width: 91.7%;
        margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
        max-width: 100%;
        width: 100%;
    }
}

button {
	border: none;
	cursor: pointer;
	outline: none;
}

.page__heading {
	font-family: "HelveticaNeueCyr", sans-serif;
	font-weight: 400;
	font-size: clamp(18px, 0.97dvw, 24px);
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page__title {
	font-weight: 600;
	font-size: clamp(28px, 3.2dvw, 46px);
	line-height: 1.2;
	margin-bottom: 40px;
	font-family: "Inter", sans-serif;

	.colored {
		background: linear-gradient(89.99deg, #1B91C0 0%, #76C5A3 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.simple-text {
	font-size: clamp(18px, 1.35dvw, 20px);
	line-height: 1.55555;
	font-weight: 400;
	color: var(--black);
	font-family: "HelveticaNeueCyr", sans-serif;
	text-decoration: none;
}

.simple-small-text {
	font-size: clamp(14px, 1.111dvw, 16px);
	line-height: 19px;
	font-weight: 400;
	color: var(--black);
	font-family: "HelveticaNeueCyr", sans-serif;
	text-decoration: none;
}

.simple-big-text {
	font-size: clamp(16px, 1.38dvw, 20px);
	line-height: 1.5;
	font-weight: 400;
	color: var(--black);
	font-family: "HelveticaNeueCyr", sans-serif;
	text-decoration: none;
}


@media screen and (max-width: 800px) {
	.simple-text, .simple-small-text, .simple-big-text {
		br {
			display: none;
		}
	}
}
#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_user/assets/css/header.css?1751981166738*/
.header {
	display: flex;
	align-items: center;
	padding: 40px 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 90rem;
        width: 91.7%;
        margin: 0 auto;
}

.header__logo {
	margin-right: 83px;
}

.header__nav {
	display: flex;
	gap: 53px;
}

.header__nav-item {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.header__nav {
		display: none;
	}

}
@media screen and (max-width: 480px) {
	.header {
		padding-right: 16px;
        padding-left: 16px;
        max-width: 100%;
        width: 100%;
	}

}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/footer.css?17519811661024*/
.footer {
	.container {
		padding-right: 126px;
		padding-bottom: 85px;
	}
}

.footer__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 60px;
	padding-right: 58px;
}


.footer__main-links {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: var(--black);
	line-height: 24px;
	font-weight: 400;
	font-family: "HelveticaNeueCyr", sans-serif;
	gap: 20px;

	a {
		text-decoration: none;
		color: var(--black)
	}
}

.footer__label {
	font-size: 12px;
	color: #b6b6b6;
	margin-bottom: 10px;
	text-decoration: none;
}

.footer__info {
	display: flex;
	max-width: 618px;
	width: 100%;
	justify-content: space-between;
}

@media screen and (max-width: 800px) {
	.footer {
		.container {
			padding-right: 24px;
			padding-bottom: 24px;
		}
	}

	.footer__main {
		flex-wrap: wrap;
		gap: 24px;
		margin-bottom: 24px;
		padding-right: 0;
	}

	.footer__info {
		flex-direction: column;
	}

}

/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/cover.css?17519811661762*/
.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    width: 100%;
    padding-top: 75px !important;
    position: relative;
    overflow: hidden;
}

.cover__title {
    font-size: clamp(48px, 5.5555dvw, 80px);
    line-height: 0.9;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--white);
    max-width: 702px;
    letter-spacing: 2px;

    span {
        font-style: italic;
    }
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 50.67%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cover__woman {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: calc(100% - 50.67%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cover__text {
    font-size: clamp(14px, 1.25dvw, 24px);
    font-family: "HelveticaNeueCyr", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 50px;
}

.cover__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 53px;
    border-radius: 12px;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}


@media screen and (max-width: 800px) {
    .cover__title {
        br {
            display: none;
        }
    }

    .cover {
        min-height: unset;
    }

    .cover__woman {
        display: none;
    }

    .cover__bg {
        max-width: 100%;
    }

    .cover {
        br {
            display: none;
        }
    }

    .cover__button {
        padding-right: 12px;
        padding-left: 12px;
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/definition.css?1751981166775*/
.definition__body {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.definition__addition {
    font-size: 20px;
    line-height: 1.6;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

.definition__info {
    display: flex;
    gap: 20px;
    font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 20px;
    line-height: 1.6;
    font-weight: 550;
    font-style: italic;
}

@media screen and (max-width: 800px) {
    .definition__body {
        flex-direction: column-reverse;
    }

    .definition {
        br {
            display: none;
        }
    }
.definition__addition {
    font-size: 18px;
    line-height: 1.335;
}
.definition__info {
    font-size: 18px;
    line-height: 1.335;
}
}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/consequences.css?17519811661269*/
.consequences {
    background: linear-gradient(180deg, #F6F6F8 0%, rgba(246, 246, 248, 0) 100%);

}

.consequences__title {
    margin-bottom: 100px !important;
}

.consequences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 70px;
}

.consequences-grid-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: clamp(18px, 1.35dvw, 20px);
    line-height: 1.55555;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;

    img {
        width: 60px;
        height: 60px;
    }
}

.consequences-grid-two-man {
    grid-area: 1 / 1 / 2 / 3;
}

.consequences-grid-time {
    grid-area: 1 / 3 / 2 / 5;
}

.consequences-grid-hurt {
    grid-area: 1 / 5 / 2 / 7;
}

.consequences-grid-desk {
    grid-area: 2 / 1 / 3 / 3;
}

.consequences-grid-crawl {
    grid-area: 2 / 3 / 3 / 5;
}

.consequences-grid-money {
    grid-area: 2 / 5 / 3 / 7;
}


@media screen and (max-width: 800px) {
    .consequences-grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .consequences {
        br {
            display: none;
        }
    }

    .consequences__title {
        margin-bottom: 40px !important;
    }
}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/evolution.css?1751981166961*/
.evolution {

}

.evolution__body {
    display: flex;
    column-gap: 64px;
}

.evolution__title {
    margin-bottom: 134px !important;
}

.evolution__info {
    align-items: center;
    display: flex;
    gap: 20px;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 50px;
    text-decoration: none;
}

.evolution__img {
    margin-top: -44px;
    margin-bottom: 101px;
}

@media screen and (max-width: 800px) {
    .evolution-wrapper {
        width: 100%;
    }

    .evolution {
        br {
            display: none;
        }
    }

    .evolution__title {
        margin-bottom: 40px !important;
        width: 100%;
    }

    .evolution__body {
        flex-direction: column;
    }

    .evolution__img {
        margin-top: 0;
        margin-bottom: 40px;
    }
.evolution__info {
           font-size: 18px;
        line-height: 1.335;

}
}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/provocation.css?17519811662508*/
.provocation {

}

.provocation__title {
    text-align: center;
}

.tabbed {
    overflow-x: hidden;
}

.tabbed [type="radio"] {
    /* hiding the inputs */
    display: none;
}

.tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin-bottom: 90px;
}

.tab > label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: transparent;
    color: #b6b6b6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 9999px;
    height: 100%;
}

.tab-content {
    display: none;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    color: var(--white);
    background: var(--main-gradient);
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    overflow: hidden;

    ul {
        color: var(--black);
        font-size: 26px;
        line-height: 31.47px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-weight: 600;
    }
}

@media screen and (max-width: 800px) {
    .tabs {
        overflow: auto;
        justify-content: flex-start;
        margin-bottom: 40px;
        width: 100% !important;
    }

    .tab-content {
        flex-direction: column;

        img {
            width: 100%;
        }
    }

    .tab > label {
        padding: 12px 20px;
        white-space: nowrap;
        line-height: unset;
    }

    .tabbed {
        gap: 40px;

        ul {
            width: 85%;
        }
    }

}

/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/factors.css?1751981166555*/
.factors {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.factors__title {
    position: relative;
    z-index: 1;
}

.factors__img {
    margin-top: -95px;
    width: 90%;
    max-width: 1440px;
}

@media screen and (max-width: 800px) {

    .factors {
        margin-top: 40px;
        padding: 24px;
    }

    .factors__title {
        margin-bottom: 24px !important;
        text-align: center;
    }

    .factors__img {
        margin-top: 0;
        width: 100%;
        padding: 24px;
        padding-top: 0;
    }
}

/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/recommendations.css?17519811663224*/
.recommendations {
    position: relative;
    background: linear-gradient(180deg, #F6F6F8 0%, rgba(246, 246, 248, 0) 110.07%);

    .container {
        position: relative;
    }

    .test__body {
        padding: 80px 120px 80px 80px !important;
        background-image: linear-gradient(90.01deg, rgba(27, 145, 192, 0.85) 3.04%, rgba(118, 197, 163, 0.85) 99.99%), url('/local/templates/caporisa_user/assets/img/mujik.png');
        background-position: left;
        background-size: contain;
        margin: 0 60px;
    }

    .test__container {
        justify-content: flex-end;
    }

    .test__title {
        margin-bottom: 50px;
    }
}

.recommendations__img {
    position: absolute;
    top: 146px;
    right: 24px;
}

.recommendations__list-title {
    font-size: clamp(18px, 1.8dvw, 26px);
    font-weight: 600;
    line-height: 31px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.recommendations__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style-position: inside;


    li {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: clamp(16px, 1.38dvw, 20px);
        line-height: 1.4;
        font-family: "HelveticaNeueCyr", sans-serif;
        font-weight: 400;
        list-style-image: none;
    }
}

.recommendations__list--danger {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
    max-width: 586px;
}

.recommendations__test-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 80px;
}

.recommendations__test-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.recommendations__test-list-item p {
font-size: 20px;
line-height: 1.6;
}

.recommendations__test-addition {
    display: flex;
    align-items: center;
    gap: 30px;

    p {

       font-size: 20px;
line-height: 1.6;
        font-family: "HelveticaNeueCyr", sans-serif;
        font-weight: 550;
    }
}

@media screen and (max-width: 1000px) {

    .recommendations__img {
        display: none;
    }

    .recommendations {

        br {
            display: none;
        }

        .test__title {
            img {
                height: 16px;
                width: 16px;
            }
        }

        .test__body {
            margin: 0 clamp(12px, 4.2dvw, 60px);
            padding-right: 12px;
            padding-left: 12px;
            padding-bottom: 24px;
            padding-top: 24px;
            background-size: cover;
            background-position: top;
        }

        .page__title {
            img {
                width: 18px !important;
                height: 18px !important;
            }
        }
    }

    .recommendations__list--danger {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .recommendations__list-title {
        margin-top: 24px;
    }

    .recommendations__test-addition {
        gap: 15px;

        img {
            width: 24px;
            height: 24px;
        }
    }
}
@media (max-width: 800px) {
    .test__body {
        padding: 20px !important;
    }
.recommendations__test-list-item p,
.recommendations__test-addition p {
font-size: 18px;
        line-height: 1.335;
}
}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/healing.css?1751981166460*/
.healing {
    background: linear-gradient(180deg, rgba(246, 246, 248, 0) 0%, #F6F6F8 100%);
    min-height: 817px;

    .container {
        position: relative;
    }
}

.healing__img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 51px;
    transform: translateY(-50%);
}


@media screen and (max-width: 800px) {
    .healing__img {
        position: static;
        transform: none;
        margin-top: 0;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/more.css?1751981166560*/
.more {
    .page__title {
        margin-bottom: 60px;
    }

}

.more__videos {
    display: flex;
    overflow: auto;
    gap: 20px;
    /*margin-top: -109px;*/
    padding-right: 100px;
height: 400px;


    iframe {
        min-width: 630px;
        max-height: 400px;
        border-radius: 20px;
        border: none;
height: 100%;
    }

}

@media screen and (max-width: 800px) {
    .more__videos {
        max-width: 100dvw;
        padding-right: 48px;
    }
}
@media screen and (max-width: 480px) {
    .more__videos {
        height: 300px;
    }
}
/* End */


/* Start:/local/templates/caporisa_user/assets/css/blocks/test.css?17519811661816*/
.test {
    padding: 120px 60px;
    padding-top: 0;
}

.test__body {
    background-image: linear-gradient(90.01deg, rgba(27, 145, 192, 0.85) 3.04%, rgba(118, 197, 163, 0.85) 99.99%),
    url('/local/templates/caporisa_user/assets/img/mujik.png');
    padding: 107px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    color: var(--white);
    display: flex;
}

.test__text {
    color: var(--white) !important;
}

.test__container {
    display: flex;
    padding: 0 !important;
    width: 100%;
    gap: 124px;
    align-items: center;
    justify-content: center;
}


.test__test {
    background: var(--white);
    border-radius: 20px;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 564px;
    width: 100%;
    color: var(--black) !important;
}

.test__test-question {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.test__test-answers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.test__test-answer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    background: #F6F6F8;
    border-radius: 9999px;
    font-size: 22px;
    line-height: 36px;
    font-family: "HelveticaNeueCyr", sans-serif;
}

@media screen and (max-width: 800px) {
    .test {
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 24px;
        padding-top: 24px;

        br {
            display: none;
        }
    }

    .test__body {
        padding: 24px;
    }

    .test__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .test__test-question {
        text-align: center;
    }

}
/* End */


/* Start:/local/assets/cookie-consent/cookie-consent.css?17889475306534*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

.cookie-consent {
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
  width: 650px;
  max-width: calc(100vw - 32px);
  background: #f6f6f8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  color: #000;
}

.cookie-consent--hidden {
  display: none !important;
}

.cookie-consent__banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  gap: 20px;
  min-height: 250px;
}

.cookie-consent__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
}

.cookie-consent__text {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.cookie-consent__text span {
  font-weight: 400;
}

.cookie-consent__links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}

.cookie-consent__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #319ab9;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #319ab9;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cookie-consent__link:hover {
  opacity: 0.8;
}

.cookie-consent__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 19px;
  width: 100%;
}

.cookie-consent__actions-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.cookie-consent__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 17px;
  border-radius: 12px;
  transition: opacity 0.2s ease;
  background: transparent;
}

.cookie-consent__btn:hover {
  opacity: 0.85;
}

.cookie-consent__btn--settings {
  padding: 10px 30px;
  background: rgba(130, 160, 180, 0.15);
  color: #319ab9;
  font-weight: 500;
}

.cookie-consent__btn--decline {
  padding: 10px 25px;
  color: #1c91c0;
  font-weight: 600;
}

.cookie-consent__btn--accept,
.cookie-consent__btn--save {
  padding: 10px 30px;
  background: linear-gradient(89.99deg, #1b91c0 0%, #76c5a3 100%);
  color: #fff;
  font-weight: 600;
}

.cookie-consent__btn--save {
  min-width: 136px;
  height: 40px;
}

.cookie-consent__modal {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  gap: 25px;
}

.cookie-consent__modal--active {
  display: flex;
}

.cookie-consent__modal-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
}

.cookie-consent__modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.cookie-consent__modal-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.cookie-consent__modal-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(6, 47, 75, 0.55);
  margin: 0;
}

.cookie-consent__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.cookie-consent__close::before,
.cookie-consent__close::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #000;
}

.cookie-consent__close {
  position: relative;
}

.cookie-consent__close::before {
  transform: rotate(45deg);
}

.cookie-consent__close::after {
  transform: rotate(-45deg);
}

.cookie-consent__divider {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid rgba(6, 47, 75, 0.1);
  margin: 0;
}

.cookie-consent__categories {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.cookie-consent__category {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.cookie-consent__category-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.cookie-consent__category-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.cookie-consent__category-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(6, 47, 75, 0.55);
}

.cookie-consent__toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 4px;
  border: none;
  border-radius: 11px;
  padding: 0;
  cursor: pointer;
  background: rgba(6, 47, 75, 0.2);
  transition: background 0.2s ease;
}

.cookie-consent__toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #062f4b;
  transition: transform 0.2s ease;
}

.cookie-consent__toggle--on {
  background: linear-gradient(89.99deg, #1b91c0 0%, #76c5a3 100%);
}

.cookie-consent__toggle--on::after {
  transform: translateX(18px);
}

.cookie-consent__toggle--disabled {
  background: rgba(6, 47, 75, 0.55);
  cursor: not-allowed;
}

.cookie-consent__toggle--disabled.cookie-consent__toggle--on::after {
  transform: translateX(18px);
}

.cookie-consent__modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.cookie-consent__revoke-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  border: none;
  border-bottom: 1px solid #319ab9;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #319ab9;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.cookie-consent__revoke-link:hover {
  opacity: 0.8;
}

.footer__cookie-revoke {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .cookie-consent {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }

  .cookie-consent__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent__actions-right {
    justify-content: center;
  }

  .cookie-consent__category {
    gap: 16px;
  }
}

/* End */
/* /local/templates/caporisa_user/assets/css/base/normalize.css?17519811666138 */
/* /local/templates/caporisa_user/assets/css/base/fonts.css?17519811666756 */
/* /local/templates/caporisa_user/assets/css/config.css?17519811662025 */
/* /local/templates/caporisa_user/assets/css/header.css?1751981166738 */
/* /local/templates/caporisa_user/assets/css/footer.css?17519811661024 */
/* /local/templates/caporisa_user/assets/css/blocks/cover.css?17519811661762 */
/* /local/templates/caporisa_user/assets/css/blocks/definition.css?1751981166775 */
/* /local/templates/caporisa_user/assets/css/blocks/consequences.css?17519811661269 */
/* /local/templates/caporisa_user/assets/css/blocks/evolution.css?1751981166961 */
/* /local/templates/caporisa_user/assets/css/blocks/provocation.css?17519811662508 */
/* /local/templates/caporisa_user/assets/css/blocks/factors.css?1751981166555 */
/* /local/templates/caporisa_user/assets/css/blocks/recommendations.css?17519811663224 */
/* /local/templates/caporisa_user/assets/css/blocks/healing.css?1751981166460 */
/* /local/templates/caporisa_user/assets/css/blocks/more.css?1751981166560 */
/* /local/templates/caporisa_user/assets/css/blocks/test.css?17519811661816 */
/* /local/assets/cookie-consent/cookie-consent.css?17889475306534 */
