/*
Theme Name: ExTradeCo
Theme URI: https://premiumexchanger.com
Description: PremiumBox theme
Version: 2.5.0
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: 'Gilroy';
	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;
}

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;}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat"), url(./fonts/Montserrat-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	src: local("Montserrat"), url(./fonts/Montserrat-Medium.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	src: local("Jost"), url(./fonts/Jost-Medium.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: local("Montserrat"), url(./fonts/Montserrat-SemiBold.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat"), url(./fonts/Montserrat-Bold.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 400;
	src: local("Gilroy"), url(./fonts/Gilroy-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 500;
	src: local("Gilroy"), url(./fonts/Gilroy-Medium.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	src: local("Gilroy"), url(./fonts/Gilroy-SemiBold.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 700;
	src: local("Gilroy"), url(./fonts/Gilroy-Bold.ttf) format("truetype");
	font-display: swap;
}

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

:root {
	--pe-font-family: 'Montserrat';
	--pe-buttons-radius: 6px;
	--pe-topmenu-radius: 8px;
	--pe-menu-border-color: #F6F2FF;
	--pe-box-shadow: 0px -6px 20px 1px rgba(59, 137, 185, 0.4) inset;
	--pe-blue-text: #0e5d9a;
}


a{text-decoration: none; color:#0e5d9a;}
a:hover{text-decoration: underline; color: #0e5d9a;}

.user_widget_ins {
    color: #747474 !important;
}

body {
font: 14px/1.3em 'Gilroy';
color: #000000;
background: #0c67b1;
background: -webkit-linear-gradient(top left, #187CB4, #0052AE);
background: -moz-linear-gradient(top left, #187CB4, #0052AE);
background: linear-gradient(to bottom right, #187CB4, #0052AE);
}

#container{
display: block;
position: relative;
width: 100%;
min-width: 320px;
background: #EDF3F8;
background-image: linear-gradient(180deg, rgba(45, 61, 92, 0.1), #EDF3F8) ;
}

/* forms */
input[type=text],input[type=email],input[type=password]{
background: #F7F7F7;
border: 2px solid #F7F7F7;
border-radius: 10px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #000000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px;
font: 13px/40px 'Gilroy';
}
input[type=search]{
border: 2px solid #d4e6f1;
background: #a4c9e2 url(images/search.png) no-repeat 10px center;
border-radius: 8px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #000000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px 0 35px;
font: 13px/40px 'Gilroy';
}
textarea{
border: 2px solid rgb(247, 247, 247);
border-radius: 10px;
background: rgb(247, 247, 247);
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #000000;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 100px;
min-height: 100px;
padding: 15px;
font: 13px 'Gilroy';
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus, textarea:focus{
background: #cbe0ee;
}
input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled, textarea:disabled{
border: 2px solid #333333;
background: #ccc;
box-shadow: none;
color: #000;
}
input[type=text].error,input[type=email].error,input[type=password].error{
border: 2px solid #ff7878;
}
select{
border: 2px solid #F7F7F7;
background: #F7F7F7;
border-radius: 8px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #000000;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px;
font: 13px 'Gilroy';
}
input[type=submit]{
border: none;
background: #6388FF;
border-radius: var(--pe-topmenu-radius);
width: 100%;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
height: 40px;
padding: 0 25px;
font: 500 15px/40px 'Gilroy';
transition: all 0.3s;

}
	input[type=submit]:hover{
	background: #955bfa;
	box-shadow: 0 0 10px #fff;
	border: none;
	color: #fff;
	text-decoration: none;
	}
	input[type=submit]:disabled, input[type=submit]:disabled:hover{
	background: #ccc;
	border: none;
	color: #fff;
	cursor: default;
	}
.checkbox{cursor:pointer; font: 13px 'Gilroy';}
.checkbox input{ display: none; }

.checkbox label {
    display: flex;
    align-items: center;
		flex-wrap: wrap;
		row-gap: 5px;
}
.checkbox label::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 16px;
    background-color: #fff;
		flex-shrink: 0;
/* bluer */
    border: 2px solid rgb(99, 136, 255);
    border-radius: 5px;
    transition: all 0.3s;
}
.checkbox.checked label::before {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/main/images/icons8.svg);
    background-color: rgb(99, 136, 255);


}
/* end forms */

.topmenu li.current-menu-item > a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #6388FF;
}

/* standart captcha */
.captcha_div{
margin: 0 -10px 20px 0;
}
	.hexch_div .captcha_div{
	margin: 0 0px 20px 0px;
	}
	.captcha_title{
	display: none;
	font: 13px 'Gilroy';
	margin: 0 0 5px 0;
	}
	.captcha_body{
	padding: 0 0 0px 0;
	}
	.captcha_divznak{
	float: left;
	width: 24px;
	height: 40px;
	font: 600 18px/40px 'Gilroy';
	text-align: center;
	}
	input.captcha_divpole{
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font: 18px/40px 'Gilroy';
	margin: 0;
	text-align: center;
	}
	a.captcha_reload{
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 6px;
	background: url("./images/reload.png") no-repeat center center;
        filter: invert(40%);
	}
		a.captcha_reload.act{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;
		}
	.captcha_divimg{
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 6px;
	}
		.captcha_divimg img{
		width: 38px;
		height: 38px;
		border-radius: 6px;
		}
/* end standart captcha */

/* image captcha */
.captcha_sci_div{
margin: 0 0 20px 0;
font: 13px 'Gilroy';
}
	.captcha_sci_title{
	font: 13px 'Gilroy';
	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 #a4c9e2;
	border-radius: 6px;
	cursor: pointer;
	}
		.captcha_sci_img img{
		width: 50px;
		height: 50px;
		border-radius: 6px;
		}
	.captcha_sci_img.active{
	border: 2px solid #05478a;
	}
/* end image captcha */

/* wclose */
.wclosearea{
padding: 5px 0px;
background: #378be2;
}
	.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: 1px 0px 0 26px;
		background: url(images/warning.png) no-repeat;
		background-position: 0 2px;
		color: #fff;
		font: 500 13px 'Gilroy';
		}
		.wclosearea_text a{
		color: #fff;
		text-decoration: underline;
		}
			.wclosearea_text a:hover{
			text-decoration: none;
			}
/* end wclose */

/* topbar */
.topbar_wrap{
width: 100%;
position: relative;
z-index: 100;
height: 60px;
background: #FFFFFF;
}
	.topbar_ins{
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 60px;
	}
		.topbar_ins.fix_div{
		background: #095281;
		}
		.topbar{
		max-width: 1160px;
		padding: 0 10px;
		margin: 0 auto;
		height: 60px;
		}
			.topbar_icon_wrap{
			position: relative;
			float: left;
			justify-self: end;
			}
				.topbar_icon_tab{
				display: none;
				height: 60px;
				font: 14px/60px 'Gilroy';
				color: #ffffff;
				padding: 0 0 0 24px;
				background: url(images/contacts.png) no-repeat left center;
				cursor: pointer;
				}
					.topbar_icon_wrap.adaptive .topbar_icon_tab{
					display: block;
					}
				.topbar_icon_tabul{
				padding: 0;
				width: auto;
				}
					.topbar_icon_wrap.adaptive .topbar_icon_tabul{
						display: flex;
						flex-direction: row;
						gap: 5px;
						align-items: center;
					}
					.topbar_icon_wrap.adaptive .topbar_icon_tabul .topbar_icon {
						padding: 0;
					}
					.topbar_icon_wrap.adaptive .topbar_icon_tabul .topbar_icon.telegram {
						padding-left: 1px;
					}
						.topbar_icon_wrap.adaptive .topbar_icon_tabul.open{
						display: block;
						}
			.topbar_icon{
			display: none;
			float: left;
			margin: 0 20px 0 0px;
			font: 14px 'Gilroy';
			color: #fff;
			padding: 0 0 0 10px;
			height: 60px;
			}
				.topbar_icon_wrap.adaptive .topbar_icon{

				}
				.topbar_icon_ins{
				height: 60px;
				vertical-align: middle;
				display: table-cell;
				}
				.topbar_icon_wrap.adaptive .topbar_icon{
				float: none;
				margin: 0;
				padding: 5px 0 5px 26px;
				height: auto;
				font: 13px 'Gilroy';
				}
					.topbar_icon_wrap.adaptive .topbar_icon_ins{
					height: auto;
					display: block;
					}
				.topbar_icon a{
				color: #2C2C2C;
				text-decoration: none;
				}
					.topbar_icon a:hover{
					text-decoration: underline;
					}
			a.toplink{
			float: right;
			margin: 15px 0px 0 15px;
			height: 30px;
			font: 600 15px/30px 'Gilroy';
			color: #000000;
			text-decoration: none;
                        transition: all 0.3s;
			}
				@media all and (max-width: 959px){
					a.toplink{
					display: none;
					}
				}
				.mobile_menu_buttons {
				padding: 15px 0 0 0;
				}
				.mobile_menu_buttons a.toplink{
				float: left;
				display: block;
				margin: 0px 15px 0 0px;
				}
				a.toplink:hover{
				color: #6388FF;
				}
				a.toplink.toplink_signup{
					padding: 2px 5px;
					color: #fff !important;
					background: #6388FF;
					border-radius: 5px;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					gap: 7px;
					transition: all 0.3s;
				}
				a.toplink.toplink_signup > svg {
					content: "";
					width: 20px;
					height: 20px;
					display: block;
				}

				a.toplink.toplink_signup > svg path {
					fill: #fff;
					transition: all 0.3s;
				}

					a.toplink.toplink_signup:hover{
					color: #000;
					}

					a.toplink.toplink_signup:hover a.toplink.toplink_signup > svg path {
						fill: #000;
					}
/* end topbar */

/* lang */
.tolbar_lang{
float: right;
margin: 20px 5px 0 0;
}
.langlist_div{
position: relative;
cursor: pointer;
}
	.langlist_title{
	height: 20px;
	font: 14px/20px 'Gilroy';
	color: #fff;
	background: #789dbe;
	padding: 0 7px;
	border-radius: var(--pe-buttons-radius);
	text-transform: uppercase;
	}
		.langlist_title span{
		padding: 0 15px 0 0;
		background: url(images/l_arr.png) no-repeat right center;
		}
	.langlist_ul{
	position: absolute;
	float: none;
	top: 24px;
	right: 0px;
	padding: 3px 5px;
	width: 120px;
	background: url(images/sh2.png);
	box-shadow: 0 0 10px #23506d;
	border-radius: 12px;
 	display: none;
	}
		a.langlist_li{
		display: flex;
		align-items: center;
		padding: 5px 5px 5px 5px;
		font: 13px 'Gilroy';
		color: #000;
		text-decoration: none;
		}
			.langlist_liimg{
				padding-right: 5px;
			}
/* end lang */

/* topmenu */
.tophead_wrap{
width: 100%;
position: relative;
z-index: 90;
}
	.tophead_ins{
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 48px;
	background: url(images/sh1.png);
	}
		.tophead_ins.fix_div{
		background: url(images/sh2.png);
		}
	.tophead{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	height: 48px;
	}
	@media all and (max-width: 959px){
		.tophead_wrap{
		height: 68px !important;
		}
		.tophead_ins{
		height: 68px !important;
		}
		.tophead{
		height: 68px !important;
		}
	}
		.logoblock{
		float: left;
		width: 200px;
		height: 74px;
		overflow: hidden;
		}
			.logoblock_ins{
			width: 200px;
			height: 74px;
			display: table-cell;
			vertical-align: middle;
			font: 600 24px 'Gilroy';
			}
				.logoblock_ins img{
				max-width: 200px;
				max-height: 55px;
				vertical-align: middle;
				}
					.logoblock_ins a{
					text-decoration: none;
					color: #fff;
					}
					@media all and (max-width: 959px){
						.logoblock{
						height: 60px;
						width: 180px;
						}
						.logoblock_ins{
						height: 60px;
						width: 180px;
						}
						.logoblock_ins img{
						max-height: 50px;
						max-width: 180px;
						}
					}

			.topmenu_ico{
			width: 40px;
			height: 60px;
			float: right;
			cursor: pointer;
			background: url(images/open.png) no-repeat center center;
			display: none;
			}
				@media all and (max-width: 959px){
					.topmenu_ico{
					display: block;
					}
				}
			.topmenu{
			float: left;
			max-width: 800px;
			padding: 19px 0 0px 30px;
			display: none;
			}
			.topmenu_timetable{
			height: 74px;
			float: right;
			width: 200px;
			color: #004294;
			display: none;
			font: 13px 'Gilroy';
			}
				.topmenu_timetable_ins{
				height: 74px;
				text-align: right;
				display: table-cell;
				vertical-align: middle;
				}
				@media all and (min-width: 960px){
					.topmenu{
					display: block;
					}
				}
				@media all and (min-width: 1020px){
					.topmenu_timetable{
					display: block;
					}
				}
			.topmenu li{
			float: left;
			height: 50px;
			padding: 0;
			margin: 0 0px 0px 15px;
			}
				.topmenu li:hover{
				position: relative;
				}
				.topmenu li a{
				float: left;
				height: 36px;
				line-height: 36px;
				font: 16px/36px 'Gilroy';
				background: none;
				color: #747474;

				text-decoration: none;
				min-width: 76px;
				border-bottom: 3px solid transparent;
				transition: padding 0.2s; /* Плавное изменение отступов */
				}
					.topmenu li:hover > a, .topmenu li.current-menu-item > a{
					font-weight: 600;
					text-decoration: none;
					}
					.topmenu li a:hover > span, .topmenu li.current-menu-item a > span{
					margin-top: 0px;
					}
				.topmenu ul ul{
				position: absolute;
				float: none;
				display: none;
				top: 50px;
				left: 0px;
				background: url(images/sh2.png);
				box-shadow: 0 0 10px #23506d;
				border-radius: 12px;
				padding: 10px 0;
				height: auto;
				width: 235px;
				margin: 0;
				}
 					.ugmenu{
					position: absolute;
					float: none;
					background: url(images/ugm.png) no-repeat;
					top: -5px;
					right: 20px;
					width: 18px;
					height: 5px;
					display: none;
					}
						.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: 10px 10px 10px 20px;
				font: 14px 'Gilroy';
				background: none;
				color: #000;
				border-bottom: none;
				text-decoration: none;
				text-transform: none;
				}
				.topmenu ul ul li:hover > a{
				color: #000;
				text-decoration: none;
				background: #83b5e5;
				border-radius: 0;
				height: auto;
				border-bottom: none;
				}
					.topmenu li li.has_sub_menu > a span{
					display: block;
					padding: 0 15px 0 0;
					background: url(images/hsm.png) no-repeat right center;
					}
				.topmenu ul ul ul{position:absolute; display:none; float:none; top: -11px; left: 235px; height:auto;}
				@media all and (max-width: 1200px) {
					.topmenu ul ul ul{
					left: auto;
					right: 235px;
					}
				}
