@charset "UTF-8";

@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
		url("../fonts/ProximaNova-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
		url("../fonts/ProximaNova-Semibold.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
		url("../fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */

* {
	box-sizing: border-box;
}

body {
	min-width: 400px;
	font: normal normal 18px/1.4 "Proxima Nova", sans-serif;
	background: #fcf9f3;
	color: #004480;
	overflow: hidden;
}

a {
	color: #004480;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
textarea,
input[type="email"] {
	font: 16px "Proxima Nova", sans-serif;
	background: #fcf9f3;
	height: 80px;
	padding-left: 20px;
	width: 100%;
}

textarea {
	font-size: 16px;
	line-height: 23px;
	height: 256px;
	background: #fcf9f3;
	padding-top: 28px;
	padding-bottom: 28px;
	overflow: hidden;
	resize: none;
}

textarea.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="text"].error,
input[type="tel"].wpcf7-not-valid,
input[type="tel"].error,
input[type="password"].wpcf7-not-valid,
input[type="password"].error,
input[type="email"].wpcf7-not-valid,
input[type="email"].error {
	border: 1px solid #f00;
}

label {
	font: 18px "Proxima Nova", sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

.no-scroll {
	width: 100%;
	position: fixed;
	overflow: hidden;
	overflow-y: hidden;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

ul {
	margin: 0;
	padding: 0;
}

.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

html.no-scroll {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */

section {
	position: relative;
}

.wrapper {
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
}

.header,
.footer-inner {
	position: absolute;
	z-index: 10;
	padding: 30px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	left: 50%;
	margin-left: -609px;
}

.header:before,
.footer-inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 2000px;
	background: #f3f7fc;
	top: 0;
	bottom: 0;
	left: -50px;
}

.header .logo,
.footer-inner .logo {
	position: relative;
	margin: 11px 0 0;
	z-index: 10;
}

.footer .logo img,
.header .logo img,
.footer-inner .logo img {
	height: 58px;
	width: auto;
}

.header .nav,
.footer-inner .nav {
	position: relative;
	z-index: 10;
}

.header .nav ul,
.footer-inner .nav ul {
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .nav ul li + li,
.footer-inner .nav ul li + li {
	margin-left: 25px;
}

.header .nav a,
.footer-inner .nav a {
	position: relative;
}

.header .nav .current-menu-item a,
.header .nav .active a,
.footer-inner .nav .active a,
.header .nav a:hover,
.footer-inner .nav a:hover {
	color: #ff9100;
}

.header .nav a:after,
.footer-inner .nav a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -58px;
	background: linear-gradient(
			180.59deg,
			#ff6f00 17.59%,
			#ff7e00 28.83%,
			#ff9100 49.57%,
			#ff9c00 70.31%,
			#ffa000 91.91%
		),
		#d6030d;
	height: 5px;
	opacity: 0;
	transition: 0.2s;
}

.header .nav .active a:after,
.footer-inner .nav .active a:after,
.header .nav a:hover:after,
.footer-inner .nav a:hover:after {
	opacity: 1;
}

.header .social,
.footer-inner .social {
	position: relative;
	z-index: 10;
	line-height: 0;
}

.header .social a,
.footer-inner .social a {
	display: inline-block;
}

.header .social a + a,
.footer-inner .social a + a {
	margin-left: 15px;
}

.block-main {
	padding-bottom: 205px;
}

.block-main .wrapper {
	position: relative;
}

.block-main .wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 1347px;
	height: 1162px;
	background: url(../images/bg-main-1.png) no-repeat;
	left: -350px;
	top: 0;
}

.block-main_right {
	position: absolute;
	width: 747px;
	height: 751px;
	right: -300px;
	top: 136px;
}

.block-main_right img {
	display: block;
}

body .btn-download {
	font: 500 16px/19px "Roboto", sans-serif;
	background: #ffffff;
	padding: 38px 70px;
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	text-transform: none;
	width: auto !important;
	white-space: nowrap;
	color: #004480;
}

body .btn-download:hover {
	background: #fff;
	color: #ffa000;
}

.block-main_right .btn-download:hover path {
	fill: #ffa000;
}

.block-main_right .btn-download i {
	margin: 0 0 0 34px;
	display: inline-block;
}

.block-main .content {
	width: 797px;
	position: relative;
	padding-top: 225px;
	color: #fff;
	padding-left: 43px;
}

.block-main h1 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 70px;
	line-height: 65px;
}

.block-main .triggers {
	margin-bottom: 48px;
	max-width: 645px;
	margin-right: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-main .triggers .item {
	box-sizing: border-box;
	padding-right: 10px;
	width: 49%;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-main .triggers .icon {
	width: 80px;
	height: 80px;
}

.block-main .triggers .text {
	padding-left: 20px;
	width: calc(100% - 80px);
}

.block-main .triggers .item-1 .icon {
	background: #fff url(../images/main-1.png) 50% no-repeat;
}

.block-main .triggers .item-2 .icon {
	background: #fff url(../images/main-2.png) 50% no-repeat;
}

.block-main .triggers .item-3 .icon {
	background: #fff url(../images/main-3.png) 50% no-repeat;
}

.block-main .triggers .item-4 .icon {
	background: #fff url(../images/main-4.png) 50% no-repeat;
}

.block-main .cta .text {
	font-size: 16px;
	margin-bottom: 24px;
}

.block-main .cta .button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-main .cta .button a {
	margin-bottom: 10px;
}
.block-main .cta .button a + a {
	margin-left: 20px;
}

.btn {
	display: inline-block;
	cursor: pointer;
	background: linear-gradient(
		256.06deg,
		#ff6f00 14%,
		#ff7e00 27%,
		#ff9100 51%,
		#ff9c00 75%,
		#ffa000 100%
	);
	color: #fff;
	font-size: 14px;
	padding: 0 40px;
	text-align: center;
	text-transform: uppercase;
	height: 67px;
	line-height: 67px;
}

.btn:hover {
	background: #ff9100;
	color: #fff;
}

.btn-white {
	color: #ff9100;
	background: #fff;
	line-height: 63px;
}

.btn-white:hover {
	color: #fff;
}
.btn-red {
	color: #fff;
	background: #c50000;
}
.btn-red:hover {
	color: inherit;
	background: #c50000;
}
.btn-border-white {
	background: transparent;
	border: 3px solid #ffffff;
	line-height: 61px;
}

.btn-border-white:hover {
	background: #fff;
	color: #ff9100;
}

.btn-border-blue {
	background: transparent;
	border: 3px solid #ff9100;
	color: #ff9100;
	line-height: 61px;
}

.btn-border-blue:hover {
	background: #ff9100;
	color: #fff;
}

.block-main .btn {
	width: 278px;
}

.block-about {
	padding-bottom: 120px;
}

.block-about .content {
	position: relative;
	max-width: 1200px;
	background: #fff;
	padding: 55px 70px;
	margin-left: -70px;
	margin-right: -70px;
}

.block-about .content:after {
	content: "";
	position: absolute;
	display: block;
	width: 827px;
	height: 850px;
	background: url(../images/bg-about.png) no-repeat;
	top: -32px;
	right: -410px;
	z-index: -1;
}

h2.title {
	font-weight: bold;
	font-size: 36px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

h2.title:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 40px;
	background: linear-gradient(
			243.76deg,
			#ff6f00 14%,
			#ff7e00 27%,
			#ff9100 51%,
			#ff9c00 75%,
			#ffa000 100%
		),
		#d6030d;
	bottom: 0;
	left: 0;
}

.block-about .about-top {
	position: relative;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-about .about-bottom {
	position: relative;
	z-index: 10;
}

.block-about .about-top .left {
	max-width: 520px;
}

.block-about .about-top .left p {
	margin-bottom: 30px;
}

.block-about .photo {
	margin-right: -179px;
	margin-top: -87px;
	position: relative;
	z-index: 10;
}

.block-about .photo img {
	border-bottom: 5px solid #ff7e00;
}

.block-about .triggers {
	margin-bottom: 50px;
	padding-right: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-about .triggers .item {
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-about .triggers .text {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.block-about .triggers .icon {
	width: 80px;
	height: 80px;
}

.block-about .triggers .item-1 .icon {
	background: #f3f7fc url(../images/about-1.png) 50% no-repeat;
}

.block-about .triggers .item-2 .icon {
	background: #f3f7fc url(../images/about-2.png) 50% no-repeat;
}

.block-about .triggers .item-3 .icon {
	background: #f3f7fc url(../images/about-3.png) 50% no-repeat;
}

.block-about .buttons .btn {
	width: 270px;
}

.block-about .buttons .btn + .btn {
	margin-left: 20px;
}

.block-numbers {
	padding-top: 100px;
	padding-bottom: 60px;
}

.block-numbers .content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-numbers .content:before {
	content: "";
	position: absolute;
	display: block;
	width: 818px;
	height: 873px;
	background: url(../images/bg-numbers.png) no-repeat;
	top: 0;
	left: -392px;
}

.block-numbers .title {
	margin-bottom: 0;
}

.block-numbers .title-wrap {
	position: relative;
	z-index: 10;
	padding: 65px 95px;
	background: #fff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
	margin-left: -70px;
}

.block-numbers .numbers {
	width: 475px;
	margin-right: 100px;
	padding-top: 60px;
}

.block-numbers .numbers .button {
	margin-top: 20px;
}

.block-numbers .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-numbers .item + .item {
	margin-top: 20px;
}

.block-numbers .num {
	background: #ffffff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
	width: 220px;
	height: 135px;
	line-height: 135px;
	text-align: center;
}

.block-numbers .num i {
	font-style: normal;
}

.block-numbers .num b {
	font-size: 50px;
	color: #ff9100;
}

.block-numbers .text {
	width: calc(100% - 220px);
	padding-left: 30px;
	line-height: 1.6;
}

.block-benefits {
	padding-top: 100px;
}

.block-benefits .wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
}

.block-benefits .wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 1173px;
	height: 771px;
	background: url(../images/bg-benefits.png) no-repeat;
	top: 0;
	right: -300px;
}

.block-benefits .left {
	position: relative;
	z-index: 10;
	max-width: 650px;
	margin-left: -70px;
	margin-top: 50px;
	background: #ffffff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
	padding: 55px 70px;
	line-height: 1.6;
}

.block-benefits .left p {
	margin-bottom: 0;
}

.block-benefits .left p + p {
	margin-top: 30px;
}

.block-benefits .right {
	position: relative;
	z-index: 10;
	padding-top: 62px;
	margin-top: 50px;
	margin-bottom: -15px;
	width: 620px;
}

.block-benefits .right .title {
	color: #fff;
}

.block-benefits .right .title:after {
	background: #fff;
}

.list-benefits {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-benefits .item {
	width: 49%;
	background: #fff;
	margin-bottom: 15px;
	padding: 35px;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.list-benefits .item .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.list-benefits .item .name {
	font-weight: bold;
	margin-bottom: 15px;
}

.list-benefits .item .text {
	line-height: 1.6;
	font-size: 16px;
}

.list-benefits .item-1 .icon {
	background: #f3f7fc url(../images/benefit-1.png) 50% no-repeat;
}

.list-benefits .item-2 .icon {
	background: #f3f7fc url(../images/benefit-2.png) 50% no-repeat;
}

.list-benefits .item-3 .icon {
	background: #f3f7fc url(../images/benefit-3.png) 50% no-repeat;
}

.list-benefits .item-4 .icon {
	background: #f3f7fc url(../images/benefit-4.png) 50% no-repeat;
}

.block-service {
	padding-top: 180px;
	padding-bottom: 100px;
}

.block-service .title {
	margin-bottom: 0;
}

.service-top {
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.slider-service {
	width: 2000px;
	margin-left: -10px;
}

.slider-service .item {
	width: 538px;
	height: 347px;
	padding-left: 68px;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.slider-service .item b {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.slider-service .item .btn {
	border: 2px solid #fff;
	transition: 0.2s;
}

.slider-service .item .btn:hover {
	background: transparent;
	color: #fff;
}

.slider-service .item-1 {
	background: url(../images/service-1.png) 50% / cover no-repeat;
}

.slider-service .item-2 {
	background: url(../images/service-2.png) 50% / cover no-repeat;
}

.slider-service .item-3 {
	background: url(../images/service-3.png) 50% / cover no-repeat;
}
.slider-service .item-4 {
	background: url(../images/service-1.png) 50% / cover no-repeat;
}
.slider-service .slick-slide {
	padding: 0 10px;
}

.partner-arrow,
.slick-arrow {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 78px;
	border: 2px solid #ff9100;
	font-size: 0;
	position: relative;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.partner-prev,
.slick-prev {
	background: url(../images/slider-prev-b.png) 50% no-repeat;
}

.partner-next,
.slick-next {
	background: linear-gradient(
		191.63deg,
		#ff6f00 17.59%,
		#ff7e00 28.83%,
		#ff9100 49.57%,
		#ff9c00 70.31%,
		#ffa000 91.91%
	);
	margin-left: 20px;
	border: none;
}

.partner-next:before,
.slick-next:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/slider-next-w.png) 50% no-repeat;
}

.block-articles .slick-arrow,
.block-team .slick-arrow {
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.block-articles .slick-prev,
.block-team .slick-prev {
	border-color: #e20000;
	background: url(../images/slider-prev-b-red.png) 50% no-repeat;
}

.block-articles .slick-next,
.block-team .slick-next {
	background: linear-gradient(
		184.84deg,
		#c50000 37.17%,
		#e20000 62.22%,
		#f70000 86.37%,
		#ff0000 102.48%
	);
	margin-left: 20px;
	border: none;
}

.block-partners {
	padding-top: 30px;
	padding-bottom: 200px;
	background: url(../images/bg-partners.png) calc(50% + 1px) 120px no-repeat;
}

.block-partners .title {
	margin-bottom: 20px;
}

.list-partners {
	margin-top: -165px;
}

.slider-partners .item {
	height: 238px;
	line-height: 238px;
	background: #fff;
	text-align: center;
	border-left: 1px solid #f3f7fc;
	border-top: 1px solid #f3f7fc;
}

.slider-partners .item img {
	display: inline;
	vertical-align: middle;
}

.slider-partners-1 {
	float: right;
	width: 50%;
}

.slider-partners-4 {
	width: 25%;
}

.partners-arrows {
	text-align: right;
	margin-top: -170px;
}

.block-team {
	position: relative;
	z-index: 10;
}

.block-team .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-team .left {
	width: 538px;
	width: 42.4%;
}

.block-team .left .item {
	background: #fff;
}

.block-team .left .item .photo {
	line-height: 0;
}

.block-team .left .item img {
	max-width: 100%;
	height: auto;
}

.block-team .left .item .info {
	padding: 55px 65px;
}

.block-team .left .item .name {
	margin-bottom: 20px;
	font-size: 16px;
}

.block-team .left .item .name b {
	display: block;
	font-size: 24px;
}

.block-team .left .item .text {
	line-height: 1.6;
}

.block-team .right {
	width: 52%;
}

.block-team .title {
	margin-bottom: 20px;
}

.block-team .team-top {
	margin-bottom: 32px;
}

.block-team .right .item {
	box-shadow: 10px 10px 30px rgba(162, 183, 202, 0.2);
}

.block-team .right .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-team .right .photo {
	position: relative;
	height: 341px;
	display: block;
	line-height: 0;
}

.block-team .right .name {
	padding: 20px;
	background: #fff;
	min-height: 180px;
}

.block-team .right .name b {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.block-team .right span {
	font-size: 16px;
}

.block-team .right .opit {
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.slider-tabs {
	width: 2000px;
	margin-left: -10px;
}

.slider-tabs .item {
	width: 355px;
	cursor: pointer;
}

.slider-tabs .slick-slide {
	padding: 10px 10px 30px 10px;
}

.team-arrows {
	text-align: right;
}

.block-account {
	padding-top: 200px;
	padding-bottom: 100px;
}

.block-account .wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-account .wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 1620px;
	height: 1230px;
	background: url(../images/bg-account.png) no-repeat;
	top: -837px;
	right: -112px;
}

.block-account .list-account {
	width: 55%;
	position: relative;
	z-index: 10;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-account .right {
	width: 40%;
	position: relative;
	z-index: 10;
}

.list-account .item {
	width: 49%;
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.list-account .item a {
	color: #fff;
	text-decoration: underline;
}

.list-account .item a:hover {
	text-decoration: none;
}

.list-account .item .icon {
	width: 80px;
	height: 80px;
}

.list-account .item .text {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.list-account .item-1 .icon {
	background: #fff url(../images/account-1.png) 50% no-repeat;
}

.list-account .item-2 .icon {
	background: #fff url(../images/account-2.png) 50% no-repeat;
}

.list-account .item-3 .icon {
	background: #fff url(../images/account-3.png) 50% no-repeat;
}

	background: #fff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.form .form-head {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	padding: 40px 20px;
	border-bottom: 1px solid #f3f7fc;
}

.form-body {
	padding: 50px 65px;
}

.form .input {
	margin-bottom: 25px;
}

.form .btn {
	min-width: 225px;
}

.form .buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.form-account .buttons {
	display: block;
	text-align: center;
}

.form .buttons .links {
	padding-left: 20px;
}

.form .buttons .links a {
	text-decoration: underline;
}

.form .buttons .links a:hover {
	text-decoration: none;
}

.form-account .btn {
	min-width: 210px;
}

.block-account .right .note {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 5px;
	text-align: center;
}

.block-documents .content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-documents .content:before {
	content: "";
	position: absolute;
	display: block;
	width: 727px;
	height: 1609px;
	background: url(../images/bg-documents.png) no-repeat;
	top: 120px;
	left: -300px;
}

.block-documents .left {
	width: 51.2%;
	position: relative;
	z-index: 10;
}

.block-documents .right {
	width: 48.8%;
	padding-left: 80px;
	padding-top: 90px;
}

.block-documents .tabs-doc-head {
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.block-documents .tabs-doc-head .item {
	height: 150px;
	font-size: 18px;
	background: #fff;
	padding: 20px 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-documents .tabs-doc-head .item + .item {
	border-top: 1px solid #f3f7fc;
}

.block-documents .tabs-doc-head .text {
	width: 100%;
}

.block-documents .tabs-doc-head a {
	text-decoration: underline;
}

.block-documents .tabs-doc-head a:hover {
	text-decoration: none;
}

.block-documents .tabs-doc-head a.selected {
	color: #a90e07;
}

.block-documents .tabs-doc-body li + li {
	margin-top: 20px;
}

.block-documents .tabs-doc-body a {
	text-decoration: underline;
	display: inline-block;
	position: relative;
}

.block-documents .tabs-doc-body a:hover {
	text-decoration: none;
}

.block-documents .tabs-doc-body a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico-link.png) no-repeat;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.block-articles {
	position: relative;
	z-index: 10;
	padding-top: 100px;
}

.block-articles .title {
	font-size: 32px;
}

.articles-arrows {
	text-align: right;
}

.block-articles .wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-articles .wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 727px;
	height: 825px;
	background: url(../images/bg-articles.png) no-repeat;
	right: calc(100% - 250px);
	top: -123px;
}

.block-articles .left {
	width: 42.4%;
}

.block-articles .right {
	width: 52%;
	padding-top: 40px;
}

.block-articles .slider-articles-main {
	box-shadow: 0px 20px 35px rgba(21, 101, 216, 0.35);
}

.block-articles .left .item {
	background: #fff;
}

.block-articles .left .item .photo {
	line-height: 0;
}

.block-articles .left .item .photo img {
	max-width: 100%;
	height: auto;
}

.block-articles .left .item .info {
	padding: 55px 65px;
}

.block-articles .left .item .name {
	margin-bottom: 20px;
	font-size: 16px;
}

.block-articles .left .item .name b {
	display: block;
	font-size: 24px;
}

.block-articles .left .item .text {
	line-height: 1.6;
}

.block-articles .left .item .button {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-articles .left .item .btn {
	width: 225px;
	max-width: 50%;
}

.block-articles .right .item {
	display: block;
	box-shadow: 10px 10px 30px rgba(162, 183, 202, 0.2);
	width: 355px;
	cursor: pointer;
}

.block-articles .right .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-articles .right .photo {
	line-height: 0;
	height: 341px;
	position: relative;
}

.block-articles .right .name {
	padding: 45px 55px;
	background: #fff;
	min-height: 205px;
}

.block-articles .right .name b {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.slider-articles .slick-slide {
	padding: 10px 10px 30px 10px;
}

.slider-articles {
	width: 2000px;
	margin-left: -10px;
}

.block-contacts {
	padding-top: 100px;
}

.block-contacts .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-contacts .left {
	width: 45%;
	padding-top: 50px;
}

.block-contacts .map {
	width: 55%;
	position: relative;
	z-index: 10;
}

.block-contacts .list-contacts {
	background: linear-gradient(
		181.95deg,
		#c50000 37.17%,
		#e20000 62.22%,
		#f70000 86.37%,
		#ff0000 102.48%
	);
	padding: 70px 95px;
	position: relative;
}

.block-contacts .list-contacts:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 2000px;
	background: linear-gradient(
		181.95deg,
		#c50000 37.17%,
		#e20000 62.22%,
		#f70000 86.37%,
		#ff0000 102.48%
	);
}

.block-contacts .list-contacts .item {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.block-contacts .list-contacts .item + .item {
	margin-top: 30px;
}

.block-contacts .list-contacts .item a {
	color: #fff;
}

.block-contacts .list-contacts .item .icon {
	width: 80px;
	height: 80px;
}

.block-contacts .list-contacts .item .text {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.block-contacts .list-contacts .item-1 .icon {
	background: #f3f7fc url(../images/contacts-1.png) 50% no-repeat;
}

.block-contacts .list-contacts .item-2 .icon {
	background: #f3f7fc url(../images/contacts-2.png) 50% no-repeat;
}

.block-contacts .list-contacts .item-3 .icon {
	background: #f3f7fc url(../images/contacts-3.png) 50% no-repeat;
}

.block-contacts .list-contacts .item-4 .icon {
	background: #f3f7fc url(../images/contacts-4.png) 50% no-repeat;
}

.footer .wrapper {
	padding: 45px 0 45px 50px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.footer .wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 2000px;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.footer .wrapper > div {
	position: relative;
	z-index: 10;
}

.footer .nav ul {
	display: -ms-flexbox;
	font-size: 16px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .nav ul li + li {
	margin-left: 15px;
}

.copyright {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

.copyright .wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.decor-numbers {
	position: absolute;
	width: 161px;
	height: 974px;
	background: url(../images/decor-numbers.png) no-repeat;
	bottom: -50px;
	right: 0;
}

.decor-services {
	position: absolute;
	width: 1398px;
	height: 200px;
	background: url(../images/decor-services.png) no-repeat;
	top: 150px;
	left: 0;
}

.block-team .wrapper,
.block-service .wrapper {
	position: relative;
	z-index: 10;
}

.decor-team {
	position: absolute;
	width: 1040px;
	height: 161px;
	background: url(../images/decor-team.png) no-repeat;
	top: -50px;
	left: calc(48% + 50px);
}

.decor-documents {
	position: absolute;
	width: 1649px;
	height: 161px;
	background: url(../images/decor-documents.png) no-repeat;
	top: -50px;
	left: 0;
}

.decor-contacts {
	position: absolute;
	width: 138px;
	height: 1061px;
	background: url(../images/decor-contacts.png) no-repeat;
	bottom: -150px;
	left: 0;
}

.slider-partners-mobile {
	display: none;
}

.toggle-menu {
	display: none;
	width: 60px;
	height: 48px;
	cursor: pointer;
	position: relative;
	float: right;
	z-index: 990;
}

.toggle-menu span {
	position: absolute;
	height: 4px;
	background: #d6030d;
	top: 50%;
	margin-top: -2px;
	left: 10px;
	right: 10px;
	transition: 0.2s;
}

.toggle-menu span:before,
.toggle-menu span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background: #d6030d;
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

.toggle-menu span:before {
	top: -12px;
	transition-property: top, transform;
}

.toggle-menu span:after {
	bottom: -12px;
	transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.toggle-menu.open span {
	background: transparent;
}

.toggle-menu.open span:before {
	top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s;
}

.toggle-menu.open span:after {
	bottom: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s;
}

.mobile-menu {
	position: fixed;
	z-index: 999;
	background: #f3f7fc;
	width: calc(100% - 100px);
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: 0.4s;
	padding: 30px;
}

.mobile-menu.open {
	transform: translateX(0px);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mob-menu a {
	display: block;
	padding: 10px 0;
	transition: 0.2s;
}

.mobile-menu .mob-menu a:hover {
	text-decoration: underline;
}

.mobile-menu .mob-menu li + li {
	border-top: 1px solid rgba(214, 3, 13, 0.2);
}

.modal {
	max-width: 1045px;
	padding: 0;
	background: transparent;
}

.remodal-close {
	width: 92px;
	height: 116px;
	left: auto;
	right: -92px;
	top: 0;
	background: #fcf9f3 url(../images/ico-close.png) 50% no-repeat;
	opacity: 0.8;
	transition: 0.2s;
}

.remodal-close:hover {
	opacity: 1;
}

.remodal-close:before {
	display: none;
}

.checkbox input {
	display: none;
}

.checkbox label {
	position: relative;
	padding-left: 70px;
	cursor: pointer;
	line-height: 50px;
}

.checkbox label span:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #fcf9f3;
	left: 0;
	top: 0;
	transition: 0.2s;
}

.checkbox label span:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/ico-check.png) 50% no-repeat;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}

.checkbox input:checked + span:before {
	background: linear-gradient(
		193.82deg,
		#ff6f00 17.59%,
		#ff7e00 28.83%,
		#ff9100 49.57%,
		#ff9c00 70.31%,
		#ffa000 91.91%
	);
}

.checkbox input:checked + span:after {
	opacity: 1;
}

.form .checkbox {
	display: inline-block;
	margin: 0 50px;
}

.form .checkbox + .checkbox {
	margin-left: 4%;
}

.form .line-two,
.form .line {
	margin-bottom: 30px;
}

.form .line-two {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form .line-two .input {
	width: 48%;
	margin-bottom: 0;
}

.modal-article {
	max-width: 1320px;
	padding: 0 0 50px 0;
	text-align: left;
}

.modal-article .modal-head {
	padding: 50px 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
}

.modal-article .modal-head h3 {
	font-weight: bold;
	font-size: 36px;
	max-width: calc(100% - 200px);
}

.modal-article img {
	max-width: 100%;
	height: auto;
}

.modal-article .article-content {
	padding: 50px 110px;
}

.modal-article .article-content p {
	margin-bottom: 35px;
}

.modal-article .article-content ul {
	list-style: disc;
	margin-left: 20px;
}

.modal-article .article-content h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.article-related {
	padding: 0 110px;
}

.list-related {
	margin: 0 -25px;
}

.list-related .slick-slide {
	padding: 0 25px 50px 25px;
}

.article-related .item {
	background: #fff;
	box-shadow: 7px 7px 30px rgba(162, 183, 202, 0.2);
}

.article-related .item .name {
	padding: 45px 40px;
}

.article-related .item .name b {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}

.article-related .item .name span {
	font-size: 16px;
}

.modal-thank {
	max-width: 700px;
	text-align: center;
}

.modal-thank .modal-head {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 26px%;
	text-align: center;
	color: rgba(#004480, 0.9);
}

.modal-thank .modal-head b {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 49px;

	color: #004480;
}

.page-account .footer {
	background: #fff;
}

.page-account .footer .wrapper:before {
	display: none;
}

.block-user {
	padding-bottom: 50px;
}

.list-user {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-user .item {
	width: 30%;
}

.list-user .item .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.block-user .btn {
	min-width: 270px;
}

.block-documents_new {
	background: #fcf9f3;
	padding: 0 0 79px;
	overflow: hidden;
	clear: both;
}

.block-documents_right {
	background: #ffffff;
	padding: 89px 100px 58px;
	overflow: hidden;
}

.block-documents_right .title {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 36px;
	line-height: 49px;
	margin: 0 0 32px;
	color: #004480;
	position: relative;
}

.block-documents_right .title:after {
	width: 40px;
	content: "";
	height: 5px;
	display: inline-block;
	background: linear-gradient(
		193.82deg,
		#ff6f00 17.59%,
		#ff7e00 28.83%,
		#ff9100 49.57%,
		#ff9c00 70.31%,
		#ffa000 91.91%
	);
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-documents_right li {
	margin: 0 0 30px;
	display: block;
}

.block-documents_right a {
	display: block;
	background: #fcf9f3;
	padding: 38px 90px 38px 70px;
	position: relative;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #004480;
}

.block-documents_right a:hover {
	color: #ffa000;
}

.block-documents_right a:hover path {
	fill: #ffa000;
}

.block-documents_right i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 70px;
}

.block-documents_left {
	float: left;
	padding: 53px 0 18px;
	z-index: 3;
	width: 50%;
	position: relative;
}

.block-documents_left:after {
	content: "";
	background: url(../images/doc-left.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	top: 0;
	right: 0;
	display: inline-block;
	bottom: 0;
	left: -1000px;
	position: absolute;
}

.block-documents_left .title {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 36px;
	line-height: 49px;
	margin: 0 0 32px;
	color: #fff;
	position: relative;
}

.block-documents_left .title:after {
	width: 40px;
	content: "";
	height: 5px;
	display: inline-block;
	background: linear-gradient(
		193.82deg,
		#ff6f00 17.59%,
		#ff7e00 28.83%,
		#ff9100 49.57%,
		#ff9c00 70.31%,
		#ffa000 91.91%
	);
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-documents_left li {
	margin: 0 0 34px;
}

.block-documents_left a {
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	-ms-flex-align: center;
	align-items: center;
	line-height: 26px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: rgba(255, 255, 255, 0.9);
	min-height: 79px;
}

.block-documents_left a:hover {
	color: #fff;
	text-decoration: none;
}

.block-documents_left i {
	width: 79px;
	height: 79px;
	margin: 0 20px 0 0;
	background: #ffffff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
	position: relative;
	float: left;
}

.block-documents_left img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.block-account_new {
	background: #fff;
	padding-top: 136px;
	overflow: hidden;
	clear: both;
}

.block-account_new_left {
	float: left;
	padding: 165px 0 166px 139px;
}

.block-account_new_left .title {
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 50px;
	padding: 0;
	line-height: 49px;
	color: #004480;
}

.block-account_new_left input[type="text"],
.block-account_new_left input[type="password"],
.block-account_new_left input[type="email"] {
	width: 410px;
	background: #f3f7fc;
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	line-height: 23px;
	color: rgba(31, 31, 94, 0.7);
	padding: 28px 35px;
}

.block-account_new_left .input {
	margin: 0 0 35px;
}

.block-account_new_left .btn {
	min-width: 225px;
	width: auto;
	float: left;
	margin: 0 27px 0 0;
}

.block-account_new_left .links a {
	font-size: 18px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: rgba(31, 31, 94, 0.7);
	opacity: 0.9;
	line-height: 67px;
}

.block-account_new_left .links a:hover {
	opacity: 1;
	color: #ffa000;
}

.block-account_new_carousel {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	left: 50%;
	height: 100%;
	margin-left: 122px;
}

.block-account_new_carousel .slick-list {
	height: 100%;
}

.block-account_new_carousel .slick-track {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}

.block-account_new_carousel .slick-track .slick-slide {
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

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

.block-account_new_carousel .slick-slide {
	position: relative;
}

.block-account_new_carousel .slick-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	z-index: 10;
	border: none;
	padding: 0;
	margin: 0;
	width: 92px;
	height: 77px;
	background: #fff;
	box-shadow: 15px 15px 50px rgba(162, 183, 202, 0.2);
}

.block-account_new_carousel .slick-arrow:hover {
	background: #f3f7fc;
}

.block-account_new_carousel .slick-arrow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/svg/prev.svg) 50% no-repeat;
}

.block-account_new_carousel .slick-next {
	background: #fff;
	left: 92px;
}

.block-account_new_carousel .slick-next:before {
	background: url(../images/svg/next.svg) 50% no-repeat;
}

.header.to-fix,
.to-fix.footer-inner {
	position: fixed;
	top: 0;
	z-index: 100;
	margin: 0;
	left: 0;
	width: 100%;
}

.header.to-fix:before,
.to-fix.footer-inner:before {
	background: #f3f7fc;
}

.header.to-fix .wrapper-fix,
.to-fix.footer-inner .wrapper-fix {
	right: -26px;
	width: 1268px;
	max-width: 100%;
	margin: 0 auto;
}

.wrapper-fix {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	width: 1268px;
}

.inner-masthead {
	position: relative;
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 79px;
}

.inner-masthead:after {
	height: 77px;
	left: 0;
	right: 50%;
	margin-right: -122px;
	background: #fcf9f3;
	position: absolute;
	bottom: 0;
	display: inline-block;
	content: "";
}

.inner-masthead .title {
	margin: 0 0 26px;
}

.inner-masthead .btn {
	margin: 34px 0 0;
	text-transform: none;
	padding: 0 81px;
}

.inner-masthead-left {
	padding: 268px 0 130px 41px;
	width: 50%;
	box-sizing: border-box;
}

.inner-masthead-left .title {
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	color: #004480;
}

.region-item_bottom {
	background: #fff;
	position: relative;
	margin: 0 -140px 0 0;
}

.region-item_bottom ul {
	overflow: hidden;
	border: 1px solid #f3f7fc;
	border-right: none;
	border-bottom: none;
}

.region-item_bottom span {
	vertical-align: middle;
	display: inline-block;
}

.region-item_bottom img {
	display: block;
}

.region-item_bottom li {
	text-align: center;
	height: 186px;
	line-height: 182px;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #f3f7fc;
	border-right: 1px solid #f3f7fc;
	width: 33.3%;
}

.region-item_bottom .subtitle {
	transform: translateY(-100%);
	position: absolute;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #004480;
	margin: 0 0 -2px;
	bottom: 100%;
}

.region-preview {
	float: right;
	background: #fff;
	width: 538px;
	font-size: 18px;
	line-height: 26px;
	color: rgba(0, 68, 128, 0.9);
}

.region-preview .preview {
	position: relative;
	display: block;
	height: 436px;
	overflow: hidden;
}

.region-preview .in {
	padding: 64px 125px 20px 68px;
	text-align: left;
	box-sizing: border-box;
	min-height: 373px;
}

.region-preview .name {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 5px;
	color: #004480;
}

.region-preview .pos {
	margin: 0 0 19px;
	font-size: 16px;
	line-height: 23px;
	color: rgba(31, 31, 94, 0.7);
	opacity: 0.9;
}

.region-preview .btn {
	padding: 0 45px;
	text-transform: none;
	height: 69px;
	margin: 32px 0 0;
	box-shadow: 0px 4px 19px rgba(255, 156, 0, 0.45);
}

.region-preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.region-item_text {
	overflow: hidden;
	text-align: left;
	padding: 0 140px 0 0;
	line-height: 26px;
}

.region-item_text .emblem {
	float: left;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.region-item_text .top {
	position: relative;
	margin: 0 0 18px;
	padding: 44px 0 1px 142px;
}

.region-item_text .text {
	min-height: 289px;
	box-sizing: border-box;
	padding: 0 0 75px;
}

.region-item_text h2 {
	padding-bottom: 19px;
}

.region-item_text p {
	margin: 0 0 27px;
}

.region-list {
	text-align: center;
	padding: 107px 0 10px;
}

.region-list .wrapper {
	width: 1320px;
}

.region-list_in {
	text-align: left;
	margin: 0 0 -58px;
}

.region-item {
	margin: 0 0 108px;
	overflow: hidden;
}

.region-item:nth-child(even) .region-preview {
	float: left;
}

.region-item:nth-child(even) .region-item_text {
	padding: 0 0 0 132px;
}

.region-item:nth-child(even) .region-item_bottom {
	margin: 0 0 0 -132px;
}

.region-item:nth-child(even) .subtitle {
	margin-left: 132px;
}

.header-fix {
	position: fixed;
}

.more-link {
	display: inline-block;
	font-size: 16px;
	color: #ff6f00;
	line-height: 35px;
	cursor: pointer;
	border: none;
	box-shadow: none;
}

.more-link:hover {
	color: #004480;
}

.more-link:hover rect {
	fill: #004480;
}

.more-link svg {
	float: left;
	margin: 0 20px 0 0;
}

.callback-bottom {
	padding: 88px 0 153px;
	position: relative;
	overflow: hidden;
}

.callback-bottom .wrapper {
	width: 1320px;
}

.callback-bottom h2.title {
	margin-bottom: 28px;
	line-height: 1.4;
}

.callback-bottom_bg {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	height: 417px;
}

.callback-bottom_bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.callback-bottom_left {
	overflow: hidden;
	padding: 0 115px 300px 0;
	line-height: 26px;
}

.callback-bottom_right {
	float: right;
	width: 762px;
	box-sizing: border-box;
	padding: 100px 161px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 4;
}

.callback-bottom_right .input {
	margin: 0 0 30px;
}

.callback-bottom_right .btn {
	padding: 0 70px;
	height: 69px;
	margin: 8px 0 0;
	display: inline-block;
}

.callback-bottom_right input {
	padding-left: 35px;
}

.footer-inner {
	position: relative;
}

.region-item.hide {
	display: none;
}

.region-item_bottom img {
	margin: 0 auto;
	max-width: 80%;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}

.modal .ovh {
	overflow: hidden;
}
.modal .region-preview .preview {
	height: 256px;
	width: 100%;
}
.modal .region-preview .in {
	padding: 31px 0 20px 0;
}
.modal .region-preview {
	margin: 0 0 0 46px;
	display: block;
	float: left;
	width: 315px;
}

.modal--new .form-body {
	padding: 0 45px 50px 65px;
}
.modal--new {
	max-width: 950px;
}
.modal--new .title {
	color: #004480;
	margin: 26px 0 96px;
}

.block-account_new_left2 .btn {
	margin-bottom: 10px !important;
	min-width: 300px;
}

.block-articles--last .wrapper:before {
	display: none !important;
}

.news-item:nth-child(odd) .preview {
	float: right;
	margin: 0 0 0 5%;
}
.news-item .preview img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list {
	background: #fff;
	margin: 100px 0 0;
	padding: 50px 0;
}
.news-item .text {
	overflow: hidden;
}
.news-item .preview {
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 10px;
	height: 400px;
	margin: 0 5% 0 0;
	width: 45%;
}
.news-item {
	display: block;
	overflow: hidden;
	margin: 0 0 50px;
}
@media (max-width: 1550px) {
	.decor-contacts {
		display: none;
	}

	.modal-article .remodal-close {
		right: 0;
		width: 50px;
		height: 50px;
		background: url(../images/ico-close.png) 50% no-repeat;
	}

	.wrapper-fix {
		width: 1200px;
	}

	.block-main .content {
		padding-left: 0;
	}

	.callback-bottom .wrapper,
	.region-list .wrapper {
		width: 1270px;
	}

	.callback-bottom_right {
		width: 700px;
	}
}

@media (max-width: 1300px) {
	.wrapper {
		padding: 0 20px;
	}

	.block-benefits .left {
		width: 49%;
		margin-left: 0;
		padding: 55px;
	}

	.block-benefits .right {
		width: 49%;
	}

	.block-service {
		padding-top: 60px;
	}

	.decor-services {
		top: 0;
	}

	.form-account .buttons {
		display: block;
		text-align: center;
	}

	.form-account .buttons .btn {
		margin-bottom: 10px;
	}

	.form .buttons .links {
		padding-left: 0;
	}

	.block-documents .left {
		width: 44%;
	}

	.block-documents .right {
		width: 56%;
	}

	.decor-contacts {
		display: none;
	}

	.footer .wrapper {
		padding: 45px 20px;
	}

	.modal {
		max-width: 900px;
	}

	.header,
	.footer-inner {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		box-sizing: border-box;
		left: 0;
		margin: 0;
	}

	.header .nav ul li + li,
	.footer-inner .nav ul li + li,
	.footer-inner .nav ul li + li {
		margin-left: 20px;
	}

	.header.to-fix .wrapper-fix,
	.to-fix.footer-inner .wrapper-fix,
	.to-fix.footer-inner .wrapper-fix {
		right: 0;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}

	.footer .nav ul li + li,
	.header .nav ul li + li,
	.footer-inner .nav ul li + li {
		margin-left: 20px;
	}

	.region-preview {
		width: 475px;
	}

	.region-preview .in {
		padding: 64px 68px 20px;
	}

	.region-item_text {
		padding: 0 39px 0 0;
	}

	.callback-bottom_right {
		width: 50%;
		padding: 100px;
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 4;
	}

	.header .social a + a,
	.footer-inner .social a + a {
		margin-left: 10px;
	}

	.header .logo,
	.footer-inner .logo,
	.footer .logo {
		width: 150px;
	}

	.header .logo img,
	.footer-inner .logo img,
	.footer .logo img {
		max-width: 100%;
		height: auto;
	}

	.footer-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1200px) {
	.footer .nav ul li + li,
	.header .nav ul li + li,
	.footer-inner .nav ul li + li {
		margin-left: 8px;
	}

	.header .social a + a,
	.footer-inner .social a + a,
	.footer-inner .social a + a {
		margin-left: 5px;
	}

	.footer .nav {
		font-size: 16px;
	}

	.block-main_right {
		right: -400px;
	}

	.block-about .content:after {
		display: none;
	}

	.block-numbers {
		padding-top: 0;
	}

	.decor-services {
		width: 950px;
		background-size: 100% auto;
	}

	.decor-documents {
		width: 950px;
		background-size: 100% auto;
		height: 100px;
		top: -20px;
	}

	.decor-team {
		width: 560px;
		background-size: 100% auto;
		left: 48%;
		height: 100px;
		top: -20px;
	}

	.modal-article .modal-head,
	.article-related,
	.modal-article .article-content {
		padding-left: 70px;
		padding-right: 70px;
	}

	.block-account_new_left,
	.block-documents_right {
		padding: 50px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 960px) {
	.footer .wrapper {
		flex-wrap: nowrap;
	}
}
@media (max-width: 1100px) {
	.footer .menu-golovne-container {
		padding: 0 10px;
	}
	.block-main_right {
		right: -470px;
		top: 143px;
	}

	.block-main {
		padding-bottom: 110px;
	}

	.block-about .triggers {
		padding-right: 0;
	}

	.block-numbers .numbers {
		margin-right: 0;
	}

	.list-partners {
		margin: -115px auto 0 auto;
	}

	.list-partners img {
		display: inline;
		max-width: 90%;
		height: auto;
	}

	.slider-partners .item {
		height: 175px;
		line-height: 175px;
	}

	.block-partners {
		background-position: calc(50% + 1px) 48px;
	}

	.block-partners .title-wrap {
		width: 49%;
	}

	.block-partners .title-wrap br {
		display: none;
	}

	.partners-arrows {
		margin-top: -125px;
	}

	.block-contacts .list-contacts {
		padding: 70px 35px;
	}

	.modal {
		max-width: 700px;
	}

	.header .nav,
	.footer-inner .nav {
		display: none;
	}

	.toggle-menu {
		display: block;
		margin-left: 20px;
	}

	.header .social,
	.footer-inner .social {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	.block-documents_right {
		padding: 50px 20px 0;
	}

	.footer .nav li {
		width: 33%;
	}

	.footer .nav ul li + li {
		margin-left: 0;
	}

	.inner-masthead-left {
		padding: 218px 0 80px 41px;
	}

	.inner-masthead-left .title {
		font-size: 40px;
		line-height: 1.3;
	}

	.region-item .center {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.region-item:nth-child(even) .region-item_text {
		padding: 0;
	}

	.region-item:nth-child(even) .subtitle,
	.region-item:nth-child(even) .region-item_bottom {
		margin: 0;
	}

	.region-preview {
		float: none;
		width: 100%;
		margin: 0;
		background: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	.region-preview .preview {
		float: left;
		width: 438px;
	}

	.region-preview .in {
		min-height: 1px;
		padding: 30px;
		box-sizing: border-box;
	}

	.region-item_bottom {
		margin: 0;
	}

	.region-item_text {
		margin: 0 0 20px;
		padding: 0;
	}

	.modal--new .title {
		color: #004480;
		margin: 26px 0 30px;
	}
	.modal .region-preview {
		margin-left: 0;
	}
	.modal .region-preview .preview {
		margin-bottom: 20px;
	}
	.modal--new .form-body {
		padding: 0 45px 50px;
	}
}

@media (max-width: 1024px) {
	.header,
	.footer-inner {
		padding: 25px 0;
	}

	.block-main_right {
		top: 98px;
	}

	.block-main_right {
		right: -595px;
	}

	.block-about .about-top .left {
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 2;
		order: 2;
	}

	.block-about .about-top .photo {
		margin: -87px auto 20px auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 1;
		order: 1;
	}

	.block-numbers .numbers {
		width: 50%;
	}

	.block-numbers .title-wrap {
		width: 48%;
		padding: 65px 44px;
		margin-left: 0;
	}

	.block-numbers .content:before {
		right: 52%;
		left: auto;
	}

	.decor-numbers {
		display: none;
	}

	.block-benefits .right,
	.block-benefits .left {
		width: 100%;
		max-width: 100%;
	}

	.block-benefits .right {
		padding-top: 0;
	}

	.block-benefits .wrapper:after {
		right: 0;
	}

	.slider-service .item {
		width: 475px;
	}

	.block-partners {
		background: none;
	}

	.slider-tabs .item {
		width: 300px;
	}

	.slider-tabs .item img {
		max-width: 100%;
		height: auto;
		display: inline;
	}

	.form .form-head {
		font-size: 32px;
	}

	.form-body {
		padding: 25px 20px;
	}

	.block-documents .right {
		padding-top: 0;
	}

	.block-documents .tabs-doc-head .item {
		padding: 20px 25px;
	}

	.block-articles .left .item .info {
		padding: 30px 20px;
	}

	.block-documents .content:before {
		left: -350px;
	}

	.modal-article .modal-head br {
		display: none;
	}

	.article-related .item .name b {
		font-size: 20px;
	}

	.block-articles .right .name {
		padding: 20px;
		min-height: 150px;
	}

	.block-articles .right {
		padding-top: 29px;
	}

	.block-documents_left {
		width: 80%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.block-documents_right {
		float: right;
		width: 80%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.block-account_new_left {
		padding-left: 20px;
	}
}

@media (max-width: 960px) {
	.article-related .item img {
		object-fit: cover;
		width: 100%;
		height: 340px;
	}

	.article-related .photo {
		overflow: hidden;
	}

	.related-arrows {
		text-align: center;
	}

	.modal-article .modal-head h3 {
		font-size: 30px;
	}

	.article-related .item .name {
		padding: 25px 35px;
	}

	.inner-masthead-left {
		padding-left: 0;
	}

	.inner-masthead-left .title {
		font-size: 35px;
		line-height: 1.3;
	}

	.inner-masthead .block-account_new_carousel {
		margin-left: 70px;
	}

	.region-list {
		padding: 50px 0 10px;
	}

	.callback-bottom_right {
		width: 80%;
		margin: 0 auto 30px;
		float: none;
		padding: 50px;
	}

	.callback-bottom .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.callback-bottom_left {
		padding: 0 0 20px;
	}
}

.show-tablet-v {
	display: none !important;
}
@media (max-width: 910px) {
	.block-main_right {
		display: none !important;
	}
	.block-main .cta .button {
		justify-content: center;
	}

	body .btn-download {
		display: block !important;
		padding: 25px 34px;
		box-sizing: border-box;
		width: 100% !important;
	}
	.block-main .content {
		width: auto;
	}

	.show-tablet-v {
		display: block;
	}

	.news-item .preview {
		width: 35%;
		height: 450px;
	}

	.block-about .buttons {
		text-align: center;
	}

	.block-about .triggers .text {
		font-size: 16px;
	}

	.block-about {
		padding-bottom: 65px;
	}

	.block-numbers .title-wrap {
		width: 100%;
	}

	.block-numbers .numbers {
		position: relative;
		z-index: 10;
		width: 100%;
		max-width: 500px;
		margin-left: 35%;
	}

	.block-benefits {
		padding-top: 0;
	}

	.block-benefits .left {
		padding: 40px;
	}

	.block-team .left {
		width: 100%;
		max-width: 538px;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 2;
		order: 2;
	}

	.tabs-team-main {
		width: 100%;
	}

	.block-team .right {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
	}

	.decor-team {
		left: 0;
	}

	.slider-tabs {
		display: none;
	}

	.team-arrows {
		width: 100%;
		text-align: center;
	}

	.block-account .list-account {
		width: 100%;
	}

	.list-account .item {
		width: 32%;
	}

	.list-account .item .text {
		font-size: 15px;
	}

	.block-account .right {
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
	}

	.form .buttons .links {
		padding-left: 20px;
		text-align: left;
	}

	.block-documents .tabs-doc-body a {
		font-size: 16px;
	}

	.slider-articles {
		display: none;
	}

	.block-articles .left {
		width: 100%;
		max-width: 538px;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 2;
		order: 2;
	}

	.block-documents {
		padding-bottom: 50px;
		overflow: hidden;
	}

	.block-team .right {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
	}

	.slider-articles-main {
		width: 100%;
	}

	.articles-arrows {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.block-articles .right {
		width: 100%;
	}

	.block-contacts .left {
		width: 100%;
	}

	.block-contacts .list-contacts .item {
		width: 49%;
	}

	.block-contacts .list-contacts {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.block-contacts .list-contacts .item + .item {
		margin-top: 0;
	}

	.block-contacts .list-contacts .item {
		margin-bottom: 30px;
	}

	.block-contacts .map {
		width: 100%;
		height: 300px;
	}

	.decor-documents {
		top: 0;
	}

	.footer .nav {
		width: 60%;
	}

	.modal {
		max-width: 100%;
	}

	.remodal-close {
		right: 0;
		width: 50px;
		height: 50px;
		background: url(../images/ico-close.png) 50% no-repeat;
	}

	.block-articles .wrapper:before {
		display: none;
	}

	.block-team .slider-tabs {
		display: block;
		margin-top: 840px;
	}
	.tabs-team-main {
		position: absolute;
		bottom: 860px;
		width: 440px;
		left: 50%;
		margin-left: -220px;
	}
	.block-team .left .item .photo {
		height: 394px;
		position: relative;
		overflow: hidden;
	}
	.block-team .left .item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
}

.center-popup {
	max-width: 440px;
	margin: 0 auto;
}
@media (max-width: 800px) {
	.block-main h1 {
		line-height: 1.4;
		font-size: 42px;
	}

	.block-about .triggers .item {
		width: 100%;
	}

	.block-about .triggers .item + .item {
		margin-top: 20px;
	}

	.block-numbers .numbers {
		margin-left: 25%;
	}

	.decor-services {
		width: 680px;
		height: 100px;
	}

	.block-documents .left {
		width: 100%;
		text-align: center;
	}

	.block-documents .right {
		width: 100%;
		padding-left: 0;
	}

	.block-documents .tabs-doc-head .item {
		height: auto;
	}

	.block-documents .content:before {
		display: none;
	}

	.tabs-doc-body {
		padding-top: 30px;
	}

	.block-articles {
		padding-top: 0;
	}

	.block-contacts .left {
		padding-top: 0;
	}

	.block-contacts .list-contacts .item .text {
		font-size: 15px;
	}

	.modal-article .modal-head h3 {
		max-width: 100%;
		width: 100%;
	}

	.modal-article .modal-head .date {
		width: 100%;
	}

	.modal-article .modal-head,
	.article-related,
	.modal-article .article-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.list-user .item {
		width: 100%;
	}

	.list-user .item + .item {
		margin-top: 40px;
	}

	.form .checkbox {
		margin: 0 30px;
	}

	.block-account_new_left form {
	}
	.block-account_new_left {
		text-align: center;
		float: none;
		width: 100%;
	}
	.block-account_new_left .buttons {
		display: inline-block;
	}
	.block-account_new .block-account_new_carousel {
		width: 100%;
		position: static;
		height: 300px;
		margin: 0;
	}
}

@media (max-width: 700px) {
	.block-main .cta .button {
		justify-content: center;
	}

	.block-main .cta .button a + a {
		margin-right: 20px;
	}
	.block-main .content {
		width: 100%;
	}

	.block-main h1 {
		font-size: 40px;
	}

	.block-main .btn {
		width: 250px;
	}

	.block-about .about-top .photo img {
		max-width: 100%;
		height: auto;
	}

	.block-about .buttons .btn {
		width: 250px;
	}

	.block-numbers .numbers {
		margin-left: 15%;
	}

	.block-benefits .right .title {
		color: #1f1f5e;
	}

	.block-benefits .right .title:after {
		background: #d6030d;
	}

	.slider-partners-mobile {
		display: block;
	}

	.slider-partners-1,
	.slider-partners-2,
	.slider-partners-3,
	.slider-partners-4 {
		display: none;
	}

	.block-partners .title-wrap {
		width: 100%;
		margin-bottom: 20px;
	}

	.block-service {
		padding-bottom: 50px;
	}

	.list-partners {
		margin-top: 0;
	}

	.partners-arrows {
		margin-top: 40px;
		text-align: center;
	}

	.partners-arrows .partner-arrow {
		display: none;
	}

	.block-partners {
		padding-bottom: 100px;
	}

	.block-contacts .list-contacts .item {
		width: 100%;
		margin-bottom: 0;
	}

	.block-contacts .list-contacts .item + .item {
		margin-top: 30px;
	}

	.list-account .item {
		width: 48%;
	}

	.footer .wrapper > div {
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}

	.form .line-two .input {
		width: 100%;
	}

	.form .line-two .input + .input {
		margin-top: 35px;
	}

	.article-related .item img {
		height: 250px;
	}

	.block-benefits .right {
		margin-top: 90px;
	}

	.form .checkbox + .checkbox {
		margin-left: auto;
	}

	.form .checkbox {
		margin: 0 15px;
	}

	.checkbox label:after,
	.checkbox label:before {
		width: 35px;
		height: 35px;
	}

	.checkbox label {
		line-height: 35px;
		padding-left: 55px;
	}

	.modal .region-preview {
		display: none;
	}

	.block-account_new_left2 .btn {
		min-width: 225px;
	}

	.news-item .preview {
		width: 100%;
		float: none !important;
		height: 300px;
		margin: 0 0 20px !important;
	}
}

@media (max-width: 600px) {
	body {
		min-width: 320px;
	}
	.block-articles .right .item img {
		width: 100%;
	}
	.block-articles .right .item {
		width: 80vw;
	}
	.block-main h1 {
		font-size: 36px;
	}

	.block-main .triggers .item {
		width: 100%;
	}

	.block-main .content {
		padding-top: 130px;
	}

	.block-main .triggers {
		margin-bottom: 30px;
	}

	.block-main .btn {
		width: auto;
	}

	.block-about .buttons .btn {
		width: auto;
	}

	.block-numbers .content:before {
		display: none;
	}

	.block-numbers .numbers {
		margin-left: 0;
		width: 100%;
	}

	h2.title {
		font-size: 30px;
	}

	.list-benefits .item {
		width: 100%;
	}

	.slider-service .item {
		width: 100%;
	}

	.slider-service {
		width: 100%;
		margin-left: 0;
	}

	.slick-arrow {
		width: 70px;
		height: 50px;
	}

	.list-partners img {
		max-width: 78%;
	}

	.slider-partners .item {
		height: 140px;
		line-height: 140px;
	}

	.btn {
		padding: 0 25px;
	}

	.block-numbers .num {
		width: 160px;
	}

	.block-numbers .text {
		width: calc(100% - 180px);
	}

	.block-benefits h2.title {
		font-size: 27px;
	}

	.decor-services {
		width: 430px;
		height: 65px;
		top: 35px;
	}

	.decor-team {
		width: 435px;
		height: 70px;
	}

	.block-documents {
		overflow: visible;
	}

	.decor-documents {
		width: 620px;
		top: -20px;
	}

	.checkbox label {
		font-size: 16px;
	}

	.form .form-head {
		font-size: 24px;
	}

	.article-related .item .name {
		padding: 20px 15px;
	}

	.slider-service .item {
		padding-left: 40px;
		font-size: 30px;
	}

	.block-documents_right,
	.block-documents_left {
		width: 100vw;
		margin: 0 -20px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.block-documents_right a {
		padding: 20px 50px 20px 30px;
	}

	.block-documents_right i {
		right: 20px;
	}

	.inner-masthead .block-account_new_carousel {
		width: 100%;
		position: relative;
		margin: 00px;
		float: none;
		height: 300px;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}

	.inner-masthead-left {
		padding: 168px 0 30px;
		width: 100%;
	}

	.region-item_bottom .subtitle {
		font-size: 18px;
		line-height: 1.3;
	}

	.region-item_bottom li {
		width: 50%;
	}

	.region-item {
		margin: 0 0 50px;
	}

	.region-preview {
		display: block;
	}

	.region-preview .preview {
		float: none;
		width: 100%;
	}

	.region-list_in {
		margin: 0 0 -28px;
	}

	.callback-bottom {
		padding: 50px 0;
	}

	.callback-bottom_right {
		width: 100%;
	}
}

@media (max-width: 480px) {
	body {
		min-width: 320px;
	}

	.block-main h1 {
		font-size: 32px;
	}
	.footer .nav ul {
		justify-content: space-between;
	}
	.footer .nav li {
		width: 48%;
	}
}

@media (max-width: 320px) {
	.block-main .wrapper:before {
		top: 100px;
	}
	.block-numbers .num,
	.block-numbers .text {
		width: 100%;
	}
	.block-numbers .text {
		margin-top: 20px;
	}
	.list-benefits .item .icon {
		margin-left: auto;
		margin-right: auto;
	}
	.slider-service .item {
		padding-left: 20px;
	}
	.slider-service .item .btn {
		font-size: 12px;
	}
	.slider-service .item {
		font-size: 28px;
	}
	.block-contacts .list-contacts .item .icon {
		margin-left: auto;
		margin-right: auto;
	}
	.block-contacts .list-contacts .item .text {
		width: 100%;
		margin-top: 15px;
	}
}
