@charset "utf-8";

/*
Theme Name: СпецЭлеваторСтрой
Version: 1.0
*/

/*--------------------------------------------------------------
	Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto_regular.woff");
	src: local("Roboto"),
		url("../fonts/roboto_regular.woff") format("woff"),
		url("../fonts/roboto_regular.ttf") format("truetype"),
		url("../fonts/roboto_regular.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy ExtraBold";
	src: url("../fonts/gilroy_extrabold.woff");
	src: local("Gilroy ExtraBold"),
		url("../fonts/gilroy_extrabold.woff") format("woff"),
		url("../fonts/gilroy_extrabold.ttf") format("truetype"),
		url("../fonts/gilroy_extrabold.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bebas Neue Bold";
	src: url("../fonts/bebas_neue_bold.woff");
	src: local("Bebas Neue Bold"),
		url("../fonts/bebas_neue_bold.woff") format("woff"),
		url("../fonts/bebas_neue_bold.ttf") format("truetype"),
		url("../fonts/bebas_neue_bold.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
	Normalize
--------------------------------------------------------------*/

*,
*:before,
*:after {
	box-sizing: inherit;
}

:focus {
	outline: none;
}

html {
	height: 100%;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	html {
		display: flex;
		flex-direction: column;
	}
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	color: #333333;
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	line-height: 1;
	background-color: #fff;
	margin: 0; 
	text-rendering: optimizeLegibility;
	text-decoration-skip: objects;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

main,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}

/* indents */

p,
dd,
dl,
figure,
blockquote {
	margin: 0;
}

blockquote, 
q {
	quotes: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	/*max-width: 100%;*/
}

iframe {
	border: none;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

/* text */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	transition: all ease 0.3s;
}

abbr {
	border: none;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

i,
em {
	font-style: inherit;
}

dfn {
	font-style: inherit;
}

mark {
	background-color: transparent;
	color: inherit;
}

small {
	font-size: inherit;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: inherit;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* form */

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
	transition: all ease 0.3s;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-align: left;
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
	overflow-y: auto;
	overflow-x: hidden;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type='search'] {
	outline: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* fieldset, legend */

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

legend {
	display: block;
	padding: 0;
	white-space: normal;
}

/* select */

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

/* placeholder */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	transition: opacity .3s;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
	transition: opacity .3s;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
	transition: opacity .3s;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

:focus:-moz-placeholder {
	opacity: 0;
}

:focus:-ms-input-placeholder {
	opacity: 0;
}

/* svg */

svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* hidden */

[hidden] {
	display: none; /* IE10 */
}

:disabled,
.disabled {
	cursor: not-allowed;
}

::-ms-clear {
	display: none;
}

:-webkit-autofill {
	box-shadow: 0 0 100px #fff inset;
	-webkit-text-fill-color: currentColor;
}

::selection {
	color: #fff;
	background-color: #004fe4;
}

/* classes */

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.visually-hidden {
	width: 0;
	height: 0;
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: -1;
}

/* img */

.img-wrap {
	position: relative;
}

.img-wrap:before {
	content: '';
	display: block;
}

.cover-pic,
.contain-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover-pic {
	object-fit: cover;
}

.contain-pic {
	object-fit: contain;
}

/* footer */

.footer-page {
	margin-top: auto;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/

header {
	width: 100%;
	height: 100px;
	position: absolute;
	padding: 25px 0;
	z-index: 1;
}

header .container > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

header .logo-wrap {
	float: left;
}

header .info-wrap {
	float: right;
	text-align: right;
	padding: 5px 0;
}

#logo {
	display: inline-block;
	vertical-align: top;
}

#logo .logo-txt {
	display: inline-block;
	font-size: 18.6px;
	font-family: 'Bebas Neue Bold', sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
}

.site-slogan {
	display: inline-block;
	font-size: 13px;
	font-family: Roboto, sans-serif;
	vertical-align: top;
	margin-left: 36px;
	padding: 10px 0 0;
}

.site-slogan span {
	width: 215px;
	display: inline-block;
	line-height: 1.4;
}

header .info-wrap > div {
	display: inline-block;
	vertical-align: top;
}

header .info {
	font-size: 13px;
	font-family: Roboto, sans-serif;
	line-height: 1.4;
	margin: 0 36px;
}

header .info a {
	display: inline-block;
	vertical-align: middle;
}

header .info i {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-image: url('../image/sprite.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	vertical-align: middle;
}

header .info .phone i {
	background-position: 0 -14px;
}

header .info .phone a span {
	margin-left: 5px;
}

header .info .email i {
	background-position: 0 2px;
}

header .info .email a span {
	margin-left: 14px;
}

#callback-btn {
	display: inline-block;
	color: #1d387b;
	font-size: 16px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	border: 2px solid #1d387b;
	padding: 8px 26px;
	transition: color ease 0.3s, border ease 0.3s;
}

#callback-btn:hover {
	color: #1f90df;
	border: 2px solid #1f90df;
}

/* Main Navigation */

#nav {
	padding: 10px 0;
}