/* end top menu */

/* 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: #c4d6eb;
word-break: break-all;
}
	.mobile_menu_title{
	color: #fff;
	font: 600 35px 'Gilroy';
	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: 25px 'Gilroy';
	font-weight: 600;
	padding: 7px 0px;
	color: #ffffff;
	text-decoration: none;
	}
		.mobile_menu_ins li.current-menu-item > a{
		position: relative;
		color: #54adff;
		}
/* end mobile menu */

.wrapper{
position: relative;
z-index: 80;
min-height: 650px;
overflow: hidden;
}
	@media all and (max-width: 500px) {
		.wrapper{
		min-height: 50px;
		}
	}
.xchange_data_title_ins{
	display: flex;
    gap: 12px;
	align-items: center;
}
.xchange_data_title_ins > img {
    filter: invert(100%);
    display: none;
}
.xchange_div_col_give .xchange_data_title_ins::before {
    content: "";
    display: block;
    width: 35px;
    height: 32px;
    background: url(./images/Icon.svg) no-repeat center;
}
.xchange_div_col_get .xchange_data_title_ins::before {
    content: "";
    display: block;
    width: 35px;
    height: 32px;
    background: url("./images/Icon (1).svg") no-repeat center;
}
.xchange_pers_title_ins::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url("./images/Icon (2).svg") no-repeat center;
}
/* breadcrumb */
.breadcrumb_wrap{
padding: 0px 0 0px 0;
position: relative;
width: 100%;
}
	.breadcrumb_div{
	padding: 26px 10px 0px;
	max-width: 1160px;
	margin: 0 auto;
	}
		h1.breadcrumb_title{
		margin: 0 0 0px 0;
		color: #2C2C2C;
		font: 500 24px 'Gilroy';
		}
		.breadcrumb{
		display: flex;
		padding: 0 0 10px 0;
		color: #747474;
		font-size: 13px;
		}
		.breadcrumb ul li{
		float: left;
		margin: 0 9px 0 0;
		padding: 0 0 0 12px;
		color: #747474;
		font: 13px 'Gilroy';
		background: url(images/b_li.png) no-repeat 0 center;
		}
			.second_title{
			font: 13px 'Gilroy';
			}
			.breadcrumb ul li.first{
			padding: 0;
			background: none;
			}
			.breadcrumb ul li a{
			color: #747474;
			text-decoration: none;
			}
				.breadcrumb ul li a:hover{
				text-decoration: underline;
				}
			@media all and (max-width: 500px){
				h1.breadcrumb_title{
				margin: 0 0 0px;
				font: 500 22px 'Gilroy';
				}
					.breadcrumb{
					display: none;
					}
			}
/* end breadcrumb */

.content_wrap{
padding: 20px 10px 10px;
max-width: 1160px;
margin: 0 auto;
}
	@media all and (min-width: 960px){
		.content_wrap{
		padding: 20px 10px 20px;
		}
	}
	.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: 1160px){
		.content{
		width: 74%;
		}
	}
.home_reserv_more_mobile {

}
/* end inside content */
@media (max-width: 1074px) {
    .home_news_one_ins {
        height: auto !important;
    }
}
/* text page */
.page_wrap, .textblock
{
padding: 20px 20px 10px;
background: url(images/sh3.png);
box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
border-radius: 20px;
margin: 0 0 20px 0;
}
.textblock {
padding-bottom: 1px;
}

.topmenu li.current-menu-item > a > span {
	border-bottom: 4px #6388FF solid;
	border-radius: 3px;
}

.text p{font: 400 14px var(--pe-font-family),sans-serif; padding:0 0 20px 0;}
.text p:last-child {
    padding-bottom: 0;
}
.text h1{font: 500 22px 'Gilroy'; color: #2C2C2C; margin:0 0 20px 0;}
.text h2{font: 500 22px 'Gilroy'; color: #2C2C2C; margin:0 0 10px 0;}
.text h3{font: 500 22px 'Gilroy'; color: #2C2C2C; margin:0 0 20px 0;}
.text h4{font: 500 22px 'Gilroy'; color: #2C2C2C; margin:0 0 20px 0;}
.text ol:last-child{margin-bottom: 0px;}
.text img, .text iframe{
max-width: 40%;
}
.text img {
    float: right;
}

.exchange_upmessage_title{
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #990000;
}

.exchange_text {
    font-size: 16px;
	text-indent: 28px;
	line-height: 22.2px;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
    /* Другие стили, если нужны */
}

.exchange_small_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0;
	padding: 0;
    /* Другие стили, если нужны */
}

.exchange_succes{
	left: 0;
	position: absolute;
}

.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;}

.homepage_list li{
	display: block;
	background: url(images/bxs_up-arrow.png) no-repeat 0 4px !important;
	padding: 0 0 5px 14px;
	}


.notice_message_text ul li,
.warning_message_text ul li,
.hexch_message_text ul li,
.block_instruction ul li,
.text ul li{
	display: flex;
        align-items: center;
	/*background: url(images/liarr.png) no-repeat 0 4px;*/
	padding: 0 0 5px 14px;
	}
        .text ul li::before {
            content: "";
            width: 100%;
            max-width: 8px;
            height: 8px;
            display: block;
            background: #747474;
            margin-right: 10px;
            border-radius: 50%;
        }
.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: 13px 'Gilroy';
	color: #0b4776;
	background: none;
	border: none;
	border-bottom: 2px solid #bcd1df;
	padding: 10px 10px;
	}
	.text table td{
	font: 13px 'Gilroy';
	background: none;
	color: #000;
	border-bottom: 2px solid #bcd1df;
	padding: 10px 10px;
	}
/* end text page */

/* toggle */
.oncetoggle{
background: #cadeee;
border-radius: 12px;
margin: 0 0 10px 0;
}
	.oncetoggletitle{
	font: 600 14px/14px 'Gilroy';
	color: #000;
	padding: 0 10px;
	cursor: pointer;
	}
		.oncetoggle.active .oncetoggletitle{
		border-bottom: none;
		}
			.oncetoggletitle_ins{
			padding: 14px 5px 12px 5px;
			background: url(images/plus.png) no-repeat right center;
			}
				.oncetoggle.active .oncetoggletitle_ins{
				background: url(images/minus.png) no-repeat right center;
				}
	.oncetogglebody{
	padding: 10px 15px 8px;
	font: 14px 'Gilroy';
	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: 12px;
		border: 1px solid #fff;
		color: #fff;
		background: none;
		padding: 10px;
		}
			.one_reserv_ico{
			float: left;
			width: 40px;
			height: 40px;
			}
			.one_reserv_block{
			float: right;
			width: 200px;
			font: 500 14px 'Gilroy';
			padding: 1px 0 0 0;
			}
				.one_reserv_title{
				font: 14px 'Gilroy';
				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: 13px 'Gilroy';
	color: #fff;
	margin: 0 0 10px 0;
	}
		.shortcode_lchange_why{
		float: left;
		width: 85px;
		}
		.shortcode_lchange_ico{
		width: 40px;
		height: 40px;
		}
			.shortcode_lchange_txt{
			font: 600 13px 'Gilroy';
			padding: 6px 0 0 5px;
			color: #fff;
			}
		.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: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px 1px;
margin: 0 0 20px;
}
/* end terms */

/* news */
.many_news_wrap{
background: none !important;
margin: 0 0 20px 0;
}

.one_news{
padding: 30px 40px;
margin: 0 0px 20px 0px;
background: #fff;
border-radius: 20px;
/* Sgadow */
box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
}

.single_news_wrap{
padding: 20px 20px 20px;
background: url(images/sh3.png);
border-radius: 20px;
box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
margin: 0 0px 20px 0px;
}
	h2.one_news_title{
	margin: 0 0 10px 0;
	}
		h2.one_news_title a{
		text-decoration: none;
		color: #2C2C2C;
		font: 600 22px/22px 'Gilroy';
                transition: all 0.3s;
		}
			h2.one_news_title a:hover{
			text-decoration: none;
			color: #6388FF;
			}
	.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: 12px;
			}
				.one_news_image img{
				width: 280px;
				height: 140px;
				border-radius: 12px;
				}
				@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: #000;
		text-decoration: none;
		}
	.one_news_date{
	font: 13px 'Gilroy';
	color: #747474;
	margin: 0 0 20px 0;
	}
		.metabox_left{
		float: left;
		width: 340px;
		}
			.metabox_cats{
			color: #0b4776;
			font: 13px 'Gilroy';
			}
				.metabox_cats a, .metabox_tags a{
				color: #0b4776;
				text-decoration: none;
				}
					.metabox_cats a:hover, .metabox_tags a:hover{
					text-decoration: underline;
					}
			.metabox_tags{
			padding: 10px 0 0 0;
			color: #0b4776;
			font: 13px 'Gilroy';
			}
	a.one_news_more{
	float: right;
	margin: 0px 0 0 0;
        transition: all 0.3s;
	padding: 11px 23px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
        background: #6388FF;
	font: 14px 'Gilroy';
	}
		a.one_news_more:hover{
		background: #955bfa;
		color: #fff;
		}
		@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: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px 10px;
margin: 0 0px 20px 0px;
}
	.comment_form_title{
	font: 600 20px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 20px;
	}
		a#cancel-comment-reply-link{
		color: #000;
		font: 13px 'Gilroy';
		text-transform: none;
		}
	.comment_form_line{
	padding: 0 0 10px 0;
	}
		.comment_form_line label{
		font: 13px 'Gilroy';
		color: #fff;
		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 {
position: relative;
background: url(images/sh3.png);
border-radius: 20px;
box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
padding: 20px 20px 5px;
margin: 0 0px 20px 0px;
}
	.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: 600 24px/24px 'Gilroy';
	color: #2C2C2C;
	margin: 0 0 20px 0;
	}
		.log_div_title, .cf_div_title, .reg_div_title, .lp_div_title, .acf_div_title, .domacc_div_title {
		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 'Gilroy';
		color: #2C2C2C;
		}
		.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: 13px 'Gilroy';
			}
				.log_line_subm_right p{
				padding: 1px 0;
				}
			.reg_line_subm_right{
			float: left;
			margin: 13px 0 0 20px;
			font: 13px 'Gilroy';
			}
/* end site form */

/* comments */
.comments_wrap{
margin: 0 0 20px 0;
}
	.comments_title{
	font: 600 24px 'Gilroy';
	color: #fff;
	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: url(images/sh3.png);
			border: 1px solid #fff;
			box-shadow: 0 0 10px #fff;
			border-radius: 12px;
			padding: 20px 20px 20px;
			}
			.comment_notapproved{
			color: #000;
			background: #ff7878;
			border-radius: 8px;
			font: 500 13px 'Gilroy';
			margin: 0 0 10px 0;
			padding: 10px;
			}
			.comment{
			position: relative;
			background: url(images/sh3.png);
			border: 1px solid #fff;
			box-shadow: 0 0 10px #fff;
			border-radius: 12px;
			padding: 15px 20px 10px;
			margin: 0 0 10px 0px;
			}
				a.comment_permalink{
				color: #fff;
				position: absolute;
				float: none;
				top: 15px;
				right: 15px;
				}
					.comment_top{
					padding: 0 0 15px 0;
					}
						.comment_author{
						font: 600 14px 'Gilroy';
						padding: 0 0 5px 0;
						}
							.link_edit a{
							font: 12px 'Gilroy';
							}
						.comment_date{
						font: 12px 'Gilroy';
						}
				a.comment-reply-link, .comment-reply-login{
				color: #fff;
				position: absolute;
				float: none;
				font: 12px 'Gilroy';
				bottom: 15px;
				right: 15px;
				}
/* end comments */

/* reviews */
.many_reviews{
margin: 0 0 20px 0;
}
	.no_reviews{
	background: url(images/sh3.png);
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	border-radius: 12px;
	padding: 20px 20px 20px;
	margin: 0 0 20px 0;
	}
	.one_reviews{
	background: url(images/sh3.png);
        border-radius: 20px;
/* Sgadow */
        box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
	border-radius: 12px;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
	}
		.one_reviews_name{
		float: left;
		font: 600 15px 'Gilroy';
		color: #2C2C2C;
		margin: 0 5px 10px 0;
		}
		.one_reviews_date{
		float: right;
		color: #000000;
		font: 13px 'Gilroy';
		}
		.one_reviews_text{
		font: 14px 'Gilroy';
		color: #c9e6ff;
		word-wrap: break-word;
		word-break: break-all;
		}
			.one_reviews_text p{
			padding: 0 0 10px 0;
			color: #000000;
			}
		.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: 2px solid #bcd1df;
}
	.domacc_label{
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 600 13px 'Gilroy';
	}
	.domacc_val{
	float: left;
	width: 200px;
	font: 13px 'Gilroy';
	}
/* end domacc */

/* atable */
.pntable_wrap{
margin: 0 0 20px 0;
}
.pntable_wrap_title{
font: 600 24px 'Gilroy';
color: #2C2C2C;
margin: 0 0 20px 0;
}
.pntable{
margin: 0 0 20px;
padding: 10px;
background: url(images/sh3.png);
border-radius: 20px;
}
.pntable table
{
width: 100%;
border: none;
}
.pntable table th
{
padding: 15px 5px;
font: 13px 'Gilroy';
color: #0b4776;
background: none;
border: none;
border-bottom: 2px solid #bcd1df;
}
.pntable table td{
padding: 12px 5px;
font: 13px 'Gilroy';
background: none;
color: #000;
border-bottom: 2px solid #bcd1df;
}
.pntable table.has_adaptive tbody{
display: block;
}
	.pntable table.has_adaptive tr td{
	background: none;
	}
.pntable .one_item{
padding: 15px 20px;
background: none;
border-radius: 0;
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 13px 'Gilroy';
		}
		.pntable .one_item_content{
		font: 13px 'Gilroy';
		}
	.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: 600;
	color: #04658e;
	}
		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: #fff;
		}
		a.exch_status_link.st_error
		{
		color: #e92a5b;
		}
		a.exch_status_link.st_coldsuccess,
		a.exch_status_link.st_success
		{
		color: #068f20;
		}
	.exch_sum{
	font-weight: 600;
	}
/* end atable */

