@charset "UTF-8";
@import "css/fonts/Montserrat/stylesheet.css";
/*
Theme Name: lift
Theme URI: lift.by
Author: Mikol42 (Factory of projects)
Author URI: https://fpro.by/
Description: 
Version: 1.0.0
License: Commercial software
License URI:
Tags: lift
Text Domain: lift
*/


/**
 * 1.0 - General styles
**/

:root {
	--main-color: #051642;
	--alt-color: #0fa1c1;
	--text-color: #1f222c;
}

*,
*::after,
*::before {
	box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
}

html,
body {
	width: 100%;
	min-width: 320px;
	color: var(--text-color);
	font: normal normal 400 24px/1.2 Montserrat,sans-serif;
	letter-spacing: 0.0em;
	background: #fff;
}

@media (max-width: 1440px) {
	html {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 20px;
	}
}

@media (max-width: 820px) {
	html {
		font-size: 18px;
	}
}

@media (max-width: 560px) {
	html {
		font-size: 16px;
	}
}

body {
	font-size: 16px;
}

iframe {
	max-width: 100%;
}

input,
select,
textarea,
button {
	color: inherit;
	font: inherit;
	resize: none;
}

figure {
	margin: 0;
}

p {
	margin: 0.5em 0;
}

blockquote {
	padding: 1px 1em;
	margin: 1em 0;
	background: #a9dce8;
	color: #000;
	font-style: italic;
}

hr {
	border-bottom: 1px solid;
}

b,
strong {
	font-weight: 700;
}

.none, 
.hide {
    display: none;
}

a {
	color: var(--alt-color);
	text-decoration: underline;
    transition: 0.5s;
}

a:hover {
	color: var(--main-color);
}
 
em {
	font-weight: 400;
}

/**
 * 1.1 - Captions
**/
 
h1,
h2,
h3,
h4,
h5,
h6,
.caption {
	display: block;
	position: relative;
	margin: 1em 0 0.5em;
	color: var(--main-color);
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	text-align: inherit;
}
 
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.caption:first-child {
	margin-top: 0;
}

h1, h6 {
	font-size: calc(1rem * 40 / 24);
	text-transform: uppercase;
}

h2{
	font-size: calc(1rem * 36 / 24);
	text-transform: uppercase;
}

h3 {
	font-size: calc(1rem * 32 / 24);
}

h4,
.caption  {
	font-size: calc(1rem * 24 / 24);
}

h5 {
	font-size: 18px;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.caption b {
	font-weight: inherit;
}

/**
 * 1.2 - Lists
**/ 

ol, 
ul {
    list-style-type: none;
    counter-reset: item;
	position: relative;
	margin: 1.25em 0;
}

ol > li, 
ul > li {
	position: relative;
	padding-left: 1.6em;
	margin: 0.5em 0;
	min-height: 1.2em;
}

ul > li::before,
ol > li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--main-color);
}	
	
ul >li::before {
	content: "";
	display: inline-block;
	border: 4px solid;
	border-radius: 50%;
	margin: 0.4em 0 0 0.4em;
}

ul ul > li::before {
	border-width: 4px;
	border: 2px solid;
	padding: 2px;
}

ol ol {	
    counter-reset: item2;
}

ol > li::before {
	content: counter(item) ".";
	counter-increment: item;
	font-weight: 700;
}

ol ol > li::before {
	content: counter(item) "." counter(item2);
	counter-increment: item2;
}

/**
 * 1.3 - Table
**/ 
 
.table-box {
	margin: 1.25em 0;
	overflow-x: auto;
}

table {
	border-color: #b4b4b4;
	border-collapse: separate;
	border-spacing: 0;
	font-weight: 400;
	font-style: normal;
}

tbody {
	border-color: inherit;
}

tr {	
	border-color: inherit;
}

td,
th,
caption {
	position: relative;
	padding: 12px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: inherit;
	font: inherit;
	text-align: left;
	background-clip: border-box;
}

td:last-child,
th:last-child {
	border-right-width: 1px;
}

tr:last-child td,
tr:last-child th {
	border-bottom-width: 1px;
}

th {
	background-color: var(--main-color);
	color: #fff;
}

thead th,
tfoot th {
	border-color: transparent;
}

th + th {
	border-right-color: transparent;
	border-left-color: transparent;
}

