/*   
Theme Name: KokoPay
Theme URI: https://premiumexchanger.com
Description: 
Version: 2.4.0
Author: 
Author URI: 
*/


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;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	margin:0;padding:0;
}

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;
}
img,
a 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;
font-family: inherit;
}

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;  transition: all 0.3s ease-in-out;}
p a {
	text-decoration: underline;
	color:#0b71d7;
}
a:hover{text-decoration: none; color: #0b71d7;}



.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;}	



/* standart captcha */
.captcha_div{
	margin: 0 -10px 20px 0;
	}
	
		.hexch_div .captcha_div{
		margin: 0 0px 20px 0px;	
		}	
		.captcha_title{
		font-size: 13px;	
		margin: 0 0 5px 0;
		}
		.captcha_body{
		padding: 0 0 0px 0;
		}
		.captcha_divznak{
		float: left;
		width: 24px;
		height: 40px;
		font: 400 18px/40px 'Nunito', sans-serif;
		text-align: center;
		}
	
		input.captcha_divpole{
		float: left;
		width: 40px;
		height: 40px;
		padding: 0 5px;
		font: 18px/40px 'Nunito', 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.png) 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-size: 12px;
	}	
		.captcha_sci_title{
		font-size: 13px;	
		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 #0c72d8;
		}
	/* end image captcha */



/* wclose */
.wclosearea {
	padding: 5px 0px;
	background: #e27c83;
	border-bottom: 2px solid #ce656c;
}

.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.png) 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: url(images/warning.png) no-repeat;
	background-position: 0 2px;
	color: #fff;
	font-size: 13px;
}

.wclosearea_text a {
	color: #fff;
	text-decoration: underline;
}

.wclosearea_text a:hover {
	text-decoration: none;
}

/* end wclose */

/* toggle */
.oncetoggle {
	border-radius: 3px;
	margin: 0 0 10px 0;
	border: 1px solid #353b51;
}

.oncetoggletitle {
	border-radius: 3px;
	font: 400 16px/1 'Nunito', sans-serif;
	color: #0A0A0A;
	padding: 0 5px;
	cursor: pointer;
}

.oncetoggle.active .oncetoggletitle {
	border-bottom: 1px solid #eaeef4;
}

.oncetoggletitle_ins {
	padding: 14px 5px 12px 30px;
	background: url(images/plus.png) no-repeat 0 center;
}

.oncetoggle.active .oncetoggletitle_ins {
	background: url(images/minus.png) no-repeat 0 center;
}


.oncetogglebody {
	padding: 10px 12px 8px;
	font-size: 14px;
	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 #eaeef4;
	background: #fff;
	padding: 10px;
}

.one_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}

.one_reserv_block {
	float: right;
	width: 200px;
	color: #0A0A0A;
	font-size: 14px;
	padding: 2px 0 0 0;
}

.one_reserv_title {
	font-size: 13px;
	color: #7e90ae;
	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-size: 14px;
	color: #6b8199;
	margin: 0 0 10px 0;
}

.shortcode_lchange_why {
	float: left;
	width: 85px;
}

.shortcode_lchange_ico {
	width: 40px;
	height: 40px;
}

.shortcode_lchange_txt {
	font-size: 13px;
	padding: 6px 0 0 5px;
	color: #0A0A0A;
}

.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 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	padding: 20px 20px 1px;
	margin: 0 0 20px;
}

/* end terms */



/* comment form */
.comment_form {
	position: relative;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	padding: 20px 20px 10px;
	margin: 0 0px 20px 0px;
}

.comment_form_title {
	font: 400 22px/22px 'Nunito', sans-serif;
	color: #0A0A0A;
	margin: 0px 0px 20px;
}

.color_d .comment_form_title {
	color: #fff;
}

a#cancel-comment-reply-link {
	color: #ff0000;
	font-size: 14px;
	text-transform: none;
}

.comment_form_line {
	padding: 0 0 10px 0;
}

.comment_form_line label {
	font-size: 14px;
	color: #0A0A0A;
	display: block;
	padding: 0 0 3px;
}

/* end comment form */



/* comments */
.comments_wrap {
	margin: 0 0 20px 0;
}

.comments_title {
	font: 400 22px 'Nunito', 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 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	padding: 20px 20px 20px;
}

.comment_notapproved {
	color: #0A0A0A;
	background: #fadfe0;
	border-radius: 4px;
	font: 400 13px 'Nunito', sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
}