/* user api */
.userapi_option_one {
    margin-bottom: 5px;
}
.userapi_form{
background: url(images/sh3.png);
border-radius: 20px;
margin: 0 0 20px 0;
padding: 20px 20px;
}
	.userapi_form_label{
	font-weight: 600;
	padding: 0 0 3px 0;
	}
	.userapi_form_title{
	font: 600 24px 'Gilroy';
	color: #2C2C2C;
	margin: 0px 0px 20px;
	}
	.userapi_form_token, .userapi_options{
	padding: 0 0 10px 0;
	}
	.userapi_textarea_label{
	font: 13px 'Gilroy';
	padding: 0 0 3px 0;
	}
	.userapi_textarea{
	padding: 0 0 10px 0;
	}
.userapi_table_title{
font: 600 24px 'Gilroy';
color: #2C2C2C;
margin: 0px 0px 20px;
}
.userapi_table_one{
background: url(images/sh3.png);
border-radius: 20px;
padding: 15px 20px;
position: relative;
margin: 0 0 10px 0;
}
	.userapi_table_one_title{
	font: 600 14px 'Gilroy';
	color: #000;
	padding: 0 0 5px 0;
	}
	.userapi_table_one_token, .userapi_table_one_login{
	padding: 0 0 10px 0;
	}
	a.userapi_table_one_delete{
	position: absolute;
	float: none;
	top: 17px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: url(images/big_close.png) no-repeat center center;
	cursor: pointer;
	}
		a.userapi_table_one_delete:hover{
		opacity: 0.8;
		}
		a.userapi_table_one_delete.act{
		background: url(images/ajax-loader.gif) no-repeat center center;
		}
/* end user api */

/* userwallets */
.userwallets_form{
background: url(images/sh3.png);
border-radius: 20px;
margin: 0 0 20px 0;
padding: 20px 20px;
}
 	.verify_status{
	padding: 5px 0 0 0;
	font: 13px 'Gilroy';
	}
		.verify_status.wait{
		color: #087193;
		}
		.verify_status.success{
		color: #008603;
		}
		.verify_status.not{
		color: #087193;
		}
			.verify_status a{
			color: #087193;
			text-decoration: none;
			border-bottom: 1px dotted #087193;
			}
				.verify_status a:hover{
				border-bottom: none;
				}
/* end userwallets */

/* userverify */
.userverify_text{
margin: 0 0 20px 0;
padding: 20px 20px 1px;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
}
  	.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 'Gilroy';
			}
			.ustbl_warn{
			color: #a1a1a1;
			font: 13px 'Gilroy';
			padding: 0 0 10px 0;
			}
			.ustbl_file{
			padding: 0 0 10px 0;
			}
			.ustbl_res_error{
			color: #e92a5b;
			font: 500 13px 'Gilroy';
			padding: 0 0 10px;
			}
			.usvefilelock{
			padding: 0 0 10px 20px;
			position: relative;
			font: 13px/15px 'Gilroy';
			}
				.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: 200px;
		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{
				float: none;
				width: auto;
				}
				.ustbl_line_right_abs{
				display: none;
				}
			}
			.ustbl_eximg{
			padding: 0 0 10px 0;
			overflow: hidden;
			text-align: center;
			}
				.ustbl_eximg img{
				max-width: 100%;
				}
			.ustbl_descr{
			padding: 0 0 10px 0;
			color: #a1a1a1;
			text-align: center;
			font: italic 13px 'Gilroy';
			}
/* end userverify */

/* sitemap */
.sitemap_block{
padding: 20px 20px 10px;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
margin: 0 0 20px 0;
}
	.sitemap_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0 0 20px 0;
	}
			ul.sitemap_ul_exchanges li{
			float: left;
			display: block;
			width: 270px;
			margin: 0 20px 0 0;
			font: 13px 'Gilroy';
			padding: 0 0px 5px 14px;
			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 14px;
			font: 13px 'Gilroy';
			background: url(images/liarr.png) no-repeat 0 4px;
			}
/* end sitemap */

/* tarifs */
.tarif_div{
padding: 20px 20px 10px;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
margin: 0 0 20px 0;
}
.tarif_block{
margin: 0 0 20px 0;
}
	.tarif_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0 0 20px 0;
	}
		.tarif_table_title{
		padding: 10px 10px;
		font: 13px 'Gilroy';
		color: #0b4776;
		border-bottom: 2px solid #bcd1df;
		}
			.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 'Gilroy';
			color: #000;
			padding: 8px 10px 3px;
			text-decoration: none;
			border-bottom: 2px solid #bcd1df;
			}
				.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: 600 13px/25px 'Gilroy';
						}
							.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: unset;
						font: 13px/25px 'Gilroy';
						}
					.tarif_curs_arr{
					float: left;
					height: 25px;
					width: 3%;
					background: url(images/t_arr.png) no-repeat center center;
					}
				.tarif_curs_reserv{
				padding: 5px 10px 5px 51%;
				color: #0b4776;
				font: 13px 'Gilroy';
				}
/* end tarifs */

/* statstable */
.statstablediv{
background: url(images/sh3.png);
border-radius: 20px;
margin: 0 0 20px 0;
padding: 15px 10px;
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 13px 'Gilroy';}
	.statstablediv table td{padding:5px 10px; text-align:right; background:none; font: 13px 'Gilroy';}
/* end statstable */

/* partner stats */
.statuserdiv{
width: 350px;
margin: 0 0 30px 0;
background: url(images/sh3.png);
border-radius: 20px;
padding: 15px 10px;
}
	.statuserdiv_title{
	font: 600 18px/18px 'Gilroy';
	color: #fff;
	padding: 5px 0px 15px 10px;
	}
	.statuserdiv table{
	width: 100%;
	}
	.statuserdiv table th{padding:5px 10px;text-align:left;background:none; font: 600 13px 'Gilroy'; }
	.statuserdiv table td{padding:5px 10px;text-align:right;background:none; font: 13px 'Gilroy'; }

