.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 {
	position: relative;
	background-color: #e74011;
}

.main-header:after {
	position: absolute;
	pointer-events: none;
	content: ' ';
	width: 100%;
	height: 100%;
	z-index: 13;
	top: 0px;
	left: 0px;
	background-image: url(img/bg-header.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-header__menu {
	padding-bottom: 15px;
	background-color: #e74011;
}

.main-header--inner {
	background-color: #fff;
	background-image: none;
}

.main-header--inner .line-burger {
	background-color: #292929;
}

.main-header--inner .main-header__list {
	background-color: #fff;
}

.main-header--inner .main-header__list:hover{
	color: #e24623;
}

.main-header--inner .main-header__link {
	color: #292929;
}

.main-header--inner .main-header__link--active {
	/* border-bottom-color: #e24623; */
	color: #e24623;
}

.main-header--inner .main-header__link--active:hover {
	/* color: #292929; */
	color: #c62906;
}

.main-header--inner .main-header__menu {
	position: fixed;
	z-index: 12;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
}

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

.main-header--blog .main-header__holder {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-header--blog .main-header__list li:not(:last-child) .main-header__link {
	margin-right: 40px;
}

.main-header--blog .main-header__logo {
	display: none;
}

.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;
	padding-top: 70px;
}

.main-header__elem {
	max-width: 900px;
	padding-top: 92px;
}

.main-header__desc {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	padding-bottom: 67px;
}

.main-header__desc .animation_title {
	display: inline-block;
	min-height: 70px;
	border-right: 10px solid #fff;
	padding-right: 10px;
	-webkit-animation: lineText 0.7s 8 0.5s;
	animation: lineText 0.7s 8 0.5s;
}

.main-header__desc p {
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}

.main-header__different {
	display: block;
	color: #292929;
}

.main-header__text {
	max-width: 575px;
	padding-bottom: 175px;
}

.main-header__text p {
	font-size: 18px;
	line-height: 1.35;
	color: #fff;
	font-family: Avenir;
	font-weight: 500;
}

.main-header__block {
	position: relative;
}

.main-header__line,
.main-header__decor {
	position: absolute;
}

.main-header__line svg,
.main-header__decor svg {
	display: block;
}

.main-header__line svg path,
.main-header__decor svg path {
	fill: #fff;
}

.main-header__line {
	right: 115px;
	top: 300px;
	height: 42px;
	overflow: hidden;
	-webkit-animation: mainArrow 4s infinite;
	animation: mainArrow 4s infinite;
}

.main-header__decor {
	right: 0px;
	top: 495px;
	height: 90px;
	overflow: hidden;
	-webkit-animation: smallArrow 4s infinite;
	animation: smallArrow 4s infinite;
}

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

.main-header__list li:not(:last-child) .main-header__link {
	margin-right: 30px;
}

.main-header__link {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	border-bottom: 2px solid transparent;
	padding-bottom: 8px;
	font-weight: 700;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.main-header__link:hover {
	color: #333;
}

.main-header__link--active {
	border-bottom: 2px solid #fff;
}

.main-header__link--active:hover {
	color: #fff;
}

.main-header__logo {
	display: block;
	margin-right: 80px;
	max-width: 145px;
}

.main-header__logo img {
	display: block;
}

.main-header__aside {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: calc(50% - 110px);
	right: -81px;
	font-size: 15px;
	line-height: 1.2;
	font-family: roboto;
	font-weight: 700;
}

.main-header__aside a {
	color: #292929;
}

.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 {
	position: relative;
	top: 0px;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.line-burger:not(:last-child) {
	margin-bottom: 4px;
}

.line-burger:nth-child(1),
.line-burger:nth-child(3) {
	width: 10px;
}

.main-nav__toggle {
	position: relative;
	cursor: pointer;
	display: none;
}

.main-nav__toggle.open .line-burger:nth-child(2),
.main-nav__toggle.open .line-burger:nth-child(3) {
	width: 0px;
	opacity: 0;
}

.main-nav__toggle.open .line-burger:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
}

.main-nav__toggle.open .line-burger:nth-child(4) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -9px;
}

.main-nav__toggle.open .line-burger:nth-child(1) {
	width: 20px;
}

.main-footer {
	background-color: #292929;
	padding-top: 80px;
}

.main-footer__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.main-footer__item {
	width: 50%;
}

.main-footer__item--block {
	position: relative;
	max-width: 580px;
	padding-right: 20px;
}

.main-footer__title {
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 38px;
	font-weight: bold;
}

.main-footer__desc {
	padding-bottom: 70px;
}

.main-footer__desc p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-family: Avenir;
	font-weight: 500;
}

.main-footer__decor {
	position: relative;
	margin-bottom: 90px;
}

.main-footer__decor:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #292929;
	-webkit-animation: footerArrow 3s infinite;
	animation: footerArrow 3s infinite;
}

.main-footer__decor svg {
	display: block;
}

.main-footer__decor svg path {
	fill: rgba(255, 255, 255, 0.4);
}

.main-footer__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -8px;
}

.main-footer__social--mobile {
	display: none;
}

.main-footer__social--mobile .main-footer__elem {
	margin: 0;
}

.main-footer__social--mobile .main-footer__elem:not(:last-child) {
	margin-right: 16px;
}

.main-footer__elem {
	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;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 8px;
}

.main-footer__elem img {
	display: block;
	width: 28px;
	height: 28px;
}

.main-footer__box {
	margin-bottom: 10px;
}

.main-footer__label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 10px;
	font-family: Avenir;
	font-weight: 500;
}

.main-footer__data {
	max-width: 375px;
	margin-left: auto;
}

.main-footer__btn {
	cursor: pointer;
	max-width: 110px;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	border: none;
	outline: none;
	background-color: #e74011;
	text-transform: uppercase;
	padding: 12px 5px;
	margin-top: 30px;
	font-family: Avenir;
	font-weight: 500;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

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

.main-footer__btn:not(:disabled) {
	cursor: pointer;
}

.main-footer__btn:not(:disabled):hover {
	background-color: #591806;
}

.main-footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 47px;
}

.main-footer__logo {
	max-width: 295px;
	margin-bottom: 40px;
}

.main-footer__logo img {
	display: block;
}

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

.main-footer__col {
	max-width: 205px;
	margin-bottom: 40px;
}

.main-footer__col:first-child {
	margin-right: 100px;
}

.main-footer__col p {
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	white-space: pre-line;
	font-family: Avenir;
	font-weight: 500;
}

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

.main-footer__col a:hover {
	color: #e74011;
}

.main-footer__error {
	padding-bottom: 12px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
}

