/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
p{
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
					box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
					text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button,
input {
/* 1 */
	overflow: visible;
}
button,
select {
/* 1 */
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
a {
	text-decoration: none;
}
h1, h2, h3, p{
	margin: 0;
}
ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
body,
html {
	height: auto;
}
body {
	width: 100%;
	font-family: "Roboto", "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #282E34;
}
main{
	display: block;
	width: 100%;
}
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #282E34;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	z-index: 10;
}
.ovh, .overflow{
	overflow: hidden;
}
.header__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 204px;
	position: relative;
}
.header__logo{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header__logo img{
	display: block;
}
.header__menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header__menu a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #DFE5EB;
	padding-top: 24px;
	padding-bottom: 20px;
	border-bottom: 4px solid transparent;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.header__menu li{
	margin-right: 40px;
}
.header__menu li:first-child{
	display: none;
}
.header__menu li:last-child{
	margin-right: 0;
}
.header__menu a:hover{
	color: #FFFFFF;
	border-bottom: 4px solid #ffffff;
}
.header__nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
}
.header__nav-wrap{
	display: block;
}
.header__callback{
	display: block;
	cursor: pointer;
	margin-left: 40px;
	outline: none;
	padding: 12px 30px;
	background: #879AAD;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.header__callback:hover{
	background: transparent;
}
.header__callback--mobile{
	display: none;
	margin-left: auto !important;
	margin-right: auto !important;
}
.header__burger{
	display: none;
}
.header__nav a{
	display: block;
	text-align: right;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: #DFE5EB;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.header__nav p{
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #879AAD;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.container{
	display: block;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.block1{
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: url('../img/bg.jpg') no-repeat center;
	background-size: cover;
}
.block1:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/lines.png') no-repeat center;
}
.block1__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 70px;
}
.block1__left{
	display: block;
	width: 50%;
	height: 650px;
	position: relative;
}
.block1__left img{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	object-fit: cover;
}
.block1__right{
	display: block;
	width: 50%;
	padding-left: 140px;
}
.block-title{
	display: block;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	color: #282E34;
}
.block1__right p{
	display: block;
	width: 100%;
	max-width: 560px;
	margin-top: 20px;
	margin-bottom: 32px;
}
.block1__right ul{
	width: 100%;
	max-width: 560px;
}
.block1__right ul li{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
.block1__right ul li:last-child{
	margin-bottom: 0;
}
.block1__right ul li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 13px;
	height: 10px;
	background: url('../img/tick.svg') no-repeat center;
}
.block2{
	display: block;
	overflow: hidden;
	width: 100%;
}
.block2__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 70px;
}
.block2__left{
	display: block;
	width: 50%;
	padding-right: 140px;
}
.block2__left p{
	display: block;
	width: 100%;
	max-width: 560px;
	margin-top: 20px;
	margin-bottom: 32px;
}
.block2__left ul{
	width: 100%;
	max-width: 560px;
}
.block2__left ul li{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
.block2__left ul li:last-child{
	margin-bottom: 0;
}
.block2__left ul li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #282E34;
	border-radius: 50%;
}
.block2__info{
	display: block;
	padding-top: 32px;
	margin-top: 32px;
	border-top: 2px solid #DFE5EB;
}
.block2__info p{
	display: block;
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.block2__info p:last-child{
	margin-bottom: 0;
}
.block2__right{
	display: block;
	width: 50%;
	height: 710px;
	position: relative;
}
.block2__right img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	object-fit: cover;
}
.block21{
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: url('../img/bg2-1.jpg') no-repeat center;
	background-size: cover;
}
.block21__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 70px;
}
.block21__left{
	display: block;
	width: 50%;
	padding-right: 140px;
}
.block21__left p{
	display: block;
	width: 100%;
	max-width: 560px;
	margin-top: 20px;
	margin-bottom: 32px;
}
.block21__left ul{
	width: 100%;
	max-width: 560px;
}
.block21__left ul li{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 1px;
}
.block21__left ul li:last-child{
	margin-bottom: 0;
}
.block21__left ul li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #282E34;
	border-radius: 50%;
}
.block21__info{
	display: block;
	padding-top: 32px;
	margin-top: 32px;
	border-top: 2px solid #DFE5EB;
}
.block21__info p{
	display: block;
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.block21__info p:last-child{
	margin-bottom: 0;
}
.block21__right{
	display: block;
	width: 50%;
	height: 710px;
	position: relative;
}
.block21__right img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	object-fit: cover;
}
.block22{
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: url('../img/bg2-2.jpg') no-repeat center;
	background-size: cover;
}
.block22__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 70px;
}
.block22__left{
	display: block;
	width: 50%;
	padding-right: 140px;
}
.block22__left p{
	display: block;
	width: 100%;
	max-width: 560px;
	margin-top: 20px;
	margin-bottom: 32px;
}
.block22__left ul{
	width: 100%;
	max-width: 560px;
}
.block22__left ul li{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
.block22__left ul li:last-child{
	margin-bottom: 0;
}
.block22__left ul li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #282E34;
	border-radius: 50%;
}
.block22__info{
	display: block;
	padding-top: 32px;
	margin-top: 32px;
	border-top: 2px solid #DFE5EB;
}
.block22__info p{
	display: block;
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.block22__info p:last-child{
	margin-bottom: 0;
}
.block22__right{
	display: block;
	width: 50%;
	height: 710px;
	position: relative;
}
.block22__right img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	object-fit: cover;
}
.block3{
	display: block;
	width: 100%;
	background: #DFE5EB
}
.block3__top{
	display: block;
	width: 100%;
	background: #DFE5EB url('../img/lines2.png') no-repeat center;
}
.block3__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
}
.block3__left{
	display: block;
	width: 50%;
}
.block3__left p {
	display: block;
	width: 100%;
	max-width: 560px;
	margin-top: 20px;
	margin-bottom: 32px;
}
.block3__left ul{
	width: 100%;
	max-width: 560px;
}
.block3__left ul li{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
.block3__left ul li:last-child{
	margin-bottom: 0;
}
.block3__left ul li:after{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #282E34;
	border-radius: 50%;
}
.block3__right{
	position: relative;
	width: 50%;
	padding: 0 70px;
	background: #282E34;
	margin-top: 24px;
}
.block3__right:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	background: #282E34;
}
.block3__right:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -83px;
	width: 100%;
	height: 84px;
	background: #282E34;
}
.block3__right:before{
	position: absolute;
	content: '';
	left: 0;
	top: -83px;
	width: 100%;
	height: 84px;
	background: #282E34;
}
.block3__title{
	display: block;
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}
.block3__right p{
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.block3__right a{
	color: #FFFFFF;
	font-weight: 700;
}
.block3__info2{
	display: block;
	margin-top: 32px;
	padding-top: 32px;
	border-top: 2px solid rgba(135, 154, 173, 0.5);
}
.block3__info2 p{
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 28px;
}
.block3__info2 p:last-child{
	margin-bottom: 0;
}
.block3__info2 p:after{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
}
.block3__info2 p:nth-child(1):after{
	background: url('../img/pin-wh.svg') no-repeat center;
}
.block3__info2 p:nth-child(2):after{
	background: url('../img/time.svg') no-repeat center;
}
.block3__bottom{
	display: block;
	width: 100%;
	padding-top: 70px;
}
.block3__bottom .block-title{
	text-align: center;
}
.block3__bottom .container{
	max-width: 1420px;
}
.block3__slider-wrap{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.block3__prev{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: -85px;
	width: 64px;
	height: 64px;
	background: transparent;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-left: 5px;
	outline: none;
	z-index: 2;
}
.block3__prev svg{
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #282E34;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.block3__prev:hover{
	border: 1px solid #282E34;
	background: #282E34;
}
.block3__prev:hover svg{
	fill: #ffffff;
}
.block3__next{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: -85px;
	width: 64px;
	height: 64px;
	background: transparent;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	outline: none;
	z-index: 2;
}
.block3__next svg{
	display: block;
	fill: #282E34;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.block3__next:hover{
	border: 1px solid #282E34;
	background: #282E34;
}
.block3__next:hover svg{
	fill: #ffffff;
}
.block3__slider{
	display: block;
	width: 100%;
}
.block3__slide{
	display: block;
	width: 335px;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
}
.block3__heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 158px;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 22px;
	background-color: #282E34;
	background-repeat: no-repeat;
}
.block3__num{
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #879AAD;
	margin-bottom: 24px;
}
.block3__job{
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}
.block3__fon1{
	background-image: url('../img/sl1.png');
	background-position: top center;
}
.block3__fon2{
	background-image: url('../img/sl2.png');
	background-position: top right;
}
.block3__txt{
	display: block;
	width: 100%;
	background: #DFE5EB url('../img/sl3.png') no-repeat top right;
	height: 230px;
	overflow: hidden;
	padding: 24px 30px 0 40px;
}
.block3__info{
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #879AAD;
}
.block3__txt p{
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #282E34;
}
.block3__btn{
	display: block;
	cursor: pointer;
	padding: 0 0 0 25px;
	position: relative;
	color: #282E34;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	background: transparent;
	border: 0;
	outline: none;
	opacity: 0.6;
	margin-top: 16px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.block3__btn:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('../img/plus.svg') no-repeat center;
}
.block3__btn:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	height: 1px;
	background: #282E34;
}
.block3__btn:hover{
	opacity: 1;
}
.block4{
	display: block;
	width: 100%;
	height: 850px;
	position: relative;
}
.block4__window{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	padding-top: 150px;
	padding-bottom: 150px;
	width: 50vw;
	background: #282E34 url('../img/contacts.png') no-repeat top right;
}
.block4__window-wrap{
	display: block;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.block4__window-wrap .block-title{
	color: #FFFFFF;
}
.block4__map{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.block4__link{
	display: block;
	position: relative;
	padding-left: 25px;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.block4__link:nth-child(2){
	margin-top: 32px;
}
.block4__link:last-child{
	margin-bottom: 0;
}
.block4__link:after{
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 16px;
	height: 26px;
}
.block4__link:nth-child(2):after{
	background: url('../img/pin.svg') no-repeat center;
}
.block4__link:nth-child(3):after{
	background: url('../img/call-phone.svg') no-repeat center;
}
.block4__link:nth-child(4):after{
	background: url('../img/mail.svg') no-repeat center;
}
.block4__btns{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}
.block4__btn{
	display: block;
	cursor: pointer;
	padding: 19px 40px;
	background: transparent;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #879AAD;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	outline: none;
}
.block4__btn:nth-child(2){
	margin-left: -1px;
}
.block4__btn:hover {
    background: #879AAD;
    color: #FFFFFF;
}
.block4__tab{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282E34 url(../img/contacts.png) no-repeat top right;
	z-index: 2;
	padding-top: 60px;
}
.block4__tab-wrap{
	display: block;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
}
.block4__back{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 176px;
	height: 66px;
	left: 0px;
	top: 0px;
	border: 1px solid #879AAD;
	box-sizing: border-box;
	background: transparent;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	cursor: pointer;
	margin-bottom: 32px;
	outline: none;
}
.block4__back svg{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.block4__back span{
	display: block;
	margin-left: 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.block4__back:hover{
	background: #879AAD;
}
.block4__back:hover span{
	color: #FFFFFF;
}
.block4__back:hover svg{
	fill: #ffffff;
}
.block4__tab-title{
	display: block;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.block4__heading{
	display: block;
	width: 100%;
	max-width: 560px;
	padding-left: 36px;
	position: relative;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}
.block4__heading:after{
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('../img/metro.svg') no-repeat center;
}
.block4__car{
	display: block;
	width: 100%;
	max-width: 560px;
	padding-left: 36px;
	position: relative;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
}
.block4__car:after{
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('../img/car.svg') no-repeat center;
}
.block4__txt{
	display: block;
	width: 100%;
	max-width: 560px;
	padding-left: 36px;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.block4__txt:last-child{
	margin-bottom: 0;
}
footer{
	display: block;
	width: 100%;
	background: #282E34;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer p{
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #879AAD;
}
.popup-overlay{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.show-slider{
	overflow: hidden;
}
.show-slider .popup-overlay{
	z-index: 11;
	opacity: 1;
}
.popup__wrap{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 12;
	width: 920px;
	background: #ffffff;
}
.popup__prev{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: -99px;
	width: 64px;
	height: 64px;
	background: #ffffff;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-left: 5px;
	outline: none;
	z-index: 2;
}
.popup__prev svg{
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #282E34;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.popup__prev:hover{
	border: 1px solid #282E34;
	background: #282E34;
}
.popup__prev:hover svg{
	fill: #ffffff;
}
.popup__next{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: -94px;
	width: 64px;
	height: 64px;
	background: #ffffff;
	border: 1px solid #879AAD;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	outline: none;
	z-index: 2;
}
.popup__next svg{
	display: block;
	fill: #282E34;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.popup__next:hover{
	border: 1px solid #282E34;
	background: #282E34;
}
.popup__next:hover svg{
	fill: #ffffff;
}
.popup__close{
	display: block;
	padding: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0;
	outline: none;
	position: absolute;
	top: -34px;
	right: -34px;
	background: url('../img/close.svg') no-repeat center;
	z-index: 2;
}
.popup__slider{
	display: block;
	width: 100%;
}
.popup__slide{
	display: block;
	width: 100%;
}
.popup__heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	/* height: 138px; */
	background: #282E34 url('../img/pp.png') no-repeat top right;
	padding: 0 20px 22px 20px;
}
.popup__num{
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #879AAD;
	margin-bottom: 0px;
}
.popup__job{
	display: block;
	font-weight: bold;
	/* font-size: 24px; */
	line-height: 32px;
	color: #FFFFFF;
}
.popup__txt{
	display: block;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	/* height: 454px; */
}
.popup__info{
	display: block;
	margin-top: 16px;
	/* margin-bottom: 6px; */
	/* font-weight: bold; */
	/* font-size: 12px; */
	/* line-height: 20px; */
	/* letter-spacing: 0.12em; */
	/* text-transform: uppercase; */
	color: #879AAD;
}
.popup__txt p{
	display: block;
	margin-top: 16px;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 16px;
	/* line-height: 26px; */
	color: #282E34;
}
.popup__txt ul{
	width: 100%;
}
.popup__txt ul li{
	display: block;
	width: 100%;
	position: relative;
	font-size: 13px;
	margin-bottom: -7px;
}

.popup__links{
	display: block;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 2px solid #DFE5EB;
}
.popup__links-title{
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 26px;
	color: #282E34;
	margin-bottom: 16px;
}
.popup__link{
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #282E34;
	margin-bottom: 12px;
	padding-left: 36px;
}
.popup__link:last-child{
	margin-bottom: 0;
}
.popup__link:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}
.popup__link:nth-child(2):after{
	background: url('../img/call-phone.svg') no-repeat center;
}
.popup__link:nth-child(3):after{
	background: url('../img/mail.svg') no-repeat center;
}
.popup__form-overlay{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 11;
}
.popup__form{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 12;
    width: 920px;
    background: #ffffff;
}
.popup__form-close{
	display: block;
	padding: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0;
	outline: none;
	position: absolute;
	top: -34px;
	right: -34px;
	background: url('../img/close.svg') no-repeat center;
	z-index: 14;
}
.popup__form-heading{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%;
	height: 138px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 22px;
	background: url('../img/form.png') no-repeat center;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}
.popup__form-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 32px;
	width: 100%;
}
.popup__input-wrap{
	display: block;
	width: 48.6%;
	margin-bottom: 24px;
}
.popup__input-wrap input{
	display: block;
	outline: none;
	width: 100%;
	height: 64px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance: none;
	appearance: none;
	background: #FFFFFF;
	border: 1px solid #C7CCD1;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	color: #282E34;
}
.popup__input-wrap input::-webkit-input-placeholder {
	color: #879AAD;
}
.popup__input-wrap input::-moz-placeholder {
	color: #879AAD;
}
.popup__input-wrap input:-ms-input-placeholder {
	color: #879AAD;
}
.popup__input-wrap input:-moz-placeholder {
	color: #879AAD;
}
.popup__textarea{
	display: block;
	outline: none;
	width: 100%;
	height: 104px;
	resize: none;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #C7CCD1;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	color: #282E34;
}
.popup__textarea::-webkit-input-placeholder {
	color: #879AAD;
}
.popup__textarea::-moz-placeholder {
	color: #879AAD;
}
.popup__textarea:-ms-input-placeholder {
	color: #879AAD;
}
.popup__textarea:-moz-placeholder {
	color: #879AAD;
}
.popup__submit-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	margin-top: 30px;
}
.popup__submit{
	display: block;
	cursor: pointer;
	border: 0;
	outline: none;
	width: 169px;
	height: 64px;
	border: 1px solid #282E34;
	background: #282E34;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.popup__submit:hover{
	background: #ffffff;
	color: #282E34;
}
.popup__submit-wrap p{
	display: block;
	margin-left: 24px;
	max-width: 300px;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	color: #879AAD;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.popup__sent{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.popup__tnx{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: calc(100% - 138px);
	height: -webkit-calc(100% - 138px);
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #282E34;
}
.block4__map-wrap{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
@media (max-width: 1439px){
	main{
		padding-top: 72px;
	}
	.block1__wrap, .block2__wrap{
		padding-top: 0;
	}
	.header__callback{
		margin-left: 20px;
	}
	.header__wrap{
		max-width: none;
		padding-right: 42px;
		padding-left: 240px;
	}
	.header__logo{
		left: 42px;
	}
	.container{
		max-width: none;
		padding-left: 42px;
		padding-right: 42px;
	}
	.block1{
		padding-top: 68px;
		padding-bottom: 55px;
	}
	.block1__right{
		padding-left: 90px;
	}
	.block-title{
		font-size: 32px;
		line-height: 40px;
	}
	.block1__right p{
		font-size: 16px;
		line-height: 24px;
		margin-top: 16px;
		margin-bottom: 24px;
	}
	.block1__right ul li{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.block1__right ul li:after {
		top: 4px;
	}
	.block1__left{
		height: 400px;
	}
	.block2{
		padding-top: 60px;
		padding-bottom: 55px;
	}
	.block2__left{
		padding-right: 90px;
	}
	.block2__left p{
		font-size: 16px;
		line-height: 24px;
		margin-top: 16px;
		margin-bottom: 24px;
	}
	.block2__left ul li{
		font-size: 14px;
		line-height: 20px;
	}
	.block2__left ul li{
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 20px;
	}
	.block2__info{
		margin-top: 24px;
		padding-top: 24px;
	}
	.block2__info p{
		margin-top: 0;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.block2__right{
		height: 470px;
	}
	.block3__top{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.block3__right{
		margin-top: 0;
		padding: 42px 30px;
	}
	.block3__right:before, .block3__right:after{
		display: none;
	}
	.block3__left{
		padding-right: 90px;
	}
	.block3__left p{
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 24px;
		max-width: none;
	}
	.block3__left ul{
		max-width: none;
	}
	.block3__left ul li{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.block3__title{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 24px;
	}
	.block3__right p{
		font-size: 14px;
		line-height: 20px;
	}
	.block3__info2{
		margin-top: 24px;
		padding-top: 24px;
	}
	.block3__info2 p{
		margin-bottom: 16px;
	}
	.block3__info2 p:after {
	    top: 1px;
	}
	.block3__heading{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 13px;
		height: 125px;
	}
	.block3__num{
		margin-bottom: 20px;
	}
	.block3__job{
		font-size: 18px;
		line-height: 26px;
	}
	.block3__txt{
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 15px;
		height: 206px;
	}
	.block3__txt p{
		font-size: 14px;
		line-height: 20px;
	}
	.block3__btn{
		font-size: 16px;
	}
	.block3__slide{
		margin-left: 5px;
		margin-right: 5px;
	}
	.block3__bottom .container{
		max-width: none;
		padding-right: 80px;
		padding-left: 80px;
	}
	.block3__prev{
		width: 48px;
		height: 48px;
		margin-top: -24px;
		left: -58px;
	}
	.block3__next{
		width: 48px;
		height: 48px;
		margin-top: -24px;
		right: -58px;
	}
	.block3__bottom{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.block4{
		height: 568px;
	}
	.block4__window{
		padding-top: 92px;
    	padding-bottom: 92px;
	}
	.block4__window-wrap, .block4__tab-wrap{
		width: 100%;
		max-width: none;
		padding-left: 42px;
		padding-right: 30px;
		margin: 0;
	}
	.block4__btn{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.block4__tab{
		padding-top: 40px;
	}
	.block4__back{
		height: 48px;
	}
	.block4__tab-title{
		font-size: 32px;
		line-height: 40px;
	}
	.block4__heading{
		font-size: 14px;
		line-height: 20px;
	}
	.block4__txt{
		font-size: 14px;
		line-height: 20px;
	}
	.popup__form{
		width: 780px;
	}
	.popup__form-heading{
		font-size: 18px;
		line-height: 26px;
		height: 133px;
	}
	.popup__form-content{
		padding-top: 25px;
	}
	.popup__input-wrap{
		width: 48.4%;
	}
	.popup__tnx{
		height: calc(100% - 133px);
		height: -webkit-calc(100% - 133px);
	}
	.block4__heading:after{
		top: 0;
	}
	.block4__car{
		font-size: 14px;
		line-height: 20px;
	}
	.block4__car:after{
		top: 0;
	}
	.header__menu li{
		margin-right: 35px;
	}
}
@media (max-width: 1100px){
	.popup__submit:hover{
		background: #282E34;
	    color: #FFFFFF;
	}
	.header__callback:hover{
		background: #879AAD;
	}
	.header__menu a:hover {
		color: #DFE5EB;
		border-bottom: 4px solid transparent;
	}
	.block4__back:hover {
	    background: transparent;
	}
	.block4__back:hover svg {
	    fill: #879AAD;
	}
	.block4__back:hover span {
	    color: #879AAD;
	}
	.block1__left{
		height: 346px;
	}
	.block2__right{
		height: 378px;
	}
	.block3__prev{
		left: -48px;
	}
	.block3__next{
		right: -45px;
	}
	.block3__next:hover, .block3__prev:hover{
	    background: transparent;
    	border: 1px solid #879AAD;
	}
	.block3__next:hover svg, .block3__prev:hover svg{
	    fill: #282E34;
	}
	.block3__bottom .container{
		max-width: 902px;
		padding-right: 0;
		padding-left: 0;
	}
	.block4__btn:hover {
	    background: transparent;
	    color: #879AAD;
	}
	.header__menu{
		display: none;
		position: fixed;
		top: 64px;
		left: 0;
		width: 100%;
		height: calc(100vh - 64px);
		height: -webkit-calc(100vh - 64px);
		z-index: 10;
		background: #ffffff;
		padding-left: 42px;
		padding-right: 42px;
	}
	.header__menu a{
		margin-right: 0;
		padding-top: 40px;
		padding-bottom: 40px;
		border-bottom: 2px solid #DFE5EB;
		font-size: 20px;
		text-align: center;
		color: #282E34;
	}
	main{
		padding-top: 64px;
	}
	header{
		border-bottom: 2px solid rgba(223, 229, 235, 0.1);
	}
	.header__wrap{
		padding-top: 2px;
		height: 62px;
		padding-left: 42px;
	}
	.header__logo{
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
    	-ms-transform: none;
    	transform: none;
	}
	.header__burger{
		display: block;
		width: 24px;
		height: 24px;
		margin-left: 35px;
		position: relative;
		border: 0;
		background: transparent;
		outline: none;
		padding: 0;
	}
	.header__line{
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFFFFF;
		border-radius: 4px;
		-webkit-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
		transform-origin: 0 50%;
	}
	.header__line--1{
		top: 6px;
	}
	.header__line--2{
		top: 11px;
	}
	.header__line--3{
		bottom: 6px;
		width: 15px;
	}
	.ovh .header__line--1{
		-webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 2px;
        background: #282E34;
	}
	.ovh .header__line--2{
		opacity: 0;
	}
	.ovh .header__line--3{
		-webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
        bottom: 3px;
        background: #282E34;
	}
	.ovh header{
		background: #ffffff;
	}
	.ovh .header__nav a{
		color: #282E34;
	}
	.ovh .header__nav p{
		color: #879AAD;
	}
	.popup__wrap{
		width: 780px;
	}
	.popup__job{
		font-size: 24px;
		line-height: 32px;
	}
	.popup__heading{
		height: 133px;
	}
	.popup__txt{
		padding-top: 25px;
		height: 420px;
	}
	.popup__txt p{
		font-size: 14px;
		line-height: 24px;
	}
	.popup__links-title{
		font-size: 16px;
		line-height: 24px;
	}
	.popup__link{
		font-size: 14px;
	}
	.popup__prev{
		width: 48px;
		height: 48px;
		margin-top: -24px;
	}
	.popup__next{
		width: 48px;
		height: 48px;
		margin-top: -24px;
	}
	.popup__next:hover, .popup__prev:hover{
	    background: #ffffff;
    	border: 1px solid #879AAD;
	}
	.popup__next:hover svg, .popup__prev:hover svg{
	    fill: #282E34;
	}
	.header__menu li{
		margin-right: 0;
	}

}
@media (max-width: 1023px){
	.block1{
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.block1__wrap{
		display: block;
	}
	.block1__left{
		width: 100%;
		max-width: 512px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.block1__left img{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
	}
	.block1__right{
		padding-left: 0;
		width: 100%;
	}
	.block-title{
		font-size: 24px;
		line-height: 32px;
	}
	.block2{
		padding-top: 40px;
		padding-bottom: 0;
		overflow: visible;
	}
	.block2__wrap{
		display: block;
	}
	.block2__left{
		padding-right: 0;
		width: 100%;
	}
	.block2__right{
		width: 100%;
		max-width: 512px;
		margin-left: auto;
		margin-right: auto;
	}
	.block2__right img{
		width: 100%;
		top: 34px;
	}
	.block2__left p, .block2__left ul{
		max-width: none;
	}
	.block21{
	padding-top: 40px;
	padding-bottom: 0;
	overflow: visible;
}
.block21__wrap{
	display: block;
}
.block21__left{
	padding-right: 0;
	width: 100%;
}
.block21__right{
	width: 100%;
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
}
.block21__right img{
	width: 100%;
	top: 34px;
}
.block21__left p, .block21__left ul{
	max-width: none;
}
.block22{
	padding-top: 40px;
	padding-bottom: 0;
	overflow: visible;
}
.block22__wrap{
	display: block;
}
.block22__left{
	padding-right: 0;
	width: 100%;
}
.block22__right{
	width: 100%;
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
}
.block22__right img{
	width: 100%;
	top: 34px;
}
.block22__left p, .block22__left ul{
	max-width: none;
}
	.block3__top{
		padding-top: 44px;
		padding-bottom: 0;
	}
	.block3__wrap{
		display: block;
	}
	.block3__left{
		padding-right: 0;
		width: 100%;
	}
	.block3__right{
		width: 100%;
		margin-top: 35px;
		padding-top: 35px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 0;
	}
	.block3__right:after{
		display: block;
		bottom: -33px;
	    height: 33px;
	}
	.block3__bottom{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.block3__slider-wrap{
		margin-top: 22px;
	}
	.block3__slide{
		margin-left: 10px;
		margin-right: 10px;
	}
	.block3__slider-wrap{
		width: 704px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 70px;
	}
	.block3__prev{
		top: auto;
		left: auto;
		margin-top: 0;
		right: 51.5%;
		bottom: 0;
	}
	.block3__next{
		top: auto;
		right: auto;
		margin-top: 0;
		left: 51.5%;
		bottom: 0;
	}
	.block4__link:nth-child(2){
		margin-top: 24px;
	}
	.block4__link{
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 20px;
	}
	.block4__btns{
		margin-top: 24px;
	}
	.block4__btn{
		padding-left: 20px;
		padding-right: 20px;
	}
	.block4__link:after{
		height: 20px;
	}
	.block3__txt{
		height: 146px;
	}
	.popup__wrap{
		width: 566px;
	}
	.popup__prev{
		left: -83px;
	}
	.popup__next{
		right: -78px;
	}
	.popup__job{
		font-size: 18px;
		line-height: 26px;
	}
	.popup__txt{
		height: 492px;
	}
	.popup__form{
		width: 566px;
	}
	.popup__form-heading{
		padding-left: 38px;
		padding-right: 38px;
		padding-bottom: 23px;
		background: url('../img/form-768.png') no-repeat center;
	}
	.popup__form-content{
		padding-left: 38px;
		padding-right: 38px;
	}
	.popup__submit-wrap p{
		max-width: 280px;
	}
	.block4__window {
	    padding-top: 119px;
	    padding-bottom: 119px;
	}
	.block4__back{
		margin-bottom: 24px;
	}
	.block4__tab-title{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	.block4__btn {
	    font-size: 16px;
	}

}
@media (max-width: 767px){
	.header__menu li:first-child{
		display: block;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 2px solid #DFE5EB;
	}
	.header__wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	main{
		padding-top: 50px;
	}
	.header__wrap{
		height: 48px;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__nav a{
		font-size: 16px;
		line-height: 20px;
		width: 100%;
	}
	.header__nav p{
		font-size: 10px;
		line-height: 12px;
	}
	.header__menu {
		padding-top: 38px;
	    top: 50px;
	    height: calc(100vh - 50px);
	    height: -webkit-calc(100vh - 50px);
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.header__menu a{
		padding-top: 20px;
		padding-bottom: 20px;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__menu li:last-child{
		margin-right: auto;
	}
	.container{
		max-width: 430px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.block1__left{
		max-width: none;
		margin-bottom: 30px;
		height: auto;
	}
	.block1__left img{
		height: auto;
	}
	.block1__right p{
		margin-bottom: 16px;
	}
	.block1__right ul li{
		margin-bottom: 8px;
	}
	.block2__left p{
		margin-bottom: 16px;
	}
	.block2__left ul li{
		margin-bottom: 8px;
	}
	.block2__info {
	    margin-top: 16px;
	    padding-top: 16px;
	}
	.block2__right{
		height: auto;
		margin-top: 25px;
	}
	.block2__right img{
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		max-width: 100%;
	}
	.block2{
		padding-bottom: 40px;
	}
	.block21__left p{
	margin-bottom: 16px;
}
.block21__left ul li{
	margin-bottom: 8px;
}
.block21__info {
		margin-top: 16px;
		padding-top: 16px;
}
.block21__right{
	height: auto;
	margin-top: 25px;
}
.block21__right img{
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	max-width: 100%;
}
.block21{
	padding-bottom: 40px;
}
.block22__left p{
	margin-bottom: 16px;
}
.block22__left ul li{
	margin-bottom: 8px;
}
.block22__info {
		margin-top: 16px;
		padding-top: 16px;
}
.block22__right{
	height: auto;
	margin-top: 25px;
}
.block22__right img{
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	max-width: 100%;
}
.block22{
	padding-bottom: 40px;
}
	.block3__top{
		padding-top: 40px;
	}
	.block3__left p{
		margin-bottom: 16px;
	}
	.block3__right {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.block3__right:after{
	    bottom: -40px;
	    height: 40px;
	}
	.block3__title{
		margin-bottom: 16px;
	}
	.block3__info2 {
	    margin-top: 16px;
	    padding-top: 16px;
	}
	.block3__info2 p{
		margin-bottom: 8px;
	}
	.block3__slider-wrap{
		width: 290px;
	}
	.block3__slide{
		margin-left: 0;
		margin-right: 0;
	}
	.block4{
		height: auto;
	}
	.block4__map{
		height: 320px;
	}
	.block4__window {
	    display: block;
	    position: relative;
	    left: auto;
	    top: auto;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    z-index: 1;
	    padding-left: 15px;
	    padding-right: 15px;
	    width: 100%;
	}
	.block4__window-wrap, .block4__tab-wrap{
		padding: 0;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.block4__link:nth-child(2){
		margin-top: 16px;
	}
	.block4__link{
		margin-bottom: 8px;
	}
	.block4__btns {
	    margin-top: 16px;
	}
	.block4__btn {
	    padding-left: 16px;
	    padding-right: 16px;
	}
	.block3__txt {
	    height: 175px;
	}
	.popup__wrap {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    z-index: 12;
	    width: 100%;
	    height: 100vh;
	    background: #ffffff;
	    overflow-y: auto;
	}
	.popup__close{
		top: 15px;
		right: 15px;
	}
	.popup__heading{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 13px;
		height: 103px;
	}
	.popup__num{
		margin-bottom: 14px;
	}
	.popup__txt{
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 80px;
	}
	.popup__next {
	    display: none;
	}
	.popup__prev {
	    display: none;
	}
	.header__burger{
		margin-left: 16px;
	}
	.header__callback{
		display: none;
	}
	.block4__tab{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
	}
	.block4__back{
		margin-bottom: 16px;
	}
	.block4__tab-title{
		margin-bottom: 16px;
	}
	.block4__heading{
		padding-left: 26px;
	}
	.block4__txt, .block4__car{
		padding-left: 26px;
	}
	.header__logo img{
		width: 93px;
		height: 25px;
		object-fit: contain;
	}
	.header__callback--mobile{
		display: block;
		margin-bottom: 20px;
	}
	.header__menu a:nth-child(2){
		border-top: 2px solid #DFE5EB;
	}
	.popup__form{
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 120px;
	}
	.popup__form-content{
		padding: 15px 15px 0 15px;
	}
	.popup__form-heading{
		height: 103px;
		padding-bottom: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup__form-close {
	    top: 15px;
	    right: 15px;
	}
	.popup__input-wrap{
		width: 100%;
		margin-bottom: 24px;
	}
	.popup__input-wrap input{
		height: 40px;
	}
	.popup__textarea{
		padding: 8px 20px;
		height: 80px;
	}
	.popup__submit-wrap{
		display: block;
		margin-top: 24px;
	}
	.popup__submit{
		width: 100%;
		height: 48px;
	}
	.popup__submit-wrap p{
		margin-top: 10px;
		max-width: none;
		width: 100%;
		margin-left: 0;
	}
}
