

/* Start:/_css/main.css?160431026544356*/
@charset 'UTF-8';
/*! 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: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	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 */
	-webkit-text-decoration: underline dotted;
	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: -.25em;
}

sup {
	top: -.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: .35em .75em .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 {
	-webkit-box-sizing: border-box;
	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'] {
	-webkit-box-sizing: border-box;
	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;
}

@font-face {
	font-family: 'PT Sans';
	src: local('PT Sans Bold'), local('PTSans-Bold'), url('/_fonts/PTSans-Bold.woff2') format('woff2'), url('/_fonts/PTSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PT Sans';
	src: local('PT Sans Italic'), local('PTSans-Italic'), url('/_fonts/PTSans-Italic.woff2') format('woff2'), url('/_fonts/PTSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PT Sans';
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('/_fonts/PTSans-BoldItalic.woff2') format('woff2'), url('/_fonts/PTSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PT Serif';
	src: local('PT Serif'), local('PTSerif-Regular'), url('/_fonts/PTSerif-Regular.woff2') format('woff2'), url('/_fonts/PTSerif-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PT Serif';
	src: local('PT Serif Italic'), local('PTSerif-Italic'), url('/_fonts/PTSerif-Italic.woff2') format('woff2'), url('/_fonts/PTSerif-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PT Sans';
	src: local('PT Sans'), local('PTSans-Regular'), url('/_fonts/PTSans-Regular.woff2') format('woff2'), url('/_fonts/PTSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PT Serif';
	src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url('/_fonts/PTSerif-BoldItalic.woff2') format('woff2'), url('/_fonts/PTSerif-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PT Serif';
	src: local('PT Serif Bold'), local('PTSerif-Bold'), url('/_fonts/PTSerif-Bold.woff2') format('woff2'), url('/_fonts/PTSerif-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
}

*:focus::-moz-placeholder {
	color: transparent;
}

*:focus:-moz-placeholder {
	color: transparent;
}

*:focus:-ms-input-placeholder {
	color: transparent;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666;
}

body input:required:valid,
body textarea:required:valid {
	color: #666;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::-webkit-scrollbar-track {
	background-color: rgba(66, 54, 175, .2);
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar {
	width: 1.4rem;
	height: 1.4rem;
	background-color: rgba(66, 54, 175, .2);
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-webkit-scrollbar-thumb {
	background-color: #4236af;
	border-radius: 1rem;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body::-webkit-scrollbar {
	width: 1.6rem;
	height: 1.6rem;
}

body::-webkit-scrollbar-thumb {
	background-color: #4236af;
}

html {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	font-size: 10px;
}

html:not(.no-js) [data-tabs-section]:not([active]) {
	display: none;
}

body {
	position: relative;
	min-width: 320px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	color: #193162;
	background-color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
}

.container {
	max-width: calc( 1180px + 8%);
	padding: 0 4%;
	margin: 0 auto;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	padding: 2rem 3.5rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #193162;
	background-color: #fff;
	border-radius: .4rem;
	-webkit-box-shadow: 0 1.2rem 2.4rem rgba(25, 49, 98, .3);
	box-shadow: 0 1.2rem 2.4rem rgba(25, 49, 98, .3);
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button.button_style_line {
	position: relative;
	padding-left: 4.5rem;
	margin-left: 3rem;
}

.button.button_style_line:before {
	content: '';
	position: absolute;
	left: -3rem;
	top: 50%;
	width: 6rem;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button.button_style_line:hover:before,
.button.button_style_line:active:before {
	left: 1.5rem;
	width: 1.5rem;
}

.button.button_style_line.button_style_line_right {
	margin-left: 0;
	margin-right: 3rem;
	padding-left: 3.5rem;
	padding-right: 4.5rem;
}

.button.button_style_line.button_style_line_right:before {
	left: auto;
	right: -3rem;
}

.button.button_style_line.button_style_line_right:hover:before,
.button.button_style_line.button_style_line_right:active:before {
	right: 1.5rem;
}

.button:hover,
.button:active {
	background-color: #193162;
	color: #fff;
}

.title {
	margin: 0;
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	color: #4236af;
}

.title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13rem;
	height: 2px;
	margin-left: 3rem;
	margin-bottom: .2em;
	background-color: currentColor;
}

.text:not(:first-child) {
	margin-top: 6rem;
}

.text:after {
	content: '';
	display: block;
	clear: both;
}

.text *:not(.align-wide) {
	max-width: 100%;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-weight: 700;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text p,
.text ul,
.text ol,
.text img,
.text blockquote {
	margin-bottom: 5rem;
}

.text h1:not([class*='align-']),
.text h2:not([class*='align-']),
.text h3:not([class*='align-']),
.text h4:not([class*='align-']),
.text h5:not([class*='align-']),
.text h6:not([class*='align-']),
.text p:not([class*='align-']),
.text ul:not([class*='align-']),
.text ol:not([class*='align-']),
.text img:not([class*='align-']),
.text blockquote:not([class*='align-']) {
	margin-top: 5rem;
}

.text ul li,
.text ol li {
	margin: 2rem 0 0 0;
}

.text ul {
	padding: 0;
	list-style: none;
}

.text ul li {
	padding: 0 0 0 2rem;
	background-image: -o-radial-gradient(#4236af, #4236af);
	background-image: radial-gradient(#4236af, #4236af);
	background-position: 0 .8em;
	background-size: 4px 4px;
	background-repeat: no-repeat;
}

.text a:not([class]) {
	text-decoration: none;
	padding: 0 .3rem 0 .3rem;
	color: inherit;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4236af), to(#4236af));
	background-image: -o-linear-gradient(#4236af, #4236af);
	background-image: linear-gradient(#4236af, #4236af);
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.text a:not([class]):active,
.text a:not([class]):hover {
	color: #fff;
	background-size: 100% 100%;
}

.text *:first-child {
	margin-top: 0;
}

.text *:last-child {
	margin-bottom: 0;
}

.text *.align-left {
	float: left;
	margin-right: 5rem;
}

.text *.align-right {
	float: right;
	margin-left: 5rem;
}

.text *.align-wide {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100vw;
}

.text *.align-wide + *:not([class]) {
	margin-top: 0;
}

.text blockquote {
	margin-left: 0;
	margin-right: 0;
	padding: 4rem 4%;
	border: .5rem solid currentColor;
	font-style: italic;
	position: relative;
}

.text blockquote:before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 3.8rem;
	height: 3.8rem;
	margin-right: 2rem;
	margin-bottom: .5rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 38 37\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0.351563 19V37H15.3516V17.6H9.55156L14.5516 -9.53674e-06H7.95156L0.351563 19ZM22.7516 19V37H37.5516V17.6H31.9516L36.7516 -9.53674e-06H30.3516L22.7516 19Z\' fill=\'%23545665\'/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-repeat: no-repeat;
}

.text table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: #dadada;
	display: block;
	overflow-x: auto;
	max-width: 100%;
	font-size: 1.4rem;
}

.text table th,
.text table td {
	padding: 2rem;
	text-align: left;
}

.text table th {
	background-color: #4236af;
	color: #fff;
}

.text table td {
	background-color: #fff;
	color: #000;
}

.header {
	border-bottom: 1px solid rgba(25, 49, 98, .1);
}

.header__box {
	padding: 2rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header__box:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
	width: 100vw;
	height: 1px;
	background-color: rgba(25, 49, 98, .1);
}

.header__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo-img {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 2rem 3rem 2rem 0;
}

.header__logo-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.header__logo-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 2rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: italic;
	font-family: 'PT Serif', serif;
	color: #4236af;
}

.header__logo-text a {
	color: #4236af;
	text-decoration: none;
}

.header__feedback {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__contacts {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__email {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 2rem 3rem 2rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.8rem;
}

.header__email a {
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__email a:hover,
.header__email a:active {
	color: #4236af;
}

.header__phone {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 2rem 3rem 2rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.8rem;
	font-weight: 700;
}

.header__phone a {
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__phone a:hover,
.header__phone a:active {
	color: #4236af;
}

.header__callback {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 2rem 0;
}

.header__menu-nav {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.header__menu-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header__menu-nav ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.header__menu-nav ul li:not(:last-child) {
	margin-right: 6rem;
}

.header__menu-nav ul li a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	vertical-align: baseline;
	padding: 2rem 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__menu-nav ul li a:hover,
.header__menu-nav ul li a:active {
	color: #4236af;
}

.header__menu-button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	height: 26px;
	width: 37px;
	margin: 1.5rem 0;
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 3px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.header__menu-button:before,
.header__menu-button:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: currentColor;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header__menu-button:before {
	top: 0;
}

.header__menu-button:after {
	bottom: 0;
}

.header__menu-button:active,
.header__menu-button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4236af), to(#4236af));
	background-image: -o-linear-gradient(#4236af, #4236af);
	background-image: linear-gradient(#4236af, #4236af);
}

.header__menu-button:active:before,
.header__menu-button:active:after,
.header__menu-button:hover:before,
.header__menu-button:hover:after {
	background-color: #4236af;
}

.header__menu-button[active] {
	background-size: 0 3px;
}

.header__menu-button[active]:before {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__menu-button[active]:after {
	bottom: 11px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1180px) {
	.header__logo {
		margin-right: 5%;
	}
}

@media only screen and (max-width: 992px) {
	.header__box {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__logo {
		margin-right: 2rem;
	}
	.header__logo-img {
		margin: 2rem 2rem 2rem 0;
	}
	.header__feedback {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.header__contacts {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		display: block;
		margin: 2rem 2rem 2rem 0;
	}
	.header__email {
		margin: 0;
		font-size: 1.6rem;
	}
	.header__phone {
		margin: 0;
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 768px) {
	.header__box {
		padding: 1rem 0;
	}
	.header__logo {
		display: block;
	}
	.header__logo-img {
		margin: 1rem 2rem 1rem 0;
	}
	.header__logo-text {
		margin: 1rem 0;
	}
	.header__contacts {
		margin: 1rem 2rem 1rem 0;
	}
	.header__callback {
		margin: 1rem 0;
	}
	.header__menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
	}
	.header__menu-nav {
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		max-width: 100%;
		width: 300px;
		padding: 1.5rem 3rem;
		background-color: #fff;
		-webkit-box-shadow: 0 1.2rem 2.4rem rgba(25, 49, 98, .3);
		box-shadow: 0 1.2rem 2.4rem rgba(25, 49, 98, .3);
		display: block;
		font-size: 1.8rem;
		line-height: 1;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		visibility: hidden;
		opacity: 0;
		margin-bottom: -3rem;
	}
	.header__menu-nav ul {
		display: block;
	}
	.header__menu-nav ul li:not(:last-child) {
		margin-right: 0;
		border-bottom: 1px solid rgba(25, 49, 98, .1);
	}
	.header__menu-nav ul li a {
		display: inline-block;
		vertical-align: baseline;
		padding: 1.5rem 0;
	}
	.header__menu-nav[active] {
		visibility: visible;
		opacity: 1;
		margin-bottom: 0;
	}
	.header__menu-button {
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	.header__feedback {
		display: block;
	}
	.header__contacts {
		margin: 1rem 0;
	}
	.header__email {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		font-size: 1.8rem;
	}
	.header__phone {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		font-size: 1.8rem;
	}
	.header__callback .button {
		padding: 1.75rem 2.75rem;
		margin-left: 0;
	}
	.header__callback .button:before {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.header__box {
		display: block;
	}
	.header__logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.header__feedback {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.header__email {
		font-size: 1.6rem;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.header__phone {
		font-size: 1.6rem;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 360px) {
	.header__logo {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.header__logo-img {
		margin-right: 0;
	}
	.header__menu-nav {
		width: auto;
		left: 0;
	}
}

.hero {
	padding: 6rem 0;
	background-color: #4236af;
	color: #fff;
}

.hero__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hero__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70%;
	z-index: 1;
}

.hero__title {
	margin: 0;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
}

.hero__features {
	padding: 0;
	list-style: none;
	margin: 4rem 0 0 0;
	font-size: 2.4rem;
}

.hero__features li {
	margin-top: 2rem;
	padding-left: 4rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: -o-linear-gradient(currentColor, currentColor);
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 .4em;
	background-size: .9rem .9rem;
	background-repeat: no-repeat;
}

.hero__image {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0;
	z-index: 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: -6rem;
	margin-top: -8rem;
	width: 40%;
	margin-left: -10%;
}

.hero__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.hero__advantages {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero__advantages-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(25% - 3rem);
	margin: 6rem 1.5rem 0 1.5rem;
}

.hero__advantages-title {
	font-size: 5.7rem;
	font-weight: 700;
	line-height: 1;
	font-family: 'PT Serif', serif;
}

.hero__advantages-text {
	margin-top: 1rem;
	font-size: 1.8rem;
}

@media only screen and (max-width: 1180px) {
	.hero__title {
		font-size: 6rem;
	}
	.hero__features {
		font-size: 2.2rem;
	}
	.hero__advantages-title {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 992px) {
	.hero__title {
		font-size: 5rem;
	}
	.hero__features {
		font-size: 2rem;
	}
	.hero__advantages-title {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.hero__title {
		font-size: 4.5rem;
	}
	.hero__features {
		font-size: 1.8rem;
	}
	.hero__advantages-title {
		font-size: 4rem;
	}
	.hero__advantages-item {
		width: calc(33.3333% - 3rem);
	}
}

@media only screen and (max-width: 640px) {
	.hero__box {
		display: block;
	}
	.hero__content {
		width: auto;
	}
	.hero__image {
		margin-top: 6rem;
		margin-left: 0;
		width: auto;
	}
	.hero__image img {
		margin: 0 auto;
	}
	.hero__title {
		font-size: 4rem;
	}
	.hero__advantages {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 480px) {
	.hero__title {
		font-size: 3.5rem;
	}
	.hero__advantages-item {
		width: calc(50% - 3rem);
	}
}

.about {
	padding: 6rem 0 6rem 0;
}

.about__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about__leader {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45%;
}

.about__leader-title {
	margin: 0;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	color: #4236af;
}

.about__leader-text {
	margin-top: 3rem;
	font-size: 2.1rem;
}

.about__leader-note {
	margin-top: .5rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.about__leader-cite {
	display: block;
	font-style: normal;
	margin-top: 3rem;
	padding: 1rem 0 0 0;
	font-size: 1.8rem;
	line-height: 1.6;
	font-family: 'PT Serif', serif;
	position: relative;
}

.about__leader-cite:before {
	content: '';
	position: absolute;
	top: 0;
	left: -2rem;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 5rem;
	height: 5rem;
	background-image: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 53 55\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath opacity=\'0.425921\' d=\'M25.994 27.553L48.471 0.287998L51.796 2.815L37.698 26.622L52.594 51.759L49.402 54.419L25.994 27.553ZM0.192 27.553L28.521 0.0219973L31.979 2.682L13.359 26.755L32.777 51.892L29.319 54.685L0.192 27.553Z\' fill=\'%234236AF\'/%3E%3C/svg%3E%0A');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.about__button {
	margin-top: 5rem;
}

.about__team {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45%;
	margin-right: 10%;
	padding: 4rem 0 0 3rem;
	position: relative;
	z-index: 1;
}

.about__team-title {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -6rem;
	font-size: 15rem;
	font-weight: 700;
	line-height: 15rem;
	font-style: italic;
	font-family: 'PT Serif', serif;
	color: #4236af;
	opacity: .1;
}

.about__team-text {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.6;
}

@media only screen and (max-width: 1180px) {
	.about__leader-title {
		font-size: 5.5rem;
	}
	.about__team-title {
		font-size: 13rem;
	}
}

@media only screen and (max-width: 992px) {
	.about__leader-title {
		font-size: 5rem;
	}
	.about__team-title {
		font-size: 11rem;
	}
	.about__team-text {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.about__leader-title {
		font-size: 4.5rem;
	}
	.about__team-title {
		font-size: 10rem;
	}
	.about__team-text {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.about__box {
		display: block;
	}
	.about__leader {
		width: auto;
	}
	.about__leader-cite {
		margin-left: 7rem;
	}
	.about__team {
		width: auto;
		margin-right: 0;
		margin-top: 6rem;
	}
}

@media only screen and (max-width: 480px) {
	.about__leader-title {
		font-size: 4rem;
	}
	.about__team-title {
		font-size: 8rem;
	}
	.about__team-text {
		font-size: 1.8rem;
	}
}

.services {
	padding: 6rem 0 2rem 0;
}

.services__list {
	margin: 3rem -1.5rem 0 -1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: counter-services;
}

.services__item {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(25% - 3rem);
	margin: 4rem 1.5rem;
	counter-increment: counter-services;
}

.services__item:hover .services__item-title,
.services__item:active .services__item-title {
	color: #4236af;
}

.services__item:hover .services__item-title:before,
.services__item:active .services__item-title:before {
	opacity: .2;
}

.services__item-icon {
	display: block;
	margin: 0;
	width: 6.3rem;
	height: 6.3rem;
	line-height: 6.3rem;
}

.services__item-icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.services__item-title {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	padding-bottom: 3rem;
}

.services__item-title:before {
	content: '' counter(counter-services);
	position: absolute;
	left: -2rem;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12rem;
	font-weight: 700;
	font-style: italic;
	font-family: 'PT Serif', serif;
	color: #4236af;
	opacity: .1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.services__item-title:after {
	content: '→';
	display: inline-block;
	vertical-align: middle;
	margin-left: .5rem;
	margin-top: -.3em;
}

.services__advantages {
	padding: 0;
	list-style: none;
	margin: 0 -1.5rem;
	font-size: 1.8rem;
	line-height: 1.6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services__advantages li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(25% - 3rem);
	margin: 4rem 1.5rem;
	padding-left: 2rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4236af), to(#4236af));
	background-image: -o-linear-gradient(#4236af, #4236af);
	background-image: linear-gradient(#4236af, #4236af);
	background-position: 0 .5em;
	background-size: .9rem .9rem;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
	.services__item-title {
		font-size: 1.5rem;
	}
	.services__advantages {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 768px) {
	.services__item {
		width: calc(33.3333% - 3rem);
	}
	.services__advantages li {
		width: calc(33.3333% - 3rem);
	}
}

@media only screen and (max-width: 640px) {
	.services__item {
		width: calc(50% - 3rem);
	}
	.services__advantages li {
		width: calc(50% - 3rem);
	}
}

@media only screen and (max-width: 480px) {
	.services__advantages {
		display: block;
	}
	.services__advantages li {
		width: auto;
	}
}

@media only screen and (max-width: 360px) {
	.services__item-title {
		font-size: 1.4rem;
	}
}

.calltoaction {
	padding: 5rem 0;
}

.calltoaction__box {
	padding: 3rem 5rem;
	background-color: #4236af;
	color: #fff;
	border-radius: .4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.calltoaction__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 2rem;
}

.calltoaction__title {
	margin: 0;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
}

.calltoaction__text {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 1.6;
}

.calltoaction__image {
	display: block;
	margin: 0 2rem 0 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.calltoaction__image img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.calltoaction__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media only screen and (max-width: 992px) {
	.calltoaction__title {
		font-size: 3rem;
	}
	.calltoaction__text {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.calltoaction__box {
		padding: 3rem 3rem;
	}
	.calltoaction__title {
		font-size: 2.8rem;
	}
	.calltoaction__text {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.calltoaction__box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.calltoaction__content {
		margin-right: 0;
		width: 100%;
	}
	.calltoaction__image {
		margin-top: 3rem;
	}
	.calltoaction__button {
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 480px) {
	.calltoaction__box {
		padding: 3rem 2rem;
	}
}

.clients {
	padding: 6rem 0;
}

.clients__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
}

.clients__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(20% - 3rem);
	margin: 4rem 1.5rem 4rem 1.5rem;
	text-align: center;
}

.clients__item-image {
	margin: 0;
	display: block;
	height: 0;
	padding-bottom: 70%;
	position: relative;
}

.clients__item-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.clients__item-title {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
}

@media only screen and (max-width: 992px) {
	.clients__item {
		width: calc(25% - 3rem);
	}
}

@media only screen and (max-width: 768px) {
	.clients__item {
		width: calc(33.3333% - 3rem);
	}
}

@media only screen and (max-width: 480px) {
	.clients__item {
		width: calc(50% - 3rem);
	}
}

.footer {
	padding: 3rem 0 9rem 0;
}

.footer__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer__inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 3rem;
	background-color: #4236af;
	color: #fff;
	border-radius: .4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 4rem;
}

.footer__copy {
	font-size: 1.6rem;
	line-height: 1.6;
}

.footer__policy {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

.footer__policy a {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__policy a:hover,
.footer__policy a:active {
	opacity: .5;
}

.footer__address {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.6rem;
	line-height: 1.6;
	font-style: normal;
	margin-right: 4rem;
}

.footer__contacts {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 4rem;
}

.footer__phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.footer__phone a {
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__phone a:hover,
.footer__phone a:active {
	opacity: .5;
}

.footer__email {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.8rem;
	line-height: 1.2;
}

.footer__email a {
	text-decoration: underline;
	color: inherit;
	white-space: nowrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__email a:hover,
.footer__email a:active {
	opacity: .5;
}

.footer__callback {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer__author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: inherit;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 4rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__author:hover,
.footer__author:active {
	opacity: .7;
}

.footer__author-text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	line-height: 1.2;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer__author-icon {
	display: block;
	margin: 1rem 0 0 0;
}

.footer__author-icon img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 992px) {
	.footer__text {
		margin-right: 2rem;
	}
	.footer__address {
		margin-right: 2rem;
	}
	.footer__contacts {
		margin-right: 2rem;
	}
	.footer__phone {
		font-size: 2rem;
	}
	.footer__email {
		font-size: 1.6rem;
	}
	.footer__author {
		margin-left: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.footer__inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__text {
		margin-right: 2rem;
		width: calc(50% - 1rem);
	}
	.footer__address {
		width: calc(50% - 1rem);
		margin-right: 0;
	}
	.footer__contacts {
		margin-top: 4rem;
		margin-right: 2rem;
		width: calc(50% - 1rem);
	}
	.footer__callback {
		margin-top: 4rem;
		width: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 640px) {
	.footer {
		padding: 3rem 0;
	}
	.footer__box {
		display: block;
	}
	.footer__author {
		margin-left: 0;
		margin-top: 3rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer__author-text {
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.footer__author-icon {
		margin-top: 0;
		margin-right: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	.footer__inner {
		display: block;
		text-align: center;
	}
	.footer__text {
		width: auto;
		margin-right: 0;
	}
	.footer__address {
		width: auto;
		margin-right: 0;
		margin-top: 3rem;
	}
	.footer__contacts {
		width: auto;
		margin-right: 0;
	}
	.footer__phone,
	.footer__email {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__callback {
		width: auto;
	}
}

@media only screen and (max-width: 1180px) {
	html {
		font-size: 9px;
	}
}

@media only screen and (max-width: 992px) {
	.title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 768px) {
	.title {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 640px) {
	.title {
		font-size: 3rem;
	}
}

/* End */


/* Start:/_css/custom.css?160802453818223*/
.pages-top {
	margin: 2rem 0;
	color: #fff;
	position: relative;
}
.pages-top__box {
	height: 45.1rem;
	padding: 9.7rem 12.9rem 0;
	position: relative;
}
.pages-top__contact .pages-top__box {
	background: #4236af url("/_img/contact_top.jpg") no-repeat;
}

.pages-top__company .pages-top__box {
	background: #4236af url("/_img/company_top.jpg") no-repeat;
}

.pages-top__services .pages-top__box {
	background: #4236af url("/_img/services_top.jpg") no-repeat;
}

.pages-top__news .pages-top__box {
	background: #4236af url("/_img/news_top.jpg") no-repeat;
}

.pages-top__reviews .pages-top__box {
	background: #4236af url("/_img/review_top.jpg") no-repeat;
}


.pages-top__content {
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.pages-top__box:after {
	content: '';
	position: absolute;
	left: 7.6rem;
	bottom: -7.45rem;
	width: .2rem;
	height: 14.9rem;
	background: #4236AF;
}

.pages-top__subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	height: 2.1rem;
}

.pages-top__title {
	margin: .8rem 0 1.7rem;
	font-size: 7.2rem;
	text-transform: uppercase;
	line-height: 8.2rem;
}

.pages-top__description {
	font-size: 3.2rem;
	line-height: 3.8rem;
	font-weight: bold;
}

.contact-info {
	margin-top: 11.6rem;
}

.contact-top {
	display: flex;
	margin-bottom: 5.4rem;
}

.contact-top__address {
	margin-right: 12.9rem;
}

.contact-top__address {
	margin-right: 12.9rem;
	font-size: 2.4rem;
	line-height: 1.5;
	padding-left: 12.6rem;
	background: url("/_img/location_icon_contact.svg") no-repeat 17px 8px;
}

.contact-top__worktime span {
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: .3rem;
	display: inline-block;
}

.contact-top__phone {

}

.contact-top__worktime a {
	font-size: 3.2rem;
	font-weight: bold;
	text-decoration: none;
	color: #193162;
	line-height: 3.8rem;
}

.contact-feedback__wrapper {
	margin-top: 8.3rem;
}

.contact-feedback {
	background: #4236AF;
	color: #fff;
	padding: 1.5rem 4.5rem 4rem;
	display: flex;
	align-items: flex-start;
}

.contact-feedback__img {
	margin: 2.4rem 6rem 0;
}

.contact-feedback__link {
	background: #fff;
	text-align: center;
	padding: 1.9rem 3.9rem;
	white-space: nowrap;
	font-size: 1.4rem;
	text-decoration: none;
	color: #193162;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	align-self: center;
}

.contact-feedback__text {
	font-size: 2.4rem;
	line-height: 1.5;
}

.contact-feedback__title {
	margin-bottom: 1.2rem;
	font-size: 3.2rem;
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;
}

.contact-map {
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 rgb(141, 141, 141, 0.3);
}

.contact-map > div {
	height: 48.6rem;
}

.also-bottom {
	margin-top: 10rem;
}

.also-bottom__title span {
	font-size: 4.8rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #4236AF;
	line-height: 6.2rem;
	position: relative;
}

.also-bottom__title span:after {
	content: '';
	position: absolute;
	width: 13.6rem;
	height: 0.2rem;
	background: #4236AF;
	right: -19.4rem;
	top: 2.7rem;
}

.also-bottom__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.8rem;
}

.also-bottom__item {
	width: calc(50% - 10px);
	background: #ECEAF7;
	display: flex;
	padding: 2.5rem 3rem;
	margin-bottom: 2rem;
}

.also-bottom__item-img {
	margin-top: 1.5rem;
	min-width: 11rem;
	width: 11rem;
	height: 11rem;
	background: #4236AF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2rem;
}

.also-bottom__item-title {
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .9rem;
}

.also-bottom__item-text {
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 1.6rem;
}

.also-bottom__item-link {
	font-size: 1.8rem;
	color: #193162;
	text-decoration: none;
	font-weight: bold;
}

.services__page {
	margin-top: 5rem;
}

.principles {
	margin-bottom: 8rem;
}

.principles__box {
	padding: 8.3rem 2rem .7rem;
	background: #4236AF;
	position: relative;
	border-radius: 4px;
}

.principles__box:before {
	content: '';
	position: absolute;
	right: 7.6rem;
	top: -7.45rem;
	width: .2rem;
	height: 14.9rem;
	background: #193162;
}

.principles__list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
}

.principles__list-item {
	color: #fff;
	width: 33.333%;
	margin-bottom: 7.6rem;
	padding: 0 0.9rem;
}

.principles__list-item__number {
	font-size: 2.4rem;
	line-height: 3.1rem;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1.7rem;
}

.principles__list-item__title {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
}
.principles__list-item__text {
	font-size: 1.8rem;
	line-height: 3.2rem;
}
.principles__title {
	position: absolute;
	z-index: 1;
	font-size: 15.1rem;
	color: #fff;
	opacity: .1;
	font-weight: bold;
	font-style: italic;
	left: 6.6rem;
	top: -3.2rem;
}

.proceedings__list {
	padding: 6.5rem 0;
}

.proceedings__list-item {
	display: flex;
	padding: 2.5rem 0;
	border-bottom: 2px solid #DBDEDC;
}

.proceedings__list-item__tags {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8rem;
	width: 30rem;
	padding-right: 2rem;
	padding-top: 1.2rem;
	min-width: 30rem;
}

.proceedings__list-item__tags > div {
	margin-bottom: .4rem;
}

.proceedings__list-item__date {
	font-size: 4.2rem;
	line-height: 5rem;
	color: rgba(25, 49, 98, .3);
	margin-bottom: .4rem;
}

.proceedings__list-item__name {
	color: #000;
	font-size: 3.6rem;
	line-height: 4.2rem;
	margin-bottom: 2rem;
}

.proceedings__list-item__text {
	color: #000;
	font-size: 1.8rem;
	line-height: 3.2rem;
}

.proceedings__list-item__decision {
	color: #4236AF;
	font-size: 1.2rem;
	line-height: 1.4rem;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6rem;
	background: url("/_img/book.svg") no-repeat center top;
}

.proceedings__list-item__info {
	padding-right: 3rem;
}

.proceedings__load-more__box {
	margin-bottom: 6.5rem;
	text-align: center;
}

.proceedings__load-more {
	display: inline-block;
	font-size: 1.6rem;
	color: #193162;
	text-decoration: none;
	line-height: 1.8rem;
	padding: 1.8rem 4.5rem;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	border-radius: 4px;
}

.service-detail {
	margin-top: 9rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
}

.service-detail__box h3 {
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin: 3rem 0;
}

.service-detail__box h3 {
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin: 3rem 0;
	color: #4236AF;
}

.service-detail__box ol {
	padding-left: 11rem;
	margin: 3rem 0;
	list-style-type: none;
	counter-reset: number-section;
}

.service-detail__box ol li {
	position: relative;
	margin-bottom: 3.2rem;
}

.service-detail__box ol li::before {
	counter-increment: number-section;
	content: counter(number-section);
	display: block;
	position: absolute;
	font-size: 4.2rem;
	font-weight: bold;
	font-style: italic;
	left: -7rem;
	color: #4236AF;
}

.service-detail__box ul {
	padding-left: 11rem;
	margin: 3rem 0;
	list-style-type: none;
}

.service-detail__box ul li {
	position: relative;
	margin-bottom: 3.2rem;
}

.service-detail__box ul li::before {
	content: '';
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: -7rem;
	background: #4236AF;
	top: 1.1rem;
}

.service-detail__proceedings-before {
	height: 8rem;
}

.company-top {
	margin-top: 7rem;
}

.company-top__box {
	padding: 0 15rem 0 13.5rem;
}

.company-top__about {
	font-size: 3.2rem;
	line-height: 4.2rem;
	font-weight: bold;
}

.company-top__about > span {
	color: #4236AF;
}

.company-top__stat {
	display: flex;
	margin: 7rem 0 4rem;
}

.company-top__stat-item {
	font-size: 3.2rem;
	line-height: 4.2rem;
	font-weight: bold;
	font-style: italic;
}
.company-top__stat .company-top__stat-item:first-of-type {
	margin-right: 19rem;
}
.company-top__stat-item > div {
	color: #4236AF;
	font-size: 10rem;
	line-height: 13rem;
	font-style: normal;
}
.company-top__description {
	font-size: 2.4rem;
	line-height: 4.2rem;
}

.company-command {
	margin: 8rem 0 9.5rem;
}

.company-command__box {
	margin-top: 7rem;
}

.company-command__list {
	display: flex;
	flex-wrap: wrap;
}

.company-command__item {
	width: 33.333%;
	margin-bottom: 3rem;
}

.company-command__item-img {
	width: 28rem;
	margin: 0 auto;
	position: relative;
}

.company-command__item-img > img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}

.company-command__item-img:after {
	/*content: '';*/
	/*position: absolute;*/
	/*z-index: 2;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: url("/_img/personal_mask.svg") no-repeat;*/
	/*-moz-background-size: 100% 100%;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
}

.company-command__item-link {
	position: absolute;
	z-index: 3;
	display: block;
	width: 6.5rem;
	height: 6.5rem;
	background: #FFFFFF;
	text-align: center;
	line-height: 6.5rem;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	border-radius: 50%;
	right: 0;
	bottom: -0.7rem;
}

.company-command__item-name {
	width: 28rem;
	margin: 2.7rem auto 3.3rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.1rem;
	padding-left: 3rem;
}

.company-command__item-position {
	width: 28rem;
	margin: 0 auto;
	padding-left: 3rem;
	font-size: 1.8rem;
	line-height: 2.1rem;
	margin-bottom: .7rem;
}
.company-command__item-practice {
	width: 28rem;
	margin: 0 auto;
	padding-left: 3rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #4236AF;
	font-weight: bold;
	font-style: italic;
}

.news__list {
	margin-top: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news__list-item {
	width: calc(33.33% - 13.333px);
	margin-bottom: 2.5rem;
	background: #fff;
	text-decoration: none;
	color: #193162;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .1);
	padding: 3rem;
	border-radius: 4px;
}

.news__list-item__date {
	color: #4236AF;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	opacity: .4;
	margin-bottom: 1.3rem;
}
.news__list-item__name {
	color: #4236AF;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
}
.news__list-item__text {
	color: #193162;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.command {
	margin-top: 6rem;
}
.employee {
	margin-top: 15rem;
	background: #4236AF;
	color: #fff;
}
.employee__box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.employee__title {
	color: #4236AF;
	font-size: 15.1rem;
	line-height: 19.6rem;
	font-weight: bold;
	font-style: italic;
	left: 0;
	top: -14.5rem;
	position: absolute;
}
.employee__content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45%;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 12rem;
}
.employee__image {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0;
	z-index: 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 0rem;
	margin-top: -15rem;
	width: 50%;
	margin-left: 5%;
}
.employee__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.employee__name {
	font-size: 6.4rem;
	line-height: 8rem;
	margin: 0;
}
.employee__position {
	margin-top: 3rem;
	font-size: 2.1rem;
	line-height: 2.5rem;
}
.employee__practice {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
}

.employee-info {
	margin-top: 5rem;
}
.employee-info__box {
	padding: 0 12rem;
}
.employee-info__description {
	font-size: 2.4rem;
	line-height: 4.2rem;
}
.employee-info__diploma {
	display: inline-block;
	margin-top: 1.9rem;
	color: #193162;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	position: relative;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	padding: 2rem 5rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.employee-info__diploma:before {
	content: '';
	position: absolute;
	left: -2.9rem;
	top: 2.55rem;
	width: 5.8rem;
	height: .1rem;
	background: #44577F;
}
.employee-info__contact {
	margin-top: 7rem;
}
.employee-info__contact-title {
	color: #4236AF;
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin-bottom: 5rem;
}
.employee-info__contact-list {
	display: flex;
}
.employee-info__contact-item {
	margin-right: 6rem;
	color: #193162;
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: bold;
	padding-left: 6rem;
	position: relative;
}
.employee-info__contact-item.phone-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: -.2rem;
	width: 4rem;
	height: 4rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4236AF url("/_img/phone_contact.svg") no-repeat center;
}
.employee-info__contact-item.email-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: -.2rem;
	width: 4rem;
	height: 4rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4236AF url("/_img/mail_contact.svg") no-repeat center;
}

.faq, .gallery, .licenses, .requisites {
	margin-top: 6rem;
}

.accordion-item {
	margin-bottom: 2rem;
}

.accordion-item--title.h4 {
	color: #4236af;
	font-weight: 600;
	font-size: 2rem;
}

.news-filter {
	margin-top: 8rem;
}
.news-filter__items {
	display: flex;
	align-items: flex-end;
}
.news-filter__title {
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin-right: 3rem;
}

.news-filter__link {
	color: #4236AF;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 0.8rem 1.2rem;
	display: inline-block;
	margin-bottom: .6rem;
	margin-right: .6rem;
}
.news-filter__link.active {
	background: rgba(66,54,175,0.1);
}
.news__loadmore {
	margin-top: 3.5rem;
	text-align: center;
}

.proceed__loadmore {
	text-align: center;
}

.news__loadmore-btn, .proceed__loadmore-btn {
	display: inline-block;
	font-size: 1.6rem;
	color: #193162;
	text-decoration: none;
	line-height: 1.8rem;
	padding: 1.8rem 4.5rem;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	border-radius: 4px;
}

.news-detail {
	margin-top: 9rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
}

.news-detail h3 {
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin: 3rem 0;
}

.news-detail h3 {
	font-size: 4.2rem;
	line-height: 5.4rem;
	font-weight: bold;
	margin: 3rem 0;
	color: #4236AF;
}

.news-detail ol {
	padding-left: 11rem;
	margin: 3rem 0;
	list-style-type: none;
	counter-reset: number-section;
}

.news-detail ol li {
	position: relative;
	margin-bottom: 3.2rem;
}

.news-detail ol li::before {
	counter-increment: number-section;
	content: counter(number-section);
	display: block;
	position: absolute;
	font-size: 4.2rem;
	font-weight: bold;
	font-style: italic;
	left: -7rem;
	color: #4236AF;
}

.news-detail ul {
	padding-left: 11rem;
	margin: 3rem 0;
	list-style-type: none;
}

.news-detail ul li {
	position: relative;
	margin-bottom: 3.2rem;
}

.news-detail ul li::before {
	content: '';
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: -7rem;
	background: #4236AF;
	top: 1.1rem;
}

.news-detail__other {
	margin-top: 8rem;
}

.news-detail__other-title {
	position: relative;
}
.news-detail__other-title__link {
	position: absolute;
	width: 65px;
	height: 65px;
	right: 0;
	top: -9px;
	line-height: 65px;
	text-align: center;
	background: #fff;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.news-detail__proceeds {
	margin-top: 8rem;
}

.rewiews {
	margin-top: 15rem;
}

.reviews__box {
	display: flex;
	align-items: flex-start;
}

.reviews__item {
	display: flex;
	align-items: flex-start;
}

.reviews__item-img {
	width: 54%;
	margin-right: 4%;
}

.reviews__item-img img {
	max-width: 100%;
}

.review__item-content {
	width: 42%;
}

.review__item-date {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(66, 54, 175, .4);
	margin-bottom: 2.7rem;
}

.review__item-name {
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #4236AF;
}
.review__item-text {
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.reviews__buttons {
	position: relative;
	min-width: 120px;
	display: flex;
	flex-direction: column;
	padding-left: 5rem;
	align-items: center;
}

.review__button {
	display: block;
	width: 6.5rem;
	height: 6.5rem;
	background: #FFFFFF;
	text-align: center;
	line-height: 6.5rem;
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	border-radius: 50%;
	margin-bottom: 3rem;
}

.review__button.prev-review-button > img {
	transform: rotate(180deg);
}

button, a {
	outline: none;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
}

.modal__box {
	width: 32rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 24px 0 rgba(25, 49, 98, .29);
	border-radius: 10px;
	padding: 25px 15px;
}

.modal__close {
	position: absolute;
	width: 2.6rem;
	display: block;
	top: -3rem;
	right: -3rem;
}

.modal__close > img {
	width: 100%;
}

.modal__title {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.modal__input-line {
	margin-bottom: 1.5rem;
}

.modal__input-placeholder {
	font-size: 1.6rem;
	margin-bottom: .5rem;
}

.modal__input {
	width: 100%;
	outline: none;
	padding: 1rem 1.5rem;
	border-radius: .4rem;
	border: 1px solid #4236AF;
}
.modal__textarea {
	width: 100%;
	height: 10rem;
	outline: none;
	padding: 2rem 1.5rem;
	border-radius: .4rem;
	border: 1px solid #4236AF;
	resize: none;
}

.modal__submit-box {
	margin-top: 3rem;
}
.modal__submit.button {
	display: block;
}
.modal__result {
	margin-top: 3rem;
	font-weight: 500;
	text-align: center;
	display: none;
}
/* End */


/* Start:/_libs/fancybox/jquery.fancybox.min.css?158459752412795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/dykan_2020/template_styles.css?160430795654*/
.header__menu-nav ul.dropdown-menu {
	display: none;
}
/* End */
/* /_css/main.css?160431026544356 */
/* /_css/custom.css?160802453818223 */
/* /_libs/fancybox/jquery.fancybox.min.css?158459752412795 */
/* /bitrix/templates/dykan_2020/template_styles.css?160430795654 */