#nav .nav__toggle {
	width: 26px;
	height: 22px;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#nav .nav__toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #1d387b;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav .nav__toggle:hover span {
	background: #1f90df;
}

#nav .nav__toggle span:nth-child(2) {
	top: 0px;
}

#nav .nav__toggle span:nth-child(3),
#nav .nav__toggle span:nth-child(4) {
	top: 8px;
}

#nav .nav__toggle span:nth-child(5) {
	top: 16px;
}

#nav.open .nav__toggle span:nth-child(2) {
	width: 0%;
	top: 8px;
	left: 50%;
}

#nav.open .nav__toggle span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav.open .nav__toggle span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav.open .nav__toggle span:nth-child(5) {
	width: 0%;
	top: 8px;
	left: 50%;
}

/*--------------------------------------------------------------
	Main
--------------------------------------------------------------*/

main {
	min-height: 100vh;
}

/* Main Page 'BANNER' */

#main-banner {
	position: relative;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#main-banner .banner-img img {
	width: 100%;
	height: auto;
}

#main-banner .banner-title,
#main-banner .banner-btn,
#main-banner .banner-arrow {
	width: 100%;
	position: absolute;
}

#main-banner .banner-title {
	/* top: 246px; */
	top: calc(100vw / 7.8);
	/* font-size: 30px; */
	font-size: calc(100vw / 64);
	line-height: 1.4;
}

#main-banner .check {
	color: #1d387b;
}

#main-banner .banner-btn {
	/* top: 417px; */
	top: calc(100vw / 4.6);
}

#main-banner .banner-btn a {
	display: inline-block;
	color: #fff;
	/* font-size: 18px; */
	font-size: calc(100vw / 106);
	letter-spacing: 3px;
	background: #1d387b;
	padding: 20px 54px;
	transition-property: background;
}

#main-banner .banner-btn a:hover {
	background: #1f90df;
}

#main-banner .banner-arrow {
	/* bottom: 94px; */
	bottom: calc(100vw / 20.3);
}

#main-banner .banner-arrow span {
	width: 32px;
	height: 18px;
	display: inline-block;
	line-height: 0;
	vertical-align: bottom;
	background-image: url('../image/sprite.png');
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: -45px 0px;
}

/* Main Page 'BRANDS' */

#main-brands {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 80px;
	padding: 40px 0;
}

#main-brands > div {
	line-height: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
    opacity: 0.3;
	transition: all ease 0.5s;
}

#main-brands > div:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
    opacity: 1;
}

#main-brands a {
	height: 72px;
	display: block;
	line-height: 0;
}

#main-brands img {
	width: auto;
	max-height: 72px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Main Page <hr> */

#main-line {
	height: 2px;
	background: #f8f8f8;
	margin: 0;
	border: none;
	outline: none;
}

/* Main Page 'DIRECTIONS' */

#main-directions {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	padding: 90px 0 130px 0;
}

#main-directions img {
	width: auto;
}

#main-directions .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 10px 0;
}

#main-directions .block-1,
#main-directions .block-2,
#main-directions .block-3 {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
	margin: 10px 0;
}

#main-directions .block-image,
#main-directions .block-txt {
	padding: 0 30px;
}

#main-directions .block-2 .block-txt {
	padding: 0 74px;
}

#main-directions .item {
	margin: 40px 0;
}

#main-directions .item a {
	display: block;
}

#main-directions .item .img {
	width: 38px;
	height: 36px;
	display: inline-block;
	background-image: url('../image/main-directions/sprite_directions.png');
	background-repeat: no-repeat;
	background-size: 250px auto;
	vertical-align: top;
	transition: background-position ease 0.3s;
}

#main-directions .item_worker .img {
	background-position: 1px 0;
}

#main-directions .item_worker:hover .img {
	background-position: -41px 0;
}

#main-directions .item_roller .img {
	height: 42px;
	background-size: 230px auto;
	background-position: -74px 0;
}

#main-directions .item_roller:hover .img {
	background-position: -112px 0;
}

#main-directions .item_crane .img {
	background-position: -166px 0;
}

#main-directions .item_crane:hover .img {
	background-position: -207px 0;
}

#main-directions .item_cargo .img {
	background-position: 1px -52px;
}

#main-directions .item_cargo:hover .img {
	background-position: -41px -52px;
}

#main-directions .item_operation .img {
	background-position: -83px -52px;
}

#main-directions .item_operation:hover .img {
	background-position: -125px -52px;
}

#main-directions .item_manufacture .img {
	background-position: -166px -52px;
}

#main-directions .item_manufacture:hover .img {
	background-position: -208px -52px;
}

#main-directions .description {
	width: calc(100% - 100px);
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 25px;
	line-height: 1.2;
	transition: color ease 0.3s;
}

#main-directions .item a:hover .description {
	color: #1d387b;
}

#main-directions .arrow {
	display: block;
	overflow: hidden;
}

#main-directions .arrow-txt {
	display: inline-block;
	position: relative;
	color: #1d387b;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: -104px;
	transition: margin-left ease 0.3s;
}

#main-directions .item a:hover .arrow-txt {
	margin-left: 0px;
}

