@charset "utf-8";

/* Defaults */
:root {
	/* Inputs and colors */
	--input-color: #777777;
	--input-border: #AEAEAE;
	--input-background-hover: #f6f6f6;
	--input-background: #fff;

	--main-color:#115b9e;
	--main-color-light:#f6c90b;
	--main-color-dark:#f6c90b;
	--second-color:#f69821;
	--second-color-dark:#df8a1e;
	--third-color:#2b2b2d;
	--third-color-dark:#1c1c1d;

	--green-light:#EDFEE5;
	--green-light-hover:#E0FFD2;
	--green:#0EA13B;
	--green-hover:#0d8431;
	--pink:#FFF6F5;
	--pink-darker:#ff9591;

	--green-d:#19873B;
	--green-d-hover:#156c30;

	--gray:#f1f1f1;

	--back: #F4F4F4;
	--back-gray: #d5d5d5;

	--text:#111111;
	--text-light:#fff;
	--text-gray:#44444499;

	--42:#424242;
	--00:#001A0A;

	--error:#ff0000;

	--btn-height:60px;
	--inp-height:44px;

	--rad:100px;

	--gap-l:120px;
	--gap-ms:40px;

	--h2: 55px;
	--h3: 50px;

	/* Flexbox */
	--gutter-width: 16px;
	--outer-margin: 32px;
	--gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
	--half-gutter-width: calc((var(--gutter-width) * 0.5));
	--xs-min: 0rem;
	--sm-min: 576px;
	--md-min: 768px;
	--lg-min: 992px;
	--xl-min: 1200px;
}

.page--box{overflow: hidden;display: flex;flex-direction: column;min-height: 100vh;}
header {flex: 0 0 auto;} /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
main {flex: 1 0 auto;padding-bottom: var(--l-padding)} /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
footer {flex: 0 0 auto;} /* 1 flex-grow, 0 flex-shrink, auto flex-basis */

#content-wrapper {width: 100%;flex: 1;display: flex;}
#example-wrapper {width: 100%;flex: 1;display: flex;}
.scrollContent {display: flex;flex-direction: column;justify-content: space-between;width: 100%;}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,input,button {outline: 0;padding: 0;margin: 0;border: 0;}

body * {box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-font-smoothing: antialiased;}

/*! 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 */
	scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/* Remove the margin in all browsers. */
body {font-family: 'Montserrat Regular';font-size: 14px;-webkit-overflow-scrolling: touch;color: var(--text)}

/* 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;position: relative;}

/* 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;color:var(--a);text-decoration: none;}

/**
 * 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: 500;
}

/**
 * 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 {
	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;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}

/* 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;
	padding: 0;
}

/* 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;}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
	width: 14px; /* ширина для вертикального скролла */
	height: 14px; /* высота для горизонтального скролла */
	background-color: transparent;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
	background-color: var(--svg-inactive);
	border-radius: 0;
	box-shadow: none;
}
::-webkit-scrollbar-thumb:hover {
	background-color: var(--svg-inactive);
}

/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
	display: none
}
::-webkit-scrollbar-button:vertical:end:increment {
	display: none
}
::-webkit-scrollbar-button:horizontal:start:decrement {
	display: none
}
::-webkit-scrollbar-button:horizontal:end:increment {
	display: none
}