caption {
	caption-side: bottom;
	text-align: center;
} 

thead,
tfoot,
caption{
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	background-color: var(--main-color);
}

thead td,
tfoot td,
caption {
	border-color: transparent;
	color: #fff;
}

caption{
	background: transparent;
	color: #555;
	font-size: 15px;
}

th + th::before,
thead td + td::before,
tfoot td + td::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -1px;
	background: #fff;
}

thead td::after,
thead th::after,
tfoot tr:not(:first-child) td::after,
tfoot tr:not(:first-child) th::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 100%;
	left: -1px;
	background: #fff;
}

th:first-child::after,
thead td:first-child::after,
tfoot tr:not(:first-child) td:first-child::after {
	left: 0px;
}

table img,
table svg {
	max-width: none;
    max-height: none;
}

/**
 * 1.4 - Images
**/ 

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.wp-caption-dd {
	margin: 5px 0;
	color: #555;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

img,
svg {
	position: relative;
	max-width: 100%;
	height: auto;
}

a.cboxElement:hover img,	
a.cboxElement:hover svg {	
	box-shadow: 0 0 4px 0 var(--main-color);
}

.alignleft {
	float: left;
	margin: 0.5em 1.25em 0.5em 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.25em;
	max-width: 50%;
}

.aligncenter {
    display: block;
	margin: 0.5em auto;
}

.alignnone {
	margin: 0.5em 0 0.5em;
}

@media (max-width: 720px) {
	.alignleft,
	.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

/**
 * 1.5 - Gallery
**/

.gallery {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 24px 0 0 -24px;
	font-size: 0;
}

.gallery .gallery-item {
	display: inline-block;
	position: relative;
	margin: 0 0 24px 24px;
	max-width: 330px;
	width: calc(100% / 5 - 24px);
}

.main-sidebar + .main-content .gallery .gallery-item {
	width: calc(100% / 4 - 24px);
}

.gallery-item a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gallery-item a:hover {
	color: var(--alt-color);
}

.gallery-item .gallery-icon {
	display: flex;
	position: relative;
	width: 100%;
	padding-top: calc(100% * 200 / 330);
	transition: inherit;
}

.gallery-item a .gallery-icon {
}

.gallery-item a:hover .gallery-icon {
	
}

.gallery-item svg,
.gallery-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery-item .gallery-caption {
	margin-top: 1em;
	max-width: 100%;
	color: inherit;
	font-style: italic;
	font-size: 15px;
	word-wrap: break-word;
	text-align: center;
}

@media (max-width: 1024px) {		
	.gallery {
		justify-content: space-around;
	}
	
	.gallery .gallery-item {
		width: calc((100% - 3*25px) / 3);
	}
}

@media (max-width: 780px) {		
	.gallery {
		margin-left: -10px;
	}
	
	.gallery .gallery-item {
		width: calc((100% - 2*10px) / 2);
		margin: 10px 0 0 10px;
	}
}

@media (max-width: 520px) {	
	.gallery {
		margin-left: -5px;
	}
	
	.gallery-item {
	}
	
	.gallery-item svg,
	.gallery-item img {
		padding: 5px;
		border-radius: 12px;
	}
}

/**
 * 1.6 - Button
**/

.button-block {
	margin: 10px 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}

button,
.button,
input[type="submit"] {
    display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    position: relative;
    z-index: 1;
	padding: 12px 40px;
	border: 1px solid;
	max-width: 100%;
	background: none;
	color: var(--main-color);
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.5s;
    cursor: pointer; 
	user-select: none;
	
}

button:hover,
.button:hover,
input[type="submit"]:hover {
	color: #fff;
	text-decoration: none;
}

button:active,
.button:active,
input[type="submit"]:active {
    top: 3px;
}

button::before,
.button::before{
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--main-color);	
	transition: 0.5s;
}

button:hover::before,
.button:hover::before {
	right: 0;
}

button::after,
.button::after{
	content: "→";
	margin-left: 10px;
	font: 100 1.5em Arial;
}

@media (max-width: 1440px) {
	button,
	.button,
	input[type="submit"] {
		padding: 10px 20px;
	}
}

@media (max-width: 1024px) {
	button,
	.button,
	input[type="submit"] {
		font-size: 16px;
	}
}

/**
 * 1.7 - Contacts
**/

.phones-block {
	display: inline-block;
}

.phones-block .phone {
	display: block;
}

.phone {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

.phone .code {
	font-weight: 700;
}

.adress,
.shedule,
.email,
.phones-block {
	margin: .5em 0;
}

.socials-block {
	display: flex;
	align-items: flex-end;
	margin: .5em 0;
}

.socials-block .social {
	display: block;
	margin-left: 12px;
	width: 30px;
	height: 30px;
}

.socials-block :first-child .social {
	margin-left: 0;
}

.socials-block .social img,
.socials-block .social svg {
	width: 100%;
	height: 100%;
}

.socials-block .social:hover {
	opacity: .5;
	transition: .5s;
}



/**
 * 2.1 - To top button
**/
	
.totop {
	position: fixed;
	right: 20px;
	bottom: -100px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background: #fff;
	color: var(--text-color);
	cursor: pointer;
	border: 1px solid;
}

.totop:hover {
	color: var(--alt-color);
}

.totop::after {
	content: "";
	position: absolute;
	top: 27px;
	left: 35px;
	z-index: 1;
	border-left: 4px solid;
	border-bottom: 4px solid;
	width: 15px;
	height: 15px;
	line-height: 1;
	transform: rotate(135deg);
	transform-origin: 0 0;
}

@media (max-width: 1300px) {
	.totop {
		display: none;
	}	
}

/**
 * 6.1 - Phone Form
**/


#cboxOverlay {
	background: #000;
}


#cboxLoadedContent {
	background: #fff;
}