.promouserdiv {
padding: 20px 20px 1px;
background: url(images/sh3.png);
border-radius: 20px;
}
.promouserdiv h3{
font: 600 22px 'Gilroy';
color: #2C2C2C;
margin: 0 0 10px 0;
}
.promouserdiv h4{
font: 600 16px 'Gilroy';
color: #2C2C2C;
margin:0 0 10px 0;
}
.promouserdiv p{
padding:0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext{
margin: 0 0 20px 0;
padding: 20px 20px;
font: 13px 'Gilroy';
background: url(images/sh3.png);
border-radius: 20px;
}
.paydiv{
margin: 0 0 20px 0;
padding: 20px 20px;
font: 13px 'Gilroy';
background: url(images/sh3.png);
border-radius: 20px;
}
	.pay_left_col{
	padding: 0 0 5px 0;
	font: 13px 'Gilroy';
	}
	.pay_select{
	margin: 0 0 5px 0;
	}
	.pay_input{
	position: relative;
	margin: 0 0 10px 0;
	}
		input.pay_input_purse{
		padding-left: 30px;
		}
	a.delpay_link{
	font-weight: 600;
	color: #e92a5b;
	}
		a.delpay_link.act{
		cursor: default;
		color: #ccc;
		}
	.paystatus{
	font-weight: 600;
	}
		.paystatus.pst1{ color: #04658e; }
		.paystatus.pst2{ color: #068f20; }
		.paystatus.pst3{ color: #e92a5b; }
		.paystatus.pst4{ color: #e92a5b; }
/* end partner payouts */

/* promotional */
.promopage{
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
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: 14px 'Gilroy';
			}
			.promo_topmenu a:hover{
			color: #e92a5b;
			}
			.promo_topmenu li.current a{
			text-decoration: none;
			color: #fff;
			}
.promotext_warning{
margin: 0 0 20px 0;
}
    .one_promotxt{
	margin: 0 0 10px 0;
	font: italic 400 14px 'Gilroy';
	}
	.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 #e92a5b;
    color: #e92a5b;
	text-decoration: none;
	}
	.promo_menu ul li.act a{
	position: relative;
	margin: 0;
    border-bottom: none;
    color: #fff;
	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 #fff;
			color: #fff;
			text-decoration: none;
			}
			.bannerboxlink a.act{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #fff;
			color: #fff;
			font-weight: 400;
			text-decoration: none;
			}
			.bannerboxlink a:hover, .bannerboxlink a.act:hover{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #e92a5b;
			color: #e92a5b;
			text-decoration: none;
			}
		.bannerboxtextarea{
		padding: 10px 0 0 0;
		display: none;
		}
/* end promotional */

/* homepage */
.homepage_head{
padding: 20px 0 20px 0;
}
	@media all and (min-width: 960px){
		.homepage_head{
		padding: 60px 0 20px 0;
		}
	}

.home_wtext_wrap{
position: relative;
width: 100%;
margin: 0 0 20px 0;
}
	@media all and (min-width: 500px){
		.home_wtext_wrap{
		margin: 0 0 50px 0;
		}
	}
	.home_wtext_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_wtext_block{
		padding: 20px 20px 1px;
		background: url(images/sh3.png);
		border: 1px solid #fff;
		box-shadow: 0 0 10px #fff;
		border-radius: 12px;
		}
			.home_wtext_title{
			margin: 0 0 20px 0;
			font: 600 22px 'Gilroy';
			color: #0b4776;
			}


.home_text_wrap{
padding: 35px 0 25px 0;
}
	.home_text_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	color: #2C2C2C;
	}
		.home_text_title{
		margin: 0 0 20px 0;
		font: 600 24px/24px 'Gilroy';
		color: #ffffff;
		}

.home_directions_wrap{
padding: 45px 0 45px 0;
position: relative;
z-index: 11;
width: 100%;
background: url(images/sh3.png);
}
	.home_directions{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
        .home_directions_in {
            padding: 30px 25px 15px 25px;
            border-radius: 20px;
/* Sgadow */
            box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
            background: #fff;
        }
	}
		.home_directions_title{
		margin: 0 0 25px 0;
		font: 600 30px/31px 'Gilroy';
		color: #2C2C2C;
		}
                .home_directions_title > span {
                    text-transform: uppercase;
                }
		@media all and (max-width: 400px){
			.home_directions_title{
				font: 500 28px 'Gilroy';
			}
		}
			a.home_direction{
			text-decoration: none;
			display: block;
			border: 1px solid rgb(236, 236, 236);
                        border-radius: 15px;
			padding: 10px 10px 10px 10px;
			margin: 0 0 15px 0;
			background: url(images/sh2.png);
			box-sizing: border-box;
				-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
			}
				.home_direction_data{
				float: left;
				width: 45%;
				height: 40px;
				}
					.home_direction_logo{
					position: absolute;
					float: none;
					top: 5px;
					left: 0;
					width: 30px;
					height: 30px;
					background-size: cover!important;
					}
					.home_direction_title{
					height: 40px;
					position: relative;
					padding: 0 0 0 40px;
					display: table-cell;
					vertical-align: middle;
					color: #000;
					font: 500 15px 'Gilroy';
					overflow: hidden;
					}
				@media all and (min-width: 800px){
					a.home_direction{
					float: left;
					width: 49%;
					}
						a.home_direction.aldir2{
						margin: 0 0 15px 2%;
						float: right;
						}
				}
				@media all and (min-width: 1020px){
					a.home_direction.aldir2{
					float: left;
					margin: 0;
					}
					a.home_direction{
					float: left;
					width: 32%;
					margin: 0 1% 15px 0;
					}
						a.home_direction.cldir1{
						float: left;
						width: 33%;
						margin: 0 1% 15px 0;
						}
						a.home_direction.cldir2{
						float: left;
						width: 33%;
						margin: 0 1% 15px 0;
						}
						a.home_direction.cldir3{
						float: left;
						width: 32%;
						margin: 0 0 15px 0;
						}
				}
				.home_direction_arr{
				float: left;
				width: 10%;
				height: 40px;
				background: url(images/arrow-x3.svg) no-repeat center center;
				}

.home_lchange_wrap{
padding: 40px 0 40px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_lchange_wrap_ins{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 10px;
	}
		.home_lchange_title{
		margin: 0 0 25px 0;
		font: 600 24px/24px 'Gilroy';
		color: #fff;
		}
 			.home_lchange_one{
			margin: 0 0px 20px 0;
			}
				@media all and (min-width: 700px){
					.home_lchange_one{
					float: left;
					width: 48%;
					margin: 0 2% 0 0;
					}
						.home_lchange_one.last_item{
						display: none;
						}
				}
				@media all and (min-width: 1050px){
					.home_lchange_one{
					float: left;
					margin: 0 2% 0 0;
					width: 32%;
					}
						.home_lchange_one.last_item{
						margin: 0;
						display: block;
						}
				}
				.home_lchange_one_ins{
				background: url(images/sh3.png);
				border: 1px solid #fff;
				box-shadow: 0 0 10px #fff;
				border-radius: 12px;
				padding: 20px 0px 20px 20px;
				}
					.home_lchange_date{
					font: 12px 'Gilroy';
					color: #c9e6ff;
					margin: 0 0 15px 0;
					}
						.home_lchange_why{
						float: left;
						width: 40%;
						margin: 0 0 5px 0;
						}
							.home_lchange_ico{
							float: left;
							width: 40px;
							height: 40px;
							}
							.home_lchange_txt{
							float: left;
							width: 80px;
							font: 600 14px 'Gilroy';
							padding: 2px 0 0 10px;
							color: #fff;
							}
						.home_lchange_arr{
						float: left;
						width: 40px;
						height: 40px;
						margin: 0 0 5px 0;
						background: url(images/harr.png) no-repeat 0 center;
						}

.home_reserv_wrap{
padding: 40px 0 35px 0;
position: relative;
background: url(images/sh3.png);
width: 100%;
}
	.home_reserv_block_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
			.home_reserv_many{
			padding: 30px 40px;
                        border-radius: 20px;
                        /* Sgadow */
                        box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
                        background: rgb(255, 255, 255);
			}
				.one_home_reserv{
				width: 100%;
				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{
					border: 1px solid rgb(236, 236, 236);
					border-radius: 15px;
					padding: 15px 0px 15px 15px;
                                        background: #FFFFFF;
					}
					.one_home_reserv_ico{
					float: left;
					width: 40px;
					height: 40px;
					}
					.one_home_reserv_block{
					float: left;
					width: 155px;
					color: #000;
					font: 500 17px 'Gilroy';
					padding: 2px 0 0 10px;
					}
						.one_home_reserv_title{
						font: 500 16px 'Gilroy';
						margin: 0 0 1px 0;
						}
.home_news_wrap{
padding: 25px 0 25px 0;
position: relative;
z-index: 9;
width: 100%;
}
	.home_news{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_news_top, .home_reserv_top, .home_reviews_top{
		margin: 0 0 25px 0;
		}
			.home_news_title, .home_reserv_title, .home_reviews_title{
			float: left;
			font: 600 30px/24px 'Gilroy';
			color: #2C2C2C;
                        text-transform: uppercase;
			}
			@media all and (max-width: 400px){
				.home_news_title, .home_reserv_title, .home_reviews_title{
					font: 500 28px 'Gilroy';
				}
			}
			.home_news_div{
				display: flex;
				gap: 16px;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: flex-start;
			}
                        .home_news_one_ins {
                            display: flex;
                            height: 258px;
                            flex-direction: column;
                            align-items: flex-start;
                            justify-content: space-between;

                            .home_news_one_button {
                                width: 150px;
                                display: flex;
                                justify-content: center;
                                border: 1px solid rgb(99, 136, 255);
                                border-radius: 10px;
                                font-size: 13px;
                                font-weight: 400;
                                color: #6388FF;
                                padding: 12px 0;
                                transition: all 0.3s;
                            }
                            .home_news_one_button:hover {
                                text-decoration: none;
                                color: #fff;
                                background: #6388FF;
                            }
                        }

			.home_news_div_wrap{
			margin: 0;
			}
 				.home_news_one{
				/* margin: 0 0 20px 0; */
				background: url(images/sh4.png);
				border: 1px solid #fff;
                                border-radius: 20px;

/* Sgadow */
                                box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
				padding: 20px;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				}
					.home_news_one_image{
					margin: -20px -20px 20px;
					}
						.home_news_one_image img{
						width: 100%;
						border-radius: 12px 12px 0 0;
						}
					.home_news_one_date{
					font: 700 12px 'Gilroy';
					color: #747474;
					margin: 0 0 5px 0;
					}
					.home_news_one_title{
					font: 700 16px 'Gilroy';
					margin: 0 0 7px 0;
					}
						.home_news_one_title a{
						color: #2C2C2C;
						text-decoration: none;
						}
							.home_news_one_title a:hover{
							text-decoration: underline;
							}
					.home_news_one_content{
					font: 14px 'Gilroy';
					padding: 0 0 10px 0;
					}
						.home_news_one_content a{
						color: #747474;
						text-decoration: none;
						}
							.home_news_one_content a:hover{
							text-decoration: underline;
							}


					a.home_news_one_more{
					float: left;
					margin: 0px 0 0 0;
					padding: 4px 12px;
					border-radius: var(--pe-buttons-radius);
					border: 1px solid #fff;
					text-decoration: none;
					color: #fff;
					font: 14px 'Gilroy';
					}
						a.home_news_one_more span{
						padding: 0 14px 0 0;
						background: url(images/more.png) no-repeat right center;
						}
						a.home_news_one_more:hover{
						background: none;
						color: #c9e6ff;
						border: 1px solid #c9e6ff;
						}

				@media all and (min-width: 700px){
					.home_news_div_wrap{
					margin: 0 -1% 20px -1%;
					}
						.home_news_one{

						width: 33%;
						}
				}
				@media all and (max-width: 700px){
					.home_news_div{
						flex-direction: column;
						width: 100%;
						row-gap: 8px;
					}
				}
				a.home_news_more, a.home_reviews_more, a.home_reserv_more, a.home_directions_more{
				float: right;
				margin: -4px 0 0 0;
				padding: 8px 20px;
				text-decoration: none;
				color: #FFFFFF;
				background: #6388FF;
				font: 700 14px/24px 'Gilroy';
				border-radius: var(--pe-topmenu-radius);
                                transition: all 0.3s;
				}
					a.home_news_more:hover, a.home_reviews_more:hover, a.home_reserv_more:hover, a.home_directions_more:hover{
					background: #955bfa;
					box-shadow: 0 0 10px #fff;
					}
				@media all and (max-width: 700px){
					a.home_news_more, a.home_reviews_more, a.home_reserv_more, a.home_directions_more{
						display: none !important;
					}
				}
				a.home_news_more_mobile, a.home_reviews_more_mobile, a.home_reserv_more_mobile, a.home_directions_more_mobile{
					width: 100%;
					display: flow-root;
					margin: 20px 0 0 0;
					text-align: center;
					padding-top: 14px;
					padding-bottom: 14px;
					text-decoration: none;
					color: #fff;
					font: 700 14px/24px 'Gilroy';
					border-radius: var(--pe-topmenu-radius);
                                        background: #6388FF;
				}
				a.home_news_more_mobile:hover, a.home_reviews_more_mobile:hover, a.home_reserv_more_mobile:hover, a.home_directions_more_mobile:hover{
					background: #955bfa;
					box-shadow: 0 0 10px #fff;
					}
				@media all and (min-width: 700px){
					a.home_news_more_mobile, a.home_reviews_more_mobile, a.home_reserv_more_mobile, a.home_directions_more_mobile{
						display: none !important;
					}
				}

.home_reviews_wrap{
padding: 35px 0 35px 0;
position: relative;
z-index: 11;
width: 100%;
}
	.home_reviews_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
			.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: url(images/sh3.png);
					border: 1px solid #fff;
					box-shadow: 0 0 10px #fff;
					border-radius: 12px;
					padding: 20px 20px;
					}
					.home_reviews_one_top{
					padding: 0px 0 0px 30px;
					margin: 0 0 15px 0;
					background: url(images/ava.png) no-repeat 0 center;
					overflow: hidden;
					}
						.home_reviews_one_author{
						font: 500 15px 'Gilroy';
						color: #fff;
						float: left;
						}
						.home_reviews_one_date{
						font: 13px 'Gilroy';
						float: right;
						margin: 2px 0 0 0;
						color: #c9e6ff;
						}
						.home_reviews_one_content{
						font: 14px 'Gilroy';
						color: #c9e6ff;
						word-wrap: break-word;
						}
					@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_reviews_one_ins{
							min-height: 90px;
							}
					}

.home_advantages_wrap{
padding: 40px 0 25px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_advantages_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_advantages_blocktitle{
		display: none;
		margin: 0 0 45px 0;
		font: 600 24px/24px 'Gilroy';
		color: #fff;
		text-align: center;
		}
			.home_adv_div_wrap{
			padding: 0;
			}
				.home_advantages_one{
				margin: 0 0px 20px 0;
				background: url(images/sh3.png);
				border: 1px solid #fff;
				box-shadow: 0 0 10px #fff;
				border-radius: 12px;
				min-height: 200px;
				padding: 30px 20px 20px 160px;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				position: relative;
				}
					.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;
							min-height: 210px;
							width: 32%;
							}
								.home_advantages_one.last_item{
								margin: 0 0 20px;
								}
					}
					.home_advantages_img{
					width: 120px;
					height: 120px;
					position: absolute;
					float: none;
					top: 40px;
					left: 20px;
					}
					.home_advantages_title{
					margin: 0 0 25px 0;
					font: 600 20px/20px 'Gilroy';
					color: #ffffff;
					}
					.home_advantages_content{
					font: 14px 'Gilroy';
					color: #ffffff;
					}

.home_partner_wrap{
padding: 30px 0 40px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_partner_ins{
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_partner_title{
		margin: 0 0 25px 0;
		font: 500 31px / 31px 'Gilroy';
		color: #2C2C2C;
		}
		.home_partner_one{
		float: left;
		margin: 0 20px 10px 0;
		}
/* end homepage */

.xchange_table_wrap{
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
position: relative;
}

.tophead_ins {
	height: 95px;
}
.tophead {
	height: 95px;
}

/* 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 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{
			padding: 8px 16px;
			border: 1px solid #6388FF;
			border-radius: 8px;
			color: #6388FF;
			font: 500 13px/15px 'Gilroy';
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
                        text-transform: uppercase;
                        display: inline-block;
			}
				.tbl_icon.active{
				background: #6388FF;
				color: #FFFFFF;
                                border: none;
				}
				.tbl_icon:first-child{
					text-transform: none;
				}
				@media all and (max-width: 400px){
					.tbl_icon{
						font-size: 12px;
					}
				}
	.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: 16px 12px 12px 12px;
	background: url(images/sh3.png);
	box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
	border-radius: 20px;
	width: 48%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	}
	@media all and (min-width: 700px){
		.xtt_left_col_table{
			padding: 16px 20px 20px 20px;
		}
	}
	.xtt_right_col_table{
	float: right;
	padding: 16px 12px 12px 12px;
	background: url(images/sh3.png);
        box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
	border-radius: 20px;
	width: 48%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	}
	@media all and (min-width: 700px){
		.xtt_right_col_table{
			padding: 16px 20px 20px 20px;
		}
	}
	.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: 12px;
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	background: #96c7e5 url(images/no_exchange.png) no-repeat center 30px;
	border: 1px solid #868686;
	font: 600 13px 'Gilroy';
	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;
				}
				.tbl5 .xtt_right_col_table{
				width: 36%;
				float: left;
				margin: 0 0 0 2%;
				}
				.tbl5 .xtt_data_col_table{
				width: 34%;
				float: right;
				}
			}
		.tblexch_title{
		color: #fff;
		padding: 0px 0 10px 0px;
		font: 600 24px 'Gilroy';
		}
		.xtt_left_col_title, .xtt_left_incol_title{
		font: 500 22px/24px 'Gilroy';
		color: #000000;
		padding-bottom: 8px;
		position: relative;
		}
		.xtt_right_col_title, .xtt_right_incol_title{
		font: 500 22px/24px 'Gilroy';
		color: #000000;
		padding-bottom: 8px;
		position: relative;
		}
		@media all and (max-width: 400px){
			.xtt_right_col_title, .xtt_right_incol_title{
				font: 500 18px/24px 'Gilroy';
			}
			.xtt_left_col_title, .xtt_left_incol_title{
				font: 500 18px/24px 'Gilroy';
			}
		}

		.xtt_table_title3,
		.xtt_table_title4{
		font: 500 22px/24px 'Gilroy';
		color: #000000;
		}

		.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: 16px;
		right: 0;
		display: none;
		}
		a.xtt_title_link{
		float: right;
		text-decoration: none;
		color: #2f5d95;
		font: 13px/13px 'Gilroy';
		margin: 0 10px 0px 0;
		cursor: pointer;
		position: relative;
		}
			a.xtt_title_link.active{
			text-decoration: underline;
			}

		.xtt_change_ico{
		width: 30px;
		height: 30px;
		margin: 5px auto 0;
		}
		.xtt_one_line_name{
		font: 500 15px 'Gilroy';
		color: #000;
		}
		.xtt_one_line_curs{
		font: 500 15px 'Gilroy';
		color: #000;
		height: 40px;
		}
		.xtt_one_line_reserv{
		font: 500 15px 'Gilroy';
		color: #000;
		height: 40px;
		}
		.xtt_one_line_left{
		position: relative;
		margin: 0 0 10px 0;
		border: 1px solid #ECECEC;
		border-radius: 8px;
		cursor: pointer;
		}
		div.js_item_left{
			background-color: #FFFFFF ;
		}
		div.js_item_left.active, div.js_item_left.active:hover{
			background: linear-gradient(90.00deg, rgb(99, 136, 255) 18.885%,rgb(91, 128, 250) 100%) !important;
                        border-radius: 8px;
		}
                div.js_item_left.active .xtt_one_line_left, div.js_item_left.active:hover .xtt_one_line_left {
                    border: none;
                }
		.xtt_one_line_left:hover{
			border: 1px solid #ffffff;
			background: linear-gradient(90.00deg, rgb(99, 136, 255) 18.885%,rgb(91, 128, 250) 100%) !important;
			}

			@media (max-width:700px) {
			.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
				background-size: 20px;
			}
			@media (max-width:560px) {
				.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left {
					background: url(images/check1.svg) no-repeat 97% 10%;
				}
			}

		}
			.js_item_left.active .xtt_one_line_name,
			.js_item_left.active .xtt_one_line_curs
			{
			color: #fff;
			}
		a.js_item_right{
		text-decoration: none;
		}
		.xtt_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		margin: 0 0 10px 0;
		border: 1px solid rgb(236, 236, 236);
		background-color: #FFFFFF ;
		border-radius: 8px;
		cursor: pointer;
		}
			.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right{
			border: 1px solid #ffffff;
			background: linear-gradient(90.00deg, rgb(99, 136, 255) 18.885%,rgb(91, 128, 250) 100%) !important;
			}
			.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: #000;
			}
		@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;
			}
			.xtt_table_title2{
			display: block;
			}
			.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 0px;
			}
			.xtt_table_title2{
			display: block;
			padding: 0 0 0 0px;
			}
			.xtt_table_title3{
				font-size: 20px;
			}
			.xtt_table_title4{
				font-size: 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: 40px;
					}
				.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: 40px;
					}
			.xtt_title_link_wrap{
			display: block;
			}
		}
		.js_item_left.active .xtt_one_line_name_left {
			background: url(./images/check1.svg) no-repeat 95% center
		}
		@media (max-width:560px) {
			.js_item_left.active .xtt_one_line_name_left {
				background: none;
			}
		}
		@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 .xtt_one_line_curs_left .xtt_one_line_curs{
					display: block;
					text-align: right;
					line-height: 40px;
					}
			.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;
	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_right:hover .xtt_one_line_rez, .js_item_right.active .xtt_one_line_right .xtt_one_line_rez{
				background: url(images/rez_a.png) no-repeat center center;
				}
			}
			.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%;
		}
		.xtp_right_col_icon{
		float: right;
		width: 48%;
		}
	.xtp_table_wrap{
	background: url(images/sh3.png);
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	border-radius: 12px;
	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: 600 18px 'Gilroy';
	color: #fff;
	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: 6px;
		border: 2px solid #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;
		}
			.xtp_item.active{
			border: 2px solid #2f5d95;
			}
			.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 'Gilroy';
			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 'Gilroy';
			}
			.xtp_commis_wrap input{
			font: 20px/50px 'Gilroy';
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtp_line{
		padding: 0 0 10px 0;
		font: 13px 'Gilroy';
		}
			.xtp_line span{
			font-weight: 400;
			}
			a.xtp_link{
			font-weight: 400;
			}
	.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 40px 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{
		background: url(images/sh3.png);
		border: 1px solid #fff;
		box-shadow: 0 0 10px #fff;
		border-radius: 12px;
		padding: 15px;
		min-height: 1px;
		margin: 0 0 20px 0;
		}
		.xtl_center_col{
		margin: 0 0 20px 0;
		}
			a.xtl_change{
			display: block;
			width: 35px;
			height: 35px;
			margin: 0 auto;
			background: url(images/xtl_change.png) no-repeat center center;
			}
				a.xtl_change:hover{
				opacity: 0.8;
				}
		@media all and (min-width: 900px){
			.xtl_table_wrap{
			background: url(images/sh3.png);
			border: 1px solid #fff;
			box-shadow: 0 0 10px #fff;
			border-radius: 12px;
			padding: 30px;
			margin: 0 auto;
			}
				.xtl_left_col{
				float: left;
				width: 46%;
				position: relative;
				background: none;
				box-shadow: none;
				border: none;
				padding: 0;
				margin: 0;
				}
				.xtl_center_col{
				float: left;
				width: 8%;
				margin: 0;
				padding: 52px 0 0 0;
				}
				.xtl_right_col{
				float: right;
				width: 46%;
				position: relative;
				background: none;
				box-shadow: none;
				border: none;
				padding: 0;
				margin: 0;
				}
		}

 		.xtl_table_title{
		font: 600 20px 'Gilroy';
		color: #fff;
		padding: 0 0 20px 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 'Gilroy';
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtl_commis_text{
			position: absolute;
			float: none;
			top: 0;
			right: 10px;
			width: 110px;
			text-align: right;
			height: 50px;
			font: 13px/50px 'Gilroy';
			}
			.xtl_commis_wrap input{
			font: 20px/50px 'Gilroy';
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_line{
		padding: 0 0 10px 0;
		font: 13px 'Gilroy';
		}
			.xtl_line span{
			font-weight: 500;
			}
			.xtl_line a{
			text-decoration: none;
			}
				.xtl_line a:hover{
				text-decoration: underline;
				}
		a.xtl_submit, a.xtp_submit{
		display: block;
		text-decoration: none;
		background: #ffffff;
		border-radius: var(--pe-topmenu-radius);
		height: 50px;
		width: 260px;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #000000;
		font: 500 18px/50px 'Gilroy';
		cursor: pointer;
		text-align: center;
		}
			a.xtl_submit:hover, a.xtp_submit:hover{
			background: #ffffff;
			box-shadow: 0 0 10px #fff;
			border: none;
			color: #0e5d9a;
			text-decoration: none;
			}
			a.xtl_submit.active, a.xtp_submit.active{
			background: #ccc;
			cursor: default;
			}
/* end type table 3 */

/* all */
.notice_message, .notverify_message{
margin: 0 auto 20px;
padding: 16px 20px 16px 20px;
max-width: 1130px;
background: url(images/sh3.png);
border-radius: 20px;
}

	.notice_message_ins{
	background-size: 34px;
	padding: 0px;
	min-height: 52px;
	}
	.notice_message_title{
	background: url(images/w_warn.png) no-repeat 0 0;
	background-size: 34px;
	height: 34px;
	font: 600 22px 'Gilroy';
	color: #0b4776;
	margin: 0 0 17px 0;
	padding-left: 44px;
    position: relative;
    top: 2px;
	}

.warning_message{
margin: 0 auto 20px;
max-width: 1160px;
}
	.warning_message_title{
	font: 600 24px 'Gilroy';
	color: #2C2C2C;
	margin: 0 0 12px 0;
	}
	.warning_message_ins{
	padding: 16px 20px 16px 20px;
	background: url(images/sh3.png);
	border-radius: 20px;
	}
	.warning_message_text p{
	padding: 0 0 8.5px 0;
	}
.ajax_post_bids_res{
margin: 0 0px;
}
.span_skidka{
color: #000;
font: 400 14px 'Gilroy';
}
.xchange_label{
	font: 400 14px 'Gilroy';
}
.span_give_max, .span_get_max{
color: #002948;
font: 400 12px 'Gilroy';
}
@media all and (min-width: 700px){
	.span_give_max, .span_get_max{
		flex-direction: column;
	}
}
	.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: #ff7878;
	border-radius: 6px;
	padding: 5px;
	font: 12px 'Gilroy';
	}
		.js_wrap_error.error .js_error{
		display: block;
		}
			.js_wrap_error.error input{
			border: 2px solid #ff7878;
			}
.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 'Gilroy';
padding: 15px 20px;
border-radius: 8px;
color: #000;
background: #d5f1fc;
}
	.js_window_wrap.showed .info_window{
	display: block;
	}
		.info_window_abs{
		position: absolute;
		top: -5px;
		float: none;
		left: 36px;
		background: url(images/ug.png) no-repeat;
		width: 16px;
		height: 5px;
		}
.js_choice_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_choice_link_ins{
	position: relative;
	width: 16px;
	height: 16px;
	}
		.js_choice_ul{
		position: absolute;
		float: none;
		top: 0;
		left: 0px;
		width: 250px;
		background: #fff;
		border: 2px solid #bcd1df;
		border-radius: 6px;
		font: 12px 'Gilroy';
		color: #000;
		display: none;
		}
			.js_choice_line{
			padding: 5px 10px;
			word-break: break-all; word-wrap: break-word;
			border-bottom: 1px solid #bcd1df;
			}
				input.js_choice_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: 1160px;
margin: 0 auto;
}
.hexch_div{
padding: 0 0px 20px;
}
	.hexch_div_ins{
	background: url(images/sh3.png);
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
	}
		.hexch_bigtitle{
		font: 600 18px 'Gilroy';
		color: #fff;
		margin: 0 0 20px 0px;
		}
			.hexch_information{
			padding: 0 0 20px 0;
			}
				.hexch_information_line, .user_discount_div{
				padding: 0 0 5px 0;
				}
					.hexh_line_label, .user_discount_label{
					font-weight: 600;
					}
		@media all and (min-width: 700px){
			.hexch_cols:after{
			content: '';
			display: block;
			clear: both;
			}
				.hexch_left{
				float: left;
				width: 48%;
				}
				.hexch_right{
				float: right;
				width: 48%;
				}
			.hexch_pers{
			float: left;
			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;
		font: 600 18px 'Gilroy';
		color: #fff;
		margin: 0 0 20px 0px;
		}
			.hexch_title{
			padding: 0 0 0 35px;
			}
				.hexch_title_logo{
				position: absolute;
				float: none;
				top: -3px;
				left: 0;
				width: 30px;
				height: 30px;
				}
	.hexch_info_line{
	font: 13px/14px 'Gilroy';
	color: #0b4776;
	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{
		font: 13px/16px 'Gilroy';
		color: #0b4776;
		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: 13px 'Gilroy';
			padding: 0 0 5px 0;
			}
			.hexch_pers_input{
			position: relative;
			}
				.hexch_curs_input input, .hexch_pers_input input{
				font: 16px/50px 'Gilroy';
				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: 500 18px/50px 'Gilroy';
		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{
padding: 20px 20px 10px;
background: url(images/sh3.png);
border-radius: 20px;
margin: 0 0 20px 0;
}
/* .xchange_data_ins{
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.xchange_data_ins_get{
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	.xchange_data_ins{
		flex-direction: column;
		align-items: unset;
	}
	.xchange_data_ins_get{
		flex-direction: column;
		row-gap: 8px;
	}
} */
.xchange_data_left_strong .xchange_info_line{
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 16px 0 16px 0;
	padding: 0;
	color: #000;
}
.xchange_data_left_p .xchange_info_line{
	font-size: 16px;
	font-weight: 500;
}
.xchange_data_left_lable{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
@media only screen and (max-width: 700px){
	.xchange_data_left .js_viv_com1, .xchange_data_left .js_viv_com2{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px){
	.xchange_data_left_lable{
		line-height: 24px;
	}
	/* .xchange_data_ins{
		row-gap: 16px;
	} */
	.span_give_max, .span_get_max{
		line-height: 20px;
		padding-top: 4px;
	}
}
.xchange_data_innerput_row{
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.xchange_pers_title_ins{
	display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.xchange_pers_title_ins > img {
    filter: invert(100%);
    display: none;
}
	.xchange_data_title, .xchange_pers_title{
	font: 600 24px 'Gilroy';
	color: #2C2C2C;
	margin: 0px 0px 20px;
	}
	.xchange_data_div{
	padding: 0px 0px 24px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #fff;
	}
	.xchange_pers_div{
	padding: 0px 0px 28px 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: 12px 'Gilroy';
		color: #000;
		padding: 0 0 10px 0;
		}
			.xchange_select{
			margin: 0 0 4px 0;
			height: 50px;
			}
				.xchange_select select{
				width: 100%;
				height: 50px;
				}
		.xchange_sum_line{
		position: relative;
		margin: 20px 0 0px 0;
		}
			.xchange_sum_label{
			font: 400 14px 'Gilroy';
			color: rgba(0, 0, 0, 0.8);
			padding: 0 0 5px 0;
			}
			.xchange_sum_input{
			position: relative;
			}
				.xchange_sum_input input{
				width: 100%;
				height: 50px;
				font: 16px/50px 'Gilroy';
				}
			@media all and (min-width: 700px){
				.xchange_sum_line{
					height: 50px;
					margin: 0px 0 20px 0;
					padding: 0 0 0 120px;
				}
				.xchange_sum_label{
					position: absolute;
					float: none;
					top: 0;
					left: 0;
					width: 110px;
					height: 50px;
					font: 12px/50px var(--pe-font-family), sans-serif;
					text-align: right;
					padding: 0;
					}
			}
		.xchange_sumandcom{
		font: 13px/16px 'Gilroy';
		color: #0b4776;
		margin: 0 0 20px 0;
		}
		.xchange_curs_line .check_purse_line{
		padding: 20px 0 0px 0;
		}
		.xchange_curs_line, .xchange_pers_line{
		margin: 20px 0 0px 0;
		}
			.xchange_curs_label, .xchange_pers_label{
			font: 13px 'Gilroy';
			padding: 0 0 5px 0;
			}
			.xchange_curs_input, .xchange_pers_input{
			position: relative;
			}
				.xchange_curs_input input, .xchange_pers_input input{
				font: 16px/50px 'Gilroy';
				height: 50px;
				width: 100%;
				}
				.xchange_curs_input select, .xchange_pers_input select{
				height: 50px;
				width: 100%;
				}
	.xchange_submit_div{
	margin: 0px 0px 10px 0px;
	background: #6388FF;
	border-radius: var(--pe-topmenu-radius);

}
	.xchange_submit_wrapper {
		margin: 0 0 10px 0;
		text-align: center;
	}
	.xchange_agreement_text {
		margin: 10px 0 0 0;
		font: 13px/1.4 'Gilroy', sans-serif;
		color: #555;
		text-align: center;
	}
	.xchange_agreement_text a {
		color: var(--pe-blue-text, #0e5d9a);
		text-decoration: none;
	}
	.xchange_agreement_text a:hover {
		text-decoration: underline;
	}
		input.xchange_submit{
		display: block;
		height: 50px;
		width: 100%;
		margin: 0;
		color: #fff;
		background-color: transparent ;
		background-image: url(images/uil_exchange-alt.png);
		background-repeat: no-repeat;
		background-position: calc(50% - 70px) 50%;
		font: 500 14px/24px 'Gilroy';
		text-align: center;
		margin-top: 26px;
		}
		input.xchange_submit:hover{
			background-image: url(images/uil_exchange-alt.png);
			background-repeat: no-repeat;
			background-position: calc(50% - 70px) 50%;
                        background-color: #955BFA;
                        box-shadow: none;
			color:#fff;
		}
		@media only screen and (max-width: 600px) {
			input.xchange_submit{
				background-position: calc(50% - 60px) 50%;
			}
			input.xchange_submit:hover{
				background-position: calc(50% - 60px) 50%;
			}
		}
		@media only screen and (max-width: 400px) {
			input.xchange_submit{
				background-position: calc(50% - 60px) 50%;
			}
			input.xchange_submit:hover{
				background-position: calc(50% - 60px) 50%;
			}
		}

	.xchange_checkdata_div, .xchange_div .exchange_checkpersdata{
	padding: 0 0px 10px 0px;
	}

.notice_message_text_ins h2 > span {
    color: #6388FF !important;
    text-transform: uppercase;
}

.other_directions_wrap{
background: url(images/sh3.png);
border-radius: 20px;
padding: 20px 20px 10px;
margin: 0 0 20px 0;
}
	.other_directions_title{
	color: #2C2C2C;
	font: 500 22px 'Gilroy';
	margin: 0 0px 16px;
	}
		a.other_direction{
		float: left;
		width: 50%;
		margin: 0 0 10px 0;
		text-decoration: none;
		font: 13px 'Gilroy';
		}
			.other_direction_data{
			float: left;
			width: 48%;
			height: 30px;
			}
				.other_direction_title{
				display: table-cell;
				vertical-align: middle;
				position: relative;
				height: 30px;
				padding: 0 0 0 35px;
				}
				.other_direction_logo{
				height: 30px;
				width: 30px;
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				}
			.other_direction_arr{
			float: left;
			width: 11px;
			height: 19px;
			background: url(images/arrow-х3.png) no-repeat center center;
			margin-top: 4px;
			background-size: contain;
			margin-right: 4px;
			}


/* end exch */

/* step 1 */
.block_xchangedata{
padding: 20px 20px 10px;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
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: 2px solid #fff;
		}
		.block_xchdata_title, .block_persdata_title{
		color: #fff;
		font: 600 24px 'Gilroy';
		margin: 0 0px 20px;
		}
		.block_xchdata_comm{
		padding: 0px 0px 20px;
		}
		.block_persdata_info, .block_xchdata_info{
		padding: 0px 0px 15px;
		font: 14px 'Gilroy';
		}
			.block_xchdata_info_left{
			float: left;
			width: 340px;
			}
				.block_persdata_line, .block_xchdata_line{
				padding: 0 0 5px 0;
				word-wrap: break-word;
				}
					.block_persdata_line span, .block_xchdata_line span{
					color: #0b4776;
					display: block;
					padding: 0 0 3px 0;
					font-weight: 500;
					}
					.block_xchdata_line_p{
						font-size: 16px;
						font-weight: 700;
						line-height: 20px;
					}
			.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: 600 18px/40px 'Gilroy';
				}
/* end step 1 */

/* bid status */
.block_statusbids{
padding: 20px 20px 0px;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
margin: 0 0 20px 0;
position: relative;
}
	.block_statusbid_title{
	color: #fff;
	font: 600 24px 'Gilroy';
	margin: 0 0px 20px;
	}
	.block_instruction{
	margin: 0 0 28px 0;
	padding-bottom: 28px;
	border-bottom: 2px solid #fff;
	}
		.block_instruction p{
		padding: 0 0 10px 0;
		}
		.block_instruction .comment_user{
		font-weight: 600;
		}
	.block_payinfo{
	padding: 0px 0px 20px;
	}
		.block_payinfo_line{
		padding: 0px 0 10px;
		}
			.block_payinfo_line span{
			font-weight: 600;
			}
				.block_xchdata_line_title{
					background: url(images/uil_money-withdraw.png) no-repeat 0 top;
					padding-left: 33px !important;
					padding-bottom: 9px !important;
					background-size: 22px 20px;
					font: 500 20px/24px "Jost";
					color: rgba(255, 255, 255, 1) !important;
				}
				.block_xchdata_line_span{
					color:rgba(0, 0, 0, 1) !important;
					font: 700 14px/24px "Gilroy" !important;
				}
				.block_xchdata_line_account_get{
					color:rgba(0, 0, 0, 1) !important;
					font: 700 14px/24px "Gilroy" !important;
				}
	.block_status{
	background: url(images/sh3.png);
	padding: 20px 20px;
	margin: 0 -20px 20px;
	}
		.block_status_time{
		padding: 0 0 10px 0;
		}
			.block_status_time span{
			font-weight: 400;
			}
		span.block_status_text_info{
		font-weight: 400;
		}
	.block_change_browser{
	text-align: center;
	padding: 0px 0 20px;
	color: #ee264c;
	}
		.not_vaccaunt_now{
		font-weight: 600;
		}
	.block_check_payment{
	height: 3px;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	}
		.block_check_payment_ins{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 0px;
		height: 100%;
		background: #83cc06;
		}
		.block_check_payment_abs{
		display: none;
		}
	/* .block_warning_merch{
	padding: 20px 20px;
	margin: 0 -20px 20px;
	} */

	.block_smsbutton{
	padding: 20px 0px 20px;
	border-top: 2px solid #fff;
	}
		.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;
	display: flex;
	justify-content: flex-end
	}
		a.cancel_paybutton{
		float: left;
		display: block;
		text-decoration: none;
		background: none;
		border: 1px solid #ee264c;
		border-radius: var(--pe-buttons-radius);
		height: 40px;
		width: 220px;
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #ee264c;
		font: 500 14px/38px 'Gilroy';
		cursor: pointer;
		text-align: center;
		color: #000;
		background: #ee264c;
		}
			a.cancel_paybutton:hover{
			color: #000;
			background: #ee264c;
			}
		.resultfalse.paybutton_error{
                   float: right;
                   height: 100%

		}
		a.success_paybutton{
		display: block;
		text-decoration: none;
		background-image: url(images/uil_exchange-alt.png);
		background-repeat: no-repeat;
		background-position: calc(50% - 70px) 50%;
		border-radius: var(--pe-topmenu-radius);
		height: 40px;
		margin: 0 auto;
		padding-left: 21px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 500 14px/40px 'Gilroy';
		cursor: pointer;
		text-align: center;
                background-color: #6388FF;
                transition: all 0.3s;
		}
				a.success_paybutton:hover{
				border: none;
				background-color: #955bfa;
				}
			@media all and (max-width: 700px){
				a.cancel_paybutton,
				.resultfalse.paybutton_error,
				a.success_paybutton
				{
				float: none;
				width: auto;
				margin: 0 0 20px 0;
				}
				.block_paybutton{
					width: 100%;
					display: unset;
				}
				.block_paybutton_ins{
					width: 100% !important;
				}
			}
		.block_paybutton_ins{
			background: #ee264c;
			width: 220px;
			border-radius: var(--pe-topmenu-radius);
                        color: #fff;
                        transition: all 0.3s;
		}
		.block_paybutton_ins:hover{
			background: #955bfa;
		}
		a.merch_paybutton{
		display: block;
		text-decoration: none;
		background: none;
		height: 40px;
		/* width: 240px; */
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #044A84;
		font: 500 14px/38px 'Gilroy';
		cursor: pointer;
		text-align: center;
		text-decoration: underline;
		text-decoration-color: #044A84;
		}
			a.merch_paybutton:hover{

			color: #000;
			text-decoration-color: #000;
			}
/* end bid status */

.block_combined_merch{
	display: flex;
    align-items: center;
    justify-content: space-between;
	background: url(images/sh3.png);
	padding: 15px 20px;
    margin: 0 -20px 0px;
	position: relative;
}
p.block_combined_message{
	background: url(images/sh3.png);
	padding: 15px 20px 0px 20px;
    margin: 0 -20px 0px;
}

@media all and (max-width: 700px){
	.block_combined_merch{
		flex-direction: column;

	}
	p.block_combined_message{
		text-align: center;
	}
}
@media all and (max-width: 380px){

	p.block_combined_message{
		text-align: unset;
	}
}

/* select */
.select_js{
position: relative;
cursor: pointer;
}
	.change_city_select_wrap{
	height: 50px;
	width: 260px;
	}
		.change_city_select_wrap select {
		height: 50px;
		}
	.select_js select{
	display: none;
	}
	.select_js_title{
	background: #FFFFFF;
        border: 1px solid rgb(236, 236, 236);
        border-radius: 15px;
	height: 50px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	color: #000;
	overflow: hidden;
	position: relative;
	}
		.select_js_title .select_js_abs{
		background: url(images/jsel.png) no-repeat center center;
		position: absolute;
		float: none;
		top: 0;
		right: 20px;
		height: 100%;
		width: 12px;
		}
		.select_js_title_ins{
		padding: 0 20px 0 20px;
		font: 16px/50px 'Gilroy';
		}
			.iselect_js .select_js_title_ins{
			padding: 0 20px 0 60px;
			}
			.iselect_js .select_ico{
			position: absolute;
			float: none;
			top: 5px;
			left: 5px;
			width: 50px;
			height: 40px;
			}
		.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: 50px;
			}
		.select_js_ul{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 100%;
		background: #c6d6e1;
		border: 1px solid #fff;
		border-radius: 8px;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		max-height: 300px;
		overflow-y: auto;
		}
		.select_js_ulli{
		position: relative;
		overflow: hidden;
		padding: 8px 20px;
		color: #000;
		font: 13px 'Gilroy';
		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: 14px/50px 'Gilroy';
			}
			.select_js_ulli:hover, .select_js_ulli.active{
			background: #7da6c4;
			}
/* end select */

/* sidebar */
.sidebar{
margin: 0 0px;
}
	@media all and (min-width: 960px){
		.sidebar{
		float: right;
		width: 29%;
		}
	}
	@media all and (min-width: 1160px){
		.sidebar{
		width: 24%;
		}
	}
/* end sidebar */

.widget{
margin: 0 0 20px 0;
border-radius: 12px;
background: url(images/sh4.png);
box-shadow: 0 0 10px #fff;
border: 1px solid #fff;
padding: 20px 20px;
}
	.widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	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 14px;
			background: url(images/liarr.png) no-repeat 0 5px;
			}

/* news widget */
.widget.widget_news_div{
margin: 0 0 20px 0;
background: none;
box-shadow: none;
border: none;
padding: 0;
}
	.widget_news_div .widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 20px 0px;
	}
	.widget_news_line{
	margin: 0 0 20px 0;
	background: url(images/sh4.png);
	border: 1px solid #fff;
	box-shadow: 0 0 10px #fff;
	border-radius: 12px;
	padding: 20px;
	}
		.widget_news_date{
		color: #c9e6ff;
		font: 12px 'Gilroy';
		margin: 0 0 5px 0;
		}
		.widget_news_image{
		margin: -20px -20px 7px;
		}
			.widget_news_image img{
			border-radius: 12px 12px 0 0;
			width: 100%;
			}
		.widget_news_title{
		font: 600 18px 'Gilroy';
		color: #ffffff;
		margin: 0 0 7px 0;
		}
			.widget_news_title a{
			color: #ffffff;
			text-decoration: none;
			}
				.widget_news_title a:hover{
				text-decoration: underline;
				}
		.widget_news_content{
		font: 14px 'Gilroy';
		color: #cee7ff;
		padding: 0 0 10px 0;
		}
			.widget_news_content a{
			color: #fff;
			text-decoration: none;
			}
				.widget_news_content a:hover{
				text-decoration: none;
				}
		a.widget_news_onemore{
		float: left;
		border-radius: var(--pe-buttons-radius);
		border: 1px solid #cee7ff;
		color: #cee7ff;
		padding: 4px 12px;
		font: 500 13px 'Gilroy';
		text-decoration: none;
		}
			a.widget_news_onemore span{
			padding: 0 16px 0 0;
			background: url(images/more.png) no-repeat right 4px;
			}
				a.widget_news_onemore:hover{
				text-decoration: none;
				}
		.widget_news_more_wrap, .widget_reviews_more_wrap{
		text-align: center;
		padding: 10px 0 20px;
		display: flex;
		}
			a.widget_news_more, a.widget_reviews_more{
			padding: 12px ;
			border-radius: var(--pe-topmenu-radius);
			background: #6388FF;
			text-decoration: none;
			color: #FFFFFF;
			font: 500 14px 'Gilroy';
			position: relative;
			width: 100%;
                        transition: all 0.3s;
			}
				a.widget_news_more:hover, a.widget_reviews_more:hover{
				background: #955bfa;
				box-shadow: 0 0 10px #fff;
				color: #fff;
				}
/* end news widget */

/* stats widget */
.widget_stats_div{
margin: 0 0 20px 0;
background: url(images/sh4.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
color: #fff;
padding: 20px 20px 15px;
}
	.widget_stats_div .widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 20px 0px;
	}
	.widget_stats_line{
	padding: 0px 0px 5px;
	font: 13px 'Gilroy';
	}
		.widget_stats_line span{
		font-weight: 600;
		}
/* end stats widget */

/* reviews widget */
.widget.widget_reviews_div{
margin: 0 0 20px 0;
background: none;
border: none;
box-shadow: none;
padding: 0;
}
.widget_titlevn {
    color: #2C2C2C;
}
	.widget_reviews_div .widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 20px 0px;
	}
	.widget_reviews_line{
	margin: 0 0 20px 0;
	background: #F3F7FA !important;
	border-radius: 12px;
        border-radius: 10px;
	padding: 20px 20px;
        color: #747474 !important;
	}
		.widget_reviews_author_wrap{
		padding: 2px 0 2px 30px;
		background: url(images/ava.png) no-repeat 0 0;
		margin: 0 0 10px 0;
		overflow: hidden;
		}
			.widget_reviews_author{
			font: 500 15px 'Gilroy';
			float: left;
			color: #747474;
			}
			.widget_reviews_date{
			font: 11px 'Gilroy';
			color: #747474;
			margin: 2px 0 0 0;
			float: right;
			}
		.widget_reviews_content{
		font: 14px 'Gilroy';
		color: #747474;
		word-wrap: break-word;
		word-break: break-all;
		}
/* end reviews widget */

.checkbox a {
	margin: 0 5px !important;
}

/* register widget */
.user_widget, .register_widget, .login_widget, .checkstatus_widget{
margin: 0 0 20px 0;
background: url(images/sh4.png);
border: 1px solid #fff;
border-radius: 20px;
/* Sgadow */
box-shadow: 0px 4px 9px 0px rgba(227, 227, 227, 0.05),0px 17px 17px 0px rgba(227, 227, 227, 0.04),0px 37px 22px 0px rgba(227, 227, 227, 0.03),0px 66px 27px 0px rgba(227, 227, 227, 0.01),0px 104px 29px 0px rgba(227, 227, 227, 0);
padding: 20px 20px;
color: #2C2C2C;
}
	.user_widget a, .register_widget a, .login_widget a, .checkstatus_widget a{
	color: #747474;
	}
	.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #2C2C2C;
	margin: 0px 0px 20px 0px;
	}
		.widget_reg_label, .widget_log_label, .widget_checkstatus_label {
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'Gilroy';
		}
		.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 'Gilroy';
	}
	.login_widget_subm_right{
	float: right;
	text-align: right;
	width: 49%;
	font: 12px 'Gilroy';
	}
/* end login widget */

/* user widget */
.uswidin{
margin: 0 0 7px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #fff;
font: 600 15px 'Gilroy';
color: #747474;
}
	.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 7px 0;
	border-bottom: 1px solid #fff;
	margin: 0 0 7px 0;
	}
		.user_widget_body ul li a{
		font: 13px 'Gilroy';
		text-decoration: none;
		color: #747474;
		}
			.user_widget_body ul li a:hover{
			text-decoration: none;
			}
			.user_widget_body ul li.current a{
			color: #747474;
			text-decoration: underline;
			cursor: default;
			}
		a.exit_link{
		display: block;
		background: #ffffff;
		border-radius: 10px;
		height: 40px;
		padding: 0 25px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #FFFFFF;
		font: 500 16px/40px 'Gilroy';
		cursor: pointer;
		text-align: center;
                background-color: #6388FF;
		width: 100%;
		margin: 0 auto;
                transition: all 0.3s;
		}
			a.exit_link:hover{
			background: #955bfa;
			color: #fff;
			text-decoration: none;
			}
/* end user widget */

/* reserv widget */
.widget_reserv_div{
margin: 0 0 20px 0;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px 10px;
}
	.widget_reserv_div_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	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: 13px 'Gilroy';
			padding: 2px 0 0 10px;
			color: #000;
			}
				.widget_reserv_title{
				font: 600 14px 'Gilroy';
				color: #000;
				margin: 0 0 1px 0;
				}
		.widget_reserv_filters{
		padding: 0px 0 5px 0px;
		}
			.widget_reserv_filter{
			float: left;
			padding: 5px 8px 5px;
			background: none;
			border: 1px solid #aad4ee;
			border-radius: var(--pe-buttons-radius);
			color: #a9d1ff;
			font: 13px/13px 'Gilroy';
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}
				.widget_reserv_filter.current{
				background: #aad4ee;
				color: #1559ad;
				}
