/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

p {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea { /* 1 */
	font: inherit; /* 2 */
	margin: 0;
	color: inherit; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] { /* 2 */
	cursor: pointer;
	-webkit-appearance: button; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] { /* 1 */ /* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend { /* 1 */
	padding: 0;
	border: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/* font-family: "OpenSansRegular"; */

@font-face {
	font-family: 'OpenSansRegular';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/OpenSansRegular/OpenSansRegular.eot');
	src: url('../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
}

/* font-family: "OpenSansLight"; */

@font-face {
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/OpenSansLight/OpenSansLight.eot');
	src: url('../fonts/OpenSansLight/OpenSansLight.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansLight/OpenSansLight.woff') format('woff'), url('../fonts/OpenSansLight/OpenSansLight.ttf') format('truetype');
}

/* font-family: "OpenSansSemiBold"; */

@font-face {
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.eot');
	src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansSemiBold/OpenSansSemiBold.woff') format('woff'), url('../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf') format('truetype');
}

/* font-family: "OpenSansItalic"; */

@font-face {
	font-family: 'OpenSansItalic';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/OpenSansItalic/OpenSansItalic.eot');
	src: url('../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansItalic/OpenSansItalic.woff') format('woff'), url('../fonts/OpenSansItalic/OpenSansItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Gilroy-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
}

@font-face {
	font-family: 'Gilroy-Light';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.eot');
	src: url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-Light/Gilroy-Light.svg#Gilroy-Light') format('svg');
}

@font-face {
	font-family: 'Gilroy-Bold';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
}

@font-face {
	font-family: 'Gilroy-Medium';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
}

@font-face {
	font-family: 'Gilroy-SemiBold';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot');
	src: url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
}

@font-face {
	font-family: 'Gilroy-ExtraBold';
	font-weight: 800;
	font-style: normal;
	src: url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.eot');
	src: url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf') format('ttf'), url('../fonts/Gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

body {
	font: 400 13px/1.5 'Gilroy-Regular', 'Arial', serif;
	font-weight: normal;
	font-style: normal;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #2e3033;
}

a {
	transition: color, .2s;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 56px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 20px;
	color: #5b6db7;
}

h2 {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 50px;
}

h3 {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

.bold {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 16px;
}

.desc {
	margin-bottom: 20px;
}

.white {
	font-size: 16px;
	line-height: 22px;
	max-width: 420px;
	opacity: 1;
	color: #7c829b;
}

.gray {
	opacity: .5;
}

.header {
	margin-bottom: 20px;
	background: linear-gradient(-45deg, #f3f9fc, #f8f2f8);
}

.header_sub {
	padding: 40px 0;
}

.header__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
}

.header__inner .header_top {
	position: relative;
	z-index: 3;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header__inner .header_top .right {
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: flex-end;
}

.header__inner .header_top .right .profile {
	display: flex;
}

.header__inner .header_top .right .profile a {
	margin: 0 30px;
}

.header__inner .header_top .right .profile .link,
.header__inner .header_top .right .profile .nav__link {
	font-family: 'Gilroy-Regular', 'Arial', serif;
	font-size: 15px;
	color: #626986;
	border: none;
}

.header__inner .header_top .right .profile .link:hover,
.header__inner .header_top .right .profile .nav__link:hover {
	color: #d76697;
	border: none;
}

.header_main {
	position: relative;
	overflow: hidden;
	height: 100vh;
	max-height: 900px;
	padding-top: 40px;
	background-image: url('../img/figure1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.header_main .header_title {
	margin-bottom: 120px;
	padding-left: 60px;
}

.header_main .logo img {
	width: 180px;
}

.header_main .header_body {
	position: relative;
	z-index: 3;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-start;
}

.header_main .header_body .ico_text p {
	font-size: 16px;
	color: #fff;
}

.header_main .header_body .left {
	position: relative;
	display: flex;
	width: 50%;
	height: 80%;
	align-items: center;
}

.header_main .header_body .right {
	display: flex;
	width: 50%;
	height: 80%;
	padding-right: 60px;
	justify-content: flex-end;
	align-items: center;
}

.header_main .header_body .right .login {
	max-width: 400px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 10px 10px 27px 3px #e7ecf7;
}

.header_main .header_body .right .login .btn {
	width: 150px;
	margin-top: 15px;
}

.header_main .header_body .right .login .bold {
	margin-bottom: 20px;
	opacity: .8;
	color: #5767a7;
}

.nav__list {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.nav__list li {
	flex: 0 1 auto;
}

.nav__list li:first-child .nav__link {
	padding-left: 0;
}

.nav__list li:last-child .nav__link {
	padding-right: 0;
}

.nav__link {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	padding: 15px;
	text-decoration: none;
}

.page-container {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	background-color: #fff;
	justify-content: flex-start;
	align-items: stretch;
}

.page {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.page__inner {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex-grow: 1;
}

.page__item {
	margin-bottom: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

.footer {
	background: linear-gradient(-45deg, #f3f9fc, #f8f2f8);
}

.footer__inner {
	display: flex;
	flex-direction: row;
	height: 120px;
	align-items: center;
	justify-content: space-between;
}

.form__item {
	font-size: 13px;
	display: inline-block;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding: 5px 12px;
	vertical-align: top;
	color: #2e3033;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #f6f5f9;
}

.form__item:focus {
	border-color: #d76697;
	outline: 0;
}

.form__item[disabled] {
	cursor: default;
	background-color: #f5f7f9;
}

.form__item:focus::-webkit-input-placeholder {
	transition: color .3s;
	color: transparent;
}

.form__item:focus::-moz-placeholder {
	transition: color .3s;
	color: transparent;
}

.form__item_big {
	padding: 20px 12px;
}

.form__textarea {
	font-size: 13px;
	width: 100%;
	height: 100px;
	padding: 12px 20px;
	resize: none;
	color: #2e3033;
	border: 1px solid #d7d7d9;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: none;
	box-shadow: inset 0 0 10px 0 rgba(215, 215, 217, .35);
}

.form__textarea:focus {
	border-color: #4b88b8;
	outline: 0;
}

.form__textarea[disabled] {
	cursor: default;
	background-color: #f5f7f9;
}

.form__textarea:focus::-webkit-input-placeholder {
	transition: color .3s;
	color: transparent;
}

.form__textarea:focus::-moz-placeholder {
	transition: color .3s;
	color: transparent;
}

.form__textarea_custom {
	border: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	box-shadow: none;
}

.form__textarea_custom:focus {
	border-color: transparent;
	outline: 0;
}

/* fuck ie */

.internet-explorer .page__inner {
	height: calc(100vh - 70px - 50px);
}

.link,
.nav__link {
	display: inline-block;
	transition: color, .2s;
	vertical-align: top;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

.link:hover,
.nav__link:hover {
	color: #d76697;
	border-bottom: 1px dashed #d76697;
}

.link:focus,
.nav__link:focus,
.link:active,
.nav__link:active {
	text-decoration: none;
	outline: 0;
}

.link_active {
	color: #d76697;
}

.link_light {
	color: #d3dae9;
}

.link_light:hover {
	color: #d76697;
}

.link_dark {
	color: #2e3033;
}

.link_dark:hover {
	color: #d76697;
}

.link_underlined {
	text-decoration: underline;
}

.link_underlined:hover {
	text-decoration: underline;
}

.link_ph {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

.link_ph:hover {
	transition: all, .2s;
	color: #d76697;
	border-color: #d76697;
}

.link_pink {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	color: #d76697;
	border-color: transparent;
}

.layout-inner,
.header__inner,
.page__inner,
.footer__inner {
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.btn {
	font-family: 'Gilroy-Regular', 'Arial', serif;
	font-size: 13px;
	position: relative;
	display: inline-block;
	height: 45px;
	padding: 12px 32px;
	cursor: pointer;
	transition: all .3s ease-out;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	opacity: 1;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 5px;
	outline: 0;
	background: linear-gradient(-45deg, #bf68dc, #ee78ab);
	background-color: #d76697;
	background-size: 100%;
	box-shadow: none;
}

.btn:hover,
.btn:focus {
	transition: all .3s ease-out;
	opacity: .9;
	border-color: transparent;
	background-size: 110% 110%;
}

.btn_disabled {
	cursor: default;
	color: #656f73;
	border-color: #b3b8c0;
	background-color: #f5f7f9;
}

.btn_disabled:hover,
.btn_disabled:active,
.btn_disabled:focus {
	color: #656f73;
	border-color: #b3b8c0;
	background-color: #f5f7f9;
}

.btn_standart {
	color: #fff;
	border-color: #4b88b8;
	background-color: #4b88b8;
}

.btn_standart:hover,
.btn_standart:focus {
	border-color: #1c75bc;
	background-color: #1c75bc;
}

.btn_standart:active {
	border-color: #1967a6;
	background-color: #1967a6;
}

.btn_attach {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	position: relative;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	color: #4b88b8;
	border: none;
	outline: 0;
	background-color: transparent;
	box-shadow: none;
}

.btn_attach:hover {
	color: #1c75bc;
}

.btn_attach > input[type=file] {
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.btn_attach.btn_disabled > input[type=file] {
	display: none;
}

.btn_upload {
	overflow: hidden;
}

.btn_upload > input[type=file] {
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.btn_upload.btn_disabled > input[type=file] {
	display: none;
}

.form__checkbox {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 25px;
	cursor: pointer;
	vertical-align: top;
}

.form__checkbox_hidden {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	margin: 0;
	opacity: 0;
}

.form__checkbox_indicator {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	transition: all .1s;
	border: 1px solid #747880;
	border-radius: 3px;
	background: #fff;
}

.form__checkbox_indicator:after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 6px;
	content: '';
	transition: all .25s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.form__checkbox_text {
	color: #2e3033;
}

.form__checkbox > input:checked ~ .form__checkbox_indicator {
	border-color: #1c75bc;
	background: #1c75bc;
}

.form__checkbox > input:checked ~ .form__checkbox_indicator:after {
	-webkit-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}

.form__checkbox > input:not(checked) ~ .form__checkbox_indicator:after {
	-webkit-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
}

.form__checkbox > input:focus ~ .form__checkbox_indicator {
	border-color: #4b88b8;
}

.form__checkbox > input:focus ~ .form__checkbox_indicator:after {
	border-color: #edf0f0;
}

.form__checkbox > input:disabled ~ .form__checkbox_indicator {
	cursor: default;
	background-color: #e3e4e6;
}

.form__checkbox > input:disabled ~ .form__checkbox_indicator:after {
	border-color: #edf0f0;
}

.form__checkbox > input:disabled ~ .form__checkbox_text {
	cursor: default;
	color: #747880;
}

.date {
	font-size: 14px;
	opacity: .5;
}

.tile {
	width: 100%;
}

.tile__inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: stretch;
}

.tile__inner_item {
	position: relative;
	width: calc(33.3333% - 22px);
	margin-right: 32px;
	margin-bottom: 32px;
	cursor: pointer;
	background-color: #fff;
}

.tile__inner_item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: .0001%;
	height: 10px;
	content: '';
	transition: width .4s ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: linear-gradient(-45deg, #bf68dc, #ee78ab);
	background-color: #d76697;
}

.tile__inner_item:hover:after {
	width: 100%;
	transition: width .4s ease-out;
}

.tile__inner_item:nth-child(3n+3) {
	margin-right: 0;
}

.tile__inner_item .tile_head {
	width: 100%;
	height: auto;
}

.tile__inner_item .tile_head img {
	width: 100%;
	height: 210px;
}

.tile__inner_item .tile_body {
	position: relative;
	z-index: 2;
	margin: -40px 20px 20px 20px;
	padding: 20px;
	background-color: #fff;
}

.tile__inner_item .tile_body .date {
	margin-bottom: 15px;
}

.tile__inner_item .tile_body .tile_h {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.tile__inner_item .tile_body .tile_text {
	margin-bottom: 15px;
}

.page_full {
	width: 100%;
	background: linear-gradient(-45deg, #f3f9fc, #f8f2f8);
	background-color: #f2f2f2;
}

.page_full .page__inner {
	background-color: transparent;
}

.page_full .page__inner .page__item {
	background-color: transparent;
}

.page__item_info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
}

.ir_left {
	min-width: 357px;
	margin-right: 32px;
	padding: 20px;
	padding-bottom: 20px;
	transition: all .3s ease-out;
	background-color: #fff;
	background-image: url('../img/i1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ir_left .it_d {
	margin-bottom: 15px;
}

.ir_left .p_info {
	max-width: 70%;
	margin-bottom: 15px;
}

.ir_left .bold {
	margin-bottom: 20px;
}

.ir_left:hover {
	box-shadow: 10px 10px 27px 3px #e7ecf7;
}

.ir_header {
	display: flex;
	margin-bottom: 15px;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
}

.ir_header .bold {
	margin-bottom: 0 !important;
}

.info_right {
	display: flex;
	flex-direction: column;
	width: -webkit-fill-available;
	align-items: stretch;
	justify-content: space-between;
}

.info_right .ir_top {
	margin-bottom: 32px;
}

.info_right .ir_top .ir_box {
	width: 100%;
	padding: 20px;
	padding-bottom: 20px;
	transition: all .3s ease-out;
	background-color: #fff;
	background-image: url('../img/i2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.info_right .ir_top .ir_box .bold {
	margin-bottom: 20px;
}

.info_right .ir_top .ir_box:hover {
	box-shadow: 10px 10px 27px 3px #e7ecf7;
}

.info_right .ir_bottom {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: space-between;
}

.info_right .ir_bottom .ir_box {
	width: calc(50% - 16px);
	margin-right: 32px;
	padding: 20px;
	padding-bottom: 20px;
	transition: all .3s ease-out;
	background-color: #fff;
}

.info_right .ir_bottom .ir_box .p_info {
	margin-bottom: 25px;
}

.info_right .ir_bottom .ir_box:hover {
	box-shadow: 10px 10px 27px 3px #e7ecf7;
}

.info_right .ir_bottom .ir_box .bold {
	margin-bottom: 20px;
}

.info_right .ir_bottom .ir_box:first-child {
	background-image: url('../img/i3.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.info_right .ir_bottom .ir_box:last-child {
	margin-right: 0;
	background-image: url('../img/i4.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.info_right .ir_bottom .ir_box:last-child .link_pink {
	margin-top: 10px;
}

.info_right .ir_bottom .ir_box:last-child a {
	margin-bottom: 10px;
}

.ico_text {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}

.ico_text .ico {
	display: inline;
	width: 20px;
	margin-right: 12px;
}

.ico{
  font-size: 20px;
}
.ico_text p {
	margin-bottom: 5px;
}

.ico_text a {
	font-size: 16px;
}

.ico_text .ico_d {
	font-size: 12px;
	opacity: .5;
}

.it_d {
	align-items: baseline;
}

.it_d .ico_p p {
	margin-top: 5px;
}

.main_ph {
	margin-bottom: 35px;
}

.center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center_box {
	max-width: 450px;
}

.tile_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tile_img img {
	width: auto;
	max-width: 260px;
	height: auto;
	max-height: 100px;
}

.tile_logos .tile__inner {
	align-items: center;
}

.tile_logos .tile__inner .tile__inner_item {
	cursor: default;
}

.tile_logos .tile__inner .tile__inner_item:hover:after {
	display: none;
}

.phones_block {
	display: flex;
	padding: 10px;
	padding-right: 80px;
	align-items: normal;
	justify-content: flex-start;
}

.phones_block__item {
	margin-right: 40px;
}

.phones_block__item .pink {
	font-size: 36px;
	color: #d76697;
}

.phones_block__item p {
	max-width: 150px;
}

.page__item_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cam_item {
	transition: all .3s ease-out;
}

.cam_item img {
	display: block;
}

.cam_item:hover {
	transition: all .3s ease-out;
	box-shadow: 10px 10px 27px 3px #e7ecf7;
}

.cam_item:hover:after {
	display: none;
}

.hamburger {
	position: relative;
	z-index: 50; /* more then menu-mobile */
	width: 60px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.burger {
	margin-left: 20px;
}

.hamburger__item,
.hamburger span,
.hamburger span:before {
	right: 0;
	display: block;
	width: 40px;
	height: 2px;
	transition: all .25s ease-out;
	background: #626986;
}

.hamburger span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hamburger span:before {
	position: absolute;
	display: block;
	content: '';
}

.hamburger span:before {
	top: -12px;
	width: 40px;
}

.hamburger_active span {
	background: transparent;
}

.hamburger_active span:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: transparent;
}

.hamburger_active span:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: transparent;
}

.accordion {
	width: 100%;
	border: 1px dashed #7c829b;
	border-bottom: none;
}

.accordion__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion__btn {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	font-size: 18px;
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 60px;
	padding: 0 30px 0 0;
	cursor: default;
	transition: all .15s;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #7c829b;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	will-change: background-color;
}

.accordion__btn:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 25px;
	display: block;
	width: 2px;
	height: 14px; /* vertical element */
	content: '';
	transition: all .15s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #000;
	will-change: transform, width;
}

.accordion__btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 14px;
	height: 2px; /* horizontal element */
	content: '';
	transition: all .15s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000;
	will-change: transform;
}

.accordion__item_open .accordion__btn {
	border-bottom-color: transparent;
	background-color: #fff;
}

.accordion__item_open .accordion__btn:before {
	height: 2px;
}

.accordion__item_open .accordion__content {
	display: block;
}

.accordion__content {
	display: none;
	padding: 20px 30px;
	border-bottom: 1px dashed #7c829b;
	background-color: #fff;
	will-change: height;
}

.accordion__content p {
	font-size: 16px;
	margin-bottom: 13px;
}

.accordion__text {
	font-size: 17px;
	font-weight: normal;
	left: 0;
	overflow: hidden;
	margin-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.acc_text {
	max-width: 80%;
}

.acc_text ol li {
	margin-bottom: 8px;
}

.phones_bl {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.article h1 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 25px;
}

.article h2 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.article h3 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.article b {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
}

.article img {
	margin: 25px 0;
}

.article p {
	max-width: 900px;
	margin-bottom: 10px;
}

.article .quote {
	max-width: 900px;
	margin: 25px 0;
	padding: 20px 40px;
	border-top: 1px dashed #7c829b;
	border-bottom: 1px dashed #7c829b;
}

.article ol {
	margin-bottom: 20px;
	padding: 0;
	counter-reset: myCounter;
}

.article ol li {
	display: flex;
	margin-bottom: 8px;
	list-style: none;
	align-items: flex-start;
}

.article ol li:before {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
	margin: 0 16px 0 0;
	content: counter(myCounter) '.';
	counter-increment: myCounter;
	color: #7c829b;
}

.article ul {
	margin-bottom: 20px;
	padding-left: 25px;
	list-style-type: none;
}

.article ul li {
	position: relative;
	margin-bottom: 8px;
}

.article ul li:before {
	position: absolute;
	top: 6px;
	left: -25px;
	width: 8px;
	height: 8px;
	margin: 0 16px 0 0;
	content: '';
	background-color: #7c829b;
}

.article .lists {
	display: flex;
	margin: 25px 0;
}

.article .lists ul {
	margin-right: 32px;
}

.menu_box {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in;
	pointer-events: none;
	opacity: 0;
	background: rgba(0, 0, 0, .3);
}

.menu_opened {
	overflow: hidden;
}

.menu {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 42%;
	max-width: 605px;
	height: 100%;
	transition: all .2s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;
}

.menu__inner {
	position: relative;
	z-index: 11;
	height: 100%;
}

.menu__inner .menu_head {
	display: flex;
	margin-bottom: 80px;
	align-items: center;
	justify-content: space-between;
}

.menu__inner .menu_body {
	overflow-y: auto;
	height: auto;
	height: 100%;
	padding: 60px 150px 60px 80px;
}

.menu__inner .close {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: -60px;
	display: flex;
	width: 60px;
	height: 60px;
	transition: all .6s ease-in;
	background-color: #fcfcfc;
	align-items: center;
	justify-content: center;
}

.menu__inner .close:hover {
	opacity: .8;
}

.menu__inner .close .cross {
	position: relative;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu__inner .close .cross:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 2px;
	height: 25px; /* vertical element */
	content: '';
	transition: all .15s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000;
	will-change: transform, width;
}

.menu__inner .close .cross:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 25px;
	height: 2px; /* horizontal element */
	content: '';
	transition: all .15s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000;
	will-change: transform;
}

.menu .btn {
	margin-bottom: 60px;
}

.menu .cam_box {
	margin-bottom: 60px;
}

.active_box {
	visibility: visible;
	transition: all .2s ease-in;
	pointer-events: auto;
	opacity: 1;
}

.active_box .menu {
	transition: all .3s ease-out;
	transition-delay: .3s;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.menu_accordion {
	margin-bottom: 60px;
}

.search_input {
	width: calc(100% - 120px);
}

.input_search {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
	padding: 0;
	background-image: url('../img/l.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 14px;
}

.btn_menu {
	position: fixed;
	z-index: 8;
	top: 60px;
	right: 0;
	display: flex;
	visibility: hidden;
	height: 60px;
	transition: all .3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;
	box-shadow: -3px 4px 20px 5px rgba(0, 0, 0, .05);
	align-items: center;
	justify-content: center;
}

.btn_menu__inner {
	padding: 15px;
}

.btn_menu__inner p .transp {
	color: #7c829b;
}

.btn_show {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.menu_accordion {
	display: flex;
	flex-direction: column;
}

.menu_accordion p {
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px dashed #7c829b;
}

.menu_accordion p a {
	font-size: 16px;
	color: #7c829b;
}

.menu_accordion p a:hover {
	border-color: transparent;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.responsive-img {
	width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.invisible {
	visibility: hidden;
}

.flex-center {
	margin-top: auto;
	margin-bottom: auto;
}

.center {
	text-align: center;
}

.nowrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.last {
	margin-right: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.text_bold {
	font-family: 'Gilroy-SemiBold', 'Arial', serif;
}

.disabled {
	cursor: default;
	color: #b3b8c0;
}

.mar_b_10 {
	margin-bottom: 10px;
}

.mar_b_20 {
	margin-bottom: 20px;
}

.mar_b_30 {
	margin-bottom: 30px;
}

.mar_b_40 {
	margin-bottom: 40px;
}

.mar_b_50 {
	margin-bottom: 50px;
}

.mar_r_10 {
	margin-right: 10px;
}

.mar_r_20 {
	margin-right: 20px;
}

.mar_r_30 {
	margin-right: 30px;
}

.mar_r_40 {
	margin-right: 40px;
}

.mar_r_50 {
	margin-right: 50px;
}

.mar_r_100 {
	margin-right: 100px;
}

@media (min-width: 1200px) {

.layout-inner,
.header__inner,
.page__inner,
.footer__inner {
	width: 100%;
}

}

@media (max-width: 1200px) {

  .page__item {
     padding: 0 20px;
   }

  .menu {
    width: 80%;
    max-width: 100%;
  }

  .header__inner {
    padding: 0 20px;
  }

  .header_main {
    max-height: 100vh;
    padding-top: 40px;
  }

  .header_main .header_top .right .profile {
    display: none;
  }

  .header_title {
    margin-bottom: 25px !important;
    padding-left: 0 !important;
  }

  .header_main .header_body {
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-start;
  }

  .header_main .header_body .left {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .header_main .header_body .right {
    width: 100%;
    height: auto;
    padding-right: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .tile {
    width: 100%;
  }

  .tile__inner {
    width: 100%;
  }

  .tile__inner_item {
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 32px;
  }

  .tile__inner_item:nth-child(3n+3) {
    margin-right: 32px;
  }

  .tile__inner_item:nth-child(2n) {
    margin-right: 0;
  }

  .header__inner .header_top .right .profile {
    display: none;
  }

  .page__item_info {
    flex-wrap: wrap;
  }

  .page__item_info .ir_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .page__item_info .info_right {
    width: 100%;
  }

  .tile_logos .tile__inner {
    flex-wrap: nowrap;
  }

  .footer__inner {
    padding: 0 20px;
  }

}

@media (max-width: 640px) {

/**
    * size on mobile
    */

.layout-inner,
.header__inner,
.page__inner,
.footer__inner {
	width: 100%;
	min-width: 375px;
	max-width: 640px;
}

.layout-padding,
.header,
.page__item,
.footer {
	padding-right: 0;
	padding-left: 0;
}

.page_full {
	min-width: 375px;
}

.footer {
	min-width: 375px;
}

.header {
	min-width: 375px;
}

.article img {
	width: 100%;
}

.page__item {
	padding: 0 20px;
}

.tile {
	width: 100%;
}

.tile__inner {
	width: 100%;
}

.tile__inner_item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 32px;
}

.tile__inner_item:nth-child(2n) {
	margin-right: 0;
}

.tile__inner_item:nth-child(3n+3) {
	margin-right: 0;
}

.logo img {
	width: 160px;
}

.ir_left {
	min-width: 100%;
}

.ir_bottom {
	width: 100%;
	flex-wrap: wrap;
}

.ir_bottom .ir_box {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 32px;
}

.tile_logos .tile__inner .tile_img img {
	width: 100%;
	height: auto;
	max-height: none;
}

.footer__inner img {
	display: none;
}

h1 {
	font-size: 40px;
	line-height: 42px;
}

.header_main .header_body {
	padding: 0;
}

.menu {
	width: 100%;
	max-width: 100%;
}

.menu .menu__inner {
	display: flex;
	flex-direction: column;
}

.menu .menu__inner .close {
	position: static;
	align-self: flex-end;
}

.menu .menu_body {
	padding: 40px;
}

.menu .menu_head {
	margin-bottom: 40px;
}

.header_main .header_body .left {
	margin-bottom: 20px;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
}

}

@-webkit-keyframes show {

0% {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

1% {
	display: block !important;
}

100% {
	visibility: visible;
	height: auto;
	opacity: 1;
}

}

@keyframes show {

0% {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

1% {
	display: block !important;
}

100% {
	visibility: visible;
	height: auto;
	opacity: 1;
}

}

@-webkit-keyframes hide {

0% {
	display: block !important;
	visibility: visible;
	opacity: 1;
}

99% {
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

100% {
	display: none !important;
}

}

@keyframes hide {

0% {
	display: block !important;
	visibility: visible;
	opacity: 1;
}

99% {
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

100% {
	display: none !important;
}

}

