@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 {
	font:normal normal 18px/1.4 'Proxima Nova', sans-serif;
	background:#F3F7FC;
	color:#1F1F5E;
	overflow: hidden;
}

a { color:#1F1F5E; text-decoration:none; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input[type=text],
input[type=tel],
input[type=password],
input[type=email] {
	background: #F3F7FC;
	height: 80px;
	padding-left: 20px;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	width: 100%;
}
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=email].error {
	border: 1px solid #f00;
}
label {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 18px;
}
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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-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 {
	position: relative;
	z-index: 10;
	padding: 50px 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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;
}
.header:before {
	content: '';
	position: absolute;
	display: block;
	width: 2000px;
	background: #F3F7FC;
	top: 0;
	bottom: 0;
	left: -50px;
}
.header .logo {
	position: relative;
	z-index: 10;
}
.header .nav {
	position: relative;
	z-index: 10;
}
.header .nav ul {
	font-size: 16px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.header .nav ul li + li {
	margin-left: 35px;
}
.header .nav a {
	position: relative;
}
.header .nav a:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -65px;
	background: #D6030D;
	height: 5px;
	opacity: 0;
	transition: .2s;
}
.header .nav a:hover:after {
	opacity: 1;
}
.header .social {
	position: relative;
	z-index: 10;
	line-height: 0;
}
.header .social a {
	display: inline-block;
}
.header .social a + a {
	margin-left: 30px;
}
.block-main {
	padding-bottom: 273px;
}
.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 .wrapper:after {
	content: '';
	position: absolute;
	display: block;
	width: 772px;
	height: 751px;
	background: url(../images/bg-main-2.png) no-repeat;
	right: -300px;
	top: 151px;
}
.block-main .content {
	width: 695px;
	position: relative;
	padding-top: 90px;
	color: #fff;
}
.block-main h1 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 70px;
}
.block-main .triggers {
	margin-bottom: 50px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-main .triggers .item {
	width: 49%;
	margin-bottom: 20px;
	display: -webkit-box;
    display: -webkit-flex;
    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.svg) 50% no-repeat;
}
.block-main .triggers .item-2 .icon {
	background: #fff url(../images/main-2.svg) 50% no-repeat;
}
.block-main .triggers .item-3 .icon {
	background: #fff url(../images/main-3.svg) 50% no-repeat;
}
.block-main .triggers .item-4 .icon {
	background: #fff url(../images/main-4.svg) 50% no-repeat;
}
.block-main .cta .text {
	font-size: 16px;
	margin-bottom: 20px;
}
.block-main .cta .button {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.block-main .cta .button a + a {
	margin-left: 20px;
}
.btn {
	display: inline-block;
	cursor: pointer;
	background: #1565D8;
	color: #fff;
	font-size: 14px;
	padding: 21px 40px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 20px 35px rgba(21, 101, 216, 0.35);
	transition: .2s;
	border: 2px solid transparent;
}
.btn:hover {
	background: #2e76dc;
}
.btn-white {
	color: #1565D8;
	background: #fff;
}
.btn-white:hover {
	color: #fff;
}
.btn-border-white {
	background: transparent;
	border: 3px solid #FFFFFF;
}
.btn-border-white:hover {
	background: #fff;
	color: #1565D8;
}
.btn-border-blue {
	background: transparent;
	border: 3px solid #1565D8;
	color: #1565D8;
}
.btn-border-blue:hover {
	background: #1565D8;
	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: #D6030D;
	bottom: 0;
	left: 0;
}
.block-about .about-top {
	position: relative;
	z-index: 10;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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 #D6030D;
}
.block-about .triggers {
	margin-bottom: 50px;
	padding-right: 50px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-about .triggers .item {
	width: 30%;
	display: -webkit-box;
    display: -webkit-flex;
    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.svg) 50% no-repeat;
}
.block-about .triggers .item-2 .icon {
	background: #F3F7FC url(../images/about-2.svg) 50% no-repeat;
}
.block-about .triggers .item-3 .icon {
	background: #F3F7FC url(../images/about-3.svg) 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
    -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;
	background: url(../images/bg-numbers-1.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: -webkit-box;
    display: -webkit-flex;
    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: transparent;
	-webkit-text-stroke: 2px #D6030D;
}
.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-benefits .wrapper:after {
	content: '';
	position: absolute;
	display: block;
	width: 1173px;
	height: 771px;
	background: url(../images/bg-benefits.png) no-repeat;
	background: url(../images/bg-benefits-1.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;
	width: 620px;
}
.block-benefits .right .title {
	color: #fff;
}
.block-benefits .right .title:after {
	background: #fff;
}
.list-benefits {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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.svg) 50% no-repeat;
}
.list-benefits .item-2 .icon {
	background: #F3F7FC url(../images/benefit-2.svg) 50% no-repeat;
}
.list-benefits .item-3 .icon {
	background: #F3F7FC url(../images/benefit-3.svg) 50% no-repeat;
}
.list-benefits .item-4 .icon {
	background: #F3F7FC url(../images/benefit-4.svg) 50% no-repeat;
}
.block-service {
	padding-top: 180px;
	padding-bottom: 100px;
}
.block-service .title {
	margin-bottom: 0;
}
.service-top {
	margin-bottom: 40px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.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 .slick-slide {
	padding: 0 10px;
}
.slick-arrow {
	cursor: pointer;
	display: inline-block;
	width: 90px;
	height: 78px;
	border: 2px solid #1565D8;
	font-size: 0;
}
.slick-prev {
	background: url(../images/slider-prev-b.png) 50% no-repeat;
}
.slick-next {
	background: #1565D8 url(../images/slider-next-w.png) 50% no-repeat;
	margin-left: 20px;
}
.block-partners {
	padding-top: 30px;
	padding-bottom: 200px;
	background: url(../images/bg-partners.png) calc(50% + 1px) 120px no-repeat;
	background: url(../images/bg-partners-1.png) calc(50% + 1px) 120px no-repeat;
	z-index: 10;
}
.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;
}
.partners-arrows a {
	display: inline-block;
	width: 90px;
	height: 78px;
	border: 2px solid #1565D8;
	font-size: 0;
}
.partners-arrows .partners-prev {
	background: #F3F7FC url(../images/slider-prev-b.png) 50% no-repeat;
}
.partners-arrows .partners-next {
	background: #1565D8 url(../images/slider-next-w.png) 50% no-repeat;
	margin-left: 20px;
}
.block-team {
	position: relative;
	z-index: 10;
}
.block-team .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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 {
	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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: start;
    -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;
	z-index: 1;
}
.block-account .list-account {
	width: 55%;
	position: relative;
	z-index: 10;
	color: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -webkit-flex;
    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.svg) 50% no-repeat;
}
.list-account .item-2 .icon {
	background: #fff url(../images/account-2.svg) 50% no-repeat;
}
.list-account .item-3 .icon {
	background: #fff url(../images/account-3.svg) 50% no-repeat;
}
.form {
	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: -webkit-box;
    display: -webkit-flex;
    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 .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 {
	
}
.block-documents .content {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -webkit-flex;
    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 .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.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 .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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 {
    box-shadow: 10px 10px 30px rgba(162, 183, 202, 0.2);
	width: 355px;
    cursor: pointer;
}
.block-articles .right .photo {
    line-height: 0;
}
.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: -webkit-box;
    display: -webkit-flex;
    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%;
}
.block-contacts .list-contacts {
	background: #1565D8;
	padding: 70px 95px;
}
.block-contacts .list-contacts .item {
	color: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    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.svg) 50% no-repeat;
}
.block-contacts .list-contacts .item-2 .icon {
	background: #F3F7FC url(../images/contacts-2.svg) 50% no-repeat;
}
.block-contacts .list-contacts .item-3 .icon {
	background: #F3F7FC url(../images/contacts-3.svg) 50% no-repeat;
}
.block-contacts .list-contacts .item-4 .icon {
	background: #F3F7FC url(../images/contacts-4.svg) 50% no-repeat;
}
.footer .wrapper {
	padding: 45px 0 45px 50px;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .nav ul li + li {
    margin-left: 35px;
}
.copyright {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
.copyright .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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: .2s;
}
.toggle-menu span:before,
.toggle-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #D6030D;
    -webkit-transition-duration: .2s, .2s;
    -moz-transition-duration: .2s, .2s;
    -o-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    -moz-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s;
}
.toggle-menu span:before {
    top: -12px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.toggle-menu span:after {
    bottom: -12px;
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.toggle-menu.open span {
    background: transparent;
}
.toggle-menu.open span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.toggle-menu.open  span:after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.mobile-menu {
	position: fixed;
	z-index: 999;
	background: #F3F7FC;
	width: calc(100% - 100px);
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: .4s;
	padding: 30px;
}
.mobile-menu.open {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.mobile-menu .mob-menu a {
	display: block;
	padding: 10px 0;
	transition: .2s;
}
.mobile-menu .mob-menu a:hover {
	text-decoration: underline;
}
.mobile-menu .mob-menu li + li {
	border-top: 1px solid rgba(214, 3, 13,.2);
}
.modal {
	max-width: 1045px;
	padding: 0;
	background: transparent;
}
.remodal-close {
	width: 92px;
	height: 116px;
	left: auto;
	right: -92px;
	top: 0;
	background: #F3F7FC url(../images/ico-close.png) 50% no-repeat;
	opacity: .8;
	transition: .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:before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #F3F7FC;
	left: 0;
	top: 0;
}
.checkbox input:checked + label:before {
	background: #1565D8 url(../images/ico-check.png) 50% no-repeat;
}
.form .checkbox {
	display: inline-block;
}
.form .checkbox + .checkbox {
	margin-left: 4%;
}
.form .line-two,
.form .line {
	margin-bottom: 30px;
}
.form .line-two {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: end;
        -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 -10px;
}
.list-related .slick-slide {
	padding: 0 10px;
}
.article-related .item {
	background: #F3F7FC;
}
.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;
}
.modal-thank .modal-head b {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}
.page-account .footer {
	background: #fff;
}
.page-account .footer .wrapper:before {
	display: none;
}
.block-user {
	padding-bottom: 50px;
}
.list-user {
	margin-bottom: 50px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -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;
}

.hide {
	display: none;
	visibility: hidden;
}




@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;
	}
}

@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;
	}
}

