html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	background: #fff;
	color: #11172F;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 170%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input, textarea, select {
	border: 0;
	background: #fff;
	resize: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}
button {
	cursor: pointer;
	border: none;
}
H1, H2, H3, H4, H5, H6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Rubik', sans-serif;
	line-height: 130%;
	font-weight: 700;
}
H1, .h1 {

}
H2, .h2 {
	font-size: 54px;
}
H3, .h3 {
	font-size: 46px;
}
H4, .h4 {
	font-size: 30px;
}
H5, .h5 {
	margin-top: 40px;
	font-size: 26px;
}
H6, .h6 {
	margin-top: 40px;
	font-size: 18px;
}
.block-subtitle {
	margin-top: 17px;
	font-weight: 300;
}
.block-subtitle.center-text {
	margin-left: auto;
	margin-right: auto;
}
.line-bottom:after {
	content: '';
	display: block;
	width: 74px;
	height: 4px;
	background: #FF5C44;
	margin-top: 20px;
}
.center-text.line-bottom:after {
	margin-left: auto;
	margin-right: auto;
}
.success-text {
	color: #0038FF;
}
.center-text {
	text-align: center;
}
.text-white {
	color: #fff;
}
.fw-light {
	font-weight: 300 !important;
}
.medium {
	font-weight: 500;
}
.button-center {
	display: flex;
	justify-content: center;
	margin-top: 47px;
}
ul, ul li {
	list-style: none;
}
ol {
	margin-top: 12px;
	list-style: none;
	counter-reset: item;
}
ol li {
	counter-increment: item;
	position: relative;
  padding-left: 25px;
}
ol li + li {
	margin-top: 18px;
}
ol li:before {
	content: counter(item)'.';
	position: absolute;
	left: 5px;
	top: 0;
}
a {
	text-decoration: none;
	transition: all 300ms ease;
}
a:not([class]) {
	text-decoration: underline;
	color: #FF5C44;
}
p {
	margin-top: 20px;
	font-weight: 300;
}
.bt {
	position: relative;
	cursor: pointer;
	transition: all 300ms ease;
	padding: 0 30px;
	height: 60px;
	background: #FF5C44;
	border-radius: 25px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.bt.secondary {
	background: #1F3BB3;
	color: #fff;
}
.bt.secondary.light {
	background: #F6F9FF;
	color: #0038FF;
}
.bt.outline {
	border: 2px solid;
	background: 0;
	padding: 0 24px;
	font-weight: 500;
	height: 48px;
	font-size: 18px;
	color: #11172F;
}
.bt-white {
	background: #FFFFFF;
	color: #1F3BB3;
}


a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1230px;
	padding: 0 60px;
	width: 100%;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
.hidden {
	display: none;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 24px;
	align-items: center;
	margin-right: 25px;
	display: none;
}
.bt-menu:before {
	font-size: 24px;
}



.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
section {
	padding: 100px 0;
}
.wrapper-block {
	position: relative;
}


.header {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	color: #11172F;
}
/* first section margin */
.first-section {
	margin-top: 20px;
}
.header-wrapper {
	height: 66px;
}
.header-dropdown .for-mobile {
	display: none;
}
.header-logo {
	width: 150px;
	height: 50px;
}
.header-nav > ul > li {
	position: relative;
	margin: 0 20px;
}
.header-nav > ul > li > a {
	display: inline-flex;
	align-items: flex-start;
	color: inherit;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
}
.header-nav > ul > li > a.icon-chevron:before {
	display: inline-block;
	order: 2;
	font-size: 11px;
	margin: 7px 0 0 6px;
}
.dropdown-submenu {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 14px;
	width: 280px;
	display: none;
}
.dropdown-submenu ul {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 10px 0;
}
.dropdown-submenu ul:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	left: 23px;
	bottom: 100%;
}
.dropdown-submenu li a {
	display: block;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}


.header-user {
	display: flex;
	align-items: center;
}
.header-user a {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	color: inherit;
}
.header-user a + a {
	margin-left: 26px;
}
.header-user .outline {
	border: 2px solid;
	border-radius: 15px;
	padding: 10px 16px;
}


.preview-block {
	position: relative;
	padding-top: 129px;
	z-index: 1;
	background: #F6F9FF;
}
.preview-block .img img {
    opacity: 0 !important
}
.preview-block .content {
	position: relative;
	z-index: 2;
	padding: 55px 0 107px;
	width: 48.65%;
}
.preview-block H1 {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 41px;
	line-height: 130%;
}
.preview-block H1.team-header {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 65px;
    line-height: 79px;
}
.preview-block p {
	font-weight: normal;
	font-size: 20px;
}
.preview-block .bt {
	margin-top: 40px;
}
.preview-block .img {
	position: relative;
	width: 49.46%;
	text-align: center;
	margin-top: auto;
	z-index: 1;
}
.preview-block .img .big-plane {
	background: url(../i/big-papper-plane.svg);
	background-size: 100% 100%;
	position: absolute;
	left: 60px;
	right: 60px;
	top: 70px;
	bottom: 70px;
	z-index: -1;
}
.preview-block .img .group-plane {
	background: url(../i/group-papper-plane.svg);
	background-size: 100% 100%;
	position: absolute;
	width: 549px;
	height: 574px;
	left: 33px;
	top: 18px;
	z-index: 2;
}


.project-block {
	position: relative;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.project-slider:not(.slick-slider) {
	display: flex;
	justify-content: center;
}
.project-slider:not(.slick-slider) .project-item {
	min-width: 350px;
	width: 350px;
}
.project-slider {
	margin: 60px auto 0;
	max-width: 1530px;
	position: relative;
}
.project-slider .slick-list {
	overflow: hidden;
}
.project-slider .slick-arrow {
	transform: translateY(0);
	top: 105px;
}




.project-slider .project-item {
	margin: 0 15px;
}
.project-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #F6F9FF;
	border-radius: 15px;
	height: 250px;
}
.project-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-item .category {
	margin-top: 20px;
	color: #0038FF;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.project-item .category span:not(:last-child) {
	margin-right: 10px;
}
.project-item .title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	font-family: 'Rubik', sans-serif;
	color: #000000;
}

/* Universal cards content */
.default-section {
	position: relative;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.content-cards {
	display: flex;
    justify-content: center;
    margin: 36px -15px 0;
    max-width: 1530px;
    position: relative;
    flex-wrap: wrap;
}
.content-cards .cards-item {
	min-width: 284px;
    flex: 1 0 0%;
    max-width: 360px;
}

.content-cards .cards-item {
	margin: 0 0px 30px;
	padding: 0 15px;
}
.cards-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #F6F9FF;
	border-radius: 15px;
	height: 250px;
	margin-bottom: 12px;
}
.cards-item .image a {
	width: 100%;
	height: 100%;
}
.cards-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.content-cards a {
	text-decoration: none;
}
.cards-item a:hover .image img {
    transform: scale(1.05);
}
.cards-item .category {
	margin-top: 0px;
	color: #0038FF;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.cards-item .category span:not(:last-child) {
	margin-right: 10px;
}
.cards-item .title {
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	font-family: 'Rubik', sans-serif;
	color: #000000;
}
.cards-item .title a {
	color: #000000;
	text-decoration: none;
}
.content-cards a:hover .title, .cards-item .title a:hover {
	text-decoration: underline;
	color: #FF5C44;
}
.cards-item p {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: normal;
	color: #11172F;
	line-height: 140%;
}



.desc-block {
	background: #F6F9FF;
}
.desc-block .wrapper {
	position: relative;
}
.desc-block .media {
	position: absolute;
	left: 0;
	top: 64px;
	max-width: 39.64%;
}
.desc-block .content {
	width: 57.3%;
}
.desc-block .subtitle {
	margin-top: 20px;
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	font-family: 'Rubik', sans-serif;
}
.desc-block p {
	margin-top: 30px;
}
.desc-block H4 {
	margin-top: 60px;
	font-size: 26px;
}
.desc-block .bt {
	margin-top: 60px;
}
.sm-logo-list {
	padding-top: 10px;
}
.sm-logo-list .item {
	margin-top: 25px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	max-width: 33.333%;
}
.plus-list li {
	position: relative;
	margin-top: 20px;
	padding-left: 27px;
}
.plus-list li:before {
	content: '';
	display: block;
	background: url(../i/plus.svg);
	width: 16px; height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 6px;
}
.check-list li {
	position: relative;
	margin-top: 24px;
	padding-left: 29px;
}
.check-list li:before {
	content: '';
	display: block;
	background: url(../i/check.svg);
	width: 16px; height: 13px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 6px;
}