/* end reserv widget */

/* cbr widget */
.widget_cbr_div{
margin: 0 0 20px 0;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px;
}
	.widget_cbr_div_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 10px 0px;
	}
		.cbr_update{
		padding: 10px 0px 0;
		font: 12px 'Gilroy';
		color: #000;
		}
		.widget_cbr_line{
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #fff;
		margin: 0 0px;
		}
			.widget_cbr_left{
			float: left;
			width: 90px;
			}
				.widget_cbr_title{
				font: 600 13px 'Gilroy';
				color: #000;
				padding: 1px 0 1px 0;
				}
				.widget_cbr_birg{
				font: 12px 'Gilroy';
				color: #000;
				}
			.widget_cbr_curs{
			float: left;
			width: 120px;
			padding: 0 0 0 20px;
			color: #000;
			font: 13px 'Gilroy';
			}
				.widget_cbr_onecurs{
				padding: 1px 0;
				}
/* end cbr widget */

/* lchange */
.widget_lchange_div{
margin: 0 0 20px 0;
background: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px 1px;
position: relative;
}
	.widget_lchange_div .widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	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: 13px 'Gilroy';
		padding: 10px 0 0 0;
		color: #fff;
		}
			.widget_lchange_why{
			float: left;
			width: 84px;
			}
			.widget_lchange_ico{
			width: 40px;
			height: 40px;
			}
				.widget_lchange_txt{
				font: 600 14px 'Gilroy';
				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 {
color: #fff;
padding: 20px 0px 16px 35px;
font: 13px 'Gilroy';
margin: -20px 0px 15px 0px;
border-bottom: 1px solid #fff;
background: url(images/verify0.png) no-repeat 0px 16px;
}
	.usve_widget.verifyst_1{
	color: #fff;
	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: url(images/sh3.png);
border: 1px solid #fff;
box-shadow: 0 0 10px #fff;
border-radius: 12px;
padding: 20px 20px;
}
	.userverify_widget_title{
	font: 600 22px/22px 'Gilroy';
	color: #fff;
	margin: 0px 0px 15px 0px;
	}
	.account_verify{
	background: url(images/verify0.png) no-repeat 0 center;
	padding: 5px 0 5px 35px;
	font: 13px 'Gilroy';
	color: #fff;
	}
		.account_verify.true{
		color: #fff;
		background: url(images/verify1.png) no-repeat 0 center;
		}
		.needverifylink{
		padding: 5px 0 0px 35px;
		}
/* end userverify widget */

/* comment navi */
.comment-navigation{
margin: 0 0 20px 0;
}
	.nav-previous a{
	float: left;
	padding: 8px 13px;
	border-radius: 6px;
	}
	.nav-next a{
	float: right;
	padding: 8px 13px;
	border-radius: 6px;
	}
/* end comment navi */

/* pagenavi */
.pagenavi{
padding: 0px 0 0 0;
margin: 0 0 20px 0;
text-align:center;
font: 13px 'Gilroy';
}
.pagenavi span, .pagenavi a{
margin: 0 3px;
position: relative;
padding: 8px 13px;
border-radius: 6px;
}
.pagenavi span{
color: #6388FF;
background: #fff;
border: 1px solid #fff;
}
.pagenavi a, .nav-previous a, .nav-next a{
text-decoration:none;
color: #6388FF;
background: url(images/sh1.png);
border: 1px solid #fff;
}
.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover{
color: #09588a;
background: url(images/sh2.png);
border: 1px solid #fff;
text-decoration: none;
}
/* end pagenavi */

/* footer */
.footer_wrap{
background: rgba(73, 71, 71, 0.8);
width: 100%;
}
	.footer{
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px 10px 20px;
	}
		.copyright, .footer_timetable{
		font: 13px 'Gilroy';
		color: rgb(255, 255, 255, 50%);
		}
		.footer_email a{
		color: #fff;
		font: 500 14px 'Gilroy';
		text-decoration: none;
		}
			.footer_email span{
			background: url(images/f_email.png) no-repeat 0 2px;
			padding: 0 0 0 26px;
			}
			.footer_email a:hover{
			text-decoration: underline;
			}
		.footer_menu li{
		font: 13px 'Gilroy';
		}
			.footer_menu li a{
			color: rgb(255,255,255,50%);
			text-decoration: none;
			}
				.footer_menu li a:hover{
				text-decoration: underline;
				}
			.flogo img{
			max-height: 100px;
			width: 100px;
			}

			.copyright{
				text-align: center;
				padding: 12px 0px ;
				background-color: #5f5d5d;
				width: 100%;
			}
		@media all and (max-width: 699px) {
			.flogo {
			text-align: center;
			}
			.footer_email{
			text-align: center;
			margin: 0 auto 20px;
			}
			.copyright, .footer_timetable{
			text-align: center;
			}
			.footer_timetable{
				margin: 0 auto 20px;
			}
			.footer_soc{
			text-align: center;
			padding: 0 0 20px 0;
			}
				.footer_soc a{
				text-decoration: none;
				padding: 0 2px;
				}
			.footer_menu {
			padding: 0 0px 15px 0;
			text-align: center;
			}
				.footer_menu li{
				display: block;
				margin: 0 0 5px 0;
				}
		}
		.footer_h2{
			font: 700 18px/24px 'Gilroy';
			color: #fff;
			margin-bottom: 16px;
		}
		.footer_p{
			font: 700 12px/16px 'Gilroy';
			color: #fff;
		}
		@media all and (max-width: 700px){
			.footer_h2, .footer_p{
				text-align: center;
			}
		}
		@media all and (min-width: 700px) and (max-width: 959px) {
			.footer_left{
			float: left;
			width: 49%
			}
			.footer_menu {
			padding: 0 0px 0px 0;
			}
				.footer_menu li{
				display: block;
				text-align: right;
				margin: 0 0 10px 0;
				}
			.footer_center{
			float: right;
			text-align: right;
			width: 49%;
			}
				.footer_soc {
				padding: 0 0 20px 0;
				}
				.footer_soc a{
				margin: 0 3px 0 0;
				text-decoration: none;
				}
			.footer_line{
			clear : both;
			height: 20px;
			}
				.footer_email{
				padding: 0 0 20px 0;
				}
		}
		@media all and (min-width: 960px) {
			.footer_left{
			float: left;
			width: 40%;
			}
			.footer_center{
			float: left;
			width: 25%;
			padding: 15px 0 0 0;
			}

			.footer_right{
			float: right;
			width: 24%;
			padding: 15px 0 0 0;
			}
				.footer_menu li{
				display: block;
				margin: 0 0 10px 0px;
				}
			.footer_email{
			padding: 0 0 20px 0;
			}
				.footer_soc a{
				text-decoration: none;
				margin: 0 3px 0 0;
				}
		}
/* end footer */

/* changes course */
.last_events_wrap{
position: fixed;
bottom: 10px;
left: 50px;
z-index: 100;
width: 300px;
display: none;
}
	.last_events_wrap.toright{
	left: auto;
	right: 50px;
	}
	@media all and (min-width: 700px) {
		.last_events_wrap{
		display: block;
		}
	}
	.last_events_option{
	background: #7db2d5;
	border-radius: 8px;
	border: 2px solid #ffffff;
	color: #000;
	font: 13px 'Gilroy';
	padding: 10px 15px;
	}
	.levents{
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #ffffff;
	border-radius: 8px;
	border: 2px solid #ffffff;
	color: #000;
	font: 13px 'Gilroy';
	padding: 10px 15px;
	text-align: center;
	}
		.levents_title{
		font: 600 14px 'Gilroy';
		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: #ffffff;
		color: #000;
		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: 12px 'Gilroy';
		border-radius: 6px 6px 0 0;
		}
			.statuswork_div.toleft .statuswork{
			border-radius: 0 0 6px 6px;
			}
			.statuswork_ins {
			background: url(images/operator.png) no-repeat left center;
			padding: 0 0 0 40px;
			}
			.status_op0 .statuswork {
			background: #7fa7d4;
			}
				.status_op0 .statuswork_ins {
				background: url(images/operator.png) no-repeat left center;
				}
			.statuswork_title{
			font: 600 17px/17px 'Gilroy';
			padding: 0 0 2px 0;
			}
/* end operator */

/* top button */
.topbutton {
display: none;
width: 40px;
height: 40px;
border-radius: 8px;
background: #0f4c89 url(images/topped.png) 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;
}
	.topbutton: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/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: 16px;
	height: 5px;
	}
	.field_tooltip{
	font: 12px/14px 'Gilroy';
	padding: 15px 20px;
	border-radius: 8px;
	color: #000000;
	background: #d5f1fc;
	}
