body {
	background: #fff;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	min-width: 940px;
	color: #242629;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
a {
	color: #084681;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
#container:after {
	height: 80px;
	content: '';
	clear: both;
	z-index: 1;
	display: block;
}
#container.closed {
	height: 100%;
	max-height: 100%;
}
#container.closed:before {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	content: '';
}
#header {
	position: relative;
	text-align: center;
	height: 115px;
	padding: 20px 0 30px;
	z-index: 11;
	font-size: 0;
	line-height: 0;
}
#container.closed #header {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -108px;
}
.inside #header {
	border-bottom: 1px solid #d5d5d5;
}
.inside #header:after {
	position: absolute;
	bottom: -2px;
	left: 33.3%;
	right: 33.3%;
	content: '';
	background: #094581;
	height: 2px;
	overflow: hidden;
	z-index: 2;
}
#logo {
	position: relative;
	padding: 72px 0 0 0;
	display: inline-block;
	vertical-align: bottom;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}
#logo span {
	display: block;
	color: #084681;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
	padding-top: 3px;
}
#logo span span {
	display: inline;
	color: #cf111e;
}
#logo span em {
	padding-top: 3px;
	display: block;
	color: #686868;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	letter-spacing: 6px;
}
#logo:before {
	background: transparent url(/images/design/logo.png) 0 0 no-repeat;
	content: '';
	width: 72px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -36px;
}
#locked {
	background: transparent url(/images/design/lock.png) 50% 50% no-repeat;
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 1001;
	bottom: 40px;
	left: 50%;
	margin-left: -26px;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	transition: 0.5s;
}
#container.closed #locked {
	display: block;
}
#container.closed #locked:hover {
	border: 1px solid #629dc7;
}
.navi_wrapper {
	position: absolute;
	bottom: 15px;
	padding-bottom: 10px;
	margin-right: 130px;
	right: 50%;
	white-space: nowrap;
	z-index: 11;
}
#container.closed .navi_wrapper {
	display: none;
}
#logo+.navi_wrapper {
	right: auto;
	margin-left: 130px;
	left: 50%;
}
.navi_wrapper .navi_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 15px;
	font-size: 14px;
	line-height: 1;
}
.navi_wrapper .navi_item a {
	position: relative;
	color: #303030;
	display: inline-block;
	vertical-align: top;
}
.navi_wrapper .navi_item a:hover {
	color: #cf111e;
}
.navi_wrapper .navi_item.has_subs a {
	padding-right: 20px;
}
.navi_wrapper .navi_item.has_subs a:after {
	background: transparent url(/images/design/submenu.png) 0 0 no-repeat;
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}
#promoblock_wrapper {
	background: #325073 url(/images/design/bg_1024.jpg) 50% 50% no-repeat;
	position: relative;
	z-index: 8;
	height: 420px;
	min-height: 420px;
	max-height: 480px;
}
#promoblock  {
	background: transparent url(/images/design/promo_shadow.png) 50% 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	margin-left: -450px;
	width: 900px;
	text-align: center;
	color: #fff;
	margin-top: -190px;
	padding: 20px 0;
}
#promoblock_label {
	font-size: 126px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -10px;
}
#promoblock_title {
	padding-top: 10px;
	font-size: 45px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2px;
}
#promoblock_title span {
	padding-top: 4px;
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
}
#promoblock_text {
	font-size: 14px;
	line-height: 1.4;
	padding: 20px 80px 0;
}
#promoblock_slogan {
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
	padding: 20px 0 30px 0;
}
#promoblock_slogan a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#promoblock_slogan a+a {
	margin-left: 30px;
}
#promoblock_slogan a:hover {
	border-bottom: 1px dashed transparent;
}
#promoblock_buttons {
	font-size: 0;
	line-height: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 54px;
	z-index: 2;
	text-align: center;
	padding-top: 26px;
	border-top: 1px solid #d8d8d8;
}
#socials {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	font-size: 0;
	line-height: 0;
}
#socials a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 34px 0 16px;
	height: 18px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	color: #3b5998;
	margin-left: 20px;
	border-radius: 20px;
}
#socials a:before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}
#socials a.facebook:before {
	background: #3b5998 url(/images/design/facebook.png) 0 0 no-repeat;	
}
#socials a.vkontakte {
	color: #4d76a1;
}
#socials a.vkontakte:before {
	background: #4d76a1 url(/images/design/vk.png) 0 0 no-repeat;	
}
#socials a.instagram {
	color: #6a453b;
}
#socials a.instagram:before {
	background: #6a453b url(/images/design/instagram.png) 0 0 no-repeat;	
}
#socials a.facebook:hover {
	background: #3b5998;
	color: #fff;
}
#socials a.vkontakte:hover {
	background: #4d76a1;
	color: #fff;
}
#socials a.instagram:hover {
	background: #6a453b;
	color: #fff;
}
#copyright {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	color: #5c5c5c;
	line-height: 1;
	padding: 0 0 2px 30px;
}
#go_to_next {
	background: transparent url(/images/design/arrow.png) 50% 50% no-repeat;	
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	display: block;
	cursor: pointer;
}
#go_to_next:before {
	background: transparent;	
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse_arrow {
	0% {
		transform: scale(1);
		opacity: 0.5;		
	}
	100% {
		transform: scale(1.6);
		opacity: 0;	
	}				
}
@-webkit-keyframes pulse_arrow {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.5;		
	}	
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;	
	}			
}
#our_persons_wrapper {
	position: relative;
	padding: 60px 0 60px;
	max-width: 1120px;
	margin: 0 auto;
}
#persons_slider {
	font-size: 0;
	line-height: 0;
	text-align: left;
	white-space: nowrap;
	padding-top: 40px;
	max-width: 100%;
	overflow: hidden;
}
#persons_slider .persons_item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: center;
	white-space: normal;
	transition: 0.5s;
}
#persons_slider .persons_title {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
}
#persons_slider .persons_title span {
	color: #cf111e;
	letter-spacing: -2px;
	font-size: 36px;
	display: block;
	padding-bottom: 3px;
}
#persons_slider .persons_image {
	text-align: center;
	padding-bottom: 20px;
}
#persons_slider .persons_image img {
	width: 210px;
	height: 210px;
	vertical-align: bottom;
	border-radius: 50%;
}
#persons_slider .persons_subtitle {
	font-size: 13px;
	color: #8f8f8f;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
}
#persons_slider .persons_subtitle span {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
#persons_slider .persons_text {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}
#persons_slider_prev, #persons_slider_next {
	background: transparent url(/images/design/slider_prev.png) 50% 50% no-repeat;	
	width: 48px;
	height: 48px;
	position: absolute;
	top: 300px;
	left: -40px;
	opacity: 0.4;
	transition: 0.5s;
	cursor: pointer;
}
#persons_slider_next {
	background: transparent url(/images/design/slider_next.png) 50% 50% no-repeat;	
	left: auto;
	right: -40px;
}
#persons_slider_prev:hover, #persons_slider_next:hover {
	opacity: 1;
}
#news_wrapper {
	position: relative;
	padding: 60px 0 0px;
	max-width: 1120px;
	margin: 0 auto;
	border-top: 1px solid #d2d2d2;
}
.inside #news_wrapper {
	border-top: none;
	padding: 0 0 40px;
}
#news_wrapper:before {
	position: absolute;
	top: -1px;
	left: 33.33%;
	height: 2px;
	width: 33.34%;
	overflow: hidden;
	background: #084681;
	content: '';
}
.inside #news_wrapper:before {
	display: none;
}
#news_list {
	font-size: 0;
	line-height: 0;
	margin-right: -50px;
	padding-top: 50px;
}
.inside #news_list {
	padding-top: 0;
}
#news_list .news_item {
	position: relative;
	width: 33.33%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 20px 0;
	margin-bottom: 40px;
}
#news_list .news_item:before {
	position: absolute;
	bottom: 0;
	right: 50px;
	left: 0;
	background: #bdbdbd;
	height: 1px;
	content: '';
	overflow: hidden;
	z-index: 5;
}
#news_list .news_item:after {
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 30%;
	background: #cf111e;
	height: 1px;
	content: '';
	overflow: hidden;
	z-index: 6;
}
#news_list .news_item img {
	width: 100%;
	max-height: 205px;
	height: auto;
	vertical-align: bottom;
}
#news_list .news_title {
	font-size: 13px;
	line-height: 1.4;
	padding-top: 15px;
}
#news_list .news_title.images {
	font-size: 18px;
	text-align: center;
}
#news_list .news_date {
	font-size: 12px;
	padding-top: 20px;
	color: #8c8c8c;
}
#news_list .news_date.images {
	text-align: center;
}
#news_list .news_button {
	padding-top: 15px;
}
.subnavi_wrapper {
	position: absolute;
	top: 30px;
	left: 0;
	background: #2d5689;
	background-color: rgba(45, 86, 137, 0.95);
	border-radius: 2px;
	padding: 0 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	min-width: 150px;
	display: none;
	text-align: left;
	z-index: 12;
}
.subnavi_wrapper.slideFastUp {
	display: block;
}
.subnavi_wrapper .subnavi_item a {
	background: transparent;
	display: block;
	color: #fff;
	padding: 12px 20px;
	text-decoration: none;
}
.subnavi_wrapper .subnavi_item+.subnavi_item a {
	border-top: 1px solid #5984b6;
	border-color: rgba(255,255,255, 0.2);
}
.subnavi_wrapper .subnavi_item a:hover {
	background-color: rgba(6, 29, 57, 0.4);
	display: block;
	color: #fff;
	text-decoration: none;
}
.subnavi_wrapper:before {
	position: absolute;
	top: -7px;
	left: 50%;
	width: 0px;
	height: 0px;
	margin-left: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #2d5689;
    border-bottom-color: rgba(45, 86, 137, 0.95);
    display: block;
    content: '';
}
#quotes_wrapper {
	position: relative;
	padding: 40px 0 60px;
	max-width: 1120px;
	margin: 0 auto;
}
#quotes_list_wrapper {
	position: relative;
	overflow: hidden;
	max-width: 940px;
	margin: 0 auto;
	white-space: nowrap;
}
#quotes_list {
	position: relative;
	white-space: nowrap;
	transition: 0.7s;
	left: 0;
}
#quotes_list .quotes_item {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	text-align: center;
	max-height: 0;
}
#quotes_list .quotes_item.active {
	max-height: 500px;
}
#quotes_list .quotes_item_title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 40px 0 40px 90px;
	font-size: 27px;
	font-weight: 300;
	color: #3f3f3f;
	line-height: 1;
	text-align: left;
	letter-spacing: -1px;
}
#quotes_list .quotes_item_title b {
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
	color: #084681;
}
#quotes_list .quotes_item_title span {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	font-size: 13px;
	color: #939393;
	line-height: 1;
	letter-spacing: normal;
}
#quotes_list .quotes_item_text {
	position: relative;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: 300;
	line-height: 1.6;
	text-align: left;
	padding: 0 40px 0;
}
#quotes_list .quotes_item_text:before {
	background: transparent url(/images/design/quote_open.png) 50% 50% no-repeat;	
	width: 17px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0px;
	content: '';
}
#quotes_list .quotes_item_text:after {
	background: transparent url(/images/design/quote_close.png) 50% 50% no-repeat;	
	width: 17px;
	height: 16px;
	position: absolute;
	bottom: 5px;
	right: 0px;
	content: '';
}
#quotes_list .quotes_item_title img {
	width: 75px;
	height: 75px;
	top: 50%;
	left: 0;
	position: absolute;
	display: block;
	margin-top: -38px;
	border-radius: 50%;
}
#quotes_navi {
	padding-top: 30px;
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#quotes_navi .quote_bullet {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
}
#quotes_navi .quote_bullet:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #868686;
	opacity: 0.5;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
}
#quotes_navi .quote_bullet:hover:before {
	opacity: 1;
}
#quotes_navi .quote_bullet.active:before {
	background: #cf111e;
	opacity: 1;
}
#photogallery_wrapper {
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
}
#photogallery_wrapper.inline {
	text-align: center;
}
#photogallery_wrapper .photogallery_item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 20px;
}
#photogallery_wrapper.inline .photogallery_item {
	width: auto;
}
#photogallery_wrapper .photogallery_item img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
#photogallery_wrapper.inline .photogallery_item img {
	width: auto;
	height: 150px;
}
#steps_reg_wrapper {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0px 0 40px;
}
#steps_reg_wrapper .steps_reg_item {
	position: relative;
	padding-top: 90px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