#main-directions .arrow-img {
	width: 24px;
	height: 8px;
	display: inline-block;
	background-image: url('../image/main-directions/sprite_directions.png');
	background-repeat: no-repeat;
	background-size: 164px auto;
	background-position: 0px -63px;
	transition: background-position ease 0.3s;
}

#main-directions .item a:hover .arrow-img {
	background-position: -27px -63px;
}

#main-directions .block-3 .block-image {
	position: relative;
}

#main-directions .block-3 .block-image:before {
	content: '';
	width: 270px;
	height: 270px;
	display: block;
	position: absolute;
	top: 94px;
	right: -15px;
	background-image: url('../image/main-directions/icon_call_bg.png');
	background-repeat: no-repeat;
	background-size: 270px auto;
}

#main-directions .block-form {
	position: relative;
}

#main-directions .block-form-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#main-directions .block-form-wrap > div {
	width: 380px;
	margin: 0 auto;
}

#main-directions .block-3 .block-image img {
	position: relative;
}

#main-directions .title-form {
	font-size: 24px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.2;
}

#main-directions .block-form input {
	width: 100%;
	display: block;
	background: #e9e9e9;
	padding: 20px 30px;
	margin: 12px 0;
}

#main-directions .block-form button {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: #1d387b;
	padding: 21px 10px;
	margin-top: 22px;
	transition-property: background;
}

#main-directions .block-form button:hover {
	background: #1f90df;
}

/* Main Page 'ADVANTAGES' */

#main-advantages {
	background: #f6f6f6;
	padding: 110px 0 180px 0;
}

#main-advantages img {
	width: auto;
}

#main-advantages .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 60px;
}

#main-advantages .block-1,
#main-advantages .block-2 {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
	margin: 80px 0;
}

#main-advantages .block-1 .block-image {
	padding-left: 50px;
}

#main-advantages .block-2 .block-image {
	padding-right: 50px;
}

#main-advantages .block-txt {
	text-align: justify;
}

#main-advantages .item {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 0.13fr 0.87fr;
	grid-gap: 0;
	margin: 28px 0;
}

#main-advantages .number {
	color: #1d387b;
	font-size: 46px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	line-height: 0.95;
}

#main-advantages .txt_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.2;
}

#main-advantages .txt {
	line-height: 1.4;
}

#main-advantages .block-3 {
	text-align: center;
}

#main-advantages #advantages-application {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1d387b;
	padding: 21px 57px;
	margin-top: 40px;
	transition-property: background;
}

#main-advantages #advantages-application:hover {
	background: #1f90df;
}

/* Main Page 'DOCUMENTS' */

#main-documents {
	background-image: url('../image/main-documents/main_documents_bg.png');
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-size: contain;
	background-position: right bottom;
	padding: 180px 0;
}

#main-documents .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 100px;
}

#main-documents .documents {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 65% 35%;
	grid-gap: 0;
}

#main-documents .documents-item {
	/* width: 320px; */
	/* height: 450px; */
	width: calc(100vw / 6);
	height: calc(100vw / 4.27);
	display: inline-block;
	position: relative;
}

#main-documents .documents-item:before,
#main-documents .documents-item:after {
	content: '';
	display: inline-block;
	position: absolute;
	color: #717171;
	/* font-size: 9.21px; */
	font-size: calc(100vw / 215);
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
}

#main-documents .documents-item:before {
	content: 'Документы';
	/* top: 25px; */
	/* right: -40px; */
	top: calc(100vw / 76.8);
	right: calc(-100vw / 48);
	transform: rotate(90deg);
}

#main-documents .documents-item:after {
	content: '';
	width: 2px;
	height: 50px;
	/* top: 74px; */
	/* right: -13px; */
	top: calc(100vw / 25.95);
	right: calc(-100vw / 147.7);
	background: #717171;
}

#main-documents .documents-btn {
	position: relative;
}

#main-documents #documents-see-all {
	display: inline-block;
	color: #1d387b;
	position: absolute;
	top: 50%;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: transparent;
	border: 2px solid #1d387b;
	padding: 18px 48px;
	margin-left: 50px;
	transform: translateY(-50%);
	transition-property: color, border;
}

#main-documents #documents-see-all:hover {
	color: #1f90df;
	border: 2px solid #1f90df;
}

/* Main Page 'ABOUT COMPANY' */

#main-company {
	background-color: #f6f6f6;
	background-image: url('../image/main-company/main_company_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	padding: 180px 0;
}

#main-company .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 70px;
}

#main-company .top {
	margin-bottom: 90px;
}

#main-company .top > div {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#main-company .slogan {
	width: 41%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

#main-company .adv-1 {
	width: 27%;
}

#main-company .adv-2 {
	width: 31%;
}

#main-company .adv-num {
	display: inline-block;
	position: relative;
	color: #1d387b;
	font-size: 100px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	vertical-align: top;
	margin-right: 24px;
	line-height: 0.85;
}

#main-company .adv-txt {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 700;
	padding-right: 50px;
	line-height: 1.2;
}

#main-company .info {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
	margin-bottom: 100px;
}