/* end tooltips */

/* notify */
.wn_wrap{
position: fixed;
float: none;
bottom: 0;
left: 0;
z-index: 999998;
background: url(images/sh1.png);
border-top: 2px solid #fff;
box-shadow: 0 0 10px #fff;
width: 100%;
}
	.wn_div{
	padding: 15px 10px;
	max-width: 1160px;
	margin: 0 auto;
	font: 600 13px 'Gilroy';
	color: #000;
	}
	.wn_div_text{
	padding: 0 0 10px 0;
	}
/* end notify */

/* 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: #7cb0d5;
		border-radius: 12px;
		}
    .standart_window_close{
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 17px;
	right: 20px;
	}
	.standart_window_title{
	font: 600 18px 'Gilroy';
	color: #fff;
	margin: 0 0px 15px;
	padding: 15px 20px 15px 0px;
	border: none;
	}
	.standart_windowins img{
	max-width: 100%;
	}
	.standart_window_submit{
	padding: 20px 0px 10px;
	text-align: center;
	}
	.rb_label{
	font: 13px 'Gilroy';
	padding: 0px 0px 3px 0px;
	}
	.rb_line{
	padding: 0px 0 10px;
	}
/* end window */

/* result message */
.resulttrue{
padding: 14px 20px;
border-radius: 12px;
color: #000000;
background: #ffffff;
margin: 0 0 20px 0;
font: 14px 'Gilroy';
}
.resultfalse, .xtp_error, .xtl_error{
padding: 14px 20px;
border-radius: 12px;
color: #000000;
background: #ff7878;
margin: 0 0 20px 0;
font: 14px 'Gilroy';
}
/* end result message */