.msg-modal {
	position: fixed;
	top: 30%;
	left: calc(50% - 150px);
	width: 300px;
	padding: 20px 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	background-color: #e74011;
	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: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

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

.container--content {
	max-width: 920px;
}

.container--types {
	max-width: 1440px;
	padding: 0px;
}

.input {
	display: block;
	width: 100%;
	background-color: #c4c4c4;
	border: 0;
	border-bottom: 3px solid transparent;
	outline: none;
	padding: 10px 10px 7px;
}

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

.input.form-done {
	border-color: #0b0;
}

.input--area {
	resize: none;
	max-height: 40px;
}

.project {
	position: relative;
	z-index: 2;
	margin-top: -120px;
	padding-bottom: 75px;
}

.project__elem {
	font-size: 36px;
	line-height: 1.43;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 700;
}

.project__page {
	margin-top: 0;
}

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

.project__item .project__box:first-child {
	width: calc(100% - 410px);
	margin-right: 40px;
}

.project__item .project__box:last-child {
	width: 370px;
}

.project__item .project__box:only-child {
	width: 100%;
	margin: 0 0 40px;
}

.project__item:nth-child(2n) .project__box:first-child {
	width: 370px;
}

.project__item:nth-child(2n) .project__box:last-child {
	width: calc(100% - 410px);
}

.project__item:nth-child(2n) .project__box:only-child {
	width: 100%;
	margin: 0 0 40px;
}

.project__box {
	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-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
	min-height: 375px;
	background-color: #292929;
}

.project__text {
	padding: 0 19px;
}

.project__title {
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 20px;
	font-weight: 700;
}

.project__desc {
	margin-top: -13px;
	padding-bottom: 20px;
}

.project__desc p {
	font-size: 24px;
	line-height: 1.25;
	color: #fff;
	font-weight: 500;
}

.services {
	position: relative;
	padding-bottom: 114px;
}

.services--inner {
	margin-top: 55px;
}

.services__col {
	position: relative;
}

.services__col .services__title {
	width: 480px;
}

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

.services__item--block {
	width: 480px;
}

.services__item--info {
	width: calc(100% - 480px);
}

.services__title {
	font-size: 24px;
	line-height: 1.25;
	color: #292929;
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 8px;
	font-weight: bold;
}

.services__text {
	padding-top: 30px;
}

.services__text p {
	font-size: 36px;
	line-height: 1.2;
	color: #292929;
	font-weight: bold;
}

.services__text span {
	display: inline-block;
	color: #e74011;
	margin-left: -8px;
}

.services__desc {
	max-width: 508px;
	margin-left: auto;
}

.services__desc p {
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
	font-family: Avenir;
	padding-bottom: 45px;
	font-weight: 500;
}

.services__wrap-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 508px;
	margin-left: auto;
}

.services__btn {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	border: 1px solid #e74011;
	background-color: #e74011;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	padding: 11px 5px;
	font-family: Avenir;
	font-weight: 500;
	-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;
}

.services__btn:hover {
	background-color: #fff;
	color: #e74011;
}

.services__btn--cases {
	max-width: 180px;
	margin-right: 30px;
}

.services__btn--block {
	max-width: 260px;
}

.types {
	padding-bottom: 80px;
}

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

.types__item {
	width: calc(25% - 8px);
	position: relative;
	display: block;
	margin: 4px;
}

.types__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.8);
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
	-webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
	transition: 0.3s opacity, 0.3s -webkit-transform;
	-o-transition: 0.3s opacity, 0.3s transform;
	transition: 0.3s opacity, 0.3s transform;
	transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}

.types__item:hover:after {
	opacity: 0.3;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

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

.types__title {
	position: relative;
	font-size: 24px;
	line-height: 1.25;
	color: #fff;
	padding-top: 55px;
	font-weight: bold;
	z-index: 2;
}

.types__list {
	position: relative;
	margin-top: auto;
	z-index: 2;
}

.types__list li {
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: Avenir;
	font-weight: 700;
}

.types__list li:after {
	position: absolute;
	content: '+';
	top: 0px;
	left: 0px;
}

.clients {
	padding-bottom: 35px;
}

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

.clients__item--block {
	width: 480px;
	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;
}

.clients__item--gallery {
	width: calc(100% - 630px);
	margin-left: 150px;
	overflow: hidden;
}

.clients__title {
	font-size: 24px;
	line-height: 1.25;
	color: #292929;
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 8px;
	font-weight: bold;
}

.clients__text {
	padding-top: 30px;
}

.clients__text p {
	font-size: 36px;
	line-height: 1.2;
	color: #292929;
	font-weight: bold;
}

.clients__text span {
	display: inline-block;
	color: #e74011;
	margin-left: -8px;
}

.clients__holder {
	margin: 0 -40px;
}

.clients__box {
	width: calc(100% / 3 - 80px) !important;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.8;
	cursor: pointer;
	margin: 0 40px;
	margin-bottom: 50px;
	-webkit-transition: 0.3s opacity, 0.3s -webkit-filter;
	transition: 0.3s opacity, 0.3s -webkit-filter;
	-o-transition: 0.3s filter, 0.3s opacity;
	transition: 0.3s filter, 0.3s opacity;
	transition: 0.3s filter, 0.3s opacity, 0.3s -webkit-filter;
}

.clients__box:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.clients__box img {
	display: block;
	margin: 0 auto;
}

.clients .slick-slide > div {
	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;
}

.clients__wrap-arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	position: relative;
	top: -50px;
}

.clients__arrow {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	width: 30px;
	height: 30px;
	padding: 0px;
}

.clients__arrow:after {
	position: absolute;
	content: ' ';
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 7px);
	border-left: 4px solid #292929;
	border-top: 4px solid #292929;
	-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;
}

.clients__arrow:before {
	position: absolute;
	content: ' ';
	left: 10px;
	top: calc(50% - 2px);
	width: 18px;
	height: 4px;
	background-color: #292929;
}

.clients__arrow--dir_right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 25px;
}

.stages {
	margin-top: 75px;
	margin-bottom: 94px;
}

.stages__block {
	padding: 0 65px;
}

.stages__title {
	font-size: 72px;
	line-height: 1.1;
	padding-bottom: 32px;
	font-weight: bold;
}

.stages__title:after {
	content: '.';
	color: #e74011;
}

.stages__holder {
	counter-reset: list;
	position: relative;
}

.stages__holder .stages__item:nth-child(odd) .stages__inner {
	width: 100%;
	max-width: 100%;
}

.stages__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;
	padding: 0 90px;
}

.stages__item:before {
	position: absolute;
	z-index: -1;
	content: ' ';
	left: 60px;
	bottom: 0px;
	width: calc(100% - 120px);
	height: 1px;
	background-color: #ccc;
}

.stages__item:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	top: -1px;
	right: 0px;
	width: 60px;
	height: calc(100% + 1px);
	-webkit-border-radius: 0 80px 80px 0;
	border-radius: 0 80px 80px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	transition: all 0.3s ease-in-out;
}