#colorbox .request-form .caption {
	font-size: 36px;
	text-align: center;
	text-transform: none;
	line-height: 1;
}

.request-form {
	padding: 25px 38px;
    max-width: 400px;
}

.request-form .caption {
	position: relative;
	margin: 0 auto 30px;
	text-transform: uppercase;
	text-align: center;
}

.request-form .caption::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	border-bottom: 1px solid #e5e5e5;
}

.request-form .description {
	margin: 30px 0;
	color: #7b7b7b;
	text-align: center;
}

.field .title {
	font-weight: 700;
}

.field.not-valid .title {
	color: #d91d1d;
}

select,
textarea,
input[type="text"] {
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin: 10px 0;
	width: 100%;
	background: #f7f7f7;
	color: #444;
	font-weight: 400;
	font-family: inherit;
}


.request-form input[type="radio"] {	
	margin: 10px 0;
}

.field.not-valid select,
.field.not-valid textarea,
.field.not-valid input[type="text"] {
	border-color: #d91d1d;
}

.request-form .message {
	color: #9e9e9e;
}

.request-form .message a {
	color: inherit;
}

.request-form .message a:hover {
	color: #266edd;
}

.request-form .btn-field {
	position: relative;
	margin: 20px 0;
}

.request-form .button {
	width: 100%;
}

.request-form .button:hover {
}

.phone-form .button::after {
}

.request-form .success-message,
.request-form .error-message {
	position: absolute;
	top: 100%;
	right: -10px;
	left: -10px;
	margin-top: 10px;
	height: 50px;
	text-align: center;
}

.request-form .error-message {
	color: #d91d1d;
	font-size: 12px;
}

.request-form .success-message {
	color:  var(--alt-color);
	font-weight: 600;
	text-transform: uppercase;
}

.request-form .success-message .big {
	font-weight: 700;
}

.request-form.success .button,
.request-form:not(.not-valid) .error-message,
.request-form:not(.success)  .success-message{
	display: none;
}

.calc-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.calc-block .field {
	width: 49%;
}

@media (max-width: 560px) {
	.request-form {
		padding: 15px;
		overflow: hidden;
	}
}

/**
 * 1.11 - Bx-Slider
**/
 
body .bx-wrapper {
	position: relative;
	border: none;
	box-shadow: none;
	padding-bottom: 90psx;
	margin: 0 auto;
	background: transparent;
	width: 100%;
}

body .bx-wrapper .bx-viewport {
}

body .bx-wrapper .bx-pager {
	bottom: 38px;
}

body .bx-wrapper .bx-pager.bx-default-pager a {
	width: 11px;
	height: 11px;
	background: #777;
}

body .bx-wrapper .bx-pager.bx-default-pager a.active,
body .bx-wrapper .bx-pager.bx-default-pager a:focus,
body .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: var(--alt-color);
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	border: 1px solid;
	margin: 0 0 28px -180px;
	width: 33px;
	height: 33px;
	background: transparent;
	color: #000;
	font-size: 0;
	border-radius: 50%;
	transition: 0.3s;
}