.comment {
	position: relative;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	padding: 15px 20px 10px;
	margin: 0 0 10px 0px;
}

a.comment_permalink {
	color: #0A0A0A;
	position: absolute;
	float: none;
	top: 15px;
	right: 15px;
}

.comment_top {
	padding: 0 0 15px 0;
}

.comment_author {
	font: 400 14px 'Nunito', sans-serif;
	padding: 0 0 5px 0;
}

.link_edit a {
	font-size: 12px;
}

.comment_date {
	font-size: 12px;
}

a.comment-reply-link,
.comment-reply-login {
	color: #0A0A0A;
	position: absolute;
	float: none;
	font-size: 14px;
	bottom: 15px;
	right: 15px;
}

/* end comments */




/* domacc */
.domacc_line {
	padding: 5px 0;
	border-bottom: 1px solid #eaeef4;
}

.domacc_label {
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 400 14px 'Nunito', sans-serif;
	color: #0A0A0A;
}

.color_d .domacc_label {
	color: #fff;
}

.domacc_val {
	float: left;
	width: 200px;
	font-size: 13px;
}

/* end domacc */


/* sitemap */
.sitemap_block {
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	padding: 20px 20px 15px;
	border-radius: 4px;
}

.color_d .sitemap_block {
	box-shadow: none;
	background: #1e2130;
}

.sitemap_title {
	font: 400 22px/22px 'Nunito', sans-serif;
	margin: 0 0 20px 0;
	color: #0A0A0A;
}

ul.sitemap_ul_exchanges li {
	float: left;
	display: block;
	width: 270px;
	margin: 0 20px 0 0;
	font-size: 13px;
	padding: 0 0px 5px 12px;
	background: url(images/liarr.png) no-repeat 0 3px;
}

@media all and (max-width: 960px) {

	ul.sitemap_ul_exchanges li,
	.rtl_body ul.sitemap_ul_exchanges li {
		float: none;
		margin: 0;
	}
}

ul.sitemap_ul li {
	display: block;
	padding: 0 0px 5px 12px;
	font-size: 13px;
	background: url(images/liarr.png) no-repeat 0 3px;
}

/* end sitemap */


.home_reviews_wrap {
	padding: 25px 0 25px 0;
	position: relative;
	z-index: 11;
	width: 100%;
}

.home_reviews_ins {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}

.home_reviews_block {
	padding: 0;
}