.stages__item:hover:after{
	border-right: 1px solid #d78282;
}



.stages__item:nth-child(even) {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.stages__item:nth-child(even):after {
	border-top: 1px solid #ccc;
}

.stages__item:nth-child(even) .stages__elem {
	right: -16px;
}

.stages__item:nth-child(odd) .stages__elem {
	left: -16px;
}

.stages__item:nth-child(odd):after {
	top: -1px;
	left: 0px;
	border-right: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 80px 0 0 80px;
	border-radius: 80px 0 0 80px;
}

.stages__item:nth-child(odd):hover:after{
	border-left: 1px solid #d78282;
}

.stages__item:first-child:after,
.stages__item:last-child:after {
	height: 50%;
}

.stages__item:first-child:after {
	height: calc(50% - 16px);
	top: initial;
	bottom: 0px;
	border-top: 0px;
	-webkit-border-radius: 0 0px 0px 80px;
	border-radius: 0 0px 0px 80px;
}

.stages__item:last-child:nth-child(even):after {
	height: calc(50% - 15px);
	border-bottom: 0px;
	-webkit-border-radius: 0 80px 0px 0;
	border-radius: 0 80px 0px 0;
}

.stages__item:last-child:nth-child(even):before {
	width: calc(50% - 25px - 15px);
	background-color: #fff;
}

.stages__item:last-child:nth-child(odd):after {
	height: calc(50% - 15px);
	border-bottom: 0px;
	-webkit-border-radius: 80px 0px 0px 0px;
	border-radius: 80px 0px 0px 0px;
}

.stages__item:last-child:nth-child(odd):before {
	background-color: #fff;
}

.stages__elem {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.stages__elem:before {
	position: absolute;
	content: ' ';
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: #f32500;
	-webkit-border-radius: 50%;
	border-radius: 50%;

	filter: blur(2px) grayscale(20%);
	transition: all 0.3s ease-in-out;
}

.stages__item:hover .stages__elem:before{
	filter: blur(0px) grayscale(0%);
}

.stages__first {
	display: none;
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.stages__first:before {
	position: absolute;
	content: ' ';
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: #f32500;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.stages__logo {
	width: 150px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 40px;
	/* opacity: 0.7; */
	/* filter: blur(3px); */
	filter: blur(2px) grayscale(20%);
	transition: all 0.3s ease-in-out;

}

.stages__item:hover .stages__logo{
	/* opacity: 1; */
	/* filter: contrast(200%); */
	filter: blur(0px) grayscale(0%);
}

.stages__logo img {
	display: block;
}

.stages__inner {
	width: calc(100% - 150px);
	padding-left: 32px;
	max-width: 552px;
}

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

.stages__number {
	position: relative;
}

.stages__number:after {
	position: absolute;
	top: 2px;
	left: 0px;
	counter-increment: list;
	content: counter(list) ". ";
	font-size: 36px;
	color: #e74011;
	font-weight: bold;
}

.stages__subtitle {
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	color: #333;
	padding-left: 40px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

.stages__subtitle a{
	color: #333; 
	transition: all 0.3s ease-in-out;
}

.stages__subtitle:before {
	counter-increment: list;
	content: counter(list) ". ";
	font-size: inherit;
	color: #e74011;
	font-weight: bold;
}

.stages__item:hover .stages__subtitle a,
.stages__item:hover .stages__subtitle{
	color: #e74011;
}

.stages__text p {
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 48px;
	font-family: Avenir;
	font-weight: 500;
}

.stages__first.active,
.stages__elem.active {
	-webkit-animation: stagesAnime 1.5s ease-in-out 0.2s;
	animation: stagesAnime 1.5s ease-in-out 0.2s;
}

.content {
	padding-bottom: 80px;
}

.content__text {
	padding-top: 30px;
	padding-bottom: 38px;
}

.content__text p {
	font-size: 36px;
	line-height: 1.2;
	color: #292929;
	font-weight: bold;
}

.content__desc p {
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
}

.reviews {
	padding-top: 80px;
	padding-bottom: 75px;
}

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

.reviews__row .services__title {
	max-width: 477px;
	width: 100%;
}

.reviews__block {
	max-width: 50%;
}

.reviews__text {
	padding-top: 28px;
	padding-bottom: 50px;
}

.reviews__text p {
	font-size: 36px;
	line-height: 1.2;
	color: #292929;
	font-weight: bold;
}

.reviews__text span {
	display: inline-block;
	color: #e74011;
	margin-left: -8px;
}

.reviews__box {
	outline: none;
}

.reviews__image {
	background-color: #F9F9F9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin-bottom: 22px;
}

.reviews__image img {
	display: block;
	width: 120px;
	height: 120px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.reviews__desc {
	padding-bottom: 20px;
}

.reviews__desc p {
	font-size: 18px;
	line-height: 1.3;
	color: #292929;
	font-family: Avenir;
	font-weight: 500;
}

.reviews__fio {
	font-size: 18px;
	line-height: 1.3;
	color: #292929;
	padding-bottom: 6px;
	font-family: Avenir;
	font-weight: 700;
}

.reviews__info {
	padding-bottom: 15px;
}

.reviews__info p {
	font-size: 18px;
	line-height: 1.3;
	color: #a3a3a3;
	font-family: Avenir;
	font-weight: 500;
}

.reviews__wrap {
	position: relative;
}

.reviews__slider {
	overflow: hidden;
}

.reviews .slick-list {
	margin: 0 -20px;
}

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

.reviews__count {
	position: absolute;
	bottom: -30px;
	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;
}

.reviews__current,
.reviews__all {
	font-size: 16px;
	line-height: 1.2;
	color: #292929;
}

.reviews__separator {
	width: 30px;
	height: 1px;
	background-color: #000;
	margin: 0 8px;
}

.reviews__arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -34px;
	right: 0px;
}

.reviews__arrow {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	width: 30px;
	height: 30px;
	padding: 0px;
}

.reviews__arrow:after {
	position: absolute;
	content: ' ';
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 7px);
	border-left: 4px solid #292929;
	border-top: 4px solid #292929;
	-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;
}

.reviews__arrow:before {
	position: absolute;
	content: ' ';
	left: 10px;
	top: calc(50% - 2px);
	width: 18px;
	height: 4px;
	background-color: #292929;
}

.reviews__arrow--dir_right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 25px;
}

.reviews__link {
	display: block;
	max-width: 130px;
	width: 100%;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e74011;
	background-color: #E74011;
	font-weight: 500;
	font-family: Avenir;
	-webkit-transition: 0.3s background-color, 0.3s color, 0.3s border;
	-o-transition: 0.3s background-color, 0.3s color, 0.3s border;
	transition: 0.3s background-color, 0.3s color, 0.3s border;
}

.reviews__link:hover {
	color: #E74011;
	background-color: #fff;
}

.reviews__link--tax {
	width: 100%;
	max-width: 270px;
	margin: 0 20px 0 auto;
}

.blog {
	background-color: #f4f4f4;
}

.blog__wrap {
	position: relative;
	z-index: 2;
	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: -55px;
}

.blog__item {
	width: calc(100% / 3 - 40px);
	cursor: pointer;
	display: inline-block;
	margin: 0 20px;
	margin-bottom: 40px;
}

.blog__image {
	height: 0px;
	padding-top: 70%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.blog__content {
	background-color: #fff;
	color: #333;
	padding: 0 20px;
	padding-bottom: 25px;
}

.blog__title {
	font-size: 24px;
	line-height: 1.2;
	padding-top: 25px;
	padding-bottom: 26px;
}

.blog__desc {
	padding-bottom: 20px;
}

.blog__desc p {
	font-size: 16px;
	line-height: 1.25;
	font-family: Avenir;
	font-weight: 500;
}

.blog__details {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1.2;
	color: #292929;
	font-family: Avenir;
	font-weight: 500;
	position: relative;
}

.blog__details:after {
	position: absolute;
	content: ' ';
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	right: -32px;
	border-right: 2px solid #292929;
	border-bottom: 2px solid #292929;
	-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;
}

.blog__details:before {
	position: absolute;
	content: ' ';
	right: -32px;
	top: calc(50% - 1px);
	width: 16px;
	height: 2px;
	background-color: #292929;
}

.blog__line,
.blog__decor {
	position: absolute;
}

.blog__line svg,
.blog__decor svg {
	display: block;
}

.blog__line svg path,
.blog__decor svg path {
	fill: #fff;
}

.blog__decor {
	right: -57px;
	top: 60px;
	height: 75px;
	overflow: hidden;
	-webkit-animation: blogSmallArrow 4s infinite;
	animation: blogSmallArrow 4s infinite;
}

.blog__line {
	top: 5px;
	right: 50px;
	height: 42px;
	overflow: hidden;
	-webkit-animation: blogMainArrow 4s infinite;
	animation: blogMainArrow 4s infinite;
}

.inner {
	position: relative;
	padding-top: 100px;
}

.inner__col {
	position: relative;
}

.inner__wrap {
	position: relative;
}

.inner__title {
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 30px;
	font-weight: bold;
}

.inner__title span {
	color: #000;
}

.inner__text {
	max-width: 575px;
	padding-bottom: 110px;
}

.inner__text p {
	font-size: 18px;
	line-height: 1.35;
	color: #fff;
	font-family: Avenir;
	font-weight: 500;
}

.inner__aside {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	bottom: 65px;
	right: -80px;
	font-size: 15px;
	line-height: 1.2;
	color: #292929;
	font-family: Roboto;
	font-weight: bold;
}

.inner__aside a {
	color: #292929;
}

.inner__pencil {
	position: absolute;
	right: 25px;
	bottom: 155px;
}

.inner__pencil svg {
	display: block;
}

.inner__pencil svg path {
	fill: #fff;
}

.page-project {
	position: relative;
	margin-top: 58px;
	margin-bottom: 80px;
}

.page-project__col {
	position: relative;
}

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

.page-project__item {
	width: calc(100% / 2 - 40px);
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 20px;
}

.page-project__item--content {
	margin-bottom: 30px;
	margin-top: 45px;
}

.page-project__item--content p {
	white-space: pre-wrap;
}

.page-project__date {
	font-size: 24px;
	line-height: 1.2;
	color: #a3a3a3;
	padding-bottom: 12px;
	font-weight: bold;
}

.page-project__title {
	font-size: 72px;
	line-height: 1.1;
	padding-bottom: 30px;
	font-weight: bold;
}

.page-project__title span {
	display: inline-block;
	color: #e74011;
}

.page-project__desc p {
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
	font-family: Avenir;
	font-weight: 500;
}

.page-project__item h5 {
	font-size: 24px;
	line-height: 1.2;
	color: #292929;
	padding-bottom: 16px;
}

.page-project__item ul {
	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-bottom: 14px;
}

.page-project__item ul li {
	position: relative;
	font-size: 16px;
	color: #292929;
	padding-left: 20px;
	margin-bottom: 14px;
	font-family: Avenir;
	font-weight: 700;
}

.page-project__item ul li:after {
	position: absolute;
	content: '+';
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-project__item ul li:not(:last-child) {
	margin-right: 30px;
}

.page-project__item .page-project__list {
	padding-bottom: 32px;
}

.page-project__item .page-project__list .page-project__box {
	display: inline-block;
	font-size: 18px;
	color: #292929;
	padding-left: 0px;
	font-weight: 500;
}

.page-project__item .page-project__list .page-project__box:after {
	display: none;
}

.page-project__item p {
	font-size: 18px;
	line-height: 1.2;
	font-family: Avenir;
	font-weight: 500;
}

.page-project__aside {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	bottom: 70px;
	right: -81px;
	font-size: 15px;
	line-height: 1.2;
	color: #292929;
	font-family: Roboto;
	font-weight: bold;
}

.page-project__aside a {
	color: #292929;
}

.page-project__btn {
	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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-project__btn .reviews__link {
	margin-right: 30px;
	margin-bottom: 30px;
}

.mobile__visible {
	display: none;
}

.gallery {
	margin-bottom: 40px;
}

.gallery .container {
	padding: 0 40px;
	max-width: 1300px;
}

.gallery__block {
	position: relative;
}

.gallery__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: 40px;
}

.gallery__row--center {
	width: 100%;
	margin: 0 auto;
}

.gallery__row--center .gallery__item {
	width: 100%;
	max-height: none;
	padding-top: 0;
}

.gallery__row--center .gallery__item img {
	position: relative;
	width: auto;
	max-width: 100%;
	max-height: calc(100vh - 190px);
	margin: 0 auto;
}

.gallery__row--center .gallery__item video {
	position: relative;
}

.gallery__row--right .gallery__item:nth-child(1) {
	width: calc(100% - 410px);
	margin-right: 40px;
}

.gallery__row--right .gallery__item:nth-child(2) {
	width: 370px;
}

.gallery__row--left .gallery__item:nth-child(1) {
	width: 370px;
}

.gallery__row--left .gallery__item:nth-child(2) {
	width: calc(100% - 410px);
	margin-left: 40px;
}

.gallery__item {
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 40%;
	cursor: pointer;
}

.gallery__item--video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	background-image: url(img/icons/play-button.svg);
	-webkit-background-size: 50px 50px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery__item video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.nav-links {
	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: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	padding-bottom: 70px;
}

.navigation {
	position: relative;
}

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

.page-numbers {
	cursor: pointer;
	display: block;
	text-align: center;
	max-width: 30px;
	width: 100%;
	padding: 10px 0px;
	padding-bottom: 11px;
	font-weight: bold;
	-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;
}

.page-numbers:not(.next) {
	margin-right: 20px;
}

.page-numbers:first-child {
	margin-right: 10px;
}

.page-numbers.current {
	color: #f32500;
}

.page-numbers:hover {
	color: #f32500;
}

.next {
	cursor: pointer;
	position: relative;
	width: 75px;
	max-width: initial;
	height: 40px;
	border: none;
	outline: none;
	padding: 0px;
	background-color: #f4f4f4;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.next:after {
	position: absolute;
	content: ' ';
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	right: 5px;
	border-right: 3px solid #292929;
	border-bottom: 3px solid #292929;
	-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;
}

.next:before {
	position: absolute;
	content: 'next';
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
}

.next:hover {
	color: #f32500;
}

.next:hover:after {
	border-color: #f32500;
}

.single {
	position: relative;
	padding-bottom: 120px;
}

.single__tabs {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-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;
	background-color: #e74011;
	border: 2px solid #e74011;
	overflow: hidden;
}

.single__box {
	position: relative;
	z-index: 3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	padding: 0 15px;
	padding-top: 7px;
	padding-bottom: 11px;
	font-weight: bold;
}

.single__box:not(:last-child) {
	margin-right: 37px;
}

.single__box--active {
	background-color: #fff;
	color: #e74011;
}

.single .stages__number {
	display: none;
}

.single .stages__subtitle {
	padding-left: 0px;
}

.single__elem {
	padding-top: 20px;
	padding-bottom: 33px;
}

.single__elem p {
	font-size: 36px;
	line-height: 1.2;
	color: #292929;
	font-weight: bold;
}

.single__item {
	padding-top: 28px;
}

.single__aside {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	bottom: -110px;
	right: -80px;
	font-size: 15px;
	line-height: 1.2;
	font-family: roboto;
	font-weight: 700;
}

.single__aside a {
	color: #292929;
}

.text {
	margin-top: 85px;
	padding-bottom: 70px;
}

.text__aside {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 30px;
	right: -81px;
	font-size: 15px;
	line-height: 1.2;
	color: #292929;
	font-family: Roboto;
	font-weight: bold;
}

.text__aside a {
	color: #292929;
}

.text__title {
	font-size: 48px;
	line-height: 1.1;
	padding-bottom: 30px;
	font-weight: bold;
}

.text__img img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}

.text__content p {
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
	font-family: Avenir;
	font-weight: 500;
	margin-bottom: 1em;
}

.text__content h1,
.text__content h2,
.text__content h3,
.text__content h4,
.text__content h5,
.text__content h6 {
	margin-bottom: 0.5em;
}

.text__content h1 {
	font-size: 30px;
}

.text__content h2 {
	font-size: 26px;
}

.text__content h3 {
	font-size: 22px;
}

.text__content h4,
.text__content h5,
.text__content h6 {
	font-size: 18px;
}

.text__content li {
	list-style-position: inside;
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
	font-family: Avenir;
	font-weight: 500;
}

.text__content ul,
.text__content ol {
	padding: 0.5em 0 0.5em 1em;
	margin: 0;
}

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

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

.advantages {
	background-color: #f4f4f4;
	padding-top: 80px;
}

.advantages .services__title {
	max-width: 477px;
}

.advantages__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding-bottom: 80px;
}

.advantages__item,
.advantages__item {
	width: calc(50% - 40px);
	margin: 0 20px;
}

.advantages__text {
	max-width: 477px;
	padding-top: 28px;
}

.advantages__text p {
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
}

.advantages__text span {
	display: inline-block;
	color: #e74011;
	margin-left: -8px;
}

.advantages__content {
	max-width: 520px;
	font-family: Avenir;
}

.advantages__content p {
	font-size: 18px;
	line-height: 1.35;
	color: #292929;
	font-weight: 500;
}

.overlay {
	position: fixed;
	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;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	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: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0px;
	z-index: 25;
}

.overlay__close:after,
.overlay__close:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 7px;
	width: 25px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

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

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

.overlay__inner {
	width: 100%;
	max-width: 500px;
	background-color: #fff;
}

.overlay__inner--gallery {
	position: relative;
	max-width: 100%;
	background-color: transparent;
	padding: 0 50px;
}

.overlay__title {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.35;
	padding: 40px 37px 20px;
	background-color: #ff3612;
	background-image: url(img/overlay_bg_2.png);
	background-repeat: no-repeat;
	-webkit-background-size: 210px 210px;
	background-size: 210px;
	background-position: right 42px top 21px;
	color: #fff;
	text-transform: uppercase;
}

.overlay__subtitle {
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 20px;
}

.overlay__content {
	padding: 20px 37px 40px;
	background-image: url(img/overlay_bg_1.png);
	background-repeat: no-repeat;
	-webkit-background-size: 227px 227px;
	background-size: 227px;
	background-position: left 20px bottom;
}

.overlay__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.overlay__row label {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	margin-right: 5px;
	color: #b7b7b7;
	white-space: nowrap;
}

.overlay__row input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #b7b7b7;
	padding: 2px 0 5px;
	color: #b7b7b7;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
}

.overlay__row input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.overlay__row input::-moz-placeholder {
	color: #b7b7b7;
}

.overlay__row input::-ms-input-placeholder {
	color: #b7b7b7;
}

.overlay__row input::placeholder {
	color: #b7b7b7;
}

.overlay__btn {
	display: block;
	max-width: 199px;
	width: 100%;
	font-weight: 600;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ff3612;
	background-color: #ff3612;
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: 0.3s background-color, 0.3s color, 0.3s border;
	-o-transition: 0.3s background-color, 0.3s color, 0.3s border;
	transition: 0.3s background-color, 0.3s color, 0.3s border;
}

.overlay__btn:hover {
	color: #ff3612;
	background-color: #fff;
}

.overlay__gallery--slider .slick-track {
	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;
}

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

.overlay__slide video {
	display: block;
	max-width: 100%;
	max-height: 95vh;
	margin: 0 auto;
}

.overlay__arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.overlay__arrow {
	position: relative;
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	background-color: transparent;
	width: 50px;
	height: 100%;
	padding: 0px;
	left: 0;
	pointer-events: all;
}

.overlay__arrow:after {
	position: absolute;
	content: ' ';
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: 16px;
	border-left: 4px solid #fff;
	border-top: 4px 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;
}

.overlay__arrow:before {
	position: absolute;
	content: ' ';
	left: 16px;
	top: calc(50% - 2px);
	width: 18px;
	height: 4px;
	background-color: #fff;
}

.overlay__arrow--dir_right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	left: auto;
	right: 0;
}

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

