.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--inner + section {
	padding-top: 104px;
}

.main-header__row {
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	background: rgba(27, 31, 42, 0.5);
	-webkit-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
}

.main-header__inner {
	position: relative;
	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-top: 35px;
}

.main-header__logo {
	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: -32px;
	margin-right: auto;
}

.main-header__image {
	max-width: 50px;
	width: 100%;
	margin-right: 16px;
}

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

.main-header__title {
	position: relative;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	padding-left: 18px;
	font-weight: 200;
}

.main-header__title:after {
	position: absolute;
	content: ' ';
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	left: 0px;
	background-color: rgba(255, 255, 255, 0.3);
	width: 1px;
	height: 30px;
}

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

.main-header__phone {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-right: 50px;
}

.main-header__call {
	cursor: pointer;
	font: inherit;
	max-width: 205px;
	min-width: 205px;
	width: 100%;
	display: block;
	background-color: #fff;
	font-size: 16px;
	color: #1b1f2a;
	outline: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 5px;
	margin-bottom: 25px;
	margin-right: 50px;
	border: 1px solid #fff;
	-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;
}

.main-header__call:hover {
	background-color: #1b1f2a;
	color: #fff;
}

.main-header__list {
	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-top: 2px;
	padding-right: 30px;
}

.main-header__list:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s left, 0.3s width;
	-o-transition: 0.3s left, 0.3s width;
	transition: 0.3s left, 0.3s width;
}

.main-header__list li:first-child .main-header__link {
	padding-left: 0px;
}

.main-header__link {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0 15px;
	padding-top: 11px;
	padding-bottom: 36px;
}

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

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

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

.main-header__search {
	position: absolute;
	z-index: 2;
	bottom: -7px;
	left: 0;
	right: 10px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	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;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

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

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

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

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

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

.main-header__navigation {
	position: relative;
}

.main-header__navigation--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

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

.main-header__col {
	margin-left: 20px;
	margin-bottom: 25px;
}

.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: #fff;
	-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: #fff;
	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;
}

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

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

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

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

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

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

.language-chooser li a:hover {
	text-shadow: 0px 0.5px 0px #fff, 0.5px 0px 0px #fff, 0px -0.5px 0px #fff, -0.5px 0px 0px #fff;
}

.language-chooser li.active a {
	text-shadow: 0px 0.5px 0px #fff, 0.5px 0px 0px #fff, 0px -0.5px 0px #fff, -0.5px 0px 0px #fff;
}

.contrast-bg {
	background: rgba(27, 31, 42, 0.8);
	-webkit-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
}

.main-footer {
	background-color: #1b1f2a;
	padding: 16px 0;
}