#main-company .info img,
#main-company .company-documents img {
	width: auto;
	display: inline-block;
}

#main-company .info-txt {
	text-align: justify;
	line-height: 1.5;
}

#main-company .info-txt > div {
	margin-bottom: 22px;
}

#main-company .graph-wrap {
	position: relative;
}

#main-company .line {
	height: 2px;
	background: #e8e8e8;
	margin-bottom: 50px;
}

#main-company .line:last-child {
	background: linear-gradient(to right, #1F90DF, #1D387B);
	margin-bottom: 0;
}

#main-company .levels {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 16px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0 16px;
}

#main-company .level {
	height: 100%;
	position: relative;
}

#main-company .level .txt,
#main-company .level .year {
	width: 100%;
	position: absolute;
	font-size: 16px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
}

#main-company .level .txt {
	top: -35px;
}

#main-company .level .color {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#main-company .level:nth-child(1) .color {
	height: 223px;
	background: #1F90DF;
}

#main-company .level:nth-child(2) .color {
	height: 91px;
	background: #1F7DCA;
}

#main-company .level:nth-child(3) .color {
	height: 150px;
	background: #1E6CB6;
}

#main-company .level:nth-child(4) .color {
	height: 261px;
	background: #1D5AA2;
}

#main-company .level:nth-child(5) .color {
	height: 130px;
	background: #1D498E;
}

#main-company .level:nth-child(6) .color {
	height: 75px;
	background: #1D387B;
}

#main-company .level .year {
	bottom: -36px;
}

#main-company .graph-comments {
	text-align: center;
	margin: 70px 90px;
	line-height: 1.6;
}

#main-company .graph-comments span {
	padding: 0 6px;
	border-right: 1px solid #333;
}

#main-company .graph-comments span:last-child {
	border-right: 0px solid #333;
}

#main-company .company-documents {
	margin-bottom: 60px;
}

#main-company .docs-txt {
	width: 660px;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5;
}

#main-company .docs-txt > div {
	margin-bottom: 20px;
}

#main-company .docs-txt .strong {
	display: inline-block;
	font-weight: 700;
}

#main-company .docs-image {
	width: 500px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

#main-company .company-btn {
	text-align: center;
}

#main-company #company-application {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1d387b;
	padding: 21px 57px;
	margin-top: 40px;
	transition-property: background;
}

#main-company #company-application:hover {
	background: #1f90df;
}

/* Main Page 'OUR PROJECTS' */

#main-projects {
	padding: 180px 0 150px 0;
}

#main-projects .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

#main-projects .project-image img {
	width: auto;
	display: inline-block;
}

#main-projects #projects-tabs {
	font-size: 16px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-align: center;
	margin-bottom: 100px;
}

#main-projects #projects-tabs > div {
	display: inline-block;
	color: #1d387b;
	background: #fff;
	border: 2px solid #1d387b;
	padding: 8px 26px;
	margin: 0 10px;
	transition: color ease 0.3s, background ease 0.3s, border ease 0.3s;
	cursor: pointer;
}

#main-projects #projects-tabs > div:hover {
	color: #67c1ff;
	background: #fff;
	border: 2px solid #67c1ff;
}

#main-projects #projects-tabs > div.active {
	color: #fff;
	background: #1d387b;
	border: 2px solid #1d387b;
}

#main-projects #projects-works > div {
	display: none;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 110px;
	grid-row-gap: 90px;
}

#main-projects #projects-works > div.open {
	display: grid;
}

#main-projects .project-image {
	margin-bottom: 50px;
}

#main-projects .projects-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 26px 0;
}

#main-projects .projects-details {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

#main-projects .projects-details .strong {
	font-weight: 700;
	margin-right: 8px;
}

/*
#main-projects .projects-city {
	height: 30px;
	overflow: hidden;
}
*/

#main-projects .projects-description {
	line-height: 1.4;
}

#main-projects .projects-btn {
	text-align: center;
	margin-top: 70px;
}

#main-projects #projects-application {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1d387b;
	padding: 21px 57px;
	transition-property: background;
}

#main-projects #projects-application:hover {
	background: #1f90df;
}

/* Main Page 'FILL FORM' */

#main-form {
	color: #fff;
	background: #1d387b;
	padding: 150px 0;
	background-image: url('../image/main-form/call_bg.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

#main-form .title {
	font-size: 30px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.2;
}

#main-form .main-form-to-manager {
	text-align: center;
}

#main-form .main-form-to-manager .form-wrap {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
}

#main-form .main-form-to-manager .form-input {
	color: #333;
	background: #e9e9e9;
}

#main-form .main-form-to-manager .form-input,
#main-form .main-form-to-manager button {
	height: 60px;
	vertical-align: top;
	padding: 20px 30px;
}

#main-form .main-form-to-manager button {
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: #1F90DF;
	transition-property: background;
}

#main-form .main-form-to-manager button:hover {
	background: #47b1fb;
}

/* Main Page 'US' */

#main-us {
	padding: 150px 0;
}

#main-us .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

#main-us .sub-title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

