/*   
Theme Name: Laslobit
Theme URI: https://premiumexchanger.com
Description: PremiumBox theme
Version: 2.4.2
Author: Premium
Author URI: https://premiumexchanger.com
*/

*{margin:0;padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	zoom: 99.9%
	
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table{border-collapse:collapse;border-spacing:0; vertical-align: middle;}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;

}

dfn,
cite,
em,
i {
	font-style: italic;
}

img {
	border: 0;
}

ins{text-decoration:none;}
del{text-decoration:line-through;}

sup {font-size:.7em;vertical-align: top;}
sub {font-size:.7em;vertical-align: bottom;}
small {font-size: 10px;}
strong,dfn,dl dt,th,b{font-weight: 600; }

h1, h2, h3, h4, h5, h6{ font-weight: normal;}

select, input, textarea{
padding:0;
margin:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}

button, input[type=submit]{padding:0; margin:0; outline:0; font-size:100%; vertical-align:baseline; -webkit-appearance: none;} 

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

a{text-decoration: none; color:#2499b7;}
a:hover{text-decoration: none; color: #2ababc;}

body {
font: 16px/1.4em 'IBM Plex Sans', sans-serif;
color: #000000;
background: #fff;
}

#container{
display: block;	
position: relative;
width: 100%;
min-width: 320px;
}

/* forms */		
input[type=text],input[type=email],input[type=password]{
border: 1px solid #eff8f8;
background: #eff8f8;
border-radius: 20px;	
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px;
font: 14px/40px 'IBM Plex Sans', sans-serif;	
}
input[type=search]{
border: 1px solid #caeaed;
background: #fff url(images/search.svg) no-repeat 10px center;
background-size: 20px;
border-radius: 20px;	
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px 0 35px;
font: 500 20px / 40px 'IBM Plex Sans', sans-serif;	
}
textarea{
border: 1px solid #eff8f8;
background: #eff8f8;
border-radius: 20px;	
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #000;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 100px;
min-height: 100px;
padding: 15px;
font: 14px 'IBM Plex Sans', sans-serif;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus, textarea:focus{
border: 1px solid #caeaed;
background: #fff;	
}
input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled, textarea:disabled{
border: 1px solid #ccc;
background: #ccc;
color: #000;
}	
input[type=text].error,input[type=email].error,input[type=password].error{
background: #eff8f8;
}
select{
border: 1px solid #caeaed;
background: #fff;
border-radius: 20px;	
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px; 
font: 13px 'IBM Plex Sans', sans-serif;	
}		
input[type=submit]{
	border: 1px solid #6abcc8;
background: #2eb0d2;
border-radius: 50px;
color: #fff;
cursor: pointer;
height: 40px;
padding: 0 25px;
font: 300 17px/40px 'IBM Plex Sans', sans-serif;
-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;
}
	input[type=submit]:hover{
	color: #ffffff;
  background: #2499b7;
  text-decoration: none;	
	}	
	input[type=submit]:disabled, input[type=submit]:disabled:hover{
	background: #eff8f8;
	border: 1px solid #eff8f8;
	color: #000;
	cursor: default;
	}




.checkbox {
    cursor: pointer;
    background: url(images/uncheckedbox.svg) no-repeat 233px 1px;
    font: 16px/18px 'IBM Plex Sans', sans-serif;
    padding: 2px 0 15px 261px;
}

.checkbox input {
    display: none;
}

.checkbox.checked {
    background: url(images/checkedbox.svg) no-repeat 233px 1px;
}

@media all and (max-width: 699px) {
    .checkbox {
        cursor: pointer;
        background: url(images/uncheckedbox.svg) no-repeat 1px 1px;
        font: 16px/18px 'IBM Plex Sans', sans-serif;
        padding: 2px 0 15px 25px;
        width: 350px;
    }

    .checkbox input {
        display: none;
    }

    .checkbox.checked {
        background: url(images/checkedbox.svg) no-repeat 1px 1px;
    }
}

			

			
/* end forms */

/* standart captcha */
.captcha_div{
margin: 0 -10px 20px 0;
}
	.hexch_div .captcha_div{
	margin: 0 0px 20px 0px;	
	}	
	.captcha_title{
	display: none;
	font: 13px 'IBM Plex Sans', sans-serif;	
	margin: 0 0 5px 0;
	}
	.captcha_body{
	padding: 0 0 0px 0;
	}
	.captcha_divznak{
	float: left;
	width: 24px;
	height: 40px;
	font: 600 18px/40px 'IBM Plex Sans', sans-serif;
	text-align: center;
	}
	input.captcha_divpole{
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font: 18px/40px 'IBM Plex Sans', sans-serif;	
	margin: 0;
	text-align: center;
	}
	a.captcha_reload{
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 3px;
	background: url(images/reload.svg) no-repeat center center;
	}
		a.captcha_reload.act{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;	
		}	
	.captcha_divimg{
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 3px;
	}
		.captcha_divimg img{
		width: 38px;
		height: 38px;	
		border-radius: 3px;
		}	
/* end standart captcha */

/* image captcha */
.captcha_sci_div{
margin: 0 0 20px 0;
font: 12px 'IBM Plex Sans', sans-serif;
}	
	.captcha_sci_title{
	color: #78848a;
	font: 13px 'IBM Plex Sans', sans-serif;	
	margin: 0 0 5px 0;
	}
	.captcha_sci_body{
	padding: 0 0 5px 0;
	}
	.captcha_sci_img{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	border: 2px solid #ddd;
	cursor: pointer;
	}	
		.captcha_sci_img img{
		width: 50px;
		height: 50px;			
		}
	.captcha_sci_img.active{
	border: 2px solid #2eb0d2;
	}
/* end image captcha */

/* wclose */
.wclosearea{
padding: 14px 0px;
background: #e27c83;

}
	.wclosearea_ins{
	max-width: 1170px;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
	}
	.wclosearea_hide{
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	/*background: url(images/w_close.svg) no-repeat center center;*/
	border-radius: 3px;
	}
		.wclosearea_hide.active{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;	
		}		
	.wclosearea_text{
	padding: 0px 30px 0px 10px;
	}
		.wclosearea_text_ins{
		padding: 2px 0px 0 26px;
		background-position: 0 2px;
		font: 500 13px 'IBM Plex Sans', sans-serif;	
		}	 
		.wclosearea_text a{
		color: #fff;
		text-decoration: underline;
		}
			.wclosearea_text a:hover{
			text-decoration: none;
			} 	
/* end wclose */

/* topbar */
.header_wrap{
width: 100%;
position: relative;
z-index: 100;
height: 74px;
}
	.header_ins{
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 74px;
	background: #e5fbfe;
	}
		.header{
		max-width: 1830px;
		padding: 0 10px;
		margin: 0 auto;
		height: 74px;
		}
			.logoblock{
			float: left;
			width: 130px;
			height: 74px;
			overflow: hidden;
			margin: -2px 0px 0 20px;	
			}
				.logoblock_ins{
				width: 130px;
				height: 74px;
				display: table-cell;
				vertical-align: middle;
				color: #000;
				font: 500 24px 'IBM Plex Sans', sans-serif;
				}
					.logoblock_ins img{
					max-width: 130px;
					max-height: 74px;
					vertical-align: middle;
					}			
			@media all and (max-width: 959px){
				.logoblock{
				margin: -2px 0px 0 0px;	
				width: 120px;
				}
					.logoblock_ins{
					width: 120px;	
					}	
					.logoblock_ins img{
					max-width: 120px;
					}
			}	
					.logoblock_ins a{
					text-decoration: none;
					color: #000;
					}		
			.tolbar_lang{
			float: left;
			height: 38px;
			margin: 18px 0px 0 30px;
			}
				@media all and (max-width: 959px){
					.tolbar_lang{
					margin: 18px 0px 0 10px;	
					}	
				}	
			.langlist_div{
			position: relative;
			height: 38px;
			cursor: pointer;
			}
				.langlist_title{
				height: 38px;
				padding: 0 10px;
				border-radius: 8px;
				background: #fff;
				font: 13px/38px 'IBM Plex Sans', sans-serif;
				color: #000;
				text-transform: uppercase;
				}	
					@media all and (max-width: 959px){
						.langlist_title{
						height: 38px;
				padding: 0 6px;
				border-radius: 8px;
				background: none;
				font: 10px/39px 'IBM Plex Sans', sans-serif;
				color: #000;
				text-transform: uppercase;	
						}	
					}	
					.langlist_title span{
					padding: 0 17px 0 0;
					background: url(images/arrow-down.svg) no-repeat right center;
					background-size: 10px 6px;
					}
					@media all and (max-width: 959px){
						langlist_title span{
						padding: 0 17px 1px 0;
					background: url(images/arrow-down.svg) no-repeat right center;
					background-size: 10px 6px;	
						}	
					}
				.langlist_ul{
				position: absolute;
				float: none;
				top: 46px;
				right: 0px;
				padding: 10px 15px;
				width: 120px;
				background: #ffffff;
				border-radius: 20px;
				box-shadow: 0 0 10px #e1e9f2;
				display: none;

				}
					.langlist_abs{	
					position: absolute;
					float: none;
					background: url(images/ugm.svg) no-repeat;
					background-size: 18px 6px;
					top: -5px;
					right: 12px;
					width: 18px;
					height: 6px;
					}				
					a.langlist_li{
					position: relative;
					display: block;
					padding: 5px 5px 5px 30px;
					font: 500 14px 'IBM Plex Sans', sans-serif;
					color: #363636;
					text-decoration: none;
					
					}
						.langlist_liimg{
						position: absolute;
						float: none;
						top: 6px;
						left: 5px;
						width: 20px;
						}		
			.topmenu_ico{
			width: 40px;
			height: 74px;
			float: right;
			cursor: pointer;
			background: url(images/menu.svg) no-repeat center center;
			background-size: 20px 20px;
			display: none;
			margin: 0 -10px 0 0px;
			}
				@media all and (max-width: 959px){
					.topmenu_ico{
					display: block;	
					}
				}		
			.topmenu{
			float: left;
			max-width: 650px;
			padding: 18px 0 0px 20px;
			display: none;
			}
				@media all and (min-width: 960px){
					.topmenu{
					display: block;	
					}
				}				
				@media all and (min-width: 1150px){
					.topmenu{
					padding: 18px 0 0px 50px;	
					}					
				}	
			.topmenu li{
			float: left;
			height: 46px;
			padding: 0;
			margin: 0 30px 0px 0;
			}	
				@media all and (min-width: 1150px){
					.topmenu li{
					margin: 0 20px 0px 0;
					}					
				}
				.topmenu li:hover{
				position: relative;	
				}
				.topmenu li a{
				float: left;
				height: 38px;
				font: 500 15px/38px 'IBM Plex Sans', sans-serif;
				background: none;
				color: #363636;
				padding: 0;
				text-decoration: none;
				}
					.topmenu li:hover > a, .topmenu li.current-menu-item > a{
					color: #2499b7;
					text-decoration: none;
					}				
				.topmenu ul ul{
				position: absolute;
				float: none;
				display: none;
				top: 46px;
				left: 0px;
				background: #fff;
				box-shadow: 0 0 10px #e1e9f2;
				border-radius: 4px;
				padding: 10px 0;
				height: auto;
				width: 235px;
				margin: 0;
				}				
 					.ugmenu{	
					position: absolute;
					float: none;
					background: url(images/ugm.png) no-repeat;
					top: -6px;
					left: 20px;
					width: 18px;
					height: 6px;
					}
						.topmenu ul ul ul .ugmenu{
						display: none;	
						} 				
				.topmenu ul ul li{
				float: none;
				display: block;
				position: relative;
				height: auto;
				width: 235px;
				margin: 0;
				}
				.topmenu ul ul li > a, .topmenu ul ul li.current-menu-item > a
				{
				float: none!important;
				display: block;
				height: auto;
				padding: 8px 10px 8px 20px;
				font: 14px 'IBM Plex Sans', sans-serif;
				background: none;
				color: #000;
				text-decoration: none;
				text-transform: none;
				}				
				.topmenu ul ul li:hover > a{
				color: #2499b7;
				text-decoration: none;
				height: auto;
				border-bottom: none;
				}		
				.topmenu ul ul ul{position:absolute; display:none; float:none; top: -11px; left: 235px; height:auto;}
				@media all and (max-width: 1300px) {
					.topmenu ul ul ul{
					left: auto;
					right: 235px;
					}
				}			
		a.toplink{
		float: right;
		margin: 18px 0px 0 15px;
		padding: 0 20px;
		border-radius: 50px;
		
		height: 38px;
		font: 15px/38px 'IBM Plex Sans', sans-serif;
		color: #363636;
		text-decoration: none;
		}	
			a.toplink.toplink_signup, a.toplink.toplink_exit{	
			background: #2eb0d2;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			font: 15px/38px 'IBM Plex Sans', sans-serif;
			color: #fff;
			cursor: pointer;
			-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;	
			}
				a.toplink.toplink_signup:hover, a.toplink.toplink_exit:hover{
				color: #FFFFFF;
				background: #2499b7;
				text-decoration: none;	
				}
			a.toplink.toplink_signin{
			background: #fffff;
			color: #4c4c4c;	
			}
				a.toplink.toplink_signin:hover{
				color: #2499b7;	
				}				
				a.toplink.toplink_userlogin {
				color: #4c4c4c;
				padding: 0 0px;
				background: none;
				box-shadow: none;
				}
				a.toplink.toplink_userlogin:hover{
				color: #2499b7;
				background: none;
				box-shadow: none;
				}
					a.toplink.toplink_userlogin span{
					background: url(images/user.svg) no-repeat 0 center;
					background-size: 16px 16px;
					padding-left: 22px;		
					}
			@media all and (max-width: 599px){	
				a.toplink{
				float: right;
				margin: 18px 0px 0 0px;
				padding: 0 0px;
				border-radius: 0px;
				background: none;
				height: 38px;
				width: 36px;
				text-decoration: none;
				box-shadow: none;
				}		
					a.toplink.toplink_signup, a.toplink.toplink_signup:hover{
					cursor: pointer;
					background: url(images/register.svg) no-repeat center center;		
					background-size: 20px 20px;	
					}
					a.toplink.toplink_exit, a.toplink.toplink_exit:hover{
					cursor: pointer;
					background: url(images/logout.svg) no-repeat center center;		
					background-size: 20px 20px;	
					}
					a.toplink.toplink_signin, a.toplink.toplink_signin:hover{
					cursor: pointer;
					background: url(images/login.svg) no-repeat center center;		
					background-size: 20px 20px;	
					}
					a.toplink.toplink_userlogin, a.toplink.toplink_userlogin:hover{
					cursor: pointer;
					background: url(images/user.svg) no-repeat center center;		
					background-size: 20px 20px;	
					}
				a.toplink span, a.toplink.toplink_userlogin span{
				display: none;
				}	
			}
		
		.topbar_icon_wrap{
		float: right;
		margin: 18px 30px 0 15px;
		position: relative;
		
		}
		.topbar_tg {
background: url(images/tm-ico.svg) no-repeat left;
background-size: 20px 20px;
padding: 14px 22px 27px;
-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;

}
.topbar_tg:hover{
					opacity: 0.7;
					}
				



			@media all and (min-width: 600px){
				.topbar_icon_tab{
				font: 15px/38px 'IBM Plex Sans', sans-serif;
				color: #363636;
				height: 38px;
				cursor: pointer;
				padding: 0 20px;
				border-radius: 50px;
				background: #ffff;
				height: 38px;
				text-decoration: none;	
				}
				.topbar_icon_tab:hover {
				font: 15px/38px 'IBM Plex Sans', sans-serif;
				color: #4c4c4c;
				height: 38px;
				cursor: pointer;
				padding: 0 20px;
				border-radius: 50px;
				background: #fafafa;
				height: 38px;
				text-decoration: none;
				}			
					.topbar_icon_tab span {
					padding: 0 17px 2.66px 0;
					background: url(images/arrow-down.svg) no-repeat right center;
					background-size: 10px 6px;
					cursor: pointer;	
					}
			}	
			@media all and (min-width: 300px) and (max-width: 599px){
				.topbar_icon_wrap{
				margin: 19px 0px 0 6px;
				}	
				.topbar_icon_tab{
				width: 36px;
				height: 38px;
				cursor: pointer;
				background: url(images/contacts.svg) no-repeat center center;		
				background-size: 20px 20px;
				}
					.topbar_icon_tab span {
					display: none;		
					}	
			}
			@media all and (max-width: 399px){
				.topbar_icon_wrap{
				display: none;
				}
			}	
				.topbar_icon_tabul{
				display: none;
				position: absolute;
				float: none;
				top: 46px;
				right: -5px;
				background: #fff;
				box-shadow: 0 0 10px #e1e9f2;
				border-radius: 20px;
				padding: 10px 15px 1px;
				height: auto;
				width: 200px;
				margin: 0;
				}
					.page-template-pn-homepage .langlist_ul,
					.page-template-pn-homepage .topmenu ul ul,
					.page-template-pn-homepage .topbar_icon_tabul{	
					/*box-shadow: 2px 2px 5px #506781;*/	
					}					
					.topbar_icon_tabul_abs{
					position: absolute;
					float: none;
					background: url(images/ugm.svg) no-repeat;
					background-size: 18px 6px;
					top: -5.5px;
					right: 13px;
					width: 18px;
					height: 6px;						
					}
					.topbar_icon {	
					margin: 0 0px 9px 0px;
					font: 13px/25px 'IBM Plex Sans', sans-serif;
					color: #202124;
					padding: 0 0 0 25px;
					height: 25px;
					}	
						.topbar_icon.icq{
						background: url(images/icq.png) no-repeat left center;
						}
						.topbar_icon.skype{
						background: url(images/skype.png) no-repeat left center;
						}
						.topbar_icon.email{
						background: url(images/email.png) no-repeat left center;
						}
						.topbar_icon.telegram{
						background: url(images/telegram.svg) no-repeat left center;
						background-size: 15px 15px;
						}
						.topbar_icon.viber{
						background: url(images/viber.png) no-repeat left center;
						}
						.topbar_icon.whatsapp{
						background: url(images/whatsapp.png) no-repeat left center;
						}
						.topbar_icon.jabber{
						background: url(images/jabber.png) no-repeat left center;
						}
						.topbar_icon.phone{
						background: url(images/chat.svg) no-repeat left center;
						background-size: 15px 15px;
						}								
						.topbar_icon a{
						color: #202124;
						text-decoration: none;
						}				
							.topbar_icon a:hover{
							text-decoration: underline;
							}						
/* end topbar */

/* mobile menu */
.mobile_menu_wrap{
display: block;	
}
	@media all and (min-width: 960px){
		.mobile_menu_wrap{
		display: none;		
		}		
	}
.mobile_menu_abs{
display: none; 	
position: fixed;
float: none;
top: 0;
left: 0;
z-index: 999998;
width: 100%;
height: 100%;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7; 
-khtml-opacity: 0.7;
opacity: 0.7;	
}
.mobile_menu{
display: none; 
position: fixed;
z-index: 999999;
float: none;
top: 0px;
right: 0;
padding: 20px 20px;
width: 70%;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
background: #eff8f8;
word-break: break-all;	
}	
	.mobile_menu_title{
	color: #000000;
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	padding: 0 0 10px 0;
	}
	.mobile_menu_close{
	position: absolute;
	float: none;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(images/menu_close.png) no-repeat center center;
	}
	.mobile_menu_ins{
	padding: 0px 0 0 0;	
	}
	.mobile_menu_ins li{
	display: block;
	}
	.mobile_menu_ins li a{
	display: block;
	font: 500 14px 'IBM Plex Sans', sans-serif;
	padding: 7px 0px;	
	color: #000;
	text-decoration: none;
	}
		.mobile_menu_ins li.current-menu-item > a{
		position: relative;
		color: #2eb0d2;
		}	
/* end mobile menu */

.wrapper{
position: relative;
z-index: 80;
min-height: 650px;
overflow: hidden;
}
	@media all and (max-width: 500px) {
		.wrapper{
		min-height: 50px;
		}		
	}

/* breadcrumb */
.breadcrumb_wrap{
position: relative;
width: 100%;
}
	.breadcrumb_div{
	padding: 0;
	}	
		.breadcrumb {
		padding: 0 0 15px 0;	
		}	
		h1.breadcrumb_title{
		margin: 0 0 25px 0;
		color: #000;
		font: 500 36px/36px 'IBM Plex Sans', sans-serif;		
		}
		.breadcrumb ul li{
		float: left;
		margin: 0 9px 0 0;
		padding: 0 0 0 12px;
		font: 14px 'IBM Plex Sans', sans-serif;
		background: url(images/b_li.png) no-repeat 0 center;
		}
			.breadcrumb ul li.first{
			padding: 0;
			background: none;
			}
			.breadcrumb ul li a{
			color: #2499b7;
			text-decoration: none;
			}			
				.breadcrumb ul li a:hover{
				text-decoration: underline;
				}
			@media all and (max-width: 500px){
				h1.breadcrumb_title{
				margin: 0 0 20px 0;
				font: 500 24px/24px 'IBM Plex Sans', sans-serif;	
				}
					.breadcrumb{
					display: none;	
					}
			}	
/* end breadcrumb */

.content_wrap{
padding: 20px 10px 10px;
max-width: 1150px;
margin: 0 auto;
}
	@media all and (min-width: 960px){
		.content_wrap{
		padding: 50px 10px 10px;
		}		
	}
	.home .content_wrap{
	padding: 0;
	max-width: 100%;
	}

/* inside content */
.content{
margin: 0 0px 20px 0px;
}
	@media all and (min-width: 960px){
		.content{
		float: left;
		width: 69%;
		}			
	}	
	@media all and (min-width: 1150px){
		.content{
		width: 74%;	
		}
	}	
/* end inside content */

/* text page */
.page_wrap, .textblock
{
margin: 0 0 20px 0;
padding: 20px 20px 1px;	
background: #fff;
box-shadow: 0 0 7px #e1e9f2;
border-radius: 20px;
}	
	
.text p{padding:0 0 20px 0;}	
.text h1{font: 500 34px 'IBM Plex Sans', sans-serif; margin:0 0 20px 0;}
.text h2{font: 500 32px 'IBM Plex Sans', sans-serif; margin:0 0 20px 0;}
.text h3{font: 500 28px 'IBM Plex Sans', sans-serif; margin:0 0 20px 0;}
.text h4{font: 500 26px 'IBM Plex Sans', sans-serif; margin:0 0 20px 0;}

.text img, .text iframe{
max-width: 100%;	
}

.notice_message_text ul,
.warning_message_text ul,
.hexch_message_text ul,
.block_instruction ul,
.text ul{margin:0 0 20px 20px;}
	
.notice_message_text ul ul,
.warning_message_text ul ul,
.hexch_message_text ul ul,
.block_instruction ul ul,	
.text ul ul{margin: 0 0 0px 20px; padding: 10px 0 0 0;}	

.notice_message_text ul li,
.warning_message_text ul li,
.hexch_message_text ul li,	
.block_instruction ul li,	
.text ul li{
display: block;
background: url(images/liarr.png) no-repeat 0 6px;
padding: 0 0 5px 12px;
}
	
.notice_message_text ol,
.warning_message_text ol,
.hexch_message_text ol,
.block_instruction ol,	
.text ol{list-style-type:decimal;margin:0 0 20px 40px; }

.notice_message_text ol ol,
.warning_message_text ol ol,
.hexch_message_text ol ol,
.block_instruction ol ol,	
.text ol ol{margin: 0 0 0px 20px; padding: 10px 0 10px 0;}
	
.text table{ 
border: none; margin:0 0 20px;
}
	.text table th{
	font: 14px 'IBM Plex Sans', sans-serif;
	color: #78848a;
	background: #ffffff;
	border: none;		
	padding: 10px 10px;
	border-bottom: 1px solid #eff1f1;
	}	
	.text table td{
	font: 13px 'IBM Plex Sans', sans-serif; 
	background: #ffffff;
	color: #000;
	border-bottom: 1px solid #eff1f1;	
	padding: 10px 10px;
	} 
/* end text page */

/* toggle */
.oncetoggle{
margin: 0 0 10px 0;
margin-bottom: -30px;
}
	.oncetoggletitle{
	border-radius: 4px;
	color: #000;
	padding: 0 0px 25px;
	cursor: pointer;
	}	
		.oncetoggle.active .oncetoggletitle{
		border-bottom: 1px solid #eff1f1;
		}
			.oncetoggletitle_ins{
			padding: 14px 5px 12px 30px;	
			background: url(images/icons8-plus.svg) no-repeat 0 center;
			}
				.oncetoggle.active .oncetoggletitle_ins{
				background: url(images/icons8-minus.svg) no-repeat 0 center;	
				}					
	.oncetogglebody{
	padding: 10px 12px 8px;
	font: 14px 'IBM Plex Sans', sans-serif;
	margin-top: -50px;
	display: none;
	}	
		.oncetoggle.active .oncetogglebody{
		display: block;	
		}
		.oncetogglebody p{
		padding:0 0 10px 0;	
		}
/* end toggle */

/* reserve shortcode */
.reserv_wrap{
margin: 0 0 20px 0;
position: relative;
}
	.reserv_many{
	overflow: hidden;
	}	
		.one_reserv{
		float: left;
		width: 250px;
		margin: 0 10px 10px 0;
		border-radius: 4px;
		border: 1px solid #eff1f1;
		background: #fff;
		padding: 10px;
		}			
			.one_reserv_ico{
			float: left;
			width: 40px;
			height: 40px;
			}			
			.one_reserv_block{
			float: right;
			width: 200px;
			color: #000;
			font: 14px 'IBM Plex Sans', sans-serif;
			padding: 2px 0 0 0;
			}			
				.one_reserv_title{
				font: 14px 'IBM Plex Sans', sans-serif;
				color: #78848a;
				margin: 0 0 1px 0;
				}
/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges{
margin: 0;	
}
 	.shortcode_lchange_line{
	padding: 0 0 20px 0;	
	}
	.shortcode_lchange_date{
	font: 14px 'IBM Plex Sans', sans-serif;
	color: #78848a;
	margin: 0 0 10px 0;
	}
		.shortcode_lchange_why{
		float: left;
		width: 85px;
		}
		.shortcode_lchange_ico{
		width: 40px;
		height: 40px;
		}
			.shortcode_lchange_txt{
			font: 13px 'IBM Plex Sans', sans-serif;
			padding: 6px 0 0 5px;
			color: #000;
			}
		.shortcode_lchange_arr{
		float: left;
		width: 40px;
		height: 40px;
		background: url(images/harr.png) no-repeat 0 center;
		} 
/* end lchange shortcode */

/* terms */
.term_description{
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
padding: 20px 20px 1px;
margin: 0 0 20px;
}
/* end terms */

/* news */
.many_news_wrap{
background: #fff;
box-shadow: 0 0 7px #e1e9f2;
border-radius: 20px;	
padding: 20px 20px 1px;
margin: 0 0 20px 0;
}

.one_news{
border-bottom: 1px solid #eff1f1;
padding: 0px 20px 20px;
margin: 0 -20px 20px -20px;
}
	
.single_news_wrap{
padding: 20px 20px;
margin: 0 0px 20px 0px;
background: #fff;
box-shadow: 0 0 7px #e1e9f2;
border-radius: 20px;
}
	h2.one_news_title{
	margin: 0 0 15px 0;
	}
		h2.one_news_title a{
		text-decoration: none;
		color: #363636;
		font: 500 20px 'IBM Plex Sans', sans-serif;
		}
			h2.one_news_title a:hover{
			color: #2499b7;
			text-decoration: none;
			}	
	.one_news_excerpt{
	margin: 0 0 5px 0;
	}
		.one_news_excerpt.has_img{
		padding: 0 0 0 300px;
		position: relative;
		min-height: 150px;
		}		
			@media all and (max-width: 500px){
				.one_news_excerpt.has_img{
				padding: 0;	
				}
			}	
			.one_news_image{
			position: absolute;
			float: none;
			top: 0;
			left: 0;
			width: 280px;
			height: 140px;
			border-radius: 10px;
			}		
				.one_news_image img{
				width: 280px;
				height: 140px;
				border-radius: 10px;	
				}
				@media all and (max-width: 500px){
					.one_news_image
					{
					width: 100%;
					height: auto;
					margin: 0 0 15px 0;
					position: static;
					}
					.one_news_image img{
					width: 100%;
					height: auto;	
					}	
				}				
		.one_news_excerpt a{
		color: #010101;
		text-decoration: none;
		}			
	.one_news_date{
	color: #78848a;
	font: 14px 'IBM Plex Sans', sans-serif;
	margin: 0 0 10px 0;	
	}						
		.metabox_left{
		float: left;
		width: 340px;
		}
			.metabox_cats{
			font: 14px 'IBM Plex Sans', sans-serif;
			color: #78848a;
			}
				.metabox_cats a{
				text-decoration: none;
				color: #2499b7;
				}
					.metabox_cats a:hover{
					text-decoration: none;
					}
			.metabox_tags{
			padding: 10px 0;
			font: 14px 'IBM Plex Sans', sans-serif;
			color: #78848a;
			}
				.metabox_tags a{
				text-decoration: none;
				color: #78848a;
				background: #eff8f8;
				position: relative;
				padding: 4px 8px;
				border-radius: 4px;
				}
					.metabox_tags a:hover{
					text-decoration: none;
					color: #000;
					background: #e6efef;
					}						
	a.one_news_more{
	float: right;
	padding: 8px 20px;
	border-radius: 20px;
	background: #2eb0d2;
	text-decoration: none;
	color: #ffffff;
	font: 14px 'IBM Plex Sans', sans-serif;	
	}
		a.one_news_more:hover{
		background: #2597b5;		
		}
		@media all and (max-width: 500px){
			.metabox_left{
			margin: 0 0 10px 0;	
			}
			a.one_news_more{
			float: left;
			margin: 0 0 0px 0;
			}
		}
/* end news */

/* comment form */
.comment_form{
position: relative;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
padding: 20px 20px 10px;
margin: 0 0px 20px 0px;	
}
	.comment_form_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px;
	}
		a#cancel-comment-reply-link{
		color: #ff0000;
		font: 13px 'IBM Plex Sans', sans-serif;
		text-transform: none;
		}
	.comment_form_line{
	padding: 0 0 10px 0;	
	} 
		.comment_form_line label{
		font: 13px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		display: block;
		padding: 0 0 3px;
		}