.main-footer__desc p {
	font-size: 10px;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.main-footer__desc p a {
	color: #fff;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.main-footer__desc p a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.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: #1b1f2a;
	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;
}

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: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

.container--header {
	max-width: 1610px;
	padding: 0 5px;
}

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

.container--ask {
	max-width: 610px;
}

.container--single {
	max-width: 1300px;
	padding: 0 30px;
}

.popup {
	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__reqcall {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: 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;
}

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

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

.popup__item {
	height: 100%;
}

.popup__item--info {
	width: 360px;
	height: auto;
	padding: 40px 30px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.popup__item--contacts {
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	padding: 40px 60px;
	padding-bottom: 20px;
	background-color: #fff;
}

.popup__logo {
	display: block;
	max-width: 300px;
	margin-bottom: 50px;
}

.popup__desc {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	padding-right: 70px;
	margin-bottom: 42px;
}

.popup__desc:before {
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 7px);
	top: calc(50% - 7px);
	right: 16px;
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.popup__desc:after {
	content: ' ';
	position: absolute;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	right: 0px;
	width: 30px;
	height: 2px;
	background-color: #333;
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.popup__list {
	max-width: 265px;
}

.popup__link {
	display: inline-block;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.2;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.popup__link:hover {
	color: #ffc0df;
}

.popup__box {
	position: relative;
}

.popup__dropdown {
	display: none;
}

.popup__submenu {
	display: none;
	position: relative;
	z-index: 2;
}

.popup__submenu li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
}

.popup__text {
	margin-bottom: 75px;
}

.popup__text p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.popup__close {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: -60px 0 20px auto;
	z-index: 1;
}

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

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

.reqcall__wrap {
	max-width: 600px;
	width: 100%;
}

.reqcall__container {
	background-color: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.reqcall__inner {
	border: 1px solid #1b1f2a;
	padding: 35px 40px 15px;
}

.reqcall__title {
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 30px;
}

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

.reqcall__row:not(:last-child) {
	margin-bottom: 30px;
}

.reqcall__error {
	display: none;
	font-weight: bold;
	font-size: 16px;
	color: #b00;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.reqcall__input {
	width: 100%;
	background-color: #f0f0f0;
	border: 0;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	text-transform: uppercase;
	padding: 16px 25px;
}

.reqcall__input::-webkit-input-placeholder {
	color: #333333;
}

.reqcall__input::-moz-placeholder {
	color: #333333;
}

.reqcall__input::-ms-input-placeholder {
	color: #333333;
}

.reqcall__input::placeholder {
	color: #333333;
}

.reqcall__btn {
	background-color: #1b1f2a;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
	padding: 17px 20px;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.reqcall__btn:hover {
	background-color: #07080b;
}

.reqcall__btn:disabled,
.reqcall__btn:disabled:hover {
	text-decoration: line-through;
	background-color: #a3a3a3;
}

.reqcall__example {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 10px;
}

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

.select__wrap:after {
	position: absolute;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	right: 15px;
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	-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__hour,
.select__minute {
	max-width: 85px;
	margin-right: 3px;
	font-size: 24px;
}

.select__hour .select__placeholder,
.select__minute .select__placeholder {
	font-size: 24px;
}

.select__day {
	max-width: 200px;
}

.select__placeholder {
	color: #333333;
	background-color: #fff;
	padding: 13px 30px 13px 13px;
	border-bottom: 2px solid #dddddd;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.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: 14px;
	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: #394259;
	color: #fff;
}

.select__item--active {
	background-color: #07080b;
	color: #fff;
}

.select__item--active:hover {
	background-color: #07080b;
	color: #fff;
}

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

.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-overlay {
	position: relative;
	margin: 0 auto;
}

.inner__data {
	max-height: 95vh;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px 180px;
}

.content {
	margin-bottom: 50px;
}

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

.content__item--block {
	width: 215px;
	padding-top: 35px;
	padding-bottom: 45px;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
	border: 2px solid #1b1f2a;
}

.content__item--content {
	width: -webkit-calc(100% - 215px);
	width: calc(100% - 215px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 115px;
	padding-top: 16px;
}

.content__box--head {
	width: 312px;
}

.content__box--content {
	width: -webkit-calc(100% - 312px);
	width: calc(100% - 312px);
	padding-left: 65px;
}

.content__subtitle {
	font-size: 18px;
	line-height: 1.2;
	color: #808080;
	text-transform: uppercase;
	letter-spacing: 5.4px;
	padding-bottom: 26px;
}

.content__desc p {
	font-size: 48px;
	line-height: 1.5;
	color: #1b1f2a;
	text-transform: uppercase;
	font-weight: 200;
}

.content__desc p span {
	display: block;
	font-weight: 900;
}

.content__data {
	font-size: 100px;
	line-height: 1;
	color: #1b1f2a;
	text-transform: uppercase;
	text-align: center;
	font-weight: 200;
}

.content__year {
	display: block;
	font-size: 48px;
	color: #464d60;
	padding-top: 20px;
}

.content__experience {
	display: block;
	font-size: 30px;
	color: #818797;
	padding-top: 25px;
	font-weight: 200;
}

.content__text {
	padding-top: 22px;
}

.content__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
}

.info {
	margin-bottom: 105px;
}

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

.info__item {
	width: 50%;
}

.info__item--content {
	background-color: #1b1f2a;
	padding: 0 60px;
	padding-top: 170px;
}

.info__holder {
	position: relative;
	max-width: 620px;
	margin-left: auto;
}

.info__holder .my-dots-class {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.info__holder .my-dots-class li {
	cursor: pointer;
	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: 45px;
	height: 20px;
	margin: 0 8px;
}

.info__holder .my-dots-class li button {
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	background-color: red;
	border: none;
	outline: none;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	color: transparent;
	height: 1px;
}

.info__holder .my-dots-class li button:after {
	position: absolute;
	content: ' ';
	left: 0px;
	top: -10px;
	width: 100%;
	height: 10px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.info__holder .my-dots-class li.slick-active button:after {
	background-color: #fff;
}

.info__title {
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 36px;
	font-weight: 200;
}

.info__subtitle {
	font-size: 60px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 41px;
	font-weight: 900;
}

.info__subtitle span {
	display: block;
	font-size: 24px;
	line-height: 1.25;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 30px;
	font-weight: 200;
}

.info__data {
	font-size: 48px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 42px;
	font-weight: 200;
}

.info__text {
	padding-top: 98px;
}

.info__box .slick-slide {
	border: none;
	outline: none;
}

.info__box p {
	font-size: 30px;
	line-height: 1.2;
	color: #ffffff;
}

.info__bg {
	height: 100%;
	min-height: 500px;
}

.info__bg .slick-track,
.info__bg .slick-list {
	height: 100%;
}

.info__bg .slick-prev,
.info__bg .slick-next {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	padding: 0px;
	outline: none;
	cursor: pointer;
}

.info__bg .slick-prev:after,
.info__bg .slick-next:after {
	content: ' ';
	position: absolute;
	z-index: 2;
	top: -webkit-calc(50% - 7px);
	top: calc(50% - 7px);
	left: 12px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.info__bg .slick-prev:before,
.info__bg .slick-next:before {
	display: none;
}

.info__bg .slick-prev {
	left: 70px;
}

.info__bg .slick-next {
	right: 70px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.info__col {
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	outline: none;
}

.info__pagination {
	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: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 145px;
	padding-bottom: 55px;
}

.info__pagination .slider-dots-box {
	padding-right: 26px;
}

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

.info__current,
.info__sum {
	color: #fff;
	font-weight: 200;
}

.info__current {
	font-size: 48px;
	line-height: 1;
	padding-right: 15px;
}

.info__sum {
	font-size: 18px;
	line-height: 1.6;
}

.info__sum:before {
	content: '/';
	padding-right: 5px;
}

.info__decor {
	position: absolute;
	z-index: 5;
	width: 80px;
	height: 80px;
}

.info__decor img {
	width: 100%;
	height: 100%;
}

.info__decor--top {
	top: 130px;
}

.info__decor--bottom {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	top: 386px;
	right: -85px;
}

.project {
	padding-bottom: 100px;
}

.project__subtitle {
	font-size: 18px;
	line-height: 1.2;
	color: #808080;
	text-transform: uppercase;
	padding-bottom: 35px;
	letter-spacing: 5.4px;
}

.project__desc p {
	font-size: 48px;
	line-height: 1.5;
	color: #1b1f2a;
	text-transform: uppercase;
	font-weight: 200;
}

.project__desc p span {
	display: block;
	font-weight: 900;
}

.project__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.project__item {
	margin-bottom: 40px;
}

.project__item--text {
	width: -webkit-calc(100% - 545px);
	width: calc(100% - 545px);
	padding-right: 55px;
}

.project__item--image {
	width: 545px;
	position: relative;
	margin-left: auto;
}

.project__item--image img {
	display: block;
	width: 100%;
}

.project__item--image:hover .project__inner {
	color: rgba(255, 255, 255, 0.5);
}

.project__item--image:hover .project__inner:after {
	background-color: rgba(255, 255, 255, 0.5);
	width: 92px;
}

.project__item--image:hover .project__inner:before {
	border-color: rgba(255, 255, 255, 0.5);
	left: 82px;
}

.project__block {
	position: absolute;
	z-index: 3;
	top: 0px;
	min-width: 500px;
}

.project__block--inner {
	position: relative;
	z-index: 2;
	margin-left: 45px;
}

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

.project__col {
	position: relative;
	margin-top: 40px;
}

.project__col:after {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 31, 42, 0.7);
}

.project__inner {
	font: inherit;
	cursor: pointer;
	display: block;
	position: absolute;
	background-color: transparent;
	top: 50%;
	left: 0px;
	margin: 0 40px;
	z-index: 4;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	border: none;
	outline: none;
	padding: 0px;
	padding-bottom: 33px;
	letter-spacing: 7.2px;
	font-weight: 200;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.project__inner span {
	display: block;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0px;
	padding-top: 25px;
}

.project__inner:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 1px;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: 0.3s background-color, 0.3s width;
	-o-transition: 0.3s background-color, 0.3s width;
	transition: 0.3s background-color, 0.3s width;
}

.project__inner:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s border-color, 0.3s left;
	-o-transition: 0.3s border-color, 0.3s left;
	transition: 0.3s border-color, 0.3s left;
}

.attainment {
	background-color: #1b1f2a;
	padding-top: 40px;
}

.attainment__title {
	font-size: 30px;
	line-height: 1.2;
	color: #939393;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 9px;
	padding-bottom: 55px;
	font-weight: 200;
}

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

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

.attainment__number {
	font-size: 72px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 36px;
	font-weight: 200;
}

.attainment__desc {
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 22px;
	font-weight: 300;
}

.attainment__block {
	font-size: 18px;
	line-height: 1.2;
	color: #939393;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3.6px;
	font-weight: 200;
}

.work {
	padding-top: 55px;
}

.work__title {
	font-size: 30px;
	line-height: 1.2;
	color: #939393;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 6px;
	padding-bottom: 30px;
	font-weight: 200;
}

.work__subtitle {
	font-size: 48px;
	line-height: 1.2;
	color: #1b1f2a;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 60px;
	font-weight: 200;
}

.work__subtitle b {
	font-weight: 900;
}

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

.work__item {
	width: 25%;
	position: relative;
}

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

.work__image {
	position: relative;
	padding-top: 100%;
	min-height: 480px;
}

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

.work__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.work__block {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0 40px;
	padding-top: 80px;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.work__topic {
	font-size: 30px;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 35px;
	font-weight: 400;
}

.work__text {
	padding-bottom: 38px;
}

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

.work__btn {
	cursor: pointer;
	position: relative;
	font: inherit;
	font-size: 30px;
	line-height: 1.2;
	color: #ffffff;
	background-color: transparent;
	border: none;
	outline: none;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	padding-bottom: 32px;
	font-weight: 200;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.work__btn:hover {
	color: rgba(255, 255, 255, 0.5);
}

.work__btn:hover:after {
	background-color: rgba(255, 255, 255, 0.5);
}

.work__btn:hover:before {
	border-color: rgba(255, 255, 255, 0.5);
}

.work__btn:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 1px;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.work__btn:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s border-color;
	-o-transition: 0.3s border-color;
	transition: 0.3s border-color;
}

.team {
	margin-top: 80px;
	padding-bottom: 40px;
}

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

.team__item--content {
	width: 410px;
	padding-right: 10px;
	margin-bottom: 40px;
}

.team__item--block {
	width: -webkit-calc(100% - 410px);
	width: calc(100% - 410px);
}

.team__title {
	font-size: 24px;
	line-height: 1.2;
	color: #939393;
	text-transform: uppercase;
	padding-bottom: 25px;
	letter-spacing: 4.8px;
	font-weight: 400;
}

.team__subtitle {
	font-size: 48px;
	line-height: 1.25;
	color: #1b1f2a;
	text-transform: uppercase;
	font-weight: 200;
}

.team__subtitle span {
	display: block;
	font-weight: 900;
}

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

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

.team__image {
	position: relative;
	padding-top: 100%;
	margin-bottom: 32px;
}

.team__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.team__block {
	font-size: 24px;
	line-height: 1.2;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.team__block span {
	font-weight: 900;
}

.team__desc p {
	font-size: 16px;
	line-height: 2.2;
	color: #939393;
}

.contacts__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 62px;
}

.contacts__item--block {
	width: 39.5%;
	padding: 0 38px;
	padding-bottom: 22px;
	background-color: #ececec;
}

.contacts__item--map {
	width: 60.5%;
}

.contacts__item--map iframe {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	max-height: 80vh;
	min-height: 400px;
}

.contacts__title {
	font-size: 24px;
	line-height: 1.2;
	color: #939393;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 46px;
	letter-spacing: 4.8px;
	font-weight: 400;
}

.contacts__subtitle {
	font-size: 36px;
	line-height: 1.3;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-bottom: 28px;
	font-weight: 200;
}

.contacts__subtitle span {
	display: block;
	font-weight: 900;
}

.contacts__data {
	margin-bottom: 21px;
}

.contacts__data--phone {
	font-size: 24px;
	line-height: 1.2;
	color: #1b1f2a;
	text-transform: uppercase;
	font-weight: 200;
}

.ask {
	margin-bottom: 94px;
}

.ask__title {
	font-size: 48px;
	color: #1b1f2a;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 35px;
	font-weight: 200;
}

.ask__title span {
	font-weight: 900;
}

.ask__form .ask__box:last-child {
	margin-top: 60px;
}

.ask__box {
	position: relative;
	margin-bottom: 50px;
}

.ask__box label {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #808080;
	padding-left: 21px;
	font-weight: 400;
	-webkit-transition: 0.3s font-size, 0.3s top;
	-o-transition: 0.3s font-size, 0.3s top;
	transition: 0.3s font-size, 0.3s top;
}

.ask__box label.label-active {
	font-size: 14px;
	top: -18px;
}

.ask__box input,
.ask__box textarea {
	display: block;
	width: 100%;
	color: #808080;
	padding-left: 21px;
	border: none;
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 9px;
	border-bottom: 1px solid #808080;
}

.ask__box input.form-fail,
.ask__box textarea.form-fail {
	border-color: #b00;
}

.ask__box input.form-done,
.ask__box textarea.form-done {
	border-color: #90EE90;
}

.ask__box textarea {
	min-height: 80px;
	resize: none;
}

.ask__btn {
	font: inherit;
	display: block;
	max-width: 255px;
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	outline: none;
	background-color: #1b1f2a;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 12px 5px;
	font-weight: 200;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

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

.ask__btn:not(:disabled):hover {
	cursor: pointer;
	background-color: black;
}

.ask__message {
	padding-bottom: 25px;
}

.ask__error {
	color: #b00;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
}

.breadcrumbs {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumbs__list {
	padding-top: 13px;
}

.breadcrumbs__list li {
	cursor: default;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 17px;
	margin-bottom: 12px;
}

.breadcrumbs__list li:not(:last-child):after {
	margin-left: 19px;
	content: '|';
	cursor: default;
	color: #fff;
}

.breadcrumbs__list li a {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.breadcrumbs__list li a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs__list li,
.breadcrumbs__list a {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}

.services {
	padding-top: 45px;
}

.services__title {
	font-size: 72px;
	line-height: 1;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-weight: 200;
}

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

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

.services__item:before {
	position: absolute;
	content: ' ';
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.services__item:hover .services__image:after {
	max-width: 100%;
	background-color: rgba(27, 31, 42, 0.85);
}

.services__item:hover .services__block {
	max-width: 100%;
	padding: 0;
}

.services__item:hover .services__block--inner {
	padding-top: 100px;
	color: #fff;
}

.services__image {
	position: relative;
	padding-top: 100%;
}

.services__image:after {
	position: absolute;
	content: ' ';
	top: 0px;
	right: 0px;
	width: 100%;
	max-width: 276px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.3s max-width, 0.3s background-color;
	-o-transition: 0.3s max-width, 0.3s background-color;
	transition: 0.3s max-width, 0.3s background-color;
}

.services__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.services__block {
	position: absolute;
	z-index: 4;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	max-width: 325px;
	padding: 65px 0;
	-webkit-transition: 0.3s max-width, 0.3s padding;
	-o-transition: 0.3s max-width, 0.3s padding;
	transition: 0.3s max-width, 0.3s padding;
}

.services__block--inner {
	height: 100%;
	font-size: 24px;
	color: #1b1f2a;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	border: 2px solid #1b1f2a;
	padding: 35px 0;
	padding-left: 60px;
	padding-right: 20px;
	font-weight: 300;
	-webkit-transition: 0.3s padding, 0.3s color;
	-o-transition: 0.3s padding, 0.3s color;
	transition: 0.3s padding, 0.3s color;
}

.services__block p {
	max-width: 245px;
}

.services__text {
	max-width: 1115px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 65px;
}

.services__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
}

.page-contacts {
	padding-top: 45px;
}

.page-contacts__text {
	max-width: 1175px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.page-contacts__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
	text-align: center;
}

.page-contacts__map {
	margin-bottom: 50px;
}

.page-contacts__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 80vh;
	min-height: 500px;
}

.page-contacts__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-bottom: 110px;
}

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

.page-contacts__elem .page-contacts__box:first-child {
	margin-bottom: 30px;
}

.page-contacts__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;
	margin-bottom: 35px;
}

.page-contacts__icon {
	width: 20px;
	height: 20px;
	margin-right: 20px;
}

.page-contacts__data {
	font-size: 30px;
	line-height: 1;
	color: #1b1f2a;
	font-weight: 200;
}

.page-contacts__data--phone {
	font-size: 48px;
}

.page-contacts .contacts__title {
	padding-top: 0px;
}

.page-contacts .ask__box textarea {
	min-height: 130px;
}

.page-contacts .ask__title {
	padding-bottom: 50px;
}

.portfolio + .page-work {
	padding-top: 55px;
}

.portfolio__category {
	font-size: 24px;
	line-height: 1.25;
	color: #6a6a6a;
	text-transform: uppercase;
	padding-left: 35px;
	border-left: 2px solid #6a6a6a;
	padding: 38px 0;
	padding-left: 35px;
	margin-bottom: 26px;
	font-weight: 200;
}

.portfolio__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.portfolio__list li:not(:last-child) {
	margin-right: 40px;
}

.portfolio__list a,
.portfolio__list span {
	text-transform: uppercase;
	color: #1b1f2a;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.portfolio__list a:hover:not(.active),
.portfolio__list span:hover:not(.active) {
	opacity: 0.6;
}

.portfolio__list a.active,
.portfolio__list span.active {
	font-weight: 900;
}

.portfolio__list input {
	display: none;
}

.portfolio__list input:checked + label {
	text-shadow: 0px 0.5px 0px #1b1f2a, 0.5px 0px 0px #1b1f2a, 0px -0.5px 0px #1b1f2a, -0.5px 0px 0px #1b1f2a;
}

.portfolio__list label:hover {
	text-shadow: 0px 0.5px 0px #1b1f2a, 0.5px 0px 0px #1b1f2a, 0px -0.5px 0px #1b1f2a, -0.5px 0px 0px #1b1f2a;
}

.portfolio__list .portfolio__link:not(:last-child) {
	margin-right: 40px;
}

.portfolio__link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2;
	color: #1b1f2a;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.portfolio__inner {
	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;
	padding-bottom: 52px;
}

.portfolio__current,
.portfolio__sum {
	color: #1b1f2a;
	font-weight: 200;
}

.portfolio__current {
	font-size: 72px;
	line-height: 1;
	padding-right: 20px;
}

.portfolio__sum {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 5px;
}

.portfolio__sum:before {
	content: '/';
	padding-right: 15px;
}

.portfolio__text {
	max-width: 1175px;
	margin-bottom: 45px;
}

.portfolio__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
	text-align: center;
}

.portfolio__load {
	cursor: pointer;
	display: block;
	font: inherit;
	background-image: url(img/icons/load.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 30px 25px;
	background-size: 30px 25px;
	font-size: 18px;
	color: #1b1f2a;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0px;
	padding-left: 47px;
	margin: 0 auto;
	margin-bottom: 50px;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.portfolio__load:hover {
	opacity: 0.6;
}

.portfolio__load span {
	display: inline-block;
	font-size: 30px;
	font-weight: 200;
}

.page-work .work__wrap {
	margin-bottom: 60px;
}

.single {
	padding-top: 65px;
	padding-bottom: 70px;
}

.single__title {
	font-size: 48px;
	line-height: 1.2;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-bottom: 28px;
	font-weight: 200;
}

.single__big-image .slick-prev,
.single__big-image .slick-next {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	padding: 0px;
	outline: none;
	cursor: pointer;
}

.single__big-image .slick-prev:after,
.single__big-image .slick-next:after {
	content: ' ';
	position: absolute;
	z-index: 2;
	top: -webkit-calc(50% - 7px);
	top: calc(50% - 7px);
	left: 12px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #1b1f2a;
	border-left: 2px solid #1b1f2a;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.single__big-image .slick-prev:before,
.single__big-image .slick-next:before {
	display: none;
}

.single__big-image .slick-prev {
	left: -35px;
}

.single__big-image .slick-next {
	right: -35px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.single__block {
	position: relative;
}

.single__block img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 80vh;
	height: auto;
	margin: 0 auto;
}

.single__block--video {
	padding-top: 56%;
	position: relative;
}

.single__block--video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single__gallery {
	margin: 0 -20px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.single__gallery .slick-prev,
.single__gallery .slick-next {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	padding: 0px;
	outline: none;
	cursor: pointer;
}

.single__gallery .slick-prev:after,
.single__gallery .slick-next:after {
	content: ' ';
	position: absolute;
	z-index: 2;
	top: -webkit-calc(50% - 7px);
	top: calc(50% - 7px);
	left: 12px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #1b1f2a;
	border-left: 2px solid #1b1f2a;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s border;
	-o-transition: 0.3s border;
	transition: 0.3s border;
}

.single__gallery .slick-prev:before,
.single__gallery .slick-next:before {
	display: none;
}

.single__gallery .slick-prev {
	left: -15px;
}

.single__gallery .slick-next {
	right: -15px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.single__gallery .slick-slide {
	margin: 0 20px;
}

.single__col {
	position: relative;
	outline: none;
	cursor: pointer;
}

.single__col img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 270px;
	max-height: 270px;
}

.single__col--video:before {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("img/icons/play.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	z-index: 1;
}

.single__col.slick-current {
	position: relative;
}

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

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

.single__current,
.single__sum {
	color: #1b1f2a;
	font-weight: 200;
}

.single__current {
	font-size: 72px;
	line-height: 1;
	padding-right: 25px;
}

.single__sum {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 5px;
}

.single__sum:before {
	content: '/';
	padding-right: 20px;
}

.single__text p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
	text-align: center;
}

.single-services {
	padding-top: 55px;
}

.single-services .services__title {
	padding-bottom: 35px;
}

.single-services__subtitle {
	font-size: 36px;
	line-height: 1.2;
	color: #1b1f2a;
	font-weight: 900;
	padding-bottom: 53px;
	text-transform: uppercase;
}

.single-services__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 35px;
}

.single-services__inner .single-services__box:not(:last-child) {
	margin-right: 50px;
}

.single-services__box {
	font-size: 36px;
	line-height: 1;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 200;
}

.single-services__text {
	padding-bottom: 60px;
}

.single-services__text p {
	font-size: 16px;
	line-height: 2.2;
	color: #1b1f2a;
}

.cost__title {
	font-size: 60px;
	line-height: 1;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-weight: 200;
}

.cost__title span {
	display: block;
	font-size: 30px;
	line-height: 1.2;
	padding-top: 45px;
	font-weight: 900;
}

.cost__title b {
	display: block;
	font-size: 30px;
	color: #808080;
	padding-top: 28px;
	font-weight: 200;
}

.cost__inner {
	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: 70px;
}

.cost__link {
	cursor: pointer;
	display: block;
	font: inherit;
	max-width: 375px;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #1b1f2a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 17px 5px;
	margin: 0 20px;
	margin-bottom: 15px;
	font-weight: 400;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.cost__link:hover {
	background-color: #07080b;
}

.cost__wrap {
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 44px;
}

.cost__wrap table {
	min-width: 600px;
}

.cost__wrap table tr {
	border-bottom: 1px solid #c9c9c9;
}

.cost__wrap table tr th:first-child,
.cost__wrap table tr td:first-child {
	min-width: 410px;
	max-width: 410px;
}

.cost__wrap table tr th:nth-child(2),
.cost__wrap table tr td:nth-child(2) {
	min-width: 320px;
	max-width: 420px;
	width: 100%;
}

.cost__wrap table tr th:nth-child(3),
.cost__wrap table tr td:nth-child(3) {
	min-width: 200px;
	max-width: 200px;
	width: 100%;
}

.cost__wrap table tr th:nth-child(4),
.cost__wrap table tr td:nth-child(4) {
	min-width: 170px;
	max-width: 170px;
	width: 100%;
}

.cost__wrap table tr th,
.cost__wrap table tr td {
	font-weight: 400;
	color: #1b1f2a;
	border: none;
}

.cost__wrap table tr th {
	font-size: 24px;
	line-height: 1.2;
	padding: 16px 20px;
	text-transform: uppercase;
}

.cost__wrap table tr td {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
	padding: 25px 20px;
	padding-bottom: 30px;
}

.calculator {
	padding-top: 45px;
	padding-bottom: 40px;
}

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

.calculator__info {
	max-width: 660px;
	font-size: 36px;
	line-height: 1.7;
	color: #808080;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-weight: 200;
}

.calculator__text {
	padding-bottom: 44px;
}

.calculator__text p {
	font-size: 16px;
	line-height: 2.25;
	color: #1b1f2a;
}

.calculator__subtitle {
	font-size: 36px;
	line-height: 1.2;
	color: #1b1f2a;
	padding-bottom: 45px;
	text-transform: uppercase;
}

.calculator__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 20px;
}

.calculator__wrap .calculator__item:not(:last-child) {
	margin-right: 22px;
}

.calculator__item {
	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;
	margin-bottom: 16px;
}

.calculator__item input {
	display: none;
}

.calculator__item input:checked + label:before {
	opacity: 1;
}

.calculator__item label {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 38px;
}

.calculator__item label:after,
.calculator__item label:before {
	position: absolute;
	content: ' ';
}

.calculator__item label:before {
	z-index: 2;
	opacity: 0;
	font-size: 11px;
	border-color: #1b1f2a;
	border-style: solid;
	border-width: 0 .25em .25em 0;
	top: 10px;
	left: 5px;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	width: .7em;
	height: 1.1em;
}

.calculator__item label:after {
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #c4c4c4;
}

.calculator__col {
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	font-size: 30px;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-right: 48px;
	font-weight: 200;
}

.calculator__col:before,
.calculator__col:after {
	position: absolute;
	content: ' ';
	background-color: #1b1f2a;
}

.calculator__col:after {
	width: 4px;
	height: 20px;
	top: 6px;
	right: 12px;
	-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;
}

.calculator__col:before {
	width: 20px;
	height: 4px;
	top: 14px;
	right: 4px;
}

.calculator__col.opened::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 7px;
}

.calculator__submenu.opened {
	display: block;
}

.calculator__submenu.closed {
	display: none;
}

.calculator__block {
	margin-bottom: 25px;
}

.calculator__holder {
	padding-bottom: 25px;
}

.calculator__holder label {
	display: inline-block;
	font-size: 16px;
	color: #1b1f2a;
	text-transform: uppercase;
	margin-left: 15px;
	margin-bottom: 12px;
}

.calculator__holder input {
	display: block;
	max-width: 370px;
	width: 100%;
	font-size: 16px;
	color: #1b1f2a;
	border: 2px solid #1b1f2a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 9px 10px;
}

.calculator__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.calculator__row .calculator__box:not(:last-child) {
	margin-right: 22px;
}

.calculator__box {
	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;
	margin-bottom: 16px;
}

.calculator__box input {
	display: none;
}

.calculator__box input:checked + label:before {
	opacity: 1;
}

.calculator__box label {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 38px;
}

.calculator__box label:after,
.calculator__box label:before {
	position: absolute;
	content: ' ';
}

.calculator__box label:before {
	z-index: 2;
	opacity: 0;
	top: 10px;
	left: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #1b1f2a;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.calculator__box label:after {
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #c4c4c4;
}

.calculator__btn {
	cursor: pointer;
	font: inherit;
	display: block;
	max-width: 370px;
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	border: none;
	outline: none;
	background-color: #1b1f2a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 17px 5px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.calculator__btn:hover {
	background-color: black;
}

.calculator__price {
	font-size: 36px;
	line-height: 1.3;
	color: #1b1f2a;
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 45px;
	font-weight: 200;
}

.calculator__price span {
	font-size: 48px;
	text-transform: none;
}

.calculator__about {
	display: block;
	font-size: 24px;
	color: #1b1f2a;
	padding-top: 15px;
	font-weight: 900;
}

.about {
	padding-top: 50px;
	padding-bottom: 45px;
}

.about .services__title {
	padding-bottom: 55px;
}

.about__wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about__wrap:after {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #1b1f2a;
}

.about__wrap .about__item:not(:last-child) {
	margin-right: 40px;
}

.about__item {
	position: relative;
	width: -webkit-calc(100% / 5 - 40px);
	width: calc(100% / 5 - 40px);
	padding-bottom: 70px;
}

.about__year {
	font-size: 72px;
	line-height: 1;
	color: #1b1f2a;
	padding-bottom: 70px;
	font-weight: 20;
}

.about__year span {
	display: inline-block;
	font-size: 30px;
}

.about__desc p {
	font-size: 16px;
	line-height: 1.9;
	text-transform: uppercase;
	color: #1b1f2a;
}

.about__desc p span {
	font-weight: 900;
}

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

.about__box {
	position: relative;
	width: -webkit-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
	padding-top: 46px;
	margin: 0 20px;
	margin-bottom: 40px;
}

.about__box:after {
	position: absolute;
	content: ' ';
	top: -2px;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: #1b1f2a;
}

.about__box p {
	font-size: 16px;
	line-height: 1.9;
	color: #1b1f2a;
}

.about__flag {
	position: absolute;
	left: 4px;
	bottom: 0px;
	width: 30px;
	height: 36px;
}

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

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

.work__topic {
	font-size: 24px;
}

.work__btn {
	font-size: 24px;
}

}

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

.work__item {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

}

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

.main-header--inner + section {
	padding-top: 154px;
}

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

.main-header__logo {
	margin: 0px;
	margin-right: 40px;
	margin-bottom: 8px;
}

.main-header__phone {
	margin-bottom: 8px;
}

.main-header__call {
	margin-bottom: 8px;
}

.main-header__list:after {
	bottom: -2px;
}

.main-header__link {
	padding-bottom: 22px;
}

.main-header__content {
	margin-bottom: 8px;
}

.main-header__search {
	bottom: 20px;
}

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

.main-header__wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 15px;
}

.main-header__col {
	margin-bottom: 8px;
}

.info__item--content {
	padding-top: 230px;
}

.work__block {
	padding: 0 30px;
	padding-top: 45px;
}

}

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

.main-header__list li:first-child .main-header__link {
	padding-left: 20px;
}

}

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

.popup__close {
	right: 10px;
}

.info__item--content {
	padding: 0 20px;
	padding-top: 230px;
}

}

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

.project__desc p {
	font-size: 40px;
}

.services__image {
	padding-top: 115%;
}

.services__block--inner {
	letter-spacing: 1px;
}

}

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

.container--header {
	padding: 0px;
}

.popup__dropdown {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	border: none;
	outline: none;
	background-color: transparent;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0px;
}

.popup__dropdown:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	left: 6px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	-webkit-transition: 0.3s border, 0.3s top;
	-o-transition: 0.3s border, 0.3s top;
	transition: 0.3s border, 0.3s top;
}

.content {
	margin-bottom: 80px;
}

.content__box--head {
	width: 100%;
}

.content__box--content {
	width: 100%;
	padding-left: 0;
}

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

.content__data {
	font-size: 65px;
}

.content__year {
	font-size: 35px;
	padding-top: 15px;
}

.content__experience {
	font-size: 25px;
	padding-top: 15px;
}

.info__item--content {
	padding: 0 20px;
	padding-top: 250px;
}

.info__subtitle {
	font-size: 45px;
}

.info__data {
	font-size: 40px;
}

.info__text {
	padding-top: 35px;
}

.info__pagination {
	padding-top: 100px;
}

.info__decor--top {
	display: none;
}

.project__desc p {
	font-size: 35px;
}

.project__item--text {
	width: 100%;
	padding-right: 0px;
}

.project__item--image {
	max-width: 550px;
	margin: 0 auto;
}

.attainment__number {
	font-size: 42px;
}

.attainment__desc {
	font-size: 30px;
}

.work__item {
	width: 50%;
}

.team__subtitle {
	font-size: 40px;
}

.single__col img {
	min-height: 200px;
	max-height: 200px;
}

.about {
	padding-bottom: 25px;
}

.about__wrap:after {
	display: none;
}

.about__wrap {
	margin: 0px auto;
	max-width: 550px;
	border: none;
	padding-top: 20px;
	border-left: 3px solid #1b1f2a;
}

.about__item {
	width: 100%;
	max-width: 550px;
}

.about__year {
	text-align: center;
	padding-bottom: 40px;
}

.about__desc {
	text-align: center;
}

.about__box:after {
	display: none;
}

.about__flag {
	left: 5px;
	top: 0px;
	-webkit-transform: rotate(83deg);
	-ms-transform: rotate(83deg);
	transform: rotate(83deg);
}

}

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

.main-header__row {
	background: #1b1f2a;
}

.main-header__title {
	font-size: 24px;
}

.main-header__phone {
	font-size: 17px;
	margin-right: 30px;
}

.main-header__call {
	margin-right: 30px;
}

.popup__item--contacts {
	padding: 40px 30px;
}

.reqcall__title {
	font-size: 30px;
}

.inner__data {
	padding: 0 40px;
}

.content__item--content {
	padding-left: 70px;
}

.content__subtitle {
	font-size: 17px;
}

.info__item {
	width: 100%;
}

.info__holder {
	margin: 0px auto;
}

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

.info__decor--bottom {
	right: 10px;
}

.project__inner {
	font-size: 22px;
	margin: 0 20px;
}

.project__inner span {
	font-size: 32px;
}

.attainment__title {
	font-size: 24px;
	padding-bottom: 45px;
}

.attainment__wrap {
	margin: 0px;
	padding: 0px;
}

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

.attainment__number {
	padding-bottom: 25px;
}

.attainment__desc {
	padding-bottom: 18px;
}

.work__subtitle {
	font-size: 30px;
	padding-bottom: 45px;
}

.team__item--content {
	width: 100%;
	padding-right: 0px;
}

.team__item--block {
	width: 100%;
}

.team__title {
	font-size: 22px;
}

.team__subtitle {
	font-size: 33px;
}

.contacts__item--block {
	width: 100%;
}

.contacts__item--map {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.contacts__title {
	font-size: 22px;
}

.ask__title {
	font-size: 40px;
}

.services__title {
	font-size: 45px;
}

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

.services__image {
	padding-top: 100%;
}

.services__block--inner {
	letter-spacing: 4.8px;
}

.page-contacts__wrap {
	margin: 0px;
}

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

.page-contacts__item--content {
	margin-bottom: 35px;
}

.page-contacts__data {
	font-size: 23px;
}

.page-contacts__data--phone {
	font-size: 30px;
}

.page-contacts .ask__title {
	text-align: left;
}

.portfolio__category {
	font-size: 22px;
	padding-left: 25px;
}

.single__title {
	font-size: 40px;
}

.single-services__subtitle {
	font-size: 30px;
}

.single-services__box {
	font-size: 30px;
}

.cost__title {
	font-size: 45px;
}

.cost__title span {
	font-size: 25px;
}

.calculator__desc {
	font-size: 30px;
}

.calculator__info {
	font-size: 30px;
}

.calculator__price {
	font-size: 30px;
}

.calculator__price span {
	font-size: 40px;
}

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

.about__box {
	width: 100%;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

}

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

.main-header--inner + section {
	padding-top: 183px;
}

.main-header__logo {
	-webkit-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
	margin-right: 0px;
	margin-bottom: 16px;
}

.main-header__title {
	font-size: 22px;
}

.main-header__title:after {
	top: -webkit-calc(50% - 11px);
	top: calc(50% - 11px);
	height: 22px;
}

.main-header__holder {
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-header__phone {
	font-size: 16px;
	margin-right: 22px;
	margin-bottom: 16px;
}

.main-header__call {
	margin: 0px;
	margin-bottom: 16px;
}

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

.main-header__list:after {
	display: none;
}

.main-header__link {
	padding: 10px 20px;
}

.main-header__link.active {
	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 {
	background-color: #fff;
	margin: 0px;
	width: 100%;
}

.main-header__button {
	display: none;
}

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

.main-header__search-wrap input {
	padding: 10.5px 20px 10.5px 20px;
	border: none;
}

.main-header__search-btn {
	width: 30px;
	background-position: right center;
}

.main-header__wrap {
	padding-top: 5px;
}

.main-header__col {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -4px;
	margin-bottom: 16px;
	margin-right: 20px;
}

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

.main-nav__toggle {
	display: block;
}

.language-chooser {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__item--info {
	width: 100%;
	padding: 40px 20px;
}

.popup__item--contacts {
	width: 100%;
	padding: 40px 20px;
}

.popup__desc {
	font-size: 48px;
}

.popup__list {
	max-width: 300px;
}

.content__wrap {
	display: block;
}

.content__item--block {
	margin: 0 auto;
	margin-bottom: 25px;
}

.content__item--content {
	padding-left: 0;
	width: 100%;
}

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

.content__data {
	font-size: 42px;
}

.content__year {
	font-size: 30px;
}

.info__data {
	font-size: 32px;
}

.info__box p {
	font-size: 25px;
}

.info__decor--bottom {
	display: none;
}

.project__desc p {
	font-size: 28px;
}

.project__block {
	min-width: initial;
}

.work__item {
	width: 100%;
}

.ask__title {
	font-size: 35px;
}

.services__title {
	font-size: 38px;
}

.services__wrap {
	margin: 0px;
}

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

.single__title {
	font-size: 27px;
}

.single__gallery {
	margin: 0 -10px;
	margin-top: 30px;
	margin-bottom: 60px;
}

.single__gallery .slick-prev {
	left: -25px;
}

.single__gallery .slick-next {
	right: -25px;
}

.single__gallery .slick-slide {
	margin: 0 10px;
}

.single__col img {
	min-height: 150px;
	max-height: 150px;
}

.single-services__subtitle {
	font-size: 24px;
}

.cost__title {
	font-size: 40px;
}

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

.cost__link {
	margin: 0px;
	margin-bottom: 25px;
}

.calculator__desc {
	font-size: 25px;
}

.calculator__info {
	font-size: 25px;
}

.calculator__col {
	font-size: 22px;
}

.calculator__col:after {
	top: 4px;
}

.calculator__col:before {
	top: 11px;
}

.calculator__col.opened::after {
	top: 4px;
}

.calculator__price {
	font-size: 25px;
}

.calculator__price span {
	font-size: 35px;
}

}

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

.main-header--inner + section {
	padding-top: 228px;
}

.info__item--content {
	padding-top: 320px;
}

}

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

.container--header {
	padding: 0px;
}

.container--inner {
	padding: 0px;
}

.select__wrap {
	font-size: 15px;
}

.team__holder {
	margin: 0px;
}

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

}

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

.main-header--inner + section {
	padding-top: 263px;
}

.main-header__phone {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 16px;
}

.reqcall__container {
	padding: 20px 15px;
}

.reqcall__inner {
	padding: 35px 15px 15px;
}

.reqcall__title {
	font-size: 25px;
}

.reqcall__row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reqcall__error {
	font-size: 15px;
}

.reqcall__btn {
	width: 100%;
	margin-top: 30px;
}

.reqcall__example {
	position: relative;
	top: -80px;
}

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

.single__col img {
	min-height: 100px;
	max-height: 100px;
}

}

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

.services__image {
	padding-top: 115%;
}

}

}