#main-us .description {
	text-align: center;
	margin: 0 200px;
	line-height: 1.5;
}

#main-us .block-image {
	text-align: center;
	margin: 60px 0 120px;
}

#main-us .block-image img,
#main-us .equipment img {
	width: auto;
	display: inline-block;
}

#main-us .equipment {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	align-items: baseline;
}

#main-us .item {
	text-align: center;
}

#main-us .item-name {
	font-weight: 700;
	line-height: 1.3;
}

/* Main Page 'WORKING' */

#main-working {
	background-color: #f6f6f6;
	background-image: url('../image/main-working/crane.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
}

#main-working .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 90px;
}

#main-working .levels {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
	align-items: baseline;
}

#main-working .level {
	text-align: center;
}

#main-working .level-image {
	width: 60px;
	height: 60px;
	background-image: url('../image/main-working/sprite_working.png');
	background-repeat: no-repeat;
	margin: 0 auto 40px auto;
}

#main-working .level-image.phone {
	background-position: 10px 0;
	background-size: 340px auto;
}

#main-working .level-image.master {
	background-position: -72px 0;
	background-size: 386px auto;
}

#main-working .level-image.note {
	background-position: -138px 0;
	background-size: 340px auto;
}

#main-working .level-image.crane {
	background-position: -297px 0;
	background-size: 458px auto;
}

#main-working .level-image.end {
	background-position: -396px 0;
	background-size: 456px auto;
}

#main-working .level-name {
	line-height: 1.3;
}

#main-working .working-btn {
	text-align: center;
	margin-top: 70px;
}

#main-working #working-application {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1d387b;
	padding: 21px 57px;
	transition-property: background;
}

#main-working #working-application:hover {
	background: #1f90df;
}

/* Main Page 'PARTNERS' */

#main-partners {
	padding: 150px 0;
}

#main-partners .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

#main-partners .sub-title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 120px 50px;
	line-height: 1.3;
}

#main-partners .partners-images {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 80px;
}

#main-partners .partners-images > div {
	line-height: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
    opacity: 0.3;
	transition: all ease 0.5s;
}

#main-partners .partners-images > div:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
    opacity: 1;
}

#main-partners .partners-images a {
	height: 72px;
	display: block;
	line-height: 0;
}

#main-partners .partners-images img {
	width: auto;
	max-height: 72px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#main-partners .partners-btn {
	text-align: center;
	margin-top: 100px;
}

#main-partners #partners-application {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #1d387b;
	padding: 21px 57px;
	transition-property: background;
}

#main-partners #partners-application:hover {
	background: #1f90df;
}

/* Main Page 'REVIEWS' */

#main-reviews {
	background-color: #f6f6f6;
	background-image: url('../image/main-reviews/reviews_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
}

#main-reviews .title {
	font-size: 36px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 100px;
}

#main-reviews .reviews {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 65% 35%;
	grid-gap: 0;
	margin: 0 120px;
}

#main-reviews .reviews-item {
	display: inline-block;
	position: relative;
}

#main-reviews .reviews-item:before,
#main-reviews .reviews-item:after {
	content: '';
	display: inline-block;
	position: absolute;
	color: #717171;
	/* font-size: 9.21px; */
	font-size: calc(100vw / 215);
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
}

#main-reviews .reviews-item:before {
	content: 'Отзывы';
	/* top: 15px; */
	/* right: -40px; */
	top: calc(100vw / 130);
	right: calc(-100vw / 50);
	transform: rotate(90deg);
}

#main-reviews .reviews-item:after {
	content: '';
	width: 2px;
	height: 50px;
	/* top: 54px; */
	/* right: -21.5px; */
	top: calc(100vw / 35.5);
	right: calc(-100vw / 96);
	background: #717171;
}

#main-reviews .reviews-item .image {
	margin-bottom: 30px;
}

#main-reviews .reviews-item .item-title {
	/* font-size: 18px; */
	font-size: calc(100vw / 107);
	font-weight: 700;
	margin-bottom: 16px;
}

#main-reviews .reviews-item .item-txt {
	/* font-size: 14px; */
	font-size: calc(100vw / 140);
	text-align: justify;
	line-height: 1.4;
}

#main-reviews .reviews-btn {
	position: relative;
}

#main-reviews #reviews-see-all {
	display: inline-block;
	color: #1d387b;
	position: absolute;
	top: 50%;
	/* font-size: 18px; */
	font-size: calc(100vw / 107);
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: transparent;
	/* border: 2px solid #1d387b; */
	border: calc(100vw / 950) solid #1d387b;
	padding: 18px 48px;
	margin-left: 80px;
	transform: translateY(-50%);
	transition-property: color, border;
}

#main-reviews #reviews-see-all:hover {
	color: #1f90df;
	/* border: 2px solid #1f90df; */
	border: calc(100vw / 950) solid #1f90df;
}

/* Main Page 'CALLBACK' */

#main-callback {
	padding-top: 100px;
}

#main-callback .container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}

#main-callback .block-image {
	position: relative;
}

#main-callback .block-image img {
	width: auto;
	position: relative;
	margin: 0 auto;
}