.bx-wrapper .bx-controls-direction .bx-next {
	margin-left: 147px;
}

.bx-wrapper .bx-controls-direction .bx-prev:hover,
.bx-wrapper .bx-controls-direction .bx-next:hover {
	color: var(--alt-color);
}

.bx-wrapper .bx-controls-direction .bx-prev::after,
.bx-wrapper .bx-controls-direction .bx-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	margin: -4px 0 0 -2px;
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	transition: inherit;
}

.bx-wrapper .bx-controls-direction .bx-next::after {
	margin-left: -6px;
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	
	.bx-wrapper .bx-pager {
		display: none;
	}
	
	.bx-wrapper .bx-controls-direction .bx-prev {
		left: 15px;
		margin-left: 0;
	}
	
	.bx-wrapper .bx-controls-direction .bx-next {	
		right: 15px;
		left: auto;
		margin-left: 0;
	}
	
}

/**
 * 1.13 - Menu
**/

.menu {
	padding: 0;
	margin: 0;
}

.menu-item {
	padding: 0;
	margin: 0;
}

.menu-item::before {
	content: none;
}

.menu-item a {
	display: block;
	padding: 10px;
	color: inherit;
	text-decoration: none;
}

.menu-item.current-menu-item a,
.menu-item a:hover {
	color: var(--alt-color);
}

/**
 * 2.0 - Wrapper
**/

/**
 * 2.0 - Wrapper
**/

#wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	overflow: hidden;
}

.page-content {
	flex-grow: 1;
	position: relative;
	z-index: 1;
	margin: 0;
}

.content {
	position: relative;
	z-index: 2;	
	padding: 0 24px;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	max-width: 1440px;
}

.page-content > .content {
	display: flex;
	justify-content: space-between;
}

.main-content {
	position: relative;
	z-index: 2;
	margin: 48px 0;
}

.main-sidebar + .main-content {
	flex-grow: 1;
	width: calc(100% - 330px - 24px);
}

.main-sidebar {
	flex-shrink: 0;
	width: 330px;
	margin: 48px 24px 48px 0;
}

.main-sidebar .contacts-block {
	padding: 15px;
	background: #f4f5f6;
	text-align: center;
}

.main-sidebar .caption {
	margin: 0 0 10px;
	text-transform: none;
}

.main-sidebar .button {
	width: 100%;
	background: var(--main-color);
	color: #fff;
}

.main-sidebar .button:hover::before {
	background: var(--alt-color);
}

.fix-block {
	z-index: 3;
	overflow: hidden;
}

.fix-block:not(:last-child) {
	opacity: 0;
}

.fix-block.fixed-block {
	position: fixed;
	top: 75px;
	z-index: 2;
	transition: 0s;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb {
	font-size: 14px;
	text-decoration: none;
}

a.breadcrumb:not(:hover) {
	color: #888;
}

a.breadcrumb::after {
	content: '>';
	display: inline-block;
	margin: 0 0.5em 0 0.3em;
	color: #888;
}

.breadcrumbs + h1 {
	margin-top: 0.5em;
}

@media (max-width: 960px) {
	.main-sidebar {
		display: none;
	}

	.main-sidebar + .main-content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.content {
		padding: 0 5px;
	}
}


/**
 * 3.0 - Header
 */

.main-header {
	position: relative;
}

.main-header a {
	color: inherit;
	text-decoration: none;
}

.main-header .content {
	display: flex;
	justify-content: space-between;
	padding: 0 9px;
	min-height: 120px;
}

.main-header .content::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-bottom: 1px solid #b1b5c3;
}

.main-header .column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 15px;
}

.main-header .menu-column {
	z-index: 2;
	flex-grow: 1;
}

.header-content {
	background: #fff;
}

.header-menu-block {
	display: flex;
	width: 100%;
	height: 100%;
}

.main-header .header-menu {
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.main-header .menu-item {
	position: relative;
}

.main-header .menu-item:after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	border-bottom: 4px solid var(--alt-color);
	transition: 0.5s;
}

.main-header .current-menu-item::after,
.main-header .menu-item:hover:after {
  right: 0;
  left: 0;
}