.main-header__aside {
	right: -50px;
}

.inner__aside {
	right: -50px;
}

.page-project__aside {
	right: -40px;
}

.single__aside {
	right: -50px;
}

.text__aside {
	right: -40px;
}

}

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

.main-header__aside {
	display: none;
}

.blog__decor {
	display: none;
}

.inner__aside {
	display: none;
}

.page-project__aside {
	display: none;
}

.single__aside {
	display: none;
}

.text__aside {
	display: none;
}

}

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

.single__box {
	font-size: 19px;
}

}

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

.main-header__desc .animation_title {
	min-height: 50px;
}

.main-header__desc p {
	font-size: 48px;
}

.main-header__line {
	display: none;
}

.main-header__decor {
	display: none;
}

.services__col .services__title {
	width: 100%;
}

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

.services__item--info {
	width: 100%;
}

.services__text p {
	font-size: 30px;
}

.services__desc {
	margin-left: 0px;
	max-width: initial;
	padding-top: 25px;
}

.services__wrap-btn {
	margin-left: 0px;
	max-width: initial;
}

.types__item {
	width: calc(50% - 8px);
}

.clients {
	padding-bottom: 60px;
}

.clients__wrap {
	position: relative;
}

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

.clients__item--gallery {
	width: 100%;
	padding-top: 52px;
	margin-left: 0;
}