#main-callback .block-image:before {
	content: '';
	width: 270px;
	height: 270px;
	display: block;
	position: absolute;
	top: 94px;
	right: -48px;
	background-image: url('../image/main-callback/icon_call_bg.png');
	background-repeat: no-repeat;
	background-size: 270px auto;
}

#main-callback .block-form {
	position: relative;
}

#main-callback .block-form-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#main-callback .block-form-wrap > div {
	width: 360px;
	margin: 0 auto;
}

#main-callback .title-form {
	font-size: 29px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.2;
}

#main-callback .block-form input {
	width: 100%;
	display: block;
	background: #e9e9e9;
	padding: 20px 30px;
	margin: 12px 0;
}

#main-callback .block-form button {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: #1d387b;
	padding: 21px 10px;
	margin-top: 22px;
	transition-property: background;
}

#main-callback .block-form button:hover {
	background: #1f90df;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

footer {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-family: Roboto, sans-serif;
	line-height: 1.5;
	background: #1d387b;
	padding: 100px 0;
}

footer .container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 80px;
}

footer .footer-title {
	color: #fff;
	font-size: 18px;
	font-family: 'Gilroy ExtraBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

footer .footer-logo-img {
	width: 118px;
	display: block;
}

footer .footer-logo-txt {
	display: block;
	color: #fff;
	font-size: 17.5px;
	font-family: 'Bebas Neue Bold', sans-serif;
	text-transform: uppercase;
}

footer .footer-slogan {
	font-size: 12px;
	line-height: 1.8;
	margin: 20px 0;
}

footer .footer-dev {
	color: #1f90df;
	font-size: 12px;
}

footer .footer-phones,
footer .footer-address,
footer .footer-social,
footer .footer-callback-txt {
	margin-bottom: 30px;
}

footer .footer-social {
	padding: 6px 0;
	line-height: 0;
}

footer .footer-social a {
	width: 34px;
	height: 34px;
	display: inline-block;
	background-image: url('../image/sprite.png');
	background-repeat: no-repeat;
	margin-right: 15px;
	line-height: 0;
}

footer .footer-facebook {
	background-position: 0 -340px;
}

footer .footer-instagram {
	background-position: -50px -340px;
}

footer .footer-callback-btn a {
	color: #1f90df;
	font-family: 'Gilroy ExtraBold', sans-serif;
	border: 2px solid #1f90df;
	padding: 8px 26px;
	transition: color ease 0.3s, border ease 0.3s;
}

footer .footer-callback-btn a:hover {
	color: #67c1ff;
	border: 2px solid #67c1ff;
}

/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/

@media (min-width: 1280px) {
	.container {
		max-width: 1170px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.container {
		max-width: 960px;
	}

	/* Main Page 'DIRECTIONS' */
	
	#main-directions img {
		width: 400px;
	}

	/* Main Page 'ADVANTAGES' */
	
	#main-advantages img {
		width: 400px;
	}
	
	#main-advantages .number {
		font-size: 38px;
	}

	/* Main Page 'DOCUMENTS' */
	
	#main-documents #documents-see-all {
		font-size: 18px;
		padding: 18px 26px;
	}

	/* Main Page 'COMPANY' */
	
	#main-company .slogan {
		font-size: 20px;
	}
	
	#main-company .adv-num {
		font-size: 62px;
	}
	
	#main-company .info img,
	#main-company .company-documents img {
		width: 400px;
	}
	
	#main-company .docs-txt {
		width: 420px;
	}

	/* Main Page 'PROJECTS' */
	
	#main-projects .project-image img {
		width: 400px;
	}

	/* Main Page 'US' */
	
	#main-us .equipment {
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 50px;
	}

	/* Main Page 'REVIEWS' */
	
	#main-reviews .reviews {
		margin: 0 60px;
	}
	
	#main-reviews #reviews-see-all {
		font-size: 18px;
		padding: 18px 26px;
	}

	/* 'FOOTER' */
	
	footer .container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 720px;
	}

	/* 'HEADER' */
	
	#logo {
		width: 180px;
		display: block;
	}
	
	#logo .logo-txt {
		font-size: 26.8px;
	}
	
	.site-slogan {
		display: block;
		margin-left: 0;
	}
	
	header .info {
		margin: 0 0 0 36px;
	}
	
	header .info-wrap > div {
		margin-top: 10px;
	}

	/* Main Page 'BANNER' */
	
	#main-banner .banner-title {
		font-size: 20px;
	}
	
	#main-banner .banner-btn a {
		font-size: 10px;
		padding: 16px 38px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.container {
		max-width: 540px;
	}

	/* 'HEADER' */
	
	#logo {
		width: 180px;
		display: block;
	}
	
	#logo .logo-txt {
		font-size: 26.8px;
	}
	
	.site-slogan {
		display: block;
		margin-left: 0;
	}
	
	header .info {
		margin: 0 0 0 36px;
	}
	
	header .info-wrap > div {
		margin-top: 10px;
	}

	/* Main Page 'BANNER' */
	
	#main-banner .banner-title {
		font-size: 16px;
	}
	
	#main-banner .banner-btn a {
		font-size: 10px;
		padding: 16px 38px;
	}
}