.main-header .menu-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.main-header .current-menu-item > a,
.main-header .menu-item a:hover {
  color: var(--alt-color);
}

.main-header .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	min-width: 150px;	
	background: #fff;
	border: 1px solid #f4f5f6;
	box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.2);
}
.main-header .menu-item:hover > .sub-menu {
	display: block;
}

.main-header .sub-menu .menu-item {
}

.main-header .sub-menu .menu-item a {
	padding: 15px 24px;
	justify-content: flex-start;
	white-space: nowrap;
}

.main-header .sub-menu .menu-item a:hover,
.main-header .sub-menu .current-menu-item > a {
	background: #f4f5f6;
}

.main-header .sub-menu .menu-item::after {
	content: none;
}

.fixed-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 12;
	padding-top: 10px;
}

.fixed-menu {
	border-bottom: 1px solid #b1b5c3;
}

.fixed-menu .content {
	min-height: 60px;
}

.fixed-menu .content::after {
	content: none;
}

body.admin-bar .fixed-menu {
	top: 32px;
}

.main-header .caption {
	width: 100%;
	margin: 0;
	color: var(--alt-color);
	font-size: 16px;
	text-transform: none;
}


.menu-button {
	display: none;
	align-self: center;
	position: relative;
	color: #666;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;  
	   -moz-user-select: none;     
	    -ms-user-select: none;      
	        user-select: none;
}

.menu-button::after {
	content: "";
	display: block;
	width: 28px;
	height: 26px;	
	background: linear-gradient(
		to top, 
		var(--main-color) 0px, 
		var(--main-color) 2px, 
		transparent 2px, 
		transparent 12px,
		var(--main-color) 12px,
		var(--main-color) 14px,
		transparent 14px,
		transparent 24px,
		var(--main-color) 24px,
		var(--main-color) 26px
	);
}

.main-header .phone {
	color: var(--main-color);
}

.main-header .phone .code {
	font-weight: 400;
}

@media (max-width: 1440px) {
	.main-header .column {
		order: 1;
		padding: 0 10px;
	}
}

@media (max-width: 1300px) {
	.main-header .content {
		flex-wrap: wrap;
		padding: 0;
	}
	.main-header .column-logo {
		flex-grow: 1;
		justify-content: center;
	}

	.main-header .menu-column {
		order: 3;
		border-top: 1px solid #b1b5c3;
		width: 100%;
	}
	
	.main-header .menu-column::before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		z-index: 1;
		border-bottom: 1px solid #b1b5c3;
	}
	
	.main-header .phones-column {
		flex-direction: row;
	}
	
	.main-header .phones-column .caption {
		display: none;
	}
	
	.main-header .phones-column .phones-block {
		margin: .5em 1em;
	}
}

@media (max-width: 920px) {
	
	.main-header .column-logo,
	.main-header .column-logo {
		max-height: 80%;
		align-self: center;
	}
	
	.main-header .menu-column {
		order: 0;
		border: none;
		width: auto;
	}
	
	
	.main-header .menu-button {
		display: block;
	} 
	
	.main-header .header-menu {
		display: none;
		
	}
	
	.main-header .content {
		min-height: 0;
		height: 60px;
		flex-wrap: nowrap;
	}
	
	.main-header .caption {
		display: none;
	}
	
	.main-header .menu-column::before {
		content: none;
	}
	
	body.active-menu {
		overflow: hidden;
		height: 100vh;
	}
	
	#wpadminbar {
		display: none;
	}

	body.admin-bar .fixed-menu {
		top: 0;
	}
		
	html {
		margin-top: 0 !important;
	}
	
	
	
	.main-header .header-menu {
		position: fixed;
		top: 60px;
		right: 0;
		left: 0;
		z-index: 100;
		height: calc(100vh - 60px);
		background: #fff;
		overflow: auto;
	}
	.main-header .header-menu .content {
		padding: 0;
	}
	
	body:not(.active-menu) .header-menu {
		display: none;
	}
	.main-header .header-menu {
		flex-grow: 1;
		display: block;
		overflow: auto;
	}
	
	.main-header .header-menu-block .menu > .menu-item {
		border-top: 1px solid #aaa;
	}
	
	.main-header .menu-item::after {
		content: none;
	}
	
	.main-header .header-menu-block .menu-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.main-header .header-menu-block .menu .sub-menu {
		display: none;
		position: static;
		padding-left: 0;
		margin: 0;
		min-width: 0;
		width: 100%;
		box-shadow: none;
	}
	
	.main-header .header-menu-block .menu-item.active > .sub-menu {
		display: block;
	}
	
	.main-header .sub-menu .menu-item {
		border: none;
	}
	
	.header-menu-block .sub-menu .menu-item a {
		justify-content: flex-start;
	}	
	
}