#steps_reg_wrapper .steps_reg_item:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 64px;
	height: 64px;
	background: #cbcbcb;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	content: '';
	margin-left: -32px;
}
#steps_reg_wrapper .steps_reg_item.step1:before {
	background-image: url(/images/design/my_step1.png);	
}
#steps_reg_wrapper .steps_reg_item.step2:before {
	background-image: url(/images/design/my_step2.png);	
}
#steps_reg_wrapper .steps_reg_item.step3:before {
	background-image: url(/images/design/my_step3.png);	
}
#steps_reg_wrapper .steps_reg_item.step4:before {
	background-image: url(/images/design/my_step4.png);	
}
#steps_reg_wrapper .steps_reg_item.ok:before {
	background-color: #084681;
}
#steps_reg_wrapper .steps_reg_item.red:before {
	background-color: #cf111e;
}
#steps_reg_wrapper .steps_reg_item_title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.5px;
}
#steps_reg_wrapper .steps_reg_item_value {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #848484;
}
#steps_reg_wrapper .steps_reg_item_value span {
	position: relative;
	display: inline-block;
}
#steps_reg_wrapper .ok .steps_reg_item_value span {
	padding-left: 23px;
	color: #084681;
}
#steps_reg_wrapper .ok .steps_reg_item_value span:before {
	background: transparent url(/images/design/ok.png) 50% 50% no-repeat;	
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -9px;
}
#steps_reg_wrapper .red .steps_reg_item_value span {
	padding-left: 23px;
	color: #cc0000;
	font-weight: 700;
}
#steps_reg_wrapper .red .steps_reg_item_value span:before {
	background: transparent url(/images/design/red.png) 50% 50% no-repeat;	
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -9px;
}
.file_current_image {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-right: 7px;
	min-height: 42px;
}
.file_current_image img {
	height: 42px;
	max-width: 60px;
	width: auto;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 50%;
}
#contacts_list_wrapper {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0 -20px;
	padding: 20px 0 45px;
}
#contacts_list_wrapper .contacts_list_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	line-height: 1;
	padding: 0 20px 0 65px;
}
#contacts_list_wrapper .contacts_list_item:before {
	width: 32px;
    height: 32px;
    border: 1px solid #6ea2d7;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    margin-top: -17px;
}
#contacts_list_wrapper .contacts_list_item.phone:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;
}
#contacts_list_wrapper .contacts_list_item.location:before {
	background: transparent url(/images/design/contacts_location.png) 50% 50% no-repeat;
}
#contacts_list_wrapper .contacts_list_item.email:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;
}
#map_wrapper {
	background: #eaeaea;
	height: 350px;
	margin-bottom: 20px;
}
#persons_wrapper {
	font-size: 0;
	line-height: 0;
	max-width: 800px;
	margin: 0 auto;
}
#persons_wrapper.quote {
	padding-top: 30px;
	max-width: 900px;
}
#persons_wrapper .persons_item {
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}
#persons_wrapper .persons_image {
	float: left;
	width: 20%;
	margin-right: -20%;
}
#persons_wrapper .persons_image img {
	max-width: 100%;
	height: auto;
}
#persons_wrapper .persons_text {
	margin-left: 23%;
	position: relative;
}
#persons_wrapper .persons_title {
	font-size: 27px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
}
#persons_wrapper .persons_label {
	padding-top: 10px;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -1px;
	color: #094581;
	max-width: 500px;
}
#persons_wrapper .persons_about {
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.5;
}
#persons_wrapper.quote .persons_label {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: normal;
	color: #094581;
	max-width: 800px;
}
#persons_wrapper.quote .persons_about {
	position: relative;
	padding: 30px 35px 10px;
}
#persons_wrapper.quote .persons_about:before {
	background: transparent url(/images/design/quote_open.png) 50% 50% no-repeat;	
	width: 17px;
	height: 16px;
	position: absolute;
	top: 32px;
	left: 0px;
	content: '';
}
#persons_wrapper.quote .persons_about:after {
	background: transparent url(/images/design/quote_close.png) 50% 50% no-repeat;	
	width: 17px;
	height: 16px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	content: '';
}
#reg_contacts {
	text-align: center;
	padding: 20px 0 50px 0;
	font-size: 0;
	line-height: 0;
}
#reg_contacts .reg_contacts_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 46px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
#reg_contacts .reg_contacts_item+.reg_contacts_item {
	margin-left: 40px;
}
#reg_contacts .reg_contacts_item:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;
	width: 32px;
    height: 32px;
    border: 1px solid #6ea2d7;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -17px;
}
#reg_contacts .reg_contacts_item+.reg_contacts_item:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;
}
#payment_options_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}
#payment_options_wrapper .payment_option {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.3;
	box-sizing: border-box;
}
#payment_options_wrapper .payment_option p+p {
	margin-top: -10px;
}
#lk_expire_date {
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.5px;
}
.pre_text_wrapper #lk_expire_date+h3 {
	padding-top: 45px;
}
.rub_wrapper {
	position: relative;
}
.rub_wrapper span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	width: 50px;
	border-left: 1px solid #cccccc;
}
.rub_wrapper span b {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	display: block;
	margin: auto;
}
em.rub {
	position: relative;
	font-style: normal;
}
em.rub:before {
	position: absolute;
	top: 33%;
	left: -7%;
	content: '\2013';
	line-height: 1;
	font-size: 0.80em;
}



