.container {box-sizing: border-box;margin-left: auto;margin-right: auto;padding-right: 8px;padding-left: 8px;max-width: 1760px;margin: 0 auto;width: 100%}
.container-fluid {padding-right: var(--gutter-width, 16px);padding-left: var(--gutter-width, 16px);}  @media (--sm-viewport) {  .container {width: calc(var(--sm-min) - var(--gutter-width));max-width: 100%;}  }  @media (--md-viewport) {  .container {width: calc(var(--md-min) - var(--gutter-width));max-width: 100%;}  }  @media (--lg-viewport) {  .container {width: calc(var(--lg-min) - var(--gutter-width));max-width: 100%;}  }  @media (--xl-viewport) {  .container {width: calc(var(--xl-min) - var(--gutter-width));max-width: 100%;}  }  .row {box-sizing: border-box;display: flex;flex: 0 1 auto;flex-direction: row;flex-wrap: wrap;margin-right: var(--gutter-compensation, -08px);margin-left: var(--gutter-compensation, -08px);}  .row.reverse {flex-direction: row-reverse;}  .col.reverse {flex-direction: column-reverse;}  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12 {box-sizing: border-box;flex: 0 0 auto;flex-basis: 100%;padding-right: var(--half-gutter-width, 8px);padding-left: var(--half-gutter-width, 8px);max-width: 100%;}  .col-xs {flex-grow: 1;flex-basis: 0;max-width: 100%;}  .col-xs-1 {flex-basis: 8.33333333%;max-width: 8.33333333%;}  .col-xs-2 {flex-basis: 16.66666667%;max-width: 16.66666667%;}  .col-xs-3 {flex-basis: 25%;max-width: 25%;}  .col-xs-4 {flex-basis: 33.33333333%;max-width: 33.33333333%;}  .col-xs-5 {flex-basis: 41.66666667%;max-width: 41.66666667%;}  .col-xs-6 {flex-basis: 50%;max-width: 50%;}  .col-xs-7 {flex-basis: 58.33333333%;max-width: 58.33333333%;}  .col-xs-8 {flex-basis: 66.66666667%;max-width: 66.66666667%;}  .col-xs-9 {flex-basis: 75%;max-width: 75%;}  .col-xs-10 {flex-basis: 83.33333333%;max-width: 83.33333333%;}  .col-xs-11 {flex-basis: 91.66666667%;max-width: 91.66666667%;}  .col-xs-12 {flex-basis: 100%;max-width: 100%;}  .col-xs-offset-0 {margin-left: 0;}  .col-xs-offset-1 {margin-left: 8.33333333%;}  .col-xs-offset-2 {margin-left: 16.66666667%;}  .col-xs-offset-3 {margin-left: 25%;}  .col-xs-offset-4 {margin-left: 33.33333333%;}  .col-xs-offset-5 {margin-left: 41.66666667%;}  .col-xs-offset-6 {margin-left: 50%;}  .col-xs-offset-7 {margin-left: 58.33333333%;}  .col-xs-offset-8 {margin-left: 66.66666667%;}  .col-xs-offset-9 {margin-left: 75%;}  .col-xs-offset-10 {margin-left: 83.33333333%;}  .col-xs-offset-11 {margin-left: 91.66666667%;}  .start-xs {justify-content: flex-start;text-align: start;}  .center-xs {justify-content: center;text-align: center;}  .end-xs {justify-content: flex-end;text-align: end;}  .top-xs {align-items: flex-start;}  .middle-xs {align-items: center;}  .bottom-xs {align-items: flex-end;}  .around-xs {justify-content: space-around;}  .between-xs {justify-content: space-between;}  .first-xs {order: -1;}  .last-xs {order: 1;}  .initial-order-xs {order: initial;}  @media (--sm-viewport) {  .col-sm {flex-grow: 1;flex-basis: 0;max-width: 100%;}  .col-sm-1 {flex-basis: 8.33333333%;max-width: 8.33333333%;}  .col-sm-2 {flex-basis: 16.66666667%;max-width: 16.66666667%;}  .col-sm-3 {flex-basis: 25%;max-width: 25%;}  .col-sm-4 {flex-basis: 33.33333333%;max-width: 33.33333333%;}  .col-sm-5 {flex-basis: 41.66666667%;max-width: 41.66666667%;}  .col-sm-6 {flex-basis: 50%;max-width: 50%;}  .col-sm-7 {flex-basis: 58.33333333%;max-width: 58.33333333%;}  .col-sm-8 {flex-basis: 66.66666667%;max-width: 66.66666667%;}  .col-sm-9 {flex-basis: 75%;max-width: 75%;}  .col-sm-10 {flex-basis: 83.33333333%;max-width: 83.33333333%;}  .col-sm-11 {flex-basis: 91.66666667%;max-width: 91.66666667%;}  .col-sm-12 {flex-basis: 100%;max-width: 100%;}  .col-sm-offset-0 {margin-left: 0;}  .col-sm-offset-1 {margin-left: 8.33333333%;}  .col-sm-offset-2 {margin-left: 16.66666667%;}  .col-sm-offset-3 {margin-left: 25%;}  .col-sm-offset-4 {margin-left: 33.33333333%;}  .col-sm-offset-5 {margin-left: 41.66666667%;}  .col-sm-offset-6 {margin-left: 50%;}  .col-sm-offset-7 {margin-left: 58.33333333%;}  .col-sm-offset-8 {margin-left: 66.66666667%;}  .col-sm-offset-9 {margin-left: 75%;}  .col-sm-offset-10 {margin-left: 83.33333333%;}  .col-sm-offset-11 {margin-left: 91.66666667%;}  .start-sm {justify-content: flex-start;text-align: start;}  .center-sm {justify-content: center;text-align: center;}  .end-sm {justify-content: flex-end;text-align: end;}  .top-sm {align-items: flex-start;}  .middle-sm {align-items: center;}  .bottom-sm {align-items: flex-end;}  .around-sm {justify-content: space-around;}  .between-sm {justify-content: space-between;}  .first-sm {order: -1;}  .last-sm {order: 1;}  .initial-order-sm {order: initial;}  }  @media (--md-viewport) {  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {box-sizing: border-box;flex: 0 0 auto;padding-right: var(--half-gutter-width, 08px);padding-left: var(--half-gutter-width, 08px);}  .col-md {flex-grow: 1;flex-basis: 0;max-width: 100%;}  .col-md-1 {flex-basis: 8.33333333%;max-width: 8.33333333%;}  .col-md-2 {flex-basis: 16.66666667%;max-width: 16.66666667%;}  .col-md-3 {flex-basis: 25%;max-width: 25%;}  .col-md-4 {flex-basis: 33.33333333%;max-width: 33.33333333%;}  .col-md-5 {flex-basis: 41.66666667%;max-width: 41.66666667%;}  .col-md-6 {flex-basis: 50%;max-width: 50%;}  .col-md-7 {flex-basis: 58.33333333%;max-width: 58.33333333%;}  .col-md-8 {flex-basis: 66.66666667%;max-width: 66.66666667%;}  .col-md-9 {flex-basis: 75%;max-width: 75%;}  .col-md-10 {flex-basis: 83.33333333%;max-width: 83.33333333%;}  .col-md-11 {flex-basis: 91.66666667%;max-width: 91.66666667%;}  .col-md-12 {flex-basis: 100%;max-width: 100%;}  .col-md-offset-0 {margin-left: 0;}  .col-md-offset-1 {margin-left: 8.33333333%;}  .col-md-offset-2 {margin-left: 16.66666667%;}  .col-md-offset-3 {margin-left: 25%;}  .col-md-offset-4 {margin-left: 33.33333333%;}  .col-md-offset-5 {margin-left: 41.66666667%;}  .col-md-offset-6 {margin-left: 50%;}  .col-md-offset-7 {margin-left: 58.33333333%;}  .col-md-offset-8 {margin-left: 66.66666667%;}  .col-md-offset-9 {margin-left: 75%;}  .col-md-offset-10 {margin-left: 83.33333333%;}  .col-md-offset-11 {margin-left: 91.66666667%;}  .start-md {justify-content: flex-start;text-align: start;}  .center-md {justify-content: center;text-align: center;}  .end-md {justify-content: flex-end;text-align: end;}  .top-md {align-items: flex-start;}  .middle-md {align-items: center;}  .bottom-md {align-items: flex-end;}  .around-md {justify-content: space-around;}  .between-md {justify-content: space-between;}  .first-md {order: -1;}  .last-md {order: 1;}  .initial-order-md {order: initial;}  }  @media (--lg-viewport) {  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {box-sizing: border-box;flex: 0 0 auto;padding-right: var(--half-gutter-width, 08px);padding-left: var(--half-gutter-width, 08px);}  .col-lg {flex-grow: 1;flex-basis: 0;max-width: 100%;}  .col-lg-1 {flex-basis: 8.33333333%;max-width: 8.33333333%;}  .col-lg-2 {flex-basis: 16.66666667%;max-width: 16.66666667%;}  .col-lg-3 {flex-basis: 25%;max-width: 25%;}  .col-lg-4 {flex-basis: 33.33333333%;max-width: 33.33333333%;}  .col-lg-5 {flex-basis: 41.66666667%;max-width: 41.66666667%;}  .col-lg-6 {flex-basis: 50%;max-width: 50%;}  .col-lg-7 {flex-basis: 58.33333333%;max-width: 58.33333333%;}  .col-lg-8 {flex-basis: 66.66666667%;max-width: 66.66666667%;}  .col-lg-9 {flex-basis: 75%;max-width: 75%;}  .col-lg-10 {flex-basis: 83.33333333%;max-width: 83.33333333%;}  .col-lg-11 {flex-basis: 91.66666667%;max-width: 91.66666667%;}  .col-lg-12 {flex-basis: 100%;max-width: 100%;}  .col-lg-offset-0 {margin-left: 0;}  .col-lg-offset-1 {margin-left: 8.33333333%;}  .col-lg-offset-2 {margin-left: 16.66666667%;}  .col-lg-offset-3 {margin-left: 25%;}  .col-lg-offset-4 {margin-left: 33.33333333%;}  .col-lg-offset-5 {margin-left: 41.66666667%;}  .col-lg-offset-6 {margin-left: 50%;}  .col-lg-offset-7 {margin-left: 58.33333333%;}  .col-lg-offset-8 {margin-left: 66.66666667%;}  .col-lg-offset-9 {margin-left: 75%;}  .col-lg-offset-10 {margin-left: 83.33333333%;}  .col-lg-offset-11 {margin-left: 91.66666667%;}  .start-lg {justify-content: flex-start;text-align: start;}  .center-lg {justify-content: center;text-align: center;}  .end-lg {justify-content: flex-end;text-align: end;}  .top-lg {align-items: flex-start;}  .middle-lg {align-items: center;}  .bottom-lg {align-items: flex-end;}  .around-lg {justify-content: space-around;}  .between-lg {justify-content: space-between;}  .first-lg {order: -1;}  .last-lg {order: 1;}  .initial-order-lg {order: initial;}  }  @media (--xl-viewport) {  .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12 {box-sizing: border-box;flex: 0 0 auto;padding-right: var(--half-gutter-width, 08px);padding-left: var(--half-gutter-width, 08px);}  .col-xl {flex-grow: 1;flex-basis: 0;max-width: 100%;}  .col-xl-1 {flex-basis: 8.33333333%;max-width: 8.33333333%;}  .col-xl-2 {flex-basis: 16.66666667%;max-width: 16.66666667%;}  .col-xl-3 {flex-basis: 25%;max-width: 25%;}  .col-xl-4 {flex-basis: 33.33333333%;max-width: 33.33333333%;}  .col-xl-5 {flex-basis: 41.66666667%;max-width: 41.66666667%;}  .col-xl-6 {flex-basis: 50%;max-width: 50%;}  .col-xl-7 {flex-basis: 58.33333333%;max-width: 58.33333333%;}  .col-xl-8 {flex-basis: 66.66666667%;max-width: 66.66666667%;}  .col-xl-9 {flex-basis: 75%;max-width: 75%;}  .col-xl-10 {flex-basis: 83.33333333%;max-width: 83.33333333%;}  .col-xl-11 {flex-basis: 91.66666667%;max-width: 91.66666667%;}  .col-xl-12 {flex-basis: 100%;max-width: 100%;}  .col-xl-offset-0 {margin-left: 0;}  .col-xl-offset-1 {margin-left: 8.33333333%;}  .col-xl-offset-2 {margin-left: 16.66666667%;}  .col-xl-offset-3 {margin-left: 25%;}  .col-xl-offset-4 {margin-left: 33.33333333%;}  .col-xl-offset-5 {margin-left: 41.66666667%;}  .col-xl-offset-6 {margin-left: 50%;}  .col-xl-offset-7 {margin-left: 58.33333333%;}  .col-xl-offset-8 {margin-left: 66.66666667%;}  .col-xl-offset-9 {margin-left: 75%;}  .col-xl-offset-10 {margin-left: 83.33333333%;}  .col-xl-offset-11 {margin-left: 91.66666667%;}  .start-xl {justify-content: flex-start;text-align: start;}  .center-xl {justify-content: center;text-align: center;}  .end-xl {justify-content: flex-end;text-align: end;}  .top-xl {align-items: flex-start;}  .middle-xl {align-items: center;}  .bottom-xl {align-items: flex-end;}  .around-xl {justify-content: space-around;}  .between-xl {justify-content: space-between;}  .first-xl {order: -1;}  .last-xl {order: 1;}  .initial-order-xl {order: initial;}  }  @media (--xs-only) {  .hidden-xs {display: none;}  }  @media (--sm-only) {  .hidden-sm {display: none;}  }  @media (--md-only) {  .hidden-md {display: none;}  }  @media (--lg-only) {  .hidden-lg {display: none;}  }  @media (--xl-only) {  .hidden-xl {display: none;}  }
.container--m {padding-right: var(--gutter-width, 16px);padding-left: var(--gutter-width, 16px);max-width: 1400px;margin: 0 auto}
.conteiner--s {padding-right: var(--gutter-width, 16px);padding-left: var(--gutter-width, 16px);max-width: 1240px;margin: 0 auto}