@media (max-width: 560px) {
	
	.main-header .phones-column {
		flex-direction: column;
		align-items: flex-end;
	}
	
	.main-header .phones-column .phones-block {
		margin: 0.5em 0 0;
	}
	
	.main-header .phones-column .social {
		margin-left: 10px;
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 500px) {
	.main-header .column {
		padding: 0 5px;
	}

	.menu-button::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;	
		background: linear-gradient(
			to top, 
			var(--main-color) 0px, 
			var(--main-color) 2px, 
			transparent 2px, 
			transparent 9px,
			var(--main-color) 9px,
			var(--main-color) 11px,
			transparent 11px,
			transparent 18px,
			var(--main-color) 18px,
			var(--main-color) 20px
		);
	}
	.main-header {
		font-size: 14px;
	}
}

/**
 * 3.1 - Footer
**/

.main-footer {
	position: relative;
	z-index: 1;
	padding: 24px 0;
	margin: 0;
	background: #e6e8ec;
}

.main-footer .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-footer .column {
	padding: 10px;
}

.main-footer a {
	color: inherit;
	text-decoration: none;
}

.main-footer .custom-logo-link {
	max-height: 80px;
	max-width: 250px;
}
.main-footer .copyright-block {
	margin-top: 30px;
}
.main-footer .column-menu {

	display: flex;
	max-width: 250px;
}

.main-footer .menu {
	min-width: 20%;
	display: flex;
	flex-wrap: wrap;
}

/**
 * 3.1 - Map
**/

.ya-map {
	position: relative;
	width: 100%;
	height: 450px;
}

.ya-map [class*="balloon_layout"] {
	top: -45px !important;
	left: 50px !important;
	box-shadow: none;
	background: var(--main-color);
}
.ya-map [class*="balloon__content"] {
	padding: 20px 25px;
	color: #fff;
	background: var(--main-color);
	font-size: 16px;
	font-family: inherit;
}
.ya-map [class*="balloon-content__header"],
.ya-map [class*="balloon-content__footer"] {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.ya-map [class*="balloon_layout"] [class*="balloon__tail"] {
	position: absolute;
	background: transparent none repeat scroll 0 0;
	border-left: 15px solid transparent;
	border-top: 15px solid var(--main-color);
	height: 0;
	left: 0;
	margin-left: -15px;
	top: 0;
	width: 0;
	transform: none;
	box-shadow: none;
}
.ya-map [class*="balloon__tail"]:after {
	content: none;
}


/**
 * 3.1 - Post Thumbnail
**/

.posts-block {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 24px 0;
	margin-right: -24px;
}

.post-item {
	display: flex;
	position: relative;
	flex-direction: column;
	border: 1px solid #E6E8EC;
	margin: 24px 0;
	margin-right: 24px;
	width: calc(100% / 3 - 24px);
	max-width: 448px;
	background: #FCFCFD;
	transition: 0.5s;
}
.post-item:hover {
	border: 1px solid var(--main-color);
}

.post-item .post-link {
	display: inherit;
	flex-direction: inherit;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	transition: inherit;
}

.post-item .image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding-top: calc(100% * 320 / 448);
	transition: inherit;
}