.article-block {

}
.article + .article {
	margin-top: 60px;
}
.article {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.article .content {
	width: 65%;
	padding-right: 2%;
}
.article .img {
	width: 350px;
	min-width: 350px;
	background: #F6F9FF;
	border-radius: 30px;
}
.article .bt {
	margin-top: 50px;
}
.article:nth-child(2n) .content {
	order: 2;
	padding-right: 0;
	padding-left: 2%;
}
.article H4 {
	padding-top: 20px;
	font-size: 26px;
}
.article p {
	margin-top: 30px;
}
.article.v2 .img {
	min-width: 0;
	width: 40.1%;
}
.article.v2 .content {
	min-width: 0;
	width: 57.2%;
}


.newsletter-block {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #1F3BB3;
	color: #fff;
}
.newsletter-block:before {
	content: '';
	display: block;
	background: url(../i/el-design1.png) no-repeat;
	width: 99px;
	height: 194px;
	position: absolute;
	top: 652px;
	right: 0;
	z-index: -1;
}
.newsletter-block .col-left {
	width: 43.7%;
}
.newsletter-block .col-right {
	width: 43.78%;
}
.newsletter-block .bt {
	margin-top: 35px;
}
.newsletter-block .img {
	position: relative;
	height: 200px;
}
.newsletter-block .plane {
	background: url(../i/group-papper-plane1.svg);
	width: 1009px;
	height: 1009px;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.newsletter-block .plane img {
	position: absolute;
	top: 63px;
	right: 47px;
	max-width: 1000%;
}
.desc-item {
	max-width: 445px;
}
.desc-item + .desc-item {
	margin-top: 90px;
}
.desc-item H5 {
	margin: 0;
	font-size: 26px;
}
.desc-item H5:after {
	content: '';
	display: block;
	width: 74px;
	height: 4px;
	background: #FF5C44;
	margin-top: 20px;
}
.newsletter-item {
	margin: 40px 26px 0 0;
	max-width: 140px;
	text-align: center;
}
.newsletter-item .icon {
	height: 58px;
}
.newsletter-item .title {
	font-weight: bold;
	line-height: 120%;
}
.newsletter-item .icon .dot {
	position: relative;
	display: inline-block;
}
.newsletter-item .icon .dot:before {
	content: '';
	display: block;
	background: #FF5C44;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -7px;
}



.main-block {
	background: #11172F;
	color: #fff;
}
.about-box .text {
	width: 48.65%;
}
.about-box .text H3 + p {
	margin-top: 46px;
}
.about-box .achievement-list {
	width: 40.54%;
	border: 1px solid #DADADA;
	border-radius: 30px;
	align-content: space-around;
}
.achievement-list {
	padding: 20px 25px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.achievement-list .item {
	width: 50%;
}
.achievement-list .head {
	font-weight: bold;
	font-size: 36px;
	line-height: 150%;
	font-family: 'Rubik', sans-serif;
}
.achievement-list .head span {
	color: #FF5C44;
}
.achievement-list p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}


.main-block {
	position: relative;
	z-index: 1;
}
.team-box {
	margin-top: 60px;
}
.person-slider:not(.slick-slider) {
	display: flex;
	justify-content: center;
}
.person-slider:not(.slick-slider) .person-item {
	min-width: 350px;
	width: 350px;
}
.person-slider {
	padding-top: 30px;
}
.person-slider .person-item {
	margin: 0 15px;
}
.person-slider .slick-list {
	padding: 0 175px;
}
.person-item {
	position: relative;
	background: #131B3A;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 20px 0 0;
}
.person-item .photo {
	width: 57.15%;
	padding: 0 20px;
	text-align: center;
}
.person-item .content {
	width: 42.85%;
	padding-right: 15px;
}
.person-item .name {
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
}
.person-item .name:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #FF5C44;
	margin-top: 11px;
}
.person-item p {
	margin-top: 11px;
	color: #F6F9FF;
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
}


.crt-box {
	margin-top: 60px;
}
.crt-slider:not(.slick-slider) {
	display: flex;
	justify-content: center;
}
.crt-slider:not(.slick-slider) .crt-item {
	min-width: 197px;
	width: 197px;
}
.crt-slider {
	padding-top: 30px;
	margin: 0 -12px;
}
.crt-slider .crt-item {
	margin: 0 12px;
}
.crt-item {
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	color: #fff;
}
.crt-item .img {
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000;
	border-radius: 6px;
	height: 275px;
}
.crt-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.cabinet-block {
	background: #F6F9FF;
	text-align: center;
}
.cabinet-block .subtitle {
	max-width: 800px;
	margin: 38px auto 0;
	font-size: 20px;
	line-height: 150%;
}
.cabinet-block .bt {
	margin-top: 60px;
}
.instruction-list {
	justify-content: space-around;
	margin: 0 -30px;
}
.instruction-list .item {
	margin: 60px 30px 0;
}
.instruction-list .item img {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}



.faq-block .content {
	width: 65.76%;
}
.faq-block .aside {
	width: 32%;
	max-width: 318px;
}
.faq-block H3 {
	padding-bottom: 10px;
	font-size: 40px;
}
.faq-item {
	border-bottom: 1px solid #DBDBDB;
}
.faq-item .head {
	position: relative;
	cursor: pointer;
	padding: 20px 10px 20px 34px;
	font-size: 20px;
	line-height: 140%;
	color: #333;
}
.faq-item .head:before {
	content: '';
	display: block;
	background: url(../i/plus-blue.svg);
	width: 16px; height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq-item .text {
	padding: 0 10px 20px 34px;
	color: #4D4D4D;
	font-size: 19px;
	display: none;
}
.faq-item .text p:first-child {
	margin: 0;
}
.faq-item.open .head:before {
	background: url(../i/minus-blue.svg);
	width: 16px; height: 4px;
	background-size: 100% 100%;
}
.faq-block .agree {
	text-align: center;
}


.form-block {
	position: relative;
	z-index: 2;
	padding: 88px 0 0;
}
.form-box {
	position: relative;
	border-radius: 30px;
	background: #11172F;
	padding: 85px 74px 80px 386px;
	color: #fff;
}
.form-box .photo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 368px;
	text-align: center;
	padding: 0 15px;
	z-index: 2;
}
.form-box .photo:after {
	content: '';
	display: block;
	background: url(../i/group-papper-plane2.svg);
	background-size: 100% 100%;
	position: absolute;
	width: 296px;
	height: 423px;
	left: 20px;
	bottom: 42px;
	z-index: -1;
}
.form-box p {
	font-weight: normal;
}
.form-box .autor {
	margin-top: 15px;
	font-size: 14px;
	line-height: 150%;
}
.form-box .autor span {
	font-family: 'Rubik', sans-serif;
}
.form-box .agree a {
	color: #FF806D;
}
.form-box .form-callback {
    position: relative;
    z-index: 10;
}




.review-block {
	background: #F6F9FF;
	margin-top: -116px;
}
.review-slider {
	position: relative;
	max-width: 807px;
	margin: 34px auto 0;
	padding-top: 132px;
	overflow: hidden;
}
.review-slider:before {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 14px;
	font-family: 'icomoon' !important;
	content: "\e908";
	color: #ff5c44;
	font-size: 30px;
}
.review-slider:not(.slick-slider) .review-item:not(:first-child) {
	display: none;
}
.review-item {
	position: relative;
	z-index: 2;
	min-height: 225px;
	font-size: 36px;
	line-height: 150%;
	text-align: center;
}
.review-item p {
	margin: 0;
	font-weight: 400;
}


.logo-slider {
	margin-top: 60px;
	overflow: hidden;
}
.logo-slider:not(.slick-slider) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 46px;
	cursor: pointer;
}
.logo-slider.slick-slider .item:not(.slick-current) {
	opacity: .5;
}