/* classed */
.red, .req{ color: #ee264c; }
.bred {
font-weight: 600;
color: #e92a5b;
}
.bgreen {
font-weight: 600;
color: #e92a5b;
}
.pn_copy{ padding: 0 5px 0 20px; background: url(images/copy.png) no-repeat 0 center; }
	.pn_copy.copied{ color: #a4c8e1; 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: #a4c8e1;
color: #747474;
font: 14px 'Gilroy';
border-radius: 20px;
padding: 15px;
margin: 0 0 20px 0;
}

.js_qr_code_wrap{ margin: 0 0 20px 0; }

span.js_timer{
display: block;
width: 260px;
font: 14px 'Gilroy';
margin: 0 auto 20px;
background: #a4c8e1;
color: #747474;
text-align: center;
padding: 15px 0;
border-radius: 20px;
}

.currency_logo{
background-size: contain;
background-position: center center;
background-repeat: no-repeat no-repeat;
}
.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;}

/*header*/
body {
	overflow: clip;
}
.topbar {
	padding: 0 20px;
	height: unset;
}
.topbar_wrap, .topbar_ins {
	position: relative;
	height: unset;
}
.topbar_contain {
	display: grid;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	grid-template-columns: 1fr 1fr 0.7fr;
}
/*.logoblock {*/
/*	margin-right: 51px;*/
/*}*/
.logoblock, .logoblock_ins {
	width: unset;
	height: unset;
	display: block;
}
.logoblock_ins img {
    width: 100%;
	height: 100%;
    max-width: 125px;
    max-height: 90px;
    vertical-align: middle;
}
.logoblock-mobile {
    display: none;
}
.logoblock-desktop {
    display: flex;
    gap: 10px;
}
.topbar_icon_tab {
	height: unset;
	line-height: 18px;
}
@media (max-width: 959px) {
    .logoblock-desktop {
        display: none;
    }
    .logoblock-mobile {
        display: flex;
        gap: 60px;
    }
    .logoblock {
        /*margin-right: 59px;*/
		height:unset;
		width: unset;
	}
	.logoblock_ins {
		width: unset;
		height:unset;
	}
	.logoblock_ins img {
		width: 100%;
		max-width: 97px;
		max-height: 65px;
	}
}
.topbar_exchange-info {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-right: 15px;
}
.topbar_exchange-time {
	font-family: 'Gilroy';
	padding: 4px 9px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.5px;
	color: #fff;
	border-radius: 5.42px;
	background-color: #6388FF;
}
.topbar_exchange-descr {
	font-family: 'Gilroy';
	font-size: 15px;
	font-weight: 500;
	line-height: 14px;
	max-width: 107px;
	color: #2C2C2C;
}
.topbar_icon_tabul {
	font-family: 'Gilroy';
	display: flex;
	gap: 6px;
	align-items: center;
        margin-right: 12px;
}
/*.topbar_icon_wrap {*/
/*	margin-right: 40px;*/
/*}*/
.topbar_icon {
	margin: 0;
	background-size: contain;
	height: unset;
}
.topbar_icon.telegram a {
    display: flex;
		align-items: center;
		gap: 5px;
		text-decoration: none;
		padding-left: 3px;
}
.topbar_icon.telegram a > span {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s;
}

.topbar_icon.telegram a:hover > span {
	color: #6388FF;
	text-decoration: none;
}

.topbar_icon.telegram a > svg {
	width: 21px;
	height: 21px;
}

.topbar_icon.telegram a > svg path {
	fill: #6388FF;
}

.topbar_icon.email a {
	display: flex;
	gap: 5px;
	align-items: center;
	text-decoration: none;
}

.topbar_icon.email a > svg {
	width: 28px;
	height: 25px;
}

.topbar_icon.email a > svg path {
	fill: #6388FF;
}

.topbar_icon.email a > span {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s;
}

.topbar_icon.email a:hover > span {
	color: #6388FF;
	text-decoration: none;
}