@media (min-width: 480px) and (max-width: 575px) {
	.container {
		max-width: 470px;
	}

	/* 'HEADER' */
	
	header {
		height: 210px;
	}
	
	#logo {
		width: 180px;
		display: block;
	}
	
	#logo .logo-txt {
		font-size: 26.8px;
	}
	
	.site-slogan {
		display: block;
		margin-left: 0;
	}
	
	header .info {
		margin: 0 0 0 36px;
	}
	
	header .info-wrap > div {
		margin-top: 10px;
	}

	/* 'FOOTER' */
	
	footer .container {
		grid-row-gap: 60px;
	}

	/* Main Page 'BANNER' */
	
	#main-banner .banner-title {
		font-size: 14px;
	}
	
	#main-banner .banner-btn a {
		font-size: 8px;
		padding: 14px 24px;
	}
}

@media (min-width: 360px) and (max-width: 479px) {
	.container {
		max-width: 360px;
	}
}

@media (max-width: 320px) {
	.container {
		max-width: 320px;
	}
}

@media (max-width: 1279px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	/* Main Page 'BRANDS' */
	
	#main-brands {
		display: block;
		text-align: center;
	}
	
	#main-brands > div {
		display: inline-block;
		margin: 20px 30px;
	}
	
	/* Main Page 'PARTNERS' */
	
	#main-partners .partners-images {
		display: block;
		text-align: center;
	}
	
	#main-partners .partners-images > div {
		display: inline-block;
		margin: 20px 30px;
	}
}

@media (max-width: 991px) {
	
	/* HEADER */
	
	header {
		position: relative;
	}
	
	/* FOOTER */
	
	footer .container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		grid-row-gap: 120px;
		grid-column-gap: 60px;
	}

	/* Main Page 'DIRECTIONS' */
	
	#main-directions .block-1,
	#main-directions .block-2,
	#main-directions .block-3 {
		display: block;
	}
	
	#main-directions img {
		width: 100%;
	}
	
	#main-directions .block-image {
		margin-top: 0;
		margin-bottom: 70px;
	}
	
	#main-directions .block-txt {
		margin-bottom: 0;
		padding: 0 30px !important;
	}
	
	#main-directions .block-form-wrap {
		position: relative;
	}
	
	#main-directions .block-form-wrap > div {
		width: 100%;
	}
	
	#main-directions .block-3 .block-image:before {
		display: none;
	}

	/* Main Page 'ADVANTAGES' */
	
	#main-advantages {
		padding: 110px 0 100px 0;
	}
	
	#main-advantages .block-1,
	#main-advantages .block-2 {
		display: block;
	}
	
	#main-advantages img {
		width: 100%;
	}

	/* Main Page 'DOCUMENTS' */
	
	#main-documents {
		background-color: #f6f6f6;
		padding: 100px 0 180px 0;
	}
	
	#main-documents .documents {
		display: block;
		margin: 0 50px;
	}
	
	#main-documents .documents-item {
		width: auto;
		height: auto;
	}
	
	#main-documents .documents-item:before,
	#main-documents .documents-item:after {
		font-size: 10px;
	}
	
	#main-documents .documents-item:before {
		top: 28px;
		right: -44px;
	}
	
	#main-documents .documents-item:after {
		top: 76px;
		right: -15px;
	}
	
	#main-documents .documents-btn {
		text-align: center;
		margin-top: 80px;
	}
	
	#main-documents #documents-see-all {
		position: relative;
		top: 0;
		transform: none;
		font-size: 18px;
		padding: 18px 26px;
		margin: 0;
	}
	
	#main-documents #documents-see-all:hover {
		border: 2px solid #1f90df;
	}

	/* Main Page 'COMPANY' */
	
	#main-company .top > div {
		width: 100%;
		display: block;
		margin: 30px 0;
	}
	
	#main-company .adv-num {
		font-size: 62px;
	}
	
	#main-company .info img,
	#main-company .company-documents img {
		width: 100%;
	}
	
	#main-company .info {
		display: block;
	}
	
	#main-company .info-txt {
		margin: 50px 0;
	}
	
	#main-company .level .txt,
	#main-company .level .year {
		left: 50%;
		transform: translateX(-50%) rotate(-90deg);
		font-size: 14px;
	}
	
	#main-company .level .txt {
		width: 130px;
		top: -80px;
	}
	
	#main-company .level .year {
		width: 150px;
		bottom: -110px;
		text-align: right;
	}
	
	#main-company .graph-comments {
		margin: 190px 0 90px 0;
	}
	
	#main-company .docs-txt {
		width: 100%;
	}
	
	#main-company .docs-image {
		width: 100%;
		margin: 50px 0;
	}

	/* Main Page 'PROJECTS' */
	
	#main-projects #projects-tabs {
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 1fr;
	}
	
	#main-projects #projects-tabs > div {
		margin: 14px 0;
		padding: 8px 0;
	}
	
	#main-projects #projects-works > div {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: 1fr;
	}
	
	#main-projects .project-image img {
		width: 100%;
	}

	/* Main Page 'FORM' */
	
	#main-form .main-form-to-manager .form-wrap {
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}

	/* Main Page 'US' */
	
	#main-form {
		background-size: 300px auto;
	}
	
	#main-us .description {
		margin: 0;
	}
	
	#main-us .block-image img {
		width: 100%;
		display: block;
	}
	
	#main-us .equipment {
		grid-template-rows: 1fr;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		grid-row-gap: 60px;
		grid-column-gap: 40px;
	}

	/* Main Page 'WORKING' */
	
	#main-working .levels {
		grid-template-rows: 1fr;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		grid-row-gap: 60px;
		grid-column-gap: 60px;
	}

	/* Main Page 'PARTNERS' */
	
	#main-partners .sub-title {
		margin: 0 0 50px;
	}

	/* Main Page 'REVIEWS' */
	
	#main-reviews .reviews {
		display: block;
		margin: 0 30px;
	}
	
	#main-reviews .reviews-item:before,
	#main-reviews .reviews-item:after {
		font-size: 10px;
	}
	
	#main-reviews .reviews-item:before {
		top: 18px;
		right: -40px;
	}
	
	#main-reviews .reviews-item:after {
		top: 57px;
		right: -21px;
	}
	
	#main-reviews .reviews-item .item-title {
		font-size: 18px;
	}
	
	#main-reviews .reviews-item .item-txt {
		font-size: 14px;
	}
	
	#main-reviews .reviews-btn {
		text-align: center;
		margin-top: 80px;
	}
	
	#main-reviews #reviews-see-all {
		position: relative;
		top: 0;
		transform: none;
		font-size: 18px;
		border: 2px solid #1d387b;
		margin: 0;
	}
	
	#main-reviews #reviews-see-all:hover {
		border: 2px solid #1f90df;
	}

	/* Main Page 'CALLBACK' */
	
	#main-callback .container {
		display: block;
	}
	
	#main-callback .block-form-wrap {
		position: relative;
		top: 0;
		transform: none;
		margin: 80px 0;
	}
	
	#main-callback .block-form-wrap > div {
		width: 100%;
	}
	
	#main-callback .title-form {
		text-align: center;
	}
	
	#main-callback .block-image:before {
		display: none;
	}
}