block:before {
	content: '';
	display: block;
	background: url(../i/);
	width: px; height: px;
	background-size: 100% 100%;
}


.header.v2 {
	color: #fff;
}
.header.v2 .close {
	color: #000;
}




.preview-block_v2 {
	position: relative;
	background: #11172F;
	padding: 180px 0 125px;
	color: #fff;
}
.preview-block_v2 .content {
	position: relative;
	z-index: 10;
	width: 61%;
	max-width: 620px;
}
.preview-block_v2 .img {
	position: relative;
	width: 38.74%;
}
.preview-block_v2 .img img {
	position: relative;
	z-index: 2;
	max-width: 1000%;
}
.preview-block_v2 H1 {
	font-size: 60px;
	line-height: 71px;
}
.preview-block_v2 p {
	font-size: 24px;
	line-height: 160%;
	font-weight: 400;
}
.preview-block_v2 form {
	padding-top: 28px;
}
.preview-block_v2 .form-item {
	width: 220px;
	margin: 15px 15px 0 0;
}
.preview-block_v2 .callback-form .bt {
	width: 306px;
	margin-top: 15px;
	padding: 0;
}
.preview-block_v2 .envelope {
	position: absolute;
}
.preview-block_v2 .envelope.el2 {
    background: url(../i/envelope2.png);
    width: 160px;
    height: 195px;
    background-size: 100% 100%;
    left: 79%;
    top: 18px;
}
.preview-block_v2 .envelope.el1 {
    background: url(../i/envelope1.png);
    width: 104px;
    height: 127px;
    background-size: 100% 100%;
    left: 65px;
    bottom: 87px;
}
.preview-block_v2.blue-bg {
	background: #1F3BB3;
}




.preview-block_v4 {
	position: relative;
	background: #1F3BB3 url(../i/bg1.jpg) 50% 100% no-repeat;
	background-size: 100% 100%;
	padding: 166px 0 112px;
	color: #fff;
}
.preview-block_v4 .content {
	width: 43.86%;
}
.preview-block_v4 .img {
	position: relative;
	width: 56%;
	padding-left: 65px;
}
.preview-block_v4 .img img {
	max-width: 1000%;
}
.preview-block_v4 H1 {
	font-size: 60px;
	line-height: 71px;
}
.preview-block_v4 p {
	margin-top: 34px;
	font-size: 24px;
	line-height: 160%;
	font-weight: 400;
}
.preview-block_v4 .callback-form {
	padding-top: 35px;
}
.preview-block_v4 .form-item {
	width: 220px;
	margin: 15px 15px 0 0;
}
.preview-block_v4 .callback-form .bt {
	margin-top: 15px;
}






.solution-block {
	padding: 80px 0;
	overflow: hidden;
}
.solution-block .content {
	width: 57.2%;
}
.solution-block .img {
	width: 33.333%;
	top: 50px;
	right: 0;
	position: absolute;
}
.solution-block .img img {
	max-width: 1000%;
}
.solution-block H2 {
	padding-bottom: 20px;
}


.step-block {
	background: #F6F9FF;
}
.step-block .block-subtitle {
	max-width: 680px;
}
.step-list {
	margin: 16px -15px;
	position: relative;
}
.step-list .list {
	width: 0;
}
.step-item {
	position: relative;
	width: 50%;
	margin-top: 42px;
	padding: 0 15px;
}
.step-item:nth-child(2) {
	margin-top: 105px;
}
.step-item .wrapper {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 40px;
}
.step-item .head {
	display: flex;
	align-items: center;
	font-family: 'Rubik', sans-serif;
}
.count {
	margin-right: 5px;
	display: flex;
	align-items: center;
	color: #0038FF;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
}
.count:after {
	content: '';
	display: block;
	background: #0038FF;
	border-radius: 30px;
	transform: rotate(120deg);
	width: 30px;
	height: 3px;
}
.step-item .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
.step-item p {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #666;
}


.step-block.v2 {
	background: #FFFFFF;
}
.step-block.v2 .step-item .wrapper {
	background: #F6F9FF;
}




.integration-block .img {
	width: 34.86%;
	position: absolute;
	left: 0;
	top: 0;
}
.integration-block .content {
	width: 57.8%;
}
.integration-block H2 + p {
	margin-top: 48px;
}
.integration-block .check-list li {
	padding-left: 25px;
	font-size: 16px;
	line-height: 100%;
}
.integration-block .check-list li:before {
    width: 12px;
    height: 9px;
    top: 3px;
}


.embed-block {
	background: #11172F;
	color: #fff;
}
.embed-block .img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44%;
	max-width: 370px;
}
.embed-block .content {
	width: 52%;
	max-width: 540px;
}
.embed-block .bt {
	margin-top: 30px;
}




.tariff-block.v2 {
	background: #F6F9FF;
}
.tariff-block.v2 .subtitle {
	color: #000;
	font-weight: 400;
}

.tariff-block .subtitle {
	margin: 32px auto 0;
	max-width: 916px;
	color: #666666;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
}
.tariff-list {
	padding-top: 10px;
	max-width: 920px;
	margin: 0 auto;
}
.tariff-item {
	position: relative;
	width: 48.37%;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	padding: 40px 38px;
	display: flex;
	flex-direction: column;
	text-align: center;
	overflow: hidden;
	color: #1F3BB3;
}
.tariff-item .sticker {
    position: absolute;
    top: -1px;
    right: -47px;
    transform: rotate(45deg);
    background: #FF5C44;
    width: 140px;
    height: 45px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.tariff-item .title {
	font-weight: bold;
	font-size: 26px;
	line-height: 100%;
}
.tariff-item .sub {
	margin-top: 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
}
.tariff-item .check-list {
	padding-top: 10px;
	color: #333;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
}
.tariff-item .check-list li {
	margin-top: 20px;
	padding-left: 25px;
}
.tariff-item .check-list li:before {
    width: 12px;
    height: 9px;
    top: 6px;
}
.tariff-item .price {
	margin-top: auto;
	padding-top: 30px;
	line-height: 100%;
}
.tariff-item .price span {
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
}
.tariff-item .caption {
	margin-top: 10px;
}
.tariff-block .bt {
	display: flex;
	margin: 40px auto 0;
	max-width: 347px;
}
.tariff-item:nth-child(2n) {
	background: #1F3BB3;
	color: #fff;
}
.tariff-item:nth-child(2n) ul {
	color: #fff;
}
.tariff-item:nth-child(2n) li:before {
	background: url(../i/check_wht.svg);
	background-size: 100% 100%;
}


.tariff-list_v2 {
	padding-top: 35px;
}
.tariff-list_v2 .tariff-item {
	width: 31.53%;
	margin: 30px 2.705% 0 0;
}
.tariff-list_v2 .tariff-item:nth-child(3n) {
	margin-right: 0;
}



.form-block_v3 {
	padding: 0;
	background: #0422A2;
	color: #fff;
}
.form-block_v3 .content {
	position: relative;
	z-index: 5;
	padding: 60px 0;
	width: 54.5%;
	max-width: 560px;
}
.form-block_v3 .img {
	position: relative;
	z-index: 2;
	width: 44.55%;
}
.form-block_v3 .img img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	max-width: 1000%;
}
.form-block_v3 .img:before {
	content: '';
	display: block;
	background: url(../i/papper-plane3.svg);
	background-size: 100% 100%;
	width: 340px;
	height: 340px;
	position: absolute;
	top: 57px;
	left: 254px;
	z-index: -1;
}
.form-block_v3 p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 160%;
}
.form-block_v3 form {
	padding-top: 10px;
}
.form-block_v3 .form-item {
	width: 45%;
	max-width: 250px;
}
.form-block_v3 .bt {
	margin-top: 20px;
	width: 53%;
	max-width: 291px;
	padding: 0 5px;
}
.form-block_v3 .agree {
    margin-top: 20px;
    font-size: 12px;
}