.topbar_icon_ins {
	font-family: 'Gilroy';
	height: unset;
	font-size: 12px;
	font-weight: 500;
}
.toplink_block {
	display: flex;
	align-items: center;
	gap: 16px;
        margin-left: 15px;
	/*margin-right: 31px;*/
}
a.toplink, .mobile_menu_buttons a.toplink {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	white-space: nowrap;
}
.mobile_menu_buttons a.toplink.js_window_login {
	padding: 2px 5px;
	color: #fff !important;
	background: #6388FF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	transition: all 0.3s;
}
@media (max-width: 959px) {
	.topbar_icon_tabul {
		flex-direction: row;
		gap: 32px;
	}
}
@media	(max-width: 641px) {
	.topbar_contain {
		max-width: 1160px;
		padding: 4px 0;
	}
	.topbar_icon_wrap.adaptive .topbar_icon_tabul {
		top: calc(100% + 8px);
	}
	.topbar_exchange-info {
		display: none;
	}
	.topbar_icon_tabul {
		/*flex-direction: column;*/
		gap: 26px;
	}
}
/*menu*/
.mobile_menu {
	padding: 30px 25px 30px 24px;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
}
.mobile_menu::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url("images/copyright.svg"); */
	opacity: 0.03;
	z-index: -1;
}
.mobile_menu_close {
	top: 22px;
	right: 25px;
}
.mobile_menu_title {
	padding: 0;
	margin-bottom: 70px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
.mobile_menu_ins li a {
	text-transform: uppercase;
	line-height: 36px;
}
.mobile_menu_ins li a:hover {
	color: #54adff;
}
.mobile_menu_ins a.header__logo {
	display: none;
}
.mobile_menu_buttons {
	display: flex;
	align-items: center;
	gap: 31px;
	padding-top: 19px;
}
.mobile_menu_ins {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu_contacts {
	display: flex;
	align-items: center;
	gap: 43px;
	margin-bottom: 8px;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu_contacts a {
	font-size: 16px;
	line-height: 36px;
}
.topmenu_timetable_ins {
	height: unset;
	text-align: unset;
	display: block;
    align-self: center;
}
.topmenu_timetable_ins p {
    display: flex;
    flex-direction: column;
    border-radius: 0  5px 5px 0;
	font-size: 10px;
	font-weight: 400;
}
.toplink_signin-icon {
    /*padding-left: 26px;*/
	display: block;
	width: 18px;
	height: 18px;
	background: url("images/toplink-login.svg") no-repeat center;
}
.toplink_exit-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url("images/toplink-login.svg") no-repeat center;
}
a.toplink.active {
	font-size: 15px;
	line-height: 30px;
	color: #000000;
        transition: all 0.3s;
}
a.toplink.active:hover {
	color: #6388FF;
}
.topmenu_timetable-block {
	display: none;
	max-width: 347px;
	/*align-items: center;*/
	/*margin: 0 auto;*/
	/*padding: 5px 15px 7px 10px;*/
	font-size: 13px;
	line-height: 18px;
	border-radius: 5px;
	overflow: hidden;
        background: #6388FF;
}
.topmenu_timetable-title {
	font-size: 10px;
	font-weight: 700;
	display: flex;
	/*align-self: center;*/
	padding: 6px 10px 6px 10px;
	/*max-width: 97px;*/
	border-radius: 5px 0 0 5px;
        width: 70px;
	color: #ffffff;
}
.topmenu_timetable-title span {
	display: block;
	align-self: center;
	max-width: 100px;
	word-break: break-word;
        color: #fff;
}
.mobile_menu_timetable .topmenu_timetable-title, .mobile_menu_timetable .topmenu_timetable {
	display: block;
}
@media (min-width: 1200px) {
	.topmenu_timetable-block {
		display: none;
	}
}
.topmenu_timetable {
	display: flex;
	padding: 6px 10px 6px 10px;
	float: unset;
	height: unset;
	width: unset;
	line-height: 18px;
	white-space: nowrap;
	border-radius: 0 5px 5px 0;
	color: rgba(255, 255, 255, 0.69);
}
.top-right {
	display: flex;
	align-items: center;
	gap: 24px;
	justify-self: end;
}
.tolbar_lang {
	margin: 0;
	/*margin-left: auto;*/
	/*margin-right: 47px;*/
}
.langlist_title {
	padding: 0;
	background: #F3F3F3;
	color: #747474;
        padding: 6px 8px 6px 5px;
}
.langlist_title span {
	padding-right: 25px;
	background: url("images/lang_arrow_down.svg") no-repeat right 1px center;
	text-underline-offset: 4px;
	text-decoration: underline;
	text-decoration-style: dashed;
}
.tophead_wrap, .tophead_ins {
	position: relative;
}
.tophead_ins {
	background: #c4d6eb;
	backdrop-filter: blur(1px);
}
.tophead {
	display: flex;
	align-items: center;

}
.mobile_menu_wrap {
	display: block;
}
.topmenu {
	padding: 0;
}
.topmenu.js_menu {
	display: grid;
	align-items: center;
	width: 100%;
	max-width: unset;
	grid-template-columns: 0.42fr 1fr;
}
.hmenu {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	row-gap: 10px;
}
.topmenu li {
	margin: 0;
	height: unset;
}
.topmenu_ico {
	display: none;
	width: 13px;
	height: 10px;
	background-color: #0A5991;
	padding: 11px 9.5px 11px 9.5px;
	border-radius: 999999px;

}
.topmenu_ico:hover {
	opacity: 0.8;
}
.topmenu li a {
	font-size: 16px;
	transition: all 0.1s ease-in-out;
	display: flex;
	flex-direction: column;
	font-size: 19px;
}
.topmenu li a span {
	white-space: nowrap;
	font-weight: 600;
	width: fit-content;
}
.topmenu li:hover a span {
	border-bottom: 4px #6388FF solid;
	border-radius: 3px;
}

.sub-menu li a {
	border: none;
}
.topmenu li:hover > a, .topmenu li.current-menu-item > a {
	color: #6388FF;
	transition: all 0.1s ease-in-out;
	font-weight: 600;
	font-size: 19px;
}

.topmenu li.current-menu-item > a > span {
	border-bottom: 4px #6388FF solid;
	border-radius: 3px;
}
@media all and (min-width: 960px){
	.homepage_head {
		padding-top: 20px;
	}
}
@media (max-width: 959px) {
	.topbar_contain {
		display: flex;
	}
	.hmenu {
		flex-direction: column;
		gap: 35px;
	}
	.sub-menu {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-left: 20px;
	}
	.mobile_menu_ins li.menu-item-has-children {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.mobile_menu_ins li a {
		padding: 0;
	}
	.topmenu_ico {
		display: block;
		margin-right: 12px;
		margin-left: auto;
	}
	.topmenu.js_menu {
		display: none;
	}
	.top-right .toplink_block {
		display: none;
	}
	.topmenu_timetable-block--mobile {
		display: flex;
		font-size: 12px;
	}
}
@media (max-width: 1020px) {
	.mobile_menu {
		max-width: 390px;
	}
}
.xchange_type_table_ins > .xtt_icon_wrap:first-child {
	display: none;
}
@media (max-width: 641px) {
	.mobile_menu_contacts {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.tophead {
		height: 90px !important;
	}
	.tophead_ins {
		height: 90px !important;
	}
	.tophead_wrap {
		height: 90px !important;
	}
	.logoblock_ins img {
		max-height: 90px;
	}
	.topmenu_timetable-block--mobile {
		flex-direction: column;
	}
	.topmenu_timetable-title, .topmenu_timetable {
		border-radius: unset;
	}
	.topmenu_timetable-title span {
		max-width: unset;
		width: 100%;
		/*text-align: center;*/
	}
	.topmenu_timetable_ins {
		width: 100%;
	}
	.topmenu_timetable_ins p {
		/*text-align: center;*/
	}
}
@media (max-width: 480px) {
	.mobile_menu {
		max-width: 379px;
	}
}
/*exchange 2*/
.block_statusbid_title {
	margin-bottom: 20px;
	text-align: center;
	font: 500 20px/24px Jost, sans-serif;
}
.payment-rules {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.timer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px 20px 16px;
	width: 100%;
	max-width: 588px;
	border-radius: 10px;
	background-color: #A4C9E2;
	box-sizing: border-box;
}
.timer-block h2 {
	margin-bottom: 12px;
	font: 400 14px/20px Montserrat, sans-serif;
	color: #000000;
}
.block_instruction p {
	padding: 0;
}
.timer-block span.js_timer {
	display: inline;
	padding: 0;
	padding-left: 33px;
	width: unset;
	font: 700 20px/24px Montserrat, sans-serif;
	border: none;
	background-color: transparent;
	background: url("images/timer-clock.svg") no-repeat left center;
	box-shadow: unset;
	color: #044A84;
}
.payment-rules__item {
	width: 100%;
	max-width: 588px;
	border-radius: 10px;
	background-color: #A4C9E2;
	box-sizing: border-box;
}
.payment-rules__item--true {
	position: relative;
	padding: 25px 40px 25px 90px;
}
.payment-rules__item--false {
	position: relative;
	padding: 35px 40px 35px 90px;
}
.payment-rules__item--true::before {
	content: '';
	position: absolute;
	top: 27px;
	left: 40px;
	width: 33px;
	height: 33px;
	background: url("images/true-icon.svg") no-repeat center;
}
.payment-rules__item--true::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2324BD53FF' stroke-width='2' stroke-dasharray='16%2c 13%2c 17' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 10px;
}
.payment-rules__item--false::before {
	content: '';
	position: absolute;
	top: 27px;
	left: 40px;
	width: 33px;
	height: 33px;
	background: url("images/false-icon.svg") no-repeat center;
}
.payment-rules__item--false::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E2A4A4FF' stroke-width='2' stroke-dasharray='16%2c 13%2c 17' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 10px;	border-radius: 10px;
}
.payment-rules__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px 30px;
	width: 100%;
	max-width: 588px;
	border-radius: 10px;
	background-color: #ffffff;
	box-sizing: border-box;
}
.card-info {
	margin-bottom: 15px;
	text-align: center;
	font: 400 16px/20px Montserrat, sans-serif;
	color: #000000;
}
.card-sum {
	padding-left: 33px;
	font: 700 18px/20px Montserrat, sans-serif;
	background: url("images/sum-icon.svg") no-repeat left 3px center;
	color: #044A84;
}
.card-number-block {
	display: flex;
	align-items: center;
	gap: 12px;
	word-break: break-word;
}
.card-number {
	/*margin-bottom: 10px;*/
	font: 700 32px/37px Montserrat, sans-serif;
	color: #044A84;
}
.card-btn-block {
	position: relative;
	display: flex;
}
.card-btn {
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/copy-icon.svg") no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.card-copy {
	position: absolute;
	top: calc(-100% - 20px);
	left: calc(-100% - 35px);
	padding: 5px 10px 5px 25px;
	min-width: 130px;
	border-radius: 8px;
	background-color: #C8E6FA;
	background-image: url("images/copy-title-icon.png");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: left 8px center;
	box-shadow: 4px 4px 4px 0px #C8E6FA66;
	box-sizing: border-box;
	z-index: 2;
	opacity: 0;
	transition: all 0.1s ease-in-out;
}
.card-copy.active {
	opacity: 1;
	transition: all 0.1s ease-in-out;
}
.card-copy::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 40%;
	width: 25px;
	height: 25px;
	background-color: #C8E6FA;
	border-radius: 4px;
	transform: rotate(45deg);
	z-index: -1;
}
.field-number {
	position: absolute;
	top: 0;
	opacity: 0;
	pointer-events: none;
	z-index: -100;
}
/*container bg
#container::before {
	content: '';
	position: absolute;
	top: 121px;
	width: 100%;
	height: 100%;
	background: url(images/bg2.png) no-repeat top center;
	opacity: 0.5;
	z-index: -1;
}
@media (max-width: 580px) {
	#container::before {
		content: '';
		background: none;
	}
}*/
/*table*/
.xtt_left_col_table, .xtt_right_col_table {
	background: #FFFFFF;
	backdrop-filter: blur(2px);
}
/*homepage reserves/homedirectionswrap*/
.home_reserv_wrap, .home_directions_wrap {
	background: none;
}
#wpadminbar {
	position: fixed !important;
}
/*homewtext,
homenews,
homereviews,
homelastexchanges,
homeadvantages,
noticemessage,
xchangediv,
warningmessage,
wnwrap,
blockxchangedata,
blockstatusbid
onereviews
log/cf/reg/lp/rf/acf/domac/checkstatus/userverify
manynewswrap
singlenewswrap
comment
commentform
pagewrap/textblock
userwalletform
pntable
statstablediv
statuserdiv
promouserdiv
promopage
paytext
paydiv
userapiform
userapitableone
userverifytext
sitemapblock
table2(xtptable)
table5(hexchdivins)
*/
.home_wtext_block,
.home_news_one,
.home_reviews_one_ins,
.home_lchange_one_ins,
.home_advantages_one,
.notice_message,
.notverify_message,
.xchange_div,
.warning_message_ins,
.other_directions_wrap,
.wn_wrap,
.block_xchangedata,
.block_statusbids,
.one_reviews,
.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,
.many_news_wrap,
.single_news_wrap,
.comment,
.comment_form,
.page_wrap, .textblock,
.userwallets_form,
.pntable,
.statstablediv,
.statuserdiv,
.promouserdiv,
.promopage,
.paytext,
.paydiv,
.userapi_form,
.userapi_table_one,
.userverify_text,
.sitemap_block,
.xtp_table_wrap,
.hexch_div_ins
{
	background: #fff;
}
/*widget, .user_widget, .register_widget, .login_widget, .checkstatus_widget, newswidget, reviewswidget, reservwidget, courseswidget, verifywidget*/
.widget,
.user_widget,
.register_widget,
.login_widget,
.checkstatus_widget,
.widget_news_line,
.widget_reviews_line,
.widget_reserv_div,
.widget_cbr_div,
.userverify_widget {
	background: rgb(255, 255, 255);
	backdrop-filter: blur(1.8px);
}
@media (min-width: 900px) {
	.xtl_table_wrap {
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(1.7px);
	}
}
@media (max-width: 900px) {
	.xtl_left_col, .xtl_right_col {
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(1.7px);
	}
}

/* AML Check Block - Sidebar widget (Extradeco) */
/* Убираем двойные отступы: .widget + .widget_ins */
.widget_aml_check_widget {
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}
.widget_aml_check_widget .widget_ins {
	padding: 15px 20px;
}

.widget .aml-check-block {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.aml-check-block__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.aml-check-block__icon {
	text-align: center;
}
.aml-check-block__icon .aml-check-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.aml-check-block__info {
	flex: 1;
}
.aml-check-block__title {
	margin: 0 0 10px 0;
	font: 600 18px/22px 'Gilroy', sans-serif;
	color: #2C2C2C;
	line-height: 1.3;
	text-align: center;
}
.aml-check-block__text {
	margin: 0;
	font: 14px/1.4 'Gilroy', sans-serif;
	line-height: 1.5;
	color: #555;
	text-align: left;
}
.aml-check-block__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	background: #6388FF;
	color: #fff;
	font: 500 14px 'Gilroy', sans-serif;
	text-decoration: none;
	border-radius: var(--pe-buttons-radius);
	transition: all 0.3s ease;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
.aml-check-block__button:hover {
	background: #955bfa;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	color: #fff;
	text-decoration: none;
}
.aml-check-block__button svg {
	transition: transform 0.3s ease;
	width: 16px;
	height: 16px;
}
.aml-check-block__button:hover svg {
	transform: translateX(3px);
}

@media (max-width: 959px) {
	.aml-check-block__content {
		gap: 12px;
	}
	.aml-check-block__title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.aml-check-block__text {
		font-size: 13px;
	}
	.aml-check-block__icon .aml-check-icon {
		width: 36px;
		height: 36px;
	}
}