.clients__text p {
	font-size: 30px;
}

.clients__wrap-arrow {
	position: absolute;
	top: initial;
	bottom: -20px;
}

.page-project__item--content {
	width: 350px;
}

}

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

.main-footer__wrap {
	margin-bottom: 20px;
}

.project {
	padding-bottom: 40px;
}

.project__page {
	margin-top: 0;
}

.services {
	padding-bottom: 55px;
}

.services--inner {
	padding-bottom: 58px;
}

.stages__title {
	font-size: 48px;
}

.blog__line {
	display: none;
}

.single__box {
	font-size: 17px;
}

.advantages__row {
	margin: 0px;
	padding-bottom: 46px;
}

.advantages__item,
.advantages__item {
	width: 100%;
	margin: 0px;
}

.advantages__text p {
	font-size: 30px;
	padding-bottom: 27px;
}

}

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

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

.main-header__list li:not(:last-child) .main-header__link {
	margin-right: 22px;
}

.main-header__logo {
	max-width: 95px;
	margin-right: 40px;
}

.main-footer__title {
	font-size: 30px;
	padding-bottom: 32px;
}

.main-footer__desc {
	padding-bottom: 50px;
}

.main-footer__decor {
	margin-bottom: 60px;
}

.main-footer__logo {
	max-width: 210px;
}

