body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	font-family: PF DinDisplay Pro, Arial;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.container {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.container--article {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px;
}

.svg {
	display: none;
}

.btn {
	cursor: pointer;
	font: inherit;
	display: block;
	width: 100%;
	font-size: 16px;
	border: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 5px;
	background-color: transparent;
	-webkit-transition: 0.3s background-color, 0.3s color;
	-o-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
}

.btn__header {
	background-color: #ff8f1c;
	max-width: 220px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.btn__header:hover {
	background-color: #ffa84f;
}

.btn__header--popup {
	margin-top: 20px;
	max-width: 100%;
}

.btn__block {
	background-color: #000;
	color: #fff;
	width: 200px;
	min-width: 200px;
	font-size: 16px;
}

.btn__block:hover {
	background-color: #444;
}

.btn__write {
	display: inline-block;
	width: auto;
	background-color: #ff8f1c;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	padding: 10px 20px;
}

.btn__write:hover {
	background-color: #fff;
}

.main-header {
	position: relative;
}

.main-header .logo {
	max-width: 100px;
}

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

.main-header__top {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 10px 0;
	border-bottom: 1px solid #333;
}

.main-header__bottom {
	padding: 85px 0 10px;
}

.logo {
	display: block;
	width: 100px;
	margin-right: auto;
}

.logo img {
	display: block;
	width: 100%;
}

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

.menu li {
	position: relative;
}

.menu li:not(:last-child) {
	margin-right: 36px;
}

.menu li:not(:last-child):after {
	content: '|';
	position: absolute;
	right: -18px;
	color: #333;
}

.menu a {
	color: #36b;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.menu a:hover {
	color: #23457f;
}

.menu__top {
	margin-right: 30px;
}

.menu__toggle {
	position: relative;
	display: none;
	width: 25px;
	outline: none;
	border: 0;
	background-color: transparent;
	margin-top: -3px;
	margin-left: 30px;
}

.phone {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-right: 30px;
}

.mobile-wrap {
	display: none;
	-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;
	cursor: pointer;
}

.line-burger {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #333;
	-webkit-transition: 0.5s width;
	-o-transition: 0.5s width;
	transition: 0.5s width;
}

.line-burger:after,
.line-burger:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #333;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.line-burger:after {
	top: calc(100% + 5px);
}

.line-burger:before {
	bottom: calc(100% + 5px);
}

.line-active {
	width: 0;
}

.line-active:after {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.line-active:before {
	bottom: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.main-nav__toggle {
	position: relative;
	cursor: pointer;
	display: none;
	width: 25px;
	height: 25px;
	margin-top: -5px;
}

.language-chooser {
	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;
}

.language-chooser li {
	font-size: 14px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-family: Montserrat-Regular, sans-serif;
}

.language-chooser li:not(:last-child) {
	position: relative;
}

.language-chooser li:not(:last-child):after {
	position: absolute;
	content: '|';
	color: #36b;
	top: 0px;
	right: 0px;
}

.language-chooser li:first-child {
	padding-left: 0px;
}

.language-chooser li:last-child {
	padding-right: 0px;
}

.language-chooser li a {
	color: #36b;
}

.language-chooser li a:hover {
	text-decoration: underline;
}

.language-chooser li.active a {
	font-weight: bold;
}

.language-chooser li.active a:hover {
	text-decoration: none;
}

.main-footer {
	background-color: #000;
	padding: 60px 0 80px;
}

.main-footer .logo {
	max-width: 80px;
	margin-right: 50px;
}

.main-footer__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-footer__menu {
	width: calc(100% - 350px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -30px;
}

.main-footer__menu .main-footer__title {
	margin: 0 30px 30px;
}

.main-footer__title {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 30px;
}

.main-footer__info {
	width: 250px;
	margin-left: 30px;
}

.main-footer__info .phone {
	color: #fff;
}

.main-footer__info .address {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
}

.main-footer__social {
	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;
	margin-top: 20px;
}

.main-footer__social li:not(:last-child) {
	margin-right: 15px;
}

.main-footer__social a {
	font-size: 30px;
	color: #fff;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.main-footer__social a:hover {
	color: #ff8f1c;
}

.menu__footer {
	position: relative;
	margin: 0 30px 30px;
}

.menu__footer:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.menu__footer a {
	display: inline-block;
	color: #ff8f1c;
	padding: 3px 0;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.menu__footer a:hover {
	color: #fff;
}

.msg-modal {
	position: fixed;
	top: 30%;
	left: calc(50% - 150px);
	width: 300px;
	padding: 20px 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	background-color: #ff8f1c;
	color: #000;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
	-webkit-transition: 0.3s visibility, 0.3s opacity;
	-o-transition: 0.3s visibility, 0.3s opacity;
	transition: 0.3s visibility, 0.3s opacity;
}

.msg-modal-active {
	opacity: 1;
	visibility: visible;
}

.msg-empty {
	padding: 30px 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	max-width: 700px;
	margin: 0 auto;
}

.msg-empty button {
	display: inline;
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	color: #36b;
	outline: none;
	cursor: pointer;
}

.breadcrums {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
}

.breadcrums li {
	position: relative;
}

.breadcrums li:not(:last-child) {
	margin-right: 20px;
}

.breadcrums li:not(:last-child):after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: -12px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.breadcrums a {
	color: #23457f;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.breadcrums a:hover {
	color: #333;
}

.breadcrums span {
	color: #333;
}

.block {
	background-color: #ff8f1c;
	color: #000;
}

.block__wrap {
	position: relative;
	padding: 30px 0;
}

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

.block__title {
	font-size: 32px;
	margin-top: 30px;
}

.block__title--page {
	font-size: 42px;
	text-transform: uppercase;
}

.block__title--about {
	font-size: 64px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 15px;
}

.block__title--partners {
	font-size: 64px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 15px;
}

.block__form {
	max-width: 600px;
	margin-top: 50px;
	margin-bottom: 40px;
}

.block__form label {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.block__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 20px 20px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 20px 20px 0 rgba(11, 11, 11, 0.2);
}

.block__callback {
	font-size: 18px;
}

.block__phone {
	font-size: 28px;
	color: #000;
}

.block__about {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center right;
	-webkit-background-size: 500px 500px;
	background-size: 500px;
}

.block__partners {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center right;
	background-size: contain;
}

.block__text {
	font-size: 24px;
	color: #333;
	line-height: 1.4;
	max-width: 540px;
}

.block__text--partners {
	font-size: 22px;
}

.block__equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 62px;
	line-height: 1;
	color: #000;
	margin: 20px 0;
}

.block__equal p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block__equal p span {
	font-size: 16px;
	line-height: 1.4;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 5px;
}

.block__equal span {
	font-size: 62px;
	line-height: 1;
	margin-right: 15px;
	margin-left: 20px;
}

.block__equal--text_1 {
	max-width: 80px;
}

.block__equal--text_2 {
	max-width: 100px;
}

.block__btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 15px 30px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.block__btn:hover {
	color: #000;
	background-color: #ff8f1c;
}

.block__slider {
	max-width: 540px;
	margin-top: 40px;
}

.block__slider .owl-stage {
	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;
}

.block__slider .owl-stage:after {
	display: none;
}

.block__slider .owl-dots {
	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;
	margin-left: 5px;
	margin-top: 20px;
}

.block__slider .owl-dot {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.block__slider .owl-dot:not(:last-child) {
	margin-right: 10px;
}

.block__slider .owl-dot.active {
	background-color: #fff;
}

.block__slide {
	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;
}

.block__slide--img {
	width: 100%;
	max-width: 90px;
	margin-right: 20px;
}

.block__slide--img img {
	display: block;
	max-height: 90px;
	margin: 0 auto;
}

.block__slide--text {
	color: #333;
	line-height: 1.4;
}

.block__bg--slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.block__bg--slider .owl-stage,
.block__bg--slider .owl-stage-outer,
.block__bg--slider .owl-item {
	height: 100%;
}

.block__bg--slide {
	background-image: url(img/heart/01.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center right;
	height: 100%;
}

.vacancy {
	padding-top: 50px;
	padding-bottom: 50px;
}

.vacancy__partners {
	padding-top: 0;
}

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

.vacancy__title {
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
}

.vacancy__text {
	font-size: 22px;
	line-height: 1.4;
	margin: -20px 0 30px;
	max-width: 920px;
}

.vacancy__aside {
	width: 220px;
	margin-right: 30px;
}

.vacancy__list {
	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;
}

.vacancy__list--item {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 1px solid transparent;
	color: #36b;
	cursor: pointer;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.vacancy__list--item:hover {
	color: #23457f;
}

.vacancy__list--item__active {
	border: 1px solid #333;
	color: #333;
}

.vacancy__list--item__active:hover {
	color: #333;
}

.vacancy__main {
	width: calc(100% - 250px);
}

.vacancy__more {
	max-width: 200px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	margin-left: auto;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.vacancy__more:hover {
	color: #fff;
	background-color: #000;
}

.vacancy__item {
	border: 1px solid #000;
	padding: 25px 30px 25px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s border, 0.3s -webkit-box-shadow;
	transition: 0.3s border, 0.3s -webkit-box-shadow;
	-o-transition: 0.3s border, 0.3s box-shadow;
	transition: 0.3s border, 0.3s box-shadow;
	transition: 0.3s border, 0.3s box-shadow, 0.3s -webkit-box-shadow;
}

.vacancy__item:hover {
	border: 1px solid #ff8f1c;
	-webkit-box-shadow: 0 9px 18px 0 rgba(11, 11, 11, 0.15);
	box-shadow: 0 9px 18px 0 rgba(11, 11, 11, 0.15);
}

.vacancy__item:hover .vacancy__item--btn {
	color: #fff;
	background-color: #000;
}

.vacancy__item:hover .vacancy__item--more {
	color: #23457f;
}

.vacancy__item--pb {
	padding-bottom: 100px;
}

.vacancy__item--top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.vacancy__item--title {
	font-size: 24px;
	font-weight: 500;
	color: #ff8f1c;
	cursor: pointer;
}

.vacancy__item--subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.vacancy__item--price {
	font-size: 32px;
	font-weight: 500;
	margin-left: auto;
}

.vacancy__item--price span {
	font-size: 22px;
	font-weight: normal;
	margin-left: 10px;
}

.vacancy__item--city {
	width: 100%;
	font-size: 18px;
	background-image: url(img/icon-map-location.svg);
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: 16px 16px;
	background-size: 16px;
	padding: 7px 0 3px 25px;
}

.vacancy__item--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.vacancy__item--col_25 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.vacancy__item--col_25:last-child {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.vacancy__item--col_50 {
	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;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.vacancy__item--col_50 .vacancy__item--text {
	margin-bottom: 10px;
}

.vacancy__item--text {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.375;
}

.vacancy__item--text ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.vacancy__item--btn {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.vacancy__item--more {
	font-size: 18px;
	font-weight: 500;
	max-width: 200px;
	color: #36b;
	border: 0;
	margin-top: auto;
	margin-left: auto;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.work {
	padding-top: 80px;
}

.work__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.work__title {
	font-size: 42px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.work__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: -20px 0 30px;
	max-width: 720px;
}

.work__item {
	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;
	width: calc(25% - 30px);
	margin: 90px 15px 30px;
	padding: 0 20px 30px;
	border: 1px solid #000;
	text-align: center;
}

.work__item--img {
	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;
	width: 180px;
	height: 180px;
	background-color: #ff8f1c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: -90px auto 30px;
}

.work__item--img img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.work__item--title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}

.work__item--text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.work__item--btn {
	margin: auto auto 0;
	max-width: 220px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.work__item--btn:hover {
	color: #fff;
	background-color: #000;
}

.work__col-3 .work__item {
	width: calc(100% / 3 - 30px);
}

.workus {
	background-color: #000;
	margin-top: 30px;
}

.workus__wrap {
	position: relative;
	padding: 110px 0;
}

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

.workus__page .workus__relative {
	max-width: calc(100% - 480px);
}

.workus__page .workus__text {
	font-size: 32px;
}

.workus__number {
	font-size: 150px;
	font-weight: 500;
	color: #ff8f1c;
	line-height: 1;
}

.workus__title {
	font-size: 46px;
	font-weight: 500;
	color: #ff8f1c;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.workus__text {
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.workus__bg--slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.workus__bg--slider .owl-stage,
.workus__bg--slider .owl-stage-outer,
.workus__bg--slider .owl-item {
	height: 100%;
}

.workus__bg--slide {
	background-image: url(img/heart/01.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center right;
	height: 100%;
}

.profit {
	padding-top: 80px;
}

.profit__title {
	font-size: 42px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.profit__subtitle {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	max-width: 730px;
	margin-bottom: 30px;
}

.profit__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.profit__item {
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}

.profit__item--img {
	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;
	margin-bottom: 20px;
	height: 110px;
}

.profit__item--img img {
	display: block;
	max-width: 120px;
	max-height: 110px;
}

.profit__item--text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.profit__btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 18px 30px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.profit__btn:hover {
	color: #000;
	background-color: transparent;
}

.chance {
	padding-top: 80px;
	padding-bottom: 30px;
}

.chance__title {
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
}

.chance__subtitle {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
	margin-top: 70px;
}

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

.chance__prices {
	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;
	width: 450px;
	margin-top: 20px;
	padding: 20px;
	background-color: #ff8f1c;
}

.chance__price--item {
	padding: 15px 45px 10px 25px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 1px 3px 0 rgba(10, 10, 10, 0.15);
	box-shadow: 0 1px 3px 0 rgba(10, 10, 10, 0.15);
}

.chance__price--item:not(:last-child) {
	margin-bottom: 20px;
}

.chance__price--text {
	font-size: 16px;
}

.chance__price--number {
	font-weight: 500;
}

.chance__price--number span {
	font-size: 22px;
	margin-left: 5px;
}

.chance__slider {
	width: calc(100% - 450px);
}

.chance__slider .owl-stage,
.chance__slider .owl-stage-outer,
.chance__slider .owl-item {
	height: 100%;
}

.chance__slide {
	height: 100%;
}

.chance__box {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: contain;
	background-size: contain;
}

.chance__text {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 280px;
	max-width: 100%;
	background-color: #fff;
	padding: 40px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
}

.chance__text p:last-child {
	margin-top: 10px;
}

.chance__text:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 20px;
	width: 36px;
	height: 27px;
	background-image: url(img/icon_blockqoute.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.chance__text:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	width: 0;
	height: 0;
	border-top: 25px solid #fff;
	border-right: 25px solid transparent;
	-webkit-filter: drop-shadow(5px 9px 6px rgba(11, 11, 11, 0.2));
	filter: drop-shadow(5px 9px 6px rgba(11, 11, 11, 0.2));
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.chance__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.chance__item {
	width: calc(100% / 6 - 20px);
	margin: 0 10px 20px;
	border: 1px solid #000;
	color: #000;
}

.chance__item--title {
	position: relative;
	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: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	min-height: 85px;
	overflow-wrap: break-word;
	padding: 15px;
}

.chance__item--title:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: calc(50% - 7px);
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chance__item--price {
	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: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ff8f1c;
	padding: 20px 5px;
	font-size: 35px;
}

.chance__item--price p {
	font-size: 16px;
	margin-left: 10px;
}

.chance__item--price span {
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

.size__xs .chance__price--number {
	font-size: 24px;
}

.size__s .chance__price--number {
	font-size: 32px;
}

.size__m .chance__price--number {
	font-size: 36px;
}

.size__l .chance__price--number {
	font-size: 42px;
}

.partners {
	background-color: #ff8f1c;
}

.partners__wrap {
	padding: 45px 0 40px;
	background-image: url(img/icon-tie.svg);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	color: #000;
}

.partners__title {
	font-size: 42px;
	font-weight: 500;
	max-width: calc(100% - 365px);
	margin-bottom: 30px;
	text-transform: uppercase;
}

.partners__subtitle {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.partners__btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	padding: 17px 25px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.partners__btn:hover {
	color: #fff;
	background-color: #000;
}

.partners__page {
	padding: 60px 0;
}

.partners__page--btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 17px 25px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.partners__page--btn:hover {
	color: #000;
	background-color: #ff8f1c;
}

.partners__work {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.partners__work--title {
	font-size: 42px;
	font-weight: 500;
	width: 100%;
	margin: 0 20px 30px;
	text-transform: uppercase;
	color: #000;
}

.partners__work--item {
	width: calc(100% / 3 - 40px);
	margin: 0 20px 30px;
}

.partners__work--img {
	margin-bottom: 20px;
}

.partners__work--img img {
	display: block;
	max-width: 130px;
	max-height: 105px;
}

.partners__work--text {
	font-size: 18px;
	line-height: 1.5;
	max-width: 80%;
}

.partners__make {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.partners__make--title {
	font-size: 42px;
	font-weight: 500;
	width: 100%;
	margin: 0 15px 10px;
	text-transform: uppercase;
	color: #000;
}

.partners__make--text {
	font-size: 22px;
	line-height: 1.4;
	margin: 0 15px 30px;
	max-width: 920px;
}

.partners__make--img {
	margin-bottom: 20px;
}

.partners__make--img img {
	display: block;
	max-width: 130px;
	max-height: 80px;
}

.partners__make--item {
	width: calc(100% / 3 - 30px);
	margin: 0 15px 30px;
}

.partners__make--item__title {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

.partners__make--item__text {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	max-width: 90%;
}

.partners__make--item__text ul li {
	font-size: 18px;
	position: relative;
	background-image: url("img/icon-chack-plain-alt.svg");
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: 24px 24px;
	background-size: 24px;
	padding-left: 40px;
	color: #333;
}

.partners__calc {
	padding: 60px 0;
}

.partners__calc--title {
	font-size: 42px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}

.partners__calc--text {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 30px;
	max-width: 920px;
}

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

.partners__calc--item {
	width: 30%;
}

.partners__calc--item__main {
	width: calc(70% - 100px);
	margin-right: 100px;
}

.partners__calc--item__img {
	margin-bottom: 10px;
}

.partners__calc--item__img img {
	display: block;
	width: 90px;
}

.partners__calc--item__text {
	font-size: 18px;
	line-height: 1.5;
}

.partners__calculator--title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
}

.partners__calculator--box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #ff8f1c;
	padding: 30px;
}

.partners__calculator--item:not(:last-child) {
	margin-right: 30px;
}

.partners__calculator--item p {
	font-size: 16px;
	font-weight: 500;
}

.partners__calculator--num {
	font-size: 18px;
	font-weight: 500;
	margin-top: 5px;
}

.partners__calculator--num span {
	font-size: 32px;
	color: #000;
	margin-right: 10px;
}

.draggable-container {
	height: 130px;
	padding-bottom: 100px;
	position: relative;
}

.draggable-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	border-top: 1px solid #000;
	width: 100%;
}

.draggable-element {
	width: 30px;
	height: 30px;
	cursor: -webkit-grab;
	cursor: grab;
}

.draggable__dot {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	margin: 1px;
	-webkit-box-shadow: 0 0 0 10px #ff8f1c inset, 0 0 0 1px #ff8f1c;
	box-shadow: 0 0 0 10px #ff8f1c inset, 0 0 0 1px #ff8f1c;
	width: 28px;
	height: 28px;
}

.draggable__label {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 51px;
	text-align: center;
	font-weight: 500;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.draggable__amount {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 15px;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 6px 5px 4px;
	border-width: 0 1px 1px;
	border-style: solid;
	min-width: 40px;
}

.draggable__amount:after,
.draggable__amount:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 12px;
	border-top: 1px solid;
	z-index: 0;
}

.draggable__amount:after {
	right: 0;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(0) skewY(30deg);
	-ms-transform: skewX(0) skewY(30deg);
	transform: skewX(0) skewY(30deg);
}

.draggable__amount:before {
	left: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(0) skewY(-30deg);
	-ms-transform: skewX(0) skewY(-30deg);
	transform: skewX(0) skewY(-30deg);
}

.text__wrap {
	padding: 60px 0;
	color: #000;
}

.text__title {
	font-size: 42px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}

.text__content {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.text__btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	padding: 17px 25px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.text__btn:hover {
	color: #fff;
	background-color: #000;
}

.text__more {
	position: relative;
	display: none;
	font-size: 16px;
	line-height: 1.4;
}

.text__more--visible {
	display: block;
}

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

.text__more h2,
.text__more h3,
.text__more h4 {
	font-weight: 500;
	margin-bottom: 0.5em;
}

.text__more h2 {
	font-size: 24px;
}

.text__more h3 {
	font-size: 20px;
}

.text__more h4 {
	font-size: 18px;
}

.text__more p {
	margin-bottom: 1em;
}

.text__more ul {
	margin: 1em 0;
	padding: 0;
	padding-left: 35px;
}

.text__more ul li {
	list-style-type: disc;
}

.text__more ol {
	margin: 1em 0;
	padding: 0;
	padding-left: 35px;
}

.text__more ol li {
	list-style-type: decimal;
}

.text__more .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.text__more .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.text__more .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.text__more .alignnone {
	display: block;
	margin-bottom: 20px;
}

#text_hide {
	display: none;
}

.director {
	padding-top: 60px;
}

.director__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.director__img {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
	max-width: 330px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 70px;
	-webkit-box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
}

.director__img img {
	display: block;
}

.director__content {
	position: relative;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: calc(100% - 400px);
	max-width: 550px;
	padding: 30px;
	-webkit-box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 13px 17px 0 rgba(11, 11, 11, 0.2);
}

.director__content:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	width: 0;
	height: 0;
	border-top: 25px solid #fff;
	border-left: 25px solid transparent;
	-webkit-filter: drop-shadow(-3px 9px 6px rgba(11, 11, 11, 0.2));
	filter: drop-shadow(-3px 9px 6px rgba(11, 11, 11, 0.2));
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.director__text {
	font-size: 18px;
	line-height: 1.4;
}

.director__signature {
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
}

.about {
	padding: 60px 0;
}

.about__wrap {
	counter-reset: item;
}

.about__title {
	font-size: 42px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about__item {
	position: relative;
	background-color: #f7f7f7;
	padding: 45px 45px 45px 190px;
	margin-bottom: 40px;
	counter-increment: item;
}

.about__item:before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	text-align: center;
	font-size: 250px;
	line-height: 270px;
	color: #d9d9d9;
}

.about__item--text {
	font-size: 22px;
	line-height: 1.4;
}

.about__item--partners {
	margin-top: 25px;
}

.about__item--partners p {
	font-size: 16px;
	font-weight: 500;
	color: #4c4c4c;
}

.about__item--images {
	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;
	margin-top: 10px;
}

.about__item--img:not(:last-child) {
	margin-right: 50px;
}

.about__item--img p {
	max-width: 80px;
}

.about__item--number {
	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;
	margin-top: 30px;
}

.about__item--digit {
	font-size: 79px;
	color: #000;
	margin-right: 15px;
}

.about__item--desc {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}

.about__item--list {
	margin-top: 30px;
}

.about__item--list li {
	font-size: 18px;
	position: relative;
	background-image: url("img/icon-chack-plain-alt.svg");
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: 20px 20px;
	background-size: 20px;
	padding-left: 40px;
	margin-bottom: 7px;
	color: #333;
}

.mission {
	padding: 60px 0;
}

.mission__title {
	font-size: 42px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.mission__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.mission__item--img {
	width: 300px;
	margin-right: 30px;
}

.mission__item--img img {
	display: block;
	max-height: 100px;
	margin: 0 auto;
}

.mission__item--text {
	width: calc(100% - 330px);
	font-size: 20px;
	line-height: 1.5;
}

.mission__item:nth-child(even) .mission__item--img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
	margin-left: 30px;
}

.map {
	padding-top: 30px;
}

.map__title {
	font-size: 42px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.map__text {
	font-size: 22px;
	line-height: 1.4;
	color: #333;
	max-width: 950px;
	margin-bottom: 50px;
}

.map__svg {
	max-width: 900px;
	margin: 0 auto;
}

.map__svg .region {
	fill: #ecedf2;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	cursor: pointer;
}

.map__svg .region:hover {
	fill: #ff8f1c;
}

.ttip {
	position: fixed;
	margin-top: 25px;
	pointer-events: none;
	color: #fff;
	padding: 5px 10px;
	line-height: .8;
	white-space: nowrap;
	background: #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 10;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.ttip:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-width: 0 3px 5px;
	border-style: solid;
	border-color: transparent transparent #000;
}

.article__title {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	max-width: 1050px;
	margin: 70px auto 50px;
	padding: 0 10px;
}

.article__content {
	font-size: 20px;
	line-height: 1.2;
}

.article__content p:not(:last-child) {
	margin-bottom: 1.2em;
}

.article__content a {
	color: #FF8F1C;
	word-break: break-word;
}

.article__content a:hover {
	text-decoration: underline;
}

.article__content ul,
.article__content ol {
	margin-bottom: 1.2em;
	padding-left: 40px;
}

.article__content ul li {
	list-style-type: disc;
}

.article__content img {
	display: block;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.article__content .aligncenter {
	margin: 0 auto 30px;
}

.article__content .alignright {
	margin: 0 0 30px auto;
}

.article__content .alignleft {
	margin: 0 auto 30px 0;
}

.article__content .img__oversize {
	margin: 0 -200px 50px;
	width: calc(100% + 400px);
	max-width: unset;
}

.article__content hr {
	border-top: 4px solid #FF8F1C;
	margin: 1.2em 0;
}

.article__content blockquote {
	border-left: 4px solid #FF8F1C;
	padding: 11px 22px;
	margin-bottom: 1.2em;
}

.wrap-table {
	overflow-y: auto;
}

.wrap-table table {
	min-width: 450px;
}

.wrap-table table td {
	padding: 3px 10px;
}

.popup__article {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 60px;
	background-color: #FF8F1C;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 11000;
}

.popup__article--aside {
	bottom: 50%;
	left: auto;
	right: 0;
	width: 450px;
	padding: 11px 80px 12px 25px;
}

.popup__article--aside .popup__article--close {
	right: 20px;
}

.popup__article--link {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	-webkit-transition: 0.2s color;
	-o-transition: 0.2s color;
	transition: 0.2s color;
}

.popup__article--link:hover {
	color: #333;
}

.popup__article--close {
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	outline: none;
	-webkit-transition: 0.2s background-color;
	-o-transition: 0.2s background-color;
	transition: 0.2s background-color;
}

.popup__article--close:hover {
	background-color: #333;
}

.popup__article--close:after,
.popup__article--close:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 4px;
	width: 29px;
	height: 2px;
	background-color: #fff;
}

.popup__article--close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup__article--close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	visibility: hidden;
	padding: 0 30px;
	z-index: 11001;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.overlay--active {
	opacity: 1;
	visibility: visible;
}

.overlay__close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 0px;
	background-color: transparent;
	z-index: 1;
}

.overlay__close:after,
.overlay__close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(50% - 15px);
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.overlay__close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay__close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.inner--overlay {
	position: relative;
	margin: 0 auto;
	max-width: 100vw;
}

.inner--img {
	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: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 0 15px;
}

.img-item img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 90vh;
}

.video {
	padding: 60px 0;
}

.video__title {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	color: #000;
}

.video__text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
	max-width: 920px;
}

.video__row {
	max-width: 850px;
	margin: 0 auto;
}

.video__relative {
	position: relative;
	padding-top: 57%;
}

.video__relative iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 0;
}

.contacts__box {
	width: 100%;
	max-width: 400px;
	padding: 30px 45px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 10px 20px 0 rgba(11, 11, 11, 0.2);
}

.contacts__title {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
}

.contacts__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.contacts__list--item {
	font-size: 18px;
	font-weight: 500;
	color: #ff8f1c;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid transparent;
	cursor: pointer;
	-webkit-transition: 0.3s color, 0.3s border;
	-o-transition: 0.3s color, 0.3s border;
	transition: 0.3s color, 0.3s border;
}

.contacts__list--item:hover {
	color: #555;
}

.contacts__list--active {
	color: #555;
	border-bottom: 5px solid #ff8f1c;
}

.contacts__tab {
	display: none;
}

.contacts__tab--active {
	display: block;
}

.contacts__info span {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.contacts__info a {
	display: block;
	color: #000;
}

.contacts__phone span {
	color: #000;
}

.contacts__phone a {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
}

.contacts__address {
	margin-bottom: 10px;
}

.contacts__address p {
	font-size: 22px;
}

.contacts__address .contacts__metro {
	font-size: 18px;
	font-weight: 500;
	padding: 3px 0 3px 35px;
	margin-top: 10px;
	background-image: url(img/icon-metro-green.svg);
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-background-size: 23px 23px;
	background-size: 23px;
}

.contacts__work {
	margin-top: 20px;
}

.contacts__work p {
	font-size: 22px;
}

.contacts__email {
	display: inline-block;
	font-size: 22px;
	color: #ff8f1c;
	margin-top: 20px;
	overflow-wrap: anywhere;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.contacts__email:hover {
	color: #b55c00;
}

.contacts__call {
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 12px 20px;
	margin: 15px 0;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.contacts__call:hover {
	color: #000;
	background-color: #fff;
}

.contacts__map {
	display: none;
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.contacts__map--active {
	display: block;
	height: 500px;
	max-height: 80vh;
}

.contacts__form {
	max-width: 500px;
	width: 100%;
	background-color: #ff8f1c;
	padding: 30px 45px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(11, 11, 11, 0.2);
	box-shadow: 0 10px 20px 0 rgba(11, 11, 11, 0.2);
}

.contacts__row {
	margin-bottom: 20px;
}

.contacts__row label {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.contacts__row input,
.contacts__row textarea {
	display: block;
	padding: 10px 15px 7px;
	width: 100%;
	font-family: inherit;
	font-size: 18px;
	border: 0;
	border-bottom: 3px solid #fff;
}

.contacts__row input.form-fail,
.contacts__row textarea.form-fail {
	border-bottom: 3px solid #d00;
}

.contacts__row input.form-done,
.contacts__row textarea.form-done {
	border-bottom: 3px solid #0d0;
}

.contacts__row textarea {
	height: 120px;
	resize: none;
}

.contacts__submit {
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 15px 20px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.contacts__submit:hover {
	color: #000;
	background-color: #fff;
}

.contacts__submit:disabled,
.contacts__submit:disabled:hover {
	background-color: #dddddd;
	text-decoration: line-through;
	color: #000;
}

.contacts__errors {
	margin-top: -10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.contacts__error {
	display: none;
	color: #900;
	margin-bottom: 5px;
}

.callback {
	padding: 50px 0;
}

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

.callback__col {
	width: 50%;
	padding: 20px 45px 20px 0;
}

.callback__col--form {
	background-color: #ff8f1c;
	padding: 30px 45px;
}

.callback__title {
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
}

.callback__text {
	font-size: 20px;
	color: #333;
	line-height: 1.4;
}

.callback__img {
	margin-top: 30px;
}

.callback__img img {
	display: block;
	max-height: 400px;
	max-width: 100%;
	margin: 0 auto;
}

.callback__row {
	margin-bottom: 20px;
}

.callback__row label {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.callback__row input {
	display: block;
	padding: 10px 15px 7px;
	width: 100%;
	font-family: inherit;
	font-size: 18px;
	border: 0;
	border-bottom: 3px solid #fff;
}

.callback__row input::-webkit-input-placeholder {
	color: #333;
}

.callback__row input::-moz-placeholder {
	color: #333;
}

.callback__row input::-ms-input-placeholder {
	color: #333;
}

.callback__row input::placeholder {
	color: #333;
}

.callback__row input.form-fail {
	border-bottom: 3px solid #d00;
}

.callback__row input.form-done {
	border-bottom: 3px solid #0d0;
}

.callback__row--file {
	padding: 10px 0;
}

.callback__row--file label {
	background-image: url(img/document.svg);
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px;
	padding: 5px 0 5px 40px;
}

.callback__row--file input {
	display: none;
}

.callback__submit {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 15px 20px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.callback__submit:hover {
	color: #000;
	background-color: #fff;
}

.callback__submit:disabled,
.callback__submit:disabled:hover {
	background-color: #dddddd;
	text-decoration: line-through;
	color: #000;
}

.callback__errors {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.callback__errors1 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.callback__error {
	display: none;
	color: #900;
	margin-bottom: 5px;
}
.callback__error1 {
	display: none;
	color: #900;
	margin-bottom: 5px;
}

.form__title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
	padding-right: 35px;
}

.form__text {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #000;
	margin-bottom: 30px;
	margin-top: -20px;
}

.form__row {
	margin-bottom: 20px;
}

.form__row label {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.form__row input,
.form__row textarea {
	display: block;
	padding: 10px 15px 7px;
	width: 100%;
	font-family: inherit;
	font-size: 18px;
	border: 0;
	border-bottom: 3px solid #fff;
}

.form__row input.form-fail,
.form__row textarea.form-fail {
	border-bottom: 3px solid #d00;
}

.form__row input.form-done,
.form__row textarea.form-done {
	border-bottom: 3px solid #0d0;
}

.form__row textarea {
	resize: none;
	height: 100px;
}

.form__row--file {
	padding: 10px 0;
}

.form__row--file label {
	background-image: url(img/document.svg);
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px;
	padding: 5px 0 5px 40px;
}

.form__row--file input {
	display: none;
}

.form__row--btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.form__row--btn .form__submit {
	margin-left: 0;
}

.form__errors {
	margin-top: -10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.form__error {
	display: none;
	color: #900;
	margin-bottom: 5px;
}

.form__prev {
	margin-right: 20px;
}

.form__submit {
	display: block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 15px 30px;
	margin-left: auto;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.form__submit:hover {
	color: #000;
	background-color: #fff;
}

.form__submit:disabled,
.form__submit:disabled:hover {
	background-color: #dddddd;
	text-decoration: line-through;
	color: #000;
}

.faq {
	padding-bottom: 60px;
}

.faq__title {
	font-size: 42px;
	font-weight: 500;
	width: 100%;
	text-transform: uppercase;
	color: #000;
}

.faq__item {
	margin-top: 30px;
}

.faq__question {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

.faq__answer {
	font-size: 16px;
	line-height: 1.5;
}

.company {
	padding: 60px 0;
}

.company__title {
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	max-width: 900px;
	color: #000;
	margin-bottom: 30px;
}

.company__text {
	font-size: 18px;
	font-weight: 500;
	color: #4c4c4c;
	margin-bottom: 20px;
}

.company__slider .owl-stage {
	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;
}

.company__slider .owl-stage:after {
	display: none;
}

.company__slider .owl-item img {
	width: auto;
}

.company__slide img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.more__title {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	padding-right: 40px;
}

.more__row {
	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;
	margin-top: 20px;
}

.more__city {
	font-size: 18px;
	background-image: url(img/icon-map-location.svg);
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: 16px 16px;
	background-size: 16px;
	padding: 7px 0 3px 25px;
	margin-right: 10px;
}

.more__price {
	font-size: 32px;
	font-weight: 500;
	margin-left: auto;
}

.more__price span {
	font-size: 22px;
	font-weight: normal;
	margin-left: 10px;
}

.more__content {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.375;
}

.more__content h4 {
	font-size: 20px;
	margin: 1em 0 0.5em;
}

.more__content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.select__block {
	max-width: 600px;
	font-size: 16px;
}

.select__block .select__placeholder {
	font-size: 20px;
	text-transform: none;
	padding-left: 20px;
}

.select__partners {
	max-width: 300px;
	border: 1px solid #000;
	margin-bottom: 30px;
}

.select__partners .select__list {
	top: 105%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.select__popup {
	border: 1px solid #000;
	margin-bottom: 20px;
}

.select__popup .select__list {
	top: 105%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.select__popup .select__placeholder {
	font-size: 18px;
	padding: 10px 30px 10px 15px;
}

.select__wrap {
	position: relative;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select__wrap:after {
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
	cursor: pointer;
}

.select__wrap--disabled:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.select__day {
	max-width: 200px;
}

.select__placeholder {
	color: #333;
	background-color: #fff;
	padding: 15px 30px 15px 16px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select__disabled {
	background-color: #dddddd;
	cursor: default;
}

.select__list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	margin: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	z-index: 1;
	-webkit-transition: 0.3s visibility, 0.3s opacity;
	-o-transition: 0.3s visibility, 0.3s opacity;
	transition: 0.3s visibility, 0.3s opacity;
}

.select__list--active {
	opacity: 1;
	visibility: visible;
}

.select__item {
	font-size: 16px;
	padding: 7px 12px;
	cursor: pointer;
	-webkit-transition: 0.3s background-color, 0.3s color;
	-o-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
}

.select__item:hover {
	background-color: #333;
	color: #fff;
}

.select__item--active {
	background-color: #ffa84f;
	color: #000;
}

.select__item--active:hover {
	background-color: #ffa84f;
	color: #000;
}

.select__item--disabled {
	text-decoration: line-through;
	background-color: #dddddd;
	color: #a3a3a3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select__item--disabled:hover {
	background-color: #dddddd;
	color: #a3a3a3;
}

.popup {
	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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.popup__menu {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__menu--active {
	opacity: 1;
	visibility: visible;
}

.popup__block {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 2;
	background-color: #fff;
	max-width: 300px;
	padding: 30px 15px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

.popup__block--active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.popup--active {
	opacity: 1;
	visibility: visible;
}

.popup__list {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.popup__list li {
	margin: 5px 0;
}

.popup__list a {
	color: #333;
	font-size: 18px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.popup__list a:hover {
	color: #ff8f1c;
}

.popup__phone {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	margin-top: 20px;
}

.popup__close {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	z-index: 1;
}

.popup__close:after,
.popup__close:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #333;
}

.popup__close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup__close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup__write {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__write--inner {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ff8f1c;
}

.popup__write--inner .popup__close {
	top: 26px;
	right: 30px;
}

.popup__call {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__call--inner {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ff8f1c;
}

.popup__call--inner .popup__close {
	top: 26px;
	right: 30px;
}

.popup__vac {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__vac--sen {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__vac--inner {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ff8f1c;
}

.popup__vac--inner .popup__close {
	top: 26px;
	right: 30px;
}

.popup__partners {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__partners--inner {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	max-height: 90vh;
}

.popup__partners--inner .popup__close {
	top: 26px;
	right: 30px;
}

.popup__partners--wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup__partners--form {
	width: 50%;
}

.popup__partners--form input {
	border: 1px solid #333;
	padding: 10px 15px;
}

.popup__partners--form input::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #333;
}

.popup__partners--form input::-moz-placeholder {
	text-transform: uppercase;
	color: #333;
}

.popup__partners--form input::-ms-input-placeholder {
	text-transform: uppercase;
	color: #333;
}

.popup__partners--form input::placeholder {
	text-transform: uppercase;
	color: #333;
}

.popup__partners--form input.form-fail {
	border: 1px solid #d00;
}

.popup__partners--form input.form-done {
	border: 1px solid #0d0;
}

.popup__partners--info {
	width: 50%;
	padding-left: 40px;
}

.popup__partners--title {
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	color: #000;
	margin-bottom: 15px;
}

.popup__partners--img {
	margin-bottom: 10px;
}

.popup__partners--img img {
	display: block;
	width: 100px;
}

.popup__partners--text {
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	color: #333;
}

.popup__partners .form__text {
	font-size: 18px;
	text-transform: none;
	color: #333;
}

.popup__more {
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__more--inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	max-height: 80vh;
	overflow-y: auto;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}

.popup__more--inner .popup__close {
	top: 26px;
	right: 30px;
}

.popup__more--btn {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
	max-width: 200px;
	margin-left: auto;
	margin-top: 15px;
	-webkit-transition: 0.3s color, 0.3s background-color;
	-o-transition: 0.3s color, 0.3s background-color;
	transition: 0.3s color, 0.3s background-color;
}

.popup__more--btn:hover {
	color: #fff;
	background-color: #000;
}

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

.article__content .img__oversize {
	margin: 0 -100px 50px;
	width: calc(100% + 200px);
}

}

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

.block__about {
	-webkit-background-size: 470px 470px;
	background-size: 470px;
}

.vacancy__item--col_25 {
	width: calc(100% / 3);
}

.vacancy__item--col_50 {
	width: calc(100% / 3);
}

}

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

.main-footer__menu {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-top: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-footer__menu .main-footer__title {
	text-align: center;
}

.main-footer__info {
	width: 300px;
	margin-left: auto;
}

.block__title--about {
	font-size: 42px;
}

.block__title--partners {
	font-size: 42px;
}

.block__about {
	-webkit-background-size: 300px 300px;
	background-size: 300px;
}

.block__text {
	max-width: 450px;
}

.block__slider {
	max-width: 450px;
}

.work__item {
	width: calc(50% - 30px);
}

.work__col-3 .work__item {
	width: calc(100% / 3 - 30px);
}

.profit__item {
	width: calc(50% - 30px);
}

.chance__prices {
	width: 100%;
	margin-right: 0;
}

.chance__slider {
	width: 100%;
	min-height: 450px;
	margin-top: 30px;
}

.chance__text {
	left: auto;
	right: calc(60% - 140px);
}

.chance__item {
	width: calc(25% - 20px);
}

.article__content .img__oversize {
	margin: 0 -50px 50px;
	width: calc(100% + 100px);
}

.contacts__wrap {
	-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;
}

.contacts__box {
	margin-bottom: 60px;
}

}

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

.main-header + * {
	padding-top: 75px;
}

.main-header__bottom {
	display: none;
}

.main-header__lang {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.menu__top {
	display: none;
}

.menu__toggle {
	display: block;
}

.mobile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 7px 10px;
	padding-bottom: 8px;
}

.main-nav__toggle {
	display: block;
}

.block__form {
	max-width: 600px;
}

.vacancy__item--row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
}

.vacancy__item--col_25 {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.vacancy__item--col_25:last-child {
	margin-bottom: 0;
}

.vacancy__item--col_50 {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.vacancy__item--more {
	max-width: 150px;
	padding-right: 0;
	text-align: right;
}

.workus__page .workus__relative {
	max-width: calc(100% - 380px);
}

.workus__page .workus__bg--slide {
	-webkit-background-size: 400px 400px;
	background-size: 400px;
}

.chance__item {
	width: calc(100% / 3 - 20px);
}

.partners__title {
	max-width: calc(100% - 300px);
}

.partners__calc--item__main {
	margin-right: 50px;
	width: calc(70% - 50px);
}

.about__item--images {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about__item--img {
	margin-bottom: 20px;
}

}

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

.main-header__wrap .btn__header {
	display: none;
}

.phone {
	margin-right: 0;
}

.main-footer__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
}

.main-footer__menu .main-footer__title {
	margin: 0 0 30px;
}

.menu__footer {
	margin: 0 0 30px;
}

.menu__footer:not(:last-child):after {
	height: 1px;
	width: 100%;
	right: 0;
	top: auto;
	bottom: -15px;
}

.block__wrap {
	-webkit-background-size: 300px 300px;
	background-size: 300px;
	background-position: center top;
	padding-top: 230px;
}

.block__title--page {
	font-size: 32px;
}

.block__title--about {
	font-size: 32px;
}

.block__title--partners {
	font-size: 32px;
}

.block__about {
	background-position: center top;
}

.block__partners {
	-webkit-background-size: 0 0;
	background-size: 0;
	padding-top: 30px;
}

.block__text {
	max-width: 100%;
}

.block__slider {
	max-width: 100%;
}

.block__bg--slide {
	-webkit-background-size: 300px 300px;
	background-size: 300px;
	background-position: center top;
}

.vacancy__aside {
	width: 100%;
	margin-bottom: 30px;
}

.vacancy__main {
	width: 100%;
}

.vacancy__item--top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vacancy__item--title {
	margin-bottom: 10px;
}

.vacancy__item--price {
	margin-left: 0;
	margin-bottom: 10px;
}

.work__col-3 .work__item {
	width: 100%;
	max-width: 450px;
	margin: 90px auto 30px;
}

.workus__page {
	padding-top: 270px;
}

.workus__page .workus__relative {
	max-width: 100%;
}

.workus__page .workus__bg--slide {
	-webkit-background-size: 300px 300px;
	background-size: 300px;
	background-position: center top;
}

.workus__number {
	font-size: 100px;
}

.workus__text {
	font-size: 36px;
}

.workus__bg--slide {
	-webkit-background-size: 400px 400px;
	background-size: 400px;
}

.chance__text {
	right: auto;
	left: 10px;
}

.partners__title {
	font-size: 32px;
}

.partners__work {
	margin: 0;
}

.partners__work--title {
	font-size: 32px;
	margin: 0 0 30px;
}

.partners__work--item {
	width: 100%;
	margin: 0 0 50px;
}

.partners__make {
	margin: 0;
}

.partners__make--title {
	font-size: 32px;
	margin: 0 0 10px;
}

.partners__make--text {
	margin: 0 0 30px;
}

.partners__make--item {
	width: 100%;
	margin: 0 0 50px;
}

.partners__calc--title {
	font-size: 32px;
}

.partners__calc--item {
	width: 100%;
}

.partners__calc--item__main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}

.director__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.director__img {
	margin-right: 0;
	margin-bottom: 30px;
}

.director__content {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.director__content:after {
	display: none;
}

.about__item {
	padding-left: 130px;
}

.about__item:before {
	font-size: 150px;
	line-height: 180px;
	width: 130px;
}

.about__item--text {
	font-size: 18px;
}

.mission__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mission__item--img {
	margin: 0 auto 30px;
}

.mission__item--text {
	width: 100%;
}

.mission__item:nth-child(even) .mission__item--img {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	margin: 0 auto 30px;
}

.article__title {
	font-size: 24px;
}

.popup__article--aside {
	bottom: 0;
	width: 100%;
	padding: 20px 60px;
}

.popup__article--aside .popup__article--close {
	right: 10px;
}

.overlay__close {
	right: -25px;
	top: 0px;
	width: 25px;
	height: 25px;
}

.overlay__close:after,
.overlay__close:before {
	width: 25px;
	left: calc(50% - 10px);
}

.callback__col {
	width: 100%;
	padding-right: 0;
}

.callback__col--form {
	padding: 30px 45px;
}

.faq__title {
	font-size: 32px;
}

.popup__block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

}

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

.chance__item {
	width: calc(50% - 20px);
}

.partners__wrap {
	-webkit-background-size: 150px 150px;
	background-size: 150px;
}

.partners__title {
	font-size: 24px;
	max-width: calc(100% - 170px);
}

.partners__work--title {
	font-size: 24px;
}

.partners__make--title {
	font-size: 24px;
}

.partners__calc--title {
	font-size: 24px;
}

.faq__title {
	font-size: 24px;
}

.select__popup .select__list {
	max-height: 250px;
	bottom: 105%;
	top: auto;
}

.popup__partners--inner {
	overflow-y: auto;
}

.popup__partners--wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.popup__partners--form {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.popup__partners--info {
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
}

}

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

.container--article {
	padding: 0 10px;
}

.main-footer .logo {
	margin-right: 0;
	margin-bottom: 50px;
}

.main-footer__wrap {
	-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;
}

.main-footer__menu {
	max-width: 300px;
	margin-top: 50px;
}

.main-footer__menu .main-footer__title {
	margin-bottom: 15px;
}

.main-footer__title {
	margin-bottom: 15px;
}

.main-footer__info {
	margin: 0 auto;
	text-align: center;
}

.main-footer__social {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block__title {
	line-height: 1;
}

.block__form {
	margin-top: 30px;
}

.vacancy__title {
	font-size: 32px;
}

.work__wrap {
	margin: 0;
}

.work__title {
	font-size: 32px;
}

.work__item {
	width: 100%;
	margin: 90px 0 30px;
}

.workus__wrap {
	padding-top: 270px;
	padding-bottom: 60px;
}

.workus__page .workus__text {
	font-size: 24px;
}

.workus__number {
	font-size: 80px;
	text-align: center;
}

.workus__title {
	font-size: 32px;
	text-align: center;
}

.workus__text {
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.workus__bg--slide {
	-webkit-background-size: 300px 300px;
	background-size: 300px;
	background-position: center top;
}

.profit__title {
	font-size: 32px;
}

.profit__subtitle {
	font-size: 18px;
}

.profit__wrap {
	margin: 0;
}

.profit__item {
	width: 100%;
	margin: 0 0 30px;
}

.profit__item--img img {
	margin: 0 auto;
}

.chance__title {
	font-size: 32px;
}

.chance__subtitle {
	font-size: 24px;
}

.chance__slider {
	min-height: 500px;
}

.chance__box {
	background-position: center;
}

.chance__text {
	left: calc(50% - 140px);
	top: auto;
	bottom: 30px;
}

.chance__text:after {
	display: none;
}

.partners__work--img img {
	margin: 0 auto;
}

.partners__make--img img {
	margin: 0 auto;
}

.partners__calc--item__img img {
	margin: 0 auto;
}

.about__title {
	font-size: 32px;
}

.about__item--images {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__item--img:not(:last-child) {
	margin-right: 0;
}

.about__item--img p {
	text-align: center;
	max-width: 100%;
}

.mission__title {
	font-size: 32px;
}

.map__title {
	font-size: 32px;
}

.article__content .img__oversize {
	margin: 0 -10px 50px;
	width: calc(100% + 20px);
}

.contacts__title {
	font-size: 32px;
}

.callback__title {
	font-size: 32px;
}

.form__title {
	font-size: 20px;
}

.company__title {
	font-size: 32px;
}

.select__wrap {
	font-size: 15px;
}

}

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

.btn__block {
	width: 100%;
	padding: 17px 10px;
}

.phone {
	font-size: 18px;
}

.main-footer__info .phone {
	font-size: 24px;
}

.block__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block__equal {
	font-size: 40px;
}

.block__equal p span {
	font-size: 14px;
	margin-top: 0;
}

.block__equal span {
	font-size: 40px;
	margin: 0 5px;
}

.block__equal--text_2 {
	max-width: 80px;
}

.chance__row {
	margin: 0;
}

.chance__item {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}

.partners__wrap {
	padding: 30px 0 40px;
	background-image: none;
}

.partners__title {
	max-width: 100%;
}

.partners__make--item__text ul li {
	font-size: 16px;
	padding-left: 35px;
}

.about__item {
	padding-left: 80px;
	padding-right: 20px;
}

.about__item:before {
	font-size: 100px;
	line-height: 100px;
	width: 80px;
	padding-top: 40px;
}

.about__item--number {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__item--digit {
	font-size: 50px;
	margin-right: 0;
}

.about__item--desc {
	text-align: center;
}

.about__item--list li {
	font-size: 16px;
	padding-left: 35px;
}

.contacts__box {
	padding: 30px 20px;
}

.contacts__form {
	padding: 30px 20px;
}

.callback__col--form {
	padding: 30px 20px;
}

.select__day {
	max-width: 250px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

}

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

.main-header .logo {
	max-width: 70px;
}

.chance__price--item {
	padding: 15px 25px 10px 15px;
}

.size__xs .chance__price--number {
	font-size: 18px;
}

.size__s .chance__price--number {
	font-size: 22px;
}

.size__m .chance__price--number {
	font-size: 26px;
}

.size__l .chance__price--number {
	font-size: 32px;
}

.popup__partners--inner {
	padding: 30px 15px 10px;
}

.popup__partners--inner .popup__close {
	right: 15px;
}

}



@media (max-width: 768px) {
	aside.vacancy__aside {
		display: none !important;
	}
}
@media (min-width: 1024px) {

	.highly_block1 .block__relative{
		margin-right: 40%;
	}

}