@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Montserrat";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Montserrat";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	background: #fff;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

._container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.pretitle {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #0873b9;
	position: relative;
	display: inline-block;
	padding: 0px 100px 0px 0px;
}
.pretitle::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 70px;
	height: 2px;
	background: #0873b9;
}

.blocktitle > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.title {
	font-family: Montserrat;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	color: #1d2337;
}
@media (max-width: 1919px) {
	.title {
		font-size: calc(26px + 14 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.title {
		font-size: 42px;
	}
}

.btn {
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 40px;
	border: 1px solid #0873b9;
	border-radius: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #1d2337;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #0873b9;
		color: #fff;
	}
}

.link {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #1d2337;
}

.text {
	font-family: Montserrat;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	color: #1d2337;
}

.arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.arrow img {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 41px;
	margin: 0px 0px 0px 20px;
	left: 0;
}
@media (min-width: 1024px) {
	.arrow:hover img {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		left: 10px;
	}
}
.header {
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
	.header {
		z-index: 4;
	}
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1024px) {
	.header__row {
		padding: 15px 0px;
	}
}

.header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 170px;
	        flex: 0 0 170px;
	position: relative;
}
.header__logo img {
	width: 100%;
}
@media (max-width: 1024px) {
	.header__logo {
		margin: 0px 40px 0px 0px;
	}
}

.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 380px;
	max-width: 100%;
	position: relative;
	padding: 0px 0px 0px 50px;
	color: #ffffff;
}
.header__contacts::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 30px;
	height: 2px;
	background: #fff;
}
@media (max-width: 760px) {
	.header__contacts::before {
		display: none;
	}
}
.header__contacts > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 1230px) {
	.header__contacts > *:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 1024px) {
	.header__contacts > *:not(:last-child) {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 760px) {
	.header__contacts > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}
@media (max-width: 1230px) {
	.header__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: auto;
		max-width: auto;
	}
}
@media (max-width: 1024px) {
	.header__contacts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 500px;
		        flex: 0 1 500px;
		padding: 0px 80px 0px 50px;
	}
}
@media (max-width: 760px) {
	.header__contacts {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		-ms-flex-item-align: start;
		    -ms-grid-row-align: start;
		    align-self: start;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0px 0px 60px 0px;
	}
}

.header__tel {
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
}
@media (max-width: 760px) {
	.header__tel {
		color: #000;
	}
}

.header__email {
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
@media (max-width: 760px) {
	.header__email {
		color: #000;
	}
}

.menu {
	padding: 0px 0px 0px 30px;
	background: #fff;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 500px;
	        flex: 0 1 500px;
}
.menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	width: 100vw;
	height: 100%;
	background: #fff;
}
@media (max-width: 1024px) {
	.menu::before {
		display: none;
	}
}
@media (max-width: 1024px) {
	.menu {
		padding: 0;
		height: auto;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.menu__list {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.menu__list li {
	margin: 0px 45px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	color: #1d2337;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu__link._active::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 80%;
	height: 2px;
	background-color: #0873b9;
}
.menu__link::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 0px;
	height: 2px;
	background-color: #0873b9;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.menu__link:hover::before {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		width: 80%;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: calc(100% - 15px);
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 125px 15px 50px 15px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 760px) {
	.menu__body {
		padding: 25px 15px 50px 15px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 40px;
		height: 13px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		background-color: #0873b9;
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}

/*
body {
	&._lock {
		overflow: hidden;
		.header {
			left: -7.5px;
		}
	}
}
*/
body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%;
	max-width: 900px;
	border-radius: 20px;
}
.lock .popup__content {
	visibility: visible;
}

.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/icons/close.svg") no-repeat;
	background-size: contain;
}

.callback-popup .popup__content {
	max-width: 730px;
}
.popup-video .popup__content {
	max-width: 1500px;
}
.popup-video .popup__close {
	top: -35px;
	right: 5px;
	width: 30px;
	height: 30px;
}
@media (max-width: 1400px) {
	.popup-video .popup__close {
		right: 0px;
		top: 0px;
	}
}
.popup-video iframe, .popup-video video {
	width: 100%;
	height: calc(100vh - 100px);
}

.footer {
	position: relative;
	z-index: 3;
	background: #fff;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	color: #999ba3;
	padding: 35px 0px;
}
@media (max-width: 700px) {
	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.footer__row {
		padding: 40px 0px;
	}
}

.footer__copy {
	padding: 0px 20px 0px 0px;
}
@media (max-width: 700px) {
	.footer__copy {
		margin: 0px 0px 30px 0px;
		padding: 0;
	}
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 20px 0px 0px;
}
.footer__links > *:not(:last-child) {
	margin: 0px 30px 0px 0px;
}
@media (max-width: 700px) {
	.footer__links > *:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}
}
.footer__links a {
	color: #1d2337;
	white-space: nowrap;
}
@media (min-width: 1024px) {
	.footer__links a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 1024px) {
	.footer__links {
		padding: 0;
	}
}
@media (max-width: 700px) {
	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media (max-width: 1024px) {
	.footer__madeby {
		display: none;
	}
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	resize: none;
	min-height: 100px;
}
@media (max-width: 480px) {
	textarea {
		min-height: 70px;
	}
}

.input {
	width: 100%;
	border-bottom: 2px solid #0873b9;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	color: #1d2337;
	padding: 10px 0px;
}
@media (max-width: 480px) {
	.input {
		padding: 5px 0px;
	}
}

.form__label {
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	color: #1d2337;
}

.form__item {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.form-sent-msg {
	position: fixed;
	z-index: 5;
	top: -100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	padding: 15px;
	background: #06CF27;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
	box-shadow: 0px 5px 32px 5px rgba(146, 146, 146, 0.5);
}
.form-sent-msg p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.form-sent-msg._active {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 20px;
}

.ask-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 370px;
	margin: 0 auto;
}
.ask-form .form__btn {
	margin: 45px 0 0px 0;
}

.ask-form__title {
	-ms-flex-item-align: start;
	    -ms-grid-row-align: start;
	    align-self: start;
	display: inline-block;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0873b9;
	margin: 0px 0px 40px 0px;
	position: relative;
}
.ask-form__title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 25px);
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 70px;
	height: 2px;
	background-color: #0873b9;
}