.home_reviews_title {
	margin: 0 0 25px 0;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.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 {
	border-radius: 4px;
	padding: 20px 20px;
	background: #1e2130;
	box-shadow: none;
}

.home_reviews_date {
	margin: 0 0 10px 0;
}

.color_d .home_reviews_date {
	color: #fff;
}

.home_reviews_content {
	font-size: 16px;
	color: #6b8199;
	word-wrap: break-word;
}

.color_d .home_reviews_content {
	color: #8394ae;
}

@media all and (min-width: 700px) {
	.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_advantages_wrap {
	padding: 40px 0 25px 0;
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eaeef4;
	z-index: 10;
}

.color_d .home_advantages_wrap {
	background: var(--maincolor);
	border-top: 1px solid #3f445a;
}

.home_advantages_ins {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}

.home_advantages_blocktitle {
	margin: 0 0 25px 0;
	color: #2e3033;
	font-size: 30px;
	line-height: 1;
}

.color_d .home_advantages_blocktitle {
	color: #fff;
}

.home_adv_div_wrap {
	overflow: hidden;
}

.home_advantages_one {
	margin: 0 0px 20px 0;
	box-sizing: border-box;
}

.home_advantages_one a {
	text-decoration: none;
}

@media all and (min-width: 700px) {
	.home_adv_div_wrap {
		margin: 0 0 20px 0;
	}

	.home_advantages_one {
		float: left;
		margin: 0 2% 20px 0;
		width: 32%;
	}

	.home_advantages_one.last_item {
		margin: 0 0 20px;
	}
}

.home_advantages_img {
	margin: 0 0 10px;
	width: 80px;
	height: 80px;
}

.home_advantages_title {
	padding: 0 0 20px 0;
	font: 400 18px 'Nunito', sans-serif;
	color: #2e3033;
}

.color_d .home_advantages_title {
	color: #fff;
}

.home_advantages_content {
	font-size: 14px;
	color: #6b8199;
}

.color_d .home_advantages_content {
	color: #8094ac;
}


/* type table 1, table 4 */
/* .xchange_type_table{
margin: 0 0px 40px;
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 10px;	
			}	
		.xtt_right_col_icon{
		float: right;
		width: 48%;
		}
			.xtt_right_col_icon_ins{
			padding: 0 10px;	
			}		
	
			@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 3px;
			background: #f1f4fa;
			border: 1px solid #eaeef4;
			border-radius: 4px;
			color: #6b8199;
			font: 13px/13px 'Nunito', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}
	
				.color_d .tbl_icon{
				background: var(--maincolor);
				border: 1px solid var(--maincolor);
				color: #7f95aa;
				}				
				.tbl_icon.active{
				background: #0c72d8;
				border: 1px solid #0c72d8;
				color: #fff;
				}
	.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: #f2f7fc url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
			.color_d .xtt_html_abs{
			background: var(--maincolor) url(images/d-ajax-big-loader.gif) no-repeat center center;	
			}
	.xtt_left_col_table{
	float: left;
	padding: 10px 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	width: 48%;	
	box-sizing: border-box;
		
	}
		.color_d .xtt_left_col_table{
		background: #1e2130;	
		box-shadow: none;	
		}

	.xtt_right_col_table{
	float: right;
	padding: 10px 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);	
	width: 48%;	
	box-sizing: border-box;
		
	}
		.color_d .xtt_right_col_table{
		background: #1e2130;	
		box-shadow: none;	
		}	

	.xtt_data_col_clear{
	clear: both;
	height: 30px;
	}		
	.xtt_data_col_table{	
	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 7px rgb(225 233 242 / 73%);		
	color: #6b8199;
	font-size: 13px;
	text-align: center;
	}
	
			@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;
				}
					.rtl_body .tbl5 .xtt_left_col_table{
					float: right;	
					}
				.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-size: 13px;
		color: #7e90ae;
		padding: 15px 0px;
		border-bottom: 1px solid #eaeef4;
		position: relative;
		}
				
		.xtt_right_col_title, .xtt_right_incol_title{
		font-size: 13px;
		color: #7e90ae;
		padding: 15px 0px;
		border-bottom: 1px solid #eaeef4;
		position: relative;
		}
			
		
		.xtt_table_title1, 
		.xtt_table_title2, 
		.xtt_table_title3,
		.xtt_table_title4{
		display: none;
		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 3px;
		background: #f1f4fa;
		border: 1px solid #eaeef4;
		border-radius: 4px;
		color: #6b8199;
		font: 13px/13px 'Nunito', sans-serif;
		margin: 0 5px 0px 0;
		cursor: pointer;
		position: relative;
		}
						
			a.xtt_title_link.active{
			background: #0c72d8;
			border: 1px solid #0c72d8;
			color: #fff;
			}			
		
		.xtt_change_ico{
		width: 40px;
		height: 40px;
		margin: 5px auto 0;
		}
		.xtt_one_line_name{
		font-size: 13px;
		color: #0A0A0A;
		}		
			
		.xtt_one_line_curs{
		font: 400 14px 'Nunito', sans-serif;
		color: #0A0A0A;	
		height: 50px;
		}
				
		.xtt_one_line_reserv{
		font-size: 14px;
		color: #0A0A0A;
		height: 50px;
		}			

		.xtt_one_line_left{
		position: relative;	
		border-bottom: 1px solid #eaeef4;
		cursor: pointer;
		}

			.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
			background: #f5f8fc;
			}

			.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: #0A0A0A;
			}	
				
		a.js_item_right{
		text-decoration: none;	
		}		
		.xtt_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		border-bottom: 1px solid #eaeef4;
		cursor: pointer;		
		}	
	
			.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right{
			background: #f5f8fc;
			}
			
			.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: #0A0A0A;
			}
				
		@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%;
			}
				.rtl_body .xtt_right_col_title{
				float: left;	
				}
			.xtt_table_title1{
			display: block;
			padding: 0 0 0 20px;
			}
				.rtl_body .xtt_table_title1{
				padding: 0 20px 0 0px;	
				}
			.xtt_table_title2{
			display: block;	
			padding: 0 0 0 20px;
			}
				.rtl_body .xtt_table_title2{
				padding: 0 20px 0 0px;	
				}			
			.xtt_one_line_left{
			padding: 2px 0;	
			}
				.xtt_one_line_ico_left{
				float: left;
				width: 25%;
				}
					.rtl_body .xtt_one_line_ico_left{
					float: right;
					}
				.xtt_one_line_name_left{
				float: left;
				width: 75%;
				}
					.rtl_body .xtt_one_line_name_left{
					float: right;	
					}
					.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%;	
				}
					.rtl_body .xtt_one_line_ico_right{
					float: right;	
					}
				.xtt_one_line_name_right{
				float: left;
				width: 75%;
				}
					.rtl_body .xtt_one_line_name_right{
					float: right;	
					}				
				.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%;
				}
					.rtl_body .xtt_table_title2{
					float: right;	
					}				
				.xtt_table_title4{
				display: block;
				padding: 0 0 0 10px;
				float: left;
				width: 40%;
				}
					.rtl_body .xtt_table_title4{
					float: right;
					padding: 0 10px 0 0px;
					}				
			.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;
				}
					.rtl_body .xtt_one_line_reserv_right{
					float: right;
					border-left: 0;
					border-right: none;
					}
					.xtt_one_line_reserv{
					display: table-cell;
					vertical-align: middle;
					}
					.tbl5 .xtt_one_line_reserv{
					display: block;
					text-align: right;
					line-height: 50px;
					}
						.rtl_body .tbl5 .xtt_one_line_reserv{
						text-align: left;	
						}
			.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;
				}				
					.rtl_body .xtt_table_title3{
					float: right;
					padding: 0 10px 0 0px;
					}				
				.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;
				}
					.rtl_body .xtt_one_line_curs_right{
					float: right;
					border-left: 0;
					border-right: none;
					}
					.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;
				}
					.rtl_body .tbl1 .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;
					}
						.rtl_body .tbl5 .xtt_one_line_curs{
						text-align: left;	
						}			
			.tbl5 .xtt_left_col_title{
			width: 26%;
			}
			.tbl5 .xtt_right_col_title{
			width: 36%;
			float: left;
			margin: 0 0 0 2%;
			}
				.rtl_body .tbl5 .xtt_right_col_title{
				float: right;
				margin: 0 2% 0 0;
				}
				.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: url(images/rez.png) no-repeat center center;
	margin: -11px 0 0 0;
	}			
	
			@media all and (min-width: 700px){
				.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 40px;	
} 
	.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%;
		}
			.rtl_body .xtp_left_col_icon{
			float: right;	
			}	
		.xtp_right_col_icon{
		float: right;
		width: 48%;
		}
			.rtl_body .xtp_right_col_icon{
			float: left;	
			}				
	.xtp_table_wrap{
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	padding: 20px;
	}	
		.color_d .xtp_table_wrap{
		background: #1e2130;	
		box-shadow: none;
		}
	.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: 400 18px 'Nunito', sans-serif;
	color: #0A0A0A;
	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;
		
					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 'Nunito', 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{
			position: absolute;
			top: 0;
			right: 15px;
			height: 50px;
			font: 13px/50px 'Nunito', sans-serif;
			}
				
			.xtp_commis_wrap input{
			font: 20px/50px 'Nunito', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			} 
		.xtp_line{
		padding: 0 0 10px 0;
		font-size: 13px;
		}
			.xtp_line span{
			font-weight: 600;
			}
			a.xtp_link{
			color: #0c72d8;
			font-weight: 600;
			}  
	.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: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}	
			.color_d .xtp_html_abs{
			background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;	
			} */
/* end type table 2 */


/* changes course */
.last_events_wrap {
	position: fixed;
	bottom: 10px;
	left: 50px;
	z-index: 100;
	width: 300px;
}

.last_events_wrap.toright {
	left: auto;
	right: 50px;
}

.last_events_option {
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	border: 1px solid #eaeef4;
	color: #0A0A0A;
	font-size: 13px;
	padding: 10px 15px;
}

.levents {
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	border-radius: 4px;
	border: 1px solid #eaeef4;
	color: #6b8199;
	font-size: 13px;
	padding: 10px 15px;
	text-align: center;
}

.levents_title {
	font: 400 14px 'Nunito', sans-serif;
	padding: 0 0 5px 0;
	color: #0A0A0A;
}

.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: #0c72d8;
	color: #fff;
	padding: 9px 0 0 15px;
	transform: rotate(-90deg);
	font-size: 12px;
	border-radius: 3px 3px 0 0;
}

.rtl_body .statuswork {
	border-radius: 0 0 3px 3px;
	padding: 7px 15px 0 0px;

	transform: rotate(90deg);
}

.statuswork_div.toleft .statuswork {
	border-radius: 0 0 3px 3px;
}

.statuswork_ins {
	background: url(images/online.png) no-repeat left center;
	padding: 0 0 0 35px;
}

.status_op0 .statuswork {
	background: #ced6e1;
}

.status_op0 .statuswork_ins {
	color: #6b8199;
	background: url(images/offline.png) no-repeat left center;
}

.statuswork_title {
	font: 400 18px/18px 'Nunito', sans-serif;
	padding: 0 0 2px 0;
}

/* end operator */

/* 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/question.png) no-repeat right center;
}

.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;
}

.color_d .field_tooltip_abs {
	background: url(images/ug_d.png) no-repeat;
}


.field_tooltip {
	font: 12px/14px 'Nunito', sans-serif;
	padding: 15px 20px;
	border-radius: 4px;
	color: #6b8199;
	background: #f1f4fa;
}

.color_d .field_tooltip {
	color: #7c90a8;
	background: var(--maincolor);
}

/* end tooltips */

/* notify */
.wn_wrap {
	position: fixed;
	float: none;
	bottom: 0;
	left: 0;
	z-index: 999998;
	background: #6b8199;
	width: 100%;
}

.wn_div {
	padding: 15px 10px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #ceddec;
}

.wn_div_text {
	padding: 0 0 10px 0;
}

/* end notify */



/* result message */
.resulttrue {
	padding: 14px 20px;
	border-radius: 3px;
	color: #0A0A0A;
	background: #e1f4eb;
	margin: 0 0 20px 0;
	font-size: 13px;
}

.resultfalse,
.xtp_error,
.xtl_error {
	padding: 14px 20px;
	border-radius: 3px;
	color: #0A0A0A;
	background: #fadfe0;
	margin: 0 0 20px 0;
	font-size: 13px;
}

/* end result message */

/* classed */
.red,
.req {
	color: #ff4e4e;
}

.bred {
	font-weight: 600;
	color: #ff0000;
}

.bgreen {
	font-weight: 600;
	color: #3ab448;
}

.pn_copy {
	padding: 0 5px 0 20px;
	background: url(images/copy_b.png) no-repeat 0 center;
}

.pn_copy.copied {
	color: #08b868;
	background: url(images/copy.png) no-repeat 0 center;
}

.break_words {
	word-break: break-all;
	word-wrap: break-word;
}

.hidden_line {
	display: none;
}

.comment_user {
	background: #eff7ff;
	color: #2e3033;
	border-radius: 3px;
	padding: 15px;
	margin: 0 0 20px 0;
}

.js_qr_code_wrap {
	margin: 0 0 20px 0;
}

span.js_timer {
	display: block;
	width: 260px;
	font-size: 14px;
	margin: 0 auto 20px;
	background: #f1f4fa;
	color: #0c72d8;
	text-align: center;
	padding: 15px 0;
	border-radius: 4px;
}

.currency_logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat no-repeat;
}


/* tarifs */
.tarif_div {
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: 0 0 7px rgb(225 233 242 / 73%);
	padding: 20px 20px 15px;
	border-radius: 4px;
}

.tarif_block {
	margin: 0 0 20px 0;
}

.tarif_title {
	font: 400 22px/22px 'Nunito', sans-serif;
	margin: 0 0 20px 0;
	color: #0A0A0A;
}

.color_d .tarif_title {
	color: #fff;
}

.tarif_table_title {
	padding: 10px 10px;
	background: #fff;
	font-size: 13px;
	color: #7e90ae;
	border-bottom: 1px solid #eff1f3;
}

.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-size: 13px;
	color: #0A0A0A;
	padding: 8px 10px 3px;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #eff1f3;
}

a.tarif_line:hover {
	background: #f5f8fc;
}

.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: 400 13px/25px 'Nunito', 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 'Nunito', sans-serif;
}

.tarif_curs_arr {
	float: left;
	height: 25px;
	width: 3%;
	background: url(images/liarr.png) no-repeat center center;
}

.tarif_curs_reserv {
	padding: 5px 10px 5px 51%;
	color: #7e90ae;
	font-size: 12px;
}

/* end tarifs */