@media (max-width: 479px) {

	/* 'HEADER' */
	
	.site-slogan,
	header .info-wrap .info,
	#main-banner .banner-arrow {
		display: none;
	}
	
	header .info-wrap .callback {
		display: block;
	}
	
	#callback-btn {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.banner-img{
		height: 250px;
	}

	.banner-img img{
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}

	#main-banner .banner-title {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#main-banner .banner-btn {
		top: calc(100vw / 2);
	}
	
	#main-banner .banner-btn a {
		font-size: 14px;
		padding: 10px 20px;
	}

	/* 'FOOTER' */
	
	footer .container {
		grid-row-gap: 70px;
	}
	
	footer .footer-title {
		margin-bottom: 20px;
	}

	/* Main Page 'DIRECTIONS' */
	
	#main-directions .block-txt {
		padding: 0 !important;
	}
	
	#main-directions .title {
		font-size: 32px;
	}

	/* Main Page 'ADVANTAGES' */
	
	#main-advantages .title {
		font-size: 32px;
	}
	
	#main-advantages .item {
		grid-template-columns: 1fr;
		grid-gap: 10px 0;
	}

	/* Main Page 'DOCUMENTS' */
	
	#main-documents .title {
		font-size: 32px;
	}

	/* Main Page 'COMPANY' */
	
	#main-company .adv-txt {
		padding-right: 0;
	}

	/* Main Page 'FORM' */
	
	#main-form .title {
		font-size: 20px;
	}

	/* Main Page 'US' */
	
	#main-us .title {
		font-size: 32px;
		text-align: center;
	}

	/* Main Page 'PARTNERS' */
	
	#main-partners .sub-title {
		margin: 0 0 50px;
	}

	/* Main Page 'CALLBACK' */
	
	#main-callback .block-image img {
		width: 100%;
	}
	
	#main-callback .title-form {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
	Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea {
		display: none !important;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	body {
		font-size: 10pt;
	}

	/* Colors */

	body {
		background: none !important;
	}

	body,
	a {
		color: #222 !important;
	}

	h2,
	h5,
	blockquote {
		color: #777 !important;
	}
}



.lang{
	margin-top: 10px;
}

.lang a{
	font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
    transition: 0.23s;
    position: relative;
	margin: 0 5px;
	transition: 0.23s;
}

.lang a:hover{
	color: #1d387b;
}

.lang a:first-child:after {
    width: 2px;
    height: 12px;
    display: block;
    content: "";
    background-color: #333333;
    position: absolute;
    top: 2px;
    right: -7px;
}

.lang a.active{
	font-weight: 700;
}

.lang .lang-uk {
    padding-right: 17px;
    background-image: url(../image/ua.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}


@media (max-width: 479px) {

	.lang{
		margin-top: 0;
		margin-bottom: 10px;
	}

}