@media(max-width:1200px) {
	.footer .nav ul li + li,
	.header .nav ul li + li {
		margin-left: 25px;
	}
	.footer .nav {
		font-size: 16px;
	}
	.block-main .wrapper:after {
		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;
	}
}

@media(max-width:1100px) {
	.header .social a + a {
		margin-left: 10px;
	}
	.header .logo,
	.footer .logo {
		width: 150px;
	}
	.header .logo img,
	.footer .logo img {
		max-width: 100%;
		height: auto;
	}
	.block-main .wrapper:after {
		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;
	}
}

@media(max-width:1024px){
	.header {
		padding: 25px 0;
	}
	.block-main .wrapper:after {
		top: 98px;
	}
	.toggle-menu {
		display: block;
		margin-left: 20px;
	}
	.header .social {
		display: -webkit-box;
		display: -webkit-flex;
		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;
	}
	.header .nav {
		display: none;
	}
	.block-main .wrapper:after {
		right: -595px;
	}
	.block-about .about-top .left {
		max-width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		order: 2;
	}
	.block-about .about-top .photo {
		margin: -87px auto 20px auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		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;
	}
	.footer .nav li {
		width: 33%;
	}
	.footer .nav ul li + li {
		margin-left: 0;
	}
	.modal-article .modal-head br {
		display: none;
	}
	.article-related .item .name b {
		font-size: 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;
	}
}

@media(max-width:910px){
	.block-main .wrapper:after {
		display: none;
	}
	.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: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		order: 2;
	}
	.tabs-team-main {
		width: 100%;
	}
	.block-team .right {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		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-account .buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.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: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		order: 2;
	}
	.block-documents {
		padding-bottom: 50px;
		overflow: hidden;
	}
	.block-team .right {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		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: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-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;
	}
}

@media(max-width:800px){
	.block-main h1 {
		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;
	}
}

@media(max-width:700px){
	.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: 0;
		text-align: center;
	}
	.partners-arrows .partners-prev,
	.partners-arrows .partners-next {
		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;
	}
}

@media(max-width:600px){
	.block-main h1 {
		font-size: 36px;
	}
	.block-main .triggers .item {
		width: 100%;
	}
	.block-main .content {
		padding-top: 50px;
	}
	.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: 21px 25px;
	}
	.block-about .buttons .btn {
		width: 180px;
	}
	.block-numbers .num {
		width: 180px;
	}
	.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;
	}
}