/* end comment form */

/* site form */
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .userverify_div_wrap {
margin: 0 0 20px 0;
background: #fff;
/*box-shadow: 0 0 10px #e1e9f2;*/
border-radius: 25px;
padding: 20px 20px 5px;
}	
	.pcontacts .cf_div_wrap{
	margin: 0;
	background: none;
	box-shadow: none;
	padding: 0;
	}
	.log_div_title, .cf_div_title, .reg_div_title, .lp_div_title, .rf_div_title, .acf_div_title, .domacc_div_title, .checkstatus_div_title, .userverify_div_title {
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	display: none;
	}	
	.log_div, .cf_div, .reg_div, .lp_div, .rf_div, .acf_div, .domacc_div, .checkstatus_div, .userverify_div{
	padding: 0px;
	}	
		.log_label, .cf_label, .reg_label, .lp_label, .rf_label, .acf_label, .checkstatus_label, .uv_label {
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		}
		.log_line, .cf_line, .reg_line, .lp_line, .rf_line, .acf_line, .checkstatus_line, .uv_line {
		padding: 0px 0 20px;
		}
			.log_line_subm_left, .reg_line_subm_left{
			float: left;
			}	
			.log_line_subm_right{
			float: left;
			margin: 0 0 0 20px;
			font: 14px 'IBM Plex Sans', sans-serif;
			}
				.log_line_subm_right p{
				padding: 1px 0;
				}
			.reg_line_subm_right{
			float: left;
			margin: 11px 0 0 20px;
			font: 13px 'IBM Plex Sans', sans-serif;
			}	
/* end site form */

/* comments */
.comments_wrap{
margin: 0 0 20px 0;	
}
	.comments_title{
	font: 500 24px 'IBM Plex Sans', sans-serif;
	padding: 0 0 20px 0;
	}
	ul.commentlist{
	display: block;	
	}
		ul.commentlist li{
		display: block;	
		}
		ul.commentlist li li{
		display: block;	
		margin: 0 0 0px 20px;
		}	
			.comment_no_item{
			background: #fff;
			box-shadow: 0 0 10px #e1e9f2;
			border-radius: 4px;	
			padding: 20px 20px 20px;		
			}
			.comment_notapproved{
			color: #000;
			background: #fadfe0;
			border-radius: 4px;
			font: 500 13px 'IBM Plex Sans', sans-serif;
			margin: 0 0 10px 0;
			padding: 10px;
			}
			.comment{
			position: relative;
			background: #fff;
			box-shadow: 0 0 10px #e1e9f2;
			border-radius: 4px;	
			padding: 15px 20px 10px;
			margin: 0 0 10px 0px;
			}
				a.comment_permalink{
				color: #000;
				position: absolute;
				float: none;
				top: 15px;
				right: 15px;
				}
					.comment_top{
					padding: 0 0 15px 0;	
					}
						.comment_author{
						font: 600 14px 'IBM Plex Sans', sans-serif;
						padding: 0 0 5px 0;
						}
							.link_edit a{
							font: 12px 'IBM Plex Sans', sans-serif;		
							}
						.comment_date{
						font: 12px 'IBM Plex Sans', sans-serif;	
						}
				a.comment-reply-link, .comment-reply-login{
				color: #000;
				position: absolute;
				float: none;
				font: 600 12px 'IBM Plex Sans', sans-serif;
				bottom: 15px;
				right: 15px;							
				}	
/* end comments */

/* reviews */
.many_reviews{
margin: 0 0 20px 0;
}
	.no_reviews{
	background: #fff;
	box-shadow: 0 0 10px #e1e9f2;
	border-radius: 4px;	
	padding: 20px 20px 20px;	
	margin: 0 0 20px 0;		
	}
	.one_reviews{
	background: #fff;
	box-shadow: 0 0 10px #e1e9f2;
	border-radius: 4px;	
	padding: 20px 20px 10px;	
	margin: 0 0 20px 0;
	}
		.one_reviews_name{
		float: left;
		font: 600 15px 'IBM Plex Sans', sans-serif;
		margin: 0 5px 10px 0;
		}		
		.one_reviews_date{
		float: right;
		color: #78848a;
		font: 15px 'IBM Plex Sans', sans-serif;
		}	
		.one_reviews_text{
		font: 14px 'IBM Plex Sans', sans-serif;
		word-wrap: break-word; 
		word-break: break-all;
		}
			.one_reviews_text p{
			padding: 0 0 10px 0;
			}
		.one_reviews_answer{
		text-align: right;
		font-style: italic;
		word-wrap: break-word; 
		word-break: break-all;
		}	
			.one_reviews_answer_title{
			font-weight: 600;	
			}
			.one_reviews_answer p{
			padding: 0 0 10px 0;
			}		
/* end reviews */

/* domacc */ 
.domacc_line{
padding: 5px 0;
border-bottom: 1px solid #eff1f1;
}
	.domacc_label{
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 600 13px 'IBM Plex Sans', sans-serif;
	color: #000;
	}	
	.domacc_val{
	float: left;
	width: 200px;
	font: 13px 'IBM Plex Sans', sans-serif;
	}
/* end domacc */

/* atable */
.pntable_wrap{
margin: 0 0 20px 0;
} 
.pntable_wrap_title{
font: 500 24px 'IBM Plex Sans', sans-serif;
color: #000;
margin: 0 0 20px 0;
}
.pntable{
margin: 0 0 20px;	
}
.pntable table
{
width: 100%; 
border: none;
}
.pntable table th
{
padding: 15px 5px;
font: 14px 'IBM Plex Sans', sans-serif;
color: #78848a;
background: #ffffff;
border: none;
border-bottom: 1px solid #eff1f1;
}	
.pntable table td{
padding: 12px 5px;
font: 13px 'IBM Plex Sans', sans-serif; 
background: #ffffff;
color: #000;
border-bottom: 1px solid #eff1f1;
}
.pntable table.has_adaptive tbody{
display: block;	
}	
	.pntable table.has_adaptive tr td{
	background: none;	
	}
.pntable .one_item{
padding: 15px 20px;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
margin: 0 0 10px 0;
display: block;
}
 	.pntable .one_item_line{
	padding: 3px 0;
	display: block;
	}
		.pntable .one_item_label{
		padding: 0 10px 0px 0;
		font: 600 14px 'IBM Plex Sans', sans-serif;	
		}
		.pntable .one_item_content{
		font: 14px 'IBM Plex Sans', sans-serif;		
		}	
	.exch_course2{	
	background: url(images/liarr.png) no-repeat 0 center;
	padding: 1px 0 0 12px;
	margin: 0 0 0 6px;
	}		
	a.exch_status_link{
	font-weight: 500;	
	color: #0390cb;
	}
		a.exch_status_link.st_payed,
		a.exch_status_link.st_coldpay,
		a.exch_status_link.st_realpay,
		a.exch_status_link.st_verify
		{
		color: #c9cb03;	
		}
		a.exch_status_link.st_error
		{
		color: #ff0000;	
		}		
		a.exch_status_link.st_coldsuccess,
		a.exch_status_link.st_success
		{
		color: #03cb29;	
		}		
	.exch_sum{
	font-weight: 500;
	}
/* end atable */

/* userwallets */
.userwallets_form{
    border-radius: 20px;
    background: #FAFAFA;
    margin: 16px 16px 19px -2px;
    padding: 20px 20px;
}
	.userwallets_form_title{
	font: 500 22px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px; 
	}
 		.userwallets_one_tab{
		padding: 10px 0 0 0;
		display: none;
		} 
			.userwallets_one_line{
			margin: 0 0 10px 0;
			}
			.userwallets_help{
			background: #f7fbcd;
			border-bottom: 2px solid #b0c000;
			padding: 10px 15px;
			color: #000;
			font: 500 14px 'IBM Plex Sans', sans-serif;
			margin: 0 0 10px 0;
			}	
.userwallets_table{
margin: 0 0 20px 0;
}
	.userwallets_table_title{
	font: 500 24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	}
		.userwallets_table_one{
		background: #fff;
		box-shadow: 0 0 10px #e1e9f2;
		padding: 15px 20px;
		position: relative;
		margin: 0 0 10px 0;
		border-radius: 4px;
		}	
			.userwallets_one_title{
			font: 500 14px 'IBM Plex Sans', sans-serif;
			color: #000;
			margin: 0 0 5px 0;
			}
			.close_userwallets{
			position: absolute;
			float: none;
			top: 17px;
			right: 15px;
			width: 35px;
			height: 35px;
			background: url(images/big_close.png) no-repeat center center;
			cursor: pointer;
			}
				.close_userwallets:hover{
				opacity: 0.8;
				}
				.close_userwallets.act{
				background: url(images/ajax-loader.gif) no-repeat center center;
				}	
 			.verify_status{
			padding: 5px 0 0 0;
			font: 500 13px 'IBM Plex Sans', sans-serif;
			}
				.verify_status.wait{
				color: #858c97;
				}
				.verify_status.success{
				color: #09b869;
				}		
				.verify_status.not{
				color: #0c73d8;
				}			
					.verify_status a{
					color: #0c73d8;
					text-decoration: none;
					border-bottom: 1px dotted #0c73d8;
					}
						.verify_status a:hover{
						border-bottom: none;
						}			
			
			 .sbpberify_not {
            display: flex;
            align-items: center;
            padding: 10px;
           font-weight: bold;
        }

        .sbpberify_not-icon {
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }
			
					.verify_acc_syst{
					padding: 15px 0 10px 0;
					font: 12px 'IBM Plex Sans', sans-serif;	
					}
					.verify_acc_file{
					padding: 0 0 10px 0;	
					font: 12px 'IBM Plex Sans', sans-serif;	
					
					}
						.verify_accline_wrap{
						padding: 0 0 10px 0;	
						}
							.verify_acc_line{
							margin: 0 0 5px 0;	
							}		
			.verify_tab_action_link{
			float: left;
			background: #2eb0d2;
			border-radius: 4px;
			height: 40px;
			padding: 0 25px; 
			color: #fff;
			font: 18px/40px 'IBM Plex Sans', sans-serif;	
			cursor: pointer;
			}				
				.verify_tab_action_link:hover{
				background: #2597b5;
				text-decoration: none;				
				}
				.verify_tab_action_link.act{
				background: #eff8f8;
				color: #000;
				cursor: default;				
				}
/* end userwallets */