.case-block {
	background: #F6F9FF;
}
.case-box {
	position: relative;
	margin-top: 40px;
	background: #FFFFFF;
	border-radius: 30px;
	padding: 50px 482px 50px 50px;
}
.case-box .logo {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 130px;
}
.case-box .title {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
.case-box .subtitle {
	margin-top: 5px;
	line-height: 130%;
}
.case-box .img {
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 395px;
}
.case-box p {
	margin-top: 40px;
	font-size: 16px;
	color: #4F4F4F;
	line-height: 190%;
}
.case-box .bt {
	margin-top: 40px;
}




.case-block_v2 .conf {
	max-width: 940px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	color: #999;
}
.site-slider {
	position: relative;
	margin-top: 60px;
	padding: 0 60px;
}
.site-slider .slick-list {
	overflow: hidden;
}
.site-slider:not(.slick-slider) {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.site-slider .item {
	padding: 0 15px;
	display: block;
	color: #DCDCDC;
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}
.site-slider .slick-current {
	color: #000;
}
.site-slider .slick-arrow {
    text-indent: 0;
	background: #F6F9FF;
	border-radius: 10px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0038FF;
}
.site-slider .slick-arrow:before {
	font-size: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0;
}
.site-slider .slick-next:before {
	transform: rotate(180deg);
}
.site-slider .slick-disabled {
	cursor: default;
	background: #F6F9FF;
	color: #E3E3E3;
}


.case-slider {
	position: relative;
	margin-top: 50px;
}
.case-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-wrapper .content {
	width: 48.65%;
	color: #4F4F4F;
}
.case-wrapper .statistic-box {
	width: 48.65%;
}
.case-wrapper .head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 48px;
}
.case-wrapper .logo {
	width: 140px;
	margin-right: 46px;
}
.case-wrapper .name {
	display: inline-flex;
	align-items: center;
	color: #333333;
	text-decoration-line: underline;
	font-weight: 500;
	font-size: 14px;
}
.case-wrapper .name:after {
	content: '';
	display: block;
	background: url(../i/arrow.svg);
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
	margin-left: 4px;
}
.case-wrapper .h6 {
	font-weight: 500;
	font-size: 18px;
	line-height: 190%;
}
.case-wrapper p {
	font-weight: 300;
	font-size: 16px;
	line-height: 190%;
}
.case-wrapper p + p {
	margin-top: 10px;
}
.case-wrapper .bt {
	margin-top: 30px;
	color: #1F3BB3;
	border-color: inherit;
}



.statistic-box > .d-flex {
	margin: 0 -15px;
}
.statistic-item {
	position: relative;
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
	display: flex;
}
.statistic-item:nth-child(1),
.statistic-item:nth-child(2) {
	margin-top: 0;
}
.statistic-item .wrapper {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding: 25px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.statistic-item .title {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.statistic-item p {
	margin: 25px auto 0;
	font-size: 14px;
	line-height: 150%;
	color: #666;
}
.statistic-item .mobile-title {
	display: none;
}


.chart-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 50px;
	height: 117px;
}
.chart-item {
	position: relative;
	margin: 0 12px;
}
.chart-item .growth {
	position: relative;
	z-index: 2;
	height: 100px;
	width: 26px;
	margin: 0 auto;
	transition: 1.5s;
}
.chart-item:not(.active) .growth {
	height: 0;
}
.slick-active:not(:first-child) .chart-item .growth {
	height: 100px;
}

.chart-item .growth .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FF5C44;
	border-radius: 5px;
}
.chart-item.blue .growth .bar {
	background: #0038FF;
}
.chart-item.blue .value {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #FF5C44;
}
.chart-item.blue .value {
	color: #0038FF;
}
.chart-item .label {
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #999999;
}
.conversion .chart-item {
	margin: 0 2px;
}
.conversion .chart-item .growth:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F6F9FF;
	border-radius: 5px;
	position: absolute;
	z-index: -1;
}