.main-footer__col {
	margin-bottom: 40px;
}

.main-footer__col:first-child {
	margin-right: 60px;
}

.project__item .project__box:first-child {
	width: calc(100% - 395px);
	margin-right: 25px;
}

.project__item:nth-child(2n) .project__box:last-child {
	width: calc(100% - 395px);
	margin-right: 0;
}

.project__box {
	margin-bottom: 25px;
}

.services__desc p {
	padding-bottom: 35px;
}

.stages__block {
	padding: 0 20px;
}

.stages__item {
	padding: 0 40px;
}

.content__text p {
	font-size: 30px;
}

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

.page-project__item--content {
	width: 300px;
	max-width: 270px;
}

.page-project__title {
	font-size: 48px;
}

.gallery__row--right .gallery__item:nth-child(1) {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}

.gallery__row--right .gallery__item:nth-child(2) {
	width: 100%;
}

.gallery__row--left .gallery__item:nth-child(1) {
	width: 100%;
	margin-bottom: 40px;
}

.gallery__row--left .gallery__item:nth-child(2) {
	width: 100%;
	margin-left: 0;
}

.gallery__item {
	padding-top: 0;
}

.gallery__item video {
	position: relative;
}

.gallery__item img {
	position: relative;object-fit: unset;
	-o-object-position: center !important;
	object-position: center !important;
	max-height: 500px;height:auto;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.single {
	padding-bottom: 95px;
}

.single__tabs {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 13px;
}

.single__box {
	color: #292929;
}

.single__box:not(:last-child) {
	margin-right: 8px;
}

.single__box--active {
	background-color: #e74011;
	color: #fff;
}

.single__elem p {
	font-size: 30px;
}

.single__item {
	padding-top: 12px;
}

.advantages {
	padding-top: 60px;
}

.advantages__content p {
	font-size: 16px;
}

}

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

.main-header {
	padding: 0 15px;
}

.main-header__menu {
	padding-bottom: 20px;
}

.main-header--inner .main-header__menu {
	padding: 0 20px;
	padding-bottom: 20px;
}

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