/* userverify */
.userverify_text{
margin: 0 0 20px 9px;
padding: 0px 20px 0px;
border-radius: 25px;
background: #fafafa;
/* box-shadow: 0 0 10px #e1e9f2;*/
}
  	.ustbl_line{
	padding: 0px 0 20px;	
	}
		.ustbl_line_left{
		float: left;
		width: 300px;
		padding: 10px 0 0 0;
		}
			@media all and (max-width: 960px){
				.ustbl_line_left{
				float: none;
				width: auto;
				padding: 0 0 10px 0;
				}	
			}	
			.ustbl_title{
			padding: 0 0 5px 0;	
			font: 13px 'IBM Plex Sans', sans-serif;
			}
			.ustbl_warn{
			color: #858c97;
			font: 13px 'IBM Plex Sans', sans-serif;
			padding: 0 0 10px 0;
			}
			.ustbl_file{
			padding: 0 0 10px 0;	
			}
			.ustbl_res_error{
			color: #ff0000;
			font: 500 13px 'IBM Plex Sans', sans-serif;	
			padding: 0 0 10px;
			}
			.usvefilelock{
			padding: 0 0 10px 20px;
			position: relative;
			font: 13px/15px 'IBM Plex Sans', sans-serif;
			}
				.usvefilelock_delete{
				position: absolute;
				float: none;
				top: -1px;
				left: 0px;
				width: 15px;
				height: 15px;
				background: url(images/uv_close.png) no-repeat center center;	
				cursor: pointer;
				}
					.usvefilelock_delete.active{
					background: url(images/ajax-loader.gif) no-repeat center center;	
					}
			.ustbl_bar{
			width: 160px;
			height: 3px;
			position: relative;
			border-radius: 10px;
			background: #ccc;
			display: none;
			}
				.ustbl_bar_abs{
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 0px;
				height: 100%;
				border-radius: 10px;
				background: #66c497;
				}
		.ustbl_line_right{
		float: right;
		width: 510px;
		/*border-radius: 3px;
		border: 1px solid #ebebeb;
		padding: 15px 15px 5px;*/
		position: relative;
		}		
			/*.ustbl_line_right_abs{
			position: absolute;
			float: none;
			top: 20px;
			left: -15px;
			width: 31px;
			height: 15px;
			background: url(images/uv_arr.png) no-repeat;
			}
			@media all and (max-width: 960px){
				.ustbl_line_right, .rtl_body .ustbl_line_right{
				float: none;
				width: auto;
				}
				.ustbl_line_right_abs{
				display: none;
				}
			}	*/			
			.ustbl_eximg{
			padding: 0 0 10px 0;
			overflow: hidden;
			text-align: center;
   			margin-top: -219px;
   		    
			}
			@media (max-width:699px){
  .ustbl_eximg{
          padding: 0px 0px 26px 180px;
			overflow: hidden;
			text-align: center;
   			margin-top: 0px;
  }
}
				.ustbl_eximg img{
				max-width: 100%;	
				}
			.ustbl_descr{
			padding: 0 0 10px 0;
			color: #858c97;
			text-align: center;
			font: italic 13px 'IBM Plex Sans', sans-serif;
			}	
/* end userverify */

/* sitemap */
.sitemap_block{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
padding: 20px 20px 15px;	
border-radius: 4px;
}
	.sitemap_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	margin: 0 0 20px 0;
	color: #363636;
	}			
		ul.sitemap_ul_exchanges li{
		float: left;
		display: block;
		width: 270px;
		margin: 0 20px 0 0;
		font: 14px 'IBM Plex Sans', sans-serif;
		padding: 0 0px 5px 12px;
		background: url(images/liarr.png) no-repeat 0 4px;
		}
			@media all and (max-width: 960px){
				ul.sitemap_ul_exchanges li{
				float: none;
				margin: 0;
				}	
			}	
			ul.sitemap_ul li{
			display: block;
			padding: 0 0px 5px 12px;
			font: 14px 'IBM Plex Sans', sans-serif;
			background: url(images/liarr.png) no-repeat 0 4px;
			}
/* end sitemap */

/* tarifs */
.tarif_div{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
padding: 20px 20px 15px;	
border-radius: 4px;
}
.tarif_block{
margin: 0 0 20px 0;
} 
	.tarif_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	margin: 0 0 20px 0;
	color: #363636;
	}
		.tarif_table_title{
		padding: 10px 10px;
		background: #fff;
		font: 14px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		border-bottom: 1px solid #eff1f1;
		}
			.tarif_table_title_part{
			float: left;
			width: 48%;
			}	
			.tarif_table_title_arr{
			float: left;
			min-height: 3px;
			width: 3%;
			}
			a.tarif_line{
			display: block;
			font: 13px 'IBM Plex Sans', sans-serif; 
			color: #000;
			padding: 8px 10px 3px;
			text-decoration: none;
			background: #fff;
			border-bottom: 1px solid #eff1f1;
			}	
				.tarif_line_top{
				padding: 0 0 5px 0;	
				}
					.tarif_curs_line{
					float: left;
					width: 48%;
					overflow: hidden;
					}
						.tarif_curs_title{
						float: left;
						padding: 0 0 0 30px;
						width: 125px;
						overflow: hidden;
						position: relative;
						font: 500 13px/25px 'IBM Plex Sans', sans-serif; 
						}
							.tarif_logo{
							position: absolute;
							float: none;
							top: 0;
							left: 0;
							width: 25px;
							height: 25px;
							}
								.tarif_logo_ins{
								width: 25px;
								height: 25px;	
								}
						.tarif_curs{
						float: left;	
						padding: 0 0 0 30px;
						width: 105px;
						overflow: hidden;
						font: 13px/25px 'IBM Plex Sans', sans-serif; 
						}	
					.tarif_curs_arr{
					float: left;
					height: 25px;
					width: 3%;
					background: url(images/tarr.png) no-repeat center center;
					}	
				.tarif_curs_reserv{
				padding: 5px 10px 5px 51%;
				color: #78848a;
				font: 14px 'IBM Plex Sans', sans-serif; 
				}
/* end tarifs */

/* statstable */
.statstablediv{
background: #fafafa;
#box-shadow: 0px 0px 20px rgba(0,0,0,0.04);
margin: 0 0 20px 0;
padding: 15px 10px;
border-radius: 20px;
word-break: break-all; word-wrap: break-word;
}
	.statstablediv table{ width: 100%; }
	.statstablediv table th{padding:5px 10px; text-align:left; background:none; font: 600 14px 'IBM Plex Sans', sans-serif;}
	.statstablediv table td{padding:5px 10px; text-align:right; background:none; font: 14px 'IBM Plex Sans', sans-serif;}
/* end statstable */

/* partner stats */
.statuserdiv{
width: 350px;
margin: 0 0 30px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
padding: 15px 10px;
}
	.statuserdiv_title{
	font: 500 26px/26px 'IBM Plex Sans', sans-serif;
	color: #000;
	padding: 5px 0px 15px 10px; 
	}
	.statuserdiv table{
	width: 100%; 
	}
	.statuserdiv table th{padding:5px 10px;text-align:left;background:none; font: 600 14px 'IBM Plex Sans', sans-serif; }
	.statuserdiv table td{padding:5px 10px;text-align:right;background:none;font: 14px 'IBM Plex Sans', sans-serif; }	
	