.btn--light {display: inline-flex;align-items: center;gap:20px;height: var(--btn-height);padding: 0 var(--gap-ms);background-color: var(--green);border-radius: var(--rad);cursor: pointer;font-family: Inter;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 120%;letter-spacing: 0%;vertical-align: middle;color:#fff;transition: .4s}
.btn--light svg{stroke:#fff;}
.btn--light:hover {background-color: var(--green-hover);}

.btn {display: inline-flex;align-items: center;gap:20px;height: var(--btn-height);padding: 0 var(--gap-ms);background-color: var(--green-d);border-radius: var(--rad);cursor: pointer;font-family: Inter;font-weight: 500;font-style: Medium;font-size: 18px;line-height: 120%;letter-spacing: 0%;vertical-align: middle;color:#fff;transition: .4s}
.btn svg{stroke:#fff;}
.btn:hover {background-color: var(--green-d-hover);}

.simple .header--container {transform: translateY(0)}
header {position: fixed;top:10px;width:100%;height:auto;left:0;z-index: 10}
.header--container {display: flex;align-items: center;justify-content: space-between;backdrop-filter: blur(30px);border-radius: var(--rad);border: 1px solid #FFFFFF4D;background-color: rgba(255,255,255,0.7);padding: 5px 30px;gap:50px;}

.header--logo-box {display: flex;align-items: center;}
.header--logo {max-width: 305px;max-height: 57px;}
.header--logo img{width: 100%;height: auto;}
.header--logo-sub {margin-right: auto;margin-left: 16px;padding-left: 16px;font-family: Inter;font-weight: 400;font-style: Regular;font-size: 19px;line-height: 120%;letter-spacing: 0%;vertical-align: middle;max-width: 238px;border-left: 1.68px solid #09281B4D}

.header--btns {margin-left: auto;display: flex;align-items: center;gap:30px;}
.header--phone {display: flex;align-items: center;font-family: Inter;font-weight: 600;font-size: 22px;line-height: 120%;letter-spacing: -1%;text-align: center;vertical-align: middle;gap:10px;}
.header--phone span {border-bottom: 1px dashed transparent;transition: border-bottom-color .4s}
.header--phone:hover span {border-bottom: 1px dashed var(--text)}

main {padding-top: 150px}

.hamb {cursor: pointer}

.main {display: flex;height: 100vh;max-height: 800px;min-height: 800px}
.main--left, .main--right {width: 50%}
.main--left {background-color: #1D2C2F;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1247' height='800' viewBox='0 0 1247 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_f_330_83)'%3e%3cellipse cx='229.217' cy='-133.039' rx='658.797' ry='603.791' fill='%23188F52'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_f_330_83' x='-788.48' y='-1095.73' width='2035.4' height='1925.38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3e%3cfeGaussianBlur stdDeviation='179.45' result='effect1_foregroundBlur_330_83'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");background-repeat: no-repeat;display: flex;align-items: center;justify-content: flex-end;}
.main--right {overflow: hidden;background-color: #1D2C2F;}

/*.parallax {background-image: url(/img/man.jpg);background-attachment: fixed;background-size: calc(100% + 10%)}*/
.parallax {position: relative;width: 100%;height: 100%}
.main--right img {height: calc(100% + 10%);position: absolute;left:50%}
/*

.parallax {opacity: 0;transition: opacity 2.5s ease-in;width: 100%;height: 100%}
.parallax.is-visible {opacity: 1;}
*/
/*
.main--box {opacity: 0;transform: translateY(40px);transition: opacity 2s ease-out, transform 1.5s ease-out;}
.main--box.is-visible {opacity: 1;transform: translateY(0);}
*/
.header--container {transform: translateY(-40px);transition: transform 1.5s ease-out;}
.header--container.is-visible {transform: translateY(0);}

.main--box {padding: var(--gap-ms);background: #FFFFFF26;border: 1px solid #FFFFFF99;backdrop-filter: blur(4px);border-radius: 30px;margin: 140px 60px 60px 60px;text-align: left;max-width: 810px}
.main--tags {display: flex;flex-wrap: wrap;gap:10px;}
.main--tag {display: flex;gap:5px;align-items: center;background: #FFFFFFF2;padding:5px 10px;border-radius: var(--rad);font-family: Inter;font-weight: 400;font-style: Regular;font-size: 16px;line-height: 120%;letter-spacing: 0px;}

h1 {font-family: Inter;font-weight: 900;font-size: 40px;line-height: 120%;letter-spacing: 1%;text-transform: uppercase;color: #fff;margin-top: 20px;}
h2 {font-family: Inter;font-weight: 800;font-size: var(--h2);line-height: 110.00000000000001%;letter-spacing: 1%;text-transform: uppercase;}
h2 span{color:var(--text-gray)}

.main--sub {margin-top: 30px;font-family: Inter;font-weight: 400;font-style: Regular;font-size: 24px;line-height: 120%;letter-spacing: 0px;color:#fff;}
.main--btn {margin-top: var(--gap-ms);}

.it {background-color: var(--back);padding: var(--gap-l) 0;display: flex;align-items: center}
.it h2{padding-left: 50px;}
.it--block {margin-top: var(--gap-ms);display: flex;gap:16px;}
.it--list {display: flex;gap:16px;width: 100%;overflow: hidden;max-width: 100%;flex-wrap: wrap}
.it--item {background-color: #fff;padding: 40px 30px;position: relative;min-width: 10%;/*transition: .4s ease-in-out;*/width: calc(50% - 8px);min-height: 120px}
/*
.it--item:not(.active) .it--title,
.it--item:not(.active) .it--text{display: none}
.it--item.active{width: 60%;}
.it--item.active .it--num {color:var(--pink);}
*/
.it--item {transition: .4s}
.mobile .it--item {transition: 1.2s}
.it--item[style="width: 60%;"] .it--title,
.it--item[style="width: 60%;"] .it--text {
	display: block;
	animation-name: my-animation;
	animation-duration: 2s;
	animation-delay: .2s; /* Анимация начнется через 2 секунды */
	animation-fill-mode: forwards;
}
.it--item[style="width: 60%;"] .it--num {color:var(--pink);}

@keyframes my-animation {
	from { opacity: 0;visibility: hidden; }
	to { opacity: 1;visibility: visible; }
}

.it.mobile h2 {transition: 1.2s;transform: translateY(-50px);opacity: 0}
.it.mobile h2.is-visible {transform: translateY(0);opacity: 1}

.it--title {font-family: Inter;font-weight: 600;font-size: 26px;line-height: 120%;letter-spacing: 0%;}
.it--text {font-family: Inter;font-weight: 400;font-size: 22px;line-height: 130%;letter-spacing: 0%;margin-top: 10px;}
.it--left {padding: 14px;background-color: var(--pink);display: flex;align-items: center;justify-content: center;flex-wrap: wrap}
.it--left span{display: block;width:100%;text-align:center;font-family: Inter;font-weight: 600;font-size: 30px;line-height: 70%;letter-spacing: 0%;color:var(--pink-darker);margin-bottom: auto}
.it--left span.big{font-family: Inter;font-weight: 700;font-size: 120px;line-height: 75%;letter-spacing: 0%;color:var(--pink-darker);margin-top: auto;margin-bottom: 10px;}
.it--item .it--num {font-family: Inter;font-weight: 700;color:var(--gray);font-size: 120px;line-height: normal;letter-spacing: normal;position: absolute;bottom:-1px;right:14px;height: 117px;user-select: none}

.it--item.anim--top {transform: translateY(-15px);opacity: 0;transition: transform 1.5s ease-out;}
.it--item.anim--bottom {transform: translateY(15px);opacity: 0;transition: transform 1.5s ease-out;}
.it--item.anim--right {transform: translateX(15px);opacity: 0;transition: transform 1.5s ease-out;}
.it--left.anim--left {transform: translateX(-15px);opacity: 0;transition: transform 1.5s ease-out;}

.it--item.anim--top.is-visible {transform: translateY(0);opacity: 1;}
.it--item.anim--bottom.is-visible {transform: translateY(0);opacity: 1;}
.it--item.anim--right.is-visible {transform: translateX(0);opacity: 1;}
.it--left.anim--left.is-visible {transform: translateX(0);opacity: 1;}

.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #e0e0e0;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1001;
}

.preloader__row {position: relative;top: 50%;left: 50%;width: 70px;height: 70px;margin-top: -35px;margin-left: -35px;text-align: center;animation: preloader-rotate 2s infinite linear;}
.preloader__item {position: absolute;display: inline-block;top: 0;background-color: var(--green);border-radius: 100%;width: 35px;height: 35px;animation: preloader-bounce 2s infinite ease-in-out;}
.preloader__item:last-child {top: auto;bottom: 0;animation-delay: -1s;}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}