.main-header--blog .main-header__holder {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.main-header--blog .main-header__logo {
	display: block;
}

.main-header__holder {
	padding-top: 32px;
}

.main-header__elem {
	padding-top: 77px;
}

.main-header__desc {
	padding-bottom: 40px;
}

.main-header__desc .animation_title {
	min-height: 36px;
	border-right-width: 6px;
	padding-right: 5px;
}

.main-header__desc p {
	font-size: 36px;
}

.main-header__text {
	padding-bottom: 115px;
}

.main-header__wrap {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.main-header__list {
	display: none;
	width: calc(100% + 30px);
	top: 100%;
	left: -15px;
	z-index: 5;
	position: absolute;
	max-height: calc(100vh - 70px);
	background-color: #e74011;
	padding: 10px 15px;
	padding-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.main-header__list li:not(:last-child) .main-header__link {
	margin-right: 0px;
}

.main-header__link {
	margin-bottom: 10px;
}

.main-header__link--image {
	display: none;
}

.main-header__logo {
	max-width: 75px;
	margin-right: 0px;
	position: absolute;
	z-index: 6;
	top: 21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.main-nav__toggle {
	display: block;
}

.main-footer {
	padding-top: 32px;
}

.main-footer__wrap {
	margin-bottom: 18px;
}

.main-footer__item {
	width: 100%;
}

.main-footer__title {
	font-size: 24px;
	padding-bottom: 25px;
}

.main-footer__desc {
	padding-bottom: 32px;
}

.main-footer__desc p {
	font-size: 14px;
	line-height: 19px;
}

.main-footer__decor {
	margin-bottom: 32px;
}

.main-footer__social {
	display: none;
}

.main-footer__social--mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	margin-top: 30px;
}

.main-footer__data {
	max-width: initial;
	margin: 0px;
}

.main-footer__btn {
	margin-top: 15px;
}

.main-footer__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 14px;
}

.main-footer__logo {
	display: none;
}

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

.main-footer__col {
	max-width: initial;
	margin-bottom: 30px;
}

.main-footer__col:first-child {
	margin-right: 0;
}

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

.project {
	padding: 0 0 22px;
	margin-top: -80px;
}

.project__elem {
	font-size: 20px;
}

.project__page {
	margin-top: 0;
}

.project__item .project__box:first-child {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.project__item .project__box:last-child {
	width: 100%;
}

.project__item:nth-child(2n) .project__box:first-child {
	width: 100%;
}

.project__item:nth-child(2n) .project__box:last-child {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.project__item:nth-child(3n) .project__box:first-child {
	min-height: 295px;
}

.project__box {
	min-height: 295px;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.project__text {
	padding: 0 15px;
}

.project__title {
	font-size: 24px;
}

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

.services {
	padding-bottom: 45px;
}

.services--inner {
	margin-top: 45px;
	padding-bottom: 58px;
}

.services__title {
	font-size: 18px;
}

.services__text {
	padding-top: 25px;
}

.services__text p {
	font-size: 20px;
}

.services__text span {
	margin-left: -5px;
}

.services__desc p {
	font-size: 14px;
	padding-bottom: 25px;
}

.types__wrap {
	max-width: 500px;
	margin: 0 auto;
}

.types__item {
	width: 100%;
}

.types__image {
	padding-bottom: 32px;
}

.clients__title {
	font-size: 18px;
}

.clients__text {
	padding-top: 25px;
}

.clients__text p {
	font-size: 24px;
}

.clients__text span {
	margin-left: -5px;
}

.clients__box {
	width: calc(100% / 2 - 80px) !important;
}

.stages {
	margin-top: 17px;
}

.stages__block {
	padding: 0px;
}

.stages__title {
	font-size: 36px;
	padding: 0 15px;
	padding-bottom: 62px;
}

.stages__holder:after {
	position: absolute;
	z-index: -1;
	content: ' ';
	top: 1px;
	left: 25px;
	width: calc(50% - 25px - 16px);
	height: 1px;
	background-color: #ccc;
}

.stages__item {
	padding: 0 15px;
}

.stages__item:after {
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
}

.stages__item:nth-child(odd) .stages__elem {
	left: calc(50% - 16px);
}

.stages__item:nth-child(odd):after {
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
}

.stages__item:first-child:after,
.stages__item:last-child:after {
	height: calc(100% - 1px);
}

.stages__item:first-child:after {
	-webkit-border-radius: 25px 0px 0px 25px;
	border-radius: 25px 0px 0px 25px;
	border-top: 1px solid #ccc;
}

.stages__item:last-child:nth-child(even):after {
	height: calc(100% + 1px);
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 0 25px 25px 0px;
	border-radius: 0 25px 25px 0px;
}

.stages__item:last-child:nth-child(even):before {
	background-color: #ccc;
	right: 25px;
	left: initial;
}

.stages__item:last-child:nth-child(odd):after {
	height: calc(100% + 1px);
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	border-bottom: 1px solid #ccc;
}

.stages__item:last-child:nth-child(odd):before {
	left: 25px;
	bottom: 0px;
	width: calc(50% - 25px - 15px);
	background-color: #ccc;
}

.stages__elem {
	left: calc(50% - 16px);
	bottom: -16px;
}

.stages__first {
	display: block;
	left: calc(50% - 16px);
	top: -16px;
}

.stages__logo {
	display: none;
}

.stages__inner {
	width: 100%;
	max-width: initial;
	padding-left: 0px;
}

.stages__col {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 8px;
}

.stages__number:after {
	font-size: 20px;
	top: calc(50% - 12px);
}

.stages__subtitle {
	font-size: 20px;
	text-align: center;
	padding-left: 25px;
}

.stages__text p {
	font-size: 14px;
	text-align: center;
	padding-bottom: 32px;
}

.content {
	padding-bottom: 65px;
}

.content__text {
	padding: 24px 0;
}

.content__text p {
	font-size: 20px;
}

.reviews {
	padding-top: 40px;
	padding-bottom: 64px;
}

.reviews .services__title {
	border: none;
}

.reviews__row {
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 8px;
}

.reviews__row .services__title {
	padding-bottom: 0px;
}

.reviews__row--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reviews__row--reverse .services__title {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.reviews__row--reverse .reviews__link {
	margin: 0 auto 40px;
	max-width: 100%;
}

.reviews__block {
	max-width: initial;
}

.reviews__text {
	padding-top: 24px;
	padding-bottom: 32px;
}

.reviews__text p {
	font-size: 20px;
}

.reviews__text span {
	margin-left: -5px;
}

.reviews__image {
	margin-bottom: 16px;
	width: 80px;
	height: 80px;
}

.reviews__image img {
	width: 80px;
	height: 80px;
}

.reviews__desc {
	padding-bottom: 16px;
}

.reviews__desc p {
	font-size: 14px;
}

.reviews__fio {
	font-size: 14px;
}

.reviews__info p {
	font-size: 14px;
}

.reviews .slick-list {
	margin: 0px;
}

.reviews .slick-slide {
	margin: 0px;
}

.reviews__link--tax {
	width: 100%;
	max-width: 100%;
}

.blog {
	padding-bottom: 20px;
}

.blog__wrap {
	margin: 0px;
	margin-top: -40px;
}

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

.blog__content {
	padding: 0 15px;
	padding-bottom: 16px;
}

.blog__title {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 16px;
}

.blog__desc {
	padding-bottom: 16px;
}

.blog__desc p {
	font-size: 14px;
}

.inner__title {
	font-size: 36px;
	padding-bottom: 20px;
}

.inner__title span {
	color: #fff;
}

.inner__text {
	padding-bottom: 130px;
}

.inner__text p {
	font-size: 14px;
	line-height: 1.7;
}

.inner__pencil {
	display: none;
}

.page-project {
	margin-bottom: 5px;
}

.page-project__item {
	margin-top: 20px;
}

.page-project__item--content {
	width: 100%;
	max-width: 100%;
}

.page-project__title {
	font-size: 36px;
}

.page-project__desc p {
	font-size: 14px;
}

.mobile__hidden {
	display: none;
}

.mobile__visible {
	display: block;
}

.gallery .reviews__link {
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
}

.gallery__row--center {
	max-width: 100%;
}

.nav-links {
	display: none;
}

.single {
	padding-bottom: 65px;
}

.single__tabs {
	max-width: 330px;
	margin: 0 auto;
}

.single__box {
	font-size: 14px;
	padding: 5px 8px;
	margin-bottom: 13px;
	font-family: Avenir;
	font-weight: 700;
}

.single__box:not(:last-child) {
	margin-right: 3px;
}

.single__box:nth-child(1) {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.single__box:nth-child(2) {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.single__box:nth-child(3) {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.single__box:nth-child(4) {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.single__elem {
	padding-top: 0px;
	padding-bottom: 60px;
}

.single__elem p {
	font-size: 20px;
}

.single__item:first-child {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.single__item:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.text {
	margin-top: 17px;
}

.text__title {
	font-size: 36px;
}

.advantages {
	padding-top: 32px;
}

.advantages__text p {
	font-size: 20px;
}

.advantages__text span {
	margin-left: -5px;
}

.advantages__content p {
	font-size: 14px;
	line-height: 1.4;
}

}

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

.services__wrap-btn {
	display: block;
}

.services__btn--cases {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.services__btn--block {
	max-width: 100%;
}

.overlay__title {
	padding: 40px 20px 20px;
	font-size: 22px;
}

.overlay__subtitle {
	font-size: 20px;
}

.overlay__content {
	padding: 20px 20px 40px;
	-webkit-background-size: 210px 210px;
	background-size: 210px;
	background-position: left 5px bottom;
}

.overlay__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	width: 220px;
}

.overlay__row label {
	margin-right: 0;
	margin-bottom: 5px;
}

.overlay__btn {
	max-width: 220px;
}

}

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

.single__tabs {
	margin: 0 -10px;
}

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

.overlay__content {
	background-image: none;
}

.overlay__row {
	margin-left: 0;
}

.overlay__btn {
	margin-left: 0;
}

}

@-webkit-keyframes footerArrow {

0% {
	width: 87.5%;
}

12.5% {
	width: 87.5%;
}

12.6% {
	width: 75%;
}

25% {
	width: 75%;
}

25.1% {
	width: 62.5%;
}

37.5% {
	width: 62.5%;
}

37.6% {
	width: 50%;
}

50% {
	width: 50%;
}

50.1% {
	width: 37.5%;
}

62.5% {
	width: 37.5%;
}

62.6% {
	width: 25%;
}

75% {
	width: 25%;
}

75.1% {
	width: 12.5%;
}

87.5% {
	width: 12.5%;
}

87.6% {
	width: 0;
}

100% {
	width: 0;
}

}

@keyframes footerArrow {

0% {
	width: 87.5%;
}

12.5% {
	width: 87.5%;
}

12.6% {
	width: 75%;
}

25% {
	width: 75%;
}

25.1% {
	width: 62.5%;
}

37.5% {
	width: 62.5%;
}

37.6% {
	width: 50%;
}

50% {
	width: 50%;
}

50.1% {
	width: 37.5%;
}

62.5% {
	width: 37.5%;
}

62.6% {
	width: 25%;
}

75% {
	width: 25%;
}

75.1% {
	width: 12.5%;
}

87.5% {
	width: 12.5%;
}

87.6% {
	width: 0;
}

100% {
	width: 0;
}

}

@-webkit-keyframes mainArrow {

0% {
	height: 42px;
}

11.1% {
	height: 42px;
}

11.2% {
	height: 84px;
}

22.2% {
	height: 84px;
}

22.3% {
	height: 126px;
}

33.3% {
	height: 126px;
}

33.4% {
	height: 168px;
}

44.4% {
	height: 168px;
}

44.5% {
	height: 210px;
}

55.5% {
	height: 210px;
}

55.6% {
	height: 252px;
}

66.6% {
	height: 252px;
}

66.7% {
	height: 294px;
}

77.7% {
	height: 294px;
}

77.8% {
	height: 336px;
}

88.8% {
	height: 336px;
}

88.9% {
	height: 378px;
}

99.9% {
	height: 378px;
}

100% {
	height: 378px;
}

}

@keyframes mainArrow {

0% {
	height: 42px;
}

11.1% {
	height: 42px;
}

11.2% {
	height: 84px;
}

22.2% {
	height: 84px;
}

22.3% {
	height: 126px;
}

33.3% {
	height: 126px;
}

33.4% {
	height: 168px;
}

44.4% {
	height: 168px;
}

44.5% {
	height: 210px;
}

55.5% {
	height: 210px;
}

55.6% {
	height: 252px;
}

66.6% {
	height: 252px;
}

66.7% {
	height: 294px;
}

77.7% {
	height: 294px;
}

77.8% {
	height: 336px;
}

88.8% {
	height: 336px;
}

88.9% {
	height: 378px;
}

99.9% {
	height: 378px;
}

100% {
	height: 378px;
}

}

@-webkit-keyframes smallArrow {

0% {
	height: 90px;
}

25% {
	height: 90px;
}

25.1% {
	height: 180px;
}

50% {
	height: 180px;
}

50.1% {
	height: 270px;
}

75% {
	height: 270px;
}

75.1% {
	height: 360px;
}

100% {
	height: 360px;
}

}

@keyframes smallArrow {

0% {
	height: 90px;
}

25% {
	height: 90px;
}

25.1% {
	height: 180px;
}

50% {
	height: 180px;
}

50.1% {
	height: 270px;
}

75% {
	height: 270px;
}

75.1% {
	height: 360px;
}

100% {
	height: 360px;
}

}

@-webkit-keyframes blogSmallArrow {

0% {
	height: 75px;
}

25% {
	height: 75px;
}

25.1% {
	height: 150px;
}

50% {
	height: 150px;
}

50.1% {
	height: 225px;
}

75% {
	height: 225px;
}

75.1% {
	height: 303px;
}

100% {
	height: 303px;
}

}

@keyframes blogSmallArrow {

0% {
	height: 75px;
}

25% {
	height: 75px;
}

25.1% {
	height: 150px;
}

50% {
	height: 150px;
}

50.1% {
	height: 225px;
}

75% {
	height: 225px;
}

75.1% {
	height: 303px;
}

100% {
	height: 303px;
}

}

@-webkit-keyframes blogMainArrow {

0% {
	height: 42px;
}

20% {
	height: 42px;
}

20.1% {
	height: 84px;
}

40% {
	height: 84px;
}

40.1% {
	height: 126px;
}

60% {
	height: 126px;
}

60.1% {
	height: 168px;
}

80% {
	height: 168px;
}

80.1% {
	height: 210px;
}

100% {
	height: 210px;
}

}

@keyframes blogMainArrow {

0% {
	height: 42px;
}

20% {
	height: 42px;
}

20.1% {
	height: 84px;
}

40% {
	height: 84px;
}

40.1% {
	height: 126px;
}

60% {
	height: 126px;
}

60.1% {
	height: 168px;
}

80% {
	height: 168px;
}

80.1% {
	height: 210px;
}

100% {
	height: 210px;
}

}

@-webkit-keyframes lineText {

0% {
	border-right-color: #fff;
}

50% {
	border-right-color: transparent;
}

100% {
	border-right-color: #fff;
}

}

@keyframes lineText {

0% {
	border-right-color: #fff;
}

50% {
	border-right-color: transparent;
}

100% {
	border-right-color: #fff;
}

}