.post-item .image-box svg,
.post-item .image-box img {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-item:hover .image-box svg,
.post-item:hover .image-box img {
	opacity: 0.5;
}

.post-item .image-box::after {
	content: "Подробнее";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 15%;
	background: url('css/img/post-hover.svg') 50% 40% / 18% no-repeat rgba(5, 22, 66, 0.6);
	color: #fff;
	font-size: calc(1rem * 24 / 24);
	opacity: 0;
	transition: 0.5s;
}

.post-item:hover .image-box::after {
	opacity: 1;
}

.post-item .content-block {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 24px;
}

.post-item .date {
	color: #777E90;
	font-size: 18px;
}

.post-item .caption {
	margin: 10px 0 auto;
	color: inherit;
	font-size: calc(1rem * 32 / 24);
	text-decoration: none;
}	

.post-item .button {
	margin-top: 16px;
	align-self: flex-start;
}

.posts-block .more-button {
}

.page_for_posts-main-content .page-header {
	padding-bottom: 0;
	background: #eee9de;
}

@media (max-width: 1300px) {
	.post-item .content-block {
		padding: 24px 12px;
	}
	
	.post-item .caption {
		font-size: calc(1rem * 28 / 24);
	}
}

@media (max-width: 820px) {
	.post-item {
		width: calc(100% / 2 - 24px);
	}
}

@media (max-width: 580px) {
	.posts-block {
		justify-content: center;
	}
	
	.post-item {
		width: calc(100% - 24px);
	}
}

/**
 * 3.1 - Service 
**/

.product-item:hover,
.service-item:hover {
	background: var(--main-color);
	color: #fff;
}

.product-item .image-box,
.service-item .image-box {
	padding-top: calc(100% * 200 / 448);
}

.product-item .image-box::after,
.service-item .image-box::after {
	content: none;
}

.product-item .image-box img,
.product-item .image-box svg,
.service-item .image-box img,
.service-item .image-box svg {
	top: auto;
	bottom: 0;
	left: 24px;
	max-width: 100px;
	max-height: 100px;
	transform: none;
}


.product-item .image-box svg path,
.service-item .image-box svg path {
	fill: var(--main-color);
	transition: 0.5s;
}


.product-item:hover .image-box svg path,
.service-item:hover .image-box svg path {
	fill: var(--alt-color);
}

.product-item:hover .button,
.service-item:hover .button {
	color: #fff;
}

.product-item:hover .button::before,
.service-item:hover .button::before {
  right: 0;
}



/**
 * 3.1 - Partner
**/

.partner-item {
	width: calc(100% / 4 - 24px);
	max-width: 328px;
	background: none;
}

.partner-item .image-box {
	padding-top: calc(100% * 200 / 328);
}

.partner-item .image-box::after {
	content: none;
}

.partner-item .image-box svg,
.partner-item .image-box img {
	opacity: 1;
	max-width: 80%;
	max-height: 80%;
}

.front-partners-section .partner-item .content-block {
	display: none;
}


@media (max-width: 800px) {
	.partner-item {
		width: calc(100% / 2 - 24px);
	}
}


@media (max-width: 540px) {
	.partner-item {
		width: calc(100% - 24px);
	}
}

/**
 * 3.1 -Advantages
**/

.advantages-block {
	display: flex;
	margin-right: -24px;
    counter-reset: advantage;
}

.advantage {	
	flex: 1 1 100%;
	position: relative;
	padding: 24px 15px;
	border: 1px solid #E6E8EC;
	margin: 24px;
	margin-left: 0;
}

.advantage h3 {
	position: relative;
	padding-top: 100px;
	font-size: 24px;
	text-transform: uppercase;
}

.advantage h3::before {
	counter-increment: advantage;
	content: '0' counter(advantage);
	position: absolute;
	bottom: calc(100% - 140px);
	left: 0;
	z-index: -2;
	margin: 0;
	font-weight: 900;
	font-size: 128px;
	line-height: 1;
	color: #fff;
	-webkit-text-stroke: 1px var(--main-color);
		  text-stroke: 1px var(--main-color);
}

.advantage h3::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255,255,255,0) 100%);	
}

.advantage .text-block {
	position: relative;
	z-index: 2;
}

@media (max-width: 1200px) {
	.advantages-block {
		flex-wrap: wrap;
	}
	.advantage {
		flex: 0 1 300px;
	}
}

/**
 * 3.1 -Stages
**/

.stages-block {
	display: flex;
    counter-reset: stage;
	flex-wrap: wrap;
}

.stage {
	position: relative;
	flex: 1 1 25%;
	position: relative;
	margin: 20px 0;
	overflow: hidden;
}

.stage::before {
	content: '';
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	z-index: -1;
	border: 1px solid var(--main-color);
}

.stage .text-block {
	position: relative;
	padding-right: 20px;
}

.stage .text-block::after {
	content: '';
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: -1;
	border: 2px solid var(--main-color);
	border-radius: 4px;
	width: 60px;
	height: 60px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 0 0;
}

