.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	bottom: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

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

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

.button {
	display: block;
	width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
}

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;
}

.main-header {
	background-image: url(img/bg-header.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	padding-top: 35px;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.main-header__wrap {
	position: relative;
	max-width: 835px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.main-header__wrap:after {
	position: absolute;
	display: inline-block;
	content: ' ';
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background: -webkit-radial-gradient(center, circle, #6C6D72, transparent);
	background: -o-radial-gradient(center, circle, #6C6D72, transparent);
	background: radial-gradient(circle at center, #6C6D72, transparent);
}

.main-header__list {
	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;
	position: relative;
}

.main-header__link {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	color: #ffffff;
	padding: 0px 14px;
	text-transform: uppercase;
	-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;
}

.main-header__link:hover {
	color: #fff;
	text-shadow: 0px 0.5px 0px #fff, 0.5px 0px 0px #fff, 0px -0.5px 0px #fff, -0.5px 0px 0px #fff;
}

.main-header__link--active {
	color: #ffffff;
	text-shadow: 0px 0.5px 0px #fff, 0.5px 0px 0px #fff, 0px -0.5px 0px #fff, -0.5px 0px 0px #fff;
}

.main-header__content {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0px;
	height: 100%;
}

.main-header__content .main-header__col:first-child {
	//margin-left: 82px;
	margin-left: 111px;
	//padding-right: 65px;
	margin-right: 65px;
}

.main-header__content .main-header__col:last-child {
	//padding-left: 85px;
	margin-left: 85px;
}

.main-header__holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-header__col {
	font-size: 48px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.main-header__col:hover {
	color: #ea0000;
}

.main-header__logo {
	max-width: 180px;
	width: 100%;
}

.main-header__logo img {
	display: block;
	width: 100%;
}

.main-header__description {
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.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: #ffffff;
	-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: #ffffff;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

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

.line-burger:before {
	bottom: -webkit-calc(100% + 5px);
	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;
}

.header {
	margin-bottom: 40px;
}

.header + section {
	padding-top: 140px;
}

.header__holder {
	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: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
	padding-right: 25px;
	margin: 0 -13px;
}

.header__item {
	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: 0 13px;
}

.header__image {
	margin-right: 20px;
}

.header__image svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: #ea0000;
}

.header__data {
	font-size: 16px;
	color: #212121;
}

.header__data--phone {
	font-size: 18px;
}

.header__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.header__info {
	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;
	padding: 10px 0;
}

.header__content {
	margin-left: auto;
}

.header__button button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	outline: none;
	background-color: #fff;
	border: none;
	margin-left: 10px;
	background-image: url(img/icons/search.svg);
	background-repeat: no-repeat;
	margin: 4px 0;
}

.header__search {
	position: absolute;
	top: 0;
	left: 0;
	right: 10px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	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;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	padding-right: 15px;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

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

.header__search-wrap {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
}

.header__search-wrap input {
	width: 100%;
	border: 1px solid #212121;
	outline: none;
	padding: 7px 40px 7px 15px;
}

.header__search-wrap input::-webkit-input-placeholder {
	color: #212121;
}

.header__search-wrap input::-moz-placeholder {
	color: #212121;
}

.header__search-wrap input::-ms-input-placeholder {
	color: #212121;
}

.header__search-wrap input::placeholder {
	color: #212121;
}

.header__search-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 100%;
	border: 0;
	outline: none;
	background-color: transparent;
	background-image: url(img/icons/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 20px 20px;
	background-size: 20px;
	cursor: pointer;
}

.header__navigation {
	position: relative;
	z-index: 5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.header__wrap {
	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;
	padding: 10px 0;
	padding-right: 25px;
}

.header__description {
	font-size: 16px;
	line-height: 1.2;
	color: #212121;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.header__list {
	padding-left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.header__link {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	color: #212121;
	padding: 15px 20px;
	text-transform: uppercase;
	-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;
}

.header__link:hover {
	text-shadow: 0px 0.5px 0px #212121, 0.5px 0px 0px #212121, 0px -0.5px 0px #212121, -0.5px 0px 0px #212121;
}

.header__link--active {
	text-shadow: 0px 0.5px 0px #212121, 0.5px 0px 0px #212121, 0px -0.5px 0px #212121, -0.5px 0px 0px #212121;
}

.header .line-burger {
	background-color: #212121;
}

.header .line-burger:after,
.header .line-burger:before {
	background-color: #212121;
}

.header--fixed {
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	max-width: 1620px;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
}

.submenu {
	position: absolute;
	z-index: 2;
	left: 0;
	padding: 0;
	opacity: 0;
	top: 86px;
	visibility: hidden;
	list-style-type: none;
	background-color: #fff;
	width: 230px;
	border-top: 2px solid #ea0000;
	-webkit-transition: 0.3s opacity, 0.3s visibility, 0.3s top;
	-o-transition: 0.3s opacity, 0.3s visibility, 0.3s top;
	transition: 0.3s opacity, 0.3s visibility, 0.3s top;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.submenu:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	top: 0px;
	width: 100%;
	height: 70px;
	background-color: transparent;
}

.submenu a {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #212121;
	-webkit-transition: 0.3s background-color, 0.3s padding;
	-o-transition: 0.3s background-color, 0.3s padding;
	transition: 0.3s background-color, 0.3s padding;
}

.submenu a:hover {
	background-color: #e6e6e6;
	padding: 10px 5px 10px 25px;
}

.dropdown {
	position: relative;
}

.dropdown:after {
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 14px;
	width: 10px;
	height: 10px;
	content: '';
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
	pointer-events: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s top, 0.3s -webkit-transform;
	transition: 0.3s top, 0.3s -webkit-transform;
	-o-transition: 0.3s transform, 0.3s top;
	transition: 0.3s transform, 0.3s top;
	transition: 0.3s transform, 0.3s top, 0.3s -webkit-transform;
}

.dropdown:before {
	position: absolute;
	content: ' ';
	bottom: -100%;
	background-color: transparent;
	width: 100%;
	height: 100%;
}

.dropdown a {
	padding-right: 45px;
}

.dropdown:hover .header__link {
	text-shadow: 0px 0.5px 0px #212121, 0.5px 0px 0px #212121, 0px -0.5px 0px #212121, -0.5px 0px 0px #212121;
}

.dropdown:hover:after {
	top: 22px;
	-webkit-transform: rotate(45deg) scale(-1);
	-ms-transform: rotate(45deg) scale(-1);
	transform: rotate(45deg) scale(-1);
}

.dropdown:hover .submenu {
	opacity: 1;
	visibility: visible;
}

.main-footer {
	position: relative;
	height: 300px;
	max-height: 80vh;
}

.main-footer__map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-footer__map iframe {
	display: block;
	width: 100%;
	height: -webkit-calc(100% + 210px);
	height: calc(100% + 210px);
	margin: -105px 0;
}

.main-footer__map:hover:after {
	opacity: 1;
}

.main-footer__map:hover .main-footer__block {
	opacity: 1;
	visibility: visible;
}

.main-footer__map:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.main-footer__block {
	cursor: pointer;
	position: absolute;
	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;
	z-index: 2;
	font-size: 18px;
	line-height: 1.6;
	top: 40px;
	left: 0px;
	right: 0px;
	max-width: 290px;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.main-footer__block svg {
	fill: #fff;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	color: #333333;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	font-family: "Montserrat";
}

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

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

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

.container--inner {
	max-width: 1920px;
	padding: 0px;
}

.container--block {
	max-width: 1620px;
	padding: 0px;
}

.container--add {
	padding: 0px 20px;
	max-width: 1240px;
}

.info__bg {
	background-image: url(img/info.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: top center;
	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;
	margin-bottom: 25px;
	position: relative;
}

.info__bg:after {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.info__image {
	position: relative;
	z-index: 2;
	margin: 140px 0;
}

.info__image img {
	display: block;
}

.data {
	background-image: url(../img/bg-data.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	padding-bottom: 50px;
}

.data__title {
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 135px;
}

.data__title span {
	color: #ffc800;
}

.data__price {
	max-width: 530px;
	margin: 0 auto;
	margin-bottom: 36px;
}

.data__price img {
	display: block;
}

.data__btn {
	cursor: pointer;
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	font-size: 36px;
	line-height: 1.2;
	color: #ffffff;
	background: -webkit-linear-gradient(0.8deg, #FFDC25 0.14%, rgba(255, 138, 0, 0.73) 99.29%), #FFD90F;
	background: -o-linear-gradient(0.8deg, #FFDC25 0.14%, rgba(255, 138, 0, 0.73) 99.29%), #FFD90F;
	background: linear-gradient(89.2deg, #FFDC25 0.14%, rgba(255, 138, 0, 0.73) 99.29%), #FFD90F;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	outline: none;
	font-family: Noto Sans Arabic;
	font-style: normal;
	padding: 18px 10px;
	font-weight: bold;
	-webkit-transition: 22.3s background;
	-o-transition: 22.3s background;
	transition: 22.3s background;
}

.data__btn:hover {
	background: -webkit-linear-gradient(0.8deg, #d9ba21 0.14%, rgba(255, 138, 0, 0.9) 99.29%), #d9b70d;
	background: -o-linear-gradient(0.8deg, #d9ba21 0.14%, rgba(255, 138, 0, 0.9) 99.29%), #d9b70d;
	background: linear-gradient(89.2deg, #d9ba21 0.14%, rgba(255, 138, 0, 0.9) 99.29%), #d9b70d;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	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;
}

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

.overlay-close {
	position: absolute;
	top: 20px;
	right: 80px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.overlay-close:after,
.overlay-close:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 3px;
	width: 25px;
	height: 3px;
	background-color: #fff;
}

.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);
}

.overlay-text .overlay-close {
	top: 36px;
	right: 26px;
}

.overlay-text .overlay-close:after,
.overlay-text .overlay-close:before {
	background-color: #212121;
}

.overlay-menu .overlay-close {
	top: 26px;
	right: 19px;
}

.overlay-menu .overlay-close:after,
.overlay-menu .overlay-close:before {
	background-color: #ffffff;
}

.inner-overlay {
	margin: 0 auto;
	max-width: 1200px;
}

.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;
	height: 100%;
}

.inner__video {
	width: 100%;
	height: 80vh;
}

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

.inner__map {
	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;
	height: 100%;
	margin: 0 auto;
	max-width: 1600px;
}

.inner__info {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}

.inner__data {
	background-color: #fff;
	max-height: 100vh;
	overflow-y: auto;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 35px 30px;
}

.inner__data--menu {
	background-color: transparent;
}

.inner__title {
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-right: 40px;
	padding-bottom: 25px;
}

.inner__text p {
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
}

.inner__list li:not(:first-child) .inner__link:hover {
	color: #ea0000;
}

.inner__list li:not(:last-child) .inner__link:after {
	position: absolute;
	display: inline-block;
	content: ' ';
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background: -webkit-radial-gradient(center, circle, #6C6D72, transparent);
	background: -o-radial-gradient(center, circle, #6C6D72, transparent);
	background: radial-gradient(circle at center, #6C6D72, transparent);
}

.inner__link {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.msg-modal {
	position: fixed;
	top: 30%;
	left: -webkit-calc(50% - 150px);
	left: calc(50% - 150px);
	width: 300px;
	padding: 20px 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	background-color: #ea0000;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	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;
}

.contacts {
	margin-bottom: 70px;
}

.contacts__list {
	margin-bottom: 15px;
}

.contacts__list li {
	display: inline-block;
	text-transform: uppercase;
}

.contacts__list li a {
	position: relative;
	margin-right: 7px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.contacts__list li a:after {
	margin-left: 9px;
	content: '/';
}

.contacts__list li,
.contacts__list a {
	font-size: 12px;
	line-height: 1.3;
	color: #212121;
}

.contacts__title {
	font-size: 48px;
	line-height: 1;
	color: #ea0000;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 20px;
}

.contacts__text {
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	text-transform: uppercase;
	padding-bottom: 45px;
	font-weight: normal;
}

.contacts__text strong {
	font-weight: 900;
}

.contacts__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.contacts__inner .contacts__box:first-child {
	margin-right: 40px;
}

.contacts__holder {
	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;
	margin: 0 -13px;
}

.contacts__item {
	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: 0 13px;
}

.contacts__image {
	margin-right: 20px;
}

.contacts__image svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: #ea0000;
}

.contacts__data {
	font-size: 16px;
	color: #212121;
}

.contacts__data--phone {
	font-size: 18px;
}

.contacts__form {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 70px;
}

.contacts--inner .contacts__form {
	padding-top: 0px;
}

.contacts--inner .container {
	max-width: 800px;
}

.contacts__box {
	width: 100%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.contacts__box label {
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #212121;
	text-transform: uppercase;
	padding: 0 20px 8px;
}

.contacts__box input,
.contacts__box textarea {
	width: 100%;
	padding: 16px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contacts__box input::-webkit-input-placeholder,
.contacts__box textarea::-webkit-input-placeholder {
	color: #909090;
	text-transform: uppercase;
}

.contacts__box input::-moz-placeholder,
.contacts__box textarea::-moz-placeholder {
	color: #909090;
	text-transform: uppercase;
}

.contacts__box input::-ms-input-placeholder,
.contacts__box textarea::-ms-input-placeholder {
	color: #909090;
	text-transform: uppercase;
}

.contacts__box input::placeholder,
.contacts__box textarea::placeholder {
	color: #909090;
	text-transform: uppercase;
}

.contacts__box input:focus::-webkit-input-placeholder,
.contacts__box textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.contacts__box input:focus::-moz-placeholder,
.contacts__box textarea:focus::-moz-placeholder {
	color: transparent;
}

.contacts__box input:focus::-ms-input-placeholder,
.contacts__box textarea:focus::-ms-input-placeholder {
	color: transparent;
}

.contacts__box input:focus::placeholder,
.contacts__box textarea:focus::placeholder {
	color: transparent;
}

.contacts__box textarea {
	resize: none;
	min-height: 150px;
}

.contacts__btn {
	font: inherit;
	cursor: pointer;
	max-width: 370px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	display: block;
	border: none;
	outline: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px;
	margin: 0 auto;
	margin-top: 55px;
	text-transform: uppercase;
	font-weight: 900;
	background-color: #ea0000;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.contacts__btn[disabled] {
	cursor: default;
	opacity: 0.5;
	text-decoration: line-through;
}

.contacts__btn:not(:disabled):hover {
	cursor: pointer;
	background-color: #590000;
}

.contacts__error {
	padding-bottom: 8px;
	color: #8B0000;
	text-transform: uppercase;
	font-weight: 900;
}

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

.news__item {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	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-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 0 20px;
	margin-bottom: 45px;
}

.news__image {
	width: 100%;
	padding-top: 55%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.news__text {
	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-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 23px 25px;
	padding-bottom: 30px;
}

.news__subtitle a {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #212121;
	margin-bottom: 16px;
}

.news__box p {
	font-size: 14px;
	line-height: 1.7;
	color: #212121;
	padding-bottom: 27px;
}

.news__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	border-top: 1px solid #212121;
	padding-top: 28px;
}

.news__data {
	font-size: 14px;
	line-height: 1.7;
	color: #212121;
	text-transform: uppercase;
}

.news__counter {
	cursor: pointer;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.news__counter svg {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 13px;
	fill: #ea0000;
	-webkit-transition: 0.3s fill;
	-o-transition: 0.3s fill;
	transition: 0.3s fill;
}

.news__counter span {
	min-width: 32px;
	display: block;
	text-align: center;
}

.nav-links {
	padding-top: 15px;
	padding-bottom: 60px;
}

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

.navigation a,
.navigation span {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	color: #ea0000;
}

.navigation a:hover {
	font-weight: 900;
}

.navigation .page-numbers {
	margin: 0 10px;
}

.navigation .page-numbers.current {
	font-weight: 900;
}

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

.reviews__item {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	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-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 0 20px;
	margin-bottom: 45px;
}

.reviews__bg {
	width: 100%;
	min-height: 235px;
	max-height: 235px;
	-webkit-background-size: cover;
	background-size: cover;
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: top center;
}

.reviews__wrap-image {
	width: 200px;
	height: 200px;
}

.reviews__wrap-image img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.reviews__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 18px;
}

.reviews__fio {
	font-size: 18px;
	line-height: 1.2;
	color: #ea0000;
	font-weight: bold;
	margin-right: 13px;
}

.reviews__icon {
	cursor: pointer;
}

.reviews__icon svg {
	width: 20px;
	height: 20px;
	fill: #ea0000;
	-webkit-transition: 0.3s fill;
	-o-transition: 0.3s fill;
	transition: 0.3s fill;
}

.reviews__icon svg:hover {
	fill: #3b5999;
}

.reviews__subtitle a {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #212121;
	margin-bottom: 20px;
}

.reviews__text {
	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-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 23px 25px;
}

.reviews__box p {
	font-size: 14px;
	line-height: 1.7;
	color: #212121;
	padding-bottom: 27px;
}

.work__wrap-select {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	margin: 0 -20px;
	margin-bottom: 45px;
}

.work__wrap-select label {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #212121;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 12px;
}

.work__box {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
}

.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 -20px;
}

.work__item {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
	margin-bottom: 40px;
}

.work__item:hover .work__inner,
.work__item:hover .work__image:after {
	opacity: 1;
	visibility: visible;
}

.work__image {
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.work__image:after {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.work__inner {
	position: relative;
	padding: 30px 35px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.work__title {
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 26px;
}

.work__text p {
	font-size: 14px;
	line-height: 2.1;
	color: #ffffff;
}

.work .jq-selectbox,
.cost .jq-selectbox,
.entry .jq-selectbox {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.work .jq-selectbox__select,
.cost .jq-selectbox__select,
.entry .jq-selectbox__select {
	font-family: Roboto-Regular;
	background: transparent;
	width: 100%;
	height: auto;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #666666;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-right: 35px;
	padding-left: 20px;
	text-transform: uppercase;
}

.work .jq-selectbox__select:hover,
.cost .jq-selectbox__select:hover,
.entry .jq-selectbox__select:hover {
	background: #fff;
}

.work .jq-selectbox__select-text,
.cost .jq-selectbox__select-text,
.entry .jq-selectbox__select-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	padding: 13px 0;
	padding-bottom: 14px;
	text-align: left;
	color: #000000;
	width: 100% !important;
	height: auto;
}

.work .jq-selectbox.focused .jq-selectbox__select,
.cost .jq-selectbox.focused .jq-selectbox__select,
.entry .jq-selectbox.focused .jq-selectbox__select {
	border: 0;
}

.work .jq-selectbox__trigger,
.cost .jq-selectbox__trigger,
.entry .jq-selectbox__trigger {
	border: 0;
	background-color: transparent;
}

.work .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow,
.cost .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow,
.entry .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow {
	border-top: 5px solid #fff;
}

.work .jq-selectbox__trigger::after,
.cost .jq-selectbox__trigger::after,
.entry .jq-selectbox__trigger::after {
	position: absolute;
	content: ' ';
	top: 18px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #212121;
	border-top: 1px solid #212121;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 0.3s border, 0.3s top;
	-o-transition: 0.3s border, 0.3s top;
	transition: 0.3s border, 0.3s top;
}

.work .jq-selectbox__trigger-arrow,
.cost .jq-selectbox__trigger-arrow,
.entry .jq-selectbox__trigger-arrow {
	border: none;
	top: 25px;
}

.work .jq-selectbox__dropdown,
.cost .jq-selectbox__dropdown,
.entry .jq-selectbox__dropdown {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 100%;
}

.work .jq-selectbox__dropdown ul,
.cost .jq-selectbox__dropdown ul,
.entry .jq-selectbox__dropdown ul {
	max-height: 250px;
	overflow: auto;
}

.work .jq-selectbox li,
.cost .jq-selectbox li,
.entry .jq-selectbox li {
	position: relative;
	font-family: Montserrat;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	text-transform: uppercase;
}

.work .jq-selectbox li:hover,
.cost .jq-selectbox li:hover,
.entry .jq-selectbox li:hover {
	color: #fff;
	background-color: #c0c0c0;
}

.work .jq-selectbox li.sel,
.cost .jq-selectbox li.sel,
.entry .jq-selectbox li.sel {
	color: #fff;
	background-color: #ea0000;
}

.work .jq-selectbox li.disabled:hover,
.cost .jq-selectbox li.disabled:hover,
.entry .jq-selectbox li.disabled:hover {
	background-color: #fff;
	color: #666;
}

.content {
	padding-top: 20px;
	margin-bottom: 75px;
}

.content--inner .content__wrap {
	padding-bottom: 0px;
}

.content__title {
	font-size: 48px;
	line-height: 1;
	color: #ea0000;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 8px;
}

.content__desc {
	padding-bottom: 65px;
}

.content__desc p {
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	text-transform: uppercase;
	font-weight: 900;
}

.content__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 -20px;
	padding-bottom: 30px;
}

.content__item {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	padding: 32px 35px;
	margin: 0 20px;
	margin-bottom: 60px;
}

.content__subtitle {
	font-size: 24px;
	line-height: 1.25;
	color: #ea0000;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 20px;
}

.content__text {
	padding-bottom: 10px;
}

.content__text p {
	font-size: 14px;
	line-height: 2.1;
	color: #212121;
}

.content__link {
	font: inherit;
	max-width: 375px;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	background-color: #ea0000;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	font-weight: 900;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.content__link:hover {
	background-color: #590000;
}

.charts {
	background-image: url(img/charts.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.charts:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

.charts__container {
	max-width: 850px;
	padding-top: 60px;
	padding-bottom: 45px;
	margin: 0 auto;
}

.charts__wrap {
	margin-left: 95px;
}

.charts__title {
	font-size: 36px;
	line-height: 1.25;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 12px;
}

.charts__subtitle {
	font-size: 24px;
	line-height: 1.25;
	color: #ea0000;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 30px;
}

.charts__tabs {
	margin-bottom: 25px;
}

.charts__tab--item {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}

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

.charts__tab--item__active {
	text-shadow: 0px 0.5px 0px #ffffff, 0.5px 0px 0px #ffffff, 0px -0.5px 0px #ffffff, -0.5px 0px 0px #ffffff;
}

.charts__tab {
	display: none;
	width: 100%;
}

.charts__tab--active {
	display: block;
}

.highcharts-background {
	fill: transparent;
}

.highcharts-grid-line {
	stroke: rgba(255, 255, 255, 0.3);
}

.highcharts-grid-line:first-child {
	stroke: #fff;
	stroke-width: 2px;
}

.highcharts-credits {
	display: none;
}

.highcharts-tick {
	display: none;
}

.highcharts-axis-title {
	text-transform: uppercase;
	font-family: Montserrat;
}

.highcharts-axis-labels {
	text-transform: uppercase;
	font-family: Montserrat;
}

.character {
	padding-top: 25px;
	margin-bottom: 60px;
}

.character__bg {
	position: relative;
	z-index: 1;
	background-image: url(img/character.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: top center;
	padding-top: 130px;
	padding-bottom: 110px;
}

.character__bg:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.character__wrap {
	max-width: 920px;
	padding: 0 10px;
	margin: 0 auto;
}

.character__text {
	padding-bottom: 55px;
}

.character__text p {
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
}

.character .owl-carousel .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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.character .owl-carousel .owl-dot {
	margin: 0 11px;
}

.character .owl-carousel .owl-dot span {
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: 0.3s background-color, 0.3s border, 0.3s -webkit-transform;
	transition: 0.3s background-color, 0.3s border, 0.3s -webkit-transform;
	-o-transition: 0.3s background-color, 0.3s border, 0.3s transform;
	transition: 0.3s background-color, 0.3s border, 0.3s transform;
	transition: 0.3s background-color, 0.3s border, 0.3s transform, 0.3s -webkit-transform;
}

.character .owl-carousel .owl-dot.active span {
	border: 1px solid #ffffff;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	background-color: transparent;
}

.cost {
	padding-bottom: 100px;
}

.cost__title {
	font-size: 48px;
	line-height: 1;
	color: #ea0000;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: 900;
}

.cost__desc {
	padding-bottom: 55px;
}

.cost__desc p {
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	text-transform: uppercase;
	font-weight: 900;
}

.cost__wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.cost__item {
	position: relative;
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
	margin-bottom: 45px;
}

.cost__item label {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #212121;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 8px;
}

.cost__item input {
	display: block;
	width: 100%;
	font-size: 16px;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	padding: 16px 20px;
	padding-right: 10px;
}

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

.cost__wrapper {
	position: relative;
}

.cost__send,
.cost__code {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 14px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.cost__send {
	left: 185px;
	color: rgba(33, 33, 33, 0.5);
}

.cost__send--active {
	display: block;
}

.cost__code {
	left: 100px;
}

.cost__code--active {
	display: block;
}

.cost__correct {
	color: rgba(1, 178, 1, 0.5);
}

.cost__error {
	color: #ea0000;
}

.cost__why {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2;
	color: #ea0000;
	text-transform: uppercase;
	margin-left: 15px;
	padding-bottom: 8px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.cost__why:hover {
	color: #590000;
}

.cost__btn {
	cursor: pointer;
	font: inherit;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #ea0000;
	padding: 15px 5px;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	font-weight: 900;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.cost__btn:hover {
	background-color: #590000;
}

.produce {
	padding-top: 20px;
	margin-bottom: 105px;
}

.produce__title {
	font-size: 48px;
	line-height: 1;
	color: #ea0000;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: 900;
}

.produce__desc {
	padding-bottom: 65px;
}

.produce__desc p {
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	text-transform: uppercase;
	font-weight: 900;
}

.produce__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 -20px;
	padding-bottom: 20px;
}

.produce__item {
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
	margin-bottom: 45px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	padding: 26px 35px;
}

.produce__subtitle {
	font-size: 24px;
	line-height: 1.25;
	color: #ea0000;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 28px;
}

.produce__text {
	padding-bottom: 15px;
}

.produce__text p {
	font-size: 14px;
	line-height: 2.1;
	color: #212121;
	white-space: pre-line;
}

.produce__link {
	cursor: pointer;
	font: inherit;
	display: block;
	max-width: 375px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #ea0000;
	padding: 15px 5px;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	font-weight: 900;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.produce__link:hover {
	background-color: #590000;
}

.about {
	background-image: url(img/about.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 135px;
	margin-bottom: 80px;
}

.about:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.about__title {
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 50px;
}

.about__text p {
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
	padding-bottom: 30px;
}

.entry {
	padding-bottom: 30px;
}

.entry__title {
	font-size: 48px;
	line-height: 1;
	color: #ea0000;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: 900;
}

.entry__desc {
	padding-bottom: 55px;
}

.entry__desc p {
	font-size: 24px;
	line-height: 1.25;
	color: #212121;
	text-transform: uppercase;
	font-weight: 900;
}

.entry__wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.entry__item {
	position: relative;
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
	margin-bottom: 45px;
}

.entry__item label {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	color: #212121;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 8px;
}

.entry__item input {
	display: block;
	width: 100%;
	background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	font-size: 16px;
	color: #212121;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	padding: 16px 20px;
	padding-right: 10px;
}

.entry__item input::-webkit-input-placeholder {
	color: #212121;
}

.entry__item input::-moz-placeholder {
	color: #212121;
}

.entry__item input::-ms-input-placeholder {
	color: #212121;
}

.entry__item input::placeholder {
	color: #212121;
}

.entry__holder {
	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-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	padding: 7px 20px;
	padding-bottom: 8px;
}

.entry__holder .entry__box:first-child {
	margin-right: 22px;
}

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

.entry__block {
	margin-left: 10px;
}

.entry__arrow {
	cursor: pointer;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 18px;
	height: 18px;
	border: none;
	background-color: #fff;
	outline: none;
}

.entry__arrow--decrement {
	bottom: 0px;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.entry__arrow:after,
.entry__arrow:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -webkit-calc(50% - 3px);
	left: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-top: 1px solid #212121;
	border-left: 1px solid #212121;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.entry__data {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 21px;
	font-size: 16px;
	line-height: 1;
	color: #212121;
}

.entry__btn {
	cursor: pointer;
	font: inherit;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #ea0000;
	padding: 15px 5px;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	font-weight: 900;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.entry__btn:hover {
	background-color: #590000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background-color: #fff;
	color: #252525;
	border: none;
	font-family: "Montserrat";
	font-weight: normal;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #590000;
	color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background-color: #c20000;
	color: #ffffff;
}

.ui-widget-content {
	background-color: #fff;
	color: #212121;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.ui-widget-header {
	background: #ea0000;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	border-bottom: none;
}

.ui-widget-header .ui-datepicker-prev:hover,
.ui-widget-header .ui-datepicker-next:hover {
	background-color: #6d6d6d;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 4px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.ui-datepicker .ui-datepicker-next span {
	border-left: 8px solid #fff;
	left: -webkit-calc(50% + 4px);
	left: calc(50% + 4px);
}

.ui-datepicker .ui-datepicker-prev span {
	border-right: 8px solid #fff;
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
}

.ui-datepicker-calendar {
	border: none;
	border-top: none;
}

.ui-datepicker {
	padding: 0px;
}

.ui-datepicker td {
	padding: 0px;
	border: 1px solid #d9d9d9;
}

.ui-datepicker th {
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}

.ui-datepicker table {
	margin-bottom: 0px;
}

.ui-datepicker-month,
.ui-datepicker-year {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	background-color: #590000;
	border-color: #590000;
}

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

.navigation {
	margin-right: 0;
}

.charts__title {
	font-size: 24px;
}

.charts__subtitle {
	font-size: 20px;
}

.charts__tab--item {
	font-size: 14px;
}

.charts__tab--item:not(:last-child) {
	margin-right: 15px;
}

}

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

.main-header__link {
	font-size: 15px;
}

.overlay-close {
	right: 20px;
}

.overlay-text .overlay-close {
	right: 26px;
}

}

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

.main-header__col {
	font-size: 35px;
}
/*new*/
.main-header__content .main-header__col:first-child {
	margin-left: 84px;
}

.cost__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.entry__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

}

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

.content__item {
	padding: 30px;
}

.produce__item {
	padding: 26px 30px;
}

}

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

.main-header__link {
	padding: 0 12px;
}

.main-header__content {
	-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;
	padding-top: 0px;
}

.main-header__content .main-header__col:first-child {
	margin-left: 0px;
	padding-right: 0px;
}

.main-header__content .main-header__col:last-child {
	padding-left: 0px;
}

.main-header__holder {
	-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-header__col {
	font-size: 27px;
	padding-bottom: 12px;
}

.main-header__logo {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 120px;
}

.header + section {
	padding-top: 150px;
}

.header__holder {
	padding-top: 20px;
}

.header__block {
	margin-left: 0px;
	-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;
}

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

.header__content {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin: 0px;
	width: 100%;
}

.header__button {
	display: none;
}

.header__search {
	position: static;
	opacity: 1;
	visibility: visible;
	background-color: #fff;
	padding-right: 0px;
}

.header__search-wrap {
	max-width: 100%;
}

.header__search-wrap input {
	padding: 11px 45px 11px 20px;
	border: none;
	border-bottom: 1px solid #212121;
	color: #212121;
	background-color: #fff;
}

.header__search-btn {
	width: 43px;
	background-position: left center;
}

.header__wrap {
	background-color: transparent;
	padding-right: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px;
}

.header__list {
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	position: absolute;
	background-color: #fff;
	padding-left: 0px;
	max-height: -webkit-calc(100vh - 70px);
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	overflow-x: hidden;
}

.header__link {
	padding: 10px 20px;
	line-height: 1.2;
	color: #212121;
}

.header__link:hover {
	text-shadow: none;
	color: #fff;
	background-color: #590000;
}

.header__link--active {
	color: #fff;
	background-color: #ea0000;
	text-shadow: none;
}

.header__link--active:hover {
	background-color: #ea0000;
}

.header .mobile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 11px 20px;
}

.header .main-nav__toggle {
	display: block;
}

.header__menu {
	width: 100%;
}

.submenu {
	display: none;
	position: static;
	width: 100%;
	opacity: 1;
	visibility: visible;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.submenu a {
	padding: 10px 20px 10px 35px;
	font-size: 14px;
	line-height: 1.3;
}

.submenu a:hover {
	padding: 10px 20px 10px 35px;
}

.dropdown:after {
	top: 10px;
	right: 30px;
	border-color: #212121;
}

.dropdown:before {
	position: static;
}

.dropdown:hover .header__link {
	background-color: #590000;
	color: #fff;
	text-shadow: none;
}

.dropdown:hover .header__link--active {
	background-color: #ea0000;
}

.dropdown:hover:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
}

.dropdown:hover:after {
	border-color: #fff;
}

.dropdown.mob-tog:after {
	top: 18px;
	-webkit-transform: rotate(45deg) scale(-1);
	-ms-transform: rotate(45deg) scale(-1);
	transform: rotate(45deg) scale(-1);
	border-color: #212121;
}

.dropdown.mob-tog:hover:after {
	border-color: #ffffff;
}

.contacts__title {
	font-size: 36px;
}

.contacts__text {
	font-size: 19px;
}

.contacts__holder {
	margin: 0 -20px;
	max-width: 800px;
}

.contacts__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
	margin: 0px 20px;
	margin-bottom: 30px;
}

.contacts__form {
	padding-top: 40px;
}

.news__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.reviews__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.work__box {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.work__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.content {
	margin-bottom: 50px;
}

.content__title {
	font-size: 38px;
}

.content__desc p {
	font-size: 23px;
}

.content__wrap {
	margin: 0px;
	padding-bottom: 0px;
}

.content__item {
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 35px;
}

.content__subtitle {
	font-size: 22px;
}

.content__link {
	font-size: 17px;
}

.character__text p {
	font-size: 27px;
}

.cost {
	padding-bottom: 60px;
}

.cost__title {
	font-size: 38px;
}

.produce__title {
	font-size: 38px;
}

.produce__desc p {
	font-size: 23px;
}

.produce__item {
	width: -webkit-calc(100% / 2 - 40px);
	width: calc(100% / 2 - 40px);
}

.entry__title {
	font-size: 38px;
}

}

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

.main-header {
	padding-top: 25px;
}

.main-header__wrap {
	width: 100%;
	padding-bottom: 15px;
}

.main-header__list {
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	position: absolute;
	padding: 0px;
	background-color: #ffffff;
	max-height: -webkit-calc(100vh - 70px);
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	overflow-x: hidden;
}

.main-header__link {
	padding: 6px 10px;
	background-color: #fff;
	color: #212121;
}

.main-header__link:hover {
	text-shadow: none;
	background-color: #590000;
}

.main-header__link--active {
	background-color: #ea0000;
	color: #ffff;
	text-shadow: none;
}

.main-header__link--active:hover {
	text-shadow: none;
	background-color: #ea0000;
}

.main-header__logo {
	max-width: 100px;
}

.mobile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 5px 20px;
}

.main-nav__toggle {
	display: block;
}

.header + section {
	padding-top: 222px;
}

.header__holder {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0px;
	padding-bottom: 2px;
}

.header__item {
	margin-bottom: 18px;
}

.contacts__title {
	font-size: 29px;
}

.contacts__inner .contacts__box:first-child {
	margin-right: 20px;
}

.news__wrap {
	margin: 0px;
	margin-top: 35px;
}

.news__item {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.reviews__wrap {
	margin: 0px;
	margin-top: 35px;
}

.reviews__item {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.work__wrap-select {
	margin: 0px;
	margin-bottom: 5px;
}

.work__box {
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 35px;
}

.work__item {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.content {
	margin-bottom: 40px;
}

.content__title {
	font-size: 28px;
}

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

.charts__tab {
	overflow-y: auto;
}

.charts__tab div {
	min-width: 600px;
}

.cost {
	padding-bottom: 40px;
}

.cost__title {
	font-size: 31px;
}

.cost__wrap {
	margin: 0px;
}

.cost__item {
	width: 100%;
	margin: 0px;
	margin-bottom: 40px;
}

.produce__title {
	font-size: 28px;
}

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

.produce__wrap {
	margin: 0px;
}

.produce__item {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.entry__title {
	font-size: 31px;
}

.entry__wrap {
	margin: 0px;
}

.entry__item {
	width: 100%;
	margin: 0px;
	margin-bottom: 40px;
}

}

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

.contacts__holder {
	margin: 0px;
}

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

}

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

.data__title {
	padding-top: 32px;
}

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

.content__link {
	font-size: 16px;
}

.charts__wrap {
	margin-left: 0px;
}

.charts__tab--item {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

}

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

.contacts__box label {
	padding: 0 15px 8px;
}

.cost__item label {
	font-size: 14px;
	padding-left: 15px;
}

.cost__why {
	font-size: 14px;
}

}