.hero {
	position: relative;
	min-height: 850px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 820px) {
	.hero {
		min-height: 650px;
	}
}
@media (max-width: 480px) {
	.hero {
		min-height: -webkit-fill-available;
	}
}

.hero_page {
	min-height: 500px;
}
@media (min-width: 1921px) {
	.hero_page {
		min-height: calc(500px + 100 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero_page {
		min-height: 300px;
	}
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.hero__content {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 480px) {
	.hero__content {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.hero__row {
	width: 620px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.hero__block {
	max-width: 620px;
}
@media (max-width: 480px) {
	.hero__block {
		padding: 25% 0px 40px 0px;
	}
}

.hero__title {
	font-size: 70px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1919px) {
	.hero__title {
		font-size: calc(46px + 24 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__title {
		font-size: 30px;
	}
}

.hero__subtitle {
	font-family: Montserrat;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
}
@media (max-width: 1919px) {
	.hero__subtitle {
		font-size: calc(14px + 16 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__subtitle {
		font-size: 14px;
	}
}

.hero__buttonblock {
	position: relative;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.hero__buttonblock::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% - 31px);
	width: 100vw;
	height: 100%;
	background: #0873b9;
}

.hero__callback {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	height: 100%;
	background-color: #0873b9;
	padding: 0px 45px 0px 0px;
}

.about {
	background: #eef3fb;
	padding: 135px 0px;
}
@media (max-width: 820px) {
	.about {
		padding: 120px 0px;
	}
}
@media (max-width: 480px) {
	.about {
		padding: 100px 0px;
	}
}

.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 820px) {
	.about__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.about__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0px 20px 0px 0px;
}
@media (max-width: 820px) {
	.about__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 60px 0px;
	}
}

.about__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
@media (max-width: 820px) {
	.about__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 0px 0px 0px 100px;
	}
}

.about__text {
	margin: 0px 0px 20px 0px;
}

.why {
	position: relative;
}

.why__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.why__bg img {
	width: 100%;
	max-width: 1250px;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.why__content {
	position: relative;
	padding: 140px 0px 0 0;
}
.why__content ._container {
	position: relative;
}
@media (max-width: 820px) {
	.why__content {
		padding: 120px 0px 0 0;
	}
}

.why__blocktitle {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.333%;
}
@media (max-width: 1024px) {
	.why__blocktitle {
		width: calc(50% - 40px);
	}
}
@media (max-width: 820px) {
	.why__blocktitle {
		padding: 30px 0px 0px 0px;
	}
}
@media (max-width: 700px) {
	.why__blocktitle {
		position: relative;
		width: auto;
		margin: 0px 0px 40px 0px;
	}
}

.why__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -14px;
	position: relative;
}
@media (max-width: 820px) {
	.why__items {
		margin: -30px;
	}
}
@media (max-width: 480px) {
	.why__items {
		margin: -15px;
	}
}

.why-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 14px;
}
.why-item:nth-child(2) {
	margin: 120px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.why-item:nth-child(2) {
		margin: 0;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, 50%);
		    -ms-transform: translate(0, 50%);
		        transform: translate(0, 50%);
	}
}
@media (max-width: 700px) {
	.why-item:nth-child(2) {
		top: 0;
		-webkit-transform: translate(0);
		    -ms-transform: translate(0);
		        transform: translate(0);
	}
}
.why-item:nth-child(3) {
	margin: 240px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.why-item:nth-child(3) {
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.why-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 820px) {
	.why-item {
		padding: 30px;
	}
}
@media (max-width: 700px) {
	.why-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
@media (max-width: 480px) {
	.why-item {
		padding: 15px;
	}
}

.why-item_blue .why-item__row {
	background-color: #0873b9;
}
.why-item_blue .why-item__text {
	color: #fff;
}
.why-item_blue .why-item__title {
	color: #fff;
}

.why-item__row {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(117, 132, 154, 0.3);
	        box-shadow: 0px 10px 40px 0px rgba(117, 132, 154, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px;
	text-align: center;
	min-height: 350px;
}
@media (max-width: 1024px) {
	.why-item__row {
		height: 100%;
	}
}
@media (max-width: 820px) {
	.why-item__row {
		min-height: 310px;
	}
}
@media (max-width: 480px) {
	.why-item__row {
		padding: 15px 35px;
		min-height: 290px;
	}
}

.why-item__img {
	width: 100px;
	margin: 0px 0px 40px 0px;
}
.why-item__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.why-item__img {
		margin: 0px 0px 30px 0px;
		width: 70px;
	}
}

.why-item__title {
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 25px 0px;
	text-transform: uppercase;
}

.why-item__text {
	color: #1d2337;
}

.why__callback {
	position: absolute;
	bottom: 60px;
	left: 30px;
	width: calc(50% - 40px);
}
@media (max-width: 1024px) {
	.why__callback {
		left: unset;
		right: 30px;
		padding: 0px 0px 0px 20px;
	}
}
@media (max-width: 700px) {
	.why__callback {
		position: relative;
		width: 100%;
		bottom: 0;
		margin: 40px 0px 0px 0px;
		padding: 0;
		right: 0;
	}
}
@media (max-width: 480px) {
	.why__callback {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.services {
	padding: 130px 0px 0px 0px;
	padding: 70px 0px 0px 0px;
}

.services__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 130px 0;
	position: relative;
}
.services__row::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 450px;
	width: 100%;
	height: 100%;
	background: #eef3fb;
}
@media (max-width: 1919px) {
	.services__row::before {
		left: calc(0px + 450 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.services__row::before {
		left: 0;
		height: 80%;
	}
}
@media (max-width: 480px) {
	.services__row::before {
		height: 90%;
	}
}
@media (max-width: 1024px) {
	.services__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0px 0px 50px 0px;
	}
}
@media (max-width: 480px) {
	.services__row {
		padding: 0px 0px 100px 0px;
	}
}

.services__img {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 720px;
	        flex: 0 1 720px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 31% 0px;
}
.services__img img {
	width: 100%;
}
@media (max-width: 1230px) {
	.services__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 450px;
		        flex: 0 1 450px;
	}
}
@media (max-width: 1024px) {
	.services__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0 80px 0px;
		padding: 0px 0px 62% 0px;
		width: 80%;
		overflow: hidden;
	}
	.services__img img {
		-o-object-position: right -20%;
		   object-position: right -20%;
		-webkit-transform: scale(1.28);
		    -ms-transform: scale(1.28);
		        transform: scale(1.28);
	}
}
@media (max-width: 480px) {
	.services__img {
		margin: 0px 0 80px 0px;
		width: calc(100% - 15px);
	}
}

.services__right {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 670px;
	        flex: 0 1 670px;
	margin: 0px calc((100vw - 1170px) / 2) 0px 0px;
}
@media (max-width: 1230px) {
	.services__right {
		margin: 0 auto;
		padding: 0px 30px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.services__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		padding: 0px 30px;
	}
}

.services__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 100px 0px;
}
@media (max-width: 820px) {
	.services__head {
		margin: 0px 0px 85px 0px;
	}
}
@media (max-width: 700px) {
	.services__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0px 0px 45px 0px;
	}
}

.services__blocktitle {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 700px) {
	.services__blocktitle {
		margin: 0px 0px 40px 0px;
	}
}

.services__headtext {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 360px;
	        flex: 0 1 360px;
	color: #535867;
}
@media (max-width: 700px) {
	.services__headtext {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.services__list li {
	border-top: 1px solid #d5dae3;
	padding: 15px 0px;
	color: #1d2337;
}
.services__list li:last-child {
	border-bottom: 1px solid #d5dae3;
}

.services__btn {
	margin: 50px 0px 0px 0px;
}
@media (max-width: 480px) {
	.services__btn {
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

.news {
	padding: 135px 0px 0px 0px;
}
@media (max-width: 820px) {
	.news {
		padding: 120px 0px 0 0;
	}
}
@media (max-width: 480px) {
	.news {
		padding: 100px 0px 0px 0px;
	}
}

.news__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: -15px;
}
@media (max-width: 480px) {
	.news__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.news-item {
	position: relative;
	padding: 15px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
.news-item h4 {
	margin: 0px 0px 25px 0px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #1d2337;
}
.news-item a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 820px) {
	.news-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.news-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
@media (min-width: 1024px) {
	.news-item:hover .news-item__img img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.news-item__img {
	position: relative;
	padding: 0px 0px 65% 0px;
	margin: 0px 0px 20px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.news-item__img img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.news-item__date {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
}
.news-item__date span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.news-item__pre {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #0873b9;
}

@media (max-width: 480px) {
	.news-item__text {
		display: none;
	}
}

.contacts {
	padding: 130px 0px 0px 0px;
}
@media (max-width: 820px) {
	.contacts {
		padding: 120px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	.contacts {
		padding: 100px 0px 0px 0px;
	}
}

.contacts__content {
	position: relative;
	padding: 130px 0px 0 0;
}
.contacts__content::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: calc((100vw - 970px) / 2);
	right: 470px;
	width: 100%;
	height: 100%;
	background: #eef3fb;
}
@media (min-width: 1921px) {
	.contacts__content::before {
		right: 30%;
	}
}
@media (max-width: 1919px) {
	.contacts__content::before {
		right: calc(0px + 470 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.contacts__content::before {
		right: 0;
		height: 75%;
	}
}
@media (max-width: 700px) {
	.contacts__content::before {
		height: 80%;
	}
}
@media (max-width: 1230px) {
	.contacts__content {
		margin: 0px -30px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.contacts__content {
		padding: 0px 0px 120px 0px;
	}
}
@media (max-width: 480px) {
	.contacts__content {
		padding: 0px 0px 100px 0px;
	}
}

.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1024px) {
	.contacts__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.contacts__left {
	position: relative;
	padding: 0px 40px 0px 0px;
}

.contacts__blocktitle {
	margin: 0px 0px 65px 0px;
}
@media (max-width: 480px) {
	.contacts__blocktitle {
		margin: 0px 0px 45px 0px;
	}
}

.contacts__block {
	max-width: 460px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 65px 0px;
}
.contacts__block > *:not(:last-child) {
	margin: 0px 70px 0px 0px;
}
@media (max-width: 480px) {
	.contacts__block > *:not(:last-child) {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 1024px) {
	.contacts__block {
		margin: 0 auto 65px auto;
	}
}
@media (max-width: 480px) {
	.contacts__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.contacts__info > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.contacts__phone > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}
.contacts__phone span {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #1d2337;
}
.contacts__phone a {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #1d2337;
	white-space: nowrap;
}

.contacts__email > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}
.contacts__email span {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #1d2337;
}
.contacts__email a {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	color: #0873b9;
	white-space: nowrap;
}

.contacts__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 430px;
}
@media (max-width: 1024px) {
	.contacts__buttons {
		margin: 0 auto;
	}
}

.contacts__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 568px;
	        flex: 0 1 568px;
	padding: 0px 0px 44% 0px;
	position: relative;
}
.contacts__img img {
	width: 100%;
}
@media (max-width: 1024px) {
	.contacts__img {
		margin: 0px 0px 85px 20%;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}
@media (max-width: 480px) {
	.contacts__img {
		padding: 0px 0px 65% 0px;
		margin: 0 auto 65px auto;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.contacts__btn {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.contacts__link {
		display: none;
	}
}

.avserv {
	padding: 50px 0px 0px 0px;
}

.avserv__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.avserv__img {
		margin: 0px -10px 0px 0px;
	}
}

.avserv__block {
	margin: -40px 0px 0px 0px;
	max-width: 560px;
}
.avserv__block > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 1230px) {
	.avserv__block {
		margin: 40px 0px 0px 0px;
	}
}

.engine {
	padding: 140px 0px 0px 0px;
}
@media (max-width: 480px) {
	.engine {
		padding: 100px 0px 0px 0px;
	}
}

.engine__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 100px 0px 100px 0px;
}
.engine__row::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 100%;
	height: 100%;
	background: #eef3fb;
}
@media (max-width: 760px) {
	.engine__row::before {
		left: -30px;
		height: 80%;
	}
}
.engine__row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #eef3fb;
}
@media (max-width: 760px) {
	.engine__row::after {
		left: calc(100% - 30px);
		height: 80%;
	}
}
@media (max-width: 1230px) {
	.engine__row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 760px) {
	.engine__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0px 0px 100px 0px;
	}
}

.engine__img {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 570px;
	        flex: 0 1 570px;
	margin: -100px 40px 0px 0px;
}
.engine__img img {
	width: 100%;
}
@media (max-width: 760px) {
	.engine__img {
		margin: 0px 0px 40px 0px;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.engine__right {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 455px;
	        flex: 0 1 455px;
}
.engine__right > *:not(:last-child) {
	margin: 0px 0px 65px 0px;
}
@media (max-width: 760px) {
	.engine__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.engine__text > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.engine__line {
	width: 70px;
	height: 2px;
	background-color: #0873b9;
}

.engine__wecan {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #1d2337;
}

.advantages {
	padding: 135px 0px 0px 0px;
}
@media (max-width: 480px) {
	.advantages {
		padding: 100px 0px 0px 0px;
	}
}

.advantages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px;
}

.advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 30px;
	text-align: center;
}
.advantages__item h4 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
}
.advantages__item .text {
	max-width: 290px;
}
@media (max-width: 700px) {
	.advantages__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.advantages__img {
	width: 100px;
	margin: 0px 0px 45px 0px;
}
.advantages__img img {
	width: 100%;
}
@media (max-width: 820px) {
	.advantages__img {
		width: 70px;
		margin: 0px 0px 30px 0px;
	}
}

.contpage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	background: url("../img/contpage/bggg.jpg") no-repeat;
background-color: #16466e;
    background-position: center 100px;
	background-size: cover;
}
.contpage .menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000vh;
	background: #fff;
}
@media (max-width: 1024px) {
	.contpage .menu::after {
		display: none;
	}
}
@media (max-width: 1024px) {
	.contpage {
		min-height: auto;
		background: none;
	}
}
@media (max-width: 480px) {
	.contpage {
		min-height: auto;
		height: auto;
	}
}

.contpage__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contpage__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.contpage__content {
	position: relative;
	z-index: 3;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.contpage__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.contpage__row {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1024px) {
	.contpage__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.contpage__left {
	text-shadow: 0 0 5px #2d7bb0;
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px calc((100vw - 1170px) / 2);
	padding: 100px 40px 100px 0px;
}
.contpage__left .contacts__block {
	margin: 0px 0px 40px 0px;
}
.contpage__left .contacts__addr,
.contpage__left .contacts__info,
.contpage__left .contacts__phone,
.contpage__left .contacts__email {
	color: #fff;
}
.contpage__left .contacts__addr a, .contpage__left .contacts__addr span,
.contpage__left .contacts__info a,
.contpage__left .contacts__info span,
.contpage__left .contacts__phone a,
.contpage__left .contacts__phone span,
.contpage__left .contacts__email a,
.contpage__left .contacts__email span {
	color: #fff;
}
@media (max-width: 1230px) {
	.contpage__left {
		margin: 0px 0px 0px 30px;
	}
}
@media (max-width: 1024px) {
	.contpage__left {
		margin: 0 auto;
		padding: 50px 15px 70px 15px;
	}
	.contpage__left::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -100px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: calc(100vw + 1px);
		height: calc(100% + 100px);
		background: url("../img/contpage/bg.jpg") no-repeat;
		background-size: cover;
	}
}

.contpage__title {
	font-family: Montserrat;
	font-size: 70px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 110px 0px;
}
@media (max-width: 1919px) {
	.contpage__title {
		font-size: calc(40px + 30 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.contpage__title {
		margin: 0px 0px 40px 0px;
	}
}

.contpage__callback {
	color: #fff;
}

.contpage__right {
	margin: 0px calc((100vw - 1170px) / 2) 0 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 500px;
	        flex: 0 0 500px;
	padding: 100px 0px 100px 130px;
	position: relative;
}
.contpage__right::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	left: calc(100% - 1px);
	width: 100vw;
	height: 101%;
	background: #fff;
}
@media (max-width: 1024px) {
	.contpage__right::after {
		display: none;
	}
}
@media (max-width: 1400px) {
	.contpage__right {
		padding: 150px 0px 100px 30px;
	}
}
@media (max-width: 1230px) {
	.contpage__right {
		margin: 0px 30px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.contpage__right {
		margin: 0px -30px;
		padding: 150px 30px 100px 30px;
	}
}
@media (max-width: 480px) {
	.contpage__right {
		padding: 70px 45px 100px 45px;
	}
}

.sectors {
	padding: 130px 0px 0px 0px;
}
@media (max-width: 480px) {
	.sectors {
		padding: 100px 0px 0px 0px;
	}
}

.sectors__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px 0px 125px 0px;
}
@media (max-width: 760px) {
	.sectors__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0px 0px 70px 0px;
	}
}

.sectors__blocktitle {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 400px;
	        flex: 0 1 400px;
	margin: 0px 20px 0px 0px;
}
@media (max-width: 760px) {
	.sectors__blocktitle {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 20px 0px;
	}
}

.sectors__text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 565px;
	        flex: 0 1 565px;
}
@media (max-width: 760px) {
	.sectors__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.sectors__row > *:not(:last-child) {
	margin: 0px 0px 100px 0px;
}
@media (max-width: 760px) {
	.sectors__row > *:not(:last-child) {
		margin: 0px 0px 40px 0px;
	}
}

.sectors-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sectors-block:nth-child(odd) .sectors-block__title {
	text-align: left;
	padding: 60px 0px 60px 100px;
}
.sectors-block:nth-child(odd) .sectors-block__title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 70px;
	height: 2px;
	background: #0873b9;
}
@media (max-width: 820px) {
	.sectors-block:nth-child(odd) .sectors-block__title {
		padding: 30px 30px 30px 100px;
	}
}
.sectors-block:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.sectors-block:nth-child(even) .sectors-block__text {
	margin: 0px -170px 0px 0px;
}
.sectors-block:nth-child(even) .sectors-block__right {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.sectors-block:nth-child(even) .sectors-block__img {
	margin: 0px 0px 0px 30px;
}
@media (max-width: 760px) {
	.sectors-block:nth-child(even) .sectors-block__img {
		margin: 0 auto;
	}
}
@media (max-width: 760px) {
	.sectors-block:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
@media (max-width: 760px) {
	.sectors-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.sectors-block__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 774px;
	        flex: 0 1 774px;
	margin: 0px 30px 0px 0px;
}
.sectors-block__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 820px) {
	.sectors-block__img {
		padding: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 500px;
		        flex: 0 1 500px;
	}
}
@media (max-width: 760px) {
	.sectors-block__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0 auto;
	}
}

.sectors-block__right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 400px;
	        flex: 1 1 400px;
}
@media (max-width: 760px) {
	.sectors-block__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.sectors-block__title {
	text-align: right;
	width: 100%;
	padding: 60px 100px 60px 30px;
}
@media (max-width: 820px) {
	.sectors-block__title {
		padding: 30px 100px 30px 30px;
	}
}

.sectors-block__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 570px;
	padding: 100px;
	background: #eef3fb;
	margin: 0px 0px 0px -170px;
}
@media (max-width: 1230px) {
	.sectors-block__text {
		padding: calc(20px + 100 * ((100vw - 320px) / 1600));
		width: calc(300px + 300 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 760px) {
	.sectors-block__text {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.servpage {
	padding: 130px 0px 0px 0px;
}
@media (max-width: 480px) {
	.servpage {
		padding: 100px 0px 0px 0px;
	}
}

.servpage__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -40px -15px;
}
@media (max-width: 820px) {
	.servpage__row {
		margin: -20px -15px;
	}
}

.servpage__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 40px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.servpage__item h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #1d2337;
	margin: 0px 0px 10px 0px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 820px) {
	.servpage__item {
		padding: 20px 15px;
	}
}
@media (max-width: 700px) {
	.servpage__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.servpage__img {
	height: 150px;
	margin: 0px 0px 35px 0px;
}
.servpage__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 820px) {
	.servpage__img {
		margin: 0px 0px 20px 0px;
	}
}



.created
{
  color: #0873b9;
  text-decoration: underline;
}
.created:hover
{
  color: #0873b9;
  text-decoration: none;
}