@font-face {
	font-family: 'StemRegular';
	src: url('../fonts/StemRegular.woff2') format('woff2'),
	url('../fonts/StemRegular.woff') format('woff'),
	url('../fonts/StemRegular.ttf') format('truetype'),
	url('../fonts/StemRegular.svg#StemRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'StemMedium';
	src: url('../fonts/StemMedium.woff2') format('woff2'),
		 url('../fonts/StemMedium.woff') format('woff'),
		 url('../fonts/StemMedium.ttf') format('truetype'),
		 url('../fonts/StemMedium.svg#StemMedium') format('svg');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face{
	font-family: 'StemBold';
	src: url('../fonts/StemBold.woff2') format('woff2'),
	url('../fonts/StemBold.woff') format('woff'),
	url('../fonts/StemBold.ttf') format('truetype'),
	url('../fonts/StemBold.svg#StemBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icons';
	src:  url('../fonts/icons.eot?svh7nd');
	src:  url('../fonts/icons.eot?svh7nd#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?svh7nd') format('truetype'),
		url('../fonts/icons.woff?svh7nd') format('woff'),
		url('../fonts/icons.svg?svh7nd#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal{
	margin: 0;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.icons-1:before {
	content: "\e900";
	color: inherit;
}
.icons-2:before {
	content: "\e901";
	color: inherit;
}
.icons-3:before {
	content: "\e902";
	color: inherit;
}
.icons-4:before {
	content: "\e903";
	color: inherit;
}
.icons-5:before {
	content: "\e904";
	color: inherit;
}
.icons-6:before {
	content: "\e905";
	color: inherit;
}
.icons-7:before {
	content: "\e906";
	color: inherit;
}
.icons-8:before {
	content: "\e907";
	color: inherit;
}
.icons-9:before {
	content: "\e908";
	color: inherit;
}
.icons-10:before {
	content: "\e909";
	color: inherit;
}
.icons-11:before {
	content: "\e90a";
	color: inherit;
}
.icons-12:before {
	content: "\e90b";
	color: inherit;
}
.icons-13:before {
	content: "\e90c";
	color: inherit;
}
.icons-14:before {
	content: "\e90d";
	color: inherit;
}
.icons-15:before {
	content: "\e90e";
	color: inherit;
}

body{
	margin: 0;
	font-family: 'StemRegular';
	background: #fff;
}

body > img{
	display: none;
}

img{
	border: none;
	outline:none;
}

.body{
	overflow: hidden;
}

.clear {
	width: 100%;
	height: 0;
	clear: both;
}

.center{
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

.header{
	height: 100px;
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}

.header .center{
	height: 100%;
}

.header__logo{
	width: 207px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	font-size: 15px;
	text-decoration: none;
	color: #da002c;
}

.anchor {
	position: absolute;
	left: 0;
	top: -100px;
}

.section{
	height: 100vh;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 820px;
	max-height: 1200px;
}

.section > .bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.section__in{
	display: table-cell;
	vertical-align: middle;
}


.title{
	font-family: 'StemBold';
}

.subtitle{
	font-family: 'StemMedium';
}
.spring-icons-desctope{
	display: block;
}

.spring-icons-mobile{
	display: none;
}

.mobile-box{
	display: none;
}

.button{
	width: 266px;
	height: 56px;
	border-radius: 56px;
	border:4px solid #ff0a8e;
	background: #ff0a8e;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	color: #fff;
	font-family: 'StemBold';
	text-transform: uppercase;
	font-size: 18px;
	transition: 300ms background, 300ms border-color, 300ms color;
	text-decoration: none;
	display: block;
}
.harlamov-card-wrap .button{
	width: 16vw;
	border-radius: 3.3vw;
	line-height: 1;
	height: auto;
	padding: 1.3vw 0 1.1vw;
	border: none;
	font-weight: normal;
	margin-top: 3vw !important;
}

.button.button_black{
	background: #fff;
	border-color: #000;
	color: #000;
}

@keyframes arrow {
	0%{
		transform: translateY(0px);
	}
	50%{
		transform: translateY(20px);
	}
	100%{
		transform: translateY(0px);
	}
}
.section2 {max-height: 900px;}
.section2 .title{
	font-size: 60px;
	line-height: 74px;
	padding-bottom: 40px;
}

.section2__dsk{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 55px;
}

.section2__dsk p{
	margin: 0;
	padding-bottom: 30px;
	font-size: 17px;
	line-height: 24px;
}

.section2__dsk p:last-child{
	padding: 0;
}

.section2__dsk p strong{
	font-weight: 100;
	font-family: 'StemBold';
}

.section2 .center{
	z-index: 3;
}

.section2 > .bg{
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 50%;
	max-width: 800px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	transform: translateY(100px);
	-ms-transform: translateY(100px);
}

.section2 > .bg1{
	background-image: url('../img/bg2n.jpg');
	background-size: contain;
	transition: 1500ms transform;
}

.section2 > .bg2{
	background-image: url('../img/bg2_el2.png');
	background-size: auto calc(100% - 100px);
	top: 100px;
	z-index: 2;
	transition: 2000ms transform;
	transition-delay: 200ms;
}

.button-partners{
	text-align: center;
	width: 200px;
	margin: 40px auto 0 auto;
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #000;
}

.button-partners:hover{
	text-decoration: none;
}

.button-action{
	color: #ff0a8e;
	cursor: pointer;
	text-decoration: underline;
}

.button-action:hover{
	text-decoration: none;
}

.section2.active > .bg{
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.section2__t{
	display: table;
  max-width: 910px;
  margin: 0 auto;
}

.section2__t > div{
  display: table-row;
  cursor: pointer;
}

.section2__t > div > div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: 'StemMedium';
	width: 100px;
}

.section2__thead{
	height: 90px;
	background: #f7f7f7;
}

.section2__thead > div:first-child{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section2__thead > div:first-child span{
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	left: 27px;
}

.section2__thead > div:last-child{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.section2__t > div > div:first-child{
	padding-left: 5px;
	min-width: 100px;
}

.section2__thead > div:last-child{
  padding-right: 15px;
}

.section2__val-body.last{
  padding-right: 15px;
}

.section2__month{
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #999b9f;
	padding-bottom: 20px;
}

.section2__val{
	font-size: 12px;
	line-height: 12px;
}

.section2__val:after{
	font-family: 'icons';
	content: "\e902";
	font-size: 9px;
	line-height: 9px;
	display: inline-block;
	margin-left: 3px;
}
.section2__val i{
	display: none;
}

.section2__val-body{
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #ff0a8e;
}

.section2__val-body.first{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.section2__val-body.last{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.section2__tbody[data-id="2"] .section2__val-body{
  background: #01a7bd;
}

.section2__tbody > div{
	padding-top: 9px;
	position: relative;
}

.section2__tbody > div:first-child{
	min-width: 65px;
}

.section2__tbody-img{
	display: table;
	margin-right: 10px;
	position: absolute;
	cursor: pointer;
	left: 5px;
	top: 7px;
}

.section2__tbody-img img{
	margin-right: 10px;
	display: block;
}

.section2__tbody-img > div{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.section2__tbody-img span{
	color: #999b9f;
	font-size: 12px;
	line-height: 12px;
	font-family: 'StemRegular';
	display: inline-block;
}

.section2__tbody-img-tooltip{
	font-family: 'StemRegular';
	display: block;
	width: 160px;
	text-align: center !important;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	background: #2fc9c8;
	position: absolute;
	left: 50%;
	top: 100%;
	margin: 20px 0 0 -100px;
	padding: 15px 20px;
	z-index: 10;
	display: none;
}

.section2__tbody-img-tooltip:after{
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 10px 9.5px;
	border-color: transparent transparent #2fc9c9 transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
}

.section3{
	color: #000;
}
.section3 > .bg{
	background-image: url('../img/harlamov/bg2.jpg?123');
  background-position: 0 0;
}

.section3__in{
	padding-left: 45%;
}

.section3 .title{
	font-size: 60px;
	line-height: 62px;
	padding-bottom: 65px;
	color: #000;
}

.section3__wrapper{
	display: inline-block;
}

.section3__box{
	margin-bottom: 62px;
	width: 635px;
}

.section3__box:after{
	content:'';
	display: block;
	clear: both;
}

.section3__box > div{
	width: 129px;
	height: 200px;
	float: left;
	margin-right: 121px;
}

.section3__box > div.nomr{
	margin-right: 0;
}

.section3__box-icos{
	width: 119px;
	height: 119px;
	border-radius: 50%;
	border: 3px solid #ff0a8e;
	color: #ff0a8e;
	text-align: center;
	line-height: 119px;
}

.section3__box-icos.icons-5{
	font-size: 58px;
}

.section3__box-icos.icons-6{
	font-size: 63px;
}

.section3__box-icos.icons-7{
	font-size: 41px;
}

.section3__box-icos.icons-8{
	font-size: 48px;
}

.section3__box-icos.icons-9{
	font-size: 54px;
}

.section3__box-icos.icons-10{
	font-size: 43px;
}

.section3__box-title{
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding-top: 19px;
	color: #fff;
}

.section3__pay-title{
	text-align: center;
	font-family: 'StemBold';
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 25px;
	color: #000;
}

.section3__pay-t{
	display: table;
	margin: 0 auto;
	text-align: center;
}

.section3__pay-t > div{
	display: table-cell;
	vertical-align: middle;
}

.section3__pay-t .icons-11{
	font-size: 35px;
	line-height: 35px;
	margin-right: 75px;
	color: #000;
}

.section3__pay-t .icons-12{
	font-size: 36px;
	line-height: 35px;
	margin-right: 75px;
	color: #000;
}

.section3__pay-t .icons-13{
	font-size: 38px;
	line-height: 38px;
	color: #000;
}

.section-partner{
  background: #a1d0d6 !important;
  height: auto !important;
}

.section-partner .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 60px;
	text-align: center;
}

.section-partner .section4__item-circle{
  width: 200px;
  height: 200px;
  border: none;
}

.section-partner .section4__item-title{
  display: block;
}

.section-partner-list{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.section-partner-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-partner-list li{
  position: relative;
  padding-left: 24px;
  color: #0e4452;
  font-size: 29px;
  margin-bottom: 7px;
}

.section-partner-list li:after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0e4452;
  position: absolute;
  left: 0;
  top: 18px;
}

.section-partner-dsc{
  text-align: center;
  font-size: 20px;
  padding-top: 50px;
  color: #0e4452;
}

.section-partner-dsc a{
  color: #ff0a8e;
}

.section-partner-dsc a:hover{
  text-decoration: none;
}

.section-partner .owl-carousel .owl-item img{
  width: auto;
}

.section-partner .owl-prev{
	background: url(../img/owl-prev-b.png) 0 50% no-repeat !important;
	background-size: contain;
	display: block;
	width: 68px;
	height: 133px;
	position: absolute;
	left: -170px;
	top: 45px;
	outline: none !important;
	transition: 300ms transform;
}

.section-partner .owl-next{
	background: url(../img/owl-next-b.png) 100% 50% no-repeat !important;
	background-size: contain;
	display: block;
	width: 68px;
	height: 133px;
	position: absolute;
	right: -170px;
	top: 45px;
	outline: none !important;
	transition: 300ms transform;
}

.section-partner .owl-prev span,
.section-partner .owl-next span{
	display: none;
}

.section4 .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 60px;
	text-align: center;
}

.section4 .title + .section4__text{
  padding-top: 0;
  padding-bottom: 90px;
}

.section4 > .bg1{
	background: url('../img/bg4.jpg') 0 50% no-repeat !important;
	background-size: auto;
}

.section4 > .bg2{
	background: url('../img/bg4_el3.png') 0 0 no-repeat !important;
	background-size: 100% 100%;
	width: 81px;
	height: 81px;
	position: absolute;
	left: 230px;
	top: 45px;
	z-index: 2;
	transition: 800ms opacity, 800ms transform;
	transform: scale(2);
	-ms-transform: scale(2);
	opacity: 0;
}

.section4__bg{
	background: url('../img/bg4_el1.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 384px;
	height: 454px;
	right: 215px;
	bottom: -60px;
	transition: 800ms opacity, 800ms transform;
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	opacity: 0;
	transition-delay: 200ms;
}

.section4__bg div{
	display: block;
	width: 113px;
	height: 105px;
	background: url('../img/bg4_el2.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	left: -86px;
	top: 218px;
	position: absolute;
}

.section4 .center{
	z-index: 3;
}

.section4.active > .bg2, .section4.active .section4__bg{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}

.section4 .button{
	margin: 0 auto;
}

.section4__text{
	font-size: 29px;
	line-height: 29px;
	text-align: center;
	padding-top: 40px;
}

.section4__text a{
	color: #ff0a8e;
}

.section4__text a:hover{
	text-decoration: none;
}

.section4__item{
	width: 186px;
	height: 266px;
	margin: 0 auto;
	text-align: center;
	display: block;
	text-decoration: none;
	color: inherit;
}

.section4__item-circle{
	display: table;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	border: 6px solid #f2f2f2;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}

.section4__item-circle div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.section4__item-circle img{
	max-width: 140px;
	display: block;
	margin: 0 auto;
}

.section4__item-title{
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 2px;
}

.section4__item-value{
	font-family: 'StemBold';
	font-size: 16px;
	line-height: 16px;
}

.section4 .owl-dots{
	display: none;
}

.section4 .owl-prev{
	background: url(../img/owl-prev.png) 0 50% no-repeat;
	background-size: contain;
	display: block;
	width: 68px;
	height: 133px;
	position: absolute;
	left: -170px;
	top: 25px;
	outline: none !important;
	transition: 300ms transform;
}

.section4 .owl-next{
	background: url(../img/owl-next.png) 100% 50% no-repeat;
	background-size: contain;
	display: block;
	width: 68px;
	height: 133px;
	position: absolute;
	right: -170px;
	top: 25px;
	outline: none !important;
	transition: 300ms transform;
}

.section4 .owl-prev span,
.section4 .owl-next span{
	display: none;
}

.section5{
	background: #f7f7f7;
	min-height: 1100px;
}

.section5 .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 80px;
	text-align: center;
}

.section5 > .bg{
	transition: 800ms opacity, 800ms transform;
	transform: scale(2);
	-ms-transform: scale(2);
	opacity: 0;
}
.section5 > .bg1{
	width: 166px;
	height: 199px;
	position: absolute;
	background: url('../img/bg5_el1.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 267px;
	top: 65px;
}
.section5 > .bg2{
	width: 680px;
	height: 664px;
	background: url('../img/bg5_el3.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	right: -120px;
	bottom: -145px;
	top: auto;
	left: auto;
}

.section5__bg{
	position: absolute;
	width: 473px;
	height: 474px;
	background: url('../img/bg5_el2.png') 0 0 no-repeat;
	background-size: 100% 100%;
	bottom: 308px;
	position: absolute;
	right: -60px;
	transition: 800ms opacity, 800ms transform;
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	opacity: 0;
	transition-delay: 400ms;
}

.section5.active > .bg,
.section5.active .section5__bg{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}

.section5 .center{
	z-index: 3;
}

.section5 table{
	border-collapse: collapse;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	max-width: 960px;
}

.section5 td{
	padding: 13px;
	border-bottom: 1px solid #dedede;
}

.section5 td:first-child{
	width: 60%;
}

.section5 td:last-child{
	font-family: 'StemBold';
}

.section5__title{
	font-family: 'StemBold';
	font-size: 20px;
	line-height: 24px;
	padding: 70px 0 25px 13px;
}

.section6 {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 100px 0 80px 0 !important;
}
.section6 .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 75px;
	text-align: center;
}

.section6 .center{
	min-height: 20vh;
	z-index: 3;
}

.section6 .section__in > .center{
	z-index: 4;
}

.section6 > .bg1{
	width: 510px;
	height: 270px;
	left: -105px;
	z-index: 3;
	background: url('../img/bg6_el1.svg') 0 100% no-repeat !important;
	background-size: 100% auto !important;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.section6 > .bg2{
	width: 81px;
	height: 81px;
	left: 149px;
	top: 94px;
	z-index: 1;
	background: url('../img/bg4_el3.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}

.section6 .subtitle{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 60px;
}

.section6__t{
	display: table;
	width: 100%;
}

.section6__t > div{
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	height: 430px;
}

.section6__td1{
	text-align: left;
}

.section6__td2{
	text-align: center;
}

.section6__td3{
	text-align: right;
}

.section6__tb1{
	position: relative;
	display: inline-block;
	width: 280px;
	text-align: center;
}

.section6__tb2{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 360px;
}

.section6__tb3{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 360px;
}

.section6__tb-sym{
	font-family: 'StemBold';
	color: #f2f2f2;
	font-size: 600px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.6em;
	transition: 800ms opacity, 800ms transform;
	transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	opacity: 0;
}

.section6__tb1 .section6__tb-sym{
	transition-delay: 600ms;
}

.section6__tb2 .section6__tb-sym{
	transition-delay: 1000ms;
}

.section6__tb3 .section6__tb-sym{
	transition-delay: 1400ms;
}

.section6.active .section6__tb-sym{
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
}

.section6__text{
	position: relative;
	z-index: 3;
	font-size: 20px;
	line-height: 28px;
}
.section6__text a{
	color: #ff0a8e;
}
.section6 .button{
	position: relative;
	z-index: 2;
	margin: 33px auto 0 auto;
}

.section6__tw{
	position: relative;
}


.section7{
	background: #f2f2f2;
	height: auto !important;
}

.section7 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 90px;
    text-align: center;
}

.section7 p{
	margin: 0;
	font-size: 20px;
	line-height: 29px;
	padding-bottom: 40px;
}

.section7 p a{
	color: #ff0a8e;
}

.section7 .center{
	z-index: 3;
}

.section7__bg{
	width: 678px;
	max-height: 650px;
	background: url('../img/bg7_el2n2.jpg?5') 0 0 no-repeat;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 290px;
	bottom: 0;
	transition: 800ms opacity, 800ms transform;
	transition-delay: 400ms;
	transform: translateX(100px);
	-ms-transform: translateX(100px);
	opacity: 0;
}

.section7__bg > div{
	content:'';
	display: block;
	width: 451px;
	height: 321px;
	position: absolute;
	left: -140px;
	top: 50px;
	perspective: 1000px;
	transition: 800ms opacity, 800ms transform;
	transition-delay: 500ms;
	transform: translateX(100px);
	-ms-transform: translateX(100px);
	opacity: 0;
}

.section7.active .section7__bg,
.section7.active .section7__bg > div{
	transform: translateX(0);
	-ms-transform: translateX(0);
	opacity: 1;
}

.section7__bg > div > div{
	width: 100%;
	height: 100%;
	background: url('../img/bg7_el1n.png?3') 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.section8{
	padding-top: 140px;
	height: auto !important;
}

.section8 .center{
	z-index: 3;
}

.section8 .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 90px;
	text-align: center;
}

.section8 > .bg{
	transition: 800ms opacity, 800ms transform;
	transform: scale(2);
	-ms-transform: scale(2);
	opacity: 0;
}
.section8 > .bg1{
	width: 103px;
	height: 147px;
	left: 232px;
	top: 43px;
	background: url('../img/bg8_el1.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}
.section8 > .bg2{
	width: 154px;
	height: 154px;
	left: 124px;
	bottom: 500px;
	top: auto;
	background: url('../img/bg8_el4.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}

.section8.active > .bg{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.section8__bg{
	width: 910px;
	height: 641px;
	position: absolute;
	right: -250px;
	top: 75px;
}

.section8__bg .bg1{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../img/bg8_el3.svg') 0 0 no-repeat;
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	transition-delay: 200ms;
}
.section8__bg .bg2{
	width: 108px;
	height: 110px;
	left: 470px;
	top: 30px;
	background: url('../img/bg8_el2.svg') 0 0 no-repeat;
	z-index: 2;
	transform: scale(2);
	-ms-transform: scale(2);
	transition-delay: 500ms;
}
.section8__bg > div{
	background-size: 100% 100% !important;
	position: absolute;
	transition: 800ms opacity, 800ms transform;
	opacity: 0;
}

.section8.active .section8__bg .bg1{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.section8.active .section8__bg .bg2{
	transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
}

.section8__t{
	display: table;
	width: 100%;
	margin-bottom: 54px;
}

.section8__t > div{
	display: table-cell;
	width: 50%;
	padding-bottom: 80px;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.section8__td1{
	padding-right: 50px;
}

.section8__td2{
	padding-left: 50px;
}

.section8__t > div > div{
	font-family: 'StemMedium';
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 32px;
}

.section8__t > div > p{
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}

.section8__t_last{
	margin-bottom: 54px;
}

.section8__t_last > div{
	border: none;
	padding-bottom: 0;
}

.section8__t_last .section8__td1{
	text-align: right;
}

.section8__t_last .button{
	width: 326px;
	display: inline-block;
}

.gline{
	height: 1px;
	background: #e6e6e6;
	margin-bottom: 54px;
}

.section8__doc{
	width: 1000px;
	margin: 0 auto;
}

.section8__doc-t{
	display: table;
	width: 85%;
	margin: 0 auto 35px auto;
}

.section8__doc-t > div{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
	font-size: 20px;
}


.section8__doc-t > div span{
	text-decoration: underline;
	cursor: pointer;
}

.section8__doc-t > div.active span{
  text-decoration: none;
}

.section8__doc-in{
	padding: 65px 135px;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 54px;
	display: none;
	transition: 300ms opacity;
	transition-delay: 300ms;
}

@keyframes showBox {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.section8__doc-in.active{
	display: block;
	animation: showBox 1s 1;
	animation-fill-mode: forwards;
}

.section8__doc-in a{
	display: block;
	color: #000000;
	margin-bottom: 15px;
}

.section8__doc-in a:last-child{
	margin-bottom: 0;
}

.frm_space{
	margin-top: 30px;
}

.section8 .section__in{
	padding-bottom: 40px;
}

.footer{
	background: #f2f2f2;
	padding: 90px 0;
	font-size: 14px;
	line-height: 16px;
}
.footer, .footer a {
	color: #868686;
}

.footer__in{
	display: table;
	width: 100%;
	margin-top: 20px;
}

.footer__in > div{
	display: table-cell;
}

.footer__in-t2{
	text-align: right;
}

.footer__in-t2 a{
	color: inherit;
	letter-spacing: 5px;
}

.popup{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 300ms opacity, 300ms visibility;
}

.popup.active{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.popup:after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	top: 0;
}

.popup__c{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 2;
}

.popup__in{
	background: #f7f7f7;
	padding: 100px;
	max-width: 1340px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.popup__close{
	width: 27px;
	height: 27px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	transition: 300ms;
}

.popup__close:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.popup__close:after{
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #000;
	position: absolute;
	left: -4px;
	top: 12px;
}

.popup__close:before{
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background: #000;
	position: absolute;
	left: -4px;
	top: 12px;
}

.popup__t{
	display: table;
	width: 100%
}

.popup__t > div{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}

.popup__t > div:first-child{
	padding-right: 50px;
}

.popup__t > div:last-child{
	padding-left: 50px;
}

.popup__item,
.popup[data-id="2"] a{
	font-family: 'StemBold';
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: underline;
	padding-bottom: 22px;
}

.popup[data-id="2"] a{
	display: block;
	text-align: left;
	color: inherit;
}

.popup__box{
	display: none;
}

/*.popup__item.active + .popup__box{
	display: block;
}*/

.popup__box p{
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding-bottom: 13px;
}

.popup__box p:last-child{
	padding-bottom: 35px;
}

.header__mobile-card,
.header__mobile-button{
	display: none;
}

.section9{
	background: none !important;
	padding-top: 0 !important;
}

.inner{
	margin: 0;
	width: auto;
}

.section9 input,
input,
button,
textarea{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.section9 input[type="text"],
.section9 input[type="tel"]{
	border-radius: 0 !important;
	padding: 0;
}

.section9 input[name="lastname"],
.section9 input[name="name"],
.section9 input[name="patronymic"],
.section9 input[name="birthPlace"],
.section9 input[name="passportAuthority"]{
	text-transform: capitalize;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: none;
}
::-moz-placeholder { /* Firefox 19+ */
	text-transform: none;
}
:-ms-input-placeholder { /* IE 10+ */
	text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
	text-transform: none;
}

.section9 .title{
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 60px;
	text-align: center;
}

.section9 input{
	height: 32px;
	line-height: 32px;
	font-family: 'StemBold';
	font-size: 15px;
}

.section9 .button{
	display: inline-block;
	line-height: 46px;
	width: 200px;
	height: 56px;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.section9 .form__split .form__field:not(:last-child) {
	padding: 0 !important;
	margin-right: 10px;
}

.section9 .input {
	position: relative;
}
.section9 .input .placeholder {
	line-height: 32px;
	white-space: nowrap;
	font-family: 'StemBold';
	font-size: 15px;
	color: #2C3039;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	display: none;
}
.section9 .input input::-webkit-input-placeholder { font-size: 0; color: transparent; opacity: 1; }
.section9 .input input:-moz-placeholder { font-size: 0; color: transparent; opacity: 1; }
.section9 .input input::-moz-placeholder { font-size: 0; color: transparent; opacity: 1; }
.section9 .input input:-ms-input-placeholder { font-size: 0; color: transparent; opacity: 1; }

.section9 .check {
	border: 1px solid #939598;
	background: #ffffff;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.section9 .check input, .section9 .check i {
	display: block;
}
.section9 .check input {
	background-color: transparent !important;
	border: 0 !important;
	outline: none !important;
	width: 18px !important;
	height: 18px !important;
	opacity: 0;
	filter: alpha(opacity=0);
}
.section9 .check i {
	background: #ffffff;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.section9 .check.on i {
	background: #0097a0;
}
.section9 #spec_check span a {
	color: #000000;
}

.section9 .button.disabled{
	opacity: 0.4 !important;
	filter: alpha(opacity=40) !important;
}

.issue-card__image{
	padding-right: 20px;
}

.section9{
	height: auto;
	min-height: 0;
	overflow: visible;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 54px;
	margin-bottom: 54px;
}

button{
	border: none;
	background: none;
	cursor: pointer;
}

.brmobile{
	display: none;
}

.issue-card__image{
	padding-left: 0;
}

.fixed .header__mobile-card{
	display: block;
	width: 80px;
	height: 50px;
	background: url('../img/s1cardn.png?3') 0 50% no-repeat;
	background-size: contain;
	position: absolute;
	right: 220px;
	top: 50%;
	margin-top: -25px;
}

.fixed .header__mobile-button{
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	font-size: 13px;
	width: 170px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -21px;
}

#frm{
	top: -130px;
}

.section5__ntable-wrap{
	max-width: 860px;
	margin: 0 auto;
}

.section5__ntable{
	display: table;
	width: 100%;
}

.section5__ntable > div{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

.section5__ntable-title{
	font-family: 'StemBold';
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 40px;
}

.section5__ntable-stitle{
	font-family: 'StemBold';
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 12px;
	position: relative;
	display: inline-block;
}

.section5__ntable-stitle span, .section5__ntable-action span{
	font-family: 'StemRegular';
	color: #fff;
	background: #db0626;
	height: 24px;
	border-radius: 24px;
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	right: -80px;
	top: 0;
}

.section5__ntable-action {
	padding-right: 90px;
	position: relative;
}
.section5__ntable-action span {
	right: 10px;
	top: auto;
	bottom: 40px;
}

.section5__ntable > div:first-child .section5__ntable-stitle{
	color: #2fc9c8;
}

.section5__ntable > div:last-child .section5__ntable-stitle{
	color: #ff0a8e;
}

.section5__ntable p{
	margin: 0;
	min-height: 57px;
	font-size: 14px;
	line-height: 16px;
}

.section5__buttons-wrap{
	border-radius: 10px;
	background: #2fc9c8;
	position: relative;
	margin-top: 50px;
	margin-bottom: 75px;
}

.section5__buttons{
	border: 2px solid #2fc9c8;
	border-radius: 12px;
	display: table;
	width: 100%;
}

.section5__buttons > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
	border-radius: 10px;
	padding: 11px 0;
	color: #fff;
}

.section5__buttons > div.active{
	background: #ff0a8e;
}

.section5__buttons__line1{
	background: #2fc9c8;
	height: 1px;
	position: absolute;
	left: 0;
	top: -13px;
	width: 100%;
}

.section5__buttons__line1:after{
	content:'';
	display: block;
	width: 10px;
	height: 5px;
	background: #fff url('../img/angle1.png') 0 0 no-repeat;
	position: absolute;
	left: 25%;
	top: -4px;
}

.section5__buttons__line2{
	height: 5px;
	position: absolute;
	right: 0;
	top: -27px;
	background: url('../img/angle2.png') 50% 0 repeat-x;
}

.section5__ntable > div, .section5__buttons > div, .section5__buttons__line2 {
	width: 40%;
}
.section5__ntable > div:first-child, .section5__buttons > div:first-child {
	width: 60%;
	padding-right: 10%;
}

/*HOVER*/
@media all and (min-width: 1000px){
  .section4__item:hover .section4__item-circle{
    transform: scale(0.9);
  }

	.button:hover{
		background: #e4077e;
		border-color: #e4077e;
	}

	.button.button_black:hover{
		background: #fff;
		color: #585858;
		border-color: #585858;
	}

	.section2__tbody.hover .section2__tbody-img-tooltip{
		display: block;
	}

	.section4 .owl-prev:hover,
	.section4 .owl-next:hover{
		transform: scale(0.9);
		-ms-transform: scale(0.9);
	}
	.section7 p a:hover{
		text-decoration: none;
	}

	.section8__doc-t > div span:hover{
		text-decoration: none;
	}

	.section8__doc-in a:hover{
		text-decoration: none;
	}

	.footer__in-t2 a:hover{
		text-decoration: none;
	}

	/*ANIMATE*/
	.animateFade{
		opacity: 0;
		transition: 800ms opacity;
	}
	.animateTop{
		transform: translateY(50px);
		-ms-transform: translateY(50px);
		opacity: 0;
		transition: 800ms opacity, 800ms transform;
	}

	.animateRight{
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		opacity: 0;
		transition: 800ms opacity, 800ms transform;
	}

	.animateLeft{
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		opacity: 0;
		transition: 800ms opacity, 800ms transform;
	}

	.animateDelay100{transition-delay: 100ms;}
	.animateDelay200{transition-delay: 200ms;}
	.animateDelay300{transition-delay: 300ms;}
	.animateDelay400{transition-delay: 400ms;}
	.animateDelay500{transition-delay: 500ms;}
	.animateDelay600{transition-delay: 600ms;}
	.animateDelay700{transition-delay: 700ms;}
	.animateDelay800{transition-delay: 800ms;}

	.section.active .animateTop{
		opacity: 1;
		transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.section.active .animateRight{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0);
	}

	.section.active .animateLeft{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.section.active .animateFade{
		opacity: 1;
	}
	/*ANIMATE*/

	.swiper-container{
		overflow: visible !important;
	}

	.popup__item:hover,
	.popup[data-id="2"] a:hover{
		text-decoration: none;
	}
}
/*HOVER*/

/*DESCTOPE ADAPTIVE*/
@media all and (min-height: 940px){
	.section7__bg{
		top: calc(20vh + 200px);
	}
}
@media all and (max-width: 1700px){
	.section4 .owl-prev{
		left: -35px;
	}

	.section4 .owl-next{
		right: -35px;
	}

  .section-partner .owl-prev{
		left: -35px;
	}

	.section-partner .owl-next{
		right: -35px;
	}
}

@media all and (max-width: 1440px){
	.center{
		padding-left: 50px;
		padding-right: 50px;
	}

	.section4 .center{
		max-width: 1000px;
	}

	.header__logo{
		left: 20px;
	}

	.section7__bg{
		background-size: 80% auto;
		background-position: 100% 0;
	}

	.section7__bg > div{
		left: -80px;
	}

	.section7__bg > div > div{
		background-size: 80% auto;
		background-position: 100% 0;
	}

	.section .title{
		font-size: 54px;
		line-height: 54px;
	}

	.issue-card__image{
		width: auto;
	}

	.section2__dsk p{
		font-size: 18px;
		line-height: 28px;
	}

	.section6__text{
		font-size: 18px;
		line-height: 26px;
	}

	.section7 p{
		font-size: 18px;
		line-height: 26px;
	}

	.section8__t > div > p{
		font-size: 18px;
		line-height: 26px;
	}

	.section3 > .bg{
		background-attachment: scroll;
	}

	.section4{
		background-size: auto 200px;
	}
}

@media all and (max-width: 1280px){
	.section4 .center{
		max-width: 820px;
  }

	.section3__in{
		padding-left: 30%;
	}

	.section7__bg{
		background-size: 60% auto;
		background-position: 100% 0;
	}

	.section7__bg > div{
		left: -10px;
	}

	.section7__bg > div > div{
		background-size: 60% auto;
		background-position: 100% 0;
	}

	.section6__tb-sym{
		font-size: 500px;
	}

	.section6__tb1{
		width: auto;
	}

	.section6__tb2{
		width: auto;
	}

	.section6__tb3{
		width: auto;
	}

	.section6__t > div{
		width: auto;
	}

	.section8__doc{
		width: 920px;
		padding: 40px 65px;
		box-sizing: border-box;
	}

}

@media all and (max-width: 1024px){
	.section9 .input .placeholder {
		font-size: 13px;
	}
	.section6__tb-sym {
		margin-top: -0.4em;
	}
}

.section7 .title.desctope{
	display: block;
}
.section7 .title.mobile{
	display: none;
}
/*DESCTOPE ADAPTIVE*/

/* MOBILE */
@media all and (max-width: 1000px){
	.center{
		padding-left: 20px;
		padding-right: 20px;
	}

	.section .title{
		font-size: 30px;
		line-height: 34px;
		padding-bottom: 20px !important;
		text-align: center;
	}

	.section .title br{
		display: none;
	}

	.section .subtitle{
		font-size: 18px;
		line-height: 18px;
	}

	.section, .section6 {
		height: auto !important;
		min-height: 0 !important;
		padding: 40px 0 !important;
	}


	.header{
		position: fixed;
		height: 80px;
		z-index: 1000;
	}

	.anchor {
		top: -80px;
	}

	.section .subtitle{
		padding-bottom: 20px;
	}

	.center{
		max-width: none;
	}

	.button{
		font-size: 16px;
	}
	.section2 > .bg{
		display: none;
	}

	.section2__dsk{
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 40px;
	}

	.swiper-container {
		width: calc(100vw - 40px) !important;
	}

	.swiper-slide {
		font-size: 18px;
		width: auto;
		box-sizing: border-box;
	}

	.section2 .swiper-slide{
		width: 855px;
		padding-bottom: 30px;
	}

	.swiper-container-horizontal>.swiper-scrollbar{
		background: #fff;
	}

	.section3 > .bg{
    	background-image: url('../img/bg2-mob.jpg') !important;
		background-attachment: scroll;
		background-position: 0 0 !important;
		opacity: .3 !important;
	}

	.section3__in{
		padding-left: 0;
		width: calc(100vw - 40px);
	}

	.section3__box > div{
		width: 33.3%;
		margin: 0;
	}

	.section3__box > div{
		height: 150px;
		text-align: center;
	}

	.section3__wrapper{
		display: block;
	}

	.section3__box{
		width: 100%;
		margin-bottom: 30px;
	}

	.section3__box-icos{
		width: 70px;
		height: 70px;
		line-height: 70px;
		border-width: 2px;
		margin: 0 auto;
	}

	.section3__box-title{
		font-size: 13px;
		line-height: 15px;
	}

	.section3__box-icos.icons-5{
		font-size: 40px;
	}

	.section3__box-icos.icons-6{
		font-size: 46px;
	}

	.section3__box-icos.icons-7{
		font-size: 26px;
	}

	.section3__box-icos.icons-8{
		font-size: 35px;
	}

	.section3__box-icos.icons-9{
		font-size: 38px;
	}

	.section3__box-icos.icons-10{
		font-size: 32px;
	}

	.section3__pay-title{
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 15px;
	}

	.section3__pay-t{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section3__pay-t .icons-11,
	.section3__pay-t .icons-12,
	.section3__pay-t .icons-13{
		margin: 0 15px;
	}

	.section3__pay-t .icons-11{
		font-size: 24px;
	}

	.section3__pay-t .icons-12{
		font-size: 24px;
	}

	.section3__pay-t .icons-13{
		font-size: 28px;
	}

	.section4 .center{
		max-width: none;
		width: calc(100vw - 40px);
	}

	.section4 .bg2{
		transform: scale(1);
		opacity: 1;
		z-index: 0;
	}

	.section4__bg{
		right: -300px;
		transform: scale(1);
		opacity: 1;
	}

	.section4__text{
		font-size: 18px;
		line-height: 20px;
	}

	.section4{
		background-size: 300px auto;
	}

	.section4 .owl-prev{
		margin-left: 25px;
	}

	.section4 .owl-next{
		margin-right: 25px;
	}

	.section4 .owl-prev,
	.section4 .owl-next{
		height: 100px;
		top: 70px;
		width: 35px;
		height: 66px;
	}

	.section5__bg{
		right: -400px;
		transform: scale(1);
		opacity: 1;
	}

	.section5 td{
		padding: 10px 5px;
		font-size: 14px;
		line-height: 16px;
	}

	.section5__title{
		padding-top: 30px;
	}

	.section6__t{
		display: block;
	}

	.section6__t > div{
		display: block;
		height: 300px;
	}

	.section6__text{
		font-size: 18px;
		line-height: 22px;
	}

	.section6__tw{
		margin-top: 100px;
	}

	.section6 > .bg1{
		top: -100px;
	}

	.section6__tb1,
	.section6__tb2,
	.section6__tb3{
		width: auto;
		display: block;
		position: relative;
	}

	.section6__tb-sym{
		display: block;
		width: 100%;
		text-align: center;
		transform: translateY(0px) !important;
		-ms-transform: translateY(0px) !important;
		opacity: 1;
		font-size: 450px;
	}

	.section6__bg{
		transform: translateY(0px);
		opacity: 1;
		background-position: 100% 100%;
		width: 440px;
		height: 496px;
		bottom: -40px;
		top: auto
	}

	.section6 .bg2{
		z-index: 1;
		margin-top: -100px;
	}

	.section7 p{
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 17px;
	}

	.section7__bg{
		position: relative;
		transform: translateX(0);
		opacity: 1;
		width: 100%;
		height: 320px;
		background-size: contain;
		right: 0;
		top: 0;
		background-position: 100% 0;
		float: right;
		margin-bottom: 20px;
	}

	.section7__bg > div{
		width: 260px;
		height: 200px;
		transform: translateX(0);
		opacity: 1;
		left: auto;
		right: 50px;
		top: 60px;
	}

	.section7__bg > div > div{
		background-size: contain;
	}

	.section,
	.section__in{
		display: block;
	}

	.section8 > .bg1, .section8.active .section8__bg .bg1{
		transform: scale(1);
		opacity: 0.1;
		filter: alpha(opacity=10);
	}

	.section8 > .bg1{
		left: 0;
		top: -20px;
	}

	.section8 > .bg2{
		display: none;
	}

	.section8__bg > div{
		transform: scale(1);
	}

	.section8__bg .bg2{
		opacity: 1;
	}

	.section8__t{
		display: block;
	}

	.section8__t > div{
		display: block;
		width: auto;
		border: none;
		padding-bottom: 40px;
	}

	.section8__td1,
	.section8__td2{
		padding: 0;
	}

	.section8__t > div > div{
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 20px;
		text-align: center;
	}

	.section8__t > div > p{
		font-size: 15px;
		line-height: 17px;
	}

	.section8__t{
		margin-bottom: 0px;
	}

	.section9{
		margin-bottom: 40px;
	}

	.section8__t_last{
		margin-bottom: 20px;
	}

	.section8__t_last .button{
		width: 100%;
		max-width: 326px;
	}

	.section8__t_last > div{
		padding-bottom: 20px;
	}

	.gline{
		margin-bottom: 30px;
	}

	.section8 .section__in{
		padding-bottom: 0;
	}

	.section8{
		padding-bottom: 0px !important;
	}

	.section8__doc-in[data-id="1"],
	.section8__doc-in[data-id="2"]{
		margin-bottom: 30px;
	}

	input{
		text-overflow: ellipsis
	}

	.section9 .center{
		padding-left: 0;
		padding-right: 0;
	}

	.issue-card__image {
		max-width: 300px;
		margin: 0 auto 40px auto;
	}
	.issue-card__image img{
		width: 100%;
	}

	.issue-card__container{
		padding-top: 0;
	}

	.section8__doc{
		width: auto;
		padding: 0;
	}

	.section8__doc-t{
		width: auto;
	}

	.section8__doc-t > div{
		font-size: 15px;
		line-height: 17px;
		text-align: center;
	}

	.section8__doc-in{
		padding: 20px;
		margin-bottom: 10px;
	}

	.footer{
		padding: 30px 0;
		font-size: 12px;
		line-height: 13px;
	}

	.footer__in{
		display: block;
		text-align: center;
	}

	.footer__in > div{
		display: block;
		text-align: center;
	}

	.footer__in > div:last-child{
		padding-top: 10px;
	}

	.popup__in{
		padding: 60px 30px 30px 30px;
		max-width: none;
	}

	.popup__t{
		display: block;
	}

	.popup__t > div{
		display: block;
		padding: 0 !important;
		width: auto;
	}

	.popup__close{
		right: 20px;
		top: 20px;
	}

	.popup__item,
	.popup[data-id="2"] a{
		font-size: 15px;
		line-height: 15px;
		padding-bottom: 13px;
	}

	.popup__box p{
		font-size: 13px;
		line-height: 15px;
		padding-bottom: 10px !important;
	}

	.popup{
		display: block;
		height: 100%;
	}

	.popup__c{
		display: block;
		height: 100%;
	}

	.popup__in{
		height: 100%;
	}

	.fixed .header__logo{
		display: none;
	}

	.section9 .button{
		display: block;
		margin: 0 auto;
	}

	.section .title br.brmobile{
		display: block;
	}

	#frm{
		position: relative;
		top: -110px;
		display: block;
	}

	.fixed .header__mobile-card{
		right: auto;
		left: 20px;
	}

	.section5__ntable-wrap{
		max-width: none;
	}

	.section5__ntable-title{
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 30px;
	}

	.section5__ntable-action span {
		bottom: 30px;
	}

	.section5__ntable-stitle{
		font-size: 16px;
		line-height: 16px;
	}

	.section5__ntable p{
		min-height: 0;
		height: auto;
		padding-bottom: 20px;
		font-size: 13px;
		line-height: 15px;
	}

	.section5__ntable-stitle span{
		top: -3px;
	}

	.section5__buttons-wrap{
		display: none;
	}

	.section7__bg > div > div{
		top: 5px;
	}

	.section6__t > div.section6__td1{
		height: 390px;
	}

	.section6__t > div.section6__td1 .section6__text{
		padding-top: 80px;
	}

	.section6__t > div.section6__td2{
		height: 345px;
	}

	.section6__t > div.section6__td2 .section6__text{
		position: relative;
		top: 30px;
	}

	.section6__t > div.section6__td3 .section6__text{
		position: relative;
		top: 30px;
	}

	.section6 .subtitle{
		font-size: 17px;
		line-height: 17px;
		padding-bottom: 20px;
	}

	.section6__text{
		font-size: 15px;
	}

	.section6 .button{
		width: 200px;
		height: 49px;
		line-height: 41px;
		font-size: 14px;
		box-sizing: border-box;
		font-family: 'StemMedium';
	}

	.section6{
		max-height: none;
	}

	.section7__bg{
		right: -55px;
		margin-bottom: 35px;
	}

	.section7__bg > div > div{
		width: 230px;
		height: 160px;
		left: -100px;
		top: -40px;
	}

	.section7 .title.desctope{
		display: none;
	}
	.section7 .title.mobile{
		display: block;
		padding-bottom: 35px !important;
		font-size: 32px;
		line-height: 36px;
	}

	.section7 p{
		font-size: 17px;
		line-height: 19px;
	}

	.section8 .title{
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 35px !important;
	}

	.section8__t > div > div{
		text-align: left;
		font-size: 21px;
		line-height: 24px;
		padding-bottom: 23px;
	}

	.section8__t > div > p{
		font-size: 17px;
		line-height: 19px;
	}

	.section8__t > div{
		padding-bottom: 34px;
	}

	.section8__doc-t{
		padding-top: 20px;
		display: block;
	}

	.section8__doc-t > div{
		display: block;
		width: auto;
		font-size: 17px;
		line-height: 17px;
	}

	.section8__doc-t > div:first-child{
		padding-bottom: 20px;
	}

	.section8__doc-t > div:last-child{
		padding-bottom: 15px;
	}

	.section8 .gline{
		display: none;
	}

	.footer .center{
		font-size: 13px;
		line-height: 16px;
		text-align: left;
	}

	.footer__in .footer__in-t1{
		text-align: left;
	}

	.footer__in .footer__in-t2{
		text-align: left;
	}

	.section2 .title{
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 30px !important;
	}

	.section2__dsk p{
		font-size: 17px;
		line-height: 19px;
		padding-bottom: 20px;
	}

	.section4 .title{
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 25px !important;
	}

	.section4 .title br{
		display: none !important;
	}

	.section4__text{
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	.section5__ntable-title{
		padding-bottom: 20px;
	}

	.section5__ntable p{
		font-size: 15px;
		line-height: 17px;
		padding-bottom: 25px;
	}

	.section5{
		padding-bottom: 0px;
	}


	.spring-icons-desctope{
		display: none;
	}

	.spring-icons-mobile{
		display: block;
		position: relative;
		overflow-y: hidden;
		overflow-x: scroll;
		height: 150px;
	}

	.mobile-box{
		display: block;
		padding-bottom: 30px;
	}

	.desctope-box{
		display: none !important;
	}

	.section4{
		background: none;
	}

	.section4__text{
		padding-top: 30px;
	}
}

@media all and (max-width: 720px){
	.section5__ntable{
		display: block;
	}

	.section5__ntable > div{
		display: block;
		width: auto !important;
		padding-right: 0 !important;
		padding-bottom: 30px;
	}

	.section9 .flex{
		display: block;
	}
	.section9 .form__field {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.section9 .form__resend-sms {
		margin-left: 0 !important;
	}

	.section9 .form__offset-bottom{
		padding-bottom: 0;
	}

	.form__step--two .form__field{
		padding-bottom: 0;
	}

	body.hide-menu .header{
		display: none;
	}
}
@media (max-width: 630px) {
	.modal {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 340px) {
	.section7__bg > div > div{
		left: -80px;
	}
}

.disabled_event{
	pointer-events: none !important;
}

body.ie8 .section2 > .bg, body.ie8 .section4 > .bg2, body.ie8 .section4__bg, body.ie8 .section5 > .bg, body.ie8 .section5__bg, body.ie8 .section6__tb-sym, body.ie8 .section6__bg, body.ie8 .section7__bg, body.ie8 .section7__bg > div, body.ie8 .section8 > .bg, body.ie8 .section8__bg > div, body.ie8 .animateTop, body.ie8 .animateRight, body.ie8 .animateLeft {
	-ms-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}
body.ie .header__logo{
	background: url(../img/logo.png) 0 50% no-repeat;
}
body.ie .header__logo:before{
	display: none;
}
body.ie.fixed .header__mobile-card{
	background: none;
}
body.ie.fixed .header__mobile-card img{
	max-width: 100%;
}
body.ie8 .section > .bg{
	background: none;
}
body.ie8 .section > .bg img{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
body.ie8 .section__in {
	padding: 40px 0;
}

body.ie .section2__t > div > div, body.ie .section3__pay-t > div, .section5__ntable > div, .section5__buttons > div, .section6__t > div, .section8__doc-t > div {
	*display: inline;
	*zoom: 1;
}
body.ie .section2 > .bg img{
	top: 0;
}
body.ie8 .section2__t, body.ie8 .section2__t > div {
	display: block;
}
body.ie8 .section2__month{
	padding-top: 20px;
}
body.ie8 .section2__tbody{
	*position: relative;
}
body.ie8 .section2__tbody.hover{
	*z-index: 10;
}
body.ie8 .section2__tbody-img-tooltip{
	*margin-top: 30px;
}
body.ie .section2__val:after{
	display: none;
}
body.ie .section2__val i{
	display: inline-block;
	margin-left: 3px;
	font-style: normal;
}
body.ie .section3__box-icos{
	position: relative;
}
body.ie .section3__box-icos i{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -36px 0 0 -36px;
}
body.ie .section4__bg{
	background-image: url('../img/bg4_el1.jpg');
}
body.ie .section4__bg div{
	background-image: url('../img/bg4_el2.png');
}
body.ie8 .section4__item-circle div, body.ie8 .section6__t > div > div {
	*position: relative;
	*top: expression((this.parentNode.offsetHeight - this.offsetHeight) / 2 + 'px');
}
body.ie .section5 > .bg1{
	background-image: url('../img/bg5_el1.png');
}
body.ie .section5 > .bg2{
	background-image: url('../img/bg5_el3.png');
}
body.ie8 .section5__ntable > div:first-child, .section5__buttons8 > div:first-child{
	width: 50%;
}
body.ie .section6 > .bg1{
	background-image: url('../img/bg6_el1.png') !important;
}
body.ie .section6 > .bg2{
	background-image: url('../img/bg4_el3.png');
}
body.ie8 .section6__tb-sym {
	font-weight: bold;
}
body.ie .section8 > .bg1{
	background-image: url('../img/bg8_el1.png?2');
}
body.ie .section8 > .bg2{
	background-image: url('../img/bg8_el4.png?2');
}
body.ie .section8__bg .bg1{
	background-image: url('../img/bg8_el3.png');
}
body.ie .section8__bg .bg2{
	background-image: url('../img/bg8_el2.png');
}
body.ie8 .section8__t > div{
	width: 47%;
}
body.ie .section8__td1{
	padding-right: 0;
	float: left;
}
body.ie .section8__td2{
	padding-left: 0;
	float: right;
}
body.ie .section9 .form__split, body.ie .section9 .flex {
	display: block;
}
body.ie .section9 .form__split .form__field {
	margin-left: 2%;
	margin-right: 0 !important;
	float: left;
}
body.ie .section9 .form__split .form__field:first-child {
	margin-left: 0 !important;
}
body.ie .section9 .form__split_cols2 .form__field {
	width: 49%;
}
body.ie .section9 .form__split_cols3 .form__field {
	width: 32%;
	*width: 31.9%;
}
body.ie .section9 .check {
	margin-right: 5px;
}
body.ie .section9 .form__sms-box .flex .form__field, body.ie .section9 .form__sms-box .flex .form__resend-sms {
	float: left;
}
body.ie .section9 .form__sms-box .flex .form__resend-sms {
	display: inline-block;
	margin-top: 10px;
}
body.ie .section9 .issue-card__image {
	width: 42%;
	padding: 0;
	float: left;
}
body.ie .section9 .issue-card__form {
	width: 53%;
	margin: 0 2% 0 0;
	float: right;
}
body.ie .animateTop{
	opacity: 1 !important;
	transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transition: all 0s !important;
}
body.ie .animateRight, .animateLeft{
	opacity: 1 !important;
	transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transition: all 0s !important;
}

.section4__item{
	position: relative;
	padding-top: 10px;
}

.section4__item-label{
	display: block;
	position: absolute;
	z-index: 2;
	width: 124px;
	height: 44px;
	background: url('../img/harlamov/tooltip.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #00a7bc;
	font-size: 13px;
	line-height: 36px;
	left: 50%;
  top: 0px;
  text-transform: uppercase;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes a {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: a;
    transform-origin: center bottom
}

@keyframes b {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: b
}

@keyframes c {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: c
}

@keyframes d {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: d
}

@keyframes e {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: e
}

@keyframes f {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: f
}

@keyframes g {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: g
}

@keyframes h {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: h
}

@keyframes i {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: i
}

@keyframes j {
    0%,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: j;
    transform-origin: center
}

@keyframes k {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: k
}

@keyframes l {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: l
}

@keyframes m {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: m
}

@keyframes n {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: n
}

@keyframes o {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: o
}

@keyframes p {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: p
}

@keyframes q {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: q
}

@keyframes r {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: r
}

@keyframes s {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: s
}

@keyframes t {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: t
}

.fadeIn {
    animation-name: Cb
}

@keyframes u {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: u
}

@keyframes v {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: v
}

@keyframes w {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: E
}

@keyframes F {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: J
}

@keyframes K {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: K
}

@keyframes L {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: L
}

@keyframes M {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: M
}

@keyframes N {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: N
}

@keyframes O {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: O;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes P {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: P
}

@keyframes Q {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: Q;
    animation-timing-function: ease-out
}

@keyframes R {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: R;
    animation-timing-function: ease-in
}

@keyframes S {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: S
}

@keyframes T {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: T
}

@keyframes U {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: U
}

@keyframes V {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: V
}

@keyframes W {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: ab
}

@keyframes bb {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: bb
}

@keyframes cb {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: cb
}

@keyframes db {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: db
}

@keyframes eb {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: eb
}

@keyframes fb {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: fb
}

@keyframes gb {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: gb
}

@keyframes hb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: hb
}

@keyframes ib {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: ib
}

@keyframes jb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: jb
}

@keyframes kb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: kb
}

@keyframes lb {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: lb
}

@keyframes mb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: mb
}

@keyframes nb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: nb
}

@keyframes ob {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: ob
}

@keyframes pb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: pb
}

@keyframes qb {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: qb
}

@keyframes rb {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: rb
}

@keyframes sb {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: sb
}

@keyframes tb {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: tb
}

@keyframes ub {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: ub
}

@keyframes vb {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: vb
}

@keyframes wb {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: wb
}

@keyframes xb {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: xb
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}

.scroll-wrapper .scroll-content {
    height: auto!important;
    left: 0;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: auto;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto
}

.scroll-wrapper .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea .scroll-content {
    overflow: hidden!important
}

.scroll-textarea .scroll-content textarea {
    border: none!important;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: none;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}

.scroll-textarea .scroll-content textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner .scroll-element,
.scrollbar-inner .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner .scroll-element .scroll-element_track {
    height: 3px;
    top: 3px
}

.scrollbar-inner .scroll-element.scroll-x {
    bottom: 2px;
    height: 10px;
    left: 0;
    width: 100%
}

.scrollbar-inner .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px
}

.scrollbar-inner .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_outer,
.scrollbar-inner .scroll-element .scroll-element_track {
    border-radius: 4px
}

.scrollbar-inner .scroll-element .scroll-element_track {
    background-color: #c0bfc3
}

.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner .scroll-element:hover .scroll-bar {
    background-color: #d7d5e1
}

.scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer .scroll-element,
.scrollbar-outer .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer .scroll-element {
    background-color: #fff
}

.scrollbar-outer .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer .scroll-element.scroll-x .scroll-element_outer {
    height: 4px;
    top: 2px
}

.scrollbar-outer .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 4px
}

.scrollbar-outer .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer .scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer .scroll-element .scroll-bar,
.scrollbar-outer .scroll-element .scroll-element_outer,
.scrollbar-outer .scroll-element .scroll-element_track {
    border-radius: 4px
}

.scrollbar-outer .scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer .scroll-element .scroll-bar:hover {
    background-color: #9b9b9b
}

.scrollbar-outer .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx .scroll-element,
.scrollbar-macosx .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx .scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity .2s linear
}

.scrollbar-macosx .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-macosx:hover .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx .scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx .scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light .scroll-element,
.scrollbar-light .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light .scroll-element {
    background-color: #fff
}

.scrollbar-light .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light .scroll-element .scroll-element_outer {
    border-radius: 10px
}

.scrollbar-light .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(90deg, #dbdbdb 0, #e8e8e8);
    border-radius: 10px
}

.scrollbar-light .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light .scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(90deg, #fefefe 0, #f5f5f5);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.scrollbar-light .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail .scroll-element,
.scrollbar-rail .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail .scroll-element {
    background-color: #fff
}

.scrollbar-rail .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic .scroll-element,
.scrollbar-dynamic .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic .scroll-element .scroll-element_outer {
    opacity: .3;
    border-radius: 12px
}

.scrollbar-dynamic .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity .2s
}

.scrollbar-dynamic .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}

.scrollbar-dynamic .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height .2s
}

.scrollbar-dynamic .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width .2s
}

.scrollbar-dynamic .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-dynamic .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.scrollbar-dynamic .scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome .scroll-element,
.scrollbar-chrome .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome .scroll-element {
    background-color: #fff
}

.scrollbar-chrome .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}

.scrollbar-chrome .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome .scroll-element.scroll-x .scroll-bar {
    height: 4px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 4px
}

.scrollbar-chrome .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: yb 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes yb {
    to {
        transform: rotate(1turn)
    }
}

.button--normal {
    height: 57px;
    line-height: 55px;
    font-size: 24px
}

.button--normal,
.button--small {
    color: #fff;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px
}

.button--small {
    height: 42px;
    line-height: 40px;
    font-size: 18px
}

.button--acc {
    background-color: #c9001a
}

.button--acc:hover {
    background-color: #b00017
}

button.button {
    line-height: 1
}

.form__sms-box {
    padding-top: 30px;
    color: #2b3f64
}

.form__sms-box p {
    padding-bottom: 15px
}

.form__resend-sms {
    margin-left: 15px;
    font-size: 12px
}

#resend-code {
    cursor: pointer
}

.form__step {
    min-height: 340px;
    padding-bottom: 30px;
    transition: all .2s ease-in-out
}

.form__step._hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    top: 0;
    position: absolute;
    left: 0
}

.form__title {
    font-size: 24px;
    padding-bottom: 30px;
    color: #0097a0;
    font-weight: 600
}

.form__sub-title {
    font-size: 18px;
    border-top: 2px solid #b8b8b8;
    font-weight: 400
}

.form__field {
    position: relative;
    width: 100%
}

.form__split .form__field:not(:last-child) {
    padding-right: 10px
}

.form__input,
.form__textarea {
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-bottom: 1px solid #0097a0
}

.form__input {
    height: 30px
}

.form__textarea {
    resize: none;
    height: 195px;
    padding-top: 10px;
    padding-bottom: 10px
}

.form__offset-bottom {
    padding-bottom: 55px
}

.link {
    border-width: 0;
    border-bottom: 1px solid;
    transition: all .2s ease-in-out
}

.link:hover {
    border-color: transparent
}

.link--dotted {
    border-style: dotted
}

.link--no-border {
    border-color: transparent
}

.link--no-border:hover {
    opacity: .5
}

.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer
}

.base-offset-top {
    padding-top: 130px
}

.spinner-overlay {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}

.spinner {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    z-index: 99999999
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    animation: zb 1.8s infinite ease-in-out
}

.cube2 {
    animation-delay: -.9s
}

@keyframes zb {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    to {
        transform: rotate(-1turn);
        -webkit-transform: rotate(-1turn)
    }
}

.text-c-black {
    color: #000
}

.text-c-base {
    color: #2b3f64
}

.text-c-white {
    color: #fff
}

.text-c-red {
    color: #c9001a
}

.title-l1 {
    font-size: 55px;
    line-height: 1.05
}

.title-l1,
.title-l2 {
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.title-l2 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px
}

.advantages__box {
    width: 200px
}

.issue-card .advantages__box:last-child {
    width: 220px
}

.frm_space {
    margin-top: 150px
}

.advantages--auto-w {
    width: auto
}

.advantages--auto-w:not(:last-child) {
    margin-right: 15px
}

.advantages__text {
    margin-top: 5px;
    font-size: 23px;
    line-height: 1.2
}

.advantages__text--small {
    font-size: 16px
}

.calculator__product {
    padding-top: 50px
}

.calendar-help-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 999
}

.calendar-help-overlay._active {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.calendar {
    position: relative
}

.calendar__name-total-pays {
    position: absolute;
    bottom: 77px;
    color: #0098a0;
    left: -130px;
    width: 130px;
    font-size: 16px;
    line-height: 1
}

.calendar__name-total-pays._hide {
    opacity: 0
}

.calendar__help {
    width: 240px;
    height: 0;
    transition: all .4s ease-in-out;
    z-index: 99999;
    position: relative;
    overflow: hidden
}

.calendar__help div {
    background-color: #fff;
    height: 126px;
    border: 1px solid #f81680;
    padding: 20px;
    padding-bottom: 10px
}

.calendar__help img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 40px
}

.calendar__container {
    padding-top: 70px;
    transition: all .2s ease-in-out
}

.calendar__container._active {
    padding-top: 120px
}

.calendar__row {
    position: relative
}

.calendar__box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calendar__total-pays {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 10px
}

.calendar__total-pays .calendar__cell {
    position: relative
}

.calendar__total-pays .calendar__cell:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd
}

.calendar__pays,
.calendar__total-pays {
    color: #fff
}

.calendar__months {
    color: #0098a0;
    background-color: #fff;
    margin-bottom: 25px;
    overflow: hidden
}

.calendar__cell {
    width: 98px;
    text-align: center;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.calendar__row:nth-last-child(2) .calendar__cell {
    background-color: #cb1f3b
}

.calendar__row:nth-last-child(5) .calendar__cell {
    background-color: #0098a0
}

.calendar__row:nth-last-child(4) .calendar__cell,
.calendar__row:nth-last-child(7) .calendar__cell {
    background-color: #3cc
}

.calendar__row:nth-last-child(3) .calendar__cell,
.calendar__row:nth-last-child(6) .calendar__cell {
    background-color: #f81680
}

.calendar__cell._hide {
    opacity: 0
}

.calendar__pays .calendar__cell:not(:last-child):after,
.calendar__total-pays .calendar__cell:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #fff;
    height: 10px;
    right: -1px;
    top: 50%;
    margin-top: -5px
}

.calendar__year {
    font-size: 10px;
    display: block;
    line-height: 1;
    position: relative;
    top: -1px
}

.calendar__product {
    position: absolute;
    top: -100px;
    left: 16px;
    width: 65px;
    height: 65px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #3cc;
    transition: all .2s ease-in-out
}

.calendar__product._hide {
    opacity: 0
}

.calendar__row:nth-last-child(2) .calendar__product {
    border-color: #cb1f3b
}

.calendar__row:nth-last-child(5) .calendar__product {
    border-color: #0098a0
}

.calendar__row:nth-last-child(4) .calendar__product,
.calendar__row:nth-last-child(7) .calendar__product {
    border-color: #3cc
}

.calendar__row:nth-last-child(3) .calendar__product,
.calendar__row:nth-last-child(6) .calendar__product {
    border-color: #f81680
}

.calendar__product:before {
    content: "";
    top: 100%;
    width: 1px;
    height: 36px;
    left: 50%;
    position: absolute
}

.calendar__row:nth-last-child(2) .calendar__product:before {
    background-color: #cb1f3b
}

.calendar__row:nth-last-child(5) .calendar__product:before {
    background-color: #0098a0
}

.calendar__row:nth-last-child(4) .calendar__product:before,
.calendar__row:nth-last-child(7) .calendar__product:before {
    background-color: #3cc
}

.calendar__row:nth-last-child(3) .calendar__product:before,
.calendar__row:nth-last-child(6) .calendar__product:before {
    background-color: #f81680
}

.calendar__product:hover .calendar__info {
    transform: translateX(35px);
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.calendar__img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: auto
}

.calendar__info {
    background: #f9f7f7;
    border: 1px solid;
    position: absolute;
    width: 210px;
    height: 95px;
    border-radius: 4px;
    left: 100%;
    top: 50%;
    margin-top: -45px;
    padding: 5px 10px 5px 15px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.calendar__row:nth-last-child(2) .calendar__info {
    border-color: #cb1f3b
}

.calendar__row:nth-last-child(5) .calendar__info {
    border-color: #0098a0
}

.calendar__row:nth-last-child(4) .calendar__info,
.calendar__row:nth-last-child(7) .calendar__info {
    border-color: #3cc
}

.calendar__row:nth-last-child(3) .calendar__info,
.calendar__row:nth-last-child(6) .calendar__info {
    border-color: #f81680
}

.calendar__info:after,
.calendar__info:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.calendar__info:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-right-color: #f9f7f7;
    border-width: 15px;
    margin-top: -15px
}

.calendar__info:before {
    border-color: rgba(51, 204, 204, 0);
    border-width: 16px;
    margin-top: -16px
}

.calendar__row:nth-last-child(2) .calendar__info:before {
    border-right-color: #cb1f3b
}

.calendar__row:nth-last-child(5) .calendar__info:before {
    border-right-color: #0098a0
}

.calendar__row:nth-last-child(4) .calendar__info:before,
.calendar__row:nth-last-child(7) .calendar__info:before {
    border-right-color: #3cc
}

.calendar__row:nth-last-child(3) .calendar__info:before,
.calendar__row:nth-last-child(6) .calendar__info:before {
    border-right-color: #f81680
}

.calendar__costing,
.calendar__title {
    font-weight: 500;
    color: #2b3f64
}

.calendar__message {
    line-height: 1.1;
    font-size: 14px;
    color: #2b3f64;
    margin-top: 5px;
    margin-bottom: 5px
}

.calendar__costing {
    font-size: 14px
}

.change-text {
    min-height: 55px;
    transition: opacity .3s ease
}

.change-text._hide {
    opacity: 0
}

.change-text._small {
    font-size: 48px
}

.inner {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    min-height: 100vh;
    padding-top: 80px;
    overflow: hidden
}

.first-screen {
    min-height: calc(100vh - 180px);
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.first-screen__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.first-screen__bg,
.first-screen__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.first-screen__bg:before {
    content: ""
}

.first-screen__inner {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px
}

.first-screen__info {
    padding-right: 20px
}

.first-screen__image {
    padding-left: 20px
}

.first-screen__title {
    font-weight: 500;
    font-size: 53px;
    line-height: 1.0566;
    width: 100%
}

.first-screen__advantages {
    padding-top: 30px
}

.first-screen__button {
    margin-top: 40px
}

.header {
    height: 80px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .04)
}
.anchor {
	top: -80px;
}

.header__card {
    margin-right: 10px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .3);
    display: inline-block;
    vertical-align: middle
}

.header__right {
    transition: all .2s ease-in-out
}

.header__right._hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.issue-card__container {
    padding-top: 35px
}

.issue-card__image {
    width: 540px;
    padding-left: 80px;
    padding-right: 60px
}

.issue-card__form {
    margin-left: 30px;
    width: 620px;
    margin-right: 60px
}

.logo__icon {
    width: 24px;
    height: 23px
}

.logo__text {
    padding-left: 5px;
    width: 119px;
    height: 27px
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 610px;
    height: 310px;
    margin-top: -155px;
    margin-left: -305px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999999;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

#frm {
    position: relative;
    top: -40px;
    display: block
}

.modal._active {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.modal__title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    color: #4b4b4b
}

.modal__text {
    color: #4b4b4b;
    width: 100%;
    font-size: 18px;
    font-weight: 300
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 30px
}

.more__container {
    padding-top: 60px
}

.more__box:first-child {
    padding-right: 20px
}

.more__box:last-child {
    padding-left: 20px
}

.more__item {
    position: relative;
    padding-left: 100px;
    min-height: 135px;
    margin-top: 80px
}

.more__img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-30%)
}

.more__text {
    font-size: 24px
}

.partners__container {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 100px;
    margin-bottom: 30px
}

.partners__box {
    padding: 10px;
    height: 220px;
    position: relative
}

.partners__box:hover .partners__color-box {
    transform: scale(1.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.partners__color-box {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    height: 100%;
    transition: all .2s ease-in-out
}

.partners__img {
    height: 100px;
    bottom: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.partners__img,
.partners__text {
    width: calc(100% - 40px);
    position: absolute;
    left: 20px
}

.partners__text {
    text-align: center;
    bottom: 45px;
    font-size: 16px
}

.product {
    margin-left: -20px;
    margin-right: -20px
}

.product__box {
    width: 195px;
    height: 195px;
    border-radius: 200px;
    border: 1px solid #3cc;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out
}

.product__box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 1000px;
    background-color: rgba(197, 208, 214, .5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 9;
    transition: all .2s ease-in-out
}

.product__box._hide {
    pointer-events: none
}

.product__box._hide:before {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.product__box:hover {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .2), 0 2px 3px 0 rgba(0, 0, 0, .2)
}

.product__image-box {
    height: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 10px
}

.product__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    max-height: 80%
}

.product__info-box {
    text-align: center
}

.product__info,
.product__name {
    font-size: 16px;
    color: #3cc
}

.product__info {
    font-weight: 700;
    line-height: 1
}

.product .product__drag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.product__drag {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #3cc;
    position: relative;
    background-color: #fff
}

.product__drag img {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product__drag._visible {
    opacity: 1
}

.review {
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.review__container {
    width: 100%;
    margin-top: 120px
}

.review__avatar {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    overflow: hidden
}

.review__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.review__persone {
    font-weight: 600;
    padding-bottom: 5px
}

.scroll-down {
    height: 100px;
    background-color: #fff
}

.scroll-down:hover .scroll-down__icon,
.scroll-down:hover .scroll-down__title {
    opacity: .5
}

.scroll-down__title {
    font-size: 18px;
    padding-top: 27px;
    padding-bottom: 5px
}

.scroll-down__icon,
.scroll-down__title {
    cursor: pointer;
    transition: all .2s ease-in-out
}

.scroll-down__icon {
    margin-left: auto;
    margin-right: auto;
    animation: Ab 1.5s linear infinite
}

@keyframes Ab {
    0% {
        transform: translateY(0);
        opacity: 0
    }
    10% {
        opacity: 1
    }
    30% {
        opacity: 1
    }
    to {
        transform: translateY(7px);
        opacity: 0
    }
}

.twave-select {
    position: relative
}

.header--fixed .twave-select {
    height: 100%;
    color: #fff;
    transition: all .2s ease-in-out
}

.twave-select._active {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.header--fixed .twave-select._active {
    color: #2b3f64;
    background-color: #fff
}

.twave-select__toggle {
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 35px;
    display: -ms-flexbox;
    display: flex
}

.header--fixed .twave-select__toggle {
    height: 100%
}

.twave-select__toggle:active {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.twave-select__current {
    width: 100%;
    margin: auto;
    font-weight: 600
}

.twave-select__options {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    border-top: 1px solid rgba(57, 79, 180, .1);
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    max-height: 160px;
    overflow: hidden;
    transition: all .2s ease-in-out
}

.twave-select._active .twave-select__options {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.twave-select__option {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #2b3f64;
    transition: all .2s ease-in-out
}

.twave-select__option._current,
.twave-select__option:hover {
    background-color: rgba(0, 0, 0, .1)
}

.twave-select__img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.twave-select__icon {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.twave-select__text {
    font-size: 13px;
    font-weight: 500
}

.twave-select__tre {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjMzOTAuMyAxMjY0LjkgOS40IDYuMSI+ICA8cGF0aCBjbGFzcz0iYSIgZmlsbD0iI2ZmYjU0NiIgZD0iTTMzOTAuMyAxMjY2LjNsNC43IDQuNyA0LjctNC43LTEuNC0xLjQtMy4zIDMtMy4zLTN6Ii8+PC9zdmc+);
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background-size: 10px;
    transition: all .2s ease-in-out
}

.twave-select._active .twave-select__tre {
    transform: scaleY(-1)
}

body.no-scroll {
    height: 100vh;
    overflow: hidden
}

.col {
    float: left
}

.col--top {
    vertical-align: top
}

.col--middle {
    vertical-align: middle
}

.col--bottom {
    vertical-align: bottom
}

.col-after-middle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.cols {
    font-size: 0
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33.3333%
}

.w-50 {
    width: 50%
}

.w-66 {
    width: 66.6666%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

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

.flex--row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex--row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex--column {
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

.flex--j-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex--j-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

.flex--a-center {
    -ms-flex-align: center;
    align-items: center
}

.flex--a-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex--a-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.flex--a-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex--shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

input::-ms-clear {
    display: none
}

h1,
h2,
h3,
h4,
p,
ul {
    margin: 0
}

img {
    display: block
}

.box-none {
    display: none
}

.light {
    font-weight: 300
}

.semibold {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.img-r {
    max-width: 100%
}

.height-screen {
    height: 100vh
}

.full-height {
    height: 100%
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.nowrap {
    white-space: nowrap
}

.underline {
    text-decoration: underline
}

.word-break-all {
    word-break: break-all
}

@font-face {
    font-family: Stem;
    src: url(../fonts/STM35__W.eot);
    src: url(../fonts/STM35__W.eot?#iefix) format("embedded-opentype"), url(../fonts/STM35__W.woff2) format("woff2"), url(../fonts/STM35__W.woff) format("woff"), url(../fonts/STM35__W.ttf) format("truetype"), url(../fonts/STM35__W.svg#StemWeb-ExtraLight) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Stem;
    src: url(../fonts/STM45__W.eot);
    src: url(../fonts/STM45__W.eot?#iefix) format("embedded-opentype"), url(../fonts/STM45__W.woff2) format("woff2"), url(../fonts/STM45__W.woff) format("woff"), url(../fonts/STM45__W.ttf) format("truetype"), url(../fonts/STM45__W.svg#StemWeb-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Stem;
    src: url(../fonts/STM55__W.eot);
    src: url(../fonts/STM55__W.eot?#iefix) format("embedded-opentype"), url(../fonts/STM55__W.woff2) format("woff2"), url(../fonts/STM55__W.woff) format("woff"), url(../fonts/STM55__W.ttf) format("truetype"), url(../fonts/STM55__W.svg#StemWeb-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Stem;
    src: url(../fonts/STM75__W.eot);
    src: url(../fonts/STM75__W.eot?#iefix) format("embedded-opentype"), url(../fonts/STM75__W.woff2) format("woff2"), url(../fonts/STM75__W.woff) format("woff"), url(../fonts/STM75__W.ttf) format("truetype"), url(../fonts/STM75__W.svg#StemWeb-Bold) format("svg");
    font-weight: 500;
    font-style: normal
}

@media (max-width:1481px) {
    .calendar__name-total-pays {
        display: none
    }
}

@media (max-width:1025px) {
    .calendar__info {
        display: none
    }
    .img-r {
        max-width: 108%
    }
    .issue-card__image {
        padding-left: 0;
        padding-right: 20px
    }
    .issue-card__form {
        margin-right: 0;
        margin-left: 20px
    }
    .product {
        overflow: auto
    }
    .product__box {
        width: 180px;
        height: 180px;
        margin-right: 10px;
        margin-left: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .product__image-box {
        padding-top: 20px;
        height: 110px
    }
    .frm_space {
        margin-top: 75px
    }
}

@media (max-width:890px) {
    .partners__box {
        width: 33.33%
    }
    .partners__box:last-child {
        display: none
    }
}

@media (max-width:768px) {
    .calculator.base-offset-top {
        display: none
    }
    .button--normal {
        height: 42px;
        line-height: 40px;
        font-size: 18px
    }
    .button--normal,
    .button--small {
        padding-left: 20px;
        padding-right: 20px
    }
    .button--small {
        height: 32px;
        line-height: 30px;
        font-size: 16px
    }
    .form__step {
        height: auto;
        padding-bottom: 40px
    }
    .form__step--two .flex {
        display: block
    }
    .form__step--two .form__field {
        padding-bottom: 20px;
        padding-right: 0!important
    }
    .form__input,
    .form__textarea {
        font-size: 12px
    }
    .form__offset-bottom {
        padding-bottom: 20px
    }
    .base-offset-top {
        padding-top: 60px
    }
    .title-l1 {
        font-size: 28px
    }
    .title-l2 {
        font-size: 18px
    }
    .advantages__icon {
        width: 50px;
        height: 50px
    }
    .advantages__text {
        font-size: 14px
    }
    .calendar__container {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .calendar__box {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .calendar__total-pays {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        border-top-width: 0
    }
    .calendar__total-pays .calendar__cell {
        position: relative
    }
    .calendar__total-pays .calendar__cell:before {
        display: none
    }
    .calendar__months {
        width: 100%!important
    }
    .calendar__cell {
        text-align: left;
        padding: 10px;
        height: 52px;
        width: 100%;
        font-size: 12px
    }
    .calendar__pays .calendar__cell,
    .calendar__total-pays .calendar__cell {
        white-space: nowrap
    }
    .calendar__pays .calendar__cell:not(:last-child):after,
    .calendar__total-pays .calendar__cell:not(:last-child):after {
        display: none
    }
    .scroll-wrapper.calendar__scrollbar {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
        margin-left: -20px
    }
    .first-screen__info {
        padding-right: 0;
        width: 100%
    }
    .first-screen__image {
        display: none
    }
    .first-screen__title {
        font-size: 30px
    }
    .issue-card__container {
        display: block;
        padding-top: 60px
    }
    .issue-card__image {
        margin-bottom: 40px;
        width: 100%
    }
    .issue-card__form {
        width: 100%;
        margin-left: 0
    }
    .more__container {
        padding-top: 30px
    }
    .more__box {
        width: 100%
    }
    .more__box:first-child {
        padding-right: 0
    }
    .more__box:last-child {
        padding-left: 0
    }
    .more__item {
        margin-top: 50px;
        padding-left: 60px;
        min-height: 0
    }
    .more__img {
        width: 40px;
        height: 40px
    }
    .more__text {
        font-size: 18px
    }
    .partners__container {
        padding-top: 60px
    }
    .partners__box {
        width: 50%
    }
    .partners__box:last-child {
        display: inline-block
    }
    .product__box {
        width: calc(33vw - 20px);
        height: calc(33vw - 20px)
    }
    .product__image-box {
        height: 65%;
        padding-bottom: 0;
        padding-top: 10px
    }
    .product__info,
    .product__name {
        font-size: 11px
    }
    .review__container {
        margin-top: 60px
    }
}

@media (max-width:630px) {
    .modal {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-left: 0;
        width: calc(100% - 30px);
        left: 15px;
        transform: translateY(-50%);
        box-sizing: border-box
    }
    .modal__title {
        font-size: 20px
    }
    .modal__text {
        font-size: 14px
    }
}

@media (max-width:400px) {
    .advantages__text {
        font-size: 10px
    }
    .advantages__box--auto-w {
        width: 188px
    }
    .change-text {
        min-height: 25px
    }
    .first-screen {
        min-height: calc(100vh - 150px)
    }
    .first-screen__title {
        font-size: 24px
    }
    .more__text {
        font-size: 16px
    }
    .partners__box {
        width: 100%;
        height: 180px
    }
    .partners__img {
        bottom: 80px
    }
    .partners__text {
        bottom: 30px
    }
    .product {
        margin-left: -5px;
        margin-right: -5px
    }
    .product__box {
        width: calc(33vw - 20px);
        height: calc(33vw - 20px);
        margin-right: 5px;
        margin-left: 5px
    }
    .product__info,
    .product__name {
        font-size: 9px
    }
    .scroll-down {
        height: 70px
    }
    .scroll-down__title {
        font-size: 16px;
        padding-top: 11px
    }
}

@media (max-width:320px) {
    .form__input,
    .form__textarea {
        font-size: 11px
    }
}

#spec_check span,
label.check span {
    font-size: 12px!important
}

input:read-only {
    opacity: .3
}

@font-face {
    font-family: StemRegular;
    src: url(../fonts/StemRegular.woff2) format("woff2"), url(../fonts/StemRegular.woff) format("woff"), url(../fonts/StemRegular.ttf) format("truetype"), url(../fonts/StemRegular.svg#StemRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: StemMedium;
    src: url(../fonts/StemMedium.woff2) format("woff2"), url(../fonts/StemMedium.woff) format("woff"), url(../fonts/StemMedium.ttf) format("truetype"), url(../fonts/StemMedium.svg#StemMedium) format("svg");
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: StemBold;
    src: url(../fonts/StemBold.woff2) format("woff2"), url(../fonts/StemBold.woff) format("woff"), url(../fonts/StemBold.ttf) format("truetype"), url(../fonts/StemBold.svg#StemBold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot?svh7nd);
    src: url(../fonts/icons.eot?svh7nd#iefix) format("embedded-opentype"), url(../fonts/icons.ttf?svh7nd) format("truetype"), url(../fonts/icons.woff?svh7nd) format("woff"), url(../fonts/icons.svg?svh7nd#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icons-"],
[class^=icons-] {
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.modal {
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.icons-1:before {
    content: "\e900";
    color: inherit
}

.icons-2:before {
    content: "\e901";
    color: inherit
}

.icons-3:before {
    content: "\e902";
    color: inherit
}

.icons-4:before {
    content: "\e903";
    color: inherit
}

.icons-5:before {
    content: "\e904";
    color: inherit
}

.icons-6:before {
    content: "\e905";
    color: inherit
}

.icons-7:before {
    content: "\e906";
    color: inherit
}

.icons-8:before {
    content: "\e907";
    color: inherit
}

.icons-9:before {
    content: "\e908";
    color: inherit
}

.icons-10:before {
    content: "\e909";
    color: inherit
}

.icons-11:before {
    content: "\e90a";
    color: inherit
}

.icons-12:before {
    content: "\e90b";
    color: inherit
}

.icons-13:before {
    content: "\e90c";
    color: inherit
}

.icons-14:before {
    content: "\e90d";
    color: inherit
}

.icons-15:before {
    content: "\e90e";
    color: inherit
}

body {
    margin: 0;
    font-family: StemRegular;
    background: #fff
}

body>img {
    display: none
}

img {
    border: none;
    outline: none
}

.body {
    overflow: hidden
}

.clear {
    width: 100%;
    height: 0;
    clear: both
}

.center {
    max-width: 1340px;
    margin: 0 auto;
    position: relative
}

.header {
    height: 100px;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff
}

.header .center {
    height: 100%
}

.header__logo {
    width: 207px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 15px;
    text-decoration: none;
    color: #da002c
}

.anchor {
	position: absolute;
	left: 0;
	top: -100px;
}

.section {
    height: 100vh;
    background-color: #fff;
    background-position: 50% 0;
    display: table;
    position: relative;
    min-height: 820px;
    max-height: 1200px
}

.section,
.section>.bg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden
}

.section>.bg {
    height: 100%;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0
}

.section__in {
    display: table-cell;
    vertical-align: middle
}

.title {
    font-family: StemBold
}


.subtitle {
    font-family: StemMedium
}



.spring-icons-desctope {
    display: block
}

.mobile-box,
.spring-icons-mobile {
    display: none
}

.button {
    width: 266px;
    height: 56px;
    border-radius: 56px;
    border: 4px solid #ff0a8e;
    background: #ff0a8e;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    color: #fff;
    font-family: StemBold;
    text-transform: uppercase;
    font-size: 18px;
    transition: background .3s, border-color .3s, color .3s;
    text-decoration: none;
    display: block
}

.button.button_black {
    background: #fff;
    border-color: #000;
    color: #000
}

@keyframes Bb {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
    to {
        transform: translateY(0)
    }
}

.section2 {
    max-height: 900px
}

.section2 .title {
    font-size: 60px;
    line-height: 74px;
    padding-bottom: 40px
}

.section2__dsk {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 55px
}

.section2__dsk p {
    margin: 0;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 24px
}

.section2__dsk p:last-child {
    padding: 0
}

.section2__dsk p strong {
    font-weight: 100;
    font-family: StemBold
}

.section2 .center {
    z-index: 3
}

.section2>.bg {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 50%;
    max-width: 800px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transform: translateY(100px);
    -ms-transform: translateY(100px)
}

.section2>.bg1 {
    background-image: url(../img/bg2n.jpg);
    background-size: contain;
    transition: transform 1.5s
}

.section2>.bg2 {
    background-image: url(../img/bg2_el2.png);
    background-size: auto calc(100% - 100px);
    top: 100px;
    z-index: 2;
    transition: transform 2s;
    transition-delay: .2s
}

.button-partners {
    text-align: center;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #000
}

.button-partners:hover {
    text-decoration: none
}

.button-action {
    color: #ff0a8e;
    cursor: pointer;
    text-decoration: underline
}

.button-action:hover {
    text-decoration: none
}

.section2.active>.bg {
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.section2__t {
    display: table;
    max-width: 910px;
    margin: 0 auto
}

.section2__t>div {
    display: table-row;
    cursor: pointer
}

.section2__t>div>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: StemMedium;
    width: 100px
}

.section2__thead {
    height: 90px;
    background: #f7f7f7
}

.section2__thead>div:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.section2__thead>div:first-child span {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    left: 27px
}

.section2__thead>div:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.section2__t>div>div:first-child {
    padding-left: 5px;
    min-width: 100px
}

.section2__thead>div:last-child,
.section2__val-body.last {
    padding-right: 15px
}

.section2__month {
    text-transform: uppercase;
    color: #999b9f;
    padding-bottom: 20px
}

.section2__month,
.section2__val {
    font-size: 12px;
    line-height: 12px
}

.section2__val:after {
    font-family: icons;
    content: "\e902";
    font-size: 9px;
    line-height: 9px;
    display: inline-block;
    margin-left: 3px
}

.section2__val i {
    display: none
}

.section2__val-body {
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #ff0a8e
}

.section2__val-body.first {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px
}

.section2__val-body.last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.section2__tbody[data-id="2"] .section2__val-body {
    background: #01a7bd
}

.section2__tbody>div {
    padding-top: 9px;
    position: relative
}

.section2__tbody>div:first-child {
    min-width: 65px
}

.section2__tbody-img {
    display: table;
    margin-right: 10px;
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 7px
}

.section2__tbody-img img {
    margin-right: 10px;
    display: block
}

.section2__tbody-img>div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.section2__tbody-img span {
    color: #999b9f;
    font-size: 12px;
    line-height: 12px;
    font-family: StemRegular;
    display: inline-block
}

.section2__tbody-img-tooltip {
    font-family: StemRegular;
    display: block;
    width: 160px;
    text-align: center!important;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    background: #2fc9c8;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 20px 0 0 -100px;
    padding: 15px 20px;
    z-index: 10;
    display: none
}

.section2__tbody-img-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 10px;
    border-color: transparent transparent #2fc9c9;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px
}


.section3>.bg {
    background-image: url(../img/bg2.jpg?12);
    background-position: 50% 0;
}

.section3__in {
    padding-left: 45%
}
.section3__wrapper {
    display: inline-block
}

.section3__box {
    margin-bottom: 62px;
    width: 635px
}

.section3__box:after {
    content: "";
    display: block;
    clear: both
}

.section3__box>div {
    width: 129px;
    height: 200px;
    float: left;
    margin-right: 121px
}

.section3__box>div.nomr {
    margin-right: 0
}

.section3__box-icos {
    width: 119px;
    height: 119px;
    border-radius: 50%;
    border: 3px solid #ff0a8e;
    color: #ff0a8e;
    text-align: center;
    line-height: 119px
}

.section3__box-icos.icons-5 {
    font-size: 58px
}

.section3__box-icos.icons-6 {
    font-size: 63px
}

.section3__box-icos.icons-7 {
    font-size: 41px
}

.section3__box-icos.icons-8 {
    font-size: 48px
}

.section3__box-icos.icons-9 {
    font-size: 54px
}

.section3__box-icos.icons-10 {
    font-size: 43px
}

.section3__box-title {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding-top: 19px;
    color: #000
}

.section3__pay-title {
    text-align: center;
    font-family: StemBold;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
}

.section3__pay-t {
    display: table;
    margin: 0 auto;
    text-align: center
}

.section3__pay-t>div {
    display: table-cell;
    vertical-align: middle
}

.section3__pay-t .icons-11 {
    font-size: 35px;
    line-height: 35px;
    margin-right: 75px;
    color: #000
}

.section3__pay-t .icons-12 {
    font-size: 36px;
    line-height: 35px;
    margin-right: 75px;
    color: #000
}

.section3__pay-t .icons-13 {
    font-size: 38px;
    line-height: 38px;
    color: #000
}

.section4 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 60px;
    text-align: center
}

.section4 .title+.section4__text {
    padding-top: 0;
    padding-bottom: 90px
}

.section4>.bg1 {
    background: url(../img/bg4.jpg) 0 50% no-repeat!important;
    background-size: auto
}

.section4>.bg2 {
    background: url(../img/bg4_el3.png) 0 0 no-repeat!important;
    background-size: 100% 100%;
    width: 81px;
    height: 81px;
    left: 230px;
    top: 45px;
    z-index: 2;
    transform: scale(2);
    -ms-transform: scale(2)
}

.section4>.bg2,
.section4__bg {
    position: absolute;
    transition: opacity .8s, transform .8s;
    opacity: 0
}

.section4__bg {
    background: url(../img/bg4_el1.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 384px;
    height: 454px;
    right: 215px;
    bottom: -60px;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    transition-delay: .2s
}

.section4__bg div {
    display: block;
    width: 113px;
    height: 105px;
    background: url(../img/bg4_el2.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    left: -86px;
    top: 218px;
    position: absolute
}

.section4 .center {
    z-index: 3
}

.section4.active .section4__bg,
.section4.active>.bg2 {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1
}

.section4 .button {
    margin: 0 auto
}

.section4__text {
    font-size: 29px;
    line-height: 29px;
    text-align: center;
    padding-top: 40px
}

.section4__text a {
    color: #ff0a8e
}

.section4__item,
.section4__text a:hover {
    text-decoration: none
}

.section4__item {
    width: 186px;
    height: 266px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: inherit
}

.section4__item-circle {
    display: table;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 6px solid #f2f2f2;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 300ms transform;
}

.section4__item-circle div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.section4__item-circle img {
    max-width: 140px;
    display: block;
    margin: 0 auto
}

.section4__item-title {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 2px
}

.section4__item-value {
    font-family: StemBold;
    font-size: 16px;
    line-height: 16px
}

.section4 .owl-dots {
    display: none
}

.section4 .owl-prev {
    background: url(../img/owl-prev.png) 0 50% no-repeat;
    background-size: contain;
    left: -170px
}

.section4 .owl-next,
.section4 .owl-prev {
    display: block;
    width: 68px;
    height: 133px;
    position: absolute;
    top: 25px;
    outline: none!important;
    transition: transform .3s
}

.section4 .owl-next {
    background: url(../img/owl-next.png) 100% 50% no-repeat;
    background-size: contain;
    right: -170px
}

.section4 .owl-next span,
.section4 .owl-prev span {
    display: none
}

.section5 {
    background: #f7f7f7;
    min-height: 1100px
}

.section5 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 80px;
    text-align: center
}

.section5>.bg {
    transition: opacity .8s, transform .8s;
    transform: scale(2);
    -ms-transform: scale(2);
    opacity: 0
}

.section5>.bg1 {
    width: 166px;
    height: 199px;
    background: url(../img/bg5_el1.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 267px;
    top: 65px
}

.section5>.bg2 {
    width: 680px;
    height: 664px;
    background: url(../img/bg5_el3.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    right: -120px;
    bottom: -145px;
    top: auto;
    left: auto
}

.section5__bg {
    width: 473px;
    height: 474px;
    background: url(../img/bg5_el2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    bottom: 308px;
    position: absolute;
    right: -60px;
    transition: opacity .8s, transform .8s;
    transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: 0;
    transition-delay: .4s
}

.section5.active .section5__bg,
.section5.active>.bg {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1
}

.section5 .center {
    z-index: 3
}

.section5 table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    max-width: 960px
}

.section5 td {
    padding: 13px;
    border-bottom: 1px solid #dedede
}

.section5 td:first-child {
    width: 60%
}

.section5 td:last-child,
.section5__title {
    font-family: StemBold
}

.section5__title {
    font-size: 20px;
    line-height: 24px;
    padding: 70px 0 25px 13px
}

.section6 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 75px;
    text-align: center
}

.section6 .center {
    z-index: 3
}

.section6 .section__in>.center {
    z-index: 4
}

.section6>.bg1 {
    width: 510px;
    height: 270px;
    left: -105px;
    z-index: 3;
    background: url(../img/bg6_el1.svg) 0 100% no-repeat!important;
    background-size: 100% auto!important;
    opacity: .1;
    filter: alpha(opacity=10)
}

.section6>.bg2 {
    width: 81px;
    height: 81px;
    left: 149px;
    top: 94px;
    z-index: 1;
    background: url(../img/bg4_el3.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

.section6 .subtitle {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 60px
}

.section6__t {
    display: table;
    width: 100%
}

.section6__t>div {
    display: table-cell;
    vertical-align: middle;
    width: 33.3%;
    height: 430px
}

.section6__td1 {
    text-align: left
}

.section6__td2 {
    text-align: center
}

.section6__td3 {
    text-align: right
}

.section6__tb1 {
    position: relative;
    display: inline-block;
    width: 280px;
    text-align: center
}

.section6__tb2,
.section6__tb3 {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 360px
}
.section6__tb1 > .section6__tb1,
.section6__tb2 > .section6__tb2,
.section6__tb3 > .section6__tb3 {
	display: block;
	width: 100% !important;
}

.section6__tb-sym {
    font-family: StemBold;
    color: #f2f2f2;
    font-size: 600px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.6em;
    transition: opacity .8s, transform .8s;
    transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    opacity: 0
}

.section6__tb1 .section6__tb-sym {
    transition-delay: .6s
}

.section6__tb2 .section6__tb-sym {
    transition-delay: 1s
}

.section6__tb3 .section6__tb-sym {
    transition-delay: 1.4s
}

.section6.active .section6__tb-sym {
    transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1
}

.section6__text {
    position: relative;
    z-index: 3;
    font-size: 20px;
    line-height: 28px
}

.section6 .button {
    position: relative;
    z-index: 2;
    margin: 33px auto 0
}

.section6__tw {
    position: relative
}

.section6__bg {
    display: block;
    width: 699px;
    height: 376px;
    max-width: 85vw;
    max-height: 35vh;
    position: absolute;
    right: 0;
    top: -15vh;
    background: url(../img/bg6_el2.png?3) 100% 50% no-repeat;
	background-size: contain;
    z-index: 4;
    transition: opacity .8s, transform .8s;
    transition-delay: .8s;
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    opacity: 0
}

.section6.active .section6__bg {
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1
}

.section7 {
    background: #f2f2f2
}

.section7 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 90px;
    text-align: center
}

.section7 p {
    margin: 0;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 40px
}

.section7 p a {
    color: #ff0a8e
}

.section7 .center {
    z-index: 3
}

.section7__bg {
    width: 678px;
    max-height: 650px;
    background: url(../img/bg7_el2n2.jpg?5) 0 0 no-repeat;
    overflow: visible;
    right: 0;
    top: 290px;
    bottom: 0;
    transition: opacity .8s, transform .8s;
    transition-delay: .4s
}

.section7__bg,
.section7__bg>div {
    position: absolute;
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    opacity: 0
}

.section7__bg>div {
    content: "";
    display: block;
    width: 451px;
    height: 321px;
    left: -140px;
    top: 60px;
    perspective: 1000px;
    transition: opacity .8s, transform .8s;
    transition-delay: .5s
}

.section7.active .section7__bg,
.section7.active .section7__bg>div {
    transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1
}

.section7__bg>div>div {
    width: 100%;
    height: 100%;
    background: url(../img/bg7_el1n.png?3) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.section8 {
    padding-top: 140px;
    height: auto!important
}

.section8 .center {
    z-index: 3
}

.section8 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 90px;
    text-align: center
}

.section8>.bg {
    transition: opacity .8s, transform .8s;
    transform: scale(2);
    -ms-transform: scale(2);
    opacity: 0
}

.section8>.bg1 {
    width: 103px;
    height: 147px;
    left: 232px;
    top: 43px;
    background: url(../img/bg8_el1.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

.section8>.bg2 {
    width: 154px;
    height: 154px;
    left: 124px;
    bottom: 500px;
    top: auto;
    background: url(../img/bg8_el4.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

.section8.active>.bg {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: .1;
    filter: alpha(opacity=10)
}

.section8__bg {
    width: 910px;
    height: 641px;
    position: absolute;
    right: -250px;
    top: 75px
}

.section8__bg .bg1 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg8_el3.svg) 0 0 no-repeat;
    transform: scale(.5);
    -ms-transform: scale(.5);
    transition-delay: .2s
}

.section8__bg .bg2 {
    width: 108px;
    height: 110px;
    left: 470px;
    top: 30px;
    background: url(../img/bg8_el2.svg) 0 0 no-repeat;
    z-index: 2;
    transform: scale(2);
    -ms-transform: scale(2);
    transition-delay: .5s
}

.section8__bg>div {
    background-size: 100% 100%!important;
    position: absolute;
    transition: opacity .8s, transform .8s;
    opacity: 0
}

.section8.active .section8__bg .bg1 {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: .1;
    filter: alpha(opacity=10)
}

.section8.active .section8__bg .bg2 {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1
}

.section8__t {
    display: table;
    width: 100%;
    margin-bottom: 54px
}

.section8__t>div {
    display: table-cell;
    width: 50%;
    padding-bottom: 80px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box
}

.section8__td1 {
    padding-right: 50px
}

.section8__td2 {
    padding-left: 50px
}

.section8__t>div>div {
    font-family: StemMedium;
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 32px
}

.section8__t>div>p {
    margin: 0;
    font-size: 20px;
    line-height: 30px
}

.section8__t_last {
    margin-bottom: 54px
}

.section8__t_last>div {
    border: none;
    padding-bottom: 0
}

.section8__t_last .section8__td1 {
    text-align: right
}

.section8__t_last .button {
    width: 326px;
    display: inline-block
}

.gline {
    height: 1px;
    background: #e6e6e6;
    margin-bottom: 54px
}

.section8__doc {
    width: 1000px;
    margin: 0 auto
}

.section8__doc-t {
    display: table;
    width: 85%;
    margin: 0 auto 35px
}

.section8__doc-t>div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: center;
    font-size: 20px
}

.section8__doc-t>div span {
    text-decoration: underline;
    cursor: pointer
}

.section8__doc-t>div.active span {
    text-decoration: none
}

.section8__doc-in {
    padding: 65px 135px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 54px;
    display: none;
    transition: opacity .3s;
    transition-delay: .3s
}

@keyframes Cb {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.section8__doc-in.active {
    display: block;
    animation: Cb 1s 1;
    animation-fill-mode: forwards
}

.section8__doc-in a {
    display: block;
    color: #000;
    margin-bottom: 15px
}

.section8__doc-in a:last-child {
    margin-bottom: 0
}

.frm_space {
    margin-top: 30px
}

.section8 .section__in {
    padding-bottom: 40px
}

.footer {
    background: #f2f2f2;
    padding: 90px 0;
    font-size: 14px;
    line-height: 16px
}

.footer,
.footer a {
    color: #868686
}

.footer__in {
    display: table;
    width: 100%;
    margin-top: 20px
}

.footer__in>div {
    display: table-cell
}

.footer__in-t2 {
    text-align: right
}

.footer__in-t2 a {
    color: inherit;
    letter-spacing: 5px
}

.popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.popup.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.popup:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9);
    position: absolute;
    left: 0;
    top: 0
}

.popup__c {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2
}

.popup__in {
    background: #f7f7f7;
    padding: 100px;
    max-width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
}

.popup__close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    transition: .3s
}

.popup__close:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.popup__close:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.popup__close:after,
.popup__close:before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #000;
    position: absolute;
    left: -4px;
    top: 12px
}

.popup__close:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.popup__t {
    display: table;
    width: 100%
}

.popup__t>div {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    text-align: left
}

.popup__t>div:first-child {
    padding-right: 50px
}

.popup__t>div:last-child {
    padding-left: 50px
}

.popup[data-id="2"] a,
.popup__item {
    font-family: StemBold;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 22px
}

.popup[data-id="2"] a {
    display: block;
    text-align: left;
    color: inherit
}

.popup__box {
    display: none
}

.popup__box p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding-bottom: 13px
}

.popup__box p:last-child {
    padding-bottom: 35px
}

.header__mobile-button,
.header__mobile-card {
    display: none
}

.section9 {
    background: none!important;
    padding-top: 0!important
}

.inner {
    margin: 0;
    width: auto
}

.section9 input,
button,
input,
textarea {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.section9 input[type=tel],
.section9 input[type=text] {
    border-radius: 0!important;
    padding: 0
}

.section9 input[name=birthPlace],
.section9 input[name=lastname],
.section9 input[name=name],
.section9 input[name=passportAuthority],
.section9 input[name=patronymic] {
    text-transform: capitalize
}

::-webkit-input-placeholder {
    text-transform: none
}

::-moz-placeholder {
    text-transform: none
}

:-ms-input-placeholder {
    text-transform: none
}

:-moz-placeholder {
    text-transform: none
}

.section9 .title {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 60px;
    text-align: center
}

.section9 input {
    height: 32px;
    line-height: 32px;
    font-family: StemBold;
    font-size: 15px
}

.section9 .button {
    display: inline-block;
    line-height: 46px;
    width: 200px;
    height: 56px;
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}

.section9 .form__split .form__field:not(:last-child) {
    padding: 0!important;
    margin-right: 10px
}

.section9 .input {
    position: relative
}

.section9 .input .placeholder {
    line-height: 32px;
    white-space: nowrap;
    font-family: StemBold;
    font-size: 15px;
    color: #2c3039;
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    display: none
}

.section9 .input input::-webkit-input-placeholder {
    font-size: 0;
    color: transparent;
    opacity: 1
}

.section9 .input input:-moz-placeholder,
.section9 .input input::-moz-placeholder {
    font-size: 0;
    color: transparent;
    opacity: 1
}

.section9 .input input:-ms-input-placeholder {
    font-size: 0;
    color: transparent;
    opacity: 1
}

.section9 .check {
    border: 1px solid #939598;
    background: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.section9 .check i,
.section9 .check input {
    display: block
}

.section9 .check input {
    background-color: transparent!important;
    border: 0!important;
    outline: none!important;
    width: 18px!important;
    height: 18px!important;
    opacity: 0;
    filter: alpha(opacity=0)
}

.section9 .check i {
    background: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 2px
}

.section9 .check.on i {
    background: #0097a0
}

.section9 #spec_check span a {
    color: #000
}

.section9 .button.disabled {
    opacity: .4!important;
    filter: alpha(opacity=40)!important
}

.issue-card__image {
    padding-right: 20px
}

.section9 {
    height: auto;
    min-height: 0;
    overflow: visible;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 54px;
    margin-bottom: 54px
}

button {
    border: none;
    background: none;
    cursor: pointer
}

.brmobile {
    display: none
}

.issue-card__image {
    padding-left: 0
}

.fixed .header__mobile-card {
    display: block;
    width: 80px;
    height: 50px;
    background: url(../img/s1cardn.png?3) 0 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: 220px;
    top: 50%;
    margin-top: -25px
}

.fixed .header__mobile-button {
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 13px;
    width: 170px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px
}

#frm {
    top: -130px
}

.section5__ntable-wrap {
    max-width: 860px;
    margin: 0 auto
}

.section5__ntable {
    display: table;
    width: 100%
}

.section5__ntable>div {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box
}

.section5__ntable-title {
    font-family: StemBold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 40px
}

.section5__ntable-stitle {
    font-family: StemBold;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 12px;
    position: relative;
    display: inline-block
}

.section5__ntable-action span,
.section5__ntable-stitle span {
    font-family: StemRegular;
    color: #fff;
    background: #db0626;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    right: -80px;
    top: 0
}

.section5__ntable-action {
    padding-right: 90px;
    position: relative
}

.section5__ntable-action span {
    right: 10px;
    top: auto;
    bottom: 40px
}

.section5__ntable>div:first-child .section5__ntable-stitle {
    color: #2fc9c8
}

.section5__ntable>div:last-child .section5__ntable-stitle {
    color: #ff0a8e
}

.section5__ntable p {
    margin: 0;
    min-height: 57px;
    font-size: 14px;
    line-height: 16px
}

.section5__buttons-wrap {
    border-radius: 10px;
    background: #2fc9c8;
    position: relative;
    margin-top: 50px;
    margin-bottom: 75px
}

.section5__buttons {
    border: 2px solid #2fc9c8;
    border-radius: 12px;
    display: table;
    width: 100%
}

.section5__buttons>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    border-radius: 10px;
    padding: 11px 0;
    color: #fff
}

.section5__buttons>div.active {
    background: #ff0a8e
}

.section5__buttons__line1 {
    background: #2fc9c8;
    height: 1px;
    position: absolute;
    left: 0;
    top: -13px;
    width: 100%
}

.section5__buttons__line1:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: #fff url(../img/angle1.png) 0 0 no-repeat;
    position: absolute;
    left: 25%;
    top: -4px
}

.section5__buttons__line2 {
    height: 5px;
    position: absolute;
    right: 0;
    top: -27px;
    background: url(../img/angle2.png) 50% 0 repeat-x
}

.section5__buttons>div,
.section5__buttons__line2,
.section5__ntable>div {
    width: 40%
}

.section5__buttons>div:first-child,
.section5__ntable>div:first-child {
    width: 50%;
    padding-right: 10%
}

@media (min-width:1000px) {
    .button:hover {
        background: #e4077e;
        border-color: #e4077e
    }
    .button.button_black:hover {
        background: #fff;
        color: #585858;
        border-color: #585858
    }
    .section2__tbody.hover .section2__tbody-img-tooltip {
        display: block
    }
    .section4 .owl-next:hover,
    .section4 .owl-prev:hover {
        transform: scale(.9);
        -ms-transform: scale(.9)
    }
    .section-partner .owl-next:hover,
    .section-partner .owl-prev:hover {
        transform: scale(.9);
        -ms-transform: scale(.9)
    }
    .footer__in-t2 a:hover,
    .section7 p a:hover,
    .section8__doc-in a:hover,
    .section8__doc-t>div span:hover {
        text-decoration: none
    }
    .animateTop {
        transform: translateY(50px);
        -ms-transform: translateY(50px)
    }
    .animateRight,
    .animateTop {
        opacity: 0;
        transition: opacity .8s, transform .8s
    }
    .animateRight {
        transform: translateX(100px);
        -ms-transform: translateX(100px)
    }
    .animateLeft {
        transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        opacity: 0;
        transition: opacity .8s, transform .8s
    }
    .animateDelay100 {
        transition-delay: .1s
    }
    .animateDelay200 {
        transition-delay: .2s
    }
    .animateDelay300 {
        transition-delay: .3s
    }
    .animateDelay400 {
        transition-delay: .4s
    }
    .animateDelay500 {
        transition-delay: .5s
    }
    .animateDelay600 {
        transition-delay: .6s
    }
    .animateDelay700 {
        transition-delay: .7s
    }
    .animateDelay800 {
        transition-delay: .8s
    }
    .section.active .animateTop {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0)
    }
    .section.active .animateLeft,
    .section.active .animateRight {
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0)
    }
    .swiper-container {
        overflow: visible!important
    }
    .popup[data-id="2"] a:hover,
    .popup__item:hover {
        text-decoration: none
    }
}

@media (min-height:940px) {
    /*.section7__bg {
        top: calc(20vh + 200px)
    }*/
}

@media (max-width:1700px) {
    .section4 .owl-prev {
        left: -35px
    }
    .section4 .owl-next {
        right: -35px
    }

    .section-partner .owl-prev {
      left: -35px
    }
    .section-partner .owl-next {
        right: -35px
    }
}

@media (max-width:1500px) {
    .section3 {
        max-height: 900px
    }
}

@media (max-width:1440px) {
    .center {
        padding-left: 50px;
        padding-right: 50px
    }
    .section4 .center {
        max-width: 1000px
    }
    .header__logo {
        left: 20px
    }
    .section7__bg {
        background-size: 80% auto;
        background-position: 100% 0
    }
    .section7__bg>div {
        left: -80px
    }
    .section7__bg>div>div {
        background-size: 80% auto;
        background-position: 100% 0
    }
    .section .title {
        font-size: 54px;
        line-height: 54px
    }
    .issue-card__image {
        width: auto
    }
    .section2__dsk p {
        font-size: 18px;
        line-height: 28px
    }
    .section6__text,
    .section7 p,
    .section8__t>div>p {
        font-size: 18px;
        line-height: 26px
    }
    .section4 {
        background-size: auto 200px
    }
}

@media (max-width:1280px) {
		.section3>.bg{
			background-position: 20% 0;
			opacity: .4
		}
    .section3__box>div {
        width: 33.3%;
        margin: 0;
        height: 150px;
        text-align: center
    }
    .section3__wrapper {
        display: block
    }
    .section3__box {
        width: 100%;
        margin-bottom: 30px
    }
    .section3__box-icos {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-width: 2px;
        margin: 0 auto
    }
    .section3__box-title {
        font-size: 13px;
        line-height: 15px
    }
    .section3__box-icos.icons-5 {
        font-size: 40px
    }
    .section3__box-icos.icons-6 {
        font-size: 46px
    }
    .section3__box-icos.icons-7 {
        font-size: 26px
    }
    .section3__box-icos.icons-8 {
        font-size: 35px
    }
    .section3__box-icos.icons-9 {
        font-size: 38px
    }
    .section3__box-icos.icons-10 {
        font-size: 32px
    }
    .section3__pay-title {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 15px
    }
    .section3__pay-t {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .section3__pay-t .icons-11,
    .section3__pay-t .icons-12,
    .section3__pay-t .icons-13 {
        margin: 0 15px
    }
    .section3__pay-t .icons-11,
    .section3__pay-t .icons-12 {
        font-size: 24px
    }
    .section3__pay-t .icons-13 {
        font-size: 28px
    }
    .section4 .center {
        max-width: 820px
    }
    .section3__in {
        padding-left: 0
    }
    .section7__bg {
        background-size: 60% auto;
        background-position: 100% 0;
        right: -5%
    }
    .section7__bg>div {
        left: -10px
    }
    .section7__bg>div>div {
        background-size: 60% auto;
        background-position: 100% 0
    }
    .section6__tb-sym {
        font-size: 500px
    }
    .section6__t>div,
    .section6__tb1,
    .section6__tb2,
    .section6__tb3 {
        width: auto
    }
    .section8__doc {
        width: 920px;
        padding: 40px 65px;
        box-sizing: border-box
    }
    .section1-spring-dsk {
        font-size: 20px;
        line-height: 22px
    }
    .section1-spring-title {
        font-size: 60px
    }
    .section1-spring .section1_bg {
        max-width: 360px;
        height: 270px;
        margin-bottom: 10px;
        width: 90%
    }
    .section1__icos>div>div {
        font-size: 16px;
        line-height: 16px
    }
}

@media (max-width:1024px) {
    .section9 .input .placeholder {
        font-size: 13px
    }
    .section6__tb-sym {
        margin-top: -.4em
    }
}

.section7 .title.desctope {
    display: block
}

.section7 .title.mobile {
    display: none
}

@media (max-width:1000px) {
    .center {
        padding-left: 20px;
        padding-right: 20px
    }
    .section .title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 20px!important
    }
    .section .title br {
        display: none
    }
    .section .subtitle {
        font-size: 18px;
        line-height: 18px
    }
    .section1 .section__in {
        max-width: 400px;
        margin: 0 auto
    }
    .section1__icos>div {
        padding: 60px 5px 0 0;
        font-size: 11px;
        line-height: 11px;
        width: 88px;
        box-sizing: border-box
    }
    .section1__icos>div:first-child {
        width: 124px
    }
    .section1__ico1 {
        font-size: 40px
    }
    .section1__ico2 {
        font-size: 30px;
        line-height: 36px
    }
    .section1__ico3 {
        font-size: 40px;
        line-height: 34px
    }
    .section1__ico3 span {
        font-size: 25px;
        line-height: 30px;
        position: relative;
        top: -2px
    }
    .section1__icos>div br {
        display: none
    }
    .section1__icos {
        margin: 0 auto 30px
    }
    .header {
        position: fixed;
        height: 80px;
        z-index: 1000
    }
	.anchor {
		top: -80px;
	}
    .section .subtitle {
        padding-bottom: 20px
    }
    .section {
        height: auto;
        min-height: 0;
        padding: 40px 0;
        max-height: initial;
    }
    .center {
        max-width: none
    }
    .button {
        font-size: 16px
    }
    .section1 .button {
        width: 80%;
        max-width: 266px;
        margin: 0 auto
    }
    .section1 .arrow,
    .section1:after {
        bottom: 40px
    }
    .section2>.bg {
        display: none
    }
    .section2__dsk {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 40px
    }
    .swiper-container {
        width: calc(100vw - 40px)!important
    }
    .swiper-slide {
        font-size: 18px;
        width: auto;
        box-sizing: border-box
    }
    .section2 .swiper-slide {
        width: 855px;
        padding-bottom: 30px
    }
    .swiper-container-horizontal>.swiper-scrollbar {
        background: #fff
    }
    .section4 .center {
        max-width: none;
        width: calc(100vw - 40px)
    }
    .section4 .bg2 {
        transform: scale(1);
        opacity: 1;
        z-index: 0
    }
    .section4__bg {
        right: -300px;
        transform: scale(1);
        opacity: 1
    }
    .section4__text {
        font-size: 18px
    }
    .section4 {
        background-size: 300px auto
    }
    .section4 .owl-prev,
    .section-partner .owl-prev {
        margin-left: 25px
    }
    .section4 .owl-next,
    .section-partner .owl-next {
        margin-right: 25px
    }
    .section4 .owl-next,
    .section4 .owl-prev,
    .section-partner .owl-next,
    .section-partner .owl-prev {
        height: 100px;
        top: 70px;
        width: 35px;
        height: 66px
    }
	.section4__item-label{
		height: 42px;
		padding-top: 2px;
	}
   .section5__bg {
        right: -400px;
        transform: scale(1);
        opacity: 1
    }
    .section5 td {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 16px
    }
    .section5__title {
        padding-top: 30px
    }
	.section6 .center{
		min-height: 0;
	}
    .section6__t {
        display: block
    }
    .section6__t>div {
        display: block;
        height: 300px
    }
    .section6__text {
        font-size: 18px;
        line-height: 22px
    }
    .section6__tw {
        margin-top: 100px
    }
    .section6>.bg1 {
        top: -100px
    }
    .section6__tb1,
    .section6__tb2,
    .section6__tb3 {
        width: auto;
        display: block;
        position: relative
    }
    .section6__tb-sym {
        display: block;
        width: 100%;
        text-align: center;
        transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        opacity: 1;
        font-size: 450px
    }
    .section6__bg {
        transform: translateY(0);
        opacity: 1;
        background-position: 100% 100%;
		width: 440px;
		height: 496px;
		bottom: -40px;
		top: auto
    }
    .section6 .bg2 {
        z-index: 1;
        margin-top: -100px
    }
    .section7 p {
        padding-bottom: 20px;
        font-size: 15px;
        line-height: 17px
    }
    .section7__bg {
        position: relative;
        width: 100%;
        height: 320px;
        background-size: contain;
        right: 0;
        top: 0;
        background-position: 100% 0;
        float: right;
        margin-bottom: 20px
    }
    .section7__bg,
    .section7__bg>div {
        transform: translateX(0);
        opacity: 1
    }
    .section7__bg>div {
        width: 260px;
        height: 200px;
        left: auto;
        right: 50px;
        top: 60px
    }
    .section7__bg>div>div {
        background-size: contain
    }
    .section,
    .section__in {
        display: block
    }
    .section8.active .section8__bg .bg1,
    .section8>.bg1 {
        transform: scale(1);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    .section8>.bg1 {
        left: 0;
        top: -20px
    }
    .section8>.bg2 {
        display: none
    }
    .section8__bg>div {
        transform: scale(1)
    }
    .section8__bg .bg2 {
        opacity: 1
    }
    .section8__t {
        display: block
    }
    .section8__t>div {
        display: block;
        width: auto;
        border: none;
        padding-bottom: 40px
    }
    .section8__td1,
    .section8__td2 {
        padding: 0
    }
    .section8__t>div>div {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 20px;
        text-align: center
    }
    .section8__t>div>p {
        font-size: 15px;
        line-height: 17px
    }
    .section8__t {
        margin-bottom: 0
    }
    .section9 {
        margin-bottom: 40px
    }
    .section8__t_last {
        margin-bottom: 20px
    }
    .section8__t_last .button {
        width: 100%;
        max-width: 326px
    }
    .section8__t_last>div {
        padding-bottom: 20px
    }
    .gline {
        margin-bottom: 30px
    }
    .section8 .section__in {
        padding-bottom: 0
    }
    .section8 {
        padding-bottom: 0!important
    }
    .section8__doc-in[data-id="1"],
    .section8__doc-in[data-id="2"] {
        margin-bottom: 30px
    }
    input {
        text-overflow: ellipsis
    }
    .section9 .center {
        padding-left: 0;
        padding-right: 0
    }
    .issue-card__image {
        max-width: 300px;
        margin: 0 auto 40px
    }
    .issue-card__image img {
        width: 100%
    }
    .issue-card__container {
        padding-top: 0
    }
    .section8__doc {
        width: auto;
        padding: 0
    }
    .section8__doc-t {
        width: auto
    }
    .section8__doc-t>div {
        font-size: 15px;
        text-align: center
    }
    .section8__doc-in {
        padding: 20px;
        margin-bottom: 10px
    }
    .footer {
        padding: 30px 0;
        font-size: 12px;
        line-height: 13px
    }
    .footer__in,
    .footer__in>div {
        display: block;
        text-align: center
    }
    .footer__in>div:last-child {
        padding-top: 10px
    }
    .popup__in {
        padding: 60px 30px 30px;
        max-width: none
    }
    .popup__t {
        display: block
    }
    .popup__t>div {
        display: block;
        padding: 0!important;
        width: auto
    }
    .popup__close {
        right: 20px;
        top: 20px
    }
    .popup[data-id="2"] a,
    .popup__item {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 13px
    }
    .popup__box p {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 10px!important
    }
    .popup,
    .popup__c {
        display: block;
        height: 100%
    }
    .popup__in {
        height: 100%
    }
    .fixed .header__logo {
        display: none
    }
    .section9 .button {
        display: block;
        margin: 0 auto
    }
    #frm,
    .section .title br.brmobile {
        display: block
    }
    #frm {
        position: relative;
        top: -110px
    }
    .fixed .header__mobile-card {
        right: auto;
        left: 20px
    }
    .section5__ntable-wrap {
        max-width: none
    }
    .section5__ntable-title {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 30px
    }
    .section5__ntable-action span {
        bottom: 30px
    }
    .section5__ntable-stitle {
        font-size: 16px;
        line-height: 16px
    }
    .section5__ntable p {
        min-height: 0;
        height: auto;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 15px
    }
    .section5__ntable-stitle span {
        top: -3px
    }
    .section5__buttons-wrap {
        display: none
    }
    .section7__bg>div>div {
        top: 5px
    }
    .section6__t>div.section6__td1 {
        height: 390px
    }
    .section6__t>div.section6__td1 .section6__text {
        padding-top: 80px
    }
    .section6__t>div.section6__td2 {
        height: 345px
    }
    .section6__t>div.section6__td2 .section6__text,
    .section6__t>div.section6__td3 .section6__text {
        position: relative;
        top: 30px
    }
    .section6 .subtitle {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 20px
    }
    .section6__text {
        font-size: 15px
    }
    .section6 .button {
        width: 200px;
        height: 49px;
        line-height: 41px;
        font-size: 14px;
        box-sizing: border-box;
        font-family: StemMedium
    }
    .section7__bg {
        right: -55px;
        margin-bottom: 35px
    }
    .section7__bg>div>div {
        width: 230px;
        height: 160px;
        left: -100px;
        top: -40px
    }
    .section7 .title.desctope {
        display: none
    }
    .section7 .title.mobile {
        display: block;
        padding-bottom: 35px!important;
        font-size: 32px;
        line-height: 36px
    }
    .section7 p {
        font-size: 17px;
        line-height: 19px
    }
    .section8 .title {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 35px!important
    }
    .section8__t>div>div {
        text-align: left;
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 23px
    }
    .section8__t>div>p {
        font-size: 17px;
        line-height: 19px
    }
    .section8__t>div {
        padding-bottom: 34px
    }
    .section8__doc-t {
        padding-top: 20px;
        display: block
    }
    .section8__doc-t>div {
        display: block;
        width: auto;
        font-size: 17px;
        line-height: 17px
    }
    .section8__doc-t>div:first-child {
        padding-bottom: 20px
    }
    .section8__doc-t>div:last-child {
        padding-bottom: 15px
    }
    .section8 .gline {
        display: none
    }
    .footer .center {
        font-size: 13px;
        line-height: 16px;
        text-align: left
    }
    .footer__in .footer__in-t1,
    .footer__in .footer__in-t2 {
        text-align: left
    }
    .section2 .title {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 30px!important
    }
    .section2__dsk p {
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 20px
    }
    .section4 .title {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 25px!important
    }
    .section4 .title br {
        display: none!important
    }
    .section4__text {
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 20px
    }
    .section4__text,
    .section5__ntable-title {
        padding-bottom: 20px
    }
    .section5__ntable {
        display: block
    }
    .section5__ntable>div {
        display: block;
        width: auto!important;
        padding-right: 0!important;
        padding-bottom: 30px
    }
    .section5__ntable p {
        font-size: 15px;
        line-height: 17px;
        padding-bottom: 25px
    }
    .section5 {
        padding-bottom: 0
    }
    .section1-spring,
    .section1-spring>div {
        display: block
    }
    .section1-spring-dsk {
        font-size: 22px;
        line-height: 26px;
        padding-left: 20px;
        padding-right: 20px
    }
    .section1-spring-dsk br {
        display: none
    }
    .section1-spring .section1_bg {
        margin-bottom: 45px
    }
    .spring-icons-desctope {
        display: none
    }
    .spring-icons-mobile {
        display: block;
        position: relative;
        overflow-y: hidden;
        overflow-x: scroll;
        height: 150px
    }
    .mobile-box {
        display: block;
        padding-bottom: 30px
    }
    .desctope-box {
        display: none!important
    }
    .section1__icos:after {
        content: "";
        display: block;
        clear: both
    }
    .section1__icosm {
        height: 100%;
        position: absolute;
        left: -30px;
        top: 0;
        display: flex
    }
    .section1__icosm>div {
        width: 220px;
        color: #000
    }
    .section1 .center {
        padding: 0
    }
    .section1__icosm>div>div {
        height: 59px!important;
        background-position: 50% 0;
        background-size: auto 40px;
        background-repeat: no-repeat
    }
    .section1__icosm>div>div.section1__ico4 {
        background-size: auto 47px
    }
    .section4 {
        background: none
    }
    .section4__text {
        padding-top: 30px
    }
    .section1-spring .section1_bg {
        height: 200px
    }
    .section1-spring>div:first-child {
        text-align: center
    }
    .section1-spring-title {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 40px
    }
}

@media (max-width:720px) {
    .section9 .flex {
        display: block
    }
    .section9 .form__field {
        width: 100%!important;
        margin-bottom: 10px
    }
    .section9 .form__field,
    .section9 .form__resend-sms {
        margin-left: 0!important
    }
    .form__step--two .form__field,
    .section9 .form__offset-bottom {
        padding-bottom: 0
    }
    body.hide-menu .header {
        display: none
    }
    .section1__icos>div>div {
        height: 32px
    }
}

@media (max-width:630px) {
    .modal {
        transform: translateY(-50%)
    }
}

@media (max-width:340px) {
    .section7__bg>div>div {
        left: -80px
    }
}

.disabled_event {
    pointer-events: none!important
}

body.ie8 .animateLeft,
body.ie8 .animateRight,
body.ie8 .animateTop,
body.ie8 .section2>.bg,
body.ie8 .section4>.bg2,
body.ie8 .section4__bg,
body.ie8 .section5>.bg,
body.ie8 .section5__bg,
body.ie8 .section6__bg,
body.ie8 .section6__tb-sym,
body.ie8 .section7__bg,
body.ie8 .section7__bg>div,
body.ie8 .section8>.bg,
body.ie8 .section8__bg>div {
    transform: none!important;
    opacity: 1!important
}

body.ie .header__logo {
    background: url(../img/logo.png) 0 50% no-repeat
}

body.ie .header__logo:before {
    display: none
}

body.ie.fixed .header__mobile-card {
    background: none
}

body.ie.fixed .header__mobile-card img {
    max-width: 100%
}

body.ie8 .section>.bg {
    background: none
}

body.ie8 .section>.bg img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 50%
}

body.ie8 .section__in {
    padding: 40px 0
}

body.ie8 .section1 .section__in {
    padding-top: 120px
}

body.ie .section1,
body.ie .section3 {
    background-attachment: scroll
}

.section5__buttons>div,
.section5__ntable>div,
.section6__t>div,
.section8__doc-t>div,
body.ie .section1__icos>div,
body.ie .section2__t>div>div,
body.ie .section3__pay-t>div {
    *display: inline;
    *zoom: 1
}

body.ie .section1:after {
    display: none
}

body.ie .section1 .arrow {
    background: url(../arrow.png) 50% 50% no-repeat;
    width: 33px;
    height: 32px;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 88px;
    margin-left: -16px;
    animation: Bb 2s infinite
}

body.ie .section2>.bg img {
    top: 0
}

body.ie8 .section2__t,
body.ie8 .section2__t>div {
    display: block
}

body.ie8 .section2__month {
    padding-top: 20px
}

body.ie8 .section2__tbody {
    *position: relative
}

body.ie8 .section2__tbody.hover {
    *z-index: 10
}

body.ie8 .section2__tbody-img-tooltip {
    *margin-top: 30px
}

body.ie .section2__val:after {
    display: none
}

body.ie .section2__val i {
    display: inline-block;
    margin-left: 3px;
    font-style: normal
}

body.ie .section3__box-icos {
    position: relative
}

body.ie .section3__box-icos i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px
}

body.ie .section3__pay-t>div>div i {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 94px;
    height: 38px
}

body.ie .section4__bg {
    background-image: url(../img/bg4_el1.jpg)
}

body.ie .section4__bg div {
    background-image: url(../img/bg4_el2.png)
}

body.ie8 .section4__item-circle div,
body.ie8 .section6__t>div>div {
    *position: relative;
    *top: expression((this.parentNode.offsetHeight - this.offsetHeight)/2 + "px")
}

body.ie .section5>.bg1 {
    background-image: url(../img/bg5_el1.png)
}

body.ie .section5>.bg2 {
    background-image: url(../img/bg5_el3.png)
}

.section5__buttons8>div:first-child,
body.ie8 .section5__ntable>div:first-child {
    width: 50%
}

body.ie .section6>.bg1 {
    background-image: url(../img/bg6_el1.png)!important
}

body.ie .section6>.bg2 {
    background-image: url(../img/bg4_el3.png)
}

body.ie8 .section6__tb-sym {
    font-weight: 700
}

body.ie .section8>.bg1 {
    background-image: url(../img/bg8_el1.png?2)
}

body.ie .section8>.bg2 {
    background-image: url(../img/bg8_el4.png?2)
}

body.ie .section8__bg .bg1 {
    background-image: url(../img/bg8_el3.png)
}

body.ie .section8__bg .bg2 {
    background-image: url(../img/bg8_el2.png)
}

body.ie8 .section8__t>div {
    width: 47%
}

body.ie .section8__td1 {
    padding-right: 0;
    float: left
}

body.ie .section8__td2 {
    padding-left: 0;
    float: right
}

body.ie .section9 .flex,
body.ie .section9 .form__split {
    display: block
}

body.ie .section9 .form__split .form__field {
    margin-left: 2%;
    margin-right: 0!important;
    float: left
}

body.ie .section9 .form__split .form__field:first-child {
    margin-left: 0!important
}

body.ie .section9 .form__split_cols2 .form__field {
    width: 49%
}

body.ie .section9 .form__split_cols3 .form__field {
    width: 32%;
    *width: 31.9%
}

body.ie .section9 .check {
    margin-right: 5px
}

body.ie .section9 .form__sms-box .flex .form__field,
body.ie .section9 .form__sms-box .flex .form__resend-sms {
    float: left
}

body.ie .section9 .form__sms-box .flex .form__resend-sms {
    display: inline-block;
    margin-top: 10px
}

body.ie .section9 .issue-card__image {
    width: 42%;
    padding: 0;
    float: left
}

body.ie .section9 .issue-card__form {
    width: 53%;
    margin: 0 2% 0 0;
    float: right
}

.section4__item {
    position: relative;
    padding-top: 10px
}

.section4__item-label {
    display: block;
    position: absolute;
    z-index: 2;
    width: 124px;
    height: 44px;
    background: url(../img/harlamov/tooltip.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #00a7bc;
    font-size: 13px;
    line-height: 36px;
    left: 50%;
    top: 0;
    text-transform: uppercase
}

.section2 .center {
    text-align: center
}


.section4__text-hm {
    display: none
}

@media (max-width:1440px) {
    .section1 .subtitle {
        line-height: 34px
    }
    .section1__icos>div {
        font-size: 18px;
        line-height: 22px
    }
    .section1 .title {
        font-size: 90px
    }
    .section1 .subtitle {
        font-size: 34px
    }
    .section1__icos {
        left: 50px;
        top: 390px
    }
    .anew-table__big {
        margin-left: 0;
        padding-left: 280px
    }
    .anew-table__big>div {
        font-size: 270px;
        line-height: 270px;
        letter-spacing: -20px;
        top: -50px
    }
    .anew-table__big p {
        font-size: 37px;
        line-height: 37px;
        padding-bottom: 20px
    }
    .section1 .center {
        padding-left: 20px;
        padding-right: 20px
    }
    .harlamov-title {
        font-size: 40px
    }

		.title-block {
		  /*margin-top: -225px;*/
		  width: 510px;
		  /*left: 30%;*/
		}
		.title-block > div{
			padding-left: 300px;
		}
		.title-block__num{
			font-size: 250px;
			letter-spacing: -14px;
			line-height: 220px;
		}
		.title-block__body{
		  font-size: 17px;
		}
		.title-block__body__title{
			font-size: 40px;
			margin-bottom: 20px;
		}
		.anew-c2{
			width: 90px;
			height: 90px;
			bottom: 45%;
			left: 13%;
		}
		.anew-c5{
			width: 70px;
			height: 70px;
		}
		.anew-c1{
			width: 15px;
			height: 15px;
    left: 11%;
    bottom: 37%;
		}
		.anew-c4{
			width: 30px;
			height: 30px;
			right: 440px;
			top: 20px;
		}

		.section1{
			min-height: 710px !important;
		}
}

@media screen and (max-width:1340px) {
    .section1 .title {
        font-size: 80px
    }
    .section1 .subtitle {
        font-size: 30px
    }
    .section1__icos {
        top: 360px
    }
    .section1__icos>div {
        padding-right: 40px
    }

		.title-block > div{
			padding-left: 230px;
		}
		.title-block__num{
			font-size: 210px;
			line-height: 180px;
		}
}

.title-block-mobile{
	display: none;
}
@media screen and (max-width:1200px) {
    .section1 .title {
        font-size: 70px
    }
    .section1 .subtitle {
        font-size: 26px
    }
    .section1__icos {
        top: 330px
    }
    .section1__icos>div {
        padding-right: 35px
    }
    .harlamov-title {
        font-size: 30px
    }
}

@media screen and (max-width:1100px) {
    .section1 .title {
        font-size: 60px
    }
    .section1 .subtitle {
        font-size: 24px
    }
    .section1__icos {
        top: 300px
    }
    .section1__icos>div {
        padding-right: 30px
    }
}

.npartners-mobile {
    display: none!important
}

.section4 .npartners-desctope .owl-next,
.section4 .npartners-desctope .owl-prev {
    top: 50%;
    margin-top: -100px
}

.section4 {
    padding: 100px 0
}

@media (max-width:1000px) {

    .section4 {
        padding: 40px 0
    }
    .npartners-mobile {
        display: block!important
    }
    .npartners-desctope {
        display: none!important
    }
    .section1 .section__in {
        max-width: 400px;
        margin: 0 auto;
        padding-top: 0
    }
    .section1__icos {
        margin: 0 auto 30px;
        text-align: center;
        position: relative;
        top: 0;
        left: 0
    }
    .section1__icos>div {
        padding: 60px 5px 0 0;
        font-size: 11px;
        line-height: 11px;
        width: 88px;
        box-sizing: border-box
    }
    .section1__icos>div:first-child {
        width: 124px
    }
    .section1__ico3 span {
        font-size: 25px;
        line-height: 30px;
        position: relative;
        top: -2px
    }
    .section1 .button,
    .section1 .subtitle,
    .section1 .title {
        margin-left: auto;
        text-align: center
    }
    .section1 .title {
        font-size: 40px;
        top: 0;
        line-height: 34px
    }
    .section1 .subtitle {
        padding-bottom: 35px;
        font-size: 20px;
        line-height: 18px;
        position: relative;
        top: 205px;
        margin-bottom: -100px
    }
    .section1 .button {
        width: 80%;
        margin: 0 auto
    }
    .section1 .arrow,
    .section1:after {
        bottom: 40px
    }
    .section1 .title br {
        display: block
    }
    .anew-c4,
    .anew-c5 {
        display: none
    }
    .section1 .section__in {
        max-width: 100%
    }
    .anew-table,
    .anew-table>div,
    .anew-table>div>div {
        display: block;
        text-align: center
    }
    .anew-table__big {
        display: inline-block;
        text-align: left;
        margin-top: 30px;
        padding-left: 165px
    }
    .anew-table__big>div {
        font-size: 150px;
        line-height: 150px;
        letter-spacing: -10px;
        top: -28px
    }
    .anew-table__big p {
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        position: relative;
        top: 20px
    }
    .anew-table__big span {
        display: none
    }
    .anew-mobile-dsc {
        display: block;
        padding: 40px 0
    }
    .anew-icons {
        margin: 50px auto
    }
    .anew-icons>div>div {
        padding-right: 0
    }
    .anew-icons>div>div>div {
        padding-left: 0;
        text-align: center;
        padding-top: 0
    }
    .anew-icons span {
        display: block;
        width: 100%!important;
        height: 40px;
        background-position: 50% 50%!important
    }
    .anew-c1 {
        width: 25px;
        height: 25px;
        left: 79px;
        bottom: 280px
    }
    .anew-c2 {
        width: 54px;
        height: 54px;
        left: 1px;
        bottom: auto;
        top: 240px
    }
    .section2 .center {
        text-align: left
    }
    .section4 .title+.section4__text {
        display: none
    }
    .section4__text-hm {
        display: block;
        padding: 20px 0 0
    }
    .section4__text-hm+.section4__text {
        padding-top: 10px
    }
    .section1 .bg {
        background-position: 50% 50%;
        /*height: 40vh;*/
        top: 80px;
        bottom: auto
    }
    .anew-icons-desctope-wrap{
    	display: none;
    }
    .button-mobile{display: block;}
    .section1 .bg .anew-c3 {
        display: none
    }
    .header__logo {
        left: 50%;
        transform: translateX(-50%);
        width: 276px;
        height: 20px;
        text-align: center;
        font-size: 20px;
    }
    .section1 .center {
        padding: 0
    }
    .anew-table>div>div:first-child {
        height: 300px;
        background: url(../img/harlamov/bgm.jpg) 50% 50% no-repeat;
        background-size: cover;
        box-sizing: border-box;
        align-items: flex-end;
        display: flex;
        justify-content: center;
        padding-bottom: 25px
    }
    .harlamov-title {
        padding: 0;
        font-size: 20px;
        margin-top: 0;
        top: 35vh;
        left: 0;
        right: 0;
        transform: none
    }
    .anew-table>div>div:last-child {
        padding: 25px 19px 0
    }
    .anew-icons-desctope {
        display: none
    }
    .title-block{
    	display: none;
    }
    .title-block-mobile{
    	display: block;
    	padding-top: 40px;
    	width: 320px;
    	max-width: 100%;
    	margin: 0 auto;
    }
    .title-block-mobile__body{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	margin-bottom: 5px;
    }
    .title-block-mobile__num{
    	font-size: 140px;
  		font-family: StemBold;
  		letter-spacing: -10px;
  		margin-right: 20px;
    	line-height: 110px;
    }
    .title-block-mobile__title{
  		font-family: StemMedium;
    	font-size: 22px;
    	line-height: 1;
    	/*padding-top: 15px;*/
    }
    .title-block-mobile__text{
    	font-size: 16px;
    	margin:0 auto 30px;
    	text-align: center;
    	max-width: 200px;
    }
}



.section10,
.section11,
.section10 .section__in,
.section11 .section__in {
    display: block;
}

.section10,
.section11 {
    height: auto;
    min-height: 0;
    padding: 100px 0
}

.section10 .title,
.section11 .title {
    margin-bottom: 70px;
    text-align: center;
    font-size: 60px;
    line-height: 1.2
}

.section10__options,
.section11__options {
    margin-bottom: 70px
}

.section10__options .item,
.section11__options .item {
    max-width: 400px;
    padding: 0 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2
}

.section10__options .item .big,
.section11__options .item .big {
    min-height: 2.4em;
    margin-bottom: 20px;
    font-family: 'StemBold';
    font-size: 30px
}

.section10__options .item b,
.section11__options .item b {
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: normal;
    font-family: 'StemBold';
    color: #000000 !important
}

.section10__table__title {
    margin-bottom: 35px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px
}

.section10__t {
    display: table;
    max-width: 690px;
    margin: 0 auto
}

.section10__t>div {
    display: table-row;
    cursor: pointer
}

.section10__t>div>div {
    display: table-cell;
    vertical-align: middle;
    width: 108px;
    text-align: center;
    font-family: 'StemMedium'
}

.section10__t>div>div:first-child {
    width: 145px;
    padding-left: 5px
}

.section10__thead {
    background: #f7f7f7;
    height: 90px
}

.section10__thead>div:first-child,
.section10__val-body.first {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.section10__thead>div:last-child,
.section10__val-body.last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.section10__thead>div:first-child {
    width: 130px !important;
    padding-left: 20px !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px
}

.section10__month {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #999b9f
}

.section10__val {
    font-size: 12px;
    line-height: 12px
}

.section10__val i {
    display: inline-block;
    margin-left: 3px;
    font-style: normal
}

.section10__val-body {
    background: #ff0a8e;
    height: 42px;
    line-height: 42px;
    color: #fff
}

.section10__tbody>div {
    padding-top: 9px;
    position: relative
}

.section10__tbody-img {
    display: table;
    margin-right: 10px;
    cursor: pointer
}

.section10__tbody-img>div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    position: relative
}

.section10__tbody-img img {
    display: block;
    margin-right: 10px
}

.section10__tbody-img span {
    display: inline-block;
    font-family: 'StemRegular';
    font-size: 12px;
    line-height: 12px;
    color: #999b9f
}

.section10__tbody-img-tooltip {
    font-family: 'StemRegular';
    display: block;
    width: 160px;
    text-align: center !important;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    background: #2fc9c8;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 20px 0 0 -105px;
    padding: 15px 20px;
    z-index: 10;
    display: none
}

.section10__tbody-img-tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 10px 9.5px;
    border-color: transparent transparent #2fc9c9 transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px
}

.section10__tbody[data-id="2"] .section10__tbody-img img {
    margin-left: -28px
}

.section10__tbody[data-id="2"] .section10__tbody-img-tooltip {
    margin-left: -119px
}

.section10__tbody[data-id="3"] .section10__val-body {
    background: #00a7bc
}

.section10__tbody[data-id="3"] .section10__tbody-img {
    width: 97px;
    padding-left: 53px
}

.section11 {
    background: #f2f2f2
}

.section11 .subtitle {
    margin-bottom: 60px;
    text-align: center;
    font-family: 'StemMedium';
    font-size: 30px;
    line-height: 1.2
}

.section11 .subtitle small {
    font-family: 'StemRegular';
    font-size: 20px
}

.section11__options .item .big {
    color: #00a7bc
}

.section11 .note {
    background: #ffffff;
    padding: 45px 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px
}

body.ie8 .section10__t,
body.ie8 .section10__t>div {
    display: block
}

body.ie8 .section10__month {
    padding-top: 20px
}

body.ie8 .section10__tbody {
    *position: relative
}

body.ie8 .section10__tbody.hover {
    *z-index: 10
}

body.ie8 .section10__tbody-img-tooltip {
    *margin-top: 30px
}

@media all and (min-width:1000px) {
    .section10__tbody.hover .section10__tbody-img-tooltip {
        display: block
    }
}

@media (max-width:1440px) {
    .section10 .title,
    .section11 .title {
        font-size: 54px;
        line-height: 1
    }
}

@media (max-width:1280px) {
    .section10__options,
    .section11__options {
        padding-bottom: 40px
    }
    .section10__options .owl-dots,
    .section11__options .owl-dots {
        text-align: center;
        font-size: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
    .section10__options .owl-dot,
    .section11__options .owl-dot {
        background: #cccccc;
        border-radius: 50%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 7px
    }
    .section10__options .owl-dot.active,
    .section11__options .owl-dot.active {
        background: #ff0a8e
    }
}


@media all and (max-width:1000px) {
    .section {
    	height: auto;
    	min-height: 0;
        padding: 40px 0
    }
    .section10 .title,
    .section11 .title {
        font-size: 30px;
        margin-bottom: 20px
    }
    .section10__options,
    .section11__options {
        margin-bottom: 40px
    }
    .section10__options .item .big,
    .section11__options .item .big,
    .section11 .subtitle {
        font-size: 20px;
        margin-bottom: 20px;
        min-height: 0
    }
    .section10__options .item,
    .section11__options .item {
        padding: 0
    }
    .section10__table .swiper-slide {
        width: 690px;
        margin: 0 auto;
        padding-bottom: 30px
    }
    .section10__table__title {
        text-align: left
    }
    .section10__table__title br,
    .section10__options .item .big br,
    .section11__options .item .big br {
        display: none
    }
    .section11 .subtitle small {
        font-size: 16px
    }
}
@media all and (max-width:500px) {
	.header {
		height: 70px;
	}
	.header__logo {
		height: 18px;
		font-size: 18px;
	}
	.anchor {
		top: -70px;
	}
}


.frame{
	width: 80%;
	max-width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-block{
	position: relative;
	padding: 8.9vw 0 6.48vw;
	margin-top: 100px;
	background-color: #a1d0d6;
	/*background-image: url('../img/header-bg.jpg');*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
  min-height: 0 !important;
  z-index: 1;
}

.header-block__left{
	width: 42%;
}
.header-block__card{
	perspective: 1000px;
}

/*.header-block__card>div {
    width: 100%;
    height: 100%;
    background: url(../img/harlamov/card.png?2) 50% 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}	*/
.header-block__left img{width: 100%;}
.header-block__icons{
	padding-top: 55px;
	display: flex;
	justify-content: space-between;
	color: #0e4452;
	font-size: 17px;
}
.header-block__icons span{
	position: relative;
	display: inline-block;
	padding-top: 56px;
	vertical-align: top;
}
.header-block__icons span:before{
	content: ''; 
	position: absolute; top: 0; left: 0; 
	width: 100%; height: 56px;
	background-position:  0 0;
	background-repeat: no-repeat;
	background-size: auto 36px;
}
.header-block__icons span:nth-child(1):before{
	background-image: url(../img/ico1.svg);
}
.header-block__icons span:nth-child(2):before{
	background-image: url(../img/ico2.svg);
}
.header-block__icons span:nth-child(3):before{
	background-image: url(../img/ico2.svg);
}
.header-block__right{
	width: 51%;
}

.header-block__text1{
	font-size: 41px;
	color: #0e4452;
	font-family: 'StemBold';
	line-height: 1;
	margin-bottom: 15px;
}
.header-block__text2{
	font-size: 138px;
	color: #ff0a8e;
	font-family: 'StemBold';
	white-space: nowrap;
	line-height: 1;
}
.header-block__text3{
	font-size: 41px;
	color: #ff0a8e;
	font-family: 'StemBold';
	white-space: nowrap;
	line-height: 1;
	margin-top: -10px;
	margin-bottom: 35px;
}
.header-block__text4{
	font-size: 22px;
	color: #0e4452;
	font-family: 'StemRegular';
	margin-bottom: 83px;
}
.header-block__text4 a{
	color: inherit;
	margin-left: 30px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid;
	line-height: 1;
	transition: 300ms;
}
.header-block__text4 a:hover{border-bottom-color: transparent;}
.header-block__btn-mobile{display: none;}

@media(max-width: 1600px) {
	.header-block__text1{
		font-size: 36px
		
	}
	.header-block__text2{
		font-size: 130px;
		
	}
	.header-block__text3{
		font-size: 36px
		
	}
	.header-block__text4{
		font-size: 18px
		
	}
	.frame{
		width: 75%;
	}

  
  .section-partner-list li{
    font-size: 25px;
  }

  .section-partner-list li:after{
    top: 15px;
  }

  .section-partner-dsc{
    font-size: 18px;
  }
}

@media(max-width: 1450px) {
	.header-block{
		padding: 75px 0 50px;
	}
	.header-block__text1{
		font-size: 32px
	}
	.header-block__text2{
		font-size: 98px;
	}
	.header-block__text3{
		font-size: 31px
		
	}
	.header-block__text4{
		font-size: 16px
	}
	.header-block__icons{
		font-size: 15px;
	}
	.header-block__text4{margin-bottom: 50px;}

  .section-partner-list li{
    font-size: 21px;
  }

  .section-partner-list li:after{
    top: 13px;
  }

  .section-partner-dsc{
    font-size: 16px;
  }
}
@media(max-width: 1200px) {
	.frame{
		width: 90%;
	}

  .section-partner-list{
    margin-bottom: 40px;
  }

  .section-partner-list li{
    font-size:17px;
    padding-left: 17px;
  }

  .section-partner-list li:after{
    top: 11px;
    width: 5px;
    height: 5px;
  }

  .section-partner-dsc{
    font-size: 15px;
    padding-top: 20px;
  }
}
@media(max-width: 1100px) {
	.frame{
		width: 100%;
		padding:0 20px;
	}
	.header-block__right{width: 55%;}
	.header-block__left{width: 41%;}
}
@media(max-width: 1000px) {
	.header-block__btn-mobile{display: block; padding-top: 20px;}
	.header-block__btn-mobile a{margin: 0 auto;    line-height: 42px;
    height: 42px;
    margin-top: 0 !important; }
	.header-block{
		/*background: none;*/
		background-attachment: initial;
		padding-top: 80px !important;
		margin-top: 0;
		/*padding-bottom: 0 !important;*/
	}
	.frame{
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
	.header-block__right{
		order: -1;
		width: 100%;
		padding: 35px 0 25px;
		box-sizing: border-box;
		margin-bottom: 0;
		
	}
	.header-block__left{
		width: 100%;

	}

	.header-block{
		text-align: center;
	}
	.header-block__text1{
		font-size: 16px;
		margin-bottom: 0;
	}
	.header-block__text2{
		font-size: 52px;
	}
	.header-block__text3{
		font-size: 16px;
		margin-top: -5px;
		margin-bottom: 10px;
		
	}
	.header-block__text4{
		font-size: 13px;
		margin-bottom: 0;
	}
	.header-block__text4 a{margin-left: 12px;}
	.header-block__btn{display: none;}
	.header-block__card{
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
	.header-block__icons{
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
		font-size: 12px;
	}
	.header-block__icons span:before{
		background-position: 50% 0;
		background-size: auto 25px;
		height: 25px;
	}
	.header-block__icons span{padding-top: 30px;}
	.header-block__icons{padding-top: 20px;}
}

@media(max-width: 500px) {
	.header-block{
		padding-top: 70px !important;
	}
	.header-block__icons{
		font-size: 11px;
	}
	.header-block__card{max-width: 200px;}
}
@media(max-width: 370px) {
	.header-block__card{max-width: 180px;}
	.header-block__right{
		padding: 20px 0;
	}

	.header-block{
		text-align: center;
	}
	.header-block__text1{
		font-size: 16px;
		margin-bottom: 0;
	}
	.header-block__text2{
		font-size: 52px;
	}
	.header-block__text3{
		font-size: 16px;
		margin-top: 0;
		
	}
	.header-block__text4{
		font-size: 12px;
	}
	.header-block__text4 a{margin-left: 12px;}
	.header-block__icons{
		font-size: 10px;
	}
	.header-block__btn-mobile{padding-top: 10px;}
}