.calc-wrapper {
	position: relative;
	padding: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
}
.calc-wrapper .h4 {
	position: relative;
	padding: 11px 70px 11px 0;
}
.calc-wrapper .h4:before {
	content: '';
	display: block;
	background: url(../i/papper-plane.svg);
	background-size: 100% 100%;
	width: 63px;
	height: 63px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.calc-wrapper p {
	margin-top: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
}
.calc-wrapper .buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.calc-wrapper .buttons .bt {
	margin: 10px 32px 0 0;
	width: 200px;
	height: 56px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 500;
}
.calc-wrapper .agree {
	margin-top: 40px;
	color: #11172F;
	font-weight: 300;
	font-size: 13px;
}



.experience-block {
	background: #F6F9FF;
}
.experience-block .subtitle {
	margin: 38px auto 0;
	max-width: 636px;
	color: #333;
	font-weight: 300;
}
.experience-block .achievement-list {
	padding: 60px 50px 20px;
	justify-content: space-around;
}
.experience-block .achievement-list .item {
	width: 200px;
	margin-top: 40px;
}




.logo-list {
	margin: -10px -30px 0;
}
.logo-list .item {
	margin-top: 50px;
	width: 20%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-list .item img {
	opacity: .5;
}




.task-block {
	position: relative;
	z-index: 2;
}
.task-block:before {
	content: '';
	display: block;
	background: url(../i/design-el1.svg);
	width: 190px;
	height: 343px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 64px;
	z-index: -1;
}
.task-block:after {
	content: '';
	display: block;
	background: url(../i/design-el2.svg);
	width: 194px;
	height: 196px;
	background-size: 100% 100%;
	position: absolute;
	top: 90px;
	right: 20px;
	z-index: -1;
}
.task-block .column {
	padding-top: 15px;
	width: 47.36%;
}
.task-block .plus-list {
	width: 48%;
	font-size: 16px;
	line-height: 150%;
}
.task-block .plus-list li:before {
    top: 4px;
}


.section + .tariff-block,
.task-block + .section,
.partner-block + .form-block,
.calc-block + .faq-block,
.step-block + .instrument-block,
.partner-block + .faq-block,
.partner-block + .calc-block,
.case-block_v2 + .calc-block,
.calc-block + .partner-block {
	padding-top: 0;
}






.article-module {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}
.article-module .content {
	width: 55.61%;
}
.article-module p {
	margin-top: 27px;
}
.article-module .check-list li {
	padding-left: 25px;
	font-size: 16px;
	line-height: 150%;
}
.article-module .check-list li:before {
    top: 4px;
}
.article-module .hint {
	margin-top: 20px;
	color: #333333;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}
.article-module .img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 44%;
}
.article-module:nth-child(2n) {
	justify-content: flex-end;
}
.article-module:nth-child(2n) .img {
	right: auto;
	left: 0;
}


.form-module {
	margin-top: 80px;
}
.form-module .wrapper {
	background: #1F3BB3;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	padding: 16px 5% 36px;
}
.form-module .form-group {
	padding: 0;
}
.form-module .form-group .form-item,
.form-module .form-group .button {
	width: 24%;
}
.form-module .form-group .bt {
	padding: 0;
	width: 100%;
}
.form-module .agree {
	margin-top: 21px;
	color: #666;
	text-align: center;
}
.form-module .agree a {
	color: #000;
}



.bot-block {
	position: relative;
	overflow: hidden;
	background: #FF5C44;
	color: #fff;
}
.bot-block H2 {
	position: relative;
	z-index: 2;
	max-width: 740px;
}
.bot-block .content {
	position: relative;
	z-index: 2;
	width: 43.86%;
}
.bot-block .img {
	position: relative;
	width: 56%;
}
.bot-block .img img {
	position: absolute;
	left: 110px;
	top: -160px;
}
.bot-block p {
	margin-top: 24px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 400;
}
.bot-block .bt {
	margin-top: 36px;
	border-radius: 25px;
}


.push-block {
	position: relative;
	overflow: hidden;
	background: #11172F;
	padding: 67px 0 0;
	color: #fff;
}
.push-block .img {
	position: relative;
	width: 47.45%;
	overflow: hidden;
	bottom: -30px;
}
.push-block .img svg {
	width: 100%;
	height: auto;
	background: 0 !important;
}
.push-block .content {
	width: 38.6%;
}
.push-block p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 400;
}
.push-block .bt {
	margin-top: 50px;
}


.icon_text-list {
	padding-top: 17px;
}
.icon_text-item {
	display: flex;
	align-items: flex-start;
	width: 47.36%;
	margin-top: 40px;
}
.icon_text-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0038FF;
	width: 64px;
	min-width: 64px;
	height: 64px;
	border-radius: 50%;
}
.icon_text-item .text {
	padding-left: 20px;
}
.icon_text-item .title {
	font-size: 22px;
	color: #3C3C63;
}
.icon_text-item p {
	margin-top: 12px;
	color: #808899;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}



.tariff-list_v2 {
	padding-top: 35px;
}
.tariff-list_v2 .tariff-item {
	width: 31.53%;
	margin: 30px 2.705% 0 0;
}


.advantage-list {
	padding-top: 25px;
}
.advantage-item {
	display: flex;
	align-items: flex-start;
	width: 31.53%;
	margin: 40px 2.705% 0 0;
}
.advantage-item:nth-child(3n) {
	margin-right: 0;
}

.advantage-item .icon {
	width: 36px;
	min-width: 36px;
}
.advantage-item .text {
	padding-left: 10px;
}
.advantage-item .title {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	line-height: 180%;
}
.advantage-item p {
	margin-top: 3px;
	color: #666666;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
}




.footer {
	position: relative;
	background: #11172F;
	color: #fff;
}
.footer-wrapper {
	position: relative;
}
.footer-top {
	padding: 50px 0 44px;
}
.footer-title {
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	line-height: 23px;
}
.footer-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #FF5C44;
	margin-top: 20px;
}
.footer-logo {
	margin-right: auto;
	flex-direction: column;
    display: flex;
}
.footer a.phone {
	margin-top: 14px;
	color: #FFF;
	text-decoration: none;
	padding-left: 28px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.54 21.54"%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23ff5c44;}%3C/style%3E%3C/defs%3E%3Cg id="Layer_2" data-name="Layer 2"%3E%3Cg id="Layer_1-2" data-name="Layer 1"%3E%3Cpath class="cls-1" d="M8.41,8.17l5,5c.29-.29.59-.62.9-.93A3,3,0,0,1,18.56,12a24.46,24.46,0,0,1,2.16,2.16,3,3,0,0,1-.1,4.18c-.59.62-1.19,1.22-1.81,1.81a5.31,5.31,0,0,1-4.47,1.3,12.66,12.66,0,0,1-5.53-2.1,20.91,20.91,0,0,1-7.06-7.3A12.53,12.53,0,0,1,0,7.18,5.37,5.37,0,0,1,1.65,2.41c.51-.47,1-1,1.47-1.46A3,3,0,0,1,7.33.81,25.61,25.61,0,0,1,9.54,3a3,3,0,0,1-.16,4.2C9.06,7.55,8.72,7.86,8.41,8.17Zm6.71,11.26a3.06,3.06,0,0,0,2.32-.84l1.66-1.67a.9.9,0,0,0,0-1.39c-.6-.62-1.22-1.23-1.83-1.84a.93.93,0,0,0-1.5,0l-1.59,1.59a1.07,1.07,0,0,1-1.69,0L6.24,9.06a1.07,1.07,0,0,1,0-1.69L7.84,5.78a.93.93,0,0,0,0-1.49c-.59-.6-1.19-1.2-1.79-1.79a.93.93,0,0,0-1.49,0C4,3,3.53,3.54,3,4.05a3,3,0,0,0-.88,2.09,8.06,8.06,0,0,0,1,4.07A18.24,18.24,0,0,0,12,18.68,7.79,7.79,0,0,0,15.12,19.43Z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.footer a.phone:hover {
	color: #FF5C44;
}
.footer-nav {
	width: 22.97%;
}
.footer-nav__list {
	padding-top: 8px;
}
.footer-nav__list li {
	margin-top: 12px;
}
.footer-nav__list li a {
	display: inline-block;
	font-size: 15px;
line-height: 18px;
color: #fff;
text-decoration: none;
}
.footer-service {
	width: 22.97%;
	margin-left: 2.7%;
}
.footer-service .item {
	margin-top: 20px;
}
.footer-service .item .title {
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
}
.footer-service .item p {
	margin-top: 5px;
	color: #999999;
	font-size: 14px;
	line-height: 16px;
}
.footer-subs {
	width: 22.97%;
	margin-left: 2.7%;
}
.footer-subs .footer-title::after {
	margin: 0;
	background: unset;
}
.footer-subs p {
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
}
.footer-subs .form-item {
	margin-top: 14px;
}
.footer-subs .form-item input {
	height: 48px;
}
.footer-subs .bt {
	margin-top: 12px;
	padding: 0;
	width: 100%;
	height: 48px;
	border-radius: 20px;
	font-size: 18px;
}


.footer-bot {
	padding: 18px 0;
	border-top: 1px solid #333333;
}
.footer-copy {
	font-size: 15px;
	line-height: 18px;
}
.footer-contacts > a {
	margin-right: 58px;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
}


.statistics {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.statistics .item {
	margin-top: 40px;
	max-width: 175px;
}
.statistics .item:not(:last-child) {
	margin-right: 32px;
}
.statistics .value {
	font-weight: bold;
	font-size: 26px;
	line-height: 150%;
	font-family: 'Rubik', sans-serif;
}
.statistics .text {
	font-size: 14px;
	line-height: 130%;
	color: #666666;
}

.soc-icons {
	display: flex;
	align-items: center;
}
.soc-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 42px;
	height: 42px;
	color: #fff;
	font-size: 42px;
}
.soc-icons a + a {
	margin-left: 9px;
}


.form {
	position: relative;
	padding: 36px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	color: #000000;
}
.form .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
}
.form p {
	margin-top: 4px;
	font-size: 16px;
	line-height: 160%;
}
.form .bt {
	margin-top: 20px;
	width: 100%;
	padding: 0;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
	color: #999999;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
}
::-ms-placeholder {
    opacity: 1;
    color: #999999;
}
::placeholder {
    opacity: 1;
    color: #999999;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-ms-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
.form-item {
	position: relative;
	margin-top: 20px;
}
.form-item input {
	width: 100%;
	height: 60px;
	border: 1px solid #CDCDCD;
	border-radius: 25px;
	padding: 0 10px 0 30px;
	color: #000;
	font-size: 16px;
}
.form-item textarea {
	width: 100%;
	height: 155px;
	border: 1px solid #CDCDCD;
	border-radius: 25px;
	padding: 20px 30px;
	color: #000;
	font-size: 16px;
	line-height: 130%;
}
.form-item .head {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.form-item .count:after {
	width: 22px;
	transform: rotate(120deg);
}
.form-item .label {
	font-size: 16px;
	line-height: 150%;
}
.form-item .count {
	color: #B8B8B8;
}
.form-item .count:after {
	background: #B8B8B8;
}
.form-item.success .count {
	color: #0038FF;
}
.form-item.success .count:after {
	background: #0038FF;
}


.form-group {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}
.form-group .form-item {
	width: 35.38%;
}
.form-group .bt {
	margin-top: 20px;
	padding: 0;
	width: 24.61%;
}
.form-group .agree {
	width: 100%;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.form-row .form-item {
	width: 50%;
	padding: 0 20px;
}
.agree {
	margin-top: 16px;
	font-weight: 300;
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.agree a {
	color: inherit;
}


.choose-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
.choose-item {
	position: relative;
	margin: 0 0 30px;
	width: 33.333%;
}
.choose-item label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}
.choose-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #BBBBBB;
	border-radius: 3px;
	width: 18px; height: 18px;
}
.checkbox-custom:before {
	content: '';
	display: block;
	background: url(../i/check.svg);
	background-size: 100% 100%;
	width: 10px;
	height: 8px;
	opacity: 0;
}
.radio-custom {
	position: absolute;
	left: 0; top: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #BBBBBB;
	border-radius: 3px;
	width: 18px; height: 18px;
	border-radius: 50%;
}
.radio-custom:before {
	content: '';
	display: block;
	background: #0038FF;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	opacity: 0;
}
input:checked + .checkbox-custom,
input:checked + .radio-custom {
	border-color: #0038FF;
}
input:checked + .checkbox-custom:before,
input:checked + .radio-custom:before {
	opacity: 1;
}


.agree-item {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	color: #999;
}
.agree-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.agree-item .checkbox-custom {
	top: 0;
}
.agree-item a {
	position: relative;
	z-index: 5;
	color: inherit;
}

select.custom-select {
	border: 1px solid #268256;
	height: 50px;
	width: 100%;
	line-height: 48px;
	border-radius: 3px;
	padding: 0 18px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.nice-select {
	position: relative;
	width: 100%;
}
.nice-select .current {
	position: relative;
	border: solid 1px #c8cbcc;
	cursor: pointer;
	display: block;
	padding: 0 30px 0 20px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nice-select .current::after {
	content: '';
	display: block;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	position: absolute;
	top: 17px;
	right: 14px;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}
.nice-select.open {
	z-index: 20;
}
.nice-select .list {
	background-color: #fff;
	border: solid 1px #c8cbcc;
	border-top: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	transition: all 0.2s;
	display: block;
	margin: 0;
	padding: 0;
	padding: 4px 0;
}


.slick-slider {
	position: relative;
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all .3s;
}
.slick-prev {
	left: -5px;
}
.slick-next {
	right: -5px;
}
.slick-dots {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	position: relative;
	cursor: pointer;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li + li {
	margin-left: 5px;
}
.slick-dots li:before {
	content: '';
	display: block;
	background: #BBBBBB;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
}
.slick-dots li.slick-active:before {
	background: #0038FF;
	width: 14px;
	height: 14px;
}




.modal {
	position: relative;
	margin: 0 auto;
	max-width: 470px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 30px;
}
.modal .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}
.modal form {
	padding-top: 16px;
}
.modal .form-item {
    margin-top: 16px;
}
.modal .bt {
	margin-top: 16px;
}
.modal .link {
	margin-top: 16px;
	font-size: 14px;
	text-decoration: underline;
}
.modal .help {
	margin-top: 16px;
	color: #666666;
	font-size: 15px;
	line-height: 18px;
}
.modal .help a {
	text-decoration: underline;
}
.modal .agree {
	margin-top: 30px;
	color: #666666;
}
.modal > p {
	margin-top: 30px;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}

.m-0 {
	margin: 0 !important;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sriw1u');
  src:  url('fonts/icomoon.eot?sriw1u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sriw1u') format('truetype'),
    url('fonts/icomoon.woff?sriw1u') format('woff'),
    url('fonts/icomoon.svg?sriw1u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-next:before {
  content: "\e914";
}
.icon-circle-chevron-right:before {
  content: "\e913";
}
.icon-calendar:before {
  content: "\e910";
}
.icon-location:before {
  content: "\e911";
}
.icon-rub:before {
  content: "\e912";
}
.icon-whatsapp:before {
  content: "\e900";
}
.icon-chat:before {
  content: "\e901";
}
.icon-comments:before {
  content: "\e902";
}
.icon-headset:before {
  content: "\e903";
}
.icon-burger:before {
  content: "\e904";
}
.icon-chevron:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-qute:before {
  content: "\e908";
}
.icon-telegram:before {
  content: "\e909";
}
.icon-vk:before {
  content: "\e90a";
}
.icon-close:before {
  content: "\e90b";
}
.icon-triangle:before {
  content: "\e90c";
}
.icon-chevron_left:before {
  content: "\e90d";
}
.icon-chevron_right:before {
  content: "\e90e";
}
.icon-clip:before {
  content: "\e90f";
}



.d-flex {
	display: flex; flex-wrap: wrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}


/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {

a:not([class]):hover {
	text-decoration: none;
}
.bt:hover {
	background: #ED452C;
}
.bt.secondary:hover {
	background: #290FCA;
}
.bt-white:hover {
	background: #FFFFFF;
	color: #FF5C44;
}
.bt.secondary.light:hover {
    background: #F6F9FF;
    color: #FF5C44;
}
.bt.outline:hover {
    background: #11172F;
    border-color: #11172F;
    color: #fff;
}




.header-user .outline:hover {
	background: #11172F;
	color: #fff;
}
.header.v2 .header-user .outline:hover  {
    background: #fff;
    color: #11172F;
    border-color: #fff;
}



.footer-service .item .title:hover,
.soc-icons a:hover,
.footer-nav__list li a:hover,
.dropdown-submenu li a:hover,
.header-nav > ul > li:hover > a {
	color: #FF5C44;
}

.slick-dots li:hover:before,
.slick-arrow:hover {
	background: #0038FF;
	color: #fff;
}


}


/*

    New styles

 */

.contacts-block {
    background: #11172F;
    padding: 100px 0 208px;
    color: #fff;
}
@media (max-width: 1023px) {
    .contacts-block {
        padding: 86px 0 106px;
    }
}
.contacts-list {
    margin: 0 -15px;
    padding-top: 6px;
}
.contacts-list .item {
    display: flex;
    width: 50%;
    padding: 0 15px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .contacts-list .item {
        width: 100%;
    }
}
@media (max-width: 660px) {
    .contacts-list {
        padding-top: 0;
        margin-top: -10px;
    }
}
.contacts-list .wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #131B3A;
    border-radius: 24px;
}
@media (max-width: 660px) {
    .contacts-list .wrapper {
        padding: 20px;
    }
}
.contacts-list .wrapper:before {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 40px;
    font-size: 45px;
    color: #001779;
}
@media (max-width: 660px) {
    .contacts-list .wrapper:before {
        top: 20px;
        right: 20px;
        font-size: 32px;
    }
}
.contacts-list .h5 {
    margin: 0;
}
.contacts-list .phone {
    display: inline-block;
    margin-top: 26px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.contacts-list .button {
    margin-top: 16px;
}
.contacts-list .bt {
    height: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.contacts-list .mail {
    margin-top: 18px;
}
.contacts-list .mail a {
    font-size: 20px;
    color: #ED452C;
    text-decoration: none;
}
.msgs {
    padding-top: 9px;
}
.msgs a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #262D49;
    width: 42px;
    height: 42px;
    margin: 9px 9px 0 0;
    font-size: 20px;
    color: inherit;
}
.msgs a.icon-telegram:before {
    font-size: 38px;
}
.msgs a.icon-facebook:before {
    font-size: 32px;
}

.feedback-block {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    background: #F6F9FF;
}
.feedback-content {
    margin-top: -158px;
    padding: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
.feedback-content .text {
    width: 32.3%;
    padding-right: 20px;
}
.feedback-content .form-wrapper {
    width: 67.7%;
}
.feedback-content .h5 {
    margin-top: 12px;
}
.feedback-content .text p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 160%;
}
.feedback-content .form-group {
    margin: 0 -10px;
    padding: 0;
}
.feedback-content .form-item {
    margin: 0 0 20px;
}
.feedback-content .form-group .form-item {
    width: 33.333%;
    padding: 0 10px;
}
.feedback-content .form-item input {
    padding: 0 16px;
    font-size: 16px;
    border-radius: 12px;
}
.feedback-content .form-item textarea {
    height: 160px;
    padding: 20px 16px;
    font-size: 16px;
    border-radius: 12px;
}
.feedback-content .captcha {
    margin-right: 20px;
}
.feedback-content .bt {
    width: 246px;
    border-radius: 12px;
}
@media (max-width: 1023px) {
    .feedback-block {
        margin-top: -76px;
        padding: 0;
        background: 0;
    }
    .feedback-content {
        margin-top: 0;
        padding: 36px 20px;
    }
}
@media (max-width: 900px) {
    .feedback-content .text {
        width: 100%;
        padding-right: 0;
    }
    .feedback-content .form-wrapper {
        width: 100%;
        padding-top: 20px;
    }
}
@media (max-width: 660px) {
    .feedback-content .text .img {
        width: 44px;
    }
    .feedback-content .form-group .form-item {
        width: 100%;
    }
    .feedback-content .bt {
        margin-top: 20px;
        width: 100%;
        height: 60px;
        font-size: 20px;
    }
}

.page {
    position: relative;
    z-index: 1;
    padding: 100px 0 60px;
    overflow: hidden;
}
.page H1 {
    font-size: 46px;
    line-height: 110%;
    color: #11172F;
}
.page ul:not([class]) {
    margin-top: 12px;
}
.page ul:not([class]) li {
    position: relative;
    padding-left: 30px;
}
.page ul:not([class]) li + li {
    margin-top: 18px;
}
.page ul:not([class]) li:before {
    content: "\2022";
    position: absolute;
    left: 10px;
    top: 0;
}
.page .container > img {
    margin-top: 40px;
    border-radius: 16px;
}
.share {
    margin-top: 16px;
}
.share .title {
    font-size: 16px;
    margin-right: 2px;
}
.share .soc-icons a {
    margin: 0 0 0 10px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #000;
    font-size: 30px;
}
.share .soc-icons .icon-whatsapp {
    font-size: 16px;
}
.share.border-top {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #F6F9FF;
}
.vacancy-body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.main-content {
    margin-top: 36px;
    padding-right: 60px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.main-aside:not(.for-mobile) {
    margin-top: 36px;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
}
.main-aside.for-mobile {
    display: none;
}
@media (max-width: 1023px) {
    .vacancy-body {
        flex-direction: column;
    }
    .main-content {
        margin-top: 30px;
        padding-right: 0;
    }
    .main-aside {
        display: none;
    }
    .main-aside.for-mobile {
        display: block;
        padding: 10px 0 40px;
    }
}
.main-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.main-content > *:first-child {
    margin-top: 0;
}
.main-content > img {
    margin-top: 30px;
    border-radius: 16px;
}
.total-text {
    margin-top: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
}
.total-text:before {
    content: '';
    display: block;
    width: 136px;
    height: 3px;
    background: #FF5C44;
    margin-bottom: 20px;
}
.event-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.event-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.event-content > *:first-child {
    margin-top: 0;
}
.main-aside .contents {
    padding: 24px;
    background: #F6F9FF;
    border-radius: 8px;
}
.main-aside .h6 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}
.main-aside .contents .h6 {
    margin: 0;
}
.main-aside .contents ol {
    margin: 0;
    padding-top: 4px;
}
.main-aside .contents li {
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%;
    color: #303046;
}
.main-aside .contents li a {
    text-decoration: none;
    color: inherit;
}
.vacancy-item {
    margin-top: 16px;
}
.vacancy-item + .vacancy-item {
    padding-top: 16px;
    border-top: 1px solid #E6E6E6;
}
.vacancy-item .category {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #0038FF;
    text-decoration: none;
}
.vacancy-item .title {
    margin-top: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}
.vacancy-item p {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #666666;
}

@media (max-width: 1023px) {
    .page {
        padding: 86px 0 40px;
    }
}
@media (max-width: 767px) {
    .page H1 {
        font-size: 26px;
    }
}

.category-list {
    padding-top: 19px;
    display: flex;
    overflow: auto;
}
@media (max-width: 767px) {
    .category-list {
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-right: -45px;
    }
}
.category-list li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 11px 11px 0 0;
}
.category-list a {
    width: 100%;
    height: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 14px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #11172F;
    text-decoration: none;
    white-space: nowrap;
}
.category-list a.active,
.category-list a:hover {
    background: #0038FF;
    border-color: #0038FF;
    color: #fff;
}

.pagination {
    padding-top: 40px;
}
.pagination li {
    margin: 10px 3px 0;
}
.pagination a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    color: #11172F;
    font-size: 15px;
    font-weight: 500;
}
.pagination a.active,
.pagination a:hover {
    background: #0038FF;
    color: #fff;
}

.items-row {
    margin: 0 -15px;
}
.items-row .item {
    width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
}
@media (max-width: 950px) {
    .items-row .item {
        width: 50%;
    }
}
@media (max-width: 660px) {
    .items-row .item {
        width: 100%;
    }
}
.items-row .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    background: #F6F9FF;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: #C0C0C0;
    font-weight: 300;
    font-size: 22px;
}
@media (max-width: 500px) {
    .items-row .img {
        height: 160px;
    }
}
.items-row .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.items-row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.items-row .caption {
    padding: 0 10px;
    width: 100%;
}
.items-row .date {
    margin-top: 9px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.items-row .category {
    margin-top: 22px;
    display: inline-block;
    color: #0038FF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase
}
.items-row .h6 {
    margin-top: 9px;
    color: #000;
}
.items-row .h6 a {
    text-decoration: none;
    color: inherit;
}
.items-row p {
    margin-top: 9px;
    font-size: 16px;
    line-height: 130%;
    color: #666666;
    font-weight: 400;
}


.breadcrumbs {
    margin-bottom: 6px;
}
.breadcrumbs li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
}
.breadcrumbs li:not(:last-child):after {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'icomoon';
    content: "\e90e";
    font-size: 8px;
}
.breadcrumbs li a {
    text-decoration: none;
    color: inherit;
}
.info-panel .date {
    margin: 16px 24px 0 0;
    font-size: 16px;
    line-height: 130%;
}
.info-panel .tag {
    margin: 16px 24px 0 0;
    padding: 10px 16px;
    background: #F6F9FF;
    border-radius: 8px;
}


.vacancy-form {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #0422A2;
}
.vacancy-form .h6 {
    margin-top: 10px;
}
.vacancy-form .content {
    margin-top: 40px;
    background: #FFFFFF;
    padding: 36px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
.vacancy-form .form-group {
    margin: 0 -10px;
    padding: 0;
}
.vacancy-form .form-item {
    margin: 0 0 20px;
}
.vacancy-form .form-group .form-item {
    width: 50%;
    padding: 0 10px;
}
.vacancy-form .form-item input {
    padding: 0 16px;
    font-size: 16px;
    border-radius: 12px;
}
.vacancy-form .form-item textarea {
    height: 160px;
    padding: 20px 16px;
    font-size: 16px;
    border-radius: 12px;
}
.vacancy-form .bt {
    margin-top: 20px;
    width: 246px;
    border-radius: 12px;
    height: 60px;
    font-size: 20px;
}
@media (max-width: 667px) {
    .vacancy-form {
        padding: 40px 0;
    }
    .vacancy-form .content {
        margin-top: 10px;
    }
    .vacancy-form .form-group .form-item {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .vacancy-form .bt {
        width: 100%;
    }
}
.file-wrapper {
    position: relative;
    background: #F6F9FF;
    border-radius: 12px;
    padding: 0 10px 0 47px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
}
.file-wrapper:before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #0422A2;
    font-size: 20px;
}
.file-wrapper input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.file-wrapper .name {
    color: #1F3BB3;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.file-wrapper .hint {
    color: #999;
    font-size: 15px;
    line-height: 130%;
}


.event-body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.event-content {
    margin-top: 36px;
    padding-right: 30px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.event-aside {
    margin-top: 36px;
    min-width: 350px;
    max-width: 350px;
    width: 350px;
}
@media (max-width: 900px) {
    .event-body {
        flex-direction: column;
    }
    .event-content {
        margin-top: 30px;
        padding-right: 0;
    }
    .event-aside {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}
.event-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.event-content > *:first-child {
    margin-top: 0;
}
.event-info {
    padding: 30px;
    background: #F6F9FF;
    border-radius: 8px;
}
.event-info .item + .item {
    margin-top: 30px;
}
.event-info .label {
    color: #000;
    font-size: 20px;
    line-height: 150%;
}
.event-info p {
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}
.badge-label {
    margin-top: 18px;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.badge-label-success {
    background: #27AE60;
    color: #fff;
}
.aside-form {
    margin-top: 30px;
    padding: 30px;
    background: #11172F;
    border-radius: 24px;
    color: #fff;
}
.aside-form .h5 {
    margin: 0;
}
.aside-form p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.aside-form .event-form {
    margin-top: 30px;
}
.aside-form .form-item {
    margin: 0 0 20px;
}
.aside-form .form-item input {
    padding: 0 16px;
    font-size: 16px;
    border-radius: 12px;
}
.aside-form .bt {
    margin-top: 20px;
    width: 100%;
    height: 60px;
    font-size: 20px;
}


.event-block {
    padding-bottom: 60px;
}
.event-block.bg {
    background: #F6F9FF;
    padding: 50px 0;
}
.event-list {
    margin: 0 -15px;
}
.event-list .item {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.event-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    background: #F6F9FF;
    border-radius: 15px;
    color: #11172F;
}
.event-block.bg .event-wrapper {
    background: #fff;
}
.event-wrapper .img {
    width: 47.2%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.event-wrapper .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.event-wrapper .content {
    width: 52.8%;
    padding: 40px 30px;
}
.event-wrapper .category {
    display: block;
    color: #0038FF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.event-wrapper .date {
    display: block;
    margin-top: 9px;
    font-size: 15px;
    line-height: 130%;
}
.event-wrapper .title {
    display: block;
    margin-top: 9px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.event-wrapper.bg-blue {
    background: #0038FF;
    color: #fff;
}
.event-wrapper.bg-blue .category {
    color: inherit;
}
@media (max-width: 960px) {
    .event-list .item {
        width: 100%;
    }
}
.event-wrapper .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
    color: #C0C0C0;
    font-weight: 300;
    font-size: 22px;
}
.event-wrapper .sticker {
    position: absolute;
    top: 18px;
    right: -74px;
    background: #FF5C44;
    border-radius: 79px;
    transform: rotate(35deg);
    width: 250px;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1023px) {
    .event-block {
        padding-bottom: 40px;
    }
    .event-block.bg {
        padding: 30px 0;
    }
}
@media (max-width: 576px) {
    .event-block H5 {
        text-align: center;
    }
    .event-list {
        margin-top: -10px;
    }
    .event-wrapper {
        flex-direction: column;
    }
    .event-wrapper .img {
        width: 100%;
        height: 160px;
    }
    .event-wrapper .content {
        width: 100%;
        padding: 24px;
    }
    .event-wrapper .title {
        font-size: 15px;
    }
}

.event-box {
    margin-top: 40px;
    display: flex;
    background: #F6F9FF;
    border-radius: 15px;
    overflow: hidden;
}
.event-box .content {
    width: 51.98%;
    padding: 30px 40px;
}
.event-box .img {
    width: 48.02%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.event-box .img a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.event-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.event-box .category {
    color: #0038FF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.event-box .title {
    margin-top: 9px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
}
.event-box .title a {
    text-decoration: none;
    color: inherit;
}
.event-box .info {
    padding-top: 2px;
    font-size: 15px;
    line-height: 150%;
    color: #333;
}
.event-box .info .item {
    position: relative;
    margin-top: 16px;
    padding-left: 42px;
}
.event-box .info .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #0038FF;
}
@media (max-width: 880px) {
    .event-box {
        flex-direction: column;
    }
    .event-box .img {
        width: 100%;
        height: 295px;
    }
    .event-box .content {
        width: 100%;
        padding: 25px 25px 30px;
        order: 2;
    }
}

@media (max-width: 576px) {
    .event-box .img {
        height: 160px;
    }
    .event-box .title {
        font-size: 15px;
    }
}

.subs-wrapper {
    margin-top: 40px;
}
.event-list .subs-wrapper {
    width: 100%;
    padding: 0 15px;
}
.subs-wrapper .body {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0422A2;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 28px 10.81%;
}
@media (max-width: 1200px) {
    .subs-wrapper .body {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1000px) {
    .subs-wrapper .body {
        padding-bottom: 18px;
    }
}
.subs-wrapper .body:before {
    content: '';
    display: block;
    background: #001B8F;
    width: 382px;
    height: 382px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: absolute;
    left: -350px;
    bottom: -216px;
}
.subs-wrapper .body:after {
    content: '';
    display: block;
    background: #001B8F;
    width: 382px;
    height: 382px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: absolute;
    right: -344px;
    bottom: -216px;
}
.subs-wrapper .text {
    position: relative;
    z-index: 1;
    width: 53.5%;
    color: #fff;
}
@media (max-width: 1000px) {
    .subs-wrapper .text {
        width: 100%;
        text-align: center;
    }
}
.subs-wrapper .h5 {
    margin: 0;
}
@media (max-width: 576px) {
    .subs-wrapper .h5 {
        font-size: 20px;
    }
}
.subs-wrapper p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
@media (max-width: 576px) {
    .subs-wrapper p {
        font-size: 15px;
    }
}
.subs-wrapper .form-subscribe {
    position: relative;
    z-index: 1;
    width: 41%;
}
@media (max-width: 1000px) {
    .subs-wrapper .form-subscribe {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0;
    }
}
.subs-wrapper .form-item {
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
}
.subs-wrapper .form-item input {
    width: 70%;
    padding: 0 55px 0 16px;
    font-size: 16px;
    border-radius: 12px;
    height: 48px;
}
.subs-wrapper .bt {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 160px;
    background: #FF5C44;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
}
.subs-wrapper .agree {
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
}
.subs-wrapper .agree a {
    color: #0038FF;
}


.date-nav {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #E6E6E6;
}
.date-nav:before {
    content: '';
    display: block;
    position: absolute;
    width: 99999px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #E6E6E6;
}
.date-nav ul {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: auto;
}
.date-nav li {
    margin: 0 25px;
}
.date-nav li a {
    text-decoration: none;
    color: inherit;
}
.date-nav li .active {
    color: #000;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.note {
    margin-top: 30px;
    padding: 40px;
    background: #F6F9FF;
    border-radius: 24px;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #333;
}
.sandbox {
    margin-top: 20px;
    background: #F0F0F0;
    border-radius: 8px;
    padding: 10px;
}
.bt-icon-more {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 10px;
    font-size: 24px;
    color: #11172F;
}

.subs-box {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 30px 24px;
}
.subs-box .h6 {
    position: relative;
    padding-right: 50px;
    font-weight: 500;
    line-height: 140%;
}
.subs-box .h6:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../i/papper-plane-img.svg) no-repeat;
    width: 26px; height: 26px;
    background-size: 100% 100%;
}
.subs-box form {
    margin-top: 22px;
    position: relative;
}
.subs-box .form-item {
    margin: 0;
}
.subs-box .form-item input {
    height: 48px;
    border-radius: 12px;
    padding: 0 80px 0 16px;
}
.subs-box .bt {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px;
    border-radius: 12px;
    font-size: 18px;
    text-align: center;
}
.subs-box .bt::before {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.subs-box .agree {
    margin-top: 22px;
    color: #666;
}


/*
    Privacy block
*/
.b-policy-block {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    /*pointer-events: none;*/
    padding-left: 22px;
    padding-bottom: 22px;
    width: 100px;
}
.b-policy-info {
    display: none;
    /*width: 100%;*/
    padding: 0;
    box-shadow: 0 0 48px rgba(17,56,86,.2);
    background-color: hsla(0,0%,100%,.95);
    width: 523px
}

@media (min-width: 1024px) {
    .is_adaptive .b-policy-info {
        width:523px
    }
}

.b-policy-info__wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    max-width: 996px;
    padding: 12px 52px 12px 24px;
    margin: 0 auto
}

html:not(.is_adaptive) .b-policy-info__wrapper {
    padding: 24px 72px 24px 24px
}

@media (min-width: 1024px) {
    .is_adaptive .b-policy-info__wrapper {
        padding:24px 72px 24px 24px
    }
}

.b-policy-info__text {
    color: #364364;
    font: normal 12px/12px Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    line-height: 15px
}

.b-policy-info__text a {
    color: #1d9ef9;
    text-decoration: none
}

.b-policy-info__text a:hover {
    text-decoration: underline
}

@media (min-width: 1024px) {
    .b-policy-info__text {
        font:normal 15px/18px Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif
    }
}

.b-policy-info__cross {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-size: cover;
    cursor: pointer
}

html:not(.is_adaptive) .b-policy-info__cross {
    top: 29px;
    right: 29px
}

@media (min-width: 1024px) {
    .is_adaptive .b-policy-info__cross {
        top:29px;
        right: 29px
    }
}

.b-policy-info__cross:before {

    font-family: 'icomoon' !important;
    content: "\e90b";
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-policy-info_status_visible {
    display: block;
    position: relative;
    z-index: 25
}