.promouserdiv {
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
margin: 0 0 20px 0;
padding: 15px 20px;
border-radius: 4px;	
}	
.promouserdiv h3{
font: 500 24px 'IBM Plex Sans', sans-serif;
margin: 0 0 10px 0;
}
.promouserdiv h4{
font: 500 22px 'IBM Plex Sans', sans-serif;
margin: 0 0 10px 0;
}
.promouserdiv p{
padding:0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext{
border-radius: 4px;
margin: 0 0 20px 0;
padding: 20px 20px;
font: 14px 'IBM Plex Sans', sans-serif;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
}	
.paydiv{
border-radius: 4px;
margin: 0 0 20px 0;
padding: 20px 20px;
font: 14px 'IBM Plex Sans', sans-serif;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
} 
	.pay_left_col{
	padding: 0 0 5px 0;
	font: 600 14px 'IBM Plex Sans', sans-serif;
	}
	.pay_select{
	margin: 0 0 5px 0;
	}
	.pay_input{
	position: relative;
	margin: 0 0 10px 0;
	}
		input.pay_input_purse{
		padding-left: 30px;
		}	
		.pay_purse_link{
		position: absolute;
		float: none;
		top: 50%;
		left: 10px;
		margin: -8px 0 0 0;
		width: 16px;
		height: 16px;
		cursor: pointer;
		background: url(images/purse.png) no-repeat center center;
		}
			.pay_purse_link_ins{
			position: relative;
			width: 16px;
			height: 16px;
			}
			.pay_purse_ul{
			position: absolute;
			float: none;
			top: 0;
			left: 0px;
			width: 250px;
			color: #000;
			border-radius: 4px;
			background: #fff;
			box-shadow: 0 0 10px #e1e9f2;
			font: 13px 'IBM Plex Sans', sans-serif;			
			display: none;
			}
				.pay_purse_line{
				display: none;
				padding: 8px 10px;
				word-break: break-all; word-wrap: break-word;
				}			
	a.delpay_link{
	font-weight: 600;
	color: #ff0000;
	}
		a.delpay_link.act{
		cursor: default;
		color: #ccc;
		}	
	.paystatus{
	font-weight: 600;
	}
		.paystatus.pst1{ color: #0390cb; }
		.paystatus.pst2{ color: #03cb29; }
		.paystatus.pst3{ color: #ff0000; }
		.paystatus.pst4{ color: #ff0000; }				
/* end partner payouts */

/* promotional */
.promopage{
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
margin: 0 0 20px 0;
padding: 20px 20px 5px;
}
.promo_topmenu{
margin: 0 0 20px 0;
}
    .promo_topmenu ul{
	margin: 0;
	list-style: none;
	padding: 0;
	}
		.promo_topmenu li{
		display: inline;
		padding: 0;
		margin: 0 5px 0 0;
		background: none;
		}
			.promo_topmenu a{
			margin: 0;
			padding: 0;
			font: 600 14px 'IBM Plex Sans', sans-serif;
			}
			.promo_topmenu a:hover{
			color: #ff0000;
			}
			.promo_topmenu li.current a{
			text-decoration: none;
			color: #000;
			}
.promotext_warning{
margin: 0 0 20px 0;
}
    .one_promotxt{
	margin: 0 0 10px 0;
	font: italic 600 14px 'IBM Plex Sans', sans-serif;
	}
	.one_promotxt_code{
	margin: 0 0 30px 0;
	}
	.partner_textarea{	
    height: 100px; 
	min-height: 100px;
	max-height: auto;
	}		
.promo_menu{
margin: 0 0 20px 0;
}
    .promo_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
    .promo_menu ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
	}
	.promo_menu ul li a{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #7e90ae;
    color: #7e90ae;
	text-decoration: none;
	}
	.promo_menu ul li a:hover{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
	text-decoration: none;
	}
	.promo_menu ul li.act a{
	position: relative;
	margin: 0;
    border-bottom: none;
    color: #000;
	text-decoration: none;
	}	
	.pbcontainer{
	display: none;
	}
	    .pbcontainer.act{
		display: block;
		}
		.prevbanner{
		margin: 0 0 5px 0;
		}
		.bannerboxone{
		margin: 0 0 25px 0;
		}	
			.bannerboxlink a{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #7e90ae;
			color: #7e90ae;
			text-decoration: none;		
			}
			.bannerboxlink a.act{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #000;
			color: #000;
			font-weight: 600;
			text-decoration: none;
			}			
			.bannerboxlink a:hover, .bannerboxlink a.act:hover{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #ff0000;
			color: #ff0000;
			text-decoration: none;
			}
		.bannerboxtextarea{
		padding: 10px 0 0 0;
		display: none;
		} 
/* end promotional */

/* partner page */
.pagepartner_wrap{
padding: 40px 0 40px 0;
position: relative;
width: 100%;
z-index: 10;	
}
	.pagepartner_ins{
	overflow: hidden;
	margin: 0 -49px 0 0;
	}
		.pagepartner_title{
		margin: 0 0 25px 0;
		color: #363636;
		font: 500 30px/30px 'IBM Plex Sans', sans-serif;
		}			
		.pagepartner_one{
		float: left;
		width: 250px;
		height: 70px;
		margin: 0 49px 20px 0;
		} 	
			.pagepartner_one img{
			width: 250px;
			height: 70px;
			border-radius: 10px;
			}
			@media all and (max-width: 583px){
				.pagepartner_ins{
				margin: 0;	
				}	
				.pagepartner_title{
				text-align: center;	
				}	
				.pagepartner_one{
				float: none;
				margin: 0 auto 20px;
				text-align: center;
				}
			}
.pcontacts {
position: relative;
margin: 0 0 40px 0;
border-radius: 10px;
box-shadow: 0 0 10px #e1e9f2;	
}	
	.pcontacts_text{
	position: relative;	
	z-index: 5;
	background: #31bfd2;
	background: #2EB1D2;
	background: -webkit-linear-gradient(left, #2EB1D2, #35D1D3);
	background: -moz-linear-gradient(left, #2EB1D2, #35D1D3);
	background: linear-gradient(to right, #2EB1D2, #35D1D3);
	color: #fff;
	}
		.pcontacts_text a{
		color: #fff;	
		}
	@media all and (max-width: 699px){
		.pcontacts_text{
		border-radius: 10px 10px 0 0;
		padding: 20px 20px 1px;
		}
			.pcontacts_text_title{
			margin: 0 0 20px 0;
			font: 500 24px/24px 'IBM Plex Sans', sans-serif;
			}
		.pcontacts_form{
		padding: 20px 20px 1px;	
		}			
	}
	@media all and (min-width: 700px){
		.pcontacts_abs{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1;
		background: #31bfd2;
		background: #2EB1D2;
		background: -webkit-linear-gradient(left, #2EB1D2, #35D1D3);
		background: -moz-linear-gradient(left, #2EB1D2, #35D1D3);
		background: linear-gradient(to right, #2EB1D2, #35D1D3);
		width: 30%;
		border-radius: 10px 0 0 10px;
		}	
		.pcontacts_text{
		float: left;
		width: 30%;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		border-radius: 10px 0px 0 0;
		padding: 30px 30px 10px;
		}
			.pcontacts_text_title{
			margin: 0 0 20px 0;
			font: 500 30px/30px 'IBM Plex Sans', sans-serif;
			}
		.pcontacts_form{
		float: right;
		width: 70%;
		}		
			.pcontacts_form .cf_div_wrap{
			width: 70%;
			padding: 30px 0 20px;
			margin: 0 auto;
			}
	}	
/* end partner page */

/* homepage */
.homepage_wrap{
padding: 40px 0 0 0;
}

.home_wtext_wrap{
position: relative;
width: 100%;
margin: -40px 0 40px 0;
background: #00354c url(images/hbg.png) no-repeat left top;
background-size: cover;
}
	@media all and (min-width: 600px){
		.home_wtext_wrap{
		background: #00354c url(images/hbg.png) no-repeat left top;
		background-size: cover;
		}	
	}	
	@media all and (min-width: 1050px){
		.home_wtext_abs{
		width: 1000px;
		height: 100%;
		background: url(images/him.png) no-repeat center center;
		background-size: 999px 485px;
		position: absolute;
		float: none;
		top: 0;
		right: -300px;
		}
	}	
	.home_wtext_ins{
	position: relative;
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_wtext_block{
		max-width: 500px;
		padding: 50px 0px 77px;
		color: #858595;
		}					
			.home_wtext_title{
			margin: 26px 0 48px 0;
			font: 500 42px/42px 'IBM Plex Sans', sans-serif;
			color: 	#212731;		
			}
			
			 @media all and (max-width: 699px) {
 
.home_wtext_title {
        margin: -27px 0px 20px 30px;
        font: 500 33px / 40px 'IBM Plex Sans', sans-serif;
        color: #212731;
}
}
			.home_wtext_div{
			margin: -20px 4px 21px;
			}
			
			 @media all and (max-width: 699px) {
 
.home_wtext_div {
		
        padding: 23px 0px 14px 27px;
}
}
			
			a.home_wtext_link{
			

			
background: #2eb0d2;
  background-image: -webkit-linear-gradient(top, #2eb0d2, #6babb8);
  background-image: -moz-linear-gradient(top, #2eb0d2, #6babb8);
  background-image: -ms-linear-gradient(top, #2eb0d2, #6babb8);
  background-image: -o-linear-gradient(top, #2eb0d2, #6babb8);
  background-image: linear-gradient(to bottom, #2eb0d2, #6babb8);
    border-radius: 50px;
    height: 100px;
    max-width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 20px 'IBM Plex Sans', sans-serif;	
    cursor: pointer;
    
			}
				a.home_wtext_link:hover{
				   color: #ffffff;
  background: #69b7c9;
  background-image: -webkit-linear-gradient(top, #69b7c9, #69b7c9);
  background-image: -moz-linear-gradient(top, #69b7c9, #69b7c9);
  background-image: -ms-linear-gradient(top, #69b7c9, #69b7c9);
  background-image: -o-linear-gradient(top, #69b7c9, #69b7c9);
  background-image: linear-gradient(to bottom, #69b7c9, #69b7c9);
  text-decoration: none;
transition: all 0.3s ease 0s;
				}

					
.home_text_wrap{
padding: 25px 0 5px 0;
position: relative;
z-index: 13;
width: 100%;
}	

.home_text_title{
	text-align: center;
    margin: -30px 1px 25px 245px;
    width: 1200px;
    padding: 30px;
    border-radius: 15px;
    font-size: 50px;
    font-weight: 400;
    color: #2eb0d2;
    overflow: hidden;		
		}
		
.home_text_content {

text-align: center;
margin: -27px auto 40px;
font-size: 16px;
font-weight: 400;
color: #858595;

}
		
	.home_text_ins{
	font-size:14px;
	}
	
	@media (max-width:699px){
  .home_text_ins {display:none;}
  .home_text_content {display:none;}
}
				
	
.home_lchange_wrap{
padding: 40px 0 40px 0;
position: relative;
width: 200%;
z-index: 10;	
}
	.home_lchange_wrap_ins{
	max-width: 1150px;
	margin: -84px auto;
	padding: 0 10px;
	}			
		.home_lchange_title{
		margin: 0 0 25px 0;
		font: 500 30px/30px 'IBM Plex Sans', sans-serif;		
		}
 			.home_lchange_one{
			margin: 0 0px 20px 0;
			display:none;
			} 
				@media all and (max-width: 699px){	 						
					.home_lchange_one{
					display:none;
					float: left;
					margin: 14px 0% -28px -29px;
					width: 65%;
					
					
					}

				
						.home_lchange_one.last_item{
						display: none;
						}							
				}			
				@media all and (min-width: 1050px){	 						
					.home_lchange_one{
					display:none;
					float: left;
					margin: 14px 0% -28px -29px;
					width: 65%;
					}
						.home_lchange_one.last_item{
						margin: 0;
						display: block;
						}							
				}				
				.home_lchange_one_ins{
				
				
				border-radius: 14px;	
				padding: 20px 0px 20px 20px;
				}
					.home_lchange_date{
					font: 500 10px 'IBM Plex Sans', sans-serif;
					color: #78848a;
					margin: 0 0 15px 0;
					}
					
						@media all and (max-width: 959px){
				.home_lchange_date{
				
				font: 500 10px 'IBM Plex Sans', sans-serif;
					color: #78848a;
					margin: 0 0 15px 0;
				}
				}
						.home_lchange_why{
						
						float: left;
						width: 130px;
						margin: 0 0 5px 0;
						}
							.home_lchange_ico{
							
							float: left;
							width: 40px;
							height: 40px;
							}
							.home_lchange_txt{
							
							float: left;
							width: 80px;
							font: 13px 'IBM Plex Sans', sans-serif;
							padding: 3px 0 0 5px;
							color: #000;
							}
						.home_lchange_arr{
						float: left;
						width: 30px;
						height: 40px;
						margin: 0px 35px 5px 15px;
						background: url(images/xtl_change.svg) no-repeat 0 center;
						}		
.home_reserv_wrap{
padding: 25px 0 25px 0;
position: relative;
width: 100%;
}
	.home_reserv_block_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
	.home_reserv_title{
	margin: 0 0 25px 0;
	font: 500 30px/30px 'IBM Plex Sans', sans-serif;	
	}
			.home_reserv_many{
			padding: 0 0 20px 0;	
			}
				.one_home_reserv{
				width: 260px;
				margin: 0 auto 10px;
				}
					.one_home_reserv.hide_item{
					display: none;	
					}
					@media all and (min-width: 500px){	 						
						.one_home_reserv{
						float: left;
						width: 48%;
						margin: 0 2% 10px 0;
						}							
					}			
					@media all and (min-width: 900px){	 						
						.one_home_reserv{
						float: left;
						margin: 0 1% 10px 0;
						width: 24%;
						}							
					}			
					.one_home_reserv_ins{
					background: #fff;
					box-shadow: 0 0 10px #e1e9f2;
					border-radius: 4px;	
					padding: 15px 0px 15px 15px;	
					}
					.one_home_reserv_ico{
					float: left;
					width: 40px;
					height: 40px;
					}
					.one_home_reserv_block{
					float: left;
					width: 155px;
					color: #000;
					font: 500 14px 'IBM Plex Sans', sans-serif;
					padding: 1px 0 0 10px;
					}			
						.one_home_reserv_title{
						font: 14px 'IBM Plex Sans', sans-serif;
						margin: 0 0 1px 0;
						} 
.home_news_wrap {
    margin: 59px auto 40px auto;
    position: relative;
    z-index: 9;
    background: #FAFAFA;
    width: 700px;
    max-width: 1200px;
    border-radius: 39px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}
@media (max-width: 768px){
  .home_news_wrap{
    width:calc(100% - 24px);
    margin:32px auto 0px;
    border-radius:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
  }
}
	.home_news{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}	
	
	@media all and (max-width: 959px){
				.home_news{
				max-width: 1150px;
		padding: 0 82px;
		margin: 0 auto;
				}
				}
		.home_news_div_wrap{
		margin: 0;
		}
 			.home_news_one{
			padding: 15px 0;
			text-align: center;
			}
					.home_news_one_date{
					color: #78848a;
					font: 15px 'IBM Plex Sans', sans-serif;
					display: inline;
					margin: 0 40px 0 50px;
					}
					.home_news_one_more a{
					color: #2499b7;
					font: 15px 'IBM Plex Sans', sans-serif;
					text-decoration: none;
					}
					.home_news_one_title{
					display: inline;
					font: 15px 'IBM Plex Sans', sans-serif;
					color: #000000;
					padding: 0 0 0 30px;
					background: url(images/news.svg) no-repeat left center;
					background-size: 20px 20px;
					}
						.home_news_one_title a{
						color: #000000;
						text-decoration: none;
						}
							.home_news_one_title a:hover{
							text-decoration: underline;
							}	
			@media all and (max-width: 700px){
				.home_news_one{
				text-align: left;	
				}
					.home_news_one_date{
					margin: 0;	
					}
			}	
 					
.home_reviews_wrap{
padding: 25px 0 25px 0;
position: relative;
z-index: 11;
width: 100%;
}
	.home_reviews_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}		
		.home_reviews_block{
		padding: 0;
		}			
			.home_reviews_title{
			margin: 0 0 25px 0;
			font: 500 30px/30px 'IBM Plex Sans', sans-serif;		
			}
			.home_reviews_div{
			margin: 0 0 0px 0;
			}
				.home_reviews_one{
				margin: 0 0px 20px 0;
				box-sizing: border-box;
					-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;
				}	
					.home_reviews_one_ins{
					background: #eff8f8;
					border-radius: 4px;	
					padding: 20px 20px;	
					}
					.home_reviews_date{
					font: 600 14px 'IBM Plex Sans', sans-serif;
					margin: 0 0 10px 0;
					}			
						.home_reviews_content{
						font: 15px 'IBM Plex Sans', sans-serif;
						word-wrap: break-word; 	
						}
					@media all and (min-width: 500px){
						.home_reviews_div_wrap{
						margin: 0 0 30px 0;		
						}
						.home_reviews_one{
						float: left;
						margin: 0 2% 0 0;
						width: 32%;
						}	
							.home_reviews_one.last_item{
							margin: 0;	
							}
					}
			.home_reviews_more_wrap, .home_reserv_more_wrap{
			text-align: center;
			}				
				a.home_reviews_more, a.home_reserv_more{
				padding: 10px 20px;
				border-radius: 4px;
				background: #2eb0d2;
				text-decoration: none;
				color: #fff;
				font: 14px 'IBM Plex Sans', sans-serif;
				position: relative;
				}
					a.home_reviews_more:hover, a.home_reserv_more:hover{
					background: #2597b5;
					color: #fff;
					} 
.home_advantages_wrap{
position: relative;
width: 100%;
background: #fff;
z-index: 10;	
}	
	.home_advantages_ins{
	max-width: 1150px;
	padding: 50px 10px 120px 10px;
	margin: 0 auto;	
	position: relative;
	}
	@media all and (max-width: 699px){
		.home_advantages_ins{
		padding: 20px 10px;	
		}
	}	
	@media all and (min-width: 1050px){
		.home_advantages_abs{
	    width: 512px;
        height: 386px;
        background: url(images/hadv.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        float: none;
        margin: 89px 19px -24px 700px;
		}
	}	
		.home_advantages_blocktitle{
		margin: 0 0 40px 0;
		font: 500 36px/36px 'IBM Plex Sans', sans-serif;
		}	
			.home_adv_div_wrap{
			overflow: hidden;
			}
				/* контейнер */
.home_advantages_wrap{
  padding: 30px 0;
}

.home_advantages_blocktitle{
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.05;
  color: #2eb0d2;
  margin: 0 0 14px;
}

.home_adv_div_wrap{
  margin-top: 10px;
}

.home_adv_div{
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 650px;
    margin: 30px 10px 10px 0px;
}

/* каждый пункт как карточка */
.home_advantages_one{
  background: #fff;
  border: 1px solid rgba(46,176,210,.18);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(46,176,210,.10);
  overflow: hidden;
}

/* делаем summary красивым и кликабельным */
.home_advantages_one summary{
  list-style: none;
  cursor: pointer;
  user-select: none;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 16px 16px;
}

.home_advantages_one summary::-webkit-details-marker{
  display: none;
}

/* иконка */
.home_advantages_img{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background-color: rgba(46,176,210,.10);
  flex: 0 0 40px;
}

/* вопрос */
.home_advantages_title{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #12181f;
  font-weight: 500;
  margin: 0;
  flex: 1;
}

/* стрелка справа */
.home_advantages_one summary::after{
  content:"";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(46,176,210,.9);
  border-bottom: 2px solid rgba(46,176,210,.9);
  transform: rotate(45deg);
  transition: transform .18s ease;
  margin-left: 10px;
}

/* раскрытая карточка */
.home_advantages_one[open] summary{
  background: rgba(46,176,210,.06);
}

.home_advantages_one[open] summary::after{
  transform: rotate(-135deg);
}

/* ответ */
.home_advantages_content{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #2a3b4c;
  padding: 16px 16px 16px 70px;
  margin: 0;
}

/* мобайл */
@media (max-width: 520px){
  .home_advantages_blocktitle {
        font-size: 34px;
        text-align: center;
    }
  .home_advantages_title{ font-size: 18px; font-size: 20px; font-weight: 500;}
  .home_advantages_content{ padding: 16px 16px 16px 16px; }
  .home_adv_div {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 30px 10px 10px 0px;
}
}
						
.home_partner_wrap{
padding: 40px 0 20px 0;
position: relative;
width: 100%;
background: #FAFAFA;
z-index: 10;	
}
	.home_partner_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}	
	.home_partner_block{
	overflow: hidden;
	margin: 0 -49px 0 0;
	}		
		.home_partner_one{
		float: left;
		width: 250px;
		margin: 0 49px 20px 0;
		-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */

		
		} 	
			.home_partner_one img{
			width: 250px;
			height: 70px;
			border-radius: 10px;
			margin: 0 0 10px 0;
		
							
			}
			.home_partner_descr{
			font: 15px/15px 'IBM Plex Sans', sans-serif;
			color: #000;	
			}	
			@media all and (max-width: 583px){
				.home_partner_block{
				margin: 0;	
				}
				.home_partner_title{
				text-align: center;	
				}	
				.home_partner_one{
				float: none;
				margin: 0 auto 20px;
				text-align: center;
				}
			}	
/* end homepage */

.xchange_table_wrap{
max-width: 1150px;
padding: 0 10px;
margin: 0 auto;
}

/* type table 1, table 4 */
.xchange_type_table{
margin: 0 0px 20px;
position: relative;
}  
 	.xtt_icon_wrap{
	padding: 0 0 10px 0;
	} 
		.xtt_left_col_icon{
		float: left;
		width: 48%;
		}		
			.xtt_left_col_icon_ins{
			padding: 0 0px;	
			}	
		.xtt_right_col_icon{
		float: right;
		width: 48%;
		}
			.xtt_right_col_icon_ins{
			padding: 0 0px;	
			}		
			@media all and (min-width: 700px){
				.xtt_left_col_icon{
				width: 38%;		
				}
				.xtt_right_col_icon{
				width: 59%;
				} 		
			}
			@media all and (min-width: 840px){		
				.xtt_left_col_icon{
				width: 33%;		
				}
				.xtt_right_col_icon{
				width: 65%;
				} 					
			}
			@media all and (min-width: 960px){
				.tbl1 .xtt_left_col_icon{
				width: 42%;		
				}
				.tbl1 .xtt_right_col_icon{
				width: 55%;
				}	
				.tbl5 .xtt_left_col_icon{
				width: 26%;
				float: left;
				}
				.tbl5 .xtt_right_col_icon{
				width: 36%;
				float: left;
				margin: 0 0 0 2%;
				}
			}
			.tbl_icon{
			float: left;
			padding: 5px 8px;
			background: #eff8f8;
			border-radius: 20px;
			color: #78848a;
			font: 14px/14px 'IBM Plex Sans', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}				
				.tbl_icon.active{
				background: #2eb0d2;
				color: #fff;
				border-radius: 20px;
				}
	.xtt_table_wrap{
	margin: 0;
	}							
	.xtt_table_body_wrap{
	position: relative;
	}
		.xtt_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
	.xtt_left_col_table{
	float: left;
	padding: 10px 10px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.04);
	width: 48%;	
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	}
	.xtt_right_col_table{
	float: right;
	padding: 10px 10px;
	border-radius: 4px;
	background: #fff;
	#box-shadow: 0px 0px 20px rgba(0,0,0,0.04);	
	width: 48%;	
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	}
	.xtt_data_col_clear{
	clear: both;
	height: 30px;
	}		
	.xtt_data_col_table{	
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;		
	}	
	.htable_notwidget{
	padding: 180px 30px 20px;
	border-radius: 4px;
	background: #fff url(images/no_exchange.png) no-repeat center 30px;
	box-shadow: 0 0 10px #e1e9f2;		
	color: #000;
	font: 14px 'IBM Plex Sans', sans-serif;
	text-align: center;
	}
		.tblexch_title{
		color: #363636;
		padding: 10px 0 20px 10px;
		font: 500 30px/30px 'IBM Plex Sans', sans-serif;
		}	
			@media all and (min-width: 700px){
				.xtt_left_col_table{
				width: 38%;		
				}
				.xtt_right_col_table{
				width: 59%;
				} 		
			}
			@media all and (min-width: 840px){		
				.xtt_left_col_table{
				width: 33%;		
				}
				.xtt_right_col_table{
				width: 65%;
				} 					
			}
			@media all and (min-width: 960px){
				.tbl1 .xtt_left_col_table{
				width: 42%;		
				}
				.tbl1 .xtt_right_col_table{
				width: 55%;
				}	
				.xtt_data_col_clear{
				clear: none;
				height: auto;
				}
				.tbl5 .xtt_left_col_table{
				width: 26%;
				float: left;
				}
				.tbl5 .xtt_right_col_table{
				width: 36%;
				float: left;
				margin: 0 0 0 2%;
				}
				.tbl5 .xtt_data_col_table{
				width: 34%;
				float: right;
				}	
			}
		.xtt_left_col_title, .xtt_left_incol_title{
		font: 15px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		padding: 15px 0px;
		border-bottom: 1px solid #ecf5f5;
		margin: 0 0 5px 0;
		position: relative;
		}	
		.xtt_right_col_title, .xtt_right_incol_title{
		font: 15px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		padding: 15px 0px;
		border-bottom: 1px solid #ecf5f5;
		margin: 0 0 5px 0;
		position: relative;
		}
		
		.xtt_table_title1, 
		.xtt_table_title2, 
		.xtt_table_title3,
		.xtt_table_title4{
		display: none;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;	
		}
		.xtt_title_link_wrap{
		position: absolute;
		float: none;
		top: 13px;
		right: 0;
		display: none;
		}
		a.xtt_title_link{
		float: right;
		text-decoration: none;
		padding: 5px 8px;
		background: #eff8f8;
		border-radius: 4px;
		color: #78848a;
		font: 13px/13px 'IBM Plex Sans', sans-serif;
		margin: 0 5px 0px 0;
		cursor: pointer;
		position: relative;
		}				
			a.xtt_title_link.active{
			background: #2eb0d2;
			color: #fff;
			}			
		
		.xtt_change_ico{
		width: 50px;
		height: 50px;
		margin: 5px auto 0;
		}
		.xtt_one_line_name{
		font: 16px 'IBM Plex Sans', sans-serif;
		color: #000;
		}		
		.xtt_one_line_curs{
		font: 500 16px 'IBM Plex Sans', sans-serif;
		color: #000;	
		height: 50px;
		}	
		.xtt_one_line_reserv{
		font: 16px 'IBM Plex Sans', sans-serif;
		color: #000;
		height: 50px;
		}			
		.xtt_one_line_left{
		position: relative;	
		border: 1px solid #fff;
		margin: 0 0 1px 0;
		cursor: pointer;
		}
			.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
			border-radius: 4px;
			border: 1px solid #10ccdd;
			}
			@media all and (min-width: 700px){
				.tbl4 .js_item_left.active .xtt_one_line_abs{
				background: url(images/ht4.svg) no-repeat center center;
				position: absolute;
				float: none;
				top: 0;
				right: 0;
				width: 30px;
				height: 100%;
				}
			}			
			.js_item_left.active .xtt_one_line_name, 
			.js_item_left.active .xtt_one_line_curs,
			.xtt_one_line_left:hover .xtt_one_line_name, 
			.xtt_one_line_left:hover .xtt_one_line_curs			
			{
			color: #2499b7;
			}					
		a.js_item_right{
		text-decoration: none;	
		}		
		.xtt_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		border: 1px solid #fff;
		margin: 0 0 1px 0;
		cursor: pointer;		
		}	
			.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right{
			border-radius: 4px;
			border: 1px solid #10ccdd;
			}			
			.xtt_one_line_right:hover .xtt_one_line_name, 
			.xtt_one_line_right:hover .xtt_one_line_curs,
			.xtt_one_line_right:hover .xtt_one_line_reserv,
			.js_item_right.active .xtt_one_line_name, 
			.js_item_right.active .xtt_one_line_curs,
			.js_item_right.active .xtt_one_line_reserv			
			{
			color: #2499b7;
			}		
		@media all and (max-width: 559px){
  			.xtt_left_col_title{
			float: left;
			width: 48%;			
			}
			.xtt_right_col_title{
			float: right;
			width: 48%;
			}
			.xtt_table_title1{
			display: block;
			text-align: center;
			}
			.xtt_table_title2{
			display: block;	
			text-align: center;
			}	
			.xtt_one_line_left{
			padding: 5px 10px;	
			}
				.xtt_one_line_ico_left{
				padding: 0 0 10px 0;	
				}
				.xtt_one_line_name_left{
				text-align: center;	
				}	
				.xtt_one_line_curs_left{
				display: none;	
				}
			.xtt_one_line_right{
			padding: 5px 10px;	
			}				
				.xtt_one_line_ico_right{
				padding: 0 0 10px 0;	
				}
				.xtt_one_line_name_right{
				text-align: center;	
				}				
				.xtt_one_line_curs_right,
				.xtt_one_line_reserv_right{
				display: none;	
				} 			
		}	
		@media all and (min-width: 560px){
  			.xtt_left_col_title{
			float: left;
			width: 48%;			
			}
			.xtt_right_col_title{
			float: right;
			width: 48%;
			}
			.xtt_table_title1{
			display: block;
			padding: 0 0 0 20px;
			}
			.xtt_table_title2{
			display: block;	
			padding: 0 0 0 20px;
			}			
			.xtt_one_line_left{
			padding: 2px 0;	
			}
				.xtt_one_line_ico_left{
				float: left;
				width: 25%;
				}
				.xtt_one_line_name_left{
				float: left;
				width: 75%;
				}
					.xtt_one_line_name{
					display: table-cell;
					vertical-align: middle;
					height: 50px;
					}				
				.xtt_one_line_curs_left{
				display: none;	
				}
			.xtt_one_line_right{
			padding: 2px 0;	
			}				
				.xtt_one_line_ico_right{
				float: left;
				width: 25%;	
				}
				.xtt_one_line_name_right{
				float: left;
				width: 75%;
				}				
				.xtt_one_line_curs_right,
				.xtt_one_line_reserv_right{
				display: none;	
				}				
		}	
		@media all and (min-width: 700px){
  			.xtt_left_col_title{
			width: 38%;			
			}
			.xtt_right_col_title{
			width: 59%;
			}
				.xtt_table_title1{
				display: block;
				}
				.xtt_table_title2{
				display: block;	
				float: left;
				width: 60%;
				}				
				.xtt_table_title4{
				display: block;
				padding: 0 0 0 10px;
				float: left;
				width: 40%;
				}				
			.xtt_one_line_left{
			padding: 2px 0;	
			}
				.xtt_one_line_ico_left{
				width: 20%;
				}
				.xtt_one_line_name_left{
				width: 80%;
				}				
			.xtt_one_line_right{
			padding: 2px 0;	
			}				
				.xtt_one_line_ico_right{
				width: 15%;	
				}
				.xtt_one_line_name_right{
				width: 45%;
				}				
				.xtt_one_line_curs_right{
				display: none;	
				}
				.xtt_one_line_reserv_right{
				display: block;
				float: left;
				width: 40%;
				box-sizing: border-box;
					-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;	
				overflow: hidden;
				border-left: none;
				margin: -2px 0 -2px 0px;
				padding: 2px 10px 2px 10px;
				}
					.xtt_one_line_reserv{
					display: table-cell;
					vertical-align: middle;
					}
					.tbl5 .xtt_one_line_reserv{
					display: block;
					text-align: right;
					line-height: 50px;
					}
			.xtt_title_link_wrap{
			display: block;
			}
		}	
		@media all and (min-width: 840px){		
 			.xtt_left_col_title{
			width: 33%;	
			} 
			.xtt_right_col_title{
			width: 65%;
			}
				.xtt_table_title2{
				width: 46%;
				}
				.xtt_table_title3{
				display: block;
				float: left;
				width: 30%;
				padding: 0 0px 0 10px;
				}								
				.xtt_table_title4{
				width: 24%;
				}
				.xtt_one_line_ico_left{
				width: 23%;
				}
				.xtt_one_line_name_left{
				width: 77%;
				}				
				.xtt_one_line_ico_right{
				width: 12%;	
				}
				.xtt_one_line_name_right{
				width: 34%;
				}				
				.xtt_one_line_curs_right{
				display: block;
				float: left;
				width: 30%;
				box-sizing: border-box;
					-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;	
				overflow: hidden;
				border-left: none;
				margin: -2px 0 -2px 0px;
				padding: 2px 10px 2px 10px;
				}
					.xtt_one_line_curs{
					display: table-cell;
					vertical-align: middle;
					}					
				.xtt_one_line_reserv_right{
				width: 24%;
				}
					.tbl5 .xtt_one_line_reserv_right{
					width: 54%;	
					}
		}
		@media all and (min-width: 960px){
 			.tbl1 .xtt_left_col_title{
			width: 42%;		
			}
			.tbl1 .xtt_right_col_title{
			width: 55%;
			}
				.tbl1 .xtt_one_line_ico_left{
				width: 17%;
				}
				.tbl1 .xtt_one_line_name_left{
				width: 43%;
				}			
				.tbl1 .xtt_one_line_curs_left{
				display: block;
				float: left;
				width: 40%;
				box-sizing: border-box;
					-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;	
				overflow: hidden;
				padding: 0px 10px 0px 10px;
				}
					.tbl1 .rtl_body .xtt_one_line_curs_left{
					float: right;
					}
					.tbl1 .xtt_one_line_curs_left .xtt_one_line_curs{
					display: block;
					text-align: right;
					line-height: 50px;
					}			
			.tbl5 .xtt_left_col_title{
			width: 26%;
			}
			.tbl5 .xtt_right_col_title{
			width: 36%;
			float: left;
			margin: 0 0 0 2%;
			}
				.tbl5 .xtt_one_line_ico_left{
				width: 23%;
				}
				.tbl5 .xtt_one_line_name_left{
				width: 77%;
				}		
				.tbl5 .xtt_one_line_ico_right{
				width: 18%;	
				}
				.tbl5 .xtt_one_line_name_right{
				width: 42%;
				}									
				.tbl5 .xtt_one_line_reserv_right{
				width: 40%;	
				}	
		}	
	.xtt_one_line_rez{
	cursor: pointer;
	display: none;
	position: absolute;
	float: none;
	top: 50%;
	right: 10px;
	width: 22px;
	height: 22px;
	background: #fff url(images/rez.png) no-repeat center center;
	margin: -11px 0 0 0;
	}			
			@media all and (min-width: 700px){
				.xtt_one_line_right:hover .xtt_one_line_rez{
				display: block;	
				}
			}
			.xtt_one_line_rez:hover{
			opacity: 0.6;
			}
			.xtt_one_line_rez_ins{
			display: none;
			}	
		.xtt_line_tab{
		display: none;
		}
			.xtt_line_tab.active{
			display: block;
			}  	 
/* end type table 1 */

/* type table 2 */
.xchange_type_plitka{
padding: 0 0 20px;	
} 
	.xtp_icon_wrap{
	padding: 0 0 10px 0;
	} 	
		@media all and (max-width: 960px){
			.xtp_icon_wrap{
			display: none;	
			}
		}	
		.xtp_left_col_icon{
		float: left;
		width: 48%;
		}	
		.xtp_right_col_icon{
		float: right;
		width: 48%;
		}				
	.xtp_table_wrap{
	background: #fff;
	box-shadow: 0 0 10px #e1e9f2;	
	border-radius: 4px;
	padding: 20px;
	}	
	.xtp_col_table_body{
	margin: 0 0 20px 0;
	}
		.xtp_left_col_table{
		margin: 0 0 20px 0;
		}
		.xtp_right_col_table{
		margin: 0;	
		}	
			@media all and (min-width: 700px){
				.xtp_left_col_table{
				float: left;
				width: 50%;
				}
				.xtp_right_col_table{
				float: right;
				width: 50%;	
				}
					.xtp_right_col_table_ins{
					padding: 0 0 0 20px;	
					}					
			}		
	.xtp_table_title{
	font: 500 18px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	}		
	.xtp_table_list{
	padding: 0 0 10px 0;	
	}	
		.xtp_item{
		float: left;
		padding: 2px;
		width: 50px;
		height: 50px;
		margin: 0 10px 10px 0;
		border-radius: 3px;
		border: 1px solid #e6ecf4;
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear;			
		}
			.xtp_item.active{
			box-shadow: 0 0 5px #858c97;
			}
			.xtp_item.not{
			opacity: 0.3;
			}
			.xtp_item_ico{
			width: 50px;
			height: 50px;
			}
		.xtp_curs_wrap{
		position: relative;
		padding: 0 125px 0 0;
		margin: 0 0 20px 0;
		height: 50px;
		}			
			.xtp_input_wrap input{
			font: 20px/50px 'IBM Plex Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
			.xtp_select_wrap{
			position: absolute;
			float: none;
			top: 0px;
			right: 0px;
			width: 120px;
			height: 50px;
			}
				.xtp_select_wrap select{
				width: 100%;
				height: 50px;
				}
		.xtp_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtp_commis_text{
			float: left;
			height: 50px;
			font: 13px/50px 'IBM Plex Sans', sans-serif;
			}
			.xtp_commis_wrap input{
			float: left;
			margin: 0 10px 0 0;
			font: 20px/50px 'IBM Plex Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 160px;
			} 
		.xtp_line{
		padding: 0 0 10px 0;
		font: 14px 'IBM Plex Sans', sans-serif;
		}
			.xtp_line span{
			font-weight: 500;
			}
			a.xtp_link{
			font-weight: 500;
			}  
	.xtp_html_wrap{
	position: relative;
	}
		.xtp_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}	
/* end type table 2 */

/* type table 3 */
.xchange_type_list{
padding: 0 0 20px 0;	
}
	.xtl_html_wrap{
	position: relative;
	}
		.xtl_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}	
 		.xtl_table_body{
		margin: 0 0 20px 0;
		}
 			
		.xtl_left_col, .xtl_right_col{
		border-radius: 20px;
		background: #fff;
		padding: 15px;
		box-shadow: 0 0 7px #e1e9f2;	
		min-height: 1px;
		margin: 0 0 20px 0;
		}
		.xtl_center_col{
		margin: 0 0 20px 0;	
		}	
		
		 @media all and (max-width: 699px) {
		.xtl_center_col{
		margin: 0 0 0px 0;	
		}

    }
			a.xtl_change{
			display: block;
			width: 35px;
			height: 150px;
			margin: 0 auto;
			background: url(images/xtl_change0.svg) no-repeat center center;
			}
				a.xtl_change:hover{
				opacity: 0.8;
				}		
		@media all and (min-width: 900px){
			.xtl_table_wrap{
			border-radius: 20px;
			background: #fff;
			box-shadow: 0 0 7px #e1e9f2;	
			padding: 30px;
			}
				.xtl_left_col{
				float: left;
				width: 47%;
				position: relative;
				background: none;
				box-shadow: none;
				padding: 0;
				margin: 0;
				}				
				.xtl_center_col{
				float: left;
				width: 6%;
				margin: 0;
				padding: 50px 0 0 0;
				}		
				.xtl_right_col{
				float: right;
				width: 47%;	
				position: relative;
				background: none;
				box-shadow: none;
				padding: 0;
				margin: 0;
				}	
				
					
		}	
		
		
		  @media all and (max-width: 699px) {
		.xtl_left_col, .xtl_right_col {
		border-radius: 20px;
		background: #fff;
		padding: 30px;
		box-shadow: none;	
		min-height: 1px;
		margin: 0 0 -20px 0;
}

    }

 		.xtl_table_title{
		font: 30px 'IBM Plex Sans', sans-serif;
		color: #000;
		padding: 0 0 25px 0;
		}	
		.xtl_ico_wrap{
		display: none;	
		}
		.xtl_select_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_select_wrap select{
			width: 100%;
			height: 50px;
			}		
		.xtl_input_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_input_wrap input{
			font: 20px/50px 'IBM Plex Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 60px;
			width: 100%;
			}	
		.xtl_commis_wrap{
		position: relative;
		padding: 0 110px 0 0;
		margin: 0 0 20px 0;
		}
			.xtl_commis_text{
			position: absolute;
			float: none;
			top: 0;
			right: 0;
			width: 110px;
			text-align: right;
			height: 50px;
			font: 13px/50px 'IBM Plex Sans', sans-serif;
			}
			.xtl_commis_wrap input{
			font: 20px/50px 'IBM Plex Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}	
		.xtl_line{
		padding: 0 0 10px 0;
		font: 14px 'IBM Plex Sans', sans-serif;
		}
			.xtl_line span{
			font-weight: 500;
			}		
		a.xtl_submit,
a.xtp_submit{
  display:block;
  text-decoration:none;

  height:56px;
  width:220px;
  max-width:100%;
  margin:0 auto;

  border-radius:50px;
  border:1px solid rgba(255,255,255,.38);

  background:
    radial-gradient(120% 140% at 18% 18%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(90deg, #2aa9cf 0%, #63d6df 100%);

  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;

  color:rgba(255,255,255,.92);
  font:500 19px/56px 'IBM Plex Sans', sans-serif;
  letter-spacing:.2px;
  text-align:center;

  cursor:pointer;
  position:relative;
  overflow:hidden;

  box-shadow:
    0 10px 18px rgba(27,135,160,.20),
    inset 0 1px 0 rgba(255,255,255,.32),
    inset 0 -1px 0 rgba(0,0,0,.08);

  -webkit-tap-highlight-color:transparent;
  transition:
    transform .15s ease,
    filter .15s ease,
    box-shadow .15s ease;
}

/* верхний мягкий блик */
a.xtl_submit::before,
a.xtp_submit::before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  top:-55%;
  height:110%;
  background:
    radial-gradient(
      60% 70% at 50% 75%,
      rgba(255,255,255,.26),
      rgba(255,255,255,0) 70%
    );
  pointer-events:none;
  opacity:.9;
}

/* затемнение снизу для объёма */
a.xtl_submit::after,
a.xtp_submit::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:45%;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.10),
    rgba(0,0,0,0)
  );
  pointer-events:none;
  opacity:.55;
}

/* hover */
a.xtl_submit:hover,
a.xtp_submit:hover{
  filter:brightness(1.02) saturate(1.02);
  box-shadow:
    0 12px 20px rgba(27,135,160,.22),
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -1px 0 rgba(0,0,0,.08);
}

/* active (нажатие) */
a.xtl_submit:active,
a.xtp_submit:active{
  transform:translateY(1px);
  filter:brightness(.99);
  box-shadow:
    0 8px 14px rgba(27,135,160,.18),
    inset 0 2px 6px rgba(0,0,0,.10);
}

/* active состояние системы (как было у тебя) */
a.xtl_submit.active,
a.xtp_submit.active{
  background:#eff8f8;
  color:#000;
  cursor:default;
  box-shadow:none;
}	 
/* end type table 3 */

/* all */
.notice_message, .notverify_message{
margin: 0 auto 20px;	
padding: 20px 20px 20px 20px;
max-width: 1130px;
background: #fafafa;
border-radius: 20px;
}
	.notice_message_title{
	color: #212731;
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;	
	margin: 0 0 15px 0;
	}			
.warning_message{
padding: 0px 0px 0px;
margin: 0 auto 20px;
max-width: 1150px;
}
	.warning_message_title{
	font: 500 30px/30px 'IBM Plex Sans', sans-serif;	
	margin: 0 0 15px 0;
	}
	.warning_message_text p{
	padding: 0 0 15px 0;
	}
.ajax_post_bids_res{
margin: 0 0px;
}			
.span_skidka{
color: #000;
}
.span_give_max, .span_get_max{
color: #000;	
}
	.span_give_max span, .span_get_max span{
	display: block;	
	}
.js_amount{
cursor: pointer;	
}
.js_wrap_error{
position: relative;
}
	.js_error
	{
	display: none;
	position: absolute;
	z-index: 10;
	top: 102%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	height: auto;
	color: #000;
	background: #fbd6d9;
	border-radius: 20px;
	padding: 5px;
	font: 500 11px 'IBM Plex Sans', sans-serif;
	}
		.js_wrap_error.error .js_error{
		display: block;
		}
			.js_wrap_error.error input{
			border: 1px solid #f6c7c8;
			}			
.info_window{
display: none;
z-index: 1;
position: absolute;
float: none;
top: 104%;
left: 0px;
width: 100%;
box-sizing: border-box;
	-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
font: 13px/14px 'IBM Plex Sans', sans-serif;
padding: 15px 20px;
border-radius: 20px;
color: #000000;
background: #fff;
border: 1px solid #10ccdd;
}
	.js_window_wrap.showed .info_window{
	display: block;
	}				
		.info_window_abs{
		position: absolute;
		top: -4px;
		float: none;
		left: 36px;
		background: url(images/ug.png) no-repeat;
		width: 14px;
		height: 5px;
		}		
.js_purse_link{
z-index: 20;
position: absolute;
float: none;
top: 50%;
left: 15px;
margin: -8px 0 0 0;
width: 16px;
height: 16px;
cursor: pointer;
background: url(images/purse.png) no-repeat center center;
}
	.js_purse_link_ins{
	position: relative;
	width: 16px;
	height: 16px;
	}
		.js_purse_ul{
		position: absolute;
		float: none;
		top: 0;
		left: 0px;
		width: 250px;
		background: #fff;
		box-shadow: 0 0 10px #e1e9f2;
		border-radius: 4px;
		font: 13px 'IBM Plex Sans', sans-serif;
		color: #000;
		display: none; 
		}
			.js_purse_line{
			padding: 5px 10px;
			word-break: break-all; word-wrap: break-word;
			border-bottom: 1px solid #eff1f1;
			} 		
				input.js_purse_input{
				padding-left: 40px;
				}			
/* end all */

/* hexch */
.hexch_ajax_wrap{
position: relative;
width: 100%;
margin: 0 auto;
}
.htable_ajax_wrap{
position: relative;	
}
	.hexch_ajax_wrap_abs, .htable_ajax_wrap_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}
.hexch_widget{
max-width: 1150px;
margin: 0 auto;	
}	
.hexch_div{ 
padding: 0 0px 20px;
}
	.hexch_div_ins{
	background: #fff;
	box-shadow: 0 0 10px #e1e9f2;
	border-radius: 4px;
	padding: 20px 20px 10px;	
	}
		.hexch_bigtitle{
		color: #363636;
		font: 500 24px 'IBM Plex Sans', sans-serif;	
		margin: 0 0 20px 0px;	
		}
			.hexch_information{
			padding: 0 0 20px 0;	
			}
				.hexch_information_line, .user_discount_div{
				padding: 0 0 5px 0;	
				}
					.user_discount_div{
					color: #000;	
					}
					.hexh_line_label, .user_discount_label{
					font-weight: 500;	
					}
		@media all and (min-width: 700px){
			.hexch_left, .hexch_pers{
			float: left;
			width: 48%;
			}
				.hexch_pers{
				float: none;	
				}
			.hexch_right{
			float: right;
			width: 48%;
			}
		}
			.htable_ajax_wrap .hexch_left,
			.htable_ajax_wrap .rtl_body .hexch_left,
			.htable_ajax_wrap .hexch_right,
			.htable_ajax_wrap .rtl_body .hexch_right,
			.htable_ajax_wrap .hexch_pers,
			.htable_ajax_wrap .rtl_body .hexch_pers			
			{
			float: none;
			width: auto;
			}
		.hexch_title, .hexch_pers_title{
		position: relative;
		color: #000;
		font: 500 18px/30px 'IBM Plex Sans', sans-serif;	
		margin: 0 0 20px 0px;			
		}	
			.hexch_title{
			padding: 0 0 0 35px;	
			}	
				.hexch_title_logo{
				position: absolute;
				float: none;
				top: 0px;
				left: 0;
				width: 30px;
				height: 30px;
				}
	.hexch_info_line{ 
	font: 13px/14px 'IBM Plex Sans', sans-serif;
	padding: 0 0 10px 0px;
	}
		.hexch_info_line p{ padding: 0px 0 2px; }
		@media all and (min-width: 700px){
			.hexch_ajax_wrap .hexch_info_line{
			min-height: 50px;
			display: table-cell;
			vertical-align: middle; 
			}			
		}												 
		.hexch_curs_line .check_purse_line{
		padding: 20px 0 0px 0px;
		}	
		.hexch_sumandcom{
		color: #78848a;
		font: 14px/16px 'IBM Plex Sans', sans-serif;
		padding: 0 0 20px 0px;
		}			
		.hexch_curs_line, .hexch_pers_line{
		position: relative;	
		margin: 0 0 20px 0;
		}
			.hexch_curs_label, .hexch_pers_label{
			font: 14px 'IBM Plex Sans', sans-serif;
			color: #78848a;
			padding: 0 0 5px 0;
			}
			.hexch_pers_input{
			position: relative;
			}	
				.hexch_curs_input input, .hexch_pers_input input{
				font: 16px/50px 'IBM Plex Sans', sans-serif;
				height: 50px;
				width: 100%;
				}
				.hexch_curs_input select, .hexch_pers_input select{
				height: 50px;
				width: 100%;
				}		
	.hexch_submit_div{
	padding: 0px 0px 10px 0px;
	}
		input.hexch_submit{
		display: block;
		height: 50px;
		width: 220px;
		margin: 0;
		font: 18px/50px 'IBM Plex Sans', sans-serif;	
		text-align: center;
		}
			.show_out_0 input.hexch_submit{
			width: 100%;	
			}
	.hexch_checkdata_div, .hexch_div .exchange_checkpersdata{
	padding: 0 0px 10px 0px;
	}		 		 
/* end hexch */

/* exch */
.exch_ajax_wrap, .exchange_status_html{
position: relative;
min-height: 50px;					
}
	.exch_ajax_wrap_abs, .exchange_status_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}	
.xchange_div{
display:flex;
flex-direction:column;
background: #fff;
box-shadow: 0px 0px 20px rgba(0,0,0,0.04);
border-radius: 20px;
padding: 20px 20px 10px;
margin: 0 0 20px 0;
}
	.xchange_data_title, .xchange_pers_title{
	color: #363636;
	font: 500 30px/30px 'IBM Plex Sans', sans-serif;
	margin: 0px 0px 20px;	
	}
	.xchange_data_div{
	padding: 0px 0px 10px;
	border-bottom: 1px solid #eff1f1;
	margin: 0 0 20px 0;
	}
	.xchange_pers_div{
	padding: 0px 0px 10px 0px;
	}	
		@media all and (min-width: 700px){
			.xchange_data_left, .xchange_pers_div{
			width: 340px;
			float: left;
			}		
			.xchange_data_right{
			float: right;
			width: 240px;
			}	
			.xchange_data_right .xchange_info_line{
			text-align: right;
			}	
		}
		.xchange_info_line{
		font: 14px 'IBM Plex Sans', sans-serif;
		padding: 0 0 10px 0;
		color: #78848a;
		}						
			.xchange_select{
			margin: 0 0 20px 0;
			height: 50px;
			}
				.xchange_select select{
				width: 100%;
				height: 50px;
				}			
		.xchange_sum_line{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xchange_sum_label{
			font: 14px 'IBM Plex Sans', sans-serif;
			color: #78848a;
			padding: 0 0 5px 0;	
			}
			.xchange_sum_input{
			position: relative;
			}
				.xchange_sum_input input{
				width: 100%;
				height: 50px;
				font: 16px/50px 'IBM Plex Sans', sans-serif;
				}			
			@media all and (min-width: 700px){
				.xchange_sum_line{
				height: 50px;
				margin: 0 0 20px 0;
				padding: 0 0 0 120px;
				}
					.xchange_sum_label{
					position: absolute;
					float: none;
					top: 0;
					left: 0;
					width: 110px;
					height: 50px;
					color: #78848a;
					font: 13px/50px 'IBM Plex Sans', sans-serif;
					text-align: right;
					padding: 0;
					}			
			}
		.xchange_sumandcom{
		color: #78848a;
		font: 13px/16px 'IBM Plex Sans', sans-serif;
		margin: 0 0 20px 0;
		}				
		.xchange_curs_line .check_purse_line{
		padding: 20px 0 0px 0;
		}
		.xchange_curs_line, .xchange_pers_line{
		margin: 0 0 20px 0;
		}
			.xchange_curs_label, .xchange_pers_label{
			font: 14px 'IBM Plex Sans', sans-serif;
			color: #78848a;
			padding: 0 0 5px 0;
			}
			.xchange_curs_input, .xchange_pers_input{
			position: relative;
			}	
				.xchange_curs_input input, .xchange_pers_input input{
				font: 16px/50px 'IBM Plex Sans', sans-serif;
				height: 60px;
				width: 100%;
				}
				.xchange_curs_input select, .xchange_pers_input select{
				height: 50px;
				width: 100%;
				}				
	.xchange_submit_div{
	padding: 0px 0px 10px 0px;
	order:20;
	}
		input.xchange_submit{
		display: block;
		height: 50px;
		width: 220px;
		margin: 35px 300px 10px;
		font: 19px/50px 'IBM Plex Sans', sans-serif;	
		text-align: center;		
		}	
	
		
		@media all and (max-width: 699px) {

		input.xchange_submit{
		display: block;
		height: 50px;
		width: 220px;
		margin: 35px 70px 10px;
		font: 19px/50px 'IBM Plex Sans', sans-serif;	
		text-align: center;		
		}
			
			}
			
	.xchange_checkdata_div, .xchange_div .exchange_checkpersdata{
	padding: 0 190px 10px 0px;
	order:10;
	}	   
/* end exch */					

/* step 1 */
.block_xchangedata{
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;
padding: 20px 20px 5px;
margin: 0 0 20px 0;
} 
	.block_submitbutton{
	padding: 0px 0 20px;
	}
	.block_checked_rule{
	padding: 0px 0px 20px 0px;
	}		
	.block_xchdata, .block_persdata{
	padding: 0;
	}
		.block_xchdata{
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eff1f1;	
		}
		.block_xchdata_title, .block_persdata_title{
		color: #000;
		font: 500 30px/30px 'IBM Plex Sans', sans-serif;
		margin: 0 0px 20px;	
		}
		.block_xchdata_comm{
		padding: 0px 0px 20px;
		color: #78848a;
		}				
		.block_persdata_info, .block_xchdata_info{
		padding: 0px 0px 15px;
		font: 14px 'IBM Plex Sans', sans-serif;
		}
			.block_xchdata_info_left{
			float: left;
			width: 340px;
			}
				.block_persdata_line, .block_xchdata_line{
				padding: 0 0 5px 0;	
				}
					.block_persdata_line span, .block_xchdata_line span{
					font-weight: 500;
					color: #000;
					display: block;
					padding: 0 0 3px 0;
					}
			.block_xchdata_info_right{
			float: right;
			}
			@media all and (max-width: 500px){
				.block_xchdata_info_right{
				display: none;	
				}	
			}
				.block_xchdata_ico{
				float: left;
				width: 40px;
				height: 40px;
				margin: 0 10px 0 0;
				}
				.block_xchdata_text{
				float: left;
				height: 40px;
				font: 500 18px/40px 'IBM Plex Sans', sans-serif;
				} 
/* end step 1 */

/* bid status */
.block_statusbids{
background: #fff;
#box-shadow: 0px 0px 20px rgba(0,0,0,0.04);
border-radius: 4px;
padding: 20px 20px 1px;
margin: 0 0 20px 0;
position: relative;
}
	.block_statusbid_title{
	color: #000;
	font: 500 25px/42px 'IBM Plex Sans', sans-serif;
	margin: 0 0px 20px;	
	}
	.block_instruction{
	margin: -20px 0 10px 0;
	}	
		.block_instruction p{
		padding: 0 0 10px 0;
		}	
		.block_instruction .comment_user{
		font-weight: 500;
		}
	.block_payinfo{
	padding: 0px 0px 20px;
	}
		.block_payinfo_line{
		padding-top: 10px;
		
		}
			.block_payinfo_line span{
			font-weight: 500;
			}			
	.block_status{
	background: #00000;
	font: 16px 'IBM Plex Sans', sans-serif;
	padding: 20px 20px;
	margin: -28px -20px 20px;
	}
		.block_status_time{
		padding: 0 0 10px 0;
		}
			.block_status_time span{
			font-weight: 500;
			}
		span.block_status_text_info{
		font-weight: 500;
		}
	.block_change_browse{
	text-align: center;
	padding: 0px 0 20px;
	color: #ff0000;
	}			
		.not_vaccaunt_now{
		font-weight: 500;
		}			
	.block_check_payment{
	height: 3px;
	position: absolute;
	float: none;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	}
		.block_check_payment_ins{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 0px;
		height: 100%;
		background: #00c063;
		}
		.block_check_payment_abs{
		display: none;
		}
	.block_warning_merch{
	padding: 20px 20px;
	margin: 0 -20px 20px;
	background: #eff8f8;
	font: 14px 'IBM Plex Sans', sans-serif;
	}
	.block_paybutton_merch{
	padding: -30px 0 20px;
	}							
	.block_smsbutton{
	padding: 20px 0px 20px;	
	border-top: 1px solid #f0f5f3;
	}
		.block_smsbutton_label{
		padding: 0 0 8px 0;
		font-weight: 600;
		}
			.block_smsbutton_action input[type=text]{
			float: left;
			width: 120px;
			text-align: center;
			}
			.block_smsbutton_action input[type=submit]{
			float: left;
			margin: 0 0 0 20px;
			}			
	.block_paybutton{
	padding: 0px 0px 20px;
	}
		a.cancel_paybutton{
		float: left;
		display: block;
		text-decoration: none;
		background: #696969;
		border-radius: 50px;
		height: 50px;
		width: 220px;
		margin: 15px 296px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 18px/50px 'IBM Plex Sans', sans-serif;	
		cursor: pointer;
		text-align: center;	
		}	
			a.cancel_paybutton:hover{
			color: #fff;	
			background: #707070;
			}
		.resultfalse.paybutton_error{
		width: 300px;
		float: center;
		}
		a.success_paybutton{
		float: left;
		display: block;
		text-decoration: none;
		background: #2eb0d2;
		border-radius: 50px;
		height: 50px;
		width: 220px;
		margin: 15px 296px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 18px/50px 'IBM Plex Sans', sans-serif;	
		cursor: pointer;
		text-align: center;	
-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;
		}		
				a.success_paybutton:hover{
				background: #2597b5;
				color: #fff;
				}
			@media all and (max-width: 700px){
				a.cancel_paybutton,
				.resultfalse.paybutton_error,
				a.success_paybutton
				{
				float: none;
				width: auto;
				margin: 0 0 20px 0;
				}	
			}	
		a.merch_paybutton{
		display: block;
		text-decoration: none;
		background: #0a2d3c;
		border-radius: 6px;
		height: 40px;
		width: 240px;
		margin: 0 auto; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 16px/40px 'IBM Plex Sans', sans-serif;	
		cursor: pointer;
		text-align: center;
		}		
			a.merch_paybutton:hover{
			background: #2597b5;
			}  	 
/* end bid status */		

/* select */
.select_js{
position: relative;
cursor: pointer;
}
	.select_js select{
	display: none;	
	}
	.select_js_title{
	background: #eff8f8;
	border-radius: 20px;
	height: 60px;
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #000;
	overflow: hidden;
	position: relative;
	}	
		.select_js.open .select_js_title{
		background: #eff8f8;
		}	
		.select_js_title .select_js_abs{
		background: url(images/jsel.svg) no-repeat center center;
		position: absolute;
		float: none;
		top: 0;
		right: 20px;
		height: 100%;
		width: 12px;
		}		
		.select_js_title_ins{
		padding: 3px 20px 0 67px;
		font: 500 20px/50px 'IBM Plex Sans', sans-serif;
		}
			.iselect_js .select_js_title_ins{
			padding: 4px 20px 0 68px;
			}
			.iselect_js .select_ico{
			position: absolute;
			float: none;
			top: 6px;
			left: 9px;
			width: 54px;
			height: 45px;
			}
		.select_js_search{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 0;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;				
		}		
			.select_js_search input{
			width: 100%;
			height: 60px;
			}
		.select_js_ul{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 120%;
		background: #fff;
		border: 1px solid #caeaed;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;	
		border-radius: 20px;
		max-height: 300px;
		overflow-y: auto;		
		}
		.select_js_ulli{
		position: relative;	
		overflow: hidden;
		padding: 8px 20px;
		color: #000;
		font: 13px 'IBM Plex Sans', sans-serif;
		border-top: 1px solid #caeaed;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;		
		}		
			.iselect_js .select_js_ulli{
			padding: 0 10px 0 60px;
			height: 50px;
			font: 16px/50px 'IBM Plex Sans', sans-serif;
			}
			.select_js_ulli:hover, .select_js_ulli.active{
			background: #eff8f8;
			}				
/* end select */		
	
/* sidebar */
.sidebar{
margin: 0 0px;
}
	@media all and (min-width: 960px){
		.sidebar{
		float: right;
		width: 29%;
		}		
	}
	@media all and (min-width: 1150px){
		.sidebar{
		width: 24%;
		}		
	}	
/* end sidebar */	
	
.widget{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;	
padding: 20px 20px;
}
	.widget_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}
		.widget img{
		max-width: 100%;	
		}
		.textwidget{
		padding: 0px;
		}
		ul#recentcomments{
		display: block;	
		}
			ul#recentcomments li{
			display: block;
			padding: 0 0 5px 12px;
			font: 14px 'IBM Plex Sans', sans-serif;
			background: url(images/liarr.png) no-repeat 0 5px;
			}	
				
/* news widget */
.widget.widget_news_div{
margin: 0 0 20px 20px;
background: none;
box-shadow: none;
padding: 0;
}
	.widget_news_div .widget_title{
	font: 500 24px/30px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}	
	.widget_news_line{
	margin: 0 0 20px 0;
	}
		.widget_news_date{
		color: #78848a;
		font: 14px 'IBM Plex Sans', sans-serif;
		margin: 0 0 5px 0;		
		}	
		.widget_news_image{
		margin: 0 0 7px 0;	
		}
			.widget_news_image img{
			border-radius: 10px;
			width: 100%;
			}
		.widget_news_title{
		font: 15px 'IBM Plex Sans', sans-serif;
		margin: 0 0 7px 0;
		}
			.widget_news_title a{
			color: #2499b7;
			text-decoration: none;
			}	
				.widget_news_title a:hover{
				text-decoration: underline;
				}		
		.widget_news_content{
		font: 15px 'IBM Plex Sans', sans-serif;
		}
			.widget_news_content a{
			color: #000000;
			text-decoration: none;
			}
				.widget_news_content a:hover{
				text-decoration: underline;
				}			
		.widget_news_more_wrap, .widget_reviews_more_wrap{
		text-align: center;
		padding: 0px 0 20px;
		}	
			a.widget_news_more, a.widget_reviews_more{
			padding: 10px 20px;
			border-radius: 50px;
			background: #2eb0d2;
			text-decoration: none;
			color: #fff;
			font: 14px 'IBM Plex Sans', sans-serif;
			position: relative;
-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;
			}			
				a.widget_news_more:hover, a.widget_reviews_more:hover{
				background: #2597b5;
				color: #fff;
				}		
/* end news widget */				
	
/* stats widget */
.widget_stats_div{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;	
padding: 20px 20px 15px;
}
	.widget_stats_div .widget_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}
	.widget_stats_line{
	padding: 0px 0px 5px;
	font: 14px 'IBM Plex Sans', sans-serif;
	}
		.widget_stats_line span{
		font-weight: 600;	
		}		
/* end stats widget */	
	
/* reviews widget */
.widget.widget_reviews_div{
margin: 0 0 20px 0;
background: none;
box-shadow: none;
padding: 0;
}
	.widget_reviews_div .widget_title{
	font: 500 30px/30px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}
	.widget_reviews_line{
	margin: 0 0 20px 0;
	background: #eff8f8;
	border-radius: 4px;	
	padding: 20px 20px;
	}	
		.widget_reviews_author{
		float: left;
		font: 15px 'IBM Plex Sans', sans-serif;
		margin: 0 3px 10px 0;		
		}
		.widget_reviews_date{
		float: right;
		font: 14px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		margin: 1px 0 10px 0;		
		}
		.widget_reviews_content{
		font: 15px 'IBM Plex Sans', sans-serif;
		word-wrap: break-word; 
		word-break: break-all;
		}	
/* end reviews widget */	
	
/* register widget */
.user_widget, .register_widget, .login_widget, .checkstatus_widget{
margin: 0 0 20px 0;
background: #fff;
#box-shadow: 0px 0px 20px rgba(0,0,0,0.04);
border-radius: 4px;		
padding: 20px 20px;
}
	.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}	
		.widget_reg_label, .widget_log_label, .widget_checkstatus_label {
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		}	
		.widget_reg_line, .widget_log_line, .widget_checkstatus_line {
		padding: 0 0 10px;
		}	
		.widget_reg_line_subm input, .widget_log_line_subm input, .widget_checkstatus_line_subm input {
		display: block;
		margin: 0 auto;
		}
		input.widget_reg_input, input.widget_log_input, input.widget_checkstatus_input {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		}
/* end register widget */

/* login widget */	
.widget_log_line_text{
padding: 0 0 15px 0;
}
	.login_widget_subm_left{
	float: left;
	width: 49%;
	font: 12px 'IBM Plex Sans', sans-serif;
	}
	.login_widget_subm_right{
	float: right;
	text-align: right;
	width: 49%;		
	font: 12px 'IBM Plex Sans', sans-serif;
	}
/* end login widget */

/* user widget */
.uswidin{
margin: 0 0 15px 0;
font: 500 15px 'IBM Plex Sans', sans-serif;
color: #000;
}
	.uswidinleft{
	float: left;
	width: 50%;
	}
	.uswidinright{
	float: right;
	width: 50%;	
	text-align: right;
	}
.user_widget_body ul{
margin: 0 0 15px 0;
}
	.user_widget_body ul li{
	display: block;
	padding: 0 0 5px 0;
	}
		.user_widget_body ul li a{
		font: 14px 'IBM Plex Sans', sans-serif;
		text-decoration: none;
		}
			.user_widget_body ul li a:hover{
			text-decoration: underline;
			}
			.user_widget_body ul li.current a{
			color: #000;
			text-decoration: none;
			cursor: default;
			}			
		a.exit_link{
		display: block;
		background: #2eb0d2;
		border-radius: 50px;
		height: 50px;
		padding: 0 25px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 18px/50px 'IBM Plex Sans', sans-serif;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;

		}		
			a.exit_link:hover{
			background: #2597b5;
			color: #fff;
			text-decoration: none;
			}	
/* end user widget */	
	
/* reserv widget */
.widget_reserv_div{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;		
padding: 20px 20px;	
}
	.widget_reserv_div_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;	
	}
		.widget_reserv_line{
		padding: 3px 0px 3px 0px;
		margin: 0 -10px 0 0;
		}
			.widget_reserv_ico{
			float: left;
			width: 40px;
			height: 40px;
			}
			.widget_reserv_block{
			float: left;
			width: 170px;
			font: 500 16px 'IBM Plex Sans', sans-serif;
			padding: 0px 0 0 10px;
			}
				.widget_reserv_title{
				font: 14px 'IBM Plex Sans', sans-serif;
				color: #78848a;
				margin: 0 0 1px 0;
				}	
				.widget_reserv_sum{
				color: #000;
				}
		.widget_reserv_filters{
		padding: 0px 0 5px 0px;
		}
			.widget_reserv_filter{
			float: left;
			padding: 5px 8px 5px;
			background: #eff8f8;
			border-radius: 4px;
			color: #78848a;
			font: 13px/13px 'IBM Plex Sans', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;					
			}			
				.widget_reserv_filter.current{
				background: #2eb0d2;
				color: #fff;	
				}					
/* end reserv widget */	
	
/* cbr widget */
.widget_cbr_div{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;	
padding: 20px 20px 10px;	
}
	.widget_cbr_div_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}
		.cbr_update{
		padding: 10px 0px 0;
		color: #78848a;
		font: 13px 'IBM Plex Sans', sans-serif;
		}
		.widget_cbr_line{
		border-bottom: 1px solid #eff1f1;
		padding: 10px 0px 10px 0px;
		margin: 0 0px;
		}	
			.widget_cbr_left{
			float: left;
			width: 100px;
			}
				.widget_cbr_title{
				font: 13px 'IBM Plex Sans', sans-serif;
				color: #000;
				padding: 2px 0 2px 0;
				}
				.widget_cbr_birg{
				font: 13px 'IBM Plex Sans', sans-serif;
				color: #78848a;
				}
			.widget_cbr_curs{
			float: left;
			width: 100px;
			padding: 0 0 0 20px;
			}	
				.widget_cbr_onecurs{
				padding: 2px 0;
				font: 13px 'IBM Plex Sans', sans-serif;
				} 
/* end cbr widget */		
	
/* lchange */
.widget_lchange_div{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;		
padding: 20px 20px 1px;
position: relative;
}
	.widget_lchange_div .widget_title{
	font: 500 24px/24px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
	}
	.widget_lchange_html{
	padding: 0;
	}
		.widget_lchange_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;			
		}
			.widget_lchange_abs.active{
			display: block;	
			}	
		.widget_lchange_noitem{
		margin: 0 0 20px 0;	
		}
		.widget_lchange_line{
		margin: 0 0 20px 0;	
		}
		.widget_lchange_date{
		font: 14px 'IBM Plex Sans', sans-serif;
		color: #78848a;
		padding: 0px 0 10px 0;
		}
			.widget_lchange_why{
			float: left;
			width: 84px;
			}
			.widget_lchange_ico{
			width: 40px;
			height: 40px;
			}
				.widget_lchange_txt{
				font: 15px 'IBM Plex Sans', sans-serif;
				padding: 5px 0 0 5px;
				color: #000;
				}
			.widget_lchange_arr{
			float: left;
			width: 40px;
			height: 40px;
			background: url(images/harr.png) no-repeat 0 center;
			} 
/* end lchange */	
	
/* userverify widget */
.usve_widget {
border-bottom: 1px solid #eff1f1;
color: #ff6066;
padding: 20px 0px 16px 35px;
font: 13px 'IBM Plex Sans', sans-serif;
margin: -20px 0px 10px 0px;	
background: url(images/verify0.png) no-repeat 0px 16px;
}
	.usve_widget.verifyst_1{
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0px 16px;
	}
	.usve_widget_link{
	padding: 5px 0 0 0;	
	}
.userverify_widget{
margin: 0 0 20px 0;
background: #fff;
box-shadow: 0 0 10px #e1e9f2;
border-radius: 4px;		
padding: 20px 20px;
}
	.userverify_widget_title{
	font: 600 24px/24px 'IBM Plex Sans', sans-serif;
	color: #2e3033;
	margin: 0px 0px 20px 0px;
	}	
	.account_verify{
	background: url(images/verify0.png) no-repeat 0 center;
	padding: 5px 0 5px 35px;
	font: 13px 'IBM Plex Sans', sans-serif;
	color: #ff6066;
	}
		.account_verify.true{
		color: #00c360;
		background: url(images/verify1.png) no-repeat 0 center;
		}			
		.needverifylink{
		padding: 5px 0 0px 35px;
		font: 13px 'IBM Plex Sans', sans-serif;
		}
/* end userverify widget */	
	
/* comment navi */
.comment-navigation{
margin: 0 0 20px 0;	
}
	.nav-previous a{
	float: left;
	padding: 8px 13px; 
	border-radius: 4px;
	}
	.nav-next a{
	float: right;
	padding: 8px 13px; 
	border-radius: 4px;
	}	
/* end comment navi */

/* pagenavi */
.pagenavi{ 
padding: 0px 0 0 0; 
margin: 0 0 20px 0;
text-align:center; 
font: 13px 'IBM Plex Sans', sans-serif;
}
.pagenavi span, .pagenavi a{
margin: 0 3px;
position: relative; 
padding: 8px 13px; 
border-radius: 4px;
}
.pagenavi span{
color: #fff;
background: #35d1d3;
}
.pagenavi a, .nav-previous a, .nav-next a{
text-decoration:none;
color: #000;
background: #eff8f8;
}
.pagenavi a:hover, 
.nav-previous a:hover, 
.nav-next a:hover{
color: #40b7d6;
background: #eff8f8;
text-decoration: none;
}
/* end pagenavi */	
	
/* footer */
.footer_wrap{
background: #0a2d3c;
width: 100%;
font: 13px 'IBM Plex Sans', sans-serif;
color: #78848a;
}
	.footer{
	max-width: 1150px;
	margin: 0 auto;
	padding: 40px 10px;
	}		
		.footer_menu_title{
		color: #78848a;
		margin: 0 0px 15px 0;			
		font: 14px 'IBM Plex Sans', sans-serif;	
		}
		.footer_menu li {
		display: block;
		margin: 0 0px 15px 0;			
		font: 14px 'IBM Plex Sans', sans-serif;
		}	
			.footer_menu li a{
			text-decoration: none;
			color: #fff;
			}				
				.footer_menu li a:hover{
				text-decoration: underline;
				}
				
		@media all and (max-width: 699px) {
			.footer_logo{
			text-align: left;	
			margin: 0 0px 15px 15px;	
			}			
			.copyright{
			text-align: left;
			margin: 0 0px 15px 15px;
			}
			.footer_menu {
			padding: 0 0px 0px 15px;	
			text-align: left;
			}		
			.footer_soc{
			
			text-align: left;	
			padding: 0 0 10px 15px;
			}	
				.footer_soc img{
								
				margin: 0 2px;
				-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;		
				}
					.footer_soc img:hover{
					opacity: 0.7;
					}
			.footer_menu_title{
			text-align: left;	
			padding: 0 0px 0px 15px;
			}				
		}	
		@media all and (min-width: 700px) and (max-width: 959px) {
			.footer_left{
			float: left;
			padding: 0px 0px 20px 0;
			width: 48%;
			}
				.footer_logo{
				margin: 0px 0px 15px 0;	
				}
				.copyright{
				margin: 0 0px 25px 0;		
				}			
			.footer_center{
			float: right;
			width: 48%;
			padding: 0 0 20px 0;
			}
				.footer_center .footer_menu_title, .footer_righter .footer_menu_title{
				text-align: right;	
				}
				.footer_center .footer_menu li, .footer_righter .footer_menu li{
				text-align: right;	
				}				
				.footer_soc{	
				padding: 0 0 0px 0;
				}				
					.footer_soc img{
					margin: 0 5px 0 0;
					-webkit-transition: all 0.3s linear;
						-moz-transition: all 0.3s linear;
							-o-transition: all 0.3s linear;
								transition: all 0.3s linear;		
					}
						.footer_soc img:hover{
						opacity: 0.7;
						}						
			.footer_line{
			clear : both;	
			}
				.footer_right{
				float: left;
				width: 45%;
				}
				.footer_righter{
				float: right;
				width: 45%;
				}			
		}
		@media all and (min-width: 960px) {
			.footer_left{
			float: left;
			padding: 10px 0px 0px 0;
			width: 46%;
			}		
				.footer_logo{
				margin: -15px 0px 15px 0;	
				}
				.copyright{
				margin: -30px 0px 25px 0;		
				}			
			.footer_center{
			float: left;
			width: 18%;
			padding: 15px 0 0px 0;
			}
				.footer_soc{
				text-align: left;	
				padding: 0 0 0px 0;
				}				
					.footer_soc img{
					margin: 15px 10px 0 0px;
					-webkit-transition: all 0.3s linear;
						-moz-transition: all 0.3s linear;
							-o-transition: all 0.3s linear;
								transition: all 0.3s linear;		
					}
						.footer_soc img:hover{
						opacity: 0.7;
						}						
			.footer_right{
			float: right;
			width: 18%;
			padding: 15px 0 0 0;
			}
			.footer_righter{
			float: right;
			width: 18%;
			padding: 15px 0 0 0;
			}			
		}		
/* end footer */	

/* changes course */
.last_events_wrap{
position: fixed;
bottom: 10px;
left: 50px;
z-index: 100;
width: 300px;
}
	@media all and (max-width: 500px){
		.last_events_wrap{
		display: none;	
		}
	}	
	.last_events_wrap.toright{
	left: auto;	
	right: 50px;
	}	
	.last_events_option{
	background: #fff;
	border-radius: 4px;
	border: 1px solid #2eb0d2;
	color: #000;
	font: 13px 'IBM Plex Sans', sans-serif;
	padding: 10px 15px;
	}
	.levents{
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #2eb0d2;
	color: #000;
	font: 13px 'IBM Plex Sans', sans-serif;
	padding: 10px 15px;
	text-align: center;
	}
		.levents_title{
		font: 500 14px 'IBM Plex Sans', sans-serif;
		padding: 0 0 5px 0;
		color: #000;
		}
		.levents_arr{
		height: 15px;
		background: url(images/courselogs.png) no-repeat center center;
		}	
		.levents_close{
		position: absolute;
		float: none;
		top: 13px;
		right: 10px;
		width: 16px;
		height: 16px;
		background: url(images/close.png) no-repeat;
		cursor: pointer;
		}
/* end changes course */	
	
/* operator */
.statuswork_div{
position: fixed;
z-index: 99999;
width: 50px;
height: 230px;
top: 290px;
}
	@media all and (max-width: 500px){
		.statuswork_div{
		display: none;	
		}
	}
	.statuswork_div.toleft{
	left: 0px;
	}
	.statuswork_div.toright{
	right: 0px;
	}
	.statuswork_div_ins{
	position: relative;
	width: 50px;
	height: 230px;
	}
 		.statuswork{
		position: absolute;
		float: none;
		top: 91px;
		left: -90px;
		width: 215px;
		height: 41px;
		background: #35d1d3;
		color: #fff;
		padding: 9px 0 0 15px;
		-webkit-transform: rotate(-90deg); 
			-moz-transform: rotate(-90deg); 
				-ms-transform: rotate(-90deg); 
					-o-transform: rotate(-90deg); 
						transform: rotate(-90deg);		
		font: 13px 'IBM Plex Sans', sans-serif;
		border-radius: 4px 4px 0 0;
		}	
			.statuswork_div.toleft .statuswork{
			border-radius: 0 0 4px 4px;	
			}			
			.statuswork_ins {
			background: url(images/oper.png) no-repeat left center;
			padding: 0 0 0 40px;
			}			
			.status_op0 .statuswork {
			background: #00415d;
			}
				.status_op0 .statuswork_ins {
				background: url(images/oper.png) no-repeat left center;
				}
				.status_op0 .statuswork_ins .statuswork_date{
				color: #a2b3ba;	
				}
			.statuswork_title{
			font: 18px/18px 'IBM Plex Sans', sans-serif;
			padding: 0 0 2px 0;
			} 
/* end operator */	
	
/* top button */
#topped {
display: none;
width: 40px;
height: 40px;
border-radius: 4px;
background: url(images/topped.svg) no-repeat center center;
opacity: 0.7;
position: fixed;
bottom: 20px;
left: 20px;
cursor: pointer;
z-index: 99999;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
}
	#topped:hover {
	opacity: 1;
	}
/* end top button */	
	
/* tooltips */
.form_field_line.has_tooltip .form_field_ins{
position: relative;	
}
	.has_tooltip .form_field_label_ins{
	position: relative;	
	padding: 0 20px 0 0px;
	}	
	.has_tooltip .field_tooltip_label{
	position: absolute;
	float: none;
	display: block;
	width: 16px;
	height: 16px;
	top: 0px;
	right: 0;
	cursor: help;
	background: url(images/que.png) no-repeat right center;
	background-size: 16px 16px;
	}		
.field_tooltip_div{
display: none;
z-index: 100;	
position: absolute;	
float: none;
top: 45px;
left: 0;
width: 300px;
max-width: 100%;
}
	.has_tooltip.showed .field_tooltip_div{
	display: block;	
	} 
	.field_tooltip_abs {
	position: absolute;
	top: -4px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 14px;
	height: 5px;		
	}
	.field_tooltip{
	font: 13px/14px 'IBM Plex Sans', sans-serif;
	padding: 15px 20px;
	border-radius: 4px;
	color: #000000;
	background: #fff;
	border: 1px solid #10ccdd;
	}
/* end tooltips */	

/* Beautified cookie notification */
.wn_wrap {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999998;
  width: auto;
  max-width: 90%;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  animation: wn_fade .25s ease-out;
  padding: 0;
  overflow: hidden;
}

/* inner */
.wn_div {
  padding: 16px 20px;
  font: 14px/1.5 'IBM Plex Sans', sans-serif;
  color: #000;
}

/* text block spacing */
.wn_div_text {
  padding-bottom: 10px;
  margin-bottom: 8px;
}

/* button inside cookie block if you have it */
.wn_btn,
.wn_wrap button {
  display: inline-block;
  background: #2eb0d2;
  color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  font: 14px 'IBM Plex Sans', sans-serif;
  cursor: pointer;
  border: none;
  transition: .2s;
}

.wn_btn:hover,
.wn_wrap button:hover {
  background: #2490b0;
}

/* fade-in animation */
@keyframes wn_fade {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* window */
.standart_shadow{
position: fixed;
float: none;
top: 0;
left: 0;
z-index: 999998;
width: 100%;
height: 100%;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7; 
-khtml-opacity: 0.7;
opacity: 0.7;
}
.standart_window{  
position: fixed;
float: none;
width: 100%;
top: 100px;
left: 0px;
z-index: 999999;
}
	.standart_windowins{
	position: relative;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 10px;
	}	
		.standart_window_ins{
		padding: 0px 20px 10px;
		background: #fff;	
		border-radius: 20px;		
		}
    .standart_window_close{
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.svg) no-repeat center center;
	background-size: 15px 15px;
	top: 15px;
	right: 20px;
	}	
	.standart_window_title{
	font: 500 20px/20px 'IBM Plex Sans', sans-serif;
	color: #000;
	margin: 0 -20px 15px;
	padding: 25px 40px 30px 20px;
	background: #eff8f8; 
	border: none;
	border-radius: 20px 20px 0 0;		
	}
	.standart_window_submit{
	padding: 30px 0px 10px;	
	text-align: center;
	}			
	.rb_label{
	color: #78848a;
	font: 14px 'IBM Plex Sans', sans-serif;	
	padding: 0px 0px 3px 0px;
	}
	.rb_line{
	padding: 0px 0 10px;
	}
/* end window */	

/* result message */
.resulttrue{
padding: 14px 20px;
border-radius: 4px;
color: #000;
border: 1px solid #10ccdd;
background: #fff;
margin: 0 0 20px 0;
font: 15px 'IBM Plex Sans', sans-serif;
}
.resultfalse, .home_resultfalse, .xtp_error, .xtl_error, .hexch_error, .exch_error{
padding: 14px 35px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #f46d78;
    background: #e27c83;
    margin: 0 0 20px 0;
    font: 15px 'IBM Plex Sans', sans-serif;
}
.home_resultfalse {
margin: 0 0 20px 0;
}
.exch_error{
max-width: 1110px;
margin: 0 auto 20px;	
}
/* end result message */	

/* classed */
.red, .req{ color: #ff0000; }
.bred {
font-weight: 500;
color: #ff0000;
}
.bgreen {
font-weight: 500;
color: #2ababc;
}
.pn_copy {
    padding: 0 25px 0 0px;
    background: url(images/copy_b.svg) no-repeat right center;
    background-size: 20px;
}
	.pn_copy.copied{ color: #2ababc; background: url(images/copy.svg) no-repeat right center; background-size: 20px; }	
.break_words{ word-break: break-all; word-wrap: break-word; }
.hidden_line{ display: none; }
.js_qr_code_wrap{ margin: 0 0 0px 0; }
.currency_logo{
background-size: contain;
background-position: center center;
background-repeat: no-repeat no-repeat;				
}	
.comment_user{
background: #eff8f8;
font: 14px 'IBM Plex Sans', sans-serif;
color: #000;	
border-radius: 20px;
padding: 15px;
margin: 20px 0 20px 0;
}
.comment_merchant{
background: #e27c83;
font: 14px 'IBM Plex Sans', sans-serif;
color: #ffff;	
border-radius: 20px;
padding: 15px;
margin: 20px 0 20px 0;
}
span.js_timer{
display: block;
width: 260px;
font: 30px 'IBM Plex Sans', sans-serif;
margin: 0px -15px 0px;
color: #000;	
text-align: center;
padding: 15px 0;
border-radius: 8px;
}	
.clear { clear:both; }
img.alignnone{display:block; margin:0 0 20px 20px; }
img.alignright{float:right; margin:0 0 1em 1em}
img.alignleft{float:left; margin:0 1em 1em 0}
img.aligncenter{display:block; margin:20px auto;}
a img.alignnone{display:block; margin:0 0 20px 20px;}
a img.alignright{float:right; margin:0 0 1em 1em}
a img.alignleft{float:left; margin:0 1em 1em 0}
a img.aligncenter{display:block; margin:20px auto;}	

.order_status_ok {
    
    text-align: center;
	font-size: 15pt;
}  
	
.orderstatus_merch {
    display: flex; /* Flex-контейнер для горизонтального выравнивания */
    align-items: center; /* Выровнять элементы по вертикали */
    justify-content: center; /* Если нужно центрировать содержимое по горизонтали */
    margin-left: auto;
    margin-right: auto;
    width: fit-content; /* Размер контейнера соответствует содержимому */
}

.orderstatus_merch img {
    width: 30px; /* Ширина изображения */
    height: 30px; /* Высота изображения */
    margin-right: 10px; /* Отступ между иконкой и текстом */
}

.orderstatus_merch p {
    font-size: 18px; /* Размер текста */
    font-weight: bold;
    margin: 0; /* Убираем стандартные отступы */
    padding-top: 10px; /* Опускаем текст чуть ниже */
}

.orderstatus {
	
	
	width: 30px;
	margin-left: -3px;
	padding-top:20px
		
}

.orderstatustext {
	
   	width: 100%;
	margin-top: -30px;
	margin-left: 40px;
	margin-right: 200px;
	font-size:18px;
	
}

.lasloaddress {
  	 font-size: 13px;
	width:300px;
	
	
   }

/* airdrop */


.airdrop-icon-container {
  display: flex;
  align-items: center;
  height: 0px;
  margin-bottom: 30px;
}

.airdrop-icon {
  width: 20px;
  height: 20px;
}

.airdrop-icon-text {
  margin-left: 5px; /* Опционально: добавляет небольшой отступ между иконкой и текстом */
}

/* Airdrop Banner */

.airdrop_banner {


margin: -10px 2px 18px;
					
}

.airdrop_banner img{
								
				
				-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
						-o-transition: all 0.3s linear;
							transition: all 0.3s linear;		
				}
					.airdrop_banner img:hover{
					opacity: 0.7;
					}
@media all and (max-width: 959px){
				.airdrop_banner{
				display:none;
				
				}
					
					}		



.manualp-border {
    padding: 20px; /* Добавьте отступы, если необходимо */
    display: flex; /* Этот стиль позволит рамке обернуть текст */
    align-items: center;
   
}

.manualp-border p {
    margin: 0; /* Убирает отступы вокруг текста */
	max-width: 300px;
	overflow-wrap: break-word;
}



.manualp-qrcode {
    margin-left: 200px; /* Добавляем отступ справа, чтобы разместить QR-код рядом с текстом */
}



.manualp-qrcode p {
    font-size: 13px;
   
}


.smallredwarning {
    background: #e27c83;
    font: 10px 'IBM Plex Sans', sans-serif;
    color: #000;
    border-radius: 20px;
    padding: 15px;
    margin: 20px 0 20px 0;
}

.verifyhead 
{
   font: 500 20px / 36px 'IBM Plex Sans', sans-serif;
   margin: 10px; 0 0 0;

}


    
    	a.xtl_change{
			display: block;
			width: 35px;
			height: 30px;
			margin: 0 auto;
			background: url(images/xtl_change0.svg) no-repeat center center;
			}
				a.xtl_change:hover{
				opacity: 0.8;
				}
}



.spoiler_verify{
background: #eff8f8;
font: 14px 'IBM Plex Sans', sans-serif;
color: #000;	
border-radius: 20px;
padding: 15px;
margin: 20px 0 20px 0;
width: 95%;
}

.verify_order h2 {

    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-left: auto; 

}

.links_verify_order{
display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-left: auto; 
}

.link_description_order {
            font-size: 12px;
            color: #6c757d;
            text-align: center;
            margin-top: 5px;
        }



.order_warning{
border-radius: 20px;
background: #FAFAFA;
margin: 0px 16px 15px 0px;
padding: 20px 20px;
}


 @media all and (max-width: 699px) {
 
.spoiler_verify {
background: #eff8f8;
font: 14px 'IBM Plex Sans', sans-serif;
color: #000;	
border-radius: 20px;
padding: 15px;
margin: 20px 0 20px 0;
width: 90%;
}

    }
    
     @media all and (max-width: 699px) {
.userwallets_form {
border-radius: 20px;
background: #FAFAFA;
margin: 2px 5px 15px 0px;
padding: 20px 20px;
}
    }


.holiday-banner {
  position: relative;
  padding: 14px 20px 14px 58px;
  border-radius: 14px;
  background:
    url(https://laslobit.net/wp-content/themes/laslobit_new/images/chtree.svg) no-repeat 20px center,
    linear-gradient(115deg, rgba(240,248,255,0.9), rgba(224,255,255,0.9), rgba(210,235,255,0.85));
  background-size: 580px 33px, cover;
  color: #1f2c3b;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.holiday-banner strong {
  font-weight: 600;
}

@media (max-width: 699px) {
  .holiday-banner {
    padding: 12px 14px 12px 48px;
    background:
      url(https://laslobit.net/wp-content/themes/laslobit_new/images/chtree.svg) no-repeat 12px center,
      linear-gradient(115deg, rgba(240,248,255,0.9), rgba(224,255,255,0.9), rgba(210,235,255,0.85));
    background-size: 24px 24px, cover;
    font-size: 14px;
    border-radius: 12px;
  }
}





/* скрыто везде */
a.cta_exchange{
    display:block !important;
    text-decoration:none;

    height:56px;
    width:360px;
    max-width:100%;
    margin: 35px -12px 10px;

    border-radius:50px;
    border:1px solid rgba(255,255,255,.38);

    background:
      radial-gradient(120% 140% at 18% 18%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 55%),
      linear-gradient(90deg, #2aa9cf 0%, #63d6df 100%);

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

    color:rgba(255,255,255,.92);
    font:500 19px/56px 'IBM Plex Sans', sans-serif;
    letter-spacing:.2px;
    text-align:center;

    cursor:pointer;
    position:relative;
    overflow:hidden;

    box-shadow:
      0 10px 18px rgba(27,135,160,.20),
      inset 0 1px 0 rgba(255,255,255,.32),
      inset 0 -1px 0 rgba(0,0,0,.08);

    -webkit-tap-highlight-color:transparent;
    transition:transform .15s ease, filter .15s ease, box-shadow .15s ease;
  }

  a.cta_exchange::before{
    content:"";
    position:absolute;
    left:-10%;
    right:-10%;
    top:-55%;
    height:110%;
    background:radial-gradient(60% 70% at 50% 75%, rgba(255,255,255,.26), rgba(255,255,255,0) 70%);
    pointer-events:none;
    opacity:.9;
  }

  a.cta_exchange::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(to top, rgba(0,0,0,.10), rgba(0,0,0,0));
    pointer-events:none;
    opacity:.55;
  }

  a.cta_exchange:hover{
    filter:brightness(1.02) saturate(1.02);
    box-shadow:
      0 12px 20px rgba(27,135,160,.22),
      inset 0 1px 0 rgba(255,255,255,.34),
      inset 0 -1px 0 rgba(0,0,0,.08);
  }

  a.cta_exchange:active{
    transform:translateY(1px);
    filter:brightness(.99);
    box-shadow:
      0 8px 14px rgba(27,135,160,.18),
      inset 0 2px 6px rgba(0,0,0,.10);
  }

  a.cta_exchange.active{
    background:#eff8f8;
    color:#000;
    cursor:default;
    box-shadow:none;
  }

@media (max-width:699px){
  /* показываем только на мобильных */
  a.cta_exchange{
    display:block !important;
    text-decoration:none;

    height:56px;
    width:360px;
    max-width:100%;
    margin: 30px 15px 10px;

    border-radius:50px;
    border:1px solid rgba(255,255,255,.38);

    background:
      radial-gradient(120% 140% at 18% 18%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 55%),
      linear-gradient(90deg, #2aa9cf 0%, #63d6df 100%);

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

    color:rgba(255,255,255,.92);
    font:500 19px/56px 'IBM Plex Sans', sans-serif;
    letter-spacing:.2px;
    text-align:center;

    cursor:pointer;
    position:relative;
    overflow:hidden;

    box-shadow:
      0 10px 18px rgba(27,135,160,.20),
      inset 0 1px 0 rgba(255,255,255,.32),
      inset 0 -1px 0 rgba(0,0,0,.08);

    -webkit-tap-highlight-color:transparent;
    transition:transform .15s ease, filter .15s ease, box-shadow .15s ease;
  }

  a.cta_exchange::before{
    content:"";
    position:absolute;
    left:-10%;
    right:-10%;
    top:-55%;
    height:110%;
    background:radial-gradient(60% 70% at 50% 75%, rgba(255,255,255,.26), rgba(255,255,255,0) 70%);
    pointer-events:none;
    opacity:.9;
  }

  a.cta_exchange::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(to top, rgba(0,0,0,.10), rgba(0,0,0,0));
    pointer-events:none;
    opacity:.55;
  }

  a.cta_exchange:hover{
    filter:brightness(1.02) saturate(1.02);
    box-shadow:
      0 12px 20px rgba(27,135,160,.22),
      inset 0 1px 0 rgba(255,255,255,.34),
      inset 0 -1px 0 rgba(0,0,0,.08);
  }

  a.cta_exchange:active{
    transform:translateY(1px);
    filter:brightness(.99);
    box-shadow:
      0 8px 14px rgba(27,135,160,.18),
      inset 0 2px 6px rgba(0,0,0,.10);
  }

  a.cta_exchange.active{
    background:#eff8f8;
    color:#000;
    cursor:default;
    box-shadow:none;
  }
}



/* базово: видно везде (десктоп по умолчанию) */
.stats-pill{
  display:flex;
  align-items:center;
  gap:14px;

  width:328px;
  max-width:100%;
  padding:14px 18px;

  /* десктопные отступы */
  margin:40px -13px 12px;

  border-radius:22px;
  background:linear-gradient(to bottom, rgba(255,255,255,.85), rgba(255,255,255,.70));
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);

  box-shadow:0 14px 30px rgba(46,176,210,.18), 0 1px 0 rgba(255,255,255,.6) inset;
  color:#1f2a33;
}

.stats-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;

  background:url("https://laslobit.net/wp-content/uploads/icon-5.png") no-repeat center;
  background-size:contain;
}

.stats-text{
  font-size:13.5px;
  line-height:1.35;
  color:#2a3b4c;
}

.stats-text strong{
  font-weight:700;
  color:#111;
}

/* мобильные: меняем только то, что отличается */
@media (max-width:699px){
  .stats-pill{
    margin:35px 15px 12px; /* твой мобильный margin */
  }
}

/* очень маленькие экраны */
@media (max-width:380px){
  .stats-pill{
    padding:14px 16px;
    border-radius:18px;
    margin:28px 12px 12px;
  }

  .stats-text{
    font-size:13px;
  }
}









.ls-status-page.compact{
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 12px 22px;
  font-family: "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #0C0F12;
}

.ls-status-page.compact .ls-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(46,176,210,.16);
  box-shadow:0 14px 34px rgba(46,176,210,.08);
}

/* HERO */
.ls-status-page.compact .ls-card-hero{
  padding: 16px 16px 12px;
  background: linear-gradient(180deg, rgba(245,252,255,1) 0%, rgba(255,255,255,1) 70%);
}

.ls-status-page.compact .ls-hero-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}

.ls-status-page.compact .ls-hero-left{
  display:flex;
  gap:12px;
  min-width:0;
}

.ls-status-page.compact .ls-hero-ico{
  width:44px;
  height:44px;
  border-radius:22px;
  background:#2FAE5B;
  position:relative;
  flex:0 0 44px;
  box-shadow:0 10px 22px rgba(46,176,210,.18);
}
.ls-status-page.compact .ls-hero-ico:before{
  display:none;
}
.ls-status-page.compact .ls-hero-ico:after{
  content:"";
  position:absolute;

  width:10px;
  height:6px;

  border-left:3px solid #fff;
  border-bottom:3px solid #fff;

  top:50%;
  left:50%;
  transform:translate(-50%, -50%) rotate(-45deg);

  border-radius:1px;
}

.ls-status-page.compact .ls-hero-ico-wait{
  width:44px;
  height:44px;
  border-radius:22px;
  background-color: rgb(234, 179, 8);
  position:relative;
  flex:0 0 44px;
}

.ls-status-page.compact .ls-hero-ico-wait::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:22px;
  height:22px;
  transform:translate(-50%,-50%);
  background:#ffffff;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h10v3c0 2.4-1.3 4.6-3.4 5.7L12 11.5l-1.6-.8C8.3 9.6 7 7.4 7 5V2zm3.2 7.8L12 10.7l1.8-.9c1.5-.8 2.2-2.1 2.2-3.8V4H8v2c0 1.7.7 3 2.2 3.8zM7 19c0-2.4 1.3-4.6 3.4-5.7L12 12.5l1.6.8c2.1 1.1 3.4 3.3 3.4 5.7v3H7v-3zm1 1h8v-1c0-1.7-.7-3-2.2-3.8L12 14.3l-1.8.9C8.7 16 8 17.3 8 19v1z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h10v3c0 2.4-1.3 4.6-3.4 5.7L12 11.5l-1.6-.8C8.3 9.6 7 7.4 7 5V2zm3.2 7.8L12 10.7l1.8-.9c1.5-.8 2.2-2.1 2.2-3.8V4H8v2c0 1.7.7 3 2.2 3.8zM7 19c0-2.4 1.3-4.6 3.4-5.7L12 12.5l1.6.8c2.1 1.1 3.4 3.3 3.4 5.7v3H7v-3zm1 1h8v-1c0-1.7-.7-3-2.2-3.8L12 14.3l-1.8.9C8.7 16 8 17.3 8 19v1z'/%3E%3C/svg%3E") no-repeat center / contain;
}


.ls-status-page.compact .ls-hero-title{
  font-size: 28px;
  line-height:1.05;
  font-weight:650;
}

.ls-status-page.compact .ls-hero-subrow{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:10px;
}

.ls-status-page.compact .ls-hero-sub{
  font-size:14px;
  color:#6F8594;
}

.ls-status-page.compact .ls-hero-dot{
  width:5px;
  height:5px;
  border-radius:3px;
  background: rgba(111,133,148,.35);
}


.ls-meta-row{
  margin-top:10px;
}

.ls-meta-item{
  display:flex;
  align-items:center;
  gap:4px;
  flex-wrap:wrap;
}

.ls-meta-label{
  font-size:14px;
  color:#6F8594;
}

.ls-meta-dot{
  width:5px;
  height:5px;
  border-radius:6px;
  background:rgba(111,133,148,.30);
}

.ls-meta-value{
  font-size:14px;
  color:#2EB0D2;
  font-weight: bold;
}



.ls-status-page.compact .ls-hero-sub-accent{
  color:#2EB0D2;
  font-weight:650;
}

.ls-status-page.compact .ls-hero-sub2{
  margin-top:8px;
  font-size:14px;
  color:#6F8594;
  line-height:1.45;
}

.ls-status-page.compact .ls-hero-right{
  display: flex;
    align-items: center;
    gap: 0px;
    white-space: nowrap;
    margin: 13px 10px 10px 194px;
}

.ls-status-page.compact .ls-id{
  font-size:20px;
  font-weight:650;
}

.ls-status-page.compact .ls-id-sep{
  font-size:18px;
  color:#9CB6C7;
}

.ls-status-page.compact .ls-btn-copy{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  border:2px solid rgba(46,176,210,.16);
  background:#fff;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  color:#0C0F12;
  box-shadow:0 10px 22px rgba(46,176,210,.06);
  position:relative;
}
.ls-status-page.compact .ls-btn-copy:before{
  content:"";
  width:14px;
  height:14px;
  display:inline-block;
  margin-right:6px;
  border:2px solid #708A9A;
  border-radius:3px;
  box-sizing:border-box;
  position:relative;
  top:1px;
}
.ls-status-page.compact .ls-btn-copy:after{
  content:"";
  position:absolute;
  left:16px;
  top:13px;
  width:10px;
  height:10px;
  border:2px solid #708A9A;
  border-radius:3px;
  background:#fff;
  transform:translate(6px,6px);
  box-sizing:border-box;
  opacity:.9;
}

/* STEPS */
.ls-status-page.compact .ls-steps{
  margin-top: 12px;
  padding: 12px 0 6px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

.ls-status-page.compact .ls-step{
  position:relative;
  width:20%;
  text-align:center;
}

.ls-status-page.compact .ls-step-dot{
  width:34px;
  height:34px;
  border-radius:17px;
  margin:0 auto 8px;
  background: rgba(46,176,210,.18);
  position:relative;
  box-shadow:0 8px 18px rgba(46,176,210,.10);
}
.ls-status-page.compact .ls-step-dot.ghost{
  background: rgba(156,182,199,.20);
  box-shadow:none;
}

/* check inside done */
.ls-status-page.compact .ls-step.done .ls-step-dot{
  background:#2EB0D2;
}
.ls-status-page.compact .ls-step.done .ls-step-dot:after{
  content:"";
  position:absolute;
  width:10px;
  height:6px;
  border-left:3px solid #fff;
  border-bottom:3px solid #fff;
  left:50%;
  top:50%;
  transform:translate(-50%,-45%) rotate(-45deg);
  border-radius:1px;
}

/* active dot icon */
.ls-status-page.compact .ls-step.active .ls-step-dot{
  background:#2EB0D2;
}
.ls-status-page.compact .ls-step.active .ls-step-dot:after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border:2px solid rgba(255,255,255,.95);
  border-radius:3px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) rotate(45deg);
  opacity:.9;
}

.ls-status-page.compact .ls-step-label{
  font-size:14px;
  color:#7C92A2;
  line-height:1.15;
}
.ls-status-page.compact .ls-step-label.ghost{ color:#B3C6D2; }

.ls-status-page.compact .ls-step-line{
  position:absolute;
  top: 17px;
  right: -40%;
  width: 80%;
  height: 5px;
  border-radius: 6px;
  background: rgba(156,182,199,.22);
}
.ls-status-page.compact .ls-step-line.done{ background:#2EB0D2; }
.ls-status-page.compact .ls-step-line.fade{
  background: linear-gradient(90deg, #2EB0D2, rgba(156,182,199,.22));
}
.ls-status-page.compact .ls-step.last .ls-step-line{ display:none; }

.ls-status-page.compact .ls-step.active .ls-step-label{ display:none; }

.ls-status-page.compact .ls-step-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 12px;
  border-radius: 50px;
  background:#2EB0D2;
  color:#fff;
  font-size:14px;
  font-weight:650;
  box-shadow:0 12px 24px rgba(46,176,210,.16);
}

/* ETA */
.ls-status-page.compact .ls-card-eta{ padding: 14px 16px; margin-top:12px; }

.ls-status-page.compact .ls-eta-row{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.ls-status-page.compact .ls-eta-ico{
  width:20px;
  height:20px;
  border-radius:17px;
  background:#2EB0D2;
  position:relative;
  flex:0 0 20px;
  box-shadow:0 8px 18px rgba(47,174,91,.14);
}

/* info icon */
.ls-status-page.compact .ls-eta-ico::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:14px;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,.95);

  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6.5' r='1.6' fill='black'/%3E%3Crect x='11' y='10' width='2' height='8' rx='1' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6.5' r='1.6' fill='black'/%3E%3Crect x='11' y='10' width='2' height='8' rx='1' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ls-status-page.compact .ls-eta-top{
  font-size:14px;
  color:#6F8594;
  line-height:1.45;
}
.ls-status-page.compact .ls-eta-bottom{
  margin-top:6px;
  font-size:16px;
  color:#0C0F12;
}
.ls-status-page.compact .ls-eta-accent{
  font-weight:650;
  color:#0C0F12;
}

/* SUM GRID */
.ls-status-page.compact .ls-grid-2{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ls-status-page.compact .ls-card-sum{
  padding: 16px;
  display:flex;
  flex-direction:column;
}

.ls-status-page.compact .ls-sum-title{
  font-size:16px;
  font-weight:650;
  margin-bottom:10px;
}

.ls-status-page.compact .ls-sum-value{
  font-size:30px;
  font-weight:650;
  letter-spacing:-0.2px;
}

.ls-status-page.compact .ls-sum-unit{
  font-size:18px;
  margin-left:6px;
}

.ls-status-page.compact .ls-sum-note{
  font-size:18px;
  color:#6F8594;
  margin-left:8px;
  font-weight:500;
}

.ls-status-page.compact .ls-sum-sep{
  height:2px;
  margin-top:15px;
  background: rgba(156,182,199,.20);
  border-radius:2px;
}

.ls-status-page.compact .ls-rec-row{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#6F8594;
  font-size:14px;
}

.ls-status-page.compact .ls-rec-value{
  color:#0C0F12;
  font-weight:650;
}

.ls-status-page.compact .ls-tx-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#2E8BFF;
  text-decoration:none;
  font-weight:650;
}

.ls-status-page.compact .ls-tx-link:hover{
  text-decoration:underline;
}

.ls-status-page.compact .ls-tx-ico{
  width:14px;
  height:14px;
  background:currentColor;
  display:inline-block;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0-2-.9-2-2v-6h-2v6H5V5z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ls-status-page.compact .ls-tx-plain{
  color:#0C0F12;
  font-weight:650;
}

.ls-status-page.compact .ls-mini-copy{
  margin-left:auto;
  width:36px;
  height:36px;
  border-radius:10px;
  border:2px solid rgba(156,182,199,.22);
  background:#fff;
  cursor:pointer;
  position:relative;
  text-decoration:none;
}
.ls-status-page.compact .ls-mini-copy:before{
  content:"";
  position:absolute;
  left:11px;
  top:11px;
  width:12px;
  height:12px;
  border:2px solid #708A9A;
  border-radius:3px;
}
.ls-status-page.compact .ls-mini-copy:after{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  width:12px;
  height:12px;
  border:2px solid #708A9A;
  border-radius:3px;
  background:#fff;
  opacity:.9;
}

/* TODO */
.ls-status-page.compact .ls-card-todo{
  margin-top: 12px;
  padding: 14px 16px;
}

.ls-status-page.compact .ls-todo-top{
  font-size:18px;
  font-weight:650;
  margin-bottom:10px;
}

.ls-status-page.compact .ls-todo-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
}

.ls-status-page.compact .ls-todo-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 10px;
  color:#6F8594;
  font-size:14px;
}

.ls-status-page.compact .ls-todo-list li{
  display:flex;
  align-items:flex-start;
  gap:0px;
  line-height:1.35;
}

.ls-status-page.compact .ls-check{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:2px;
  position:relative;
}
.ls-status-page.compact .ls-check:after{
  content:"";
  position:absolute;
  width:9px;
  height:5px;
  left:50%;
  top:50%;
  transform:translate(-50%,-55%) rotate(-45deg);
  border-radius:1px;
}

.ls-status-page.compact .ls-btn-support{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 57px;
    padding: 0 18px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, #2AA9CF 0%, #63D6DF 100%);
    box-shadow: 0 14px 28px rgba(46, 176, 210, .18);
    align-self: center;
    margin-top: -4px;
  
}

.ls-status-log{
  font-size:13px;
  color:#6F8594;
  margin-top:0px;
  margin-left: 5px;
}

/* responsive */
@media (max-width: 760px){


  .ls-status-page.compact .ls-hero-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .ls-status-page.compact .ls-hero-right{
    width:100%;
    justify-content:flex-end;
  }

  .ls-status-page.compact .ls-steps{
    overflow-x:auto;
    gap:18px;
    justify-content:flex-start;
    display:none;
  }

  .ls-status-page.compact .ls-step{
    width:190px;
    flex:0 0 auto;
  }

  .ls-status-page.compact .ls-step-line{
    display:none;
  }

  .ls-status-page.compact .ls-grid-2{
    grid-template-columns:1fr;
  }

  .ls-status-page.compact .ls-todo-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .ls-status-page.compact .ls-btn-support{
    width:100%;
    min-width:0;
  }

  /* HERO: делаем ровный центр без отрицательных отступов */
  .ls-status-page.compact .ls-hero-left{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    text-align:center;
  }

  .ls-status-page.compact .ls-hero-text{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    margin:0;
  }

  /* Иконка */
  .ls-status-page.compact .ls-hero-ico,
  .ls-status-page.compact .ls-hero-ico-wait{
    width:45px;
    height:45px;
    flex:0 0 45px;
    margin:18px 0 0 0;
    border-radius:50%;
    box-sizing:border-box;
  }

  /* Заголовок: фиксируем место под 2 строки, чтобы не прыгало */
  .ls-status-page.compact .ls-hero-title{
    order:1;
    margin:0;
    line-height:1.15;
    min-height:0;
  }

  /* Дата: подпись и значение в разные строки */
  .ls-status-page.compact .ls-hero-subrow{
    order:2;
    margin:0;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .ls-status-page.compact .ls-hero-dot{
    display:none;
  }

  .ls-status-page.compact .ls-hero-sub{
    margin-top: 20px;
  }
  

  .ls-status-page.compact .ls-hero-sub-accent{
    display:block;
    margin-top:-40px;
    font-size:17px;
    color:#2EB0D2;
    font-weight:650;
    line-height:1.15;
    min-height:0em;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
    text-align:center;
  }

  /* Курс: подпись и значение в разные строки */
  .ls-status-page.compact .ls-meta-row{
    order:3;
    margin-top:17px;
  }

  .ls-status-page.compact .ls-meta-item{
    margin:0;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .ls-status-page.compact .ls-meta-dot{
    display:none;
  }

  .ls-status-page.compact .ls-meta-value{
    display:block;
    margin-top:-30px;
    font-size:17px;
    color:#2EB0D2;
    font-weight:700;
    line-height:1.15;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
    text-align:center;
  }

  .ls-status-page.compact .ls-hero-sub2{
    order:4;
  }

  .ls-status-page.compact .ls-card-hero{
    padding:0;
    background:linear-gradient(180deg, rgba(245, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 70%);
    max-height: 330px;
  }
}



.ls-status-page.compact .ls-paycard{
  padding:18px 18px 20px;
  background:linear-gradient(180deg, rgba(245,252,255,1) 0%, rgba(255,255,255,1) 65%);
}

.ls-status-page.compact .ls-paycard-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.ls-status-page.compact .ls-paycard-top-left{
  display:flex;
  align-items:center;
  gap:10px;
  color:#6F8594;
  font-size:20px;
  font-weight:500;
}

.ls-status-page.compact .ls-paycard-miniicon{
  width:26px;
  height:18px;
  border-radius:4px;
  border:2px solid rgba(46,176,210,.55);
  box-sizing:border-box;
  background:rgba(255,255,255,.75);
  position:relative;
}

.ls-status-page.compact .ls-paycard-miniicon:after{
  content:"";
  position:absolute;
  left:4px;
  right:4px;
  top:6px;
  height:2px;
  background:rgba(46,176,210,.45);
  border-radius:2px;
}

.ls-status-page.compact .ls-paycard-body{
  display:grid;
  grid-template-columns: 1fr 280px;
  gap:18px;
  align-items:start;
}

.ls-status-page.compact .ls-paycard-asset{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:2px;
}

.ls-status-page.compact .ls-paycard-clock{
  width:45px;
  height:45px;
  background:#2EB0D2;
  display:inline-block;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='10' y='7' width='2' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='12' width='6' height='2' rx='1' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='10' y='7' width='2' height='7' rx='1' fill='black'/%3E%3Crect x='10' y='12' width='6' height='2' rx='1' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ls-status-page.compact .ls-paycard-cointext{
  font-size:44px;
  font-weight:650;
  letter-spacing:-0.5px;
  color:#0D2A3B;
}

.ls-status-page.compact .ls-paycard-label{
  margin-top:18px;
  font-size:15px;
  color:#6F8594;
  font-weight:500;
}

.ls-status-page.compact .ls-paycard-field{
  margin-top:12px;
  border-radius:12px;
  border:1px solid rgba(156,182,199,.28);
  background:#fff;
  box-shadow:0 10px 22px rgba(46,176,210,.06);
  overflow:hidden;
}

.ls-status-page.compact .ls-paycard-address{
padding:14px 16px;
  font-size:15px;
  color:#0C0F12;
  letter-spacing:0.2px;

  white-space:normal;
  overflow:visible;
  text-overflow:clip;

  overflow-wrap:anywhere;
  word-break:break-word;
  line-height:1.35;
}

.ls-status-page.compact .ls-paycard-right{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
}

.ls-status-page.compact .ls-paycard-qrbox{
  width:260px;
  height:260px;
  border-radius:14px;
  border:1px solid rgba(156,182,199,.28);
  background:#fff;
  box-shadow:0 10px 22px rgba(46,176,210,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  box-sizing:border-box;
}

.ls-status-page.compact .ls-paycard-qr{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border-radius:8px;
}

@media (max-width:699px){
  .ls-status-page.compact .ls-paycard-body{
    grid-template-columns:1fr;
  }
  .ls-status-page.compact .ls-paycard-right{
    justify-content:flex-start;
  }
  .ls-status-page.compact .ls-paycard-qrbox{
    width:220px;
    height:220px;
    display: none;
  }
  .ls-status-page.compact .ls-paycard-cointext{
    font-size:38px;
  }
  .ls-status-page.compact .ls-paycard-label{
    font-size:22px;
  }
  .ls-status-page.compact .ls-paycard-address{
    font-size:18px;
  }
}


.ls-status-page.compact .ls-paycard-rules{
  margin-top:12px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(156,182,199,.22);
  background:rgba(46,176,210,.06);
}

.ls-status-page.compact .ls-paycard-rules-title{
  font-size:16px;
  font-weight:650;
  color:#0C0F12;
  margin-bottom:10px;
}

.ls-status-page.compact .ls-paycard-rules-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.ls-status-page.compact .ls-paycard-rule{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.ls-status-page.compact .ls-paycard-bullet{
  width:18px;
  height:18px;
  border-radius:9px;
  background:rgba(46,176,210,.22);
  flex:0 0 18px;
  position:relative;
  margin-top:2px;
}

.ls-status-page.compact .ls-paycard-bullet:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  border-radius:4px;
  background:#2EB0D2;
  transform:translate(-50%,-50%);
}

.ls-status-page.compact .ls-paycard-rule-text{
  font-size:14px;
  line-height:1.4;
  color:#2A3B4C;
}

.ls-status-page.compact .ls-paycard-rule-text b{
  font-weight:650;
  color:#0C0F12;
}

/* тег блок под адресом */
.ls-status-page.compact .ls-paycard-tag{
  margin-top:10px;
  border:1px solid rgba(255, 170, 0, .4);
  background:#fffaf2;
}

/* подпись тега */
.ls-status-page.compact .ls-tag-label{
  margin-top:12px;
  color:#d08a00;
}

/* тег над QR */
.ls-status-page.compact .ls-paycard-tag-qr{
  font-size:14px;
  font-weight:600;
  color:#d08a00;
  margin-bottom:10px;
  text-align:center;
}

.ls-status-page.compact .ls-paycard-tag-qr strong{
  color:#000;
  margin-left:4px;
}