.stage .text-block::before {
	counter-increment: stage;
	content: counter(stage);
	display: flex;
	justify-content: center;
	align-items: center;	
	border-left: 2px solid var(--main-color);
	height: 80px;
	width: 30px;
	font-weight: 400;
	font-size: 28px;
	line-height: 1;
	color: var(--main-color);
}

.stage:nth-child(odd) .text-block::after {
	background: var(--main-color);
}

.stage:nth-child(odd) .text-block::before {
	color: #fff;
}

.stage .caption {
	margin-top: 20px;
	font-size: 20px;
	text-transform: none;
}


@media (max-width: 1300px) {
	.stage .text-block {
		font-size: 14px;
	}
	.stage .caption {
		font-weight: 700;
		font-size: 16px;
	}
}


@media (max-width: 1140px) {
	.stages-block {
		flex-wrap: wrap;
	}
	.stage {
		flex: 0 1 50%;
	}
}


@media (max-width: 740px) {
	.stages-block {
	}
	.stage {
		flex: 0 1 100%;
	}
	.stages-block .stage::before {
		content: none;
	}
	
	.stage .text-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 80px;
		padding-left: 70px;
	}
	.stage .text-block::before {
		position: absolute;
		top: 0;
		left: 0;
	}
	.stage .caption {
		margin-top: 0;
	}
}


/**
 * 3.1 - Page Form
**/

.page-form-block {
	display: flex;
	align-items: center;
	position: relative;
	background: #E6E8EC;
	padding: 0 15px;
}

.page-form-block .image-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}

.page-form-block form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index:2;
	padding: 40px 20px;
	max-width: 100%;	
}

.page-form-block .description-block {
	order: 0;
	width: 100%;
}

.request-form .caption {
	font-size: 56px;
	text-align: left;
}

.request-form .caption::after {
	content: none;
}

.request-form .description {
	margin: 15px 0;
	color: inherit;
	text-align: left;
}

.page-form-block .field {
	order: 2;
	margin-right: 15px;
}

.page-form-block .field input[type="text"] {
	border-radius: 0;
	height: 57px;
}

.page-form-block .field .title {
	display: none;
}

.page-form-block .field-personal {
	order: 4;
	width: 100%;
}

.page-form-block .image-block img,
.page-form-block .image-block svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 920px) {
	.request-form .caption {
		font-size: 48px;
	}
}

@media (max-width: 620px) {
	.request-form .caption {
		font-size: 36px;
	}
}


/**
 * 3.1 - Front Page
**/

.front-main-content {
	margin: 0;
}

.front-page-section {
	padding: 24px 0;
}

.front-page-section .content {
	display: flex;
	flex-direction: column;	
	overflow: hidden;
}

.section-header {
	display: flex;
	position: relative;
	z-index: 2;
	padding-top: 100px;
	margin-bottom: 2em;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6,
.section-header .caption {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
}

.section-header .text-block {
	z-index: 2;
}

.section-header .left-caption {
	flex: 0 0 354px;
	font-size: 24px;
}

.section-header .back-caption {
	position: absolute;
	bottom: calc(100% - 150px);
	right: 0;
	z-index: 1;
	margin: 0;
	font-weight: 900;
	font-size: 128px;
	line-height: 1;
	color: #fff;
	-webkit-text-stroke: 1px var(--main-color);
		  text-stroke: 1px var(--main-color);
}

.section-header .back-caption::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255,255,255,0) 100%);	
}

@media (max-width:900px) {
	
	.section-header h1,
	.section-header h2,
	.section-header h3,
	.section-header h4,
	.section-header h5,
	.section-header h6,
	.section-header .caption {
		font-size: 24px;
	}
	
	.section-header .left-caption {
		font-size: 20px;
	}
	.section-header .back-caption {
		font-size: 80px;		
	}
}
.front-start-section {
}

.front-start-section .content {
	flex-direction: row;
	align-items: center;
}

.front-start-section .section-text-block {
	flex-shrink: 1;
	flex-grow: 1;
}

.front-start-section .image-block {
	flex-shrink: 0;
	flex-grow: 0;
	width: 48%;
	margin-left: 24px;
}

.front-advantages-section {
	background: #FCFCFD;
}

.front-form-section {
	padding: 0;
	background: #E6E8EC;
}

.page-form-block form {
	padding-left: 0;
}

.front-contacts-section {
	padding: 0;
}