@import url(https://fonts.googleapis.com/css?family=Hind:400);
@import url(https://fonts.googleapis.com/css?family=Poppins:800);
@import url(https://fonts.googleapis.com/css?family=Kanit:400);
@import url(https://fonts.googleapis.com/css?family=Prompt:800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
html {height: 100%;}
* html body {height: 100%;}

a.sprite{
    text-decoration:none;
    color: #333;
}
a:hover.sprite{
    text-decoration:none;
    color: #333;
}

a:hover.grad-lgrey{
    text-decoration:none;
    color: #333;
}

@font-face {
    font-family: symbol-olymp;
    src: local("symbol-olymp"),url("/fonts/symbol-olymp.woff");
}

a {
    text-decoration:none;
    color: #FFCD00;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
ul.list{
    margin-left: 15px;
    margin-bottom: 18px;
}
ul.list li{
    list-style-type: square;
    margin-bottom: 9px;
}
p a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#page{
    text-align:center;
}
/*---footer hack---*/
#page{padding-bottom-: 244px;}




/*--/-footer hack---*/
/*---tpl width settings---*/
header .header-wrap,
footer .footer-wrap,
#content{
    max-width: 982px;
    margin:0 auto;
    text-align:left;
}

/*---/tpl width settings---*/

.text-page h1{
    font-size: 2.25em;
    color: #999;
    margin-bottom: 24px;
    font-weight: normal;
}

.text-page p{
    margin-bottom: 18px;
}

header{
    background:#fff;
    min-height: 2.375em;
    margin-bottom:40px;
    box-shadow: inset 0px -2px 0px 0px #ededed;
}

header a:visited,
header a:link {
    color: #777;
}
header a:hover {
    color: #e2c666;
}
header a:active {
    color: #11223b;
}
header a.selected {
    color: #11223b;
}

header .header-wrap{
    padding:0 10px;
}
header .wrap.valgin{
    height: 2.375em;
}

header .logo-place{
    float:left;
    margin-right:1%;
}

header #logo{
    position:relative;
    display:block;
    width: 270px;
    height: 21px;
    margin:5px;
    padding-right:3.3em;
    text-decoration:none;
    background-repeat: no-repeat;
}
header #logo span.sprite{
    position:absolute;
    top:0;
    right:0;
    width:2.25em;
    height:2.25em;
    background-repeat:no-repeat;
    z-index:2;
}

header #logo span{
    display:block;
}
header #logo span.sub{
    font-size:0.87em;
}
header #logo span.text{
    font-size:1.33em;
}

header .info-place{
    float:left;
}
header .info-place .btn{
    font-size:0.8em;
    display:block;
    line-height: 2.9em;
    height: 100%;
    font-weight: 600;
}

header .social-info{
    float:left;
    padding:0 10px;
}
header .social-info a{
    display:inline-block;
    position:relative;
    vertical-align: bottom;
    font-size:1em;
    line-height: 2.3em;
    height: 100%;
    font-weight: 600;
    color:#000;
    padding:2px 0 0 0;
}
header .social-info:hover{
    background:#f4f4f4;
}
header .social-info a img{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    margin:-4px 0 0 0;
}

header .info-place .wrap.payout-in,
header .info-place .wrap.ballance-in{
    padding-right:0px;
}
header .info-place .wrap.ballance-in{
    background: #f4f4f4;
    border-left:1px solid #ededed;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
}


footer{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align:center;
}

.user-ctr.ballance{
    padding:0 10px;
    font-size: 1em;
    font-weight: 600;
    height:1.2em;
    color: #0c1728;
    text-align:right;
    min-width: 100px;
    max-width:200px;
}
.user-ctr.ballance .psign{
    font-family: symbol-olymp;
    font-size: 0.9em;
    font-weight: 600;
}

.ballance-label{
    font-size: 0.875em;
    font-weight: 600;
    padding-right:12px;
    color: #777;
}

header .menu-place{
    float:right;
}

.menu-place a{
    position: relative;
    display:block;
    padding-left: 22px;
    height:25px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-decoration:none;
    font-weight: 600;
    line-height: 1.5em;
}
.menu-place a.action-top-menu::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    height: 12px;
}


.user-place{
    float:right;
    margin-right:3%;
}
.user-place .not-logeed .sprite.icon-reg{
    display:block;
    width:2.4375em;
    height:2em;
    background-repeat:no-repeat;
    background-colo-:#000;
}

.user-place a.action-auth,
.user-place a.action-reg{
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
    font-weight:600;
}
.user-place a.action-auth:hover{

}

.user-menu{
    position:relative;
    line-height: 15px;
    font-weight:600;
}
.user-menu .switcher{
    position: relative;
    height:22px;
    background-repeat:no-repeat;
    text-decoration:none;
}
.user-menu .switcher .user-name{
    color:#000;
}
.user-menu .switcher span.icon-menu{
    position: absolute;
    top: 5px;
    right: -21px;
    height:15px;
    width:15px;
}

.user-menu .user-menu-list-container{
    position:absolute;
    top: 34px;
    right:-54px;
    z-index:100;
    padding:12px;
    width:200px;
    border:1px solid #d3d3d3;
    background:#fff;
}
.user-menu .decor{
    position:absolute;
    top:-10px;
    right:50px;
    z-index:2;
    width:13px;
    height:11px;
    background:url(/assets2/css/images/bg_vert-91b3b53464820c510c9ab8a67406f4e8.png) no-repeat 0 -1653px;
    overflow:hidden;
}
.user-menu .user-menu-list li{
    margin-bottom:6px;
    font-size:18px;
    color:#555;
}
.user-menu .user-menu-list li a{
    color:#33b5e5;
}
.user-menu .user-menu-list ul{
    margin-bottom:24px;
}



#content{
    padding:0 10px;
    padding-bottom: 0;
}
#content .wrap-content{
    padding:0 0 3% 0;
    min-height:200px;
}


.paym-list {
    margin-top: 0.5em;
}

/*----BUTTONS ----*/
.btn{
    border:0;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    overflow: visible;
    color:#333;
    cursor:pointer;
    line-height:normal;
    text-align:center;
    font-size:1em;
    text-decoration:none;
    padding:0.2em 0.6em;
}
.btn.big{
    font-size:1.8em;
    line-height: 1.2em;
    padding:6px 14px 12px 14px;
    font-weight:600;
}
.btn.wide{
    display:block;
    width:100%;
}
.btn.grad-dgrey{
    color:#fff;
}

.btn.btn-hl{
    display: block;
    display: inline-block;
    padding: 0 10px;
    background: #e9cc70;
    border-bottom: 2px solid #a58c4e;
    font-size: 0.875em;
    line-height: 38px;
    text-transform:uppercase;
    font-weight:700;
    border-radius:0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.btn-contur{
    display: block;
    display: inline-block;
    padding: 0 10px;
    background: #11223b;
    border: 2px solid #e9cc70;
    font-size: 0.875em;
    line-height: 36px;
    border-radius:0;
    color: #e5c86a;
    font-weight:700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.btn.btn-contur:hover{
    border: none;
    border: 2px solid #e9cc70;
    background: #e9cc70;
    color: #fff;
    font-weight:700;
}
.btn.btn-contur:active{
    border: none;
    border: 2px solid #a58c4e;
    background: #a58c4e;
    color: #fff;
    font-weight:700;
}
.btn.btn-contur.selected{
    border: none;
}
.btn.btn-contur.disable{
    border: 2px solid #d9d7d7;
    background: #b8b8b8;
}

.btn.btn-hl:hover{
    border-bottom: 2px solid #a58c4e;
    background: #fbe08b;
}
.btn.btn-hl:active{
    background: #a58c4e;
    border-bottom: 2px solid  #a58c4e;
}

.btn.btn-hl.disable{
    border-bottom: 2px solid #b8b8b8;
    background: #d9d7d7;
}
/*----/ BUTTONS ----*/



/*---- DIALOG ----*/
.dialog{
    position:fixed;
    top:150px;
    left:50%;
    width: 600px;
    margin: 0 0 0 -180px;
    z-index:100000;
    min-height:100px;
    background: #fff;
    text-align: left;
    border-radius:5px;
}

.dialog a{
    font-size: 0.812em;
    line-height: 1.2em;
}
.dialog label a{
    font-size: 1em;
    border-bottom:1px solid #a58c4e;
}
.dialog .dlg-header{
    padding: 24px 40px 0px 40px;
    margin-bottom: 24px;
    position: relative;
    border-radius:4px 4px 0 0;
    text-align: center;
}
.dialog .dlg-header .left{
    float:left;
}
.dialog .dlg-header .right{
    float:right;
}
.dialog .dlg-header h3{
    display: inline-block;
    padding-right:20px;
    position: relative;
    font-size: 1em;
    text-transform: uppercase;
    color: #232F3C;
    font-weight:400;
    font-size: 14px;
}

.dialog .dlg-header h3 a{
    position: absolute;
    top: 4px;
    left:100%;
    text-transform: none;
    border-bottom:1px solid #a58c4e;
    white-space : nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dialog .dlg-header h3 a:hover{
    color: #a58c4e;
}

.form .result-msg,
.dialog .dlg-msg{
    display: none;
    position:relative;
    border-radius:4px 4px 0 0;
    color: #fff;
    font-weight:600;
    background:#c8504f;
    font-size:13px;
    padding:5px 10px 5px 5px;
}

.form .result-msg a,
.dialog .dlg-msg a{
    color: #fff;
}
.form.is-msg .result-msg,
.dialog.is-msg .dlg-msg{
    display:block;
}
.msg-error .result-msg,
.msg-error .dlg-msg{
    background: #c8504f;
}
.msg-success .result-msg,
.msg-success .dlg-msg{
    background: #75af5f;
}
.msg-info .result-msg,
.msg-info .dlg-msg{
    background: #aaa;
}
.form .dlg-msg .msg-wrapper,
.form .result-msg .msg-wrapper{
    position: relative;
}
.form .dlg-msg .close-msg,
.form .result-msg .close-msg{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 8px;
    right: 6px;
    text-decoration: none;
    border:0;
    background:url(/assets2/css/img/x-9128d7c34b517e75d427c3db180afb3c.png) no-repeat;
    cursor:pointer;
}
.form .dlg-msg .close-msg:hover,
.form .result-msg .close-msg:hover{
    background:url(/assets2/css/img/x-9128d7c34b517e75d427c3db180afb3c.png) no-repeat;
}

.form .preloader,
.dialog .preloader{
    position: relative;
    display: none;
    text-align: center;
}
.form.is-preloading .preloader,
.dialog.is-preloading .preloader{
    display: block;
}
.form.is-preloading .hide-on-preload,
.dialog.is-preloading .hide-on-preload{
    display:none !important;
}

.dialog .dlg-bottom{
    padding: 24px 40px 40px 40px;
    border-radius:0 0 6px 6px ;
    background: #E4E4E4;
}
.dialog .dlg-buttons{
    text-align: center;
    padding: 24px 40px 40px 40px;
}
.dialog .dlg-content{
    display:block;
    padding: 0 30px 20px;

    overflow: hidden;
}
#dialog_channel .dlg-content{
    display:block;
    padding: 0 20px 24px 20px;
}
.dialog .dlg-content .preloader{
    top: 20px;
}
.dialog .dlg-close,
.block-banner .dlg-close{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    text-decoration: none;
    z-index: 999;
    background:url(/assets2/css/img/icon_close-d25cc064a3e30e9578f4677bf040952d.svg) no-repeat;
}

.hide-on-preload{
    display:block;
    width:100%;
    overflow: hidden;
}
.form.big textarea.textarea.blur{
    font-size: 1.5em;
    color: #b4b4b4;
}

.dialog .row{
    margin-bottom: 24px;
}
.dialog .row .btn{
    display: block;
}
.dialog .desclaim{
    color: #777;
    font-size: 0.8125em;
}

.user-dialog.dialog{
    width: 405px;
    background: #fcfcfc;
    box-shadow:none;
    left:50%;
    margin:0 0 0 -230px;
}
.user-dialog.dialog .dlg-header .right a{
    display: block;
    font-size: 1.5em;
    line-height: 1.6em;
}

.user-dialog.dialog .dlg-bottom p{
    margin-bottom: 12px;
    color: #333;
}
.user-dialog.dialog label,
.user-dialog.dialog label a
    /*.user-dialog.dialog p a*/{
    color: #999;
}

.user-dialog.dialog.is-preloading .dlg-bottom div,
.user-dialog.dialog.is-preloading .dlg-bottom p,
.user-dialog.dialog.is-preloading .row,
.user-dialog.dialog.is-preloading .dlg-header{
    visibility: hidden;
}
.hide{
    display:none!important;
}
#dialog-overlay{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    padding:0 0 2px 0;
    z-index:1000000;
    background:rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}





.margin-s{
    margin-bottom: 12px !important;
}
.margin-s label{
    color:#11223b;
    font-size:0.8125em;
}
.no-margin{
    margin:none !important;
}
/*----/ DIALOG ----*/
/*----UTILS ----*/
/*-pair-*/
/*
.pair{
	margin-bottom:18px;
	}
	.pair .label{
		float:left;
		width:28%;
		margin-right:4%;
		font-size:24px;
		color:#666;
		line-height:27px;
		}
	.pair .field{
		float:left;
		width:68%;
		}
		.pair .field .input{
			width:100%;
			font-size:18px;
			}
*/
/*-input-*/

/*-paging-*/
.paging{
    text-align:center;
}
.paging li{
    display:inline;
    padding:0 6px;
    font-size:16px;
    font-weight: 600;
    color:#ccc;
}
.paging li.prev a,
.paging li.next a{
    text-decoration:none;
}
.paging li a{
    color:#fff;
    font-size:16px;
}
.paging li a:hover{
    color:#fff;
    font-size:16px;
    text-decoration:none;
}
/*-nav inline-*/
.nav-inline li{
    display:inline;
    padding:0 12px;
    border-left-:1px solid #fff;
}
.nav-inline li.first{
    border-left:none;
}
.nav-inline li a{
    color:#fff;
    font-size:0.875em;
}
.nav-inline li a:hover{
    color:#fff;
    font-size:0.875em;
    color:#e6c96c;
}
/*----/ UTIL ----*/

/*--- GRADIENTS ----*/

.btn.grad-dgrey{
    box-shadow:0px 0px 0px 1px #212020;
}

.grad-dgrey{
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0MTQxNDEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMTIwMjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4NDQpIiAvPgo8L3N2Zz4=);
    background: #4f4f4f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4f4f4f 0%, #181717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#181717));
    background: -webkit-linear-gradient(top,  #4f4f4f 0%,#181717 100%);
    background: -o-linear-gradient(top,  #4f4f4f 0%,#181717 100%);
    background: -ms-linear-gradient(top,  #4f4f4f 0%,#181717 100%);
    background: linear-gradient(to bottom,  #4f4f4f 0%,#181717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#181717',GradientType=0 );
}
.btn.grad-dgrey:hover{
    background: #4f4f4f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODE3MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4f4f4f 0%, #181717 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#181717)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f4f4f 0%,#181717 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f4f4f 0%,#181717 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f4f4f 0%,#181717 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4f4f4f 0%,#181717 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#181717',GradientType=0 ); /* IE6-8 */
}

.btn.grad-dgrey:active{
    box-shadow:inset 0px 0px 10px 0px #020202;
}
.grad-lgrey{
    background: #f3f3f3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    box-shadow: 0 0 0 1px #d0d0d0;
}
.btn.grad-lgrey{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn.grad-lgrey:hover{
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 0 1px #bebebe;

}
.btn.grad-lgrey:active{
    box-shadow:inset 0px 1px 5px rgba(0,0,0,0.2),0 0 0 1px #bebebe;
}

.grad-green{
    background: #84cf5e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0Y2Y1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Yjk2MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #84cf5e 0%, #4b962a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84cf5e), color-stop(100%,#4b962a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #84cf5e 0%,#4b962a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #84cf5e 0%,#4b962a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #84cf5e 0%,#4b962a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #84cf5e 0%,#4b962a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cf5e', endColorstr='#4b962a',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 0 1px #52a42e;
}
.btn.grad-green{
    color:#fff;
    outline: none;
}
.btn.grad-green:hover{
    background: #9ce279; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljZTI3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTdmMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #9ce279 0%, #3a7f1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ce279), color-stop(100%,#3a7f1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9ce279 0%,#3a7f1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9ce279 0%,#3a7f1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9ce279 0%,#3a7f1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9ce279 0%,#3a7f1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce279', endColorstr='#3a7f1c',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 0 1px #52a42e;
}
.btn.grad-green:active{
    box-shadow:inset 0px 0px 10px 0px #133901,0 0 0 1px #3a7f1c;
}

.grad-red{
    background: #E46C69;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0NmM2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYTMxMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #E46C69 0%, #aa312f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e46c69), color-stop(100%,#aa312f));
    background: -webkit-linear-gradient(top,  #e46c69 0%,#aa312f 100%);
    background: -o-linear-gradient(top,  #e46c69 0%,#aa312f 100%);
    background: -ms-linear-gradient(top,  #e46c69 0%,#aa312f 100%);
    background: linear-gradient(to bottom,  #e46c69 0%,#aa312f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46c69', endColorstr='#aa312f',GradientType=0 );
    box-shadow: 0 0 0 1px #ba4240;
}

#dialog_pay .dlg-button .btn:hover span.grad-red,
.btn.grad-red:hover{
    background: #fc7571; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ODk4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTFiMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fc7571 0%, #9a1b1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7571), color-stop(100%,#9a1b1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc7571 0%,#9a1b1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc7571 0%,#9a1b1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc7571 0%,#9a1b1a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fc7571 0%,#9a1b1a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7571', endColorstr='#9a1b1a',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 0 1px #ba4240;
}
#dialog_pay .dlg-button .btn:active span.grad-red,
.btn.grad-red:active{
    box-shadow:inset 0px 0px 10px 0px #560200,0 0 0 1px #9a1b1a;
}

/*---/ GRADIENTS ----*/


/*----ELEMENTS---*/
.paym-list li{
    float:left;
    margin-right:15px;
    height:34px;
    background-repeat:no-repeat;
}
.paym-list li.last{
    margin:0;
}
.paym-list li.master{width:44px;}
.paym-list li.visa{width:66px;}
.paym-list li.wm{width:28px;}
.paym-list li.qiwi{width:27px;}
.paym-list li.yandex{width:26px;}
.paym-list li.sms{width:35px;}
.paym-list li.paypal{width:79px;}
#btn_auth{
    width:100%;
}

.soc-links a{
    display: block;
    float: left;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background-repeat:no-repeat;
    margin-right: 9px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.sprite{background-repeat:no-repeat;}

.sprite.icon-soc-ellipsis{ background-color: #a0a0a0;}
.sprite.icon-soc-fb{background-color: #3c63bd;}
.sprite.icon-soc-moymir{background-color: #2164ad;}
.sprite.icon-soc-ok{background-color: #f8bc2d;}
.sprite.icon-soc-tw{background-color: #5fd9fa;}
.sprite.icon-soc-vk{background-color: #4b74a1;}
.sprite.icon-soc-ya{background-color: #d83933;}
.sprite.icon-soc-gp{background-color: #d86e47;}


a:hover.sprite.icon-soc-ellipsis  { background-color: #939292;}
a:hover.sprite.icon-soc-fb{background-color: #3359b3;}
a:hover.sprite.icon-soc-moymir{background-color: #195ba2;}
a:hover.sprite.icon-soc-ok{background-color: #edb123;}
a:hover.sprite.icon-soc-tw{background-color: #52ceef;}
a:hover.sprite.icon-soc-vk{background-color: #426b97;}
a:hover.sprite.icon-soc-ya{background-color: #cc2e28;}
a:hover.sprite.icon-soc-gp{background-color: #ce633b;}

a:active.sprite.icon-soc-ellipsis  { background-color: #939292; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-fb{background-color: #3359b3; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-moymir{background-color: #195ba2; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-ok{background-color: #edb123; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-tw{background-color: #52ceef; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-vk{background-color: #426b97; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-ya{background-color: #cc2e28; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}
a:active.sprite.icon-soc-gp{background-color: #ce633b; box-shadow:inset 0 0 7px rgba(0,0,0,0.4);}

.note-win{
    position: fixed;
    bottom:0;
    right:-1000px;
    width: 305px;
    background: #fcfcfc;
    height: auto;
    z-index: 999;
    text-align:left;
    border:2px solid #e2c666;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.note-win .content{
    position: relative;
    padding: 10px;
}
.close-frame{
    position: absolute;
    right:-2px;
    top:-2px;
    width: 16px;
    height: 16px;
    border:2px solid #e2c666;
}
.close-frame:hover{
    border:2px solid #11223b;
}
.note-win .close-link{
    line-height: 1.7em;
    padding-left: 13px;
    margin-left: 2px;
}
.note-win h3{
    margin-bottom:10px;
    font-size: 1em;
    font-weight:600;
    color: #11223b;
}
.note-win li,
.note-win p{
    margin-bottom:10px;
    font-size: 0.8125em;
    color: #11223b;
}
.note-win ul{
    margin-bottom:10px;
}
.note-win li{
    margin-bottom: 0;
}
.note-win p.label{
    color: #fff;
}
.note-win p.result{
    color: #85d05f;
    font-weight:600;
    font-size: 3em;
    line-height: 0.7em;
}
.note-win .ya-share{
    display: block;
    height: 30px;
}
.note-win .sum{
    color: #11223b;
    font-size: 1.7em;
}
.note-win .highlight{
    color: #fff;
}
.note-win .greenlight{
    color: #06b237;
}
.note-win .redlight{
    color: #b21717;
}


#deal_controls .note-win{
    position: static;
    bottom:auto;
    right:auto;
    width: 100%;
    background: #252525;
    border:0;
    box-shadow:none;
}
#deal_controls .note-win .close-link{
    display: none;
}

.graph-label .item.time{
    margin-right:37px;
}

.anim-preloader{
    position:absolute;
    top:0;
    left:0;
    z-index:11;
    width:100%;
}
.anim-preloader div.gwrap{
    margin-:0 auto;
    position:absolute;
    margin:-1em 0 0 -100px;
    width: 250px;
    top:50%;
    left:50%;
    height:2em;
    text-align:left;
}
.anim-preloader span{
    display:block;
}
.anim-preloader .text{
    position:relative;
    padding-left:47px;
    color:#11223b;
    font-size:1em;
    font-weight:600;
    line-height:2em;
}
.anim-preloader .sprite{
    position:absolute;
    top:0;
    left:0;
    width:2.5em;
    height:2.5em;
    background-repeat:no-repeat;
    -webkit-animation: prot 1.1s infinite linear;
    -moz-animation: prot 1.1s infinite linear;
    -o-animation: prot 1.1s infinite linear;
    animation: prot 1.1s infinite linear;
}
.anim-preloader.simple{
    position:static;
}
.anim-preloader.simple .sprite{
    position:static;
}
@-webkit-keyframes prot {
    to {-webkit-transform: rotate(360deg);}
}
@keyframes prot {
    to {transform: rotate(360deg);}
}
@-moz-keyframes prot {
    to {-moz-transform: rotate(360deg);}
}
@-o-keyframes prot {
    to {-o-transform: rotate(360deg);}
}
.paym-list-big{
    text-align:center;
    padding: 20px 0 40px 0;
}
.paym-list-big li{
    display:block;
    display:inline-block;
    height:45px;
    background-repeat:no-repeat;
    margin:0 30px;
}
.paym-list-big li.master{width:63px;}
.paym-list-big li.visa{width:87px;}
.paym-list-big li.wm{width:150px;}
.paym-list-big li.qiwi{width:110px;}
.paym-list-big li.yandex{width:98px;}
.paym-list-big li.sms{width:70px;}
.paym-list-big li.paypal{width:115px;}

.tab-nav{
    margin-bottom: 18px;
    border-bottom:3px solid #b7b7b7;
}
.tab-nav li{
    float: left;
    margin-right: 12px;
}

.tab-nav li.current{
    border-radius:4px 4px 0 0;
    background: #d9d9d9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2I3YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d9d9d9 1%, #b7b7b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d9d9d9), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 1%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 1%,#b7b7b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 1%,#b7b7b7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9d9d9 1%,#b7b7b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-8 */
}
.tab-nav li a{
    display: block;
    text-decoration: none;
    padding: 5px 10px 3px 10px;
    font-size: 1.12em;
}
.tab-nav li a:hover,
.tab-nav li.current a{
    color: #333;
}
/*
.tab .col{
    float: left;
    width: 50%;
    }
*/
.tabs .tab{
    display:block;
}
.tabs.tab-personal .tab#tab_personal{
    display: block;
}
.tabs.tab-payout .tab#tab_payout{
    display: block;
}
.tabs.tab-payout .tab#tab_help{
    display: block;
}
.tabs.tab-payout .tab#tab_statistics{
    display: block;
}
.tabs.tab-recharge .tab#tab_recharge{
    display: block;
}


.tab .banner{
    position:relative;
    height:270px;
}
.tab .video{
    position:relative;
    height:130px;
}
.tab .banner h3 a,
.tab .video h3 a,
.tab .landing h3 a{
    margin:0 5px 0 5px;
}
.tab .banner .column h3,
.tab .video .column h3{
    margin:10px 0 0 63px;
}
.tab .landing h3 {
    margin: 0 0 0 -5px;
}
.tab .banner .column p{
    text-align:right;
    margin:0 15px 0 10px;
}
.tab .banner .column label{
    margin: 0 5px 0 0;
}
.tab .banner .column .input{
    width:78%;
    margin:0 0 5px 0px;
}
.tab .landing .column .input{
    width:94%;
    margin:0 0 5px 0;
}
#tab_promo .input{
    background: #ebebeb;
    height: 20px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-size: 1em;
    color: #11223b;
}

#cabinet .statistics{
    text-align:center;
}
#stat-tab .btn-contest {
    padding: 10px 30px;
    background: #a963b0;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    box-shadow: 3px 3px 5px -1px #8662a2;
    margin: -10px auto 10px auto;
}
.statistics .platform-type span{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    margin:0;
    font-size:16px;
    border-bottom:1px solid #a58c4e;
    cursor:pointer;
    color:#11223b;
    margin:0 10px;
}
.platform-type span.active{
    font-size:23px;
    border-bottom:none;
    cursor:none;
}

.statistics .nav-menu-stats{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    width:100%;
    padding:0;
    margin:10px 0 0 0;
    text-align: center;
}
.statistics .tab-traders .nav-menu-stats{
    width:auto;
    text-align: left;
    padding:0 0 0 300px;
}
.nav-menu-stats p{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    margin:0;
    font-size:13px;
}
.nav-menu-stats .select{
    padding-right:60px;
    font-size:16px;
    color:#000;
}

.nav-menu-stats p a{
    margin:0 5px;
    text-align: center;
}

.statistics p.title-date{
    display:block;
    position:relative;
    font-size:18px;
    color:#000;
    font-weight:600;
    margin:0 0 10px 0;
}
.statistics p.datepicker{
    display:block;
    position:relative;
    left:0;
    top:10px;
    font-size:14px;
    color:#000;
    font-weight:600;
    margin:0 0 10px 0;
}
.statistics p.datepicker input{
    padding:5px;
    color:#777777;
    margin:20px 0 10px 0;
}
.statistics .datepicker .btn.btn-hl{
    font-size:14px;
    line-height: 2;
    padding:0 30px;
    margin:0 0 20px 0;
}
.statistics p.title-trade{
    display:inline-block;
    position:absolute;
    left:0;
    top:10px;
    font-size:14px;
    color:#000;
    font-weight:600;
}
.nav-menu-stats .choice{
    font-size:16px;
    color:#000;
    margin:0 5px;
}
.statistics a,
#result-payout a{
    color:#000000;
    border-bottom:1px solid #000000;
    text-decoration: none;
    font-weight:500;
}
.statistics a:hover,
.statistics a:active{
    color: #000000;
    border-bottom:1px solid #000000;
    text-decoration: none;
}
.statistics a.num-page:hover,
.statistics a.num-page:active{
    color:#2a475a;
    border-bottom:1px solid #ECECEC;
    text-decoration: none;
}
.statistics  a.none,
.statistics  a.none:hover{
    border:none;
    cursor:default;
    color:#696b70;
}
.statistics p:nth-child(2){
    margin:0 5px 0 0;
}
.statistics table,
#recharge_history table {
    width:100%;
    margin:0;
    border:none;
    color:#696b70;
    font-size:13px;
    text-align:left;
    border-spacing:0;
}

#recharge_history table{
    margin:10px 0;
}
.statistics th,
#recharge_history th{
    color:#2A2D33;
    padding:5px 0 5px 0;
    text-align:left;
    font-weight:400;
}
.statistics th{
    position:relative;
    cursor: default;
}
.statistics th p{
    display:inline-block;
    position: relative;
}
.statistics th p:hover span{
    display:block;
}
.statistics th p span{
    display:none;
    position:absolute;
    width:150px;
    height:auto;
    top:0;
    right:-175px;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #344050 !important;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    text-align: left;
    z-index:10000;
    text-transform: none;
    white-space: pre-line;
}
.statistics th:last-child p span{
    left:-175px;
}
.statistics th:nth-child(2) p span{
    right:-175px!important;
}

.statistics th{
    text-align:right;
    padding:5px 5px;
}
#recharge_history th{
    padding:5px 20px 5px 5px;
}
#recharge_history td{
    padding:5px 0 5px 0;
    text-align:right;
}
.statistics td{
    text-align:left;
    padding:5px 5px;
}

.statistics td:nth-child(1) span,
.statistics td:nth-child(2) span,
.statistics td:nth-child(3) span{
    display:none;
    position:absolute;
    width:auto;
    top:30px;
    left:40px;
    border:1px solid #1c2530;
    color:#fff!important;
    padding:10px;
    background: #273a4c;
    font-size:14px;
    font-weight:400;
    text-align: left;
    z-index:10000;
    white-space: pre;
}

#recharge_history td{
    padding:5px 20px 5px 0;
}

#recharge_history th:nth-child(2),
#recharge_history td:nth-child(2){
    text-align:center;
}


.statistics tr td .usd{
    color:#696b70;
}

.no-stat{
    position:relative;
    font-size:16px;
    margin:50px auto 0 auto;
    text-align:center;
    font-weight: 700;
    color:#344050;
    max-width:650px;
    min-height: 300px;
    z-index:10;
}

.no-banner{
    display:block;
    position:relative;
    font-size:16px;
    margin:50px auto 0 auto;
    text-align:center;
    font-weight: 700;
    color:#000;
    max-width:650px;
}

.statistics .tab-traders th,
.statistics .tab-traders td{
    text-align:left !important;
}

.statistics a{
    display:inline-block;
    position:relative;
}
.statistics a:after{
    content:attr(data-content);
    display:inline-block;
    position:relative;
    top:0;
    right:0;
    font-size: 12px;
}
.statistics b{
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(52, 64, 80, 0.50);
    margin-top:2px;
}
.statistics .channel-name b{
    font-weight:400;
    border-bottom:1px solid #FFCD00;
    cursor:pointer;
}
.stat-header .no-stat{
    display:none;
    position:relative;
    width:100%;
    margin:100px auto;
    text-align:center;
}
.statistics .percent,
.country-result .percent{
    display:inline-block!important;
    position: relative;
    color:#696b70;
}
.statistics .percent:after,
.country-result .percent:after{
    content:attr(data-content);
    display:inline-block;
    position:relative;
    top:0;
    right:0;
    font-size: 12px;
}
.statistics .usd{
    display:inline-block;
    position: relative;
}
.statistics .usd:after{
    content: "$";
    display: block;
    position: absolute;
    top:-12px;
    left:0;
    font-size: 12px;
}
.pair-icon.eurusd::before,
.pair-icon.eurusd{background-position:0 0; }
.pair-icon.gbpusd::before,
.pair-icon.gbpusd{background-position:0 -22px; }
.pair-icon.aur::before,
.pair-icon.aur{background-position:0 -42px; }
.pair-icon.oil::before,
.pair-icon.oil{background-position:0 -62px; }
.pair-icon.rndm::before,
.pair-icon.rndm{background-position:0 -83px; }
.pair-icon.usdchf::before,
.pair-icon.usdchf{background-position:0 -103px; }
.pair-icon.usdjpy::before,
.pair-icon.usdjpy{background-position:0 -125px; }
.pair-icon.usdrub::before,
.pair-icon.usdrub{background-position:0 -149px; }
.pair-icon.demo_1::before,
.pair-icon.demo_1{background-position:0 -83px; }
.pair-icon.demo_2::before,
.pair-icon.demo_2{background-position:0 -83px; }

.pair-icon.demo_1:before, .pair-icon.demo_1 {
    background-position: 0 -83px;

}

.menu-place a.action-top-menu:before {
    top: 6px;

}

/*----/ ELEMENTS

input[type="checkbox"]{
    display:none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 14px;
    margin: 0 0 0 0;
    background-repeat: no-repeat;
}
---*/

nav.nav-main{
    width: 320px;
    background: #11223b;
    position: fixed;
    top:0;
    right: 0;
    height: 100%;
    z-index:999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav.nav-main .close-link{
    display: block;
    position: absolute;
    top:15px;
    right:40px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}
nav.nav-main .nav-wrapper{
    padding: 55px 40px 40px 40px;
    text-align: left;
}
nav.nav-main .btn.btn-contur{
    display:inline-block;
    width:80%;
}
nav.nav-main .btn-list{
    margin-bottom: 24px;
}
nav.nav-main .btn-list li{
    margin-bottom: 12px;
    display:block;
}
nav.nav-main .btn-list li span{
    display:inline-block;
    margin:0 10px 0 -25px;
    width:15px;
    height:15px;

}

nav.nav-main h3.title{
    color: #777;
    text-transform: uppercase;
    font-size:1em;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom:0;
}
nav.nav-main a{
    color: #ccc;
    font-size: 0.775em;
    font-weight: 600;
}
nav.nav-main a:hover{
    color: #e3c768;
}

nav.nav-main ul.list-of-actions{
    margin-bottom: 24px;
}
nav.nav-main .lang-place li{
    display: block;
    display: inline-block;
    margin-right: 25px;

}
nav.nav-main .lang-place li a{
    display: block;
    text-decoration: none;
    width: 30px;
    height: 22px;
}
nav.nav-main .lang-place li a:hover,
nav.nav-main .lang-place li.current a{
    outline: 2px solid #e2c666;
}
nav.nav-main.collapsed{
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
footer .paym-title{
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
}
.hide-till-loading{
    display: none !important;
}


.form.user-help{
    margin:30px 0 30px 0;
    clear:both;
}

.form .row{
    margin: 10px 0;
    position:relative;
}
.form .row a{
    font-size:13px;
}
.form .result-msg{
    position:relative;
    border-radius:0;
    margin-bottom: 18px;
}
.form.user-help .result-msg{
    margin:0 425px 10px 0;
}
.form .step-item{
    display: none;
}
.form .step-item.step-all{
    display: block;
}

.form .step-item.step-all.left,
.form .step-item.step-all.right {
    display: inline-block;
    margin:0 40px 18px 0;
}
.form .input {
    background: #fff;
    border: 1px solid #ECECEC;
    outline: none;
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    color: #474747;
    line-height: 42px;
    font-weight: normal;
    font-family: TT Hoves, sans-serif;
    height: 42px;
    text-align:left;
}
.form .input:focus{
    box-shadow:none;
}
select option{
    color: #777;
    padding:0 0 0  10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form .input.write-us,
.form .input.email,
.form .select.topic{
    width:200px;
    margin:0;
}
.form .select.topic{
    width:210px;
}
.form .input.question {
    width:455px;
    height:150px;
    padding:10px;
    resize:none;
}


.form .input value{
    font-size: 0.8125em;
    font-weight: 400;
    color: #999;
}
.form label.label-txt{
    display: block;
    margin-bottom: 9px;
    font-size: 0.8125em;
}
.form .btn{
    margin:0 auto;
    width:100%;
}
.form .step-item .btn{
    margin:0;
    padding:0 40px;
    width:auto;
}
.form.confirm-msg,
.form.get-purse-code{
    padding:0 80px 20px 80px;
    margin:-25px 0 0 0;
}

.tabs{
    position: relative;
    border:2px solid #e2c666;
    min-height: 500px;
}
.tab{
    position: relative;
    padding: 38px;
    min-height: 500px;
}
.tab h3.tab-title{
    position: absolute;
    top:-16px;
    left: 0;
    width: 100%;
    color: #11223b;
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.tab h3.tab-title span{
    padding: 0 12px;
    background: #f5f5f5;
}
.tabs .nav-vert{
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 2;
    padding: 10px 0;
}
.tabs .nav-vert li{
    position: relative;
    margin-bottom: 11px;
    min-height: 32px;
}

.tabs .nav-vert li:first-child{
    margin-top:9px;
}
.tabs .nav-vert li:last-child{
    margin-top:15px;
}
.tabs .nav-vert li:last-child a,
.tabs .nav-vert li:first-child a{
    background: #F4F4F4;
}
.tabs .nav-vert li:last-child{
    margin-bottom:9px;
}
.tabs .nav-vert a{
    display: block;
    position: relative;
    min-height: 32px;
    width: 20px;
}
.tabs .nav-vert li span.decor{
    position: absolute;
    top: 2px;
    right: -7px;
    z-index: 2;
    display: block;
    width: 22px;
    height: 25px;
    border:4px solid #f5f5f5;
}
.tabs .nav-vert li span.decor:hover{
    border:4px solid #fff;
}
.tabs .nav-vert li:hover span.decor{
    border:3px solid #fff;
    top:3px;
    right:-5px;
}
.tabs .nav-vert li span.text{
    display: none;
    padding-left:8px;
    border:2px solid #F4F4F4;
    min-height: 33px;
    position: absolute;
    top: 0px;
    right:-8px;
    border:2px solid #e2c666;
    background: #fff;
    width: 220px;
    z-index: 1;
    line-height: 32px;
    text-align: left;
}

.tabs .nav-vert li span.right-text {
    display: none;
    padding-right:8px;
    border:2px solid #F4F4F4;
    min-height: 33px;
    position: absolute;
    top: 0px;
    left:-5px;
    border:2px solid #e2c666;
    background: #fff;
    width: 220px;
    z-index: 1;
    line-height: 32px;
    text-align: left;
}

.tabs .nav-vert li a:hover span.text,
.tabs .nav-vert li a:hover span.right-text{
    display: block;
}

.tabs .nav-vert li:last-child a span{
    top: -2px;
}
.tabs .nav-vert li:last-child:hover a span.decor{
    top:0;
    margin-top:1px;
}
.tabs .nav-vert li span.text{
    width: auto;
    white-space:nowrap;
    padding-right: 34px;
    font-size:0.8125em;
}

.input-arrows{
    position: relative;
}
.input-arrows .input{
    width: 100%;
}
.input-arrows .arrow{
    position: absolute;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    z-index: 3;
    margin-right: -10px;
}
.input-arrows .arrow.down{
    top: 21px;
}

.paym-tab .input-in .input-arrows{

}
.paym-tab .input-in{
    position: relative;
}
.paym-tab .input-in .sign{
    position: absolute;
    top: 0;
    right: -38px;
    font-family: symbol-olymp;
    font-size: 1.5em;
    line-height: 1.7em;
    font-weight: 400;
}
.pay-btns .sign{
    font-family: symbol-olymp;
    margin-left: -5px;
}

#dialog_recharge{
    width: 700px;
    background: #f5f5f5;
    min-height: 500px;
}

#dialog_recharge .recharge-wrap{
    position: relative;
    padding-left: 250px;
}
#dialog_recharge.is-preloading .preloader{
    top:100px;
}
#dialog_recharge .sidebar{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;

}
#dialog_recharge .paym-tabs-nav li{
    min-height: 46px;
    border-bottom: 1px solid #edc75f;
}
#dialog_recharge .paym-tabs-nav li.selected{
    background: #fff;
}
#dialog_recharge .paym-tabs-nav li a{
    display: block;
    font-weight: 600;
    color: #f4cd6a;
    text-transform: uppercase;
}
#dialog_recharge .paym-tabs-nav li a span.sprite{
    float: left;
    margin-top: 7px;
    margin-left: 18px;
    width: 44px;
    height: 34px;
}
#dialog_recharge .paym-tabs-nav li a span.sprite.icon-card-min{
    width: 130px;
}
#dialog_recharge .paym-tabs-nav li a span.text{
    float: left;
    margin-top: 3px;
    line-height: 40px;
}
#dialog_recharge .paym-tabs-nav li a:hover{
    color: #b49559;
}
#dialog_recharge .paym-tabs-nav li.selected a{
    color: #11223b;
}
#dialog_recharge .content-area{
    padding: 12px 20% 12px 15%;
    min-height: 500px;
    background: #fff;
}
.paym-tab h3.title{
    color: #11223b;
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}
.pay-btns ul{
    text-align: center;
}
.pay-btns li{
    display: inline-block;
    margin-right: 9px;
}
.pay-btns li:last-child{
    margin-right: 0px;
}
.pay-btns .label-txt{
    text-align: center;
}
.pay-btns li label{
    font-size: 1.125em;
    font-weight: 600;
}
.pay-btns li label .sign{
    font-size: 0.9em;
    font-weight: 400;
}
.pay-btns li.selected label{
    color: #11223b;
}
.pay-btns li.selected label .sign{
    color: #777;
}
.paym-tab .btn-in{
    text-align: center;
}
.paym-tab .btn{
    margin: 0 auto;
}

.wrap-content .page-none{
    display:block;
    position:relative;
    text-align:left;
    font-size:16px;
    font-weight: 600;
    padding: 0 0 0 90px;
    margin:100px 0 0 0;
    color:#000;
}
.page-none:before{
    content: "";
    background: url(/assets2/css/images/sprite/bg_404-a7b88010b4d46085760a8e6298b06ef7.png);
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    top: 3px;
    vertical-align: top;
    width: 61px;
}
.page-none p a{
    line-height:1.5em;
    color:#0099cc;
    border-bottom:1px solid #0099cc;
}

.crosspage-content {
    background: #11223b;
    padding:20px;
    text-align: center;
}
.crosspage-wrap {
    margin:0 auto;
    max-width: 966px;
}
.crosspage-content .col {
    float: left;
    width: 25%;
}
.crosspage-content .btn {
    font-weight: 700;
    text-transform: uppercase;
    width: 176px;
}

.txt-message{
    margin:0 20px 20px 20px ;
    font-size:13px;
}

.row.new-pass-in a{
    border-bottom:1px solid #a58c4e;
    margin:0 !important;
}


.col.left {
    width:48%;
    float: left;
    margin-right: 2%;
}
.col.right  {
    width:45%;
    float: right;
}

.col ul{
    margin:0 0 20px 0;
}

.listBox {
    display:block;
    position:relative;
}
.slct {
    display:block;
    position:relative;
    background: #ebebeb;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    padding: 8px 0;
    width: 100%;
    font-size: 15px;
    font-weight:600;
    color: #777;
    -webkit-appearance: none;
    background-image: url(/assets2/css/images/cabinet/bg_decrement-fc098f278c6d259a315c5a13eaf161f7.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 1em;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    margin:0;
}

.slct:hover{
    background-image: url(/assets2/css/images/cabinet/bg_decrement_hover-b3fcdc72d8e4154d7135c7f16b9bda0f.png);
}

.slct::-ms-expand {
    display: none;
}
.listBox p{
    margin:0 0 0 10px;
    font-size:15px !important;
}
.listBox .main{
    font-size:15px;
}
.listBox .small{
    font-size:11px;
    font-weight:400;
}
.listBox ul{
    display:none;
    position:absolute;
    background: #ebebeb;
    top:45px;
    left:0;
    width: 100%;
    z-index:10000;
}
.listBox li{
    vertical-align: middle;
    background: #ebebeb;
    border-top: 1px solid #ffffff;
    color: #777;
    font-size: 16px;
    font-weight:600;
    line-height: 1em;
    padding: 8px 0;
    cursor:pointer;
}
.listBox li:hover{
    background:#1e90ff;
}
.columns-info{
    display:inline-block;
    position:relative;
    width:100vw;
    font-size:16px;
    margin:0;
}
.columns-info.error-403{
    position:relative;
    margin:20px 0 0 0;
}
.columns-info .sprite{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    line-height:1.05;
    color:#2a2d33;
    margin:0 20px 0 0 ;
    text-align: left;
}
.sprite .span-big{
    font-size:34px;
    font-weight:600;
    margin:0 !important;
    display: inline-block!important;
}
.sprite .span-small{
    font-size:17px;
    text-align: center;
    display: inline-block!important;
    margin:0 !important;
}

.columns-info .error-text{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    color:#2a2d33;
    font-size:20px;
    line-height:1.3;
    margin:0;
    padding:0;
}
.error-text a{
    font-size:20px;
}
.error-text a:hover{
    color:#0097a7;
}
.checkbox-area .checker {
    margin-top: 0 !important;
}
.checkbox-area .check-input-label {
    display: inline-block;
    position: relative;
}



.remind-pass .faq-form-btn{
	margin: 15px 0;
    width:auto;
}

.faq-form.support{
    margin-bottom: 15px;
    width: 100%!important;
    max-width: 100%!important;
}

.faq-form p.error{
    background:#FF003D;
    padding:5px;
    margin:0 0 5px 0;
}
.faq-form p.success{
    background:#63E270;
    padding:5px;
    margin:20px 0 25px 0;
}

@media only screen  and (max-width: 800px),
only screen and (max-device-width: 800px){
    .statistics th p span{
        left:-125px;
        width:100px;
        font-size:12px;
    }
    .statistics th:nth-child(2) p span{
        left:85px;
    }

    .statistics th:nth-child(3) p span{
        left:105px;
    }
    .statistics th:last-child p span {
        left: -125px;
    }
}

@media only screen  and (max-width: 400px),
only screen and (max-device-width: 400px){
    .statistics th:nth-child(2) p span{
        left:85px;
    }
    .statistics th:nth-child(3) p span{
        left:-125px;
    }
    .dialog{
        width: 300px;
        margin-left:-150px;
    }

}
@media only screen  and (max-width: 900px) {
    .dialog{
        width: 500px;
        margin: 0 0 0 -130px;
    }
}


@media only screen  and (max-width: 800px) {
    .dialog{
        width: 94%;
        margin: 0 auto;
        left: auto;
    }
    .promo-body-item-link-text{
        width: auto !important;
    }
}




table.tablesorter thead tr .header p:after{
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 0px;
    background: url(/assets2/css/images/cabinet/stat_arrow-74969b2983085d8e1b4135e535a3c386.jpg) no-repeat center;
    cursor: pointer;
    width: 8px;
    height: 15px;
}
table.tablesorter thead tr .headerSortDown p:after{
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 5px;
    background: url(/assets2/css/images/cabinet/stat_up_arrow-67c0e3a130bb5fdcb6cc4018f7529dcb.jpg) no-repeat center;
    cursor: pointer;
    width: 8px;
    height: 6px
}
table.tablesorter thead tr .headerSortUp p:after{
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 10px;
    background: url(/assets2/css/images/cabinet/stat_down_arrow-27d6b56d3fe87d3813eae33f6af03cef.jpg) no-repeat center;
    cursor: pointer;
    width: 8px;
    height: 6px
}
/*
 * FullCalendar v1.5.4 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Tue Sep 4 23:38:33 2012 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header {
	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
  	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
  	background-image: -o-linear-gradient(top, #fafafa, #efefef);
  	background-image: linear-gradient(to bottom, #fafafa, #efefef);
	color: #646464;
}

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	color: #646464;
}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fff;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: -47px;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 7px;
	
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.6em;
	line-height: 1.6em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {

	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #ddd;
	background: transparent;
	color: #646464;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #ddd;
	background: #fafafa;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #ddd;
	background: transparent;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #ddd;
	background: #fff;
	color: #646464;
	border-bottom: 1px solid #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #2FABE9;     /* default BORDER color */
	background-color: #67C2EF; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px;
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.disabled-result em {
  background: transparent;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.highlighted em {
  background: transparent;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  color: #999;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px;
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/assets2/css/img/chosen-sprite-8e70d120437ffc6a1bf7cebeca292d5c.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}


.cleditorMain {border:1px solid #ddd; padding:0 1px 1px; background-color:white}
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
.cleditorToolbar {background: url(/assets2/css/img/toolbar-f0c4c53f05ac8344151a52338999d4f2.gif) repeat}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url(/assets2/css/img/buttons-a86ace701deaaee9b4ee8c9e5d765faa.gif)}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
.cleditorPrompt input,
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}


/* CORE STYLES */

	/* noty bar */
	.noty_bar {
		position: fixed;
		display: none;
		z-index: 9999999;
	}
	
	/* noty_message */
	.noty_bar .noty_message {
		text-align: center;
	}
	
	/* noty close button */
	.noty_bar .noty_close {
		cursor: pointer;
	}
	
	/* noty modal */
	.noty_modal {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 10000;
		opacity: 0.6;
		display: none;
		left: 0;
		top: 0;
	}
	
	/* noty container for noty_layout_topLeft & noty_layout_topRight */
	ul.noty_cont {
		position: fixed;
		z-index: 10000000;
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 300px;
	}
	ul.noty_cont li {
		position: relative;
		float: left;
		clear: both;
		list-style: none;
		padding: 0px;
		margin: 10px 0 0 0;
		width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
	}
	ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
	ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
	ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
	ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
	ul.noty_cont.noty_layout_topRight li {float:right}

/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_layout_top {
		top: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_layout_bottom {
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_center */
	.noty_bar.noty_layout_center {
		top: 40%;
	}
	
	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_layout_topLeft, 
	.noty_bar.noty_layout_topRight,
	.noty_bar.noty_layout_bottomLeft,
	.noty_bar.noty_layout_bottomRight {
		width: 100%;
		clear: both;
		position: relative;
	}
	
	.noty_bar.noty_layout_topLeft .noty_message, 
	.noty_bar.noty_layout_topRight .noty_message,
	.noty_bar.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_layout_bottomRight .noty_message {
		text-align: left;
	}
	
	/* noty_layout_topCenter */
	.noty_bar.noty_layout_topCenter {
		top: 20px;
	}

/* CORE STYLES*/

	/* noty bar */
	.noty_bar.noty_theme_default {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
	}
	
	/* if you use noty with customContainer you can access noty with this way 
	*	 .noty_custom_container noty will add automaticly this class to your customContainer
	*	 .noty_theme_default 		your theme
	*	 .noty_layout_inline		your layout 
	*/
	
	/* custom container */
	.noty_custom_container.noty_theme_default.noty_layout_inline {
		position: relative;
	}
	
	/* custom growl container */
	.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
		position: static;
	}
		/* custom noty bar */
		.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
			border-width: 1px;
			border-style: solid;
			position: static;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		}
			.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
				font-size: 13px;
				padding: 4px;
			}
				.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
					margin-top: -1px;
				}
	
	/* noty_message */
	.noty_bar.noty_theme_default .noty_message {
		padding: 8px 14px;
		font-size: 16px;
		font-weight: bold;
		width: auto;
	}
	.noty_bar.noty_theme_default.noty_closable .noty_message {
		padding: 8px 34px 8px 14px;
	}
	
	/* noty_buttons */
	.noty_bar.noty_theme_default .noty_message .noty_buttons {
		float: right;
		font-size: 13px;
		margin-top: -4px;
		margin-left: 4px;
	}
	
	/* noty_button */
	.noty_bar.noty_theme_default .noty_message .noty_buttons button {
		margin-left: 5px;
	}
	
	/* noty close button */
	.noty_bar.noty_theme_default .noty_close {
		position: absolute;
		top: 10px;
		right: 10px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
		width: 20px;
		height: 20px;
	}
	
	/* noty modal */
	.noty_modal.noty_theme_default {
		opacity: 0.7;
	}
	
/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_theme_default.noty_layout_top {
		border-bottom: 3px solid #eee;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_theme_default.noty_layout_bottom {
		border-top: 3px solid #eee;
	}

	.noty_bar.noty_theme_default.noty_layout_center .noty_close {
		top: 8px;
	}
	
	.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
		margin-top: -2px
	}
	
	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_theme_default.noty_layout_center,
	.noty_bar.noty_theme_default.noty_layout_topLeft,
	.noty_bar.noty_theme_default.noty_layout_topRight,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft,
	.noty_bar.noty_theme_default.noty_layout_bottomRight {
		border: 1px solid #eee;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	.noty_bar.noty_theme_default.noty_layout_center .noty_message,
	.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
	.noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
		font-size: 13px;
		font-weight: normal;
	}
	.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
		float: none;
		border-top: 1px solid #ccc;
	  margin-left: 0;
	  margin-top: 10px;
	  padding-top: 10px;
	  text-align: right;
	}
	
	/* noty_layout_topCenter */
	.noty_bar.noty_theme_default.noty_layout_topCenter {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
		font-weight: normal;
		font-size: 13px;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
		top: 50%;
		margin-top: -10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
		border: 1px solid #50C24E;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
		margin-left: 15px;
		margin-top: 0px
	}
	
/* NOTIFICATION TYPES */

	/* noty_notification */
	.noty_bar.noty_theme_default.noty_notification {
		background-color: #fff;
		border-color: #ccc;
    color: #555;
	}
	.noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }
  
	/* noty_warning */
	.noty_bar.noty_theme_default.noty_warning {
		background-color: #FFEAA8;
		border-color: #FFC237;
    color: #826200;
	}
	.noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #FFC237;
  }
  
  /* noty_alert */
	.noty_bar.noty_theme_default.noty_alert {
		background-color: #fff;
		border-color: #ccc;
	}
	.noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }
  
	/* noty_error */
	.noty_bar.noty_theme_default.noty_error {
		background-color: red;
		color: #fff;
		border-color: darkred;
	}
	.noty_bar.noty_theme_default.noty_error .noty_message {
		font-weight: bold;
	}
	.noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: darkred;
  }
  
	/* noty_success */
	.noty_bar.noty_theme_default.noty_success {
		background-color: lightgreen;
		color: darkgreen;
		border-color: #50C24E;
	}
	.noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #50C24E;
  }
  
	/* noty_information */
	.noty_bar.noty_theme_default.noty_information {
		background-color: #57B7E2;
		border-color: #0B90C4;
		color: #fff;
	}
	.noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #0B90C4;
  }
  
/*!
 * elFinder - file manager for web
 * Version 2.0 rc1 (2012-04-10)
 * http://elfinder.org
 * 
 * Copyright 2009-2012, Studio 42
 * Licensed under a 3 clauses BSD license
 */
.elfinder-dialog-resize{margin-top:.3em}.elfinder-resize-type{float:left;margin-bottom:.4em}.elfinder-resize-control{padding-top:3em}.elfinder-resize-control input[type=text]{border:1px solid #aaa;text-align:right}.elfinder-resize-preview{width:400px;height:400px;padding:10px;background:#fff;border:1px solid #aaa;float:right;position:relative;overflow:auto}.elfinder-resize-handle{position:relative}.elfinder-resize-handle-hline,.elfinder-resize-handle-vline{position:absolute;background-image:url(/assets2/css/img/crop-7a4b4c6ebdb549fcbe47408f9457493e.gif)}.elfinder-resize-handle-hline{width:100%;height:1px!important;background-repeat:repeat-x}.elfinder-resize-handle-vline{width:1px!important;height:100%;background-repeat:repeat-y}.elfinder-resize-handle-hline-top{top:0;left:0}.elfinder-resize-handle-hline-bottom{bottom:0;left:0}.elfinder-resize-handle-vline-left{top:0;left:0}.elfinder-resize-handle-vline-right{top:0;right:0}.elfinder-resize-handle-point{position:absolute;width:8px;height:8px;border:1px solid #777;background:0 0}.elfinder-resize-handle-point-n{top:0;left:50%;margin-top:-5px;margin-left:-5px}.elfinder-resize-handle-point-ne{top:0;right:0;margin-top:-5px;margin-right:-5px}.elfinder-resize-handle-point-e{top:50%;right:0;margin-top:-5px;margin-right:-5px}.elfinder-resize-handle-point-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px}.elfinder-resize-handle-point-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px}.elfinder-resize-handle-point-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px}.elfinder-resize-handle-point-w{top:50%;left:0;margin-top:-5px;margin-left:-5px}.elfinder-resize-handle-point-nw{top:0;left:0;margin-top:-5px;margin-left:-5px}.elfinder-resize-spinner{position:absolute;width:200px;height:30px;top:50%;margin-top:-25px;left:50%;margin-left:-100px;text-align:center;background:url(/assets2/css/img/progress-a9371aaf90b95f71ff98eb9c861ad28c.gif) center bottom repeat-x}.elfinder-resize-row{margin-bottom:7px;position:relative}.elfinder-resize-label{float:left;width:80px;padding-top:3px}.elfinder-resize-reset{width:16px;height:16px;position:absolute;margin-top:-8px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-e{height:100%;width:10px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-s{width:100%;height:10px}.elfinder-dialog .elfinder-dialog-resize .ui-resizable-se{background:0 0;bottom:0;right:0;margin-right:-7px;margin-bottom:-7px}.elfinder-dialog-resize .ui-icon-grip-solid-vertical{position:absolute;top:50%;right:0;margin-top:-8px;margin-right:-11px}.elfinder-dialog-resize .ui-icon-grip-solid-horizontal{position:absolute;left:50%;bottom:0;margin-left:-8px;margin-bottom:-11px}.elfinder-resize-row .elfinder-buttonset{float:right}.elfinder-resize-rotate-slider{float:left;width:195px;margin:7px 7px 0}.elfinder-file-edit{width:99%;height:99%;margin:0;padding:2px;border:1px solid #ccc}.elfinder-help{margin-bottom:.5em}.elfinder-help .ui-tabs-panel{padding:.5em}.elfinder-dialog .ui-tabs .ui-tabs-nav li a{padding:.2em 1em}.elfinder-help-shortcuts{height:300px;padding:1em;margin:.5em 0;overflow:auto}.elfinder-help-shortcut{white-space:nowrap;clear:both}.elfinder-help-shortcut-pattern{float:left;width:160px}.elfinder-help-logo{width:100px;height:96px;float:left;margin-right:1em;background:url(/assets2/css/img/logo-cdb5fb93f3db24d815a385581bdd6119.png) center center no-repeat}.elfinder-help h3{font-size:1.5em;margin:.2em 0 .3em}.elfinder-help-separator{clear:both;padding:.5em}.elfinder-help-link{padding:2px}.elfinder-help .ui-priority-secondary{font-size:.9em}.elfinder-help .ui-priority-primary{margin-bottom:7px}.elfinder-help-team{clear:both;text-align:right;border-bottom:1px solid #ccc;margin:.5em 0;font-size:.9em}.elfinder-help-team div{float:left}.elfinder-help-license{font-size:.9em}.elfinder-help-disabled{font-weight:700;text-align:center;margin:90px 0}.elfinder-help .elfinder-dont-panic{display:block;border:1px solid transparent;width:200px;height:200px;margin:30px auto;text-decoration:none;text-align:center;position:relative;background:#d90004;-moz-box-shadow:5px 5px 9px #111;-webkit-box-shadow:5px 5px 9px #111;box-shadow:5px 5px 9px #111;background:-moz-radial-gradient(80px 80px,circle farthest-corner,#d90004 35%,#960004 100%);background:-webkit-gradient(radial,80 80,60,80 80,120,from(#d90004),to(#960004));-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;outline:none}.elfinder-help .elfinder-dont-panic span{font-size:3em;font-weight:700;text-align:center;color:#fff;position:absolute;left:0;top:45px}.elfinder{padding:0;position:relative;display:block}.elfinder-rtl{text-align:right;direction:rtl}.elfinder-workzone{padding:0;position:relative;overflow:hidden}.elfinder-perms,.elfinder-symlink{position:absolute;width:16px;height:16px;background-image:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png);background-repeat:no-repeat;background-position:0 -528px}.elfinder-na .elfinder-perms{background-position:0 -96px}.elfinder-ro .elfinder-perms{background-position:0 -64px}.elfinder-wo .elfinder-perms{background-position:0 -80px}.elfinder-drag-helper{width:60px;height:50px;padding:0 0 0 25px;z-index:100000}.elfinder-drag-helper-icon-plus{position:absolute;width:16px;height:16px;left:43px;top:55px;background:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png) 0 -544px no-repeat;display:none}.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus{display:block}.elfinder-drag-num{position:absolute;top:0;left:0;width:16px;height:14px;text-align:center;padding-top:2px;font-size:12px;font-weight:700;color:#fff;background-color:red;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.elfinder-drag-helper .elfinder-cwd-icon{margin:0 0 0 -24px;float:left}.elfinder-overlay{opacity:0;filter:Alpha(Opacity=0)}.elfinder .elfinder-panel{position:relative;background-image:none;padding:7px 12px}.elfinder-contextmenu,.elfinder-contextmenu-sub{display:none;position:absolute;border:1px solid #aaa;background:#fff;color:#555;padding:4px 0}.elfinder-contextmenu-sub{top:5px}.elfinder-contextmenu-ltr .elfinder-contextmenu-sub{margin-left:-5px}.elfinder-contextmenu-rtl .elfinder-contextmenu-sub{margin-right:-5px}.elfinder-contextmenu-item{position:relative;display:block;padding:4px 30px;text-decoration:none;white-space:nowrap;cursor:default}.elfinder-contextmenu .elfinder-contextmenu-item span{font-size:.76em;display:block}.elfinder-contextmenu-ltr .elfinder-contextmenu-item{text-align:left}.elfinder-contextmenu-rtl .elfinder-contextmenu-item{text-align:right}.elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item{padding-left:12px}.elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item{padding-right:12px}.elfinder-contextmenu-arrow,.elfinder-contextmenu-icon{position:absolute;top:50%;margin-top:-8px}.elfinder-contextmenu-ltr .elfinder-contextmenu-icon{left:8px}.elfinder-contextmenu-rtl .elfinder-contextmenu-icon{right:8px}.elfinder-contextmenu-arrow{width:16px;height:16px;background:url(/assets2/css/img/arrows-normal-e479c6b5847e562e1cf6f12bef3cb850.png) 5px 4px no-repeat}.elfinder-contextmenu-ltr .elfinder-contextmenu-arrow{right:5px}.elfinder-contextmenu-rtl .elfinder-contextmenu-arrow{left:5px;background-position:0 -10px}.elfinder-contextmenu .ui-state-hover{border:0 solid;background-image:none}.elfinder-contextmenu-separator{height:0;border-top:1px solid #ccc;margin:0 1px}.elfinder-cwd-wrapper{overflow:auto;position:relative;padding:2px;margin:0}.elfinder-cwd-wrapper-list{padding:0}.elfinder-cwd{position:relative;font-size:.7em;cursor:default;padding:0;margin:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active{padding:0;border:2px solid #8cafed}.elfinder-cwd-view-icons .elfinder-cwd-file{width:120px;height:80px;padding-bottom:2px;cursor:default;overflow:hidden}.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file{float:left;margin:0 3px 12px 0}.elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file{float:right;margin:0 0 5px 3px}.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover{border:0 solid}.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper{width:52px;height:52px;margin:1px auto;padding:2px;position:relative}.elfinder-cwd-view-icons .elfinder-cwd-filename{text-align:center;white-space:pre;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;margin:3px 1px 0;padding:1px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.elfinder-cwd-view-icons .elfinder-perms{bottom:4px;right:2px}.elfinder-cwd-view-icons .elfinder-symlink{bottom:6px;left:0}.elfinder-cwd-icon{display:block;width:48px;height:48px;margin:0 auto;background:url(/assets2/css/img/icons-big-ebbfff72ab0f3af7185a26484e1ccb42.png) 0 0 no-repeat;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon{background-position:0 -100px}.elfinder-cwd-icon-directory{background-position:0 -50px}.elfinder-cwd-icon-application{background-position:0 -150px}.elfinder-cwd-icon-x-empty,.elfinder-cwd-icon-text{background-position:0 -200px}.elfinder-cwd-icon-image,.elfinder-cwd-icon-vnd-adobe-photoshop,.elfinder-cwd-icon-postscript{background-position:0 -250px}.elfinder-cwd-icon-audio{background-position:0 -300px}.elfinder-cwd-icon-video,.elfinder-cwd-icon-flash-video{background-position:0 -350px}.elfinder-cwd-icon-rtf,.elfinder-cwd-icon-rtfd{background-position:0 -401px}.elfinder-cwd-icon-pdf{background-position:0 -450px}.elfinder-cwd-icon-vnd-ms-office,.elfinder-cwd-icon-msword,.elfinder-cwd-icon-vnd-ms-word,.elfinder-cwd-icon-vnd-oasis-opendocument-text,.elfinder-cwd-icon-ms-excel,.elfinder-cwd-icon-vnd-ms-excel,.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet,.elfinder-cwd-icon-vnd-ms-powerpoint,.elfinder-cwd-icon-vnd-oasis-opendocument-presentation{background-position:0 -500px}.elfinder-cwd-icon-html{background-position:0 -550px}.elfinder-cwd-icon-css{background-position:0 -600px}.elfinder-cwd-icon-javascript,.elfinder-cwd-icon-x-javascript{background-position:0 -650px}.elfinder-cwd-icon-x-perl{background-position:0 -700px}.elfinder-cwd-icon-x-python{background-position:0 -750px}.elfinder-cwd-icon-x-ruby{background-position:0 -800px}.elfinder-cwd-icon-x-sh,.elfinder-cwd-icon-x-shellscript{background-position:0 -850px}.elfinder-cwd-icon-x-c,.elfinder-cwd-icon-x-csrc,.elfinder-cwd-icon-x-chdr,.elfinder-cwd-icon-x-c--,.elfinder-cwd-icon-x-c--src,.elfinder-cwd-icon-x-c--hdr,.elfinder-cwd-icon-x-java,.elfinder-cwd-icon-x-java-source{background-position:0 -900px}.elfinder-cwd-icon-x-php{background-position:0 -950px}.elfinder-cwd-icon-xml{background-position:0 -1000px}.elfinder-cwd-icon-zip,.elfinder-cwd-icon-x-zip,.elfinder-cwd-icon-x-7z-compressed{background-position:0 -1050px}.elfinder-cwd-icon-x-gzip,.elfinder-cwd-icon-x-tar{background-position:0 -1100px}.elfinder-cwd-icon-x-bzip,.elfinder-cwd-icon-x-bzip2{background-position:0 -1150px}.elfinder-cwd-icon-x-rar,.elfinder-cwd-icon-x-rar-compressed{background-position:0 -1200px}.elfinder-cwd-icon-x-shockwave-flash{background-position:0 -1250px}.elfinder-cwd-icon-group{background-position:0 -1300px}.elfinder-cwd input{width:100%;border:0 solid;margin:0;padding:0}.elfinder-cwd-view-icons input,.elfinder-cwd-view-icons{text-align:center}.elfinder-cwd table{width:100%;border-collapse:collapse;border:0 solid;margin:0 0 10px}.elfinder .elfinder-cwd table thead tr{border-left:0 solid;border-top:0 solid;border-right:0 solid}.elfinder .elfinder-cwd table thead td{font-size:.9em}.elfinder .elfinder-cwd table td{padding:3px 12px;white-space:pre;overflow:hidden;text-align:right;cursor:default;border:0 solid}.elfinder-ltr .elfinder-cwd table td{text-align:right}.elfinder-ltr .elfinder-cwd table td:first-child{text-align:left}.elfinder-rtl .elfinder-cwd table td{text-align:left}.elfinder-rtl .elfinder-cwd table td:first-child{text-align:right}.elfinder-odd-row{background:#eee}.elfinder-cwd-view-list .elfinder-cwd-file-wrapper{width:97%;position:relative}.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper{padding-left:23px}.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper{padding-right:23px}.elfinder-cwd-view-list .elfinder-perms,.elfinder-cwd-view-list .elfinder-symlink{top:50%;margin-top:-6px}.elfinder-ltr .elfinder-cwd-view-list .elfinder-perms{left:7px}.elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink{left:-7px}.elfinder-cwd-view-list td .elfinder-cwd-icon{width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;background-image:url(/assets2/css/img/icons-small-1cc7e5b5209b52315229e06a848d679b.png)}.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon{left:0}.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon{right:0}.std42-dialog{padding:0}.std42-dialog .ui-dialog-titlebar{border-left:0 solid transparent;border-top:0 solid transparent;border-right:0 solid transparent;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;font-size:.82em;font-weight:400;padding:.2em 1em}.std42-dialog .ui-dialog-titlebar-close,.std42-dialog .ui-dialog-titlebar-close:hover{padding:1px}.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar{text-align:right}.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{right:auto;left:.3em}.std42-dialog .ui-dialog-content{padding:.3em .5em;font-size:.72em}.std42-dialog .ui-dialog-buttonpane{border:0 solid;margin:0;padding:.5em .7em;font-size:.76em}.std42-dialog .ui-dialog-buttonpane button{margin:0 0 0 .4em;padding:0;outline:0 solid}.std42-dialog .ui-dialog-buttonpane button span{padding:2px 9px}.elfinder-dialog .ui-resizable-e,.elfinder-dialog .ui-resizable-s{width:0;height:0}.std42-dialog .ui-button input{cursor:pointer}.elfinder-dialog-icon{position:absolute;width:32px;height:32px;left:12px;top:50%;margin-top:-15px;background:url(/assets2/css/img/dialogs-e2304c50865f6e9f6f7d4b743f067071.png) 0 0 no-repeat}.elfinder-rtl .elfinder-dialog-icon{left:auto;right:12px}.elfinder-dialog-error .ui-dialog-content,.elfinder-dialog-confirm .ui-dialog-content{padding-left:56px;min-height:35px}.elfinder-rtl .elfinder-dialog-error .ui-dialog-content,.elfinder-rtl .elfinder-dialog-confirm .ui-dialog-content{padding-left:0;padding-right:56px}.elfinder-dialog-notify .ui-dialog-titlebar-close{display:none}.elfinder-dialog-notify .ui-dialog-content{padding:0}.elfinder-notify{border-bottom:1px solid #ccc;position:relative;padding:.5em;text-align:center;overflow:hidden}.elfinder-ltr .elfinder-notify{padding-left:30px}.elfinder-rtl .elfinder-notify{padding-right:30px}.elfinder-notify:last-child{border:0 solid}.elfinder-notify-progressbar{width:180px;height:8px;border:1px solid #aaa;background:#f5f5f5;margin:5px auto;overflow:hidden}.elfinder-notify-progress{width:100%;height:8px;background:url(/assets2/css/img/progress-a9371aaf90b95f71ff98eb9c861ad28c.gif) center center repeat-x}.elfinder-notify-progressbar,.elfinder-notify-progress{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.elfinder-dialog-icon-open,.elfinder-dialog-icon-file,.elfinder-dialog-icon-reload{background-position:0 -225px}.elfinder-dialog-icon-mkdir{background-position:0 -64px}.elfinder-dialog-icon-mkfile{background-position:0 -96px}.elfinder-dialog-icon-copy,.elfinder-dialog-icon-prepare,.elfinder-dialog-icon-move{background-position:0 -128px}.elfinder-dialog-icon-upload{background-position:0 -160px}.elfinder-dialog-icon-rm{background-position:0 -192px}.elfinder-dialog-icon-download{background-position:0 -260px}.elfinder-dialog-icon-save{background-position:0 -295px}.elfinder-dialog-icon-rename{background-position:0 -330px}.elfinder-dialog-icon-archive,.elfinder-dialog-icon-extract{background-position:0 -365px}.elfinder-dialog-icon-search{background-position:0 -402px}.elfinder-dialog-confirm-applyall{padding-top:3px}.elfinder-dialog-confirm .elfinder-dialog-icon{background-position:0 -32px}.elfinder-info-title .elfinder-cwd-icon{float:left;width:48px;height:48px;margin-right:1em}.elfinder-info-title strong{display:block;padding:.3em 0 .5em}.elfinder-info-tb{min-width:200px;border:0 solid;margin:1em .2em;font-size:.9em}.elfinder-info-tb td{white-space:nowrap;padding:2px}.elfinder-info-tb tr td:first-child{text-align:right}.elfinder-info-tb span{float:left}.elfinder-info-tb a{outline:none;text-decoration:underline}.elfinder-info-tb a:hover{text-decoration:none}.elfinder-info-spinner{width:14px;height:14px;float:left;background:url(/assets2/css/img/spinner-mini-7b9776076d5fceef4993b55c9383dedd.gif) center center no-repeat;margin:0 5px}.elfinder-upload-dropbox{font-size:1.2em;text-align:center;padding:2em 0;border:3px dashed #aaa}.elfinder-upload-dropbox.ui-state-hover{background:#dfdfdf;border:3px dashed #555}.elfinder-upload-dialog-or{font-size:1.2em;margin:.3em 0;text-align:center}.elfinder-upload-dialog-wrapper{text-align:center}.elfinder-upload-dialog-wrapper .ui-button{position:relative;overflow:hidden}.elfinder-upload-dialog-wrapper .ui-button form{position:absolute;right:0;top:0;opacity:0;filter:Alpha(Opacity=0)}.elfinder-upload-dialog-wrapper .ui-button form input{padding:0 20px;font-size:3em}.dialogelfinder .dialogelfinder-drag{border-left:0 solid;border-top:0 solid;border-right:0 solid;font-weight:400;font-size:.9em;padding:2px 12px;cursor:move;position:relative;text-align:left}.elfinder-rtl .dialogelfinder-drag{text-align:right}.dialogelfinder-drag-close{position:absolute;top:50%;margin-top:-8px}.elfinder-ltr .dialogelfinder-drag-close{right:12px}.elfinder-rtl .dialogelfinder-drag-close{left:12px}.elfinder .elfinder-navbar{width:230px;padding:3px 5px;font-size:.72em;background-image:none;border-top:0 solid;border-bottom:0 solid;overflow:auto;display:none;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.elfinder-ltr .elfinder-navbar{float:left;border-left:0 solid}.elfinder-rtl .elfinder-navbar{float:right;border-right:0 solid}.elfinder-ltr .ui-resizable-e{margin-left:10px}.elfinder-tree{display:table;width:100%;margin:0 0 .5em}.elfinder-navbar-dir{position:relative;display:block;white-space:nowrap;padding:3px 12px;margin:0;outline:0 solid;border:1px solid transparent;cursor:default}.elfinder-ltr .elfinder-navbar-dir{padding-left:35px}.elfinder-rtl .elfinder-navbar-dir{padding-right:35px}.elfinder-navbar-arrow{width:12px;height:14px;position:absolute;display:none;top:50%;margin-top:-8px;background-image:url(/assets2/css/img/arrows-normal-e479c6b5847e562e1cf6f12bef3cb850.png);background-repeat:no-repeat}.ui-state-active .elfinder-navbar-arrow{background-image:url(/assets2/css/img/arrows-active-5463d585532aa23a6a54776a020c7f04.png)}.elfinder-navbar-collapsed .elfinder-navbar-arrow{display:block}.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow{background-position:0 4px;left:0}.elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow{background-position:0 -10px;right:0}.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow,.elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow{background-position:0 -21px}.elfinder-navbar-icon{width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;background-image:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png);background-repeat:no-repeat;background-position:0 -16px}.elfinder-ltr .elfinder-navbar-icon{left:14px}.elfinder-rtl .elfinder-navbar-icon{right:14px}.elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon{background-position:0 0}.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon{background-position:0 -48px}.ui-state-active .elfinder-navbar-icon,.elfinder-droppable-active .elfinder-navbar-icon,.ui-state-hover .elfinder-navbar-icon{background-position:0 -32px}.elfinder-navbar-subtree{display:none}.elfinder-ltr .elfinder-navbar-subtree{margin-left:12px}.elfinder-rtl .elfinder-navbar-subtree{margin-right:12px}.elfinder-navbar-spinner{width:14px;height:14px;position:absolute;display:block;top:50%;margin-top:-7px;background:url(/assets2/css/img/spinner-mini-7b9776076d5fceef4993b55c9383dedd.gif) center center no-repeat}.elfinder-ltr .elfinder-navbar-spinner{left:0;margin-left:-2px}.elfinder-rtl .elfinder-navbar-spinner{right:0;margin-right:-2px}.elfinder-navbar .elfinder-perms{top:50%;margin-top:-8px}.elfinder-ltr .elfinder-navbar .elfinder-perms{left:18px}.elfinder-rtl .elfinder-navbar .elfinder-perms{right:18px}.elfinder-ltr .elfinder-navbar .elfinder-symlink{left:8px}.elfinder-rtl .elfinder-navbar .elfinder-symlink{right:8px}.elfinder-navbar .ui-resizable-handle{width:12px;background:url(/assets2/css/img/resize-7534f49b3685850784498a01b7f6bcd6.png) center center no-repeat;left:0}.elfinder-nav-handle-icon{position:absolute;top:50%;margin:-8px 2px 0;opacity:.5;filter:Alpha(Opacity=50)}.elfinder-places{border:1px solid transparent}.elfinder-places.elfinder-droppable-active{border:1px solid #8cafed}.elfinder-place-drag .elfinder-navbar-dir{font-size:.9em}.elfinder-quicklook{position:absolute;background:url(/assets2/css/img/quicklook-bg-59c269d5821ab7c018d8e9248c6ab030.png);display:none;overflow:hidden;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;padding:20px 0 40px}.elfinder-quicklook .ui-resizable-se{width:14px;height:14px;right:5px;bottom:3px;background:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png) 0 -496px no-repeat}.elfinder-quicklook-fullscreen{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-background-clip:padding-box;padding:0;background:#000;z-index:90000;display:block}.elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar{display:none}.elfinder-quicklook-fullscreen .elfinder-quicklook-preview{border:0 solid}.elfinder-quicklook-titlebar{text-align:center;background:#777;position:absolute;left:0;top:0;width:100%;height:20px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;border-top-left-radius:7px;-moz-border-radius-topright:7px;-webkit-border-top-right-radius:7px;border-top-right-radius:7px;cursor:move}.elfinder-quicklook-title{font-size:.7em;color:#fff;white-space:nowrap;overflow:hidden;padding:2px 0}.elfinder-quicklook-titlebar .ui-icon{position:absolute;left:4px;top:50%;margin-top:-8px;width:16px;height:16px;cursor:default}.elfinder-quicklook-preview{overflow:hidden;position:relative;border:0 solid;border-left:1px solid transparent;border-right:1px solid transparent;height:100%}.elfinder-quicklook-info-wrapper{position:absolute;width:100%;left:0;top:50%;margin-top:-50px}.elfinder-quicklook-info{padding:0 12px 0 112px}.elfinder-quicklook-info .elfinder-quicklook-info-data:first-child{color:#fff;font-weight:700;padding-bottom:.5em}.elfinder-quicklook-info-data{font-size:.72em;padding-bottom:.2em;color:#fff}.elfinder-quicklook .elfinder-cwd-icon{position:absolute;left:32px;top:50%;margin-top:-20px}.elfinder-quicklook-preview img{display:block;margin:0 auto}.elfinder-quicklook-navbar{position:absolute;left:50%;bottom:4px;width:140px;height:32px;padding:0;margin-left:-70px;border:1px solid transparent;border-radius:19px;-moz-border-radius:19px;-webkit-border-radius:19px}.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar{width:188px;margin-left:-94px;padding:5px;border:1px solid #eee;background:#000}.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-icon-close,.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-separator{display:inline}.elfinder-quicklook-navbar-icon{width:32px;height:32px;margin:0 7px;float:left;background:url(/assets2/css/img/quicklook-icons-f141d9d9669cfb9dc492edb91e99bf9c.png) 0 0 no-repeat}.elfinder-quicklook-navbar-icon-fullscreen{background-position:0 -64px}.elfinder-quicklook-navbar-icon-fullscreen-off{background-position:0 -96px}.elfinder-quicklook-navbar-icon-prev{background-position:0 0}.elfinder-quicklook-navbar-icon-next{background-position:0 -32px}.elfinder-quicklook-navbar-icon-close{background-position:0 -128px;display:none}.elfinder-quicklook-navbar-separator{width:1px;height:32px;float:left;border-left:1px solid #fff;display:none}.elfinder-quicklook-preview-text-wrapper{width:100%;height:100%;background:#fff;color:#222;font-size:.9em;overflow:auto}pre.elfinder-quicklook-preview-text{margin:0;padding:3px 9px}.elfinder-quicklook-preview-html,.elfinder-quicklook-preview-pdf{width:100%;height:100%;background:#fff;border:0 solid;margin:0}.elfinder-quicklook-preview-flash{width:100%;height:100%}.elfinder-quicklook-preview-audio{width:100%;position:absolute;bottom:0;left:0}embed.elfinder-quicklook-preview-audio{height:30px;background:0 0}.elfinder-quicklook-preview-video{width:100%;height:100%}.elfinder-statusbar{text-align:center;font-weight:400;padding:.2em .5em;border-right:0 solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent}.elfinder-statusbar a{text-decoration:none}.elfinder-statusbar div{font-size:.7em}.elfinder-path{max-width:30%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis}.elfinder-ltr .elfinder-path{float:left}.elfinder-rtl .elfinder-path{float:right}.elfinder-stat-size{white-space:nowrap}.elfinder-ltr .elfinder-stat-size{float:right}.elfinder-rtl .elfinder-stat-size{float:left}.elfinder-stat-selected{white-space:nowrap;overflow:hidden}.elfinder-toolbar{padding:4px 0 3px;border-left:0 solid transparent;border-top:0 solid transparent;border-right:0 solid transparent}.elfinder-buttonset{margin:1px 4px;float:left;background:0 0;padding:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.elfinder .elfinder-button{width:16px;height:16px;margin:0;padding:4px;float:left;overflow:hidden;position:relative;border:0 solid}.elfinder .ui-icon-search{cursor:pointer}.elfinder-button:first-child{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.elfinder-button:last-child{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.elfinder-toolbar-button-separator{float:left;padding:0;height:24px;border-top:0 solid;border-right:0 solid;border-bottom:0 solid;width:0}.elfinder .elfinder-button.ui-state-disabled{opacity:1;filter:Alpha(Opacity=100)}.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon{opacity:.4;filter:Alpha(Opacity=40)}.elfinder-rtl .elfinder-buttonset{float:right}.elfinder-button-icon{width:16px;height:16px;display:block;background:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png) no-repeat}.elfinder-button-icon-home{background-position:0 0}.elfinder-button-icon-back{background-position:0 -112px}.elfinder-button-icon-forward{background-position:0 -128px}.elfinder-button-icon-up{background-position:0 -144px}.elfinder-button-icon-reload{background-position:0 -160px}.elfinder-button-icon-open{background-position:0 -176px}.elfinder-button-icon-mkdir{background-position:0 -192px}.elfinder-button-icon-mkfile{background-position:0 -208px}.elfinder-button-icon-rm{background-position:0 -224px}.elfinder-button-icon-copy{background-position:0 -240px}.elfinder-button-icon-cut{background-position:0 -256px}.elfinder-button-icon-paste{background-position:0 -272px}.elfinder-button-icon-getfile{background-position:0 -288px}.elfinder-button-icon-duplicate{background-position:0 -304px}.elfinder-button-icon-rename{background-position:0 -320px}.elfinder-button-icon-edit{background-position:0 -336px}.elfinder-button-icon-quicklook{background-position:0 -352px}.elfinder-button-icon-upload{background-position:0 -368px}.elfinder-button-icon-download{background-position:0 -384px}.elfinder-button-icon-info{background-position:0 -400px}.elfinder-button-icon-extract{background-position:0 -416px}.elfinder-button-icon-archive{background-position:0 -432px}.elfinder-button-icon-view{background-position:0 -448px}.elfinder-button-icon-view-list{background-position:0 -464px}.elfinder-button-icon-help{background-position:0 -480px}.elfinder-button-icon-resize{background-position:0 -512px}.elfinder-button-icon-search{background-position:0 -561px}.elfinder-button-icon-sort{background-position:0 -577px}.elfinder-button-icon-rotate-r{background-position:0 -625px}.elfinder-button-icon-rotate-l{background-position:0 -641px}.elfinder .elfinder-menubutton{overflow:visible}.elfinder-button-menu{position:absolute;left:0;top:26px;padding:3px 0}.elfinder-button-menu-item{white-space:nowrap;font-size:.72em;cursor:default;padding:5px 19px;position:relative}.elfinder-button-menu .ui-state-hover{border:0 solid}.elfinder-menu-item-sort-dir{width:16px;height:16px;position:absolute;left:2px;top:50%;margin-top:-8px;background:url(/assets2/css/img/toolbar-f0d5e6de3a2d9aee9369ca04b0cbc59e.png) 0 -594px no-repeat;display:none}.elfinder-button-menu-item-selected .elfinder-menu-item-sort-dir{display:block}.elfinder-menu-item-sort-desc .elfinder-menu-item-sort-dir{background-position:0 -608px}.elfinder-button form{position:absolute;top:0;right:0;opacity:0;filter:Alpha(Opacity=0);cursor:pointer}.elfinder .elfinder-button form input{background:0 0;cursor:default}.elfinder .elfinder-button-search{border:0 solid;background:0 0;padding:0;margin:1px 4px;height:auto;min-height:26px;float:right;width:202px}.elfinder-ltr .elfinder-button-search{float:right;margin-right:10px}.elfinder-rtl .elfinder-button-search{float:left;margin-left:10px}.elfinder-button-search input{width:160px;height:22px;padding:0 20px;font-size:.8em;line-height:22px;border:1px solid #aaa;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;outline:0 solid}.elfinder-rtl .elfinder-button-search input{direction:rtl}.elfinder-button-search .ui-icon{position:absolute;height:18px;top:50%;margin:-9px 4px 0;opacity:.6;filter:Alpha(Opacity=60)}.elfinder-ltr .elfinder-button-search .ui-icon-search{left:0}.elfinder-rtl .elfinder-button-search .ui-icon-search,.elfinder-ltr .elfinder-button-search .ui-icon-close{right:0}.elfinder-rtl .elfinder-button-search .ui-icon-close{left:0}
/**
 * MacOS X like theme for elFinder.
 * Required jquery ui "smoothness" theme.
 *
 * @author Dmitry (dio) Levashov
 **/

/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }

/* navbar */
.elfinder .elfinder-navbar { background:#dde4eb; }
.elfinder-navbar .ui-state-hover  { background:transparent; border-color:transparent; }
.elfinder-navbar .ui-state-active { background: #3875d7;    border-color:#3875d7; color:#fff; }
/* disabled elfinder */
.elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; }


/* current directory */
/* selected file in "icons" view */
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }
/* list view*/
.elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
.elfinder-cwd table tr { border-top:1px solid #fff; }

/* common selected background/color */
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-cwd table td.ui-state-hover,
.elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;}
/* disabled elfinder */
.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;}

/* statusbar */
.elfinder .elfinder-statusbar { color:#555; }
.elfinder .elfinder-statusbar a { text-decoration:none; color:#555;}


.std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;}

/* contextmenu */
.elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url(/assets2/css/img/arrows-active-5463d585532aa23a6a54776a020c7f04.png); }







.iPhoneCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iPhoneCheckLabelOn {
  color: white;
  background: url(/assets2/css/img/iphone-style-checkboxes/on-2df2821fd6e6db8dec8fac1b0b1e9dca.png) no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iPhoneCheckLabelOn span {
    padding-left: 8px; }
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url(/assets2/css/img/iphone-style-checkboxes/off-0b6ae98ce385f4a29240cf8eaead4a04.png) no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_left-43f641db68d057de7da888fb9f0c6772.png) no-repeat;
  padding-left: 3px; }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_right-4acf3771ab3ed02018525a27c146bfdc.png) no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_center-79c16c67d2dc8c4dace5e325b0775809.png); }

.iOSCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iOSCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iOSCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iOSCheckContainer, .iOSCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iOSCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iOSCheckLabelOn {
  color: white;
  background: url(/assets2/css/img/iphone-style-checkboxes/on-2df2821fd6e6db8dec8fac1b0b1e9dca.png) no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iOSCheckLabelOn span {
    padding-left: 8px; }
label.iOSCheckLabelOff {
  color: #8b8b8b;
  background: url(/assets2/css/img/iphone-style-checkboxes/off-0b6ae98ce385f4a29240cf8eaead4a04.png) no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iOSCheckLabelOff span {
    padding-right: 8px; }

.iOSCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_left-43f641db68d057de7da888fb9f0c6772.png) no-repeat;
  padding-left: 3px; }

.iOSCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_right-4acf3771ab3ed02018525a27c146bfdc.png) no-repeat right 0; }

.iOSCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url(/assets2/css/img/iphone-style-checkboxes/slider_center-79c16c67d2dc8c4dace5e325b0775809.png); }

/* Localized */
/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url(/assets2/css/img/uploadify-cancel-f7aec314e1916bf12a46caf55ea947ac.png) 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #ECECEC;
}
.uploadify-progress {
	background-color: #ECECEC;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}

.gritter-item {
	background-color: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-8 */
	color:#fff;
	padding:15px;
	font-size: 11px;
	-webkit-border-radius: 4px !important;
       -moz-border-radius: 4px !important;
	        border-radius: 4px !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	       	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.hover .gritter-item {}

.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}

.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	width:12px;
	height:12px;
	background: url(/assets2/css/img/close-button-white-33fa4bc348e97b5af81f5641a39490f7.png);
	opacity: .6;
  
}

.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
	width:48px;
	height:48px;
	float:left;
	margin: -5px 5px 5px -5px;
}

.gritter-with-image,
.gritter-without-image {
	padding:0;
}

.gritter-with-image {
	width:220px;
	float:right;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item {
	background-color: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccFFFFFF', endColorstr='#ccFFFFFF',GradientType=0 ); /* IE6-8 */
    color: #646464 !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
         	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.gritter-light .gritter-close {
	background: url(/assets2/css/img/close-button-933052218a24898f9e7886ea42986dee.png);
}


.gritter-light .gritter-title {
	color: #646464 !important;
    text-shadow: none !important;
}
/*!
 *  Font Awesome 3.0.1
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets2/css/font/fontawesome-webfont-62877-455808250694e5760bd92b3ce1f070b6.eot);
  src: url(/assets2/css/font/fontawesome-webfont-0-455808250694e5760bd92b3ce1f070b6.eot#iefix&v=3.0.1) format('embedded-opentype'),
    url(/assets2/css/font/fontawesome-webfont-62877-21f212f94a9db6a0e3847c921842aa19.woff) format('woff'),
    url(/assets2/css/font/fontawesome-webfont-62877-bb72c5142ae2ae4ca0f9c0653a09871c.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="fa-icon-"],
[class*=" fa-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.fa-icon-white,
.nav-pills > .active > a > [class^="fa-icon-"],
.nav-pills > .active > a > [class*=" fa-icon-"],
.nav-list > .active > a > [class^="fa-icon-"],
.nav-list > .active > a > [class*=" fa-icon-"],
.navbar-inverse .nav > .active > a > [class^="fa-icon-"],
.navbar-inverse .nav > .active > a > [class*=" fa-icon-"],
.dropdown-menu > li > a:hover > [class^="fa-icon-"],
.dropdown-menu > li > a:hover > [class*=" fa-icon-"],
.dropdown-menu > .active > a > [class^="fa-icon-"],
.dropdown-menu > .active > a > [class*=" fa-icon-"],
.dropdown-submenu:hover > a > [class^="fa-icon-"],
.dropdown-submenu:hover > a > [class*=" fa-icon-"] {
  background-image: none;
}
[class^="fa-icon-"]:before,
[class*=" fa-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="fa-icon-"],
a [class*=" fa-icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="fa-icon-"],
.nav [class^="fa-icon-"],
.btn [class*=" fa-icon-"],
.nav [class*=" fa-icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="fa-icon-"].fa-icon-large,
.nav [class^="fa-icon-"].fa-icon-large,
.btn [class*=" fa-icon-"].fa-icon-large,
.nav [class*=" fa-icon-"].fa-icon-large {
  line-height: .9em;
}
.btn [class^="fa-icon-"].fa-icon-spin,
.nav [class^="fa-icon-"].fa-icon-spin,
.btn [class*=" fa-icon-"].fa-icon-spin,
.nav [class*=" fa-icon-"].fa-icon-spin {
  display: inline-block;
}
.nav-tabs [class^="fa-icon-"],
.nav-pills [class^="fa-icon-"],
.nav-tabs [class*=" fa-icon-"],
.nav-pills [class*=" fa-icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="fa-icon-"],
.nav-pills [class^="fa-icon-"],
.nav-tabs [class*=" fa-icon-"],
.nav-pills [class*=" fa-icon-"],
.nav-tabs [class^="fa-icon-"].fa-icon-large,
.nav-pills [class^="fa-icon-"].fa-icon-large,
.nav-tabs [class*=" fa-icon-"].fa-icon-large,
.nav-pills [class*=" fa-icon-"].fa-icon-large {
  line-height: .9em;
}
li [class^="fa-icon-"],
.nav li [class^="fa-icon-"],
li [class*=" fa-icon-"],
.nav li [class*=" fa-icon-"] {
  display: inline-block;
  text-align: center;
}
li [class^="fa-icon-"].fa-icon-large,
.nav li [class^="fa-icon-"].fa-icon-large,
li [class*=" fa-icon-"].fa-icon-large,
.nav li [class*=" fa-icon-"].fa-icon-large {
  /* increased font size for fa-icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="fa-icon-"],
ul.icons li [class*=" fa-icon-"] {
  width: .75em;
}
.fa-icon-muted {
  color: #eeeeee;
}
.fa-icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fa-icon-2x {
  font-size: 2em;
}
.fa-icon-2x.fa-icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fa-icon-3x {
  font-size: 3em;
}
.fa-icon-3x.fa-icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fa-icon-4x {
  font-size: 4em;
}
.fa-icon-4x.fa-icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="fa-icon-"].pull-left,
[class*=" fa-icon-"].pull-left {
  margin-right: .3em;
}
[class^="fa-icon-"].pull-right,
[class*=" fa-icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="fa-icon-"].pull-left.fa-icon-2x,
.btn [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .18em;
}
.btn [class^="fa-icon-"].fa-icon-spin.fa-icon-large,
.btn [class*=" fa-icon-"].fa-icon-spin.fa-icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-small [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-small [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-small [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="fa-icon-"],
.btn.btn-large [class*=" fa-icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-large [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-large [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-large [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-large [class*=" fa-icon-"].pull-left.fa-icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-large [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-left: .2em;
}
.fa-icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .fa-icon-spin {
    height: .9em;
  }
  .btn .fa-icon-spin {
    height: auto;
  }
  .fa-icon-spin.fa-icon-large {
    height: 1.25em;
  }
  .btn .fa-icon-spin.fa-icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.fa-icon-glass:before                { content: "\f000"; }
.fa-icon-music:before                { content: "\f001"; }
.fa-icon-search:before               { content: "\f002"; }
.fa-icon-envelope:before             { content: "\f003"; }
.fa-icon-heart:before                { content: "\f004"; }
.fa-icon-star:before                 { content: "\f005"; }
.fa-icon-star-empty:before           { content: "\f006"; }
.fa-icon-user:before                 { content: "\f007"; }
.fa-icon-film:before                 { content: "\f008"; }
.fa-icon-th-large:before             { content: "\f009"; }
.fa-icon-th:before                   { content: "\f00a"; }
.fa-icon-th-list:before              { content: "\f00b"; }
.fa-icon-ok:before                   { content: "\f00c"; }
.fa-icon-remove:before               { content: "\f00d"; }
.fa-icon-zoom-in:before              { content: "\f00e"; }

.fa-icon-zoom-out:before             { content: "\f010"; }
.fa-icon-off:before                  { content: "\f011"; }
.fa-icon-signal:before               { content: "\f012"; }
.fa-icon-cog:before                  { content: "\f013"; }
.fa-icon-trash:before                { content: "\f014"; }
.fa-icon-home:before                 { content: "\f015"; }
.fa-icon-file:before                 { content: "\f016"; }
.fa-icon-time:before                 { content: "\f017"; }
.fa-icon-road:before                 { content: "\f018"; }
.fa-icon-download-alt:before         { content: "\f019"; }
.fa-icon-download:before             { content: "\f01a"; }
.fa-icon-upload:before               { content: "\f01b"; }
.fa-icon-inbox:before                { content: "\f01c"; }
.fa-icon-play-circle:before          { content: "\f01d"; }
.fa-icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.fa-icon-refresh:before              { content: "\f021"; }
.fa-icon-list-alt:before             { content: "\f022"; }
.fa-icon-lock:before                 { content: "\f023"; }
.fa-icon-flag:before                 { content: "\f024"; }
.fa-icon-headphones:before           { content: "\f025"; }
.fa-icon-volume-off:before           { content: "\f026"; }
.fa-icon-volume-down:before          { content: "\f027"; }
.fa-icon-volume-up:before            { content: "\f028"; }
.fa-icon-qrcode:before               { content: "\f029"; }
.fa-icon-barcode:before              { content: "\f02a"; }
.fa-icon-tag:before                  { content: "\f02b"; }
.fa-icon-tags:before                 { content: "\f02c"; }
.fa-icon-book:before                 { content: "\f02d"; }
.fa-icon-bookmark:before             { content: "\f02e"; }
.fa-icon-print:before                { content: "\f02f"; }

.fa-icon-camera:before               { content: "\f030"; }
.fa-icon-font:before                 { content: "\f031"; }
.fa-icon-bold:before                 { content: "\f032"; }
.fa-icon-italic:before               { content: "\f033"; }
.fa-icon-text-height:before          { content: "\f034"; }
.fa-icon-text-width:before           { content: "\f035"; }
.fa-icon-align-left:before           { content: "\f036"; }
.fa-icon-align-center:before         { content: "\f037"; }
.fa-icon-align-right:before          { content: "\f038"; }
.fa-icon-align-justify:before        { content: "\f039"; }
.fa-icon-list:before                 { content: "\f03a"; }
.fa-icon-indent-left:before          { content: "\f03b"; }
.fa-icon-indent-right:before         { content: "\f03c"; }
.fa-icon-facetime-video:before       { content: "\f03d"; }
.fa-icon-picture:before              { content: "\f03e"; }

.fa-icon-pencil:before               { content: "\f040"; }
.fa-icon-map-marker:before           { content: "\f041"; }
.fa-icon-adjust:before               { content: "\f042"; }
.fa-icon-tint:before                 { content: "\f043"; }
.fa-icon-edit:before                 { content: "\f044"; }
.fa-icon-share:before                { content: "\f045"; }
.fa-icon-check:before                { content: "\f046"; }
.fa-icon-move:before                 { content: "\f047"; }
.fa-icon-step-backward:before        { content: "\f048"; }
.fa-icon-fast-backward:before        { content: "\f049"; }
.fa-icon-backward:before             { content: "\f04a"; }
.fa-icon-play:before                 { content: "\f04b"; }
.fa-icon-pause:before                { content: "\f04c"; }
.fa-icon-stop:before                 { content: "\f04d"; }
.fa-icon-forward:before              { content: "\f04e"; }

.fa-icon-fast-forward:before         { content: "\f050"; }
.fa-icon-step-forward:before         { content: "\f051"; }
.fa-icon-eject:before                { content: "\f052"; }
.fa-icon-chevron-left:before         { content: "\f053"; }
.fa-icon-chevron-right:before        { content: "\f054"; }
.fa-icon-plus-sign:before            { content: "\f055"; }
.fa-icon-minus-sign:before           { content: "\f056"; }
.fa-icon-remove-sign:before          { content: "\f057"; }
.fa-icon-ok-sign:before              { content: "\f058"; }
.fa-icon-question-sign:before        { content: "\f059"; }
.fa-icon-info-sign:before            { content: "\f05a"; }
.fa-icon-screenshot:before           { content: "\f05b"; }
.fa-icon-remove-circle:before        { content: "\f05c"; }
.fa-icon-ok-circle:before            { content: "\f05d"; }
.fa-icon-ban-circle:before           { content: "\f05e"; }

.fa-icon-arrow-left:before           { content: "\f060"; }
.fa-icon-arrow-right:before          { content: "\f061"; }
.fa-icon-arrow-up:before             { content: "\f062"; }
.fa-icon-arrow-down:before           { content: "\f063"; }
.fa-icon-share-alt:before            { content: "\f064"; }
.fa-icon-resize-full:before          { content: "\f065"; }
.fa-icon-resize-small:before         { content: "\f066"; }
.fa-icon-plus:before                 { content: "\f067"; }
.fa-icon-minus:before                { content: "\f068"; }
.fa-icon-asterisk:before             { content: "\f069"; }
.fa-icon-exclamation-sign:before     { content: "\f06a"; }
.fa-icon-gift:before                 { content: "\f06b"; }
.fa-icon-leaf:before                 { content: "\f06c"; }
.fa-icon-fire:before                 { content: "\f06d"; }
.fa-icon-eye-open:before             { content: "\f06e"; }

.fa-icon-eye-close:before            { content: "\f070"; }
.fa-icon-warning-sign:before         { content: "\f071"; }
.fa-icon-plane:before                { content: "\f072"; }
.fa-icon-calendar:before             { content: "\f073"; }
.fa-icon-random:before               { content: "\f074"; }
.fa-icon-comment:before              { content: "\f075"; }
.fa-icon-magnet:before               { content: "\f076"; }
.fa-icon-chevron-up:before           { content: "\f077"; }
.fa-icon-chevron-down:before         { content: "\f078"; }
.fa-icon-retweet:before              { content: "\f079"; }
.fa-icon-shopping-cart:before        { content: "\f07a"; }
.fa-icon-folder-close:before         { content: "\f07b"; }
.fa-icon-folder-open:before          { content: "\f07c"; }
.fa-icon-resize-vertical:before      { content: "\f07d"; }
.fa-icon-resize-horizontal:before    { content: "\f07e"; }

.fa-icon-bar-chart:before            { content: "\f080"; }
.fa-icon-twitter-sign:before         { content: "\f081"; }
.fa-icon-facebook-sign:before        { content: "\f082"; }
.fa-icon-camera-retro:before         { content: "\f083"; }
.fa-icon-key:before                  { content: "\f084"; }
.fa-icon-cogs:before                 { content: "\f085"; }
.fa-icon-comments:before             { content: "\f086"; }
.fa-icon-thumbs-up:before            { content: "\f087"; }
.fa-icon-thumbs-down:before          { content: "\f088"; }
.fa-icon-star-half:before            { content: "\f089"; }
.fa-icon-heart-empty:before          { content: "\f08a"; }
.fa-icon-signout:before              { content: "\f08b"; }
.fa-icon-linkedin-sign:before        { content: "\f08c"; }
.fa-icon-pushpin:before              { content: "\f08d"; }
.fa-icon-external-link:before        { content: "\f08e"; }

.fa-icon-signin:before               { content: "\f090"; }
.fa-icon-trophy:before               { content: "\f091"; }
.fa-icon-github-sign:before          { content: "\f092"; }
.fa-icon-upload-alt:before           { content: "\f093"; }
.fa-icon-lemon:before                { content: "\f094"; }
.fa-icon-phone:before                { content: "\f095"; }
.fa-icon-check-empty:before          { content: "\f096"; }
.fa-icon-bookmark-empty:before       { content: "\f097"; }
.fa-icon-phone-sign:before           { content: "\f098"; }
.fa-icon-twitter:before              { content: "\f099"; }
.fa-icon-facebook:before             { content: "\f09a"; }
.fa-icon-github:before               { content: "\f09b"; }
.fa-icon-unlock:before               { content: "\f09c"; }
.fa-icon-credit-card:before          { content: "\f09d"; }
.fa-icon-rss:before                  { content: "\f09e"; }

.fa-icon-hdd:before                  { content: "\f0a0"; }
.fa-icon-bullhorn:before             { content: "\f0a1"; }
.fa-icon-bell:before                 { content: "\f0a2"; }
.fa-icon-certificate:before          { content: "\f0a3"; }
.fa-icon-hand-right:before           { content: "\f0a4"; }
.fa-icon-hand-left:before            { content: "\f0a5"; }
.fa-icon-hand-up:before              { content: "\f0a6"; }
.fa-icon-hand-down:before            { content: "\f0a7"; }
.fa-icon-circle-arrow-left:before    { content: "\f0a8"; }
.fa-icon-circle-arrow-right:before   { content: "\f0a9"; }
.fa-icon-circle-arrow-up:before      { content: "\f0aa"; }
.fa-icon-circle-arrow-down:before    { content: "\f0ab"; }
.fa-icon-globe:before                { content: "\f0ac"; }
.fa-icon-wrench:before               { content: "\f0ad"; }
.fa-icon-tasks:before                { content: "\f0ae"; }

.fa-icon-filter:before               { content: "\f0b0"; }
.fa-icon-briefcase:before            { content: "\f0b1"; }
.fa-icon-fullscreen:before           { content: "\f0b2"; }

.fa-icon-group:before                { content: "\f0c0"; }
.fa-icon-link:before                 { content: "\f0c1"; }
.fa-icon-cloud:before                { content: "\f0c2"; }
.fa-icon-beaker:before               { content: "\f0c3"; }
.fa-icon-cut:before                  { content: "\f0c4"; }
.fa-icon-copy:before                 { content: "\f0c5"; }
.fa-icon-paper-clip:before           { content: "\f0c6"; }
.fa-icon-save:before                 { content: "\f0c7"; }
.fa-icon-sign-blank:before           { content: "\f0c8"; }
.fa-icon-reorder:before              { content: "\f0c9"; }
.fa-icon-list-ul:before              { content: "\f0ca"; }
.fa-icon-list-ol:before              { content: "\f0cb"; }
.fa-icon-strikethrough:before        { content: "\f0cc"; }
.fa-icon-underline:before            { content: "\f0cd"; }
.fa-icon-table:before                { content: "\f0ce"; }

.fa-icon-magic:before                { content: "\f0d0"; }
.fa-icon-truck:before                { content: "\f0d1"; }
.fa-icon-pinterest:before            { content: "\f0d2"; }
.fa-icon-pinterest-sign:before       { content: "\f0d3"; }
.fa-icon-google-plus-sign:before     { content: "\f0d4"; }
.fa-icon-google-plus:before          { content: "\f0d5"; }
.fa-icon-money:before                { content: "\f0d6"; }
.fa-icon-caret-up:before             { content: "\f0d8"; }
.fa-icon-caret-left:before           { content: "\f0d9"; }
.fa-icon-caret-right:before          { content: "\f0da"; }
.fa-icon-columns:before              { content: "\f0db"; }
.fa-icon-sort:before                 { content: "\f0dc"; }
.fa-icon-sort-down:before            { content: "\f0dd"; }
.fa-icon-sort-up:before              { content: "\f0de"; }

.fa-icon-envelope-alt:before         { content: "\f0e0"; }
.fa-icon-linkedin:before             { content: "\f0e1"; }
.fa-icon-undo:before                 { content: "\f0e2"; }
.fa-icon-legal:before                { content: "\f0e3"; }
.fa-icon-dashboard:before            { content: "\f0e4"; }
.fa-icon-comment-alt:before          { content: "\f0e5"; }
.fa-icon-comments-alt:before         { content: "\f0e6"; }
.fa-icon-bolt:before                 { content: "\f0e7"; }
.fa-icon-sitemap:before              { content: "\f0e8"; }
.fa-icon-umbrella:before             { content: "\f0e9"; }
.fa-icon-paste:before                { content: "\f0ea"; }
.fa-icon-lightbulb:before            { content: "\f0eb"; }
.fa-icon-exchange:before             { content: "\f0ec"; }
.fa-icon-cloud-download:before       { content: "\f0ed"; }
.fa-icon-cloud-upload:before         { content: "\f0ee"; }

.fa-icon-user-md:before              { content: "\f0f0"; }
.fa-icon-stethoscope:before          { content: "\f0f1"; }
.fa-icon-suitcase:before             { content: "\f0f2"; }
.fa-icon-bell-alt:before             { content: "\f0f3"; }
.fa-icon-coffee:before               { content: "\f0f4"; }
.fa-icon-food:before                 { content: "\f0f5"; }
.fa-icon-file-alt:before             { content: "\f0f6"; }
.fa-icon-building:before             { content: "\f0f7"; }
.fa-icon-hospital:before             { content: "\f0f8"; }
.fa-icon-ambulance:before            { content: "\f0f9"; }
.fa-icon-medkit:before               { content: "\f0fa"; }
.fa-icon-fighter-jet:before          { content: "\f0fb"; }
.fa-icon-beer:before                 { content: "\f0fc"; }
.fa-icon-h-sign:before               { content: "\f0fd"; }
.fa-icon-plus-sign-alt:before        { content: "\f0fe"; }

.fa-icon-double-angle-left:before    { content: "\f100"; }
.fa-icon-double-angle-right:before   { content: "\f101"; }
.fa-icon-double-angle-up:before      { content: "\f102"; }
.fa-icon-double-angle-down:before    { content: "\f103"; }
.fa-icon-angle-left:before           { content: "\f104"; }
.fa-icon-angle-right:before          { content: "\f105"; }
.fa-icon-angle-up:before             { content: "\f106"; }
.fa-icon-angle-down:before           { content: "\f107"; }
.fa-icon-desktop:before              { content: "\f108"; }
.fa-icon-laptop:before               { content: "\f109"; }
.fa-icon-tablet:before               { content: "\f10a"; }
.fa-icon-mobile-phone:before         { content: "\f10b"; }
.fa-icon-circle-blank:before         { content: "\f10c"; }
.fa-icon-quote-left:before           { content: "\f10d"; }
.fa-icon-quote-right:before          { content: "\f10e"; }

.fa-icon-spinner:before              { content: "\f110"; }
.fa-icon-circle:before               { content: "\f111"; }
.fa-icon-reply:before                { content: "\f112"; }
.fa-icon-github-alt:before           { content: "\f113"; }
.fa-icon-folder-close-alt:before     { content: "\f114"; }
.fa-icon-folder-open-alt:before      { content: "\f115"; }

/* Localized */
[class^="fa-icon-"],
[class*=" fa-icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.btn.dropdown-toggle [class^="fa-icon-"], .btn.dropdown-toggle [class*=" fa-icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: 1.4em;
}

.fa-icon-large {
    font-size: 1.3333em;
}

.fa-icon-glass                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf000;&nbsp;'); }
.fa-icon-music                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf001;&nbsp;'); }
.fa-icon-search               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf002;&nbsp;'); }
.fa-icon-envelope             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf003;&nbsp;'); }
.fa-icon-heart                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf004;&nbsp;'); }
.fa-icon-star                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf005;&nbsp;'); }
.fa-icon-star-empty           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf006;&nbsp;'); }
.fa-icon-user                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf007;&nbsp;'); }
.fa-icon-film                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf008;&nbsp;'); }
.fa-icon-th-large             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf009;&nbsp;'); }
.fa-icon-th                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00a;&nbsp;'); }
.fa-icon-th-list              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00b;&nbsp;'); }
.fa-icon-ok                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00c;&nbsp;'); }
.fa-icon-remove               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00d;&nbsp;'); }
.fa-icon-zoom-in              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00e;&nbsp;'); }

.fa-icon-zoom-out             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf010;&nbsp;'); }
.fa-icon-off                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf011;&nbsp;'); }
.fa-icon-signal               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf012;&nbsp;'); }
.fa-icon-cog                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf013;&nbsp;'); }
.fa-icon-trash                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf014;&nbsp;'); }
.fa-icon-home                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf015;&nbsp;'); }
.fa-icon-file                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf016;&nbsp;'); }
.fa-icon-time                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf017;&nbsp;'); }
.fa-icon-road                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf018;&nbsp;'); }
.fa-icon-download-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf019;&nbsp;'); }
.fa-icon-download             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01a;&nbsp;'); }
.fa-icon-upload               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01b;&nbsp;'); }
.fa-icon-inbox                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01c;&nbsp;'); }
.fa-icon-play-circle          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01d;&nbsp;'); }
.fa-icon-repeat               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01e;&nbsp;'); }

.fa-icon-refresh              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf021;&nbsp;'); }
.fa-icon-list-alt             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf022;&nbsp;'); }
.fa-icon-lock                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf023;&nbsp;'); }
.fa-icon-flag                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf024;&nbsp;'); }
.fa-icon-headphones           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf025;&nbsp;'); }
.fa-icon-volume-off           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf026;&nbsp;'); }
.fa-icon-volume-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf027;&nbsp;'); }
.fa-icon-volume-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf028;&nbsp;'); }
.fa-icon-qrcode               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf029;&nbsp;'); }
.fa-icon-barcode              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02a;&nbsp;'); }
.fa-icon-tag                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02b;&nbsp;'); }
.fa-icon-tags                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02c;&nbsp;'); }
.fa-icon-book                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02d;&nbsp;'); }
.fa-icon-bookmark             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02e;&nbsp;'); }
.fa-icon-print                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02f;&nbsp;'); }

.fa-icon-camera               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf030;&nbsp;'); }
.fa-icon-font                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf031;&nbsp;'); }
.fa-icon-bold                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf032;&nbsp;'); }
.fa-icon-italic               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf033;&nbsp;'); }
.fa-icon-text-height          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf034;&nbsp;'); }
.fa-icon-text-width           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf035;&nbsp;'); }
.fa-icon-align-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf036;&nbsp;'); }
.fa-icon-align-center         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf037;&nbsp;'); }
.fa-icon-align-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf038;&nbsp;'); }
.fa-icon-align-justify        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf039;&nbsp;'); }
.fa-icon-list                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03a;&nbsp;'); }
.fa-icon-indent-left          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03b;&nbsp;'); }
.fa-icon-indent-right         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03c;&nbsp;'); }
.fa-icon-facetime-video       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03d;&nbsp;'); }
.fa-icon-picture              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03e;&nbsp;'); }

.fa-icon-pencil               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf040;&nbsp;'); }
.fa-icon-map-marker           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf041;&nbsp;'); }
.fa-icon-adjust               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf042;&nbsp;'); }
.fa-icon-tint                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf043;&nbsp;'); }
.fa-icon-edit                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf044;&nbsp;'); }
.fa-icon-share                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf045;&nbsp;'); }
.fa-icon-check                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf046;&nbsp;'); }
.fa-icon-move                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf047;&nbsp;'); }
.fa-icon-step-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf048;&nbsp;'); }
.fa-icon-fast-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf049;&nbsp;'); }
.fa-icon-backward             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04a;&nbsp;'); }
.fa-icon-play                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04b;&nbsp;'); }
.fa-icon-pause                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04c;&nbsp;'); }
.fa-icon-stop                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04d;&nbsp;'); }
.fa-icon-forward              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04e;&nbsp;'); }

.fa-icon-fast-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf050;&nbsp;'); }
.fa-icon-step-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf051;&nbsp;'); }
.fa-icon-eject                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf052;&nbsp;'); }
.fa-icon-chevron-left         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf053;&nbsp;'); }
.fa-icon-chevron-right        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf054;&nbsp;'); }
.fa-icon-plus-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf055;&nbsp;'); }
.fa-icon-minus-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf056;&nbsp;'); }
.fa-icon-remove-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf057;&nbsp;'); }
.fa-icon-ok-sign              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf058;&nbsp;'); }
.fa-icon-question-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf059;&nbsp;'); }
.fa-icon-info-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05a;&nbsp;'); }
.fa-icon-screenshot           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05b;&nbsp;'); }
.fa-icon-remove-circle        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05c;&nbsp;'); }
.fa-icon-ok-circle            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05d;&nbsp;'); }
.fa-icon-ban-circle           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05e;&nbsp;'); }

.fa-icon-arrow-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf060;&nbsp;'); }
.fa-icon-arrow-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf061;&nbsp;'); }
.fa-icon-arrow-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf062;&nbsp;'); }
.fa-icon-arrow-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf063;&nbsp;'); }
.fa-icon-share-alt            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf064;&nbsp;'); }
.fa-icon-resize-full          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf065;&nbsp;'); }
.fa-icon-resize-small         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf066;&nbsp;'); }
.fa-icon-plus                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf067;&nbsp;'); }
.fa-icon-minus                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf068;&nbsp;'); }
.fa-icon-asterisk             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf069;&nbsp;'); }
.fa-icon-exclamation-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06a;&nbsp;'); }
.fa-icon-gift                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06b;&nbsp;'); }
.fa-icon-leaf                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06c;&nbsp;'); }
.fa-icon-fire                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06d;&nbsp;'); }
.fa-icon-eye-open             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06e;&nbsp;'); }

.fa-icon-eye-close            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf070;&nbsp;'); }
.fa-icon-warning-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf071;&nbsp;'); }
.fa-icon-plane                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf072;&nbsp;'); }
.fa-icon-calendar             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf073;&nbsp;'); }
.fa-icon-random               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf074;&nbsp;'); }
.fa-icon-comment              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf075;&nbsp;'); }
.fa-icon-magnet               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf076;&nbsp;'); }
.fa-icon-chevron-up           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf077;&nbsp;'); }
.fa-icon-chevron-down         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf078;&nbsp;'); }
.fa-icon-retweet              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf079;&nbsp;'); }
.fa-icon-shopping-cart        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07a;&nbsp;'); }
.fa-icon-folder-close         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07b;&nbsp;'); }
.fa-icon-folder-open          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07c;&nbsp;'); }
.fa-icon-resize-vertical      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07d;&nbsp;'); }
.fa-icon-resize-horizontal    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07e;&nbsp;'); }

.fa-icon-bar-chart            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf080;&nbsp;'); }
.fa-icon-twitter-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf081;&nbsp;'); }
.fa-icon-facebook-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf082;&nbsp;'); }
.fa-icon-camera-retro         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf083;&nbsp;'); }
.fa-icon-key                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf084;&nbsp;'); }
.fa-icon-cogs                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf085;&nbsp;'); }
.fa-icon-comments             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf086;&nbsp;'); }
.fa-icon-thumbs-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf087;&nbsp;'); }
.fa-icon-thumbs-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf088;&nbsp;'); }
.fa-icon-star-half            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf089;&nbsp;'); }
.fa-icon-heart-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08a;&nbsp;'); }
.fa-icon-signout              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08b;&nbsp;'); }
.fa-icon-linkedin-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08c;&nbsp;'); }
.fa-icon-pushpin              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08d;&nbsp;'); }
.fa-icon-external-link        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08e;&nbsp;'); }

.fa-icon-signin               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf090;&nbsp;'); }
.fa-icon-trophy               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf091;&nbsp;'); }
.fa-icon-github-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf092;&nbsp;'); }
.fa-icon-upload-alt           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf093;&nbsp;'); }
.fa-icon-lemon                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf094;&nbsp;'); }
.fa-icon-phone                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf095;&nbsp;'); }
.fa-icon-check-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf096;&nbsp;'); }
.fa-icon-bookmark-empty       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf097;&nbsp;'); }
.fa-icon-phone-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf098;&nbsp;'); }
.fa-icon-twitter              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf099;&nbsp;'); }
.fa-icon-facebook             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09a;&nbsp;'); }
.fa-icon-github               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09b;&nbsp;'); }
.fa-icon-unlock               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09c;&nbsp;'); }
.fa-icon-credit-card          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09d;&nbsp;'); }
.fa-icon-rss                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09e;&nbsp;'); }

.fa-icon-hdd                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a0;&nbsp;'); }
.fa-icon-bullhorn             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a1;&nbsp;'); }
.fa-icon-bell                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a2;&nbsp;'); }
.fa-icon-certificate          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a3;&nbsp;'); }
.fa-icon-hand-right           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a4;&nbsp;'); }
.fa-icon-hand-left            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a5;&nbsp;'); }
.fa-icon-hand-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a6;&nbsp;'); }
.fa-icon-hand-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a7;&nbsp;'); }
.fa-icon-circle-arrow-left    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a8;&nbsp;'); }
.fa-icon-circle-arrow-right   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a9;&nbsp;'); }
.fa-icon-circle-arrow-up      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0aa;&nbsp;'); }
.fa-icon-circle-arrow-down    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ab;&nbsp;'); }
.fa-icon-globe                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ac;&nbsp;'); }
.fa-icon-wrench               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ad;&nbsp;'); }
.fa-icon-tasks                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ae;&nbsp;'); }

.fa-icon-filter               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b0;&nbsp;'); }
.fa-icon-briefcase            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b1;&nbsp;'); }
.fa-icon-fullscreen           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b2;&nbsp;'); }

.fa-icon-group                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c0;&nbsp;'); }
.fa-icon-link                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c1;&nbsp;'); }
.fa-icon-cloud                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c2;&nbsp;'); }
.fa-icon-beaker               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c3;&nbsp;'); }
.fa-icon-cut                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c4;&nbsp;'); }
.fa-icon-copy                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c5;&nbsp;'); }
.fa-icon-paper-clip           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c6;&nbsp;'); }
.fa-icon-save                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c7;&nbsp;'); }
.fa-icon-sign-blank           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c8;&nbsp;'); }
.fa-icon-reorder              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c9;&nbsp;'); }
.fa-icon-list-ul              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ca;&nbsp;'); }
.fa-icon-list-ol              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cb;&nbsp;'); }
.fa-icon-strikethrough        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cc;&nbsp;'); }
.fa-icon-underline            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cd;&nbsp;'); }
.fa-icon-table                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ce;&nbsp;'); }

.fa-icon-magic                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d0;&nbsp;'); }
.fa-icon-truck                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d1;&nbsp;'); }
.fa-icon-pinterest            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d2;&nbsp;'); }
.fa-icon-pinterest-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d3;&nbsp;'); }
.fa-icon-google-plus-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d4;&nbsp;'); }
.fa-icon-google-plus          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d5;&nbsp;'); }
.fa-icon-money                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d6;&nbsp;'); }
.fa-icon-caret-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d7;&nbsp;'); }
.fa-icon-caret-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d8;&nbsp;'); }
.fa-icon-caret-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d9;&nbsp;'); }
.fa-icon-caret-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0da;&nbsp;'); }
.fa-icon-columns              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0db;&nbsp;'); }
.fa-icon-sort                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0dc;&nbsp;'); }
.fa-icon-sort-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0dd;&nbsp;'); }
.fa-icon-sort-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0de;&nbsp;'); }

.fa-icon-envelope-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e0;&nbsp;'); }
.fa-icon-linkedin             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e1;&nbsp;'); }
.fa-icon-undo                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e2;&nbsp;'); }
.fa-icon-legal                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e3;&nbsp;'); }
.fa-icon-dashboard            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e4;&nbsp;'); }
.fa-icon-comment-alt          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e5;&nbsp;'); }
.fa-icon-comments-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e6;&nbsp;'); }
.fa-icon-bolt                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e7;&nbsp;'); }
.fa-icon-sitemap              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e8;&nbsp;'); }
.fa-icon-umbrella             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e9;&nbsp;'); }
.fa-icon-paste                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ea;&nbsp;'); }

.fa-icon-user-md              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf200;&nbsp;'); }

.fa-icon-apple-logo           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf500;&nbsp;'); }
.fa-icon-windows-8            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf501;&nbsp;'); }
.fa-icon-js-fiddle            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf502;&nbsp;'); }
.fa-icon-skype                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf503;&nbsp;'); }
.fa-icon-youtube-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf504;&nbsp;'); }
.fa-icon-youtube              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf505;&nbsp;'); }
.fa-icon-vimeo-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf506;&nbsp;'); }
.fa-icon-vimeo                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf507;&nbsp;'); }
.fa-icon-lastfm-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf508;&nbsp;'); }
.fa-icon-lastfm               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf509;&nbsp;'); }
.fa-icon-rss-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50a;&nbsp;'); }
.fa-icon-reddit               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50b;&nbsp;'); }
.fa-icon-delicious-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50c;&nbsp;'); }
.fa-icon-wordpress-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50d;&nbsp;'); }
.fa-icon-wordpress            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50e;&nbsp;'); }
.fa-icon-git-fork             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf50f;&nbsp;'); }

.fa-icon-blogger-sign				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf510;&nbsp;'); }
.fa-icon-blogger     				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf511;&nbsp;'); }
.fa-icon-tumblr-sign 				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf512;&nbsp;'); }
.fa-icon-tumblr      				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf513;&nbsp;'); }
.fa-icon-flickr-sign 				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf514;&nbsp;'); }
.fa-icon-flickr      				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf515;&nbsp;'); }
.fa-icon-picasa-sign 				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf516;&nbsp;'); }
.fa-icon-picasa      				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf517;&nbsp;'); }
.fa-icon-amazon-sign 				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf518;&nbsp;'); }
.fa-icon-amazon      				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf519;&nbsp;'); }
.fa-icon-yelp-sign   				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf51a;&nbsp;'); }
.fa-icon-yelp        				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf51b;&nbsp;'); }
.fa-icon-soundcloud  				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf51c;&nbsp;'); }
.fa-icon-spotify     				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf51d;&nbsp;'); }

.fa-icon-yahoo-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf520;&nbsp;'); }
.fa-icon-yahoo                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf521;&nbsp;'); }
.fa-icon-evernote-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf522;&nbsp;'); }
.fa-icon-evernote             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf523;&nbsp;'); }
.fa-icon-google-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf524;&nbsp;'); }
.fa-icon-google               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf525;&nbsp;'); }
.fa-icon-hacker-news          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf526;&nbsp;'); }
.fa-icon-map          				 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf529;&nbsp;'); }
.fa-icon-bus-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52a;&nbsp;'); }
.fa-icon-bike-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52b;&nbsp;'); }
.fa-icon-car-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52c;&nbsp;'); }
.fa-icon-taxi-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52d;&nbsp;'); }
.fa-icon-truck-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52e;&nbsp;'); }
.fa-icon-handicap-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf52f;&nbsp;'); }
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: 'Glyphicons';
  src: url(/assets2/css/font/glyphicons-regular-857ac14c2411044f47a87ab86bca429c.eot);
  src: url(/assets2/css/font/glyphicons-regular-0-857ac14c2411044f47a87ab86bca429c.eot#iefix) format('embedded-opentype'), url(/assets2/css/font/glyphicons-regular-58493e32b7b12d838453959a06e81df0.woff) format('woff'), url(/assets2/css/font/glyphicons-regular-172cf90f3efe29363ebed785f87e0e0e.ttf) format('truetype'), url(/assets2/css/font/glyphicons-regular-82bbe714f0b8c21ee85f89a9814b1986.svg#glyphicons_halflingsregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  src: local('Glyphicons'), local('Glyphicons'), url("/fonts/glyphicons-regular.woff'") format('woff');
}*/
.glyphicons {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 35px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
.glyphicons i:before {
  position: absolute;
  left: 0;
  top: 0;
  font: 24px/1em 'Glyphicons';
  font-style: normal;
  color: #1d1d1b;
}
.glyphicons.white i:before {
  color: #fff;
}
.glyphicons.glass i:before {
  content: "\e001";
}
.glyphicons.leaf i:before {
  content: "\e002";
}
.glyphicons.dog i:before {
  content: "\e003";
}
.glyphicons.user i:before {
  content: "\e004";
}
.glyphicons.girl i:before {
  content: "\e005";
}
.glyphicons.car i:before {
  content: "\e006";
}
.glyphicons.user_add i:before {
  content: "\e007";
}
.glyphicons.user_remove i:before {
  content: "\e008";
}
.glyphicons.film i:before {
  content: "\e009";
}
.glyphicons.magic i:before {
  content: "\e010";
}
.glyphicons.envelope i:before {
  content: "\2709";
}
.glyphicons.camera i:before {
  content: "\e012";
}
.glyphicons.heart i:before {
  content: "\e013";
}
.glyphicons.beach_umbrella i:before {
  content: "\e014";
}
.glyphicons.train i:before {
  content: "\e015";
}
.glyphicons.print i:before {
  content: "\e016";
}
.glyphicons.bin i:before {
  content: "\e017";
}
.glyphicons.music i:before {
  content: "\e018";
}
.glyphicons.note i:before {
  content: "\e019";
}
.glyphicons.heart_empty i:before {
  content: "\e020";
}
.glyphicons.home i:before {
  content: "\e021";
}
.glyphicons.snowflake i:before {
  content: "\2744";
}
.glyphicons.fire i:before {
  content: "\e023";
}
.glyphicons.magnet i:before {
  content: "\e024";
}
.glyphicons.parents i:before {
  content: "\e025";
}
.glyphicons.binoculars i:before {
  content: "\e026";
}
.glyphicons.road i:before {
  content: "\e027";
}
.glyphicons.search i:before {
  content: "\e028";
}
.glyphicons.cars i:before {
  content: "\e029";
}
.glyphicons.notes_2 i:before {
  content: "\e030";
}
.glyphicons.pencil i:before {
  content: "\270F";
}
.glyphicons.bus i:before {
  content: "\e032";
}
.glyphicons.wifi_alt i:before {
  content: "\e033";
}
.glyphicons.luggage i:before {
  content: "\e034";
}
.glyphicons.old_man i:before {
  content: "\e035";
}
.glyphicons.woman i:before {
  content: "\e036";
}
.glyphicons.file i:before {
  content: "\e037";
}
.glyphicons.coins i:before {
  content: "\e038";
}
.glyphicons.airplane i:before {
  content: "\2708";
}
.glyphicons.notes i:before {
  content: "\e040";
}
.glyphicons.stats i:before {
  content: "\e041";
}
.glyphicons.charts i:before {
  content: "\e042";
}
.glyphicons.pie_chart i:before {
  content: "\e043";
}
.glyphicons.group i:before {
  content: "\e044";
}
.glyphicons.keys i:before {
  content: "\e045";
}
.glyphicons.calendar i:before {
  content: "\e046";
}
.glyphicons.router i:before {
  content: "\e047";
}
.glyphicons.camera_small i:before {
  content: "\e048";
}
.glyphicons.dislikes i:before {
  content: "\e049";
}
.glyphicons.star i:before {
  content: "\e050";
}
.glyphicons.link i:before {
  content: "\e051";
}
.glyphicons.eye_open i:before {
  content: "\e052";
}
.glyphicons.eye_close i:before {
  content: "\e053";
}
.glyphicons.alarm i:before {
  content: "\e054";
}
.glyphicons.clock i:before {
  content: "\e055";
}
.glyphicons.stopwatch i:before {
  content: "\e056";
}
.glyphicons.projector i:before {
  content: "\e057";
}
.glyphicons.history i:before {
  content: "\e058";
}
.glyphicons.truck i:before {
  content: "\e059";
}
.glyphicons.cargo i:before {
  content: "\e060";
}
.glyphicons.compass i:before {
  content: "\e061";
}
.glyphicons.keynote i:before {
  content: "\e062";
}
.glyphicons.paperclip i:before {
  content: "\e063";
}
.glyphicons.power i:before {
  content: "\e064";
}
.glyphicons.lightbulb i:before {
  content: "\e065";
}
.glyphicons.tag i:before {
  content: "\e066";
}
.glyphicons.tags i:before {
  content: "\e067";
}
.glyphicons.cleaning i:before {
  content: "\e068";
}
.glyphicons.ruller i:before {
  content: "\e069";
}
.glyphicons.gift i:before {
  content: "\e070";
}
.glyphicons.umbrella i:before {
  content: "\2602";
}
.glyphicons.book i:before {
  content: "\e072";
}
.glyphicons.bookmark i:before {
  content: "\e073";
}
.glyphicons.wifi i:before {
  content: "\e074";
}
.glyphicons.cup i:before {
  content: "\e075";
}
.glyphicons.stroller i:before {
  content: "\e076";
}
.glyphicons.headphones i:before {
  content: "\e077";
}
.glyphicons.headset i:before {
  content: "\e078";
}
.glyphicons.warning_sign i:before {
  content: "\e079";
}
.glyphicons.signal i:before {
  content: "\e080";
}
.glyphicons.retweet i:before {
  content: "\e081";
}
.glyphicons.refresh i:before {
  content: "\e082";
}
.glyphicons.roundabout i:before {
  content: "\e083";
}
.glyphicons.random i:before {
  content: "\e084";
}
.glyphicons.heat i:before {
  content: "\e085";
}
.glyphicons.repeat i:before {
  content: "\e086";
}
.glyphicons.display i:before {
  content: "\e087";
}
.glyphicons.log_book i:before {
  content: "\e088";
}
.glyphicons.adress_book i:before {
  content: "\e089";
}
.glyphicons.building i:before {
  content: "\e090";
}
.glyphicons.eyedropper i:before {
  content: "\e091";
}
.glyphicons.adjust i:before {
  content: "\e092";
}
.glyphicons.tint i:before {
  content: "\e093";
}
.glyphicons.crop i:before {
  content: "\e094";
}
.glyphicons.vector_path_square i:before {
  content: "\e095";
}
.glyphicons.vector_path_circle i:before {
  content: "\e096";
}
.glyphicons.vector_path_polygon i:before {
  content: "\e097";
}
.glyphicons.vector_path_line i:before {
  content: "\e098";
}
.glyphicons.vector_path_curve i:before {
  content: "\e099";
}
.glyphicons.vector_path_all i:before {
  content: "\e100";
}
.glyphicons.font i:before {
  content: "\e101";
}
.glyphicons.italic i:before {
  content: "\e102";
}
.glyphicons.bold i:before {
  content: "\e103";
}
.glyphicons.text_underline i:before {
  content: "\e104";
}
.glyphicons.text_strike i:before {
  content: "\e105";
}
.glyphicons.text_height i:before {
  content: "\e106";
}
.glyphicons.text_width i:before {
  content: "\e107";
}
.glyphicons.text_resize i:before {
  content: "\e108";
}
.glyphicons.left_indent i:before {
  content: "\e109";
}
.glyphicons.right_indent i:before {
  content: "\e110";
}
.glyphicons.align_left i:before {
  content: "\e111";
}
.glyphicons.align_center i:before {
  content: "\e112";
}
.glyphicons.align_right i:before {
  content: "\e113";
}
.glyphicons.justify i:before {
  content: "\e114";
}
.glyphicons.list i:before {
  content: "\e115";
}
.glyphicons.text_smaller i:before {
  content: "\e116";
}
.glyphicons.text_bigger i:before {
  content: "\e117";
}
.glyphicons.embed i:before {
  content: "\e118";
}
.glyphicons.embed_close i:before {
  content: "\e119";
}
.glyphicons.table i:before {
  content: "\e120";
}
.glyphicons.message_full i:before {
  content: "\e121";
}
.glyphicons.message_empty i:before {
  content: "\e122";
}
.glyphicons.message_in i:before {
  content: "\e123";
}
.glyphicons.message_out i:before {
  content: "\e124";
}
.glyphicons.message_plus i:before {
  content: "\e125";
}
.glyphicons.message_minus i:before {
  content: "\e126";
}
.glyphicons.message_ban i:before {
  content: "\e127";
}
.glyphicons.message_flag i:before {
  content: "\e128";
}
.glyphicons.message_lock i:before {
  content: "\e129";
}
.glyphicons.message_new i:before {
  content: "\e130";
}
.glyphicons.inbox i:before {
  content: "\e131";
}
.glyphicons.inbox_plus i:before {
  content: "\e132";
}
.glyphicons.inbox_minus i:before {
  content: "\e133";
}
.glyphicons.inbox_lock i:before {
  content: "\e134";
}
.glyphicons.inbox_in i:before {
  content: "\e135";
}
.glyphicons.inbox_out i:before {
  content: "\e136";
}
.glyphicons.cogwheel i:before {
  content: "\e137";
}
.glyphicons.cogwheels i:before {
  content: "\e138";
}
.glyphicons.picture i:before {
  content: "\e139";
}
.glyphicons.adjust_alt i:before {
  content: "\e140";
}
.glyphicons.database_lock i:before {
  content: "\e141";
}
.glyphicons.database_plus i:before {
  content: "\e142";
}
.glyphicons.database_minus i:before {
  content: "\e143";
}
.glyphicons.database_ban i:before {
  content: "\e144";
}
.glyphicons.folder_open i:before {
  content: "\e145";
}
.glyphicons.folder_plus i:before {
  content: "\e146";
}
.glyphicons.folder_minus i:before {
  content: "\e147";
}
.glyphicons.folder_lock i:before {
  content: "\e148";
}
.glyphicons.folder_flag i:before {
  content: "\e149";
}
.glyphicons.folder_new i:before {
  content: "\e150";
}
.glyphicons.edit i:before {
  content: "\e151";
}
.glyphicons.new_window i:before {
  content: "\e152";
}
.glyphicons.check i:before {
  content: "\e153";
}
.glyphicons.unchecked i:before {
  content: "\e154";
}
.glyphicons.more_windows i:before {
  content: "\e155";
}
.glyphicons.show_big_thumbnails i:before {
  content: "\e156";
}
.glyphicons.show_thumbnails i:before {
  content: "\e157";
}
.glyphicons.show_thumbnails_with_lines i:before {
  content: "\e158";
}
.glyphicons.show_lines i:before {
  content: "\e159";
}
.glyphicons.playlist i:before {
  content: "\e160";
}
.glyphicons.imac i:before {
  content: "\e161";
}
.glyphicons.macbook i:before {
  content: "\e162";
}
.glyphicons.ipad i:before {
  content: "\e163";
}
.glyphicons.iphone i:before {
  content: "\e164";
}
.glyphicons.iphone_transfer i:before {
  content: "\e165";
}
.glyphicons.iphone_exchange i:before {
  content: "\e166";
}
.glyphicons.ipod i:before {
  content: "\e167";
}
.glyphicons.ipod_shuffle i:before {
  content: "\e168";
}
.glyphicons.ear_plugs i:before {
  content: "\e169";
}
.glyphicons.phone i:before {
  content: "\e170";
}
.glyphicons.step_backward i:before {
  content: "\e171";
}
.glyphicons.fast_backward i:before {
  content: "\e172";
}
.glyphicons.rewind i:before {
  content: "\e173";
}
.glyphicons.play i:before {
  content: "\e174";
}
.glyphicons.pause i:before {
  content: "\e175";
}
.glyphicons.stop i:before {
  content: "\e176";
}
.glyphicons.forward i:before {
  content: "\e177";
}
.glyphicons.fast_forward i:before {
  content: "\e178";
}
.glyphicons.step_forward i:before {
  content: "\e179";
}
.glyphicons.eject i:before {
  content: "\e180";
}
.glyphicons.facetime_video i:before {
  content: "\e181";
}
.glyphicons.download_alt i:before {
  content: "\e182";
}
.glyphicons.mute i:before {
  content: "\e183";
}
.glyphicons.volume_down i:before {
  content: "\e184";
}
.glyphicons.volume_up i:before {
  content: "\e185";
}
.glyphicons.screenshot i:before {
  content: "\e186";
}
.glyphicons.move i:before {
  content: "\e187";
}
.glyphicons.more i:before {
  content: "\e188";
}
.glyphicons.brightness_reduce i:before {
  content: "\e189";
}
.glyphicons.brightness_increase i:before {
  content: "\e190";
}
.glyphicons.circle_plus i:before {
  content: "\e191";
}
.glyphicons.circle_minus i:before {
  content: "\e192";
}
.glyphicons.circle_remove i:before {
  content: "\e193";
}
.glyphicons.circle_ok i:before {
  content: "\e194";
}
.glyphicons.circle_question_mark i:before {
  content: "\e195";
}
.glyphicons.circle_info i:before {
  content: "\e196";
}
.glyphicons.circle_exclamation_mark i:before {
  content: "\e197";
}
.glyphicons.remove i:before {
  content: "\e198";
}
.glyphicons.ok i:before {
  content: "\e199";
}
.glyphicons.ban i:before {
  content: "\e200";
}
.glyphicons.download i:before {
  content: "\e201";
}
.glyphicons.upload i:before {
  content: "\e202";
}
.glyphicons.shopping_cart i:before {
  content: "\e203";
}
.glyphicons.lock i:before {
  content: "\e204";
}
.glyphicons.unlock i:before {
  content: "\e205";
}
.glyphicons.electricity i:before {
  content: "\e206";
}
.glyphicons.ok_2 i:before {
  content: "\e207";
}
.glyphicons.remove_2 i:before {
  content: "\e208";
}
.glyphicons.cart_out i:before {
  content: "\e209";
}
.glyphicons.cart_in i:before {
  content: "\e210";
}
.glyphicons.left_arrow i:before {
  content: "\e211";
}
.glyphicons.right_arrow i:before {
  content: "\e212";
}
.glyphicons.down_arrow i:before {
  content: "\e213";
}
.glyphicons.up_arrow i:before {
  content: "\e214";
}
.glyphicons.resize_small i:before {
  content: "\e215";
}
.glyphicons.resize_full i:before {
  content: "\e216";
}
.glyphicons.circle_arrow_left i:before {
  content: "\e217";
}
.glyphicons.circle_arrow_right i:before {
  content: "\e218";
}
.glyphicons.circle_arrow_top i:before {
  content: "\e219";
}
.glyphicons.circle_arrow_down i:before {
  content: "\e220";
}
.glyphicons.play_button i:before {
  content: "\e221";
}
.glyphicons.unshare i:before {
  content: "\e222";
}
.glyphicons.share i:before {
  content: "\e223";
}
.glyphicons.chevron-right i:before {
  content: "\e224";
}
.glyphicons.chevron-left i:before {
  content: "\e225";
}
.glyphicons.bluetooth i:before {
  content: "\e226";
}
.glyphicons.euro i:before {
  content: "\20AC";
}
.glyphicons.usd i:before {
  content: "\e228";
}
.glyphicons.gbp i:before {
  content: "\e229";
}
.glyphicons.retweet_2 i:before {
  content: "\e230";
}
.glyphicons.moon i:before {
  content: "\e231";
}
.glyphicons.sun i:before {
  content: "\2609";
}
.glyphicons.cloud i:before {
  content: "\2601";
}
.glyphicons.direction i:before {
  content: "\e234";
}
.glyphicons.brush i:before {
  content: "\e235";
}
.glyphicons.pen i:before {
  content: "\e236";
}
.glyphicons.zoom_in i:before {
  content: "\e237";
}
.glyphicons.zoom_out i:before {
  content: "\e238";
}
.glyphicons.pin i:before {
  content: "\e239";
}
.glyphicons.albums i:before {
  content: "\e240";
}
.glyphicons.rotation_lock i:before {
  content: "\e241";
}
.glyphicons.flash i:before {
  content: "\e242";
}
.glyphicons.google_maps i:before {
  content: "\e243";
}
.glyphicons.anchor i:before {
  content: "\2693";
}
.glyphicons.conversation i:before {
  content: "\e245";
}
.glyphicons.chat i:before {
  content: "\e246";
}
.glyphicons.male i:before {
  content: "\e247";
}
.glyphicons.female i:before {
  content: "\e248";
}
.glyphicons.asterisk i:before {
  content: "\002A";
}
.glyphicons.divide i:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving i:before {
  content: "\e251";
}
.glyphicons.scuba_diving i:before {
  content: "\e252";
}
.glyphicons.oxygen_bottle i:before {
  content: "\e253";
}
.glyphicons.fins i:before {
  content: "\e254";
}
.glyphicons.fishes i:before {
  content: "\e255";
}
.glyphicons.boat i:before {
  content: "\e256";
}
.glyphicons.delete i:before {
  content: "\e257";
}
.glyphicons.sheriffs_star i:before {
  content: "\e258";
}
.glyphicons.qrcode i:before {
  content: "\e259";
}
.glyphicons.barcode i:before {
  content: "\e260";
}
.glyphicons.pool i:before {
  content: "\e261";
}
.glyphicons.buoy i:before {
  content: "\e262";
}
.glyphicons.spade i:before {
  content: "\e263";
}
.glyphicons.bank i:before {
  content: "\e264";
}
.glyphicons.vcard i:before {
  content: "\e265";
}
.glyphicons.electrical_plug i:before {
  content: "\e266";
}
.glyphicons.flag i:before {
  content: "\e267";
}
.glyphicons.credit_card i:before {
  content: "\e268";
}
.glyphicons.keyboard-wireless i:before {
  content: "\e269";
}
.glyphicons.keyboard-wired i:before {
  content: "\e270";
}
.glyphicons.shield i:before {
  content: "\e271";
}
.glyphicons.ring i:before {
  content: "\02DA";
}
.glyphicons.cake i:before {
  content: "\e273";
}
.glyphicons.drink i:before {
  content: "\e274";
}
.glyphicons.beer i:before {
  content: "\e275";
}
.glyphicons.fast_food i:before {
  content: "\e276";
}
.glyphicons.cutlery i:before {
  content: "\e277";
}
.glyphicons.pizza i:before {
  content: "\e278";
}
.glyphicons.birthday_cake i:before {
  content: "\e279";
}
.glyphicons.tablet i:before {
  content: "\e280";
}
.glyphicons.settings i:before {
  content: "\e281";
}
.glyphicons.bullets i:before {
  content: "\e282";
}
.glyphicons.cardio i:before {
  content: "\e283";
}
.glyphicons.t-shirt i:before {
  content: "\e284";
}
.glyphicons.pants i:before {
  content: "\e285";
}
.glyphicons.sweater i:before {
  content: "\e286";
}
.glyphicons.fabric i:before {
  content: "\e287";
}
.glyphicons.leather i:before {
  content: "\e288";
}
.glyphicons.scissors i:before {
  content: "\e289";
}
.glyphicons.bomb i:before {
  content: "\e290";
}
.glyphicons.skull i:before {
  content: "\e291";
}
.glyphicons.celebration i:before {
  content: "\e292";
}
.glyphicons.tea_kettle i:before {
  content: "\e293";
}
.glyphicons.french_press i:before {
  content: "\e294";
}
.glyphicons.coffe_cup i:before {
  content: "\e295";
}
.glyphicons.pot i:before {
  content: "\e296";
}
.glyphicons.grater i:before {
  content: "\e297";
}
.glyphicons.kettle i:before {
  content: "\e298";
}
.glyphicons.hospital i:before {
  content: "\e299";
}
.glyphicons.hospital_h i:before {
  content: "\e300";
}
.glyphicons.microphone i:before {
  content: "\e301";
}
.glyphicons.webcam i:before {
  content: "\e302";
}
.glyphicons.temple_christianity_church i:before {
  content: "\e303";
}
.glyphicons.temple_islam i:before {
  content: "\e304";
}
.glyphicons.temple_hindu i:before {
  content: "\e305";
}
.glyphicons.temple_buddhist i:before {
  content: "\e306";
}
.glyphicons.bicycle i:before {
  content: "\e307";
}
.glyphicons.life_preserver i:before {
  content: "\e308";
}
.glyphicons.share_alt i:before {
  content: "\e309";
}
.glyphicons.comments i:before {
  content: "\e310";
}
.glyphicons.flower i:before {
  content: "\2698";
}
.glyphicons.baseball i:before {
  content: "\e312";
}
.glyphicons.rugby i:before {
  content: "\e313";
}
.glyphicons.ax i:before {
  content: "\e314";
}
.glyphicons.table_tennis i:before {
  content: "\e315";
}
.glyphicons.bowling i:before {
  content: "\e316";
}
.glyphicons.tree_conifer i:before {
  content: "\e317";
}
.glyphicons.tree_deciduous i:before {
  content: "\e318";
}
.glyphicons.more_items i:before {
  content: "\e319";
}
.glyphicons.sort i:before {
  content: "\e320";
}
.glyphicons.filter i:before {
  content: "\e321";
}
.glyphicons.gamepad i:before {
  content: "\e322";
}
.glyphicons.playing_dices i:before {
  content: "\e323";
}
.glyphicons.calculator i:before {
  content: "\e324";
}
.glyphicons.tie i:before {
  content: "\e325";
}
.glyphicons.wallet i:before {
  content: "\e326";
}
.glyphicons.piano i:before {
  content: "\e327";
}
.glyphicons.sampler i:before {
  content: "\e328";
}
.glyphicons.podium i:before {
  content: "\e329";
}
.glyphicons.soccer_ball i:before {
  content: "\e330";
}
.glyphicons.blog i:before {
  content: "\e331";
}
.glyphicons.dashboard i:before {
  content: "\e332";
}
.glyphicons.certificate i:before {
  content: "\e333";
}
.glyphicons.bell i:before {
  content: "\e334";
}
.glyphicons.candle i:before {
  content: "\e335";
}
.glyphicons.pushpin i:before {
  content: "\e336";
}
.glyphicons.iphone_shake i:before {
  content: "\e337";
}
.glyphicons.pin_flag i:before {
  content: "\e338";
}
.glyphicons.turtle i:before {
  content: "\e339";
}
.glyphicons.rabbit i:before {
  content: "\e340";
}
.glyphicons.globe i:before {
  content: "\e341";
}
.glyphicons.briefcase i:before {
  content: "\e342";
}
.glyphicons.hdd i:before {
  content: "\e343";
}
.glyphicons.thumbs_up i:before {
  content: "\e344";
}
.glyphicons.thumbs_down i:before {
  content: "\e345";
}
.glyphicons.hand_right i:before {
  content: "\e346";
}
.glyphicons.hand_left i:before {
  content: "\e347";
}
.glyphicons.hand_up i:before {
  content: "\e348";
}
.glyphicons.hand_down i:before {
  content: "\e349";
}
.glyphicons.fullscreen i:before {
  content: "\e350";
}
.glyphicons.shopping_bag i:before {
  content: "\e351";
}
.glyphicons.book_open i:before {
  content: "\e352";
}
.glyphicons.nameplate i:before {
  content: "\e353";
}
.glyphicons.nameplate_alt i:before {
  content: "\e354";
}
.glyphicons.vases i:before {
  content: "\e355";
}
.glyphicons.bullhorn i:before {
  content: "\e356";
}
.glyphicons.dumbbell i:before {
  content: "\e357";
}
.glyphicons.suitcase i:before {
  content: "\e358";
}
.glyphicons.file_import i:before {
  content: "\e359";
}
.glyphicons.file_export i:before {
  content: "\e360";
}
.glyphicons.bug i:before {
  content: "\e361";
}
.glyphicons.crown i:before {
  content: "\e362";
}
.glyphicons.smoking i:before {
  content: "\e363";
}
.glyphicons.cloud-upload i:before {
  content: "\e364";
}
.glyphicons.cloud-download i:before {
  content: "\e365";
}
.glyphicons.restart i:before {
  content: "\e366";
}
.glyphicons.security_camera i:before {
  content: "\e367";
}
.glyphicons.expand i:before {
  content: "\e368";
}
.glyphicons.collapse i:before {
  content: "\e369";
}
.glyphicons.collapse_top i:before {
  content: "\e370";
}
.glyphicons.globe_af i:before {
  content: "\e371";
}
.glyphicons.global i:before {
  content: "\e372";
}
.glyphicons.spray i:before {
  content: "\e373";
}
.glyphicons.nails i:before {
  content: "\e374";
}
.glyphicons.claw_hammer i:before {
  content: "\e375";
}
.glyphicons.classic_hammer i:before {
  content: "\e376";
}
.glyphicons.hand_saw i:before {
  content: "\e377";
}
.glyphicons.riflescope i:before {
  content: "\e378";
}
.glyphicons.electrical_socket_eu i:before {
  content: "\e379";
}
.glyphicons.electrical_socket_us i:before {
  content: "\e380";
}
.glyphicons.pinterest i:before {
  content: "\e381";
}
.glyphicons.dropbox i:before {
  content: "\e382";
}
.glyphicons.google_plus i:before {
  content: "\e383";
}
.glyphicons.jolicloud i:before {
  content: "\e384";
}
.glyphicons.yahoo i:before {
  content: "\e385";
}
.glyphicons.blogger i:before {
  content: "\e386";
}
.glyphicons.picasa i:before {
  content: "\e387";
}
.glyphicons.amazon i:before {
  content: "\e388";
}
.glyphicons.tumblr i:before {
  content: "\e389";
}
.glyphicons.wordpress i:before {
  content: "\e390";
}
.glyphicons.instapaper i:before {
  content: "\e391";
}
.glyphicons.evernote i:before {
  content: "\e392";
}
.glyphicons.xing i:before {
  content: "\e393";
}
.glyphicons.zootool i:before {
  content: "\e394";
}
.glyphicons.dribbble i:before {
  content: "\e395";
}
.glyphicons.deviantart i:before {
  content: "\e396";
}
.glyphicons.read_it_later i:before {
  content: "\e397";
}
.glyphicons.linked_in i:before {
  content: "\e398";
}
.glyphicons.forrst i:before {
  content: "\e399";
}
.glyphicons.pinboard i:before {
  content: "\e400";
}
.glyphicons.behance i:before {
  content: "\e401";
}
.glyphicons.github i:before {
  content: "\e402";
}
.glyphicons.youtube i:before {
  content: "\e403";
}
.glyphicons.skitch i:before {
  content: "\e404";
}
.glyphicons.foursquare i:before {
  content: "\e405";
}
.glyphicons.quora i:before {
  content: "\e406";
}
.glyphicons.badoo i:before {
  content: "\e407";
}
.glyphicons.spotify i:before {
  content: "\e408";
}
.glyphicons.stumbleupon i:before {
  content: "\e409";
}
.glyphicons.readability i:before {
  content: "\e410";
}
.glyphicons.facebook i:before {
  content: "\e411";
}
.glyphicons.twitter i:before {
  content: "\e412";
}
.glyphicons.instagram i:before {
  content: "\e413";
}
.glyphicons.posterous_spaces i:before {
  content: "\e414";
}
.glyphicons.vimeo i:before {
  content: "\e415";
}
.glyphicons.flickr i:before {
  content: "\e416";
}
.glyphicons.last_fm i:before {
  content: "\e417";
}
.glyphicons.rss i:before {
  content: "\e418";
}
.glyphicons.skype i:before {
  content: "\e419";
}
.glyphicons.e-mail i:before {
  content: "\e420";
}

.glyphicons-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: text-top;
  background-image: url(/assets2/css/img/glyphicons-4f206d493d13d99458aaa1f62131228f.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}  
.no-inlinesvg .glyphicons-icon {
  background-image: url(/assets2/css/img/glyphicons-ea9bd2d8ed0dc3dc28d6d7654ef6ba16.png);
}
.glyphicons-icon.white {
  background-image: url(/assets2/css/img/glyphicons-white-bafb35bb91292f5109a4759f0aa17d16.svg);
}
.no-inlinesvg .glyphicons-icon.white {
  background-image: url(/assets2/css/img/glyphicons-white-bafb35bb91292f5109a4759f0aa17d16.svg);
}
.glyphicons-icon.glass {
  background-position: 4px 11px;
}
.glyphicons-icon.leaf {
  background-position: -44px 11px;
}
.glyphicons-icon.dog {
  background-position: -92px 11px;
}
.glyphicons-icon.user {
  background-position: -140px 11px;
}
.glyphicons-icon.girl {
  background-position: -188px 11px;
}
.glyphicons-icon.car {
  background-position: -236px 11px;
}
.glyphicons-icon.user_add {
  background-position: -284px 11px;
}
.glyphicons-icon.user_remove {
  background-position: -332px 11px;
}
.glyphicons-icon.film {
  background-position: -380px 11px;
}
.glyphicons-icon.magic {
  background-position: -428px 11px;
}
.glyphicons-icon.envelope {
  background-position: 4px -37px;
}
.glyphicons-icon.camera {
  background-position: -44px -37px;
}
.glyphicons-icon.heart {
  background-position: -92px -37px;
}
.glyphicons-icon.beach_umbrella {
  background-position: -140px -37px;
}
.glyphicons-icon.train {
  background-position: -188px -37px;
}
.glyphicons-icon.print {
  background-position: -236px -37px;
}
.glyphicons-icon.bin {
  background-position: -284px -37px;
}
.glyphicons-icon.music {
  background-position: -332px -37px;
}
.glyphicons-icon.note {
  background-position: -380px -37px;
}
.glyphicons-icon.heart_empty {
  background-position: -428px -37px;
}
.glyphicons-icon.home {
  background-position: 4px -85px;
}
.glyphicons-icon.snowflake {
  background-position: -44px -85px;
}
.glyphicons-icon.fire {
  background-position: -92px -85px;
}
.glyphicons-icon.magnet {
  background-position: -140px -85px;
}
.glyphicons-icon.parents {
  background-position: -188px -85px;
}
.glyphicons-icon.binoculars {
  background-position: -236px -85px;
}
.glyphicons-icon.road {
  background-position: -284px -85px;
}
.glyphicons-icon.search {
  background-position: -332px -85px;
}
.glyphicons-icon.cars {
  background-position: -380px -85px;
}
.glyphicons-icon.notes_2 {
  background-position: -428px -85px;
}
.glyphicons-icon.pencil {
  background-position: 4px -133px;
}
.glyphicons-icon.bus {
  background-position: -44px -133px;
}
.glyphicons-icon.wifi_alt {
  background-position: -92px -133px;
}
.glyphicons-icon.luggage {
  background-position: -140px -133px;
}
.glyphicons-icon.old_man {
  background-position: -188px -133px;
}
.glyphicons-icon.woman {
  background-position: -236px -133px;
}
.glyphicons-icon.file {
  background-position: -284px -133px;
}
.glyphicons-icon.coins {
  background-position: -332px -133px;
}
.glyphicons-icon.airplane {
  background-position: -380px -133px;
}
.glyphicons-icon.notes {
  background-position: -428px -133px;
}
.glyphicons-icon.stats {
  background-position: 4px -181px;
}
.glyphicons-icon.charts {
  background-position: -44px -181px;
}
.glyphicons-icon.pie_chart {
  background-position: -92px -181px;
}
.glyphicons-icon.group {
  background-position: -140px -181px;
}
.glyphicons-icon.keys {
  background-position: -188px -181px;
}
.glyphicons-icon.calendar {
  background-position: -236px -181px;
}
.glyphicons-icon.router {
  background-position: -284px -181px;
}
.glyphicons-icon.camera_small {
  background-position: -332px -181px;
}
.glyphicons-icon.dislikes {
  background-position: -380px -181px;
}
.glyphicons-icon.star {
  background-position: -428px -181px;
}
.glyphicons-icon.link {
  background-position: 4px -229px;
}
.glyphicons-icon.eye_open {
  background-position: -44px -229px;
}
.glyphicons-icon.eye_close {
  background-position: -92px -229px;
}
.glyphicons-icon.alarm {
  background-position: -140px -229px;
}
.glyphicons-icon.clock {
  background-position: -188px -229px;
}
.glyphicons-icon.stopwatch {
  background-position: -236px -229px;
}
.glyphicons-icon.projector {
  background-position: -284px -229px;
}
.glyphicons-icon.history {
  background-position: -332px -229px;
}
.glyphicons-icon.truck {
  background-position: -380px -229px;
}
.glyphicons-icon.cargo {
  background-position: -428px -229px;
}
.glyphicons-icon.compass {
  background-position: 4px -277px;
}
.glyphicons-icon.keynote {
  background-position: -44px -277px;
}
.glyphicons-icon.paperclip {
  background-position: -92px -277px;
}
.glyphicons-icon.power {
  background-position: -140px -277px;
}
.glyphicons-icon.lightbulb {
  background-position: -188px -277px;
}
.glyphicons-icon.tag {
  background-position: -236px -277px;
}
.glyphicons-icon.tags {
  background-position: -284px -277px;
}
.glyphicons-icon.cleaning {
  background-position: -332px -277px;
}
.glyphicons-icon.ruller {
  background-position: -380px -277px;
}
.glyphicons-icon.gift {
  background-position: -428px -277px;
}
.glyphicons-icon.umbrella {
  background-position: 4px -325px;
}
.glyphicons-icon.book {
  background-position: -44px -325px;
}
.glyphicons-icon.bookmark {
  background-position: -92px -325px;
}
.glyphicons-icon.wifi {
  background-position: -140px -325px;
}
.glyphicons-icon.cup {
  background-position: -188px -325px;
}
.glyphicons-icon.stroller {
  background-position: -236px -325px;
}
.glyphicons-icon.headphones {
  background-position: -284px -325px;
}
.glyphicons-icon.headset {
  background-position: -332px -325px;
}
.glyphicons-icon.warning_sign {
  background-position: -380px -325px;
}
.glyphicons-icon.signal {
  background-position: -428px -325px;
}
.glyphicons-icon.retweet {
  background-position: 4px -373px;
}
.glyphicons-icon.refresh {
  background-position: -44px -373px;
}
.glyphicons-icon.roundabout {
  background-position: -92px -373px;
}
.glyphicons-icon.random {
  background-position: -140px -373px;
}
.glyphicons-icon.heat {
  background-position: -188px -373px;
}
.glyphicons-icon.repeat {
  background-position: -236px -373px;
}
.glyphicons-icon.display {
  background-position: -284px -373px;
}
.glyphicons-icon.log_book {
  background-position: -332px -373px;
}
.glyphicons-icon.adress_book {
  background-position: -380px -373px;
}
.glyphicons-icon.building {
  background-position: -428px -373px;
}
.glyphicons-icon.eyedropper {
  background-position: 4px -421px;
}
.glyphicons-icon.adjust {
  background-position: -44px -421px;
}
.glyphicons-icon.tint {
  background-position: -92px -421px;
}
.glyphicons-icon.crop {
  background-position: -140px -421px;
}
.glyphicons-icon.vector_path_square {
  background-position: -188px -421px;
}
.glyphicons-icon.vector_path_circle {
  background-position: -236px -421px;
}
.glyphicons-icon.vector_path_polygon {
  background-position: -284px -421px;
}
.glyphicons-icon.vector_path_line {
  background-position: -332px -421px;
}
.glyphicons-icon.vector_path_curve {
  background-position: -380px -421px;
}
.glyphicons-icon.vector_path_all {
  background-position: -428px -421px;
}
.glyphicons-icon.font {
  background-position: 4px -469px;
}
.glyphicons-icon.italic {
  background-position: -44px -469px;
}
.glyphicons-icon.bold {
  background-position: -92px -469px;
}
.glyphicons-icon.text_underline {
  background-position: -140px -469px;
}
.glyphicons-icon.text_strike {
  background-position: -188px -469px;
}
.glyphicons-icon.text_height {
  background-position: -236px -469px;
}
.glyphicons-icon.text_width {
  background-position: -284px -469px;
}
.glyphicons-icon.text_resize {
  background-position: -332px -469px;
}
.glyphicons-icon.left_indent {
  background-position: -380px -469px;
}
.glyphicons-icon.right_indent {
  background-position: -428px -469px;
}
.glyphicons-icon.align_left {
  background-position: 4px -517px;
}
.glyphicons-icon.align_center {
  background-position: -44px -517px;
}
.glyphicons-icon.align_right {
  background-position: -92px -517px;
}
.glyphicons-icon.justify {
  background-position: -140px -517px;
}
.glyphicons-icon.list {
  background-position: -188px -517px;
}
.glyphicons-icon.text_smaller {
  background-position: -236px -517px;
}
.glyphicons-icon.text_bigger {
  background-position: -284px -517px;
}
.glyphicons-icon.embed {
  background-position: -332px -517px;
}
.glyphicons-icon.embed_close {
  background-position: -380px -517px;
}
.glyphicons-icon.table {
  background-position: -428px -517px;
}
.glyphicons-icon.message_full {
  background-position: 4px -565px;
}
.glyphicons-icon.message_empty {
  background-position: -44px -565px;
}
.glyphicons-icon.message_in {
  background-position: -92px -565px;
}
.glyphicons-icon.message_out {
  background-position: -140px -565px;
}
.glyphicons-icon.message_plus {
  background-position: -188px -565px;
}
.glyphicons-icon.message_minus {
  background-position: -236px -565px;
}
.glyphicons-icon.message_ban {
  background-position: -284px -565px;
}
.glyphicons-icon.message_flag {
  background-position: -332px -565px;
}
.glyphicons-icon.message_lock {
  background-position: -380px -565px;
}
.glyphicons-icon.message_new {
  background-position: -428px -565px;
}
.glyphicons-icon.inbox {
  background-position: 4px -613px;
}
.glyphicons-icon.inbox_plus {
  background-position: -44px -613px;
}
.glyphicons-icon.inbox_minus {
  background-position: -92px -613px;
}
.glyphicons-icon.inbox_lock {
  background-position: -140px -613px;
}
.glyphicons-icon.inbox_in {
  background-position: -188px -613px;
}
.glyphicons-icon.inbox_out {
  background-position: -236px -613px;
}
.glyphicons-icon.cogwheel {
  background-position: -284px -613px;
}
.glyphicons-icon.cogwheels {
  background-position: -332px -613px;
}
.glyphicons-icon.picture {
  background-position: -380px -613px;
}
.glyphicons-icon.adjust_alt {
  background-position: -428px -613px;
}
.glyphicons-icon.database_lock {
  background-position: 4px -661px;
}
.glyphicons-icon.database_plus {
  background-position: -44px -661px;
}
.glyphicons-icon.database_minus {
  background-position: -92px -661px;
}
.glyphicons-icon.database_ban {
  background-position: -140px -661px;
}
.glyphicons-icon.folder_open {
  background-position: -188px -661px;
}
.glyphicons-icon.folder_plus {
  background-position: -236px -661px;
}
.glyphicons-icon.folder_minus {
  background-position: -284px -661px;
}
.glyphicons-icon.folder_lock {
  background-position: -332px -661px;
}
.glyphicons-icon.folder_flag {
  background-position: -380px -661px;
}
.glyphicons-icon.folder_new {
  background-position: -428px -661px;
}
.glyphicons-icon.edit {
  background-position: 4px -709px;
}
.glyphicons-icon.new_window {
  background-position: -44px -709px;
}
.glyphicons-icon.check {
  background-position: -92px -709px;
}
.glyphicons-icon.unchecked {
  background-position: -140px -709px;
}
.glyphicons-icon.more_windows {
  background-position: -188px -709px;
}
.glyphicons-icon.show_big_thumbnails {
  background-position: -236px -709px;
}
.glyphicons-icon.show_thumbnails {
  background-position: -284px -709px;
}
.glyphicons-icon.show_thumbnails_with_lines {
  background-position: -332px -709px;
}
.glyphicons-icon.show_lines {
  background-position: -380px -709px;
}
.glyphicons-icon.playlist {
  background-position: -428px -709px;
}
.glyphicons-icon.imac {
  background-position: 4px -757px;
}
.glyphicons-icon.macbook {
  background-position: -44px -757px;
}
.glyphicons-icon.ipad {
  background-position: -92px -757px;
}
.glyphicons-icon.iphone {
  background-position: -140px -757px;
}
.glyphicons-icon.iphone_transfer {
  background-position: -188px -757px;
}
.glyphicons-icon.iphone_exchange {
  background-position: -236px -757px;
}
.glyphicons-icon.ipod {
  background-position: -284px -757px;
}
.glyphicons-icon.ipod_shuffle {
  background-position: -332px -757px;
}
.glyphicons-icon.ear_plugs {
  background-position: -380px -757px;
}
.glyphicons-icon.phone {
  background-position: -428px -757px;
}
.glyphicons-icon.step_backward {
  background-position: 4px -805px;
}
.glyphicons-icon.fast_backward {
  background-position: -44px -805px;
}
.glyphicons-icon.rewind {
  background-position: -92px -805px;
}
.glyphicons-icon.play {
  background-position: -140px -805px;
}
.glyphicons-icon.pause {
  background-position: -188px -805px;
}
.glyphicons-icon.stop {
  background-position: -236px -805px;
}
.glyphicons-icon.forward {
  background-position: -284px -805px;
}
.glyphicons-icon.fast_forward {
  background-position: -332px -805px;
}
.glyphicons-icon.step_forward {
  background-position: -380px -805px;
}
.glyphicons-icon.eject {
  background-position: -428px -805px;
}
.glyphicons-icon.facetime_video {
  background-position: 4px -853px;
}
.glyphicons-icon.download_alt {
  background-position: -44px -853px;
}
.glyphicons-icon.mute {
  background-position: -92px -853px;
}
.glyphicons-icon.volume_down {
  background-position: -140px -853px;
}
.glyphicons-icon.volume_up {
  background-position: -188px -853px;
}
.glyphicons-icon.screenshot {
  background-position: -236px -853px;
}
.glyphicons-icon.move {
  background-position: -284px -853px;
}
.glyphicons-icon.more {
  background-position: -332px -853px;
}
.glyphicons-icon.brightness_reduce {
  background-position: -380px -853px;
}
.glyphicons-icon.brightness_increase {
  background-position: -428px -853px;
}
.glyphicons-icon.circle_plus {
  background-position: 4px -901px;
}
.glyphicons-icon.circle_minus {
  background-position: -44px -901px;
}
.glyphicons-icon.circle_remove {
  background-position: -92px -901px;
}
.glyphicons-icon.circle_ok {
  background-position: -140px -901px;
}
.glyphicons-icon.circle_question_mark {
  background-position: -188px -901px;
}
.glyphicons-icon.circle_info {
  background-position: -236px -901px;
}
.glyphicons-icon.circle_exclamation_mark {
  background-position: -284px -901px;
}
.glyphicons-icon.remove {
  background-position: -332px -901px;
}
.glyphicons-icon.ok {
  background-position: -380px -901px;
}
.glyphicons-icon.ban {
  background-position: -428px -901px;
}
.glyphicons-icon.download {
  background-position: 4px -949px;
}
.glyphicons-icon.upload {
  background-position: -44px -949px;
}
.glyphicons-icon.shopping_cart {
  background-position: -92px -949px;
}
.glyphicons-icon.lock {
  background-position: -140px -949px;
}
.glyphicons-icon.unlock {
  background-position: -188px -949px;
}
.glyphicons-icon.electricity {
  background-position: -236px -949px;
}
.glyphicons-icon.ok_2 {
  background-position: -284px -949px;
}
.glyphicons-icon.remove_2 {
  background-position: -332px -949px;
}
.glyphicons-icon.cart_out {
  background-position: -380px -949px;
}
.glyphicons-icon.cart_in {
  background-position: -428px -949px;
}
.glyphicons-icon.left_arrow {
  background-position: 4px -997px;
}
.glyphicons-icon.right_arrow {
  background-position: -44px -997px;
}
.glyphicons-icon.down_arrow {
  background-position: -92px -997px;
}
.glyphicons-icon.up_arrow {
  background-position: -140px -997px;
}
.glyphicons-icon.resize_small {
  background-position: -188px -997px;
}
.glyphicons-icon.resize_full {
  background-position: -236px -997px;
}
.glyphicons-icon.circle_arrow_left {
  background-position: -284px -997px;
}
.glyphicons-icon.circle_arrow_right {
  background-position: -332px -997px;
}
.glyphicons-icon.circle_arrow_top {
  background-position: -380px -997px;
}
.glyphicons-icon.circle_arrow_down {
  background-position: -428px -997px;
}
.glyphicons-icon.play_button {
  background-position: 4px -1045px;
}
.glyphicons-icon.unshare {
  background-position: -44px -1045px;
}
.glyphicons-icon.share {
  background-position: -92px -1045px;
}
.glyphicons-icon.chevron-right {
  background-position: -140px -1045px;
}
.glyphicons-icon.chevron-left {
  background-position: -188px -1045px;
}
.glyphicons-icon.bluetooth {
  background-position: -236px -1045px;
}
.glyphicons-icon.euro {
  background-position: -284px -1045px;
}
.glyphicons-icon.usd {
  background-position: -332px -1045px;
}
.glyphicons-icon.gbp {
  background-position: -380px -1045px;
}
.glyphicons-icon.retweet_2 {
  background-position: -428px -1045px;
}
.glyphicons-icon.moon {
  background-position: 4px -1093px;
}
.glyphicons-icon.sun {
  background-position: -44px -1093px;
}
.glyphicons-icon.cloud {
  background-position: -92px -1093px;
}
.glyphicons-icon.direction {
  background-position: -140px -1093px;
}
.glyphicons-icon.brush {
  background-position: -188px -1093px;
}
.glyphicons-icon.pen {
  background-position: -236px -1093px;
}
.glyphicons-icon.zoom_in {
  background-position: -284px -1093px;
}
.glyphicons-icon.zoom_out {
  background-position: -332px -1093px;
}
.glyphicons-icon.pin {
  background-position: -380px -1093px;
}
.glyphicons-icon.albums {
  background-position: -428px -1093px;
}
.glyphicons-icon.rotation_lock {
  background-position: 4px -1141px;
}
.glyphicons-icon.flash {
  background-position: -44px -1141px;
}
.glyphicons-icon.google_maps {
  background-position: -92px -1141px;
}
.glyphicons-icon.anchor {
  background-position: -140px -1141px;
}
.glyphicons-icon.conversation {
  background-position: -188px -1141px;
}
.glyphicons-icon.chat {
  background-position: -236px -1141px;
}
.glyphicons-icon.male {
  background-position: -284px -1141px;
}
.glyphicons-icon.female {
  background-position: -332px -1141px;
}
.glyphicons-icon.asterisk {
  background-position: -380px -1141px;
}
.glyphicons-icon.divide {
  background-position: -428px -1141px;
}
.glyphicons-icon.snorkel_diving {
  background-position: 4px -1189px;
}
.glyphicons-icon.scuba_diving {
  background-position: -44px -1189px;
}
.glyphicons-icon.oxygen_bottle {
  background-position: -92px -1189px;
}
.glyphicons-icon.fins {
  background-position: -140px -1189px;
}
.glyphicons-icon.fishes {
  background-position: -188px -1189px;
}
.glyphicons-icon.boat {
  background-position: -236px -1189px;
}
.glyphicons-icon.delete {
  background-position: -284px -1189px;
}
.glyphicons-icon.sheriffs_star {
  background-position: -332px -1189px;
}
.glyphicons-icon.qrcode {
  background-position: -380px -1189px;
}
.glyphicons-icon.barcode {
  background-position: -428px -1189px;
}
.glyphicons-icon.pool {
  background-position: 4px -1237px;
}
.glyphicons-icon.buoy {
  background-position: -44px -1237px;
}
.glyphicons-icon.spade {
  background-position: -92px -1237px;
}
.glyphicons-icon.bank {
  background-position: -140px -1237px;
}
.glyphicons-icon.vcard {
  background-position: -188px -1237px;
}
.glyphicons-icon.electrical_plug {
  background-position: -236px -1237px;
}
.glyphicons-icon.flag {
  background-position: -284px -1237px;
}
.glyphicons-icon.credit_card {
  background-position: -332px -1237px;
}
.glyphicons-icon.keyboard-wireless {
  background-position: -380px -1237px;
}
.glyphicons-icon.keyboard-wired {
  background-position: -428px -1237px;
}
.glyphicons-icon.shield {
  background-position: 4px -1285px;
}
.glyphicons-icon.ring {
  background-position: -44px -1285px;
}
.glyphicons-icon.cake {
  background-position: -92px -1285px;
}
.glyphicons-icon.drink {
  background-position: -140px -1285px;
}
.glyphicons-icon.beer {
  background-position: -188px -1285px;
}
.glyphicons-icon.fast_food {
  background-position: -236px -1285px;
}
.glyphicons-icon.cutlery {
  background-position: -284px -1285px;
}
.glyphicons-icon.pizza {
  background-position: -332px -1285px;
}
.glyphicons-icon.birthday_cake {
  background-position: -380px -1285px;
}
.glyphicons-icon.tablet {
  background-position: -428px -1285px;
}
.glyphicons-icon.settings {
  background-position: 4px -1333px;
}
.glyphicons-icon.bullets {
  background-position: -44px -1333px;
}
.glyphicons-icon.cardio {
  background-position: -92px -1333px;
}
.glyphicons-icon.t-shirt {
  background-position: -140px -1333px;
}
.glyphicons-icon.pants {
  background-position: -188px -1333px;
}
.glyphicons-icon.sweater {
  background-position: -236px -1333px;
}
.glyphicons-icon.fabric {
  background-position: -284px -1333px;
}
.glyphicons-icon.leather {
  background-position: -332px -1333px;
}
.glyphicons-icon.scissors {
  background-position: -380px -1333px;
}
.glyphicons-icon.bomb {
  background-position: -428px -1333px;
}
.glyphicons-icon.skull {
  background-position: 4px -1381px;
}
.glyphicons-icon.celebration {
  background-position: -44px -1381px;
}
.glyphicons-icon.tea_kettle {
  background-position: -92px -1381px;
}
.glyphicons-icon.french_press {
  background-position: -140px -1381px;
}
.glyphicons-icon.coffe_cup {
  background-position: -188px -1381px;
}
.glyphicons-icon.pot {
  background-position: -236px -1381px;
}
.glyphicons-icon.grater {
  background-position: -284px -1381px;
}
.glyphicons-icon.kettle {
  background-position: -332px -1381px;
}
.glyphicons-icon.hospital {
  background-position: -380px -1381px;
}
.glyphicons-icon.hospital_h {
  background-position: -428px -1381px;
}
.glyphicons-icon.microphone {
  background-position: 4px -1429px;
}
.glyphicons-icon.webcam {
  background-position: -44px -1429px;
}
.glyphicons-icon.temple_christianity_church {
  background-position: -92px -1429px;
}
.glyphicons-icon.temple_islam {
  background-position: -140px -1429px;
}
.glyphicons-icon.temple_hindu {
  background-position: -188px -1429px;
}
.glyphicons-icon.temple_buddhist {
  background-position: -236px -1429px;
}
.glyphicons-icon.bicycle {
  background-position: -284px -1429px;
}
.glyphicons-icon.life_preserver {
  background-position: -332px -1429px;
}
.glyphicons-icon.share_alt {
  background-position: -380px -1429px;
}
.glyphicons-icon.comments {
  background-position: -428px -1429px;
}
.glyphicons-icon.flower {
  background-position: 4px -1477px;
}
.glyphicons-icon.baseball {
  background-position: -44px -1477px;
}
.glyphicons-icon.rugby {
  background-position: -92px -1477px;
}
.glyphicons-icon.ax {
  background-position: -140px -1477px;
}
.glyphicons-icon.table_tennis {
  background-position: -188px -1477px;
}
.glyphicons-icon.bowling {
  background-position: -236px -1477px;
}
.glyphicons-icon.tree_conifer {
  background-position: -284px -1477px;
}
.glyphicons-icon.tree_deciduous {
  background-position: -332px -1477px;
}
.glyphicons-icon.more_items {
  background-position: -380px -1477px;
}
.glyphicons-icon.sort {
  background-position: -428px -1477px;
}
.glyphicons-icon.filter {
  background-position: 4px -1525px;
}
.glyphicons-icon.gamepad {
  background-position: -44px -1525px;
}
.glyphicons-icon.playing_dices {
  background-position: -92px -1525px;
}
.glyphicons-icon.calculator {
  background-position: -140px -1525px;
}
.glyphicons-icon.tie {
  background-position: -188px -1525px;
}
.glyphicons-icon.wallet {
  background-position: -236px -1525px;
}
.glyphicons-icon.piano {
  background-position: -284px -1525px;
}
.glyphicons-icon.sampler {
  background-position: -332px -1525px;
}
.glyphicons-icon.podium {
  background-position: -380px -1525px;
}
.glyphicons-icon.soccer_ball {
  background-position: -428px -1525px;
}
.glyphicons-icon.blog {
  background-position: 4px -1573px;
}
.glyphicons-icon.dashboard {
  background-position: -44px -1573px;
}
.glyphicons-icon.certificate {
  background-position: -92px -1573px;
}
.glyphicons-icon.bell {
  background-position: -140px -1573px;
}
.glyphicons-icon.candle {
  background-position: -188px -1573px;
}
.glyphicons-icon.pushpin {
  background-position: -236px -1573px;
}
.glyphicons-icon.iphone_shake {
  background-position: -284px -1573px;
}
.glyphicons-icon.pin_flag {
  background-position: -332px -1573px;
}
.glyphicons-icon.turtle {
  background-position: -380px -1573px;
}
.glyphicons-icon.rabbit {
  background-position: -428px -1573px;
}
.glyphicons-icon.globe {
  background-position: 4px -1621px;
}
.glyphicons-icon.briefcase {
  background-position: -44px -1621px;
}
.glyphicons-icon.hdd {
  background-position: -92px -1621px;
}
.glyphicons-icon.thumbs_up {
  background-position: -140px -1621px;
}
.glyphicons-icon.thumbs_down {
  background-position: -188px -1621px;
}
.glyphicons-icon.hand_right {
  background-position: -236px -1621px;
}
.glyphicons-icon.hand_left {
  background-position: -284px -1621px;
}
.glyphicons-icon.hand_up {
  background-position: -332px -1621px;
}
.glyphicons-icon.hand_down {
  background-position: -380px -1621px;
}
.glyphicons-icon.fullscreen {
  background-position: -428px -1621px;
}
.glyphicons-icon.shopping_bag {
  background-position: 4px -1669px;
}
.glyphicons-icon.book_open {
  background-position: -44px -1669px;
}
.glyphicons-icon.nameplate {
  background-position: -92px -1669px;
}
.glyphicons-icon.nameplate_alt {
  background-position: -140px -1669px;
}
.glyphicons-icon.vases {
  background-position: -188px -1669px;
}
.glyphicons-icon.bullhorn {
  background-position: -236px -1669px;
}
.glyphicons-icon.dumbbell {
  background-position: -284px -1669px;
}
.glyphicons-icon.suitcase {
  background-position: -332px -1669px;
}
.glyphicons-icon.file_import {
  background-position: -380px -1669px;
}
.glyphicons-icon.file_export {
  background-position: -428px -1669px;
}
.glyphicons-icon.bug {
  background-position: 4px -1717px;
}
.glyphicons-icon.crown {
  background-position: -44px -1717px;
}
.glyphicons-icon.smoking {
  background-position: -92px -1717px;
}
.glyphicons-icon.cloud-upload {
  background-position: -140px -1717px;
}
.glyphicons-icon.cloud-download {
  background-position: -188px -1717px;
}
.glyphicons-icon.restart {
  background-position: -236px -1717px;
}
.glyphicons-icon.security_camera {
  background-position: -284px -1717px;
}
.glyphicons-icon.expand {
  background-position: -332px -1717px;
}
.glyphicons-icon.collapse {
  background-position: -380px -1717px;
}
.glyphicons-icon.collapse_top {
  background-position: -428px -1717px;
}
.glyphicons-icon.globe_af {
  background-position: 4px -1765px;
}
.glyphicons-icon.global {
  background-position: -44px -1765px;
}
.glyphicons-icon.spray {
  background-position: -92px -1765px;
}
.glyphicons-icon.nails {
  background-position: -140px -1765px;
}
.glyphicons-icon.claw_hammer {
  background-position: -188px -1765px;
}
.glyphicons-icon.classic_hammer {
  background-position: -236px -1765px;
}
.glyphicons-icon.hand_saw {
  background-position: -284px -1765px;
}
.glyphicons-icon.riflescope {
  background-position: -332px -1765px;
}
.glyphicons-icon.electrical_socket_eu {
  background-position: -380px -1765px;
}
.glyphicons-icon.electrical_socket_us {
  background-position: -428px -1765px;
}
.glyphicons-icon.pinterest {
  background-position: 4px -1813px;
}
.glyphicons-icon.dropbox {
  background-position: -44px -1813px;
}
.glyphicons-icon.google_plus {
  background-position: -92px -1813px;
}
.glyphicons-icon.jolicloud {
  background-position: -140px -1813px;
}
.glyphicons-icon.yahoo {
  background-position: -188px -1813px;
}
.glyphicons-icon.blogger {
  background-position: -236px -1813px;
}
.glyphicons-icon.picasa {
  background-position: -284px -1813px;
}
.glyphicons-icon.amazon {
  background-position: -332px -1813px;
}
.glyphicons-icon.tumblr {
  background-position: -380px -1813px;
}
.glyphicons-icon.wordpress {
  background-position: -428px -1813px;
}
.glyphicons-icon.instapaper {
  background-position: 4px -1861px;
}
.glyphicons-icon.evernote {
  background-position: -44px -1861px;
}
.glyphicons-icon.xing {
  background-position: -92px -1861px;
}
.glyphicons-icon.zootool {
  background-position: -140px -1861px;
}
.glyphicons-icon.dribbble {
  background-position: -188px -1861px;
}
.glyphicons-icon.deviantart {
  background-position: -236px -1861px;
}
.glyphicons-icon.read_it_later {
  background-position: -284px -1861px;
}
.glyphicons-icon.linked_in {
  background-position: -332px -1861px;
}
.glyphicons-icon.forrst {
  background-position: -380px -1861px;
}
.glyphicons-icon.pinboard {
  background-position: -428px -1861px;
}
.glyphicons-icon.behance {
  background-position: 4px -1909px;
}
.glyphicons-icon.github {
  background-position: -44px -1909px;
}
.glyphicons-icon.youtube {
  background-position: -92px -1909px;
}
.glyphicons-icon.skitch {
  background-position: -140px -1909px;
}
.glyphicons-icon.foursquare {
  background-position: -188px -1909px;
}
.glyphicons-icon.quora {
  background-position: -236px -1909px;
}
.glyphicons-icon.badoo {
  background-position: -284px -1909px;
}
.glyphicons-icon.spotify {
  background-position: -332px -1909px;
}
.glyphicons-icon.stumbleupon {
  background-position: -380px -1909px;
}
.glyphicons-icon.readability {
  background-position: -428px -1909px;
}
.glyphicons-icon.facebook {
  background-position: 4px -1957px;
}
.glyphicons-icon.twitter {
  background-position: -44px -1957px;
}
.glyphicons-icon.instagram {
  background-position: -92px -1957px;
}
.glyphicons-icon.posterous_spaces {
  background-position: -140px -1957px;
}
.glyphicons-icon.vimeo {
  background-position: -188px -1957px;
}
.glyphicons-icon.flickr {
  background-position: -236px -1957px;
}
.glyphicons-icon.last_fm {
  background-position: -284px -1957px;
}
.glyphicons-icon.rss {
  background-position: -332px -1957px;
}
.glyphicons-icon.skype {
  background-position: -380px -1957px;
}
.glyphicons-icon.e-mail {
  background-position: -428px -1957px;
}

/* Localized */
.jq-checkbox {
	background-image: url(/assets2/css/img/icon_input-b0edf7150679c530c3e678af51968c37.svg);
	background-size:contain;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	height: 18px;
	width: 18px;
	cursor: pointer;
	vertical-align: top;
	-moz-user-select: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.black .jq-checkbox {
	background-image: url(/assets2/css/img/icon_input_black-ed960c98af793f42d1878736a82e69f1.svg);
	background-size:contain;
	height: 18px;
	width: 18px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 18px;
	height: 18px;
	border-radius: 0;
	background: url(/assets2/css/img/icon_input_checked-200ae496cde548d115a5d13de438cec0.svg);
	background-size:contain;
	display: block;
}
.black .jq-checkbox.checked .jq-checkbox__div{
	background: url(/assets2/css/img/icon_input_checked_black-69451e7ec7493b05c6af6839d1191de2.svg);
	height: 18px;
	width: 18px;
	margin:0;
}
.jq-checkbox.focused {
	border: none;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #ECECEC;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	text-align: left;
	height: 40px;
	line-height: 40px;
}
.top-rating .jq-selectbox{
	margin: 0 0 0 10px;
}
.list-pager .jq-selectbox{
	margin-right:10px;
	margin-bottom: 10px;
	float: left;
}
.jq-selectbox__select {
	border-radius: 5px;
	color: #474747;
	font-weight: 300;
	font-family: TT Hoves, sans-serif;
	border:1px solid #ECECEC;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	text-align: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background:#fff;
	width:200px;
	z-index: 100000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	box-shadow: none !important;
	margin:0;
	padding: 0;
}
.columns-left-nav .jq-selectbox__select{
	width:212px;
}
.top-rating .jq-selectbox__select{
	height:40px;
	line-height: 40px;
	min-width:110px!important;
	width:110px!important;
	margin: 0;
}
.promo .jq-selectbox__select {
	width:100%;
	top:0px;
	display: inline-block;
}
.promo.video .jq-selectbox__select {
	width: 320px;
}

.block-user-info .jq-selectbox__select {
	width:209px;
}

.list-pager .jq-selectbox__select {
	white-space: nowrap;
	width:85px!important;
}
.block-banner .jq-selectbox__select{
	width:100px;
}

.choose-subid .jq-selectbox__select,
.period-reg .jq-selectbox__select {
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#474747;
	width:100%!important;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 0 0 10px;
}
.icon-olymp  .jq-selectbox__select-text,
.icon-walbi  .jq-selectbox__select-text,
.icon-doto  .jq-selectbox__select-text{
	position: relative;
	padding: 0 0 0 40px;
	font-size: 14px;
}

.icon-olymp  .jq-selectbox__select-text:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:20px;
	height: 20px;
	background: url(/assets2/css/img/cabinet/icon_olymp-94300d17a649dc949e99b24810a26669.svg) no-repeat;
}

.icon-doto  .jq-selectbox__select-text:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:17px;
	height: 15px;
	background: url(/assets2/css/img/cabinet/icon_doto-3d627f26336ae1c7ab289191248af79f.svg) no-repeat;
	transform: translate(0, 3px);
}

.icon-walbi  .jq-selectbox__select-text:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:20px;
	height: 20px;
	background: url(/assets2/css/img/cabinet/icon_walbi-30897fd1885bf408d985f0863cea0d8b.svg) no-repeat;
}

.lang-ru .jq-selectbox__select-text,
.lang-en .jq-selectbox__select-text,
.lang-id .jq-selectbox__select-text,
.lang-hi .jq-selectbox__select-text,
.lang-es .jq-selectbox__select-text,
.lang-pt .jq-selectbox__select-text,
.lang-vi .jq-selectbox__select-text,
.lang-th .jq-selectbox__select-text
{
	display: block;
	position: relative;
	padding-left: 45px;
}
.jq-selectbox__select-text:before{
	content:'';
	display: inline-block;
	position: absolute;
	top:50%;
	left:10px;
	width:24px;
	height:16px;
	margin:-10px 0 0 0;
}
.lang-ru .jq-selectbox__select-text:before {
	 background: url(/assets2/css/img/icon_ru-2d393fc43098a9d526b730a0492c1dc4.svg) center center no-repeat;
	background-size: contain;
 }
.lang-en .jq-selectbox__select-text:before {
	 background: url(/assets2/css/img/icon_en-fa7876040bd744ff2440917d513eaea3.svg) center center no-repeat;
	background-size: contain;
 }
.lang-id .jq-selectbox__select-text:before {
	 background: url(/assets2/css/img/icon_id-a612b03457b98e9f40709beb5ff3a13e.svg) center center no-repeat;
	background-size: contain;
 }
.lang-hi .jq-selectbox__select-text:before {
	background: url(/assets2/css/img/icon_hi-78ca43430806e78eae58eb4ca5952c69.svg) center center no-repeat;
	background-size: contain;
}
.lang-es .jq-selectbox__select-text:before {
	background: url(/assets2/css/img/icon_es-c7b09068ea7767e501eab41242219d19.svg) center center no-repeat;
	background-size: contain;
}
.lang-pt .jq-selectbox__select-text:before {
	background: url(/assets2/css/img/icon_pt-1477ee6f910f7c018bf81e665cca838b.svg) center center no-repeat;
	background-size: contain;
}
.lang-vi .jq-selectbox__select-text:before {
	 background: url(/assets2/css/img/icon_vi-57dbbda1317749a05867a40fc290792b.svg) center center no-repeat;
	 background-size: contain;
 }

.lang-th .jq-selectbox__select-text:before {
	 background: url(/assets2/css/img/icon_th-a57d2758db326308dcc7a249021fc433.svg) center center no-repeat;
	 background-size: contain;
 }
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
	background: #fff;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: -2px 0 0 0;
	padding: 0;
	color: #474747;
	border:  1px solid #828286;
	border-top:none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 11px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-top: 0;
}
.black .jq-selectbox__select {
	background: #5D616B;
	border-radius: 0;
	border: 1px solid #474747;
	color: #9b9b9b;
	width: 196px;
 }
.black .jq-selectbox li.selected {
	color: #9b9b9b;
	background: #5D616B;
}
.black .jq-selectbox li:hover {
	background: #474747;
}
.black .opened .jq-selectbox__select {
	border-radius: 0;
}
.black .change-lang .icon-down::after,
.black .change-lang .icon-down::before,
.black .columns-left-nav-list-item-link .fa-icon-caret-down::after,
.black .columns-left-nav-list-item-link .fa-icon-caret-down::before,
.black .faq-item-list-item .arrow::after,
.black .faq-item-list-item .arrow::before,
.black .jq-selectbox__trigger-arrow::after,
.black .jq-selectbox__trigger-arrow::before,
.black .pay-system .arrow::after,
.black .pay-system .arrow::before,
.black .support .item-ticket .item-title-ticket .arrow::after,
.black .support .item-ticket .item-title-ticket .arrow::before {
	background: #9b9b9b;
}
.black .jq-selectbox__select-text {
	color: #9b9b9b;
}
.black .jq-selectbox__trigger {
	background: #5D616B;
}
.black .jq-selectbox__dropdown {
	background: #5D616B;
	color: #9b9b9b;
	border-radius: 0;
	border: 1px solid #474747;
}

.light .jq-selectbox__select {
	background: #fff;
	border-radius: 0;
	border: 1px solid #e0e2e5;
	color: #9b9b9b;
	width: 196px;
}
.light .jq-selectbox li.selected {
	color: #9b9b9b;
	background: #fff;
}
.light .jq-selectbox li:hover {
	background: #e0e2e5;
}
.light .jq-selectbox__trigger {
	background: #fff;
}
.light .jq-selectbox__dropdown {
	background: #fff;
	color: #9b9b9b;
	border-radius: 0;
	border: 1px solid #e0e2e5;
}


.list-pager .jq-selectbox__dropdown {
	color: #2a475a;
	border:  1px solid #e2e2e2;
	border-top:none;
	z-index: 10000;
	margin: 0;
}
.top-rating .jq-selectbox__dropdown{
	border:  1px solid #dcdcdc;
	margin:-2px 0 0 0;
}
.promo .jq-selectbox__dropdown{
	margin: 0;
	overflow: hidden;
}
.person-traffic .jq-selectbox__dropdown {
	max-height:140px!important;
}
.opened .jq-selectbox__select{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #828286;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 27px 0 8px;
	height:30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.jq-selectbox ul::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 9px;
}
.jq-selectbox ul::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(210, 220, 225, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	border:1px solid #fff;
}
.person-traffic .jq-selectbox ul {
	max-height:140px!important;
}
.jq-selectbox li {
	font-size: 12px;
	font-weight: 300;
	padding: 10px; /* отсуп в списках в Статистике не трогать */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox li.icon-doto,
.jq-selectbox li.icon-walbi,
.jq-selectbox li.icon-olymp {
	position:relative;
	padding-left:40px;
	font-size: 14px;
}

.jq-selectbox li.icon-doto:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:17px;
	height: 15px;
	background: url(/assets2/css/img/cabinet/icon_doto-3d627f26336ae1c7ab289191248af79f.svg) no-repeat;
	transform: translate(0, -50%);
}

.jq-selectbox li.icon-olymp:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:20px;
	height: 20px;
	background: url(/assets2/css/img/cabinet/icon_olymp-94300d17a649dc949e99b24810a26669.svg) no-repeat;
	transform: translate(0, -50%);
}

.jq-selectbox li.icon-walbi:before{
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:10px;
	width:20px;
	height: 20px;
	background: url(/assets2/css/img/cabinet/icon_walbi-30897fd1885bf408d985f0863cea0d8b.svg) no-repeat;
	transform: translate(0, -50%);
}

.jq-selectbox li.selected,
.jq-selectbox li:hover{
	background-color: #ECECEC;
	color: #474747;
}
.jq-selectbox li:last-child.selected,
.jq-selectbox li:last-child:hover{
	border-radius: 0 0 5px 5px;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

@media only screen and (max-width: 320px) {
	.promo.video .jq-selectbox__select {
		width:280px;
	}
}


.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    width: 100%;
}

.SelectBox {
    padding: 0 10px;
}

.sumoStopScroll {
    overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt ,
.SumoSelect .search-icon {
    display: none;
    outline: none;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 96%;
    margin: 0 2%;
    padding: 5px 8px;
    border: 1px solid #ECECEC;
    background: #FFFFFF;
    z-index: 100;
    height: 40px;
    border-radius: 3px;
}
.SumoSelect.open .search-icon {
    background-image: url(/assets2/css/img/icon_search-cd36217c910ea404208317bbcac973df.svg);
    background-position: center center;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 62px;
    right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.multiple-select-advert ~ .optWrapper > .options li.opt label{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.multiple-select-country ~ .optWrapper > .options li.opt label{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.multiple-select-country ~ .optWrapper > .options li.opt label img{
    width:24px;
    height:24px;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
    text-align:center;
}

.SumoSelect > .CaptionCont {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    background-color: #fff;
    height: 40px;
}

.SumoSelect.open > .CaptionCont {
    border-radius: 3px 3px 0 0;
}

.SumoSelect > .CaptionCont.multiple-select-advert {
    width:192px;
    margin: 20px auto 0 auto;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
}
.SumoSelect.open > .CaptionCont.multiple-select-advert {
    border: 1px solid #828286;
    border-radius: 2px 2px 0 0;
    border-bottom:0;
}

.SumoSelect > .CaptionCont.multiple-select-country {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ECECEC;
}
.SumoSelect.open > .CaptionCont.multiple-select-country {
    border: 1px solid #ECECEC;
    border-radius: 5px 5px 0 0;
    border-bottom:0;
}

.SumoSelect > .CaptionCont > img{
    margin:0 10px 0 0;
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url(/assets2/css/img/icon_arrow_gray_down-bf4827a98a7755e44faa1d8345ba7996.svg);
    background-position: center center;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    transform: scale(1, 1);
    transition: transform 0.3s;
}

.SumoSelect.open > .CaptionCont > label > i {
    transform: scale(1, -1);
    transition: transform 0.3s;
}

.SumoSelect > .optWrapper {
    display: none;
    top: 42px;
    width: 100%;
    position: absolute;
    padding-top: 55px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ECECEC;
    border-top: none;
    overflow: hidden;
    z-index: 10;
}

.SumoSelect.open > .optWrapper {
    top: 40px;
    display: block;
    border: 1px solid #828286;
}

.multiple-select-advert ~ .optWrapper{
    padding-top: 0;
    border-radius: 0 0 2px 2px;
}

.multiple-select-advert ~ .optWrapper{
    top: 60px!important;
    width: 213px;
    text-align: left;
    left: 11.5px;
    padding: 5px;
}

.multiple-select-country ~ .optWrapper{
    padding-top: 0;
    border-radius: 0 0 2px 2px;
}

.multiple-select-country ~ .optWrapper{
    text-align: left;
    left: 0;
    padding: 5px;
    border-radius: 0 0 5px 5px!important;
    border: 1px solid #ECECEC!important;
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
    border: 1px solid #828286;
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 250px;
    /*height*/
}

.multiple-select-country ~ .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 150px!important;
    /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
    display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50); /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5; /* Good browsers */
    opacity: 0.5;
}


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:12px 2%;
    cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.hidden{
    display: none;
}

.SumoSelect > .optWrapper.multiple > .options li.opt label{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap:8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #535353;
}

.SumoSelect > .optWrapper.multiple > .options li.opt img{
    width:16px;
    height:16px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
    display:block;
    position: relative;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #505054;
    background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: none;
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: #292929;
    box-shadow: none;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}


/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}


.reset-all {
    padding: 5px 10px 5px 35px;
    text-align: right;
}

.SumoSelect[is-selected="false"] .reset-all {
    display: none;
    opacity: 0.5;
    pointer-events: none;
}

.SumoSelect[is-selected="true"] .reset-all {
    display: block;
    opacity: 1;
    cursor: pointer;
    color: #505054;
    font-size: 12px;
    line-height: 18px;
}
.SumoSelect[is-selected="true"] .reset-all span{
    position: relative;
}
.SumoSelect[is-selected="true"] .reset-all span:before {
    content: '';
    display: block;
    position: absolute;
    left:-10px;
    top:0;
    width:7px;
    height: 7px;
    background-image: url(/assets2/css/img/icon_close_gray-3496acfa83ffe9ce08c882fd1cebc72e.svg);
    transform: translate(0, 50%);
}

.SumoSelect[is-selected="true"] .reset-all * {
    cursor: pointer;
}

.SumoSelect[is-selected="true"] .reset-all:hover {
    color: black;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and ../img */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets2/css/img/ui-bg_flat_75_ffffff_40x100-8692e6efddf882acbff144c38ea7dfdf.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/assets2/css/img/ui-bg_highlight-soft_75_cccccc_1x100-72c593d16e998952cd8d798fee33c6f3.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: 0;
    color:#474747;
    font-weight: normal;
    text-align: center;
    padding: 4px;
    font-size:12px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background:#FFCD00;
    border: 0;
    color: #fff;
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFCD00;
    border: 0;
    color: #fff;
    font-weight: normal; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background: #FFCD00;
    border: 0;
    color: #fff;
    font-weight: normal;
}
.ui-widget :active { outline: none; }


/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/assets2/css/img/ui-bg_glass_55_fbf9ee_1x400-f8f4558e0b92ff2cd6136781533902ec.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets2/css/img/ui-bg_glass_95_fef1ec_1x400-5a3be2d8fff8324d59aec3df7b0a0c83.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and ../img */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets2/css/img/ui-icons_222222_256x240-ebe6b6902a408fbf9cac6379a1477525.png); }
.ui-widget-content .ui-icon {background-image: url(/assets2/css/img/ui-icons_222222_256x240-ebe6b6902a408fbf9cac6379a1477525.png); }
.ui-widget-header .ui-icon {background-image: url(/assets2/css/img/ui-icons_222222_256x240-ebe6b6902a408fbf9cac6379a1477525.png); }
.ui-state-default .ui-icon { background-image: url(/assets2/css/img/ui-icons_888888_256x240-9c46d7cab43e22a14bad26d2d4806d80.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets2/css/img/ui-icons_454545_256x240-119dd0c2e94ad689de873ef39fd43e6e.png); }
.ui-state-active .ui-icon {background-image: url(/assets2/css/img/ui-icons_454545_256x240-119dd0c2e94ad689de873ef39fd43e6e.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets2/css/img/ui-icons_2e83ff_256x240-2b99a5e48d3c3957d03027d36a25e8bb.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets2/css/img/ui-icons_cd0a0a_256x240-3e450c2a2c66328d9498e7001ad7197c.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e {
    background: url(/assets2/css/img/date-arr-0c84f10a35fd248f8c0e58ddcfa3997a.png) no-repeat 100% 0;
    width: 9px;
    height: 15px;
}
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w {
    background: url(/assets2/css/img/date-arr-0c84f10a35fd248f8c0e58ddcfa3997a.png) no-repeat 0 0;
    width: 9px;
    height: 15px;
}
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/assets2/css/img/ui-bg_flat_0_aaaaaa_40x100-2a44fbdb7360c60122bcf6dcef0387d8.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets2/css/img/ui-bg_flat_0_aaaaaa_40x100-2a44fbdb7360c60122bcf6dcef0387d8.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    line-height: 20px;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI
 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker{
    margin-top: 14px;
    width: 237px;
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 10px 0;
    z-index: 1000;
    cursor: auto;
    display: none;
}
.ui-datepicker:before{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 9px solid #dcdcdc;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -9px;
}
#ui-datepicker-div{
    border-top: 1px solid #ECECEC;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    border-radius: 0;
    background: #fff;
    color: #2a2d33;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    margin-right: 0;
    z-index: 1;
    padding:0 0 10px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position:absolute;
    top: 2px;
    background: none !important;
    border: 0 !important;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width:1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: static;
    top: 0;
    vertical-align: middle;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 10px;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title select { font-size:1em;}
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month{ margin:0 10px 0 0;}
.ui-datepicker select.ui-datepicker-year {margin:0;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 70px;
    border:none!important;
    text-align: center;
    font-size:14px;
    font-weight: 400;
}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:.4em 0; }
.ui-datepicker table thead tr{display: none}
.ui-datepicker table tr:nth-child(odd),
.ui-datepicker table tr:nth-child(even){
    background: #fff;
}
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; line-height: 1.2;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/*** Изменения по дизайну 05/02/2018 ****/
.ui-menu{
    padding:0;
}
.ui-corner-all{
    border-radius:0 0 5px 5px;
}
.ui-widget-content{
    border:1px solid #ECECEC;
    border-top:0px;
}
.ui-menu .ui-menu-item {
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}
.ui-menu .ui-menu-item:hover{
    background-color: #ECECEC;
    color: #474747;
}
.ui-menu .ui-menu-item a{
    padding: 0;
    background-color: transparent !important;
    color: #474747;
    font-weight: 300;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus{
    background-color: #ECECEC !important;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.selector span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/assets2/css/img/sprite-5e933023146df9ec70da8e03ee7280cc.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;

  background: url(/assets2/css/img/bg-input-d9c125f5c489b23328c3c79f7a2a8180.png) repeat-x 0px 0px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url(/assets2/css/img/bg-input-focus-4299769304220d061ff18ec1576af85d.png) repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */
div.checker span {
  background-image: url(/assets2/css/img/icon_input-b0edf7150679c530c3e678af51968c37.svg);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  height: 16px;
  width: 16px;
}

div.checker span.checked {
  background-image: url(/assets2/css/img/icon_input_checked-200ae496cde548d115a5d13de438cec0.svg);
  height: 16px;
  width: 16px
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-image: url(/assets2/css/img/icon_input_checked-200ae496cde548d115a5d13de438cec0.svg);
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-image: url(/assets2/css/img/icon_input_checked-200ae496cde548d115a5d13de438cec0.svg);
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
  display:inline-block!important;
}



div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: #b21717;
  margin:0!important;
  cursor: pointer;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

.jq-selectbox__trigger-arrow,
.change-lang .icon-down,
.faq-item-list-item .arrow,
.support .item-ticket .item-title-ticket .arrow,
.pay-system .arrow,
.faq-info-item .arrow{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.columns-left-nav-list-item-link .fa-icon-caret-down{
	position: absolute;
	right:30px;
	width:20px;
	height:20px;
}

.change-lang .icon-down {
	top: 13px !important;
}

.jq-selectbox__trigger-arrow {
	top:0;
	left: 0;
}

.faq-item-list-item .arrow,
.support .item-ticket .item-title-ticket .arrow,
.pay-system .arrow,
.faq-info-item .arrow{
	position: absolute;
	top: 24px;
	right: 24px;
}

.support .item-ticket .item-title-ticket .arrow {
	right: 8px;
}

.jq-selectbox__trigger-arrow:before, .jq-selectbox__trigger-arrow:after,
.change-lang .icon-down:before, .change-lang .icon-down:after,
.faq-item-list-item .arrow:before, .faq-item-list-item .arrow:after,
.support .item-ticket .item-title-ticket .arrow:before, .support .item-ticket .item-title-ticket .arrow:after,
.pay-system .arrow:before, .pay-system .arrow:after, .faq-info-item .arrow:before, .faq-info-item .arrow:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	transition: 0.25s ease-out all;
	top: 10px;
	margin-top: 0px;
	background: #AAAAAA;
}
.jq-selectbox__trigger-arrow:before,
.change-lang .icon-down:before,
.faq-item-list-item .arrow:before,
.support .item-ticket .item-title-ticket .arrow:before,
.pay-system .arrow:before, .faq-info-item .arrow:before {
	transform-origin: right center;
	transform: rotateZ(45deg);
	right: 50%;
}
.jq-selectbox__trigger-arrow:after,
.change-lang .icon-down:after,
.faq-item-list-item .arrow:after,
.support .item-ticket .item-title-ticket .arrow:after,
.pay-system .arrow:after,
.faq-info-item .arrow:after{
	transform-origin: left center;
	transform: rotateZ(-45deg);
	left: 50%;
	margin-left: -1px;
}
.opened .jq-selectbox__trigger-arrow:before, .opened .jq-selectbox__trigger-arrow:after,
.change-lang.open-list .icon-down:before, .change-lang.open-list .icon-down:after,
.faq-item-list-item.active .arrow:before, .faq-item-list-item.active .arrow:after,
.support .item-ticket.open .item-title-ticket .arrow:before, .support .item-ticket.open .item-title-ticket .arrow:after,
.pay-system.active .arrow:before, .pay-system.active .arrow:after,
.faq-info-item.active .arrow:before, .faq-info-item.active .arrow:after {
	top: 0%;
}
.opened .jq-selectbox__trigger-arrow:before,
.change-lang.open-list .icon-down:before,
.faq-item-list-item.active .arrow:before,
.support .item-ticket.open .item-title-ticket .arrow:before,
.pay-system.active .arrow:before,
.faq-info-item.active .arrow:before{
	transform: rotateZ(-45deg);
}
.opened .jq-selectbox__trigger-arrow:after,
.change-lang.open-list .icon-down:after,
.faq-item-list-item.active .arrow:after,
.support .item-ticket.open .item-title-ticket .arrow:after,
.pay-system.active .arrow:after,
.faq-info-item.active .arrow:after {
	transform: rotateZ(45deg);
}


.columns-left-nav-list-item-link .fa-icon-caret-down{
	background: url(/assets2/css/img/cabinet/icon_arrow_open-e596f19cb34d9e25644946a500fa93b4.svg) center no-repeat;
	transform: rotateX(0deg);
}

.columns-left-nav-list-item-link:hover .fa-icon-caret-down{
	transform: rotateX(180deg);
	background: url(/assets2/css/img/cabinet/icon_arrow_active-b5d925ff41a92af1c4defe2739de7e2f.svg) center no-repeat;
}

.columns-left-nav-list-item-link.columns-left-nav-list-item-link--open .fa-icon-caret-down{
	background: url(/assets2/css/img/cabinet/icon_arrow_open-e596f19cb34d9e25644946a500fa93b4.svg)  center no-repeat;
	transform: rotateX(180deg);
}

.columns-left-nav-list-item-link.columns-left-nav-list-item-link--open:hover .fa-icon-caret-down{
	background: url(/assets2/css/img/cabinet/icon_arrow_active-b5d925ff41a92af1c4defe2739de7e2f.svg) center no-repeat;
	transform: rotateX(0deg);
}
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets2/css/font/remixicon-31d28485e1cf7369272270fd730327c0.eot); /* IE9*/
  src: url(/assets2/css/font/remixicon-31d28485e1cf7369272270fd730327c0.eot#iefix) format('embedded-opentype'), 
  url(/assets2/css/font/remixicon-9915fef980fa539085da55b84dfde760.woff2) format("woff2"),
  url(/assets2/css/font/remixicon-881fbc46361e0c0e5f003c159b2f3005.woff) format("woff"),
  url(/assets2/css/font/remixicon-888e61f04316f10bddfff7bee10c6dd0.ttf) format('truetype'), 
  url(/assets2/css/font/remixicon-95138f36e015ad912c37db92164f5844.svg#remixicon) format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-24-hours-fill:before { content: "\ea01"; }
.ri-24-hours-line:before { content: "\ea02"; }
.ri-4k-fill:before { content: "\ea03"; }
.ri-4k-line:before { content: "\ea04"; }
.ri-a-b:before { content: "\ea05"; }
.ri-account-box-fill:before { content: "\ea06"; }
.ri-account-box-line:before { content: "\ea07"; }
.ri-account-circle-fill:before { content: "\ea08"; }
.ri-account-circle-line:before { content: "\ea09"; }
.ri-account-pin-box-fill:before { content: "\ea0a"; }
.ri-account-pin-box-line:before { content: "\ea0b"; }
.ri-account-pin-circle-fill:before { content: "\ea0c"; }
.ri-account-pin-circle-line:before { content: "\ea0d"; }
.ri-add-box-fill:before { content: "\ea0e"; }
.ri-add-box-line:before { content: "\ea0f"; }
.ri-add-circle-fill:before { content: "\ea10"; }
.ri-add-circle-line:before { content: "\ea11"; }
.ri-add-fill:before { content: "\ea12"; }
.ri-add-line:before { content: "\ea13"; }
.ri-admin-fill:before { content: "\ea14"; }
.ri-admin-line:before { content: "\ea15"; }
.ri-advertisement-fill:before { content: "\ea16"; }
.ri-advertisement-line:before { content: "\ea17"; }
.ri-airplay-fill:before { content: "\ea18"; }
.ri-airplay-line:before { content: "\ea19"; }
.ri-alarm-fill:before { content: "\ea1a"; }
.ri-alarm-line:before { content: "\ea1b"; }
.ri-alarm-warning-fill:before { content: "\ea1c"; }
.ri-alarm-warning-line:before { content: "\ea1d"; }
.ri-album-fill:before { content: "\ea1e"; }
.ri-album-line:before { content: "\ea1f"; }
.ri-alert-fill:before { content: "\ea20"; }
.ri-alert-line:before { content: "\ea21"; }
.ri-aliens-fill:before { content: "\ea22"; }
.ri-aliens-line:before { content: "\ea23"; }
.ri-align-bottom:before { content: "\ea24"; }
.ri-align-center:before { content: "\ea25"; }
.ri-align-justify:before { content: "\ea26"; }
.ri-align-left:before { content: "\ea27"; }
.ri-align-right:before { content: "\ea28"; }
.ri-align-top:before { content: "\ea29"; }
.ri-align-vertically:before { content: "\ea2a"; }
.ri-alipay-fill:before { content: "\ea2b"; }
.ri-alipay-line:before { content: "\ea2c"; }
.ri-amazon-fill:before { content: "\ea2d"; }
.ri-amazon-line:before { content: "\ea2e"; }
.ri-anchor-fill:before { content: "\ea2f"; }
.ri-anchor-line:before { content: "\ea30"; }
.ri-ancient-gate-fill:before { content: "\ea31"; }
.ri-ancient-gate-line:before { content: "\ea32"; }
.ri-ancient-pavilion-fill:before { content: "\ea33"; }
.ri-ancient-pavilion-line:before { content: "\ea34"; }
.ri-android-fill:before { content: "\ea35"; }
.ri-android-line:before { content: "\ea36"; }
.ri-angularjs-fill:before { content: "\ea37"; }
.ri-angularjs-line:before { content: "\ea38"; }
.ri-anticlockwise-2-fill:before { content: "\ea39"; }
.ri-anticlockwise-2-line:before { content: "\ea3a"; }
.ri-anticlockwise-fill:before { content: "\ea3b"; }
.ri-anticlockwise-line:before { content: "\ea3c"; }
.ri-app-store-fill:before { content: "\ea3d"; }
.ri-app-store-line:before { content: "\ea3e"; }
.ri-apple-fill:before { content: "\ea3f"; }
.ri-apple-line:before { content: "\ea40"; }
.ri-apps-2-fill:before { content: "\ea41"; }
.ri-apps-2-line:before { content: "\ea42"; }
.ri-apps-fill:before { content: "\ea43"; }
.ri-apps-line:before { content: "\ea44"; }
.ri-archive-drawer-fill:before { content: "\ea45"; }
.ri-archive-drawer-line:before { content: "\ea46"; }
.ri-archive-fill:before { content: "\ea47"; }
.ri-archive-line:before { content: "\ea48"; }
.ri-arrow-down-circle-fill:before { content: "\ea49"; }
.ri-arrow-down-circle-line:before { content: "\ea4a"; }
.ri-arrow-down-fill:before { content: "\ea4b"; }
.ri-arrow-down-line:before { content: "\ea4c"; }
.ri-arrow-down-s-fill:before { content: "\ea4d"; }
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-arrow-drop-down-fill:before { content: "\ea4f"; }
.ri-arrow-drop-down-line:before { content: "\ea50"; }
.ri-arrow-drop-left-fill:before { content: "\ea51"; }
.ri-arrow-drop-left-line:before { content: "\ea52"; }
.ri-arrow-drop-right-fill:before { content: "\ea53"; }
.ri-arrow-drop-right-line:before { content: "\ea54"; }
.ri-arrow-drop-up-fill:before { content: "\ea55"; }
.ri-arrow-drop-up-line:before { content: "\ea56"; }
.ri-arrow-go-back-fill:before { content: "\ea57"; }
.ri-arrow-go-back-line:before { content: "\ea58"; }
.ri-arrow-go-forward-fill:before { content: "\ea59"; }
.ri-arrow-go-forward-line:before { content: "\ea5a"; }
.ri-arrow-left-circle-fill:before { content: "\ea5b"; }
.ri-arrow-left-circle-line:before { content: "\ea5c"; }
.ri-arrow-left-down-fill:before { content: "\ea5d"; }
.ri-arrow-left-down-line:before { content: "\ea5e"; }
.ri-arrow-left-fill:before { content: "\ea5f"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-right-fill:before { content: "\ea61"; }
.ri-arrow-left-right-line:before { content: "\ea62"; }
.ri-arrow-left-s-fill:before { content: "\ea63"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-arrow-left-up-fill:before { content: "\ea65"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-circle-fill:before { content: "\ea67"; }
.ri-arrow-right-circle-line:before { content: "\ea68"; }
.ri-arrow-right-down-fill:before { content: "\ea69"; }
.ri-arrow-right-down-line:before { content: "\ea6a"; }
.ri-arrow-right-fill:before { content: "\ea6b"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-right-up-fill:before { content: "\ea6f"; }
.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-up-circle-fill:before { content: "\ea71"; }
.ri-arrow-up-circle-line:before { content: "\ea72"; }
.ri-arrow-up-down-fill:before { content: "\ea73"; }
.ri-arrow-up-down-line:before { content: "\ea74"; }
.ri-arrow-up-fill:before { content: "\ea75"; }
.ri-arrow-up-line:before { content: "\ea76"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }
.ri-artboard-2-fill:before { content: "\ea79"; }
.ri-artboard-2-line:before { content: "\ea7a"; }
.ri-artboard-fill:before { content: "\ea7b"; }
.ri-artboard-line:before { content: "\ea7c"; }
.ri-article-fill:before { content: "\ea7d"; }
.ri-article-line:before { content: "\ea7e"; }
.ri-aspect-ratio-fill:before { content: "\ea7f"; }
.ri-aspect-ratio-line:before { content: "\ea80"; }
.ri-asterisk:before { content: "\ea81"; }
.ri-at-fill:before { content: "\ea82"; }
.ri-at-line:before { content: "\ea83"; }
.ri-attachment-2:before { content: "\ea84"; }
.ri-attachment-fill:before { content: "\ea85"; }
.ri-attachment-line:before { content: "\ea86"; }
.ri-auction-fill:before { content: "\ea87"; }
.ri-auction-line:before { content: "\ea88"; }
.ri-award-fill:before { content: "\ea89"; }
.ri-award-line:before { content: "\ea8a"; }
.ri-baidu-fill:before { content: "\ea8b"; }
.ri-baidu-line:before { content: "\ea8c"; }
.ri-ball-pen-fill:before { content: "\ea8d"; }
.ri-ball-pen-line:before { content: "\ea8e"; }
.ri-bank-card-2-fill:before { content: "\ea8f"; }
.ri-bank-card-2-line:before { content: "\ea90"; }
.ri-bank-card-fill:before { content: "\ea91"; }
.ri-bank-card-line:before { content: "\ea92"; }
.ri-bank-fill:before { content: "\ea93"; }
.ri-bank-line:before { content: "\ea94"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-bar-chart-2-line:before { content: "\ea96"; }
.ri-bar-chart-box-fill:before { content: "\ea97"; }
.ri-bar-chart-box-line:before { content: "\ea98"; }
.ri-bar-chart-fill:before { content: "\ea99"; }
.ri-bar-chart-grouped-fill:before { content: "\ea9a"; }
.ri-bar-chart-grouped-line:before { content: "\ea9b"; }
.ri-bar-chart-horizontal-fill:before { content: "\ea9c"; }
.ri-bar-chart-horizontal-line:before { content: "\ea9d"; }
.ri-bar-chart-line:before { content: "\ea9e"; }
.ri-barcode-box-fill:before { content: "\ea9f"; }
.ri-barcode-box-line:before { content: "\eaa0"; }
.ri-barcode-fill:before { content: "\eaa1"; }
.ri-barcode-line:before { content: "\eaa2"; }
.ri-barricade-fill:before { content: "\eaa3"; }
.ri-barricade-line:before { content: "\eaa4"; }
.ri-base-station-fill:before { content: "\eaa5"; }
.ri-base-station-line:before { content: "\eaa6"; }
.ri-basketball-fill:before { content: "\eaa7"; }
.ri-basketball-line:before { content: "\eaa8"; }
.ri-battery-2-charge-fill:before { content: "\eaa9"; }
.ri-battery-2-charge-line:before { content: "\eaaa"; }
.ri-battery-2-fill:before { content: "\eaab"; }
.ri-battery-2-line:before { content: "\eaac"; }
.ri-battery-charge-fill:before { content: "\eaad"; }
.ri-battery-charge-line:before { content: "\eaae"; }
.ri-battery-fill:before { content: "\eaaf"; }
.ri-battery-line:before { content: "\eab0"; }
.ri-battery-low-fill:before { content: "\eab1"; }
.ri-battery-low-line:before { content: "\eab2"; }
.ri-battery-saver-fill:before { content: "\eab3"; }
.ri-battery-saver-line:before { content: "\eab4"; }
.ri-battery-share-fill:before { content: "\eab5"; }
.ri-battery-share-line:before { content: "\eab6"; }
.ri-bear-smile-fill:before { content: "\eab7"; }
.ri-bear-smile-line:before { content: "\eab8"; }
.ri-behance-fill:before { content: "\eab9"; }
.ri-behance-line:before { content: "\eaba"; }
.ri-bell-fill:before { content: "\eabb"; }
.ri-bell-line:before { content: "\eabc"; }
.ri-bike-fill:before { content: "\eabd"; }
.ri-bike-line:before { content: "\eabe"; }
.ri-bilibili-fill:before { content: "\eabf"; }
.ri-bilibili-line:before { content: "\eac0"; }
.ri-bill-fill:before { content: "\eac1"; }
.ri-bill-line:before { content: "\eac2"; }
.ri-billiards-fill:before { content: "\eac3"; }
.ri-billiards-line:before { content: "\eac4"; }
.ri-bit-coin-fill:before { content: "\eac5"; }
.ri-bit-coin-line:before { content: "\eac6"; }
.ri-blaze-fill:before { content: "\eac7"; }
.ri-blaze-line:before { content: "\eac8"; }
.ri-bluetooth-connect-fill:before { content: "\eac9"; }
.ri-bluetooth-connect-line:before { content: "\eaca"; }
.ri-bluetooth-fill:before { content: "\eacb"; }
.ri-bluetooth-line:before { content: "\eacc"; }
.ri-blur-off-fill:before { content: "\eacd"; }
.ri-blur-off-line:before { content: "\eace"; }
.ri-body-scan-fill:before { content: "\eacf"; }
.ri-body-scan-line:before { content: "\ead0"; }
.ri-bold:before { content: "\ead1"; }
.ri-book-2-fill:before { content: "\ead2"; }
.ri-book-2-line:before { content: "\ead3"; }
.ri-book-3-fill:before { content: "\ead4"; }
.ri-book-3-line:before { content: "\ead5"; }
.ri-book-fill:before { content: "\ead6"; }
.ri-book-line:before { content: "\ead7"; }
.ri-book-mark-fill:before { content: "\ead8"; }
.ri-book-mark-line:before { content: "\ead9"; }
.ri-book-open-fill:before { content: "\eada"; }
.ri-book-open-line:before { content: "\eadb"; }
.ri-book-read-fill:before { content: "\eadc"; }
.ri-book-read-line:before { content: "\eadd"; }
.ri-booklet-fill:before { content: "\eade"; }
.ri-booklet-line:before { content: "\eadf"; }
.ri-bookmark-2-fill:before { content: "\eae0"; }
.ri-bookmark-2-line:before { content: "\eae1"; }
.ri-bookmark-3-fill:before { content: "\eae2"; }
.ri-bookmark-3-line:before { content: "\eae3"; }
.ri-bookmark-fill:before { content: "\eae4"; }
.ri-bookmark-line:before { content: "\eae5"; }
.ri-boxing-fill:before { content: "\eae6"; }
.ri-boxing-line:before { content: "\eae7"; }
.ri-braces-fill:before { content: "\eae8"; }
.ri-braces-line:before { content: "\eae9"; }
.ri-brackets-fill:before { content: "\eaea"; }
.ri-brackets-line:before { content: "\eaeb"; }
.ri-briefcase-2-fill:before { content: "\eaec"; }
.ri-briefcase-2-line:before { content: "\eaed"; }
.ri-briefcase-3-fill:before { content: "\eaee"; }
.ri-briefcase-3-line:before { content: "\eaef"; }
.ri-briefcase-4-fill:before { content: "\eaf0"; }
.ri-briefcase-4-line:before { content: "\eaf1"; }
.ri-briefcase-5-fill:before { content: "\eaf2"; }
.ri-briefcase-5-line:before { content: "\eaf3"; }
.ri-briefcase-fill:before { content: "\eaf4"; }
.ri-briefcase-line:before { content: "\eaf5"; }
.ri-bring-forward:before { content: "\eaf6"; }
.ri-bring-to-front:before { content: "\eaf7"; }
.ri-broadcast-fill:before { content: "\eaf8"; }
.ri-broadcast-line:before { content: "\eaf9"; }
.ri-brush-2-fill:before { content: "\eafa"; }
.ri-brush-2-line:before { content: "\eafb"; }
.ri-brush-3-fill:before { content: "\eafc"; }
.ri-brush-3-line:before { content: "\eafd"; }
.ri-brush-4-fill:before { content: "\eafe"; }
.ri-brush-4-line:before { content: "\eaff"; }
.ri-brush-fill:before { content: "\eb00"; }
.ri-brush-line:before { content: "\eb01"; }
.ri-bubble-chart-fill:before { content: "\eb02"; }
.ri-bubble-chart-line:before { content: "\eb03"; }
.ri-bug-2-fill:before { content: "\eb04"; }
.ri-bug-2-line:before { content: "\eb05"; }
.ri-bug-fill:before { content: "\eb06"; }
.ri-bug-line:before { content: "\eb07"; }
.ri-building-2-fill:before { content: "\eb08"; }
.ri-building-2-line:before { content: "\eb09"; }
.ri-building-3-fill:before { content: "\eb0a"; }
.ri-building-3-line:before { content: "\eb0b"; }
.ri-building-4-fill:before { content: "\eb0c"; }
.ri-building-4-line:before { content: "\eb0d"; }
.ri-building-fill:before { content: "\eb0e"; }
.ri-building-line:before { content: "\eb0f"; }
.ri-bus-2-fill:before { content: "\eb10"; }
.ri-bus-2-line:before { content: "\eb11"; }
.ri-bus-fill:before { content: "\eb12"; }
.ri-bus-line:before { content: "\eb13"; }
.ri-bus-wifi-fill:before { content: "\eb14"; }
.ri-bus-wifi-line:before { content: "\eb15"; }
.ri-cactus-fill:before { content: "\eb16"; }
.ri-cactus-line:before { content: "\eb17"; }
.ri-cake-2-fill:before { content: "\eb18"; }
.ri-cake-2-line:before { content: "\eb19"; }
.ri-cake-3-fill:before { content: "\eb1a"; }
.ri-cake-3-line:before { content: "\eb1b"; }
.ri-cake-fill:before { content: "\eb1c"; }
.ri-cake-line:before { content: "\eb1d"; }
.ri-calculator-fill:before { content: "\eb1e"; }
.ri-calculator-line:before { content: "\eb1f"; }
.ri-calendar-2-fill:before { content: "\eb20"; }
.ri-calendar-2-line:before { content: "\eb21"; }
.ri-calendar-check-fill:before { content: "\eb22"; }
.ri-calendar-check-line:before { content: "\eb23"; }
.ri-calendar-event-fill:before { content: "\eb24"; }
.ri-calendar-event-line:before { content: "\eb25"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-calendar-line:before { content: "\eb27"; }
.ri-calendar-todo-fill:before { content: "\eb28"; }
.ri-calendar-todo-line:before { content: "\eb29"; }
.ri-camera-2-fill:before { content: "\eb2a"; }
.ri-camera-2-line:before { content: "\eb2b"; }
.ri-camera-3-fill:before { content: "\eb2c"; }
.ri-camera-3-line:before { content: "\eb2d"; }
.ri-camera-fill:before { content: "\eb2e"; }
.ri-camera-lens-fill:before { content: "\eb2f"; }
.ri-camera-lens-line:before { content: "\eb30"; }
.ri-camera-line:before { content: "\eb31"; }
.ri-camera-off-fill:before { content: "\eb32"; }
.ri-camera-off-line:before { content: "\eb33"; }
.ri-camera-switch-fill:before { content: "\eb34"; }
.ri-camera-switch-line:before { content: "\eb35"; }
.ri-capsule-fill:before { content: "\eb36"; }
.ri-capsule-line:before { content: "\eb37"; }
.ri-car-fill:before { content: "\eb38"; }
.ri-car-line:before { content: "\eb39"; }
.ri-car-washing-fill:before { content: "\eb3a"; }
.ri-car-washing-line:before { content: "\eb3b"; }
.ri-caravan-fill:before { content: "\eb3c"; }
.ri-caravan-line:before { content: "\eb3d"; }
.ri-cast-fill:before { content: "\eb3e"; }
.ri-cast-line:before { content: "\eb3f"; }
.ri-cellphone-fill:before { content: "\eb40"; }
.ri-cellphone-line:before { content: "\eb41"; }
.ri-celsius-fill:before { content: "\eb42"; }
.ri-celsius-line:before { content: "\eb43"; }
.ri-centos-fill:before { content: "\eb44"; }
.ri-centos-line:before { content: "\eb45"; }
.ri-character-recognition-fill:before { content: "\eb46"; }
.ri-character-recognition-line:before { content: "\eb47"; }
.ri-charging-pile-2-fill:before { content: "\eb48"; }
.ri-charging-pile-2-line:before { content: "\eb49"; }
.ri-charging-pile-fill:before { content: "\eb4a"; }
.ri-charging-pile-line:before { content: "\eb4b"; }
.ri-chat-1-fill:before { content: "\eb4c"; }
.ri-chat-1-line:before { content: "\eb4d"; }
.ri-chat-2-fill:before { content: "\eb4e"; }
.ri-chat-2-line:before { content: "\eb4f"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-4-fill:before { content: "\eb52"; }
.ri-chat-4-line:before { content: "\eb53"; }
.ri-chat-check-fill:before { content: "\eb54"; }
.ri-chat-check-line:before { content: "\eb55"; }
.ri-chat-delete-fill:before { content: "\eb56"; }
.ri-chat-delete-line:before { content: "\eb57"; }
.ri-chat-download-fill:before { content: "\eb58"; }
.ri-chat-download-line:before { content: "\eb59"; }
.ri-chat-follow-up-fill:before { content: "\eb5a"; }
.ri-chat-follow-up-line:before { content: "\eb5b"; }
.ri-chat-forward-fill:before { content: "\eb5c"; }
.ri-chat-forward-line:before { content: "\eb5d"; }
.ri-chat-heart-fill:before { content: "\eb5e"; }
.ri-chat-heart-line:before { content: "\eb5f"; }
.ri-chat-history-fill:before { content: "\eb60"; }
.ri-chat-history-line:before { content: "\eb61"; }
.ri-chat-new-fill:before { content: "\eb62"; }
.ri-chat-new-line:before { content: "\eb63"; }
.ri-chat-off-fill:before { content: "\eb64"; }
.ri-chat-off-line:before { content: "\eb65"; }
.ri-chat-poll-fill:before { content: "\eb66"; }
.ri-chat-poll-line:before { content: "\eb67"; }
.ri-chat-private-fill:before { content: "\eb68"; }
.ri-chat-private-line:before { content: "\eb69"; }
.ri-chat-quote-fill:before { content: "\eb6a"; }
.ri-chat-quote-line:before { content: "\eb6b"; }
.ri-chat-settings-fill:before { content: "\eb6c"; }
.ri-chat-settings-line:before { content: "\eb6d"; }
.ri-chat-smile-2-fill:before { content: "\eb6e"; }
.ri-chat-smile-2-line:before { content: "\eb6f"; }
.ri-chat-smile-3-fill:before { content: "\eb70"; }
.ri-chat-smile-3-line:before { content: "\eb71"; }
.ri-chat-smile-fill:before { content: "\eb72"; }
.ri-chat-smile-line:before { content: "\eb73"; }
.ri-chat-upload-fill:before { content: "\eb74"; }
.ri-chat-upload-line:before { content: "\eb75"; }
.ri-chat-voice-fill:before { content: "\eb76"; }
.ri-chat-voice-line:before { content: "\eb77"; }
.ri-check-double-fill:before { content: "\eb78"; }
.ri-check-double-line:before { content: "\eb79"; }
.ri-check-fill:before { content: "\eb7a"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-checkbox-blank-circle-fill:before { content: "\eb7c"; }
.ri-checkbox-blank-circle-line:before { content: "\eb7d"; }
.ri-checkbox-blank-fill:before { content: "\eb7e"; }
.ri-checkbox-blank-line:before { content: "\eb7f"; }
.ri-checkbox-circle-fill:before { content: "\eb80"; }
.ri-checkbox-circle-line:before { content: "\eb81"; }
.ri-checkbox-fill:before { content: "\eb82"; }
.ri-checkbox-indeterminate-fill:before { content: "\eb83"; }
.ri-checkbox-indeterminate-line:before { content: "\eb84"; }
.ri-checkbox-line:before { content: "\eb85"; }
.ri-checkbox-multiple-blank-fill:before { content: "\eb86"; }
.ri-checkbox-multiple-blank-line:before { content: "\eb87"; }
.ri-checkbox-multiple-fill:before { content: "\eb88"; }
.ri-checkbox-multiple-line:before { content: "\eb89"; }
.ri-china-railway-fill:before { content: "\eb8a"; }
.ri-china-railway-line:before { content: "\eb8b"; }
.ri-chrome-fill:before { content: "\eb8c"; }
.ri-chrome-line:before { content: "\eb8d"; }
.ri-clapperboard-fill:before { content: "\eb8e"; }
.ri-clapperboard-line:before { content: "\eb8f"; }
.ri-clipboard-fill:before { content: "\eb90"; }
.ri-clipboard-line:before { content: "\eb91"; }
.ri-clockwise-2-fill:before { content: "\eb92"; }
.ri-clockwise-2-line:before { content: "\eb93"; }
.ri-clockwise-fill:before { content: "\eb94"; }
.ri-clockwise-line:before { content: "\eb95"; }
.ri-close-circle-fill:before { content: "\eb96"; }
.ri-close-circle-line:before { content: "\eb97"; }
.ri-close-fill:before { content: "\eb98"; }
.ri-close-line:before { content: "\eb99"; }
.ri-closed-captioning-fill:before { content: "\eb9a"; }
.ri-closed-captioning-line:before { content: "\eb9b"; }
.ri-cloud-fill:before { content: "\eb9c"; }
.ri-cloud-line:before { content: "\eb9d"; }
.ri-cloud-off-fill:before { content: "\eb9e"; }
.ri-cloud-off-line:before { content: "\eb9f"; }
.ri-cloud-windy-fill:before { content: "\eba0"; }
.ri-cloud-windy-line:before { content: "\eba1"; }
.ri-cloudy-2-fill:before { content: "\eba2"; }
.ri-cloudy-2-line:before { content: "\eba3"; }
.ri-cloudy-fill:before { content: "\eba4"; }
.ri-cloudy-line:before { content: "\eba5"; }
.ri-code-box-fill:before { content: "\eba6"; }
.ri-code-box-line:before { content: "\eba7"; }
.ri-code-fill:before { content: "\eba8"; }
.ri-code-line:before { content: "\eba9"; }
.ri-code-s-fill:before { content: "\ebaa"; }
.ri-code-s-line:before { content: "\ebab"; }
.ri-code-s-slash-fill:before { content: "\ebac"; }
.ri-code-s-slash-line:before { content: "\ebad"; }
.ri-code-view:before { content: "\ebae"; }
.ri-codepen-fill:before { content: "\ebaf"; }
.ri-codepen-line:before { content: "\ebb0"; }
.ri-coin-fill:before { content: "\ebb1"; }
.ri-coin-line:before { content: "\ebb2"; }
.ri-coins-fill:before { content: "\ebb3"; }
.ri-coins-line:before { content: "\ebb4"; }
.ri-collage-fill:before { content: "\ebb5"; }
.ri-collage-line:before { content: "\ebb6"; }
.ri-command-fill:before { content: "\ebb7"; }
.ri-command-line:before { content: "\ebb8"; }
.ri-community-fill:before { content: "\ebb9"; }
.ri-community-line:before { content: "\ebba"; }
.ri-compass-2-fill:before { content: "\ebbb"; }
.ri-compass-2-line:before { content: "\ebbc"; }
.ri-compass-3-fill:before { content: "\ebbd"; }
.ri-compass-3-line:before { content: "\ebbe"; }
.ri-compass-4-fill:before { content: "\ebbf"; }
.ri-compass-4-line:before { content: "\ebc0"; }
.ri-compass-discover-fill:before { content: "\ebc1"; }
.ri-compass-discover-line:before { content: "\ebc2"; }
.ri-compass-fill:before { content: "\ebc3"; }
.ri-compass-line:before { content: "\ebc4"; }
.ri-compasses-2-fill:before { content: "\ebc5"; }
.ri-compasses-2-line:before { content: "\ebc6"; }
.ri-compasses-fill:before { content: "\ebc7"; }
.ri-compasses-line:before { content: "\ebc8"; }
.ri-computer-fill:before { content: "\ebc9"; }
.ri-computer-line:before { content: "\ebca"; }
.ri-contacts-book-2-fill:before { content: "\ebcb"; }
.ri-contacts-book-2-line:before { content: "\ebcc"; }
.ri-contacts-book-fill:before { content: "\ebcd"; }
.ri-contacts-book-line:before { content: "\ebce"; }
.ri-contacts-book-upload-fill:before { content: "\ebcf"; }
.ri-contacts-book-upload-line:before { content: "\ebd0"; }
.ri-contacts-fill:before { content: "\ebd1"; }
.ri-contacts-line:before { content: "\ebd2"; }
.ri-contrast-2-fill:before { content: "\ebd3"; }
.ri-contrast-2-line:before { content: "\ebd4"; }
.ri-contrast-drop-2-fill:before { content: "\ebd5"; }
.ri-contrast-drop-2-line:before { content: "\ebd6"; }
.ri-contrast-drop-fill:before { content: "\ebd7"; }
.ri-contrast-drop-line:before { content: "\ebd8"; }
.ri-contrast-fill:before { content: "\ebd9"; }
.ri-contrast-line:before { content: "\ebda"; }
.ri-copper-coin-fill:before { content: "\ebdb"; }
.ri-copper-coin-line:before { content: "\ebdc"; }
.ri-copper-diamond-fill:before { content: "\ebdd"; }
.ri-copper-diamond-line:before { content: "\ebde"; }
.ri-copyleft-fill:before { content: "\ebdf"; }
.ri-copyleft-line:before { content: "\ebe0"; }
.ri-copyright-fill:before { content: "\ebe1"; }
.ri-copyright-line:before { content: "\ebe2"; }
.ri-coreos-fill:before { content: "\ebe3"; }
.ri-coreos-line:before { content: "\ebe4"; }
.ri-coupon-2-fill:before { content: "\ebe5"; }
.ri-coupon-2-line:before { content: "\ebe6"; }
.ri-coupon-3-fill:before { content: "\ebe7"; }
.ri-coupon-3-line:before { content: "\ebe8"; }
.ri-coupon-4-fill:before { content: "\ebe9"; }
.ri-coupon-4-line:before { content: "\ebea"; }
.ri-coupon-5-fill:before { content: "\ebeb"; }
.ri-coupon-5-line:before { content: "\ebec"; }
.ri-coupon-fill:before { content: "\ebed"; }
.ri-coupon-line:before { content: "\ebee"; }
.ri-cpu-fill:before { content: "\ebef"; }
.ri-cpu-line:before { content: "\ebf0"; }
.ri-creative-commons-by-fill:before { content: "\ebf1"; }
.ri-creative-commons-by-line:before { content: "\ebf2"; }
.ri-creative-commons-fill:before { content: "\ebf3"; }
.ri-creative-commons-line:before { content: "\ebf4"; }
.ri-creative-commons-nc-fill:before { content: "\ebf5"; }
.ri-creative-commons-nc-line:before { content: "\ebf6"; }
.ri-creative-commons-nd-fill:before { content: "\ebf7"; }
.ri-creative-commons-nd-line:before { content: "\ebf8"; }
.ri-creative-commons-sa-fill:before { content: "\ebf9"; }
.ri-creative-commons-sa-line:before { content: "\ebfa"; }
.ri-creative-commons-zero-fill:before { content: "\ebfb"; }
.ri-creative-commons-zero-line:before { content: "\ebfc"; }
.ri-criminal-fill:before { content: "\ebfd"; }
.ri-criminal-line:before { content: "\ebfe"; }
.ri-crop-2-fill:before { content: "\ebff"; }
.ri-crop-2-line:before { content: "\ec00"; }
.ri-crop-fill:before { content: "\ec01"; }
.ri-crop-line:before { content: "\ec02"; }
.ri-css3-fill:before { content: "\ec03"; }
.ri-css3-line:before { content: "\ec04"; }
.ri-cup-fill:before { content: "\ec05"; }
.ri-cup-line:before { content: "\ec06"; }
.ri-currency-fill:before { content: "\ec07"; }
.ri-currency-line:before { content: "\ec08"; }
.ri-cursor-fill:before { content: "\ec09"; }
.ri-cursor-line:before { content: "\ec0a"; }
.ri-customer-service-2-fill:before { content: "\ec0b"; }
.ri-customer-service-2-line:before { content: "\ec0c"; }
.ri-customer-service-fill:before { content: "\ec0d"; }
.ri-customer-service-line:before { content: "\ec0e"; }
.ri-dashboard-2-fill:before { content: "\ec0f"; }
.ri-dashboard-2-line:before { content: "\ec10"; }
.ri-dashboard-3-fill:before { content: "\ec11"; }
.ri-dashboard-3-line:before { content: "\ec12"; }
.ri-dashboard-fill:before { content: "\ec13"; }
.ri-dashboard-line:before { content: "\ec14"; }
.ri-database-2-fill:before { content: "\ec15"; }
.ri-database-2-line:before { content: "\ec16"; }
.ri-database-fill:before { content: "\ec17"; }
.ri-database-line:before { content: "\ec18"; }
.ri-delete-back-2-fill:before { content: "\ec19"; }
.ri-delete-back-2-line:before { content: "\ec1a"; }
.ri-delete-back-fill:before { content: "\ec1b"; }
.ri-delete-back-line:before { content: "\ec1c"; }
.ri-delete-bin-2-fill:before { content: "\ec1d"; }
.ri-delete-bin-2-line:before { content: "\ec1e"; }
.ri-delete-bin-3-fill:before { content: "\ec1f"; }
.ri-delete-bin-3-line:before { content: "\ec20"; }
.ri-delete-bin-4-fill:before { content: "\ec21"; }
.ri-delete-bin-4-line:before { content: "\ec22"; }
.ri-delete-bin-5-fill:before { content: "\ec23"; }
.ri-delete-bin-5-line:before { content: "\ec24"; }
.ri-delete-bin-6-fill:before { content: "\ec25"; }
.ri-delete-bin-6-line:before { content: "\ec26"; }
.ri-delete-bin-7-fill:before { content: "\ec27"; }
.ri-delete-bin-7-line:before { content: "\ec28"; }
.ri-delete-bin-fill:before { content: "\ec29"; }
.ri-delete-bin-line:before { content: "\ec2a"; }
.ri-delete-column:before { content: "\ec2b"; }
.ri-delete-row:before { content: "\ec2c"; }
.ri-device-fill:before { content: "\ec2d"; }
.ri-device-line:before { content: "\ec2e"; }
.ri-device-recover-fill:before { content: "\ec2f"; }
.ri-device-recover-line:before { content: "\ec30"; }
.ri-dingding-fill:before { content: "\ec31"; }
.ri-dingding-line:before { content: "\ec32"; }
.ri-direction-fill:before { content: "\ec33"; }
.ri-direction-line:before { content: "\ec34"; }
.ri-disc-fill:before { content: "\ec35"; }
.ri-disc-line:before { content: "\ec36"; }
.ri-discord-fill:before { content: "\ec37"; }
.ri-discord-line:before { content: "\ec38"; }
.ri-discuss-fill:before { content: "\ec39"; }
.ri-discuss-line:before { content: "\ec3a"; }
.ri-dislike-fill:before { content: "\ec3b"; }
.ri-dislike-line:before { content: "\ec3c"; }
.ri-disqus-fill:before { content: "\ec3d"; }
.ri-disqus-line:before { content: "\ec3e"; }
.ri-divide-fill:before { content: "\ec3f"; }
.ri-divide-line:before { content: "\ec40"; }
.ri-donut-chart-fill:before { content: "\ec41"; }
.ri-donut-chart-line:before { content: "\ec42"; }
.ri-door-closed-fill:before { content: "\ec43"; }
.ri-door-closed-line:before { content: "\ec44"; }
.ri-door-fill:before { content: "\ec45"; }
.ri-door-line:before { content: "\ec46"; }
.ri-door-lock-box-fill:before { content: "\ec47"; }
.ri-door-lock-box-line:before { content: "\ec48"; }
.ri-door-lock-fill:before { content: "\ec49"; }
.ri-door-lock-line:before { content: "\ec4a"; }
.ri-door-open-fill:before { content: "\ec4b"; }
.ri-door-open-line:before { content: "\ec4c"; }
.ri-dossier-fill:before { content: "\ec4d"; }
.ri-dossier-line:before { content: "\ec4e"; }
.ri-douban-fill:before { content: "\ec4f"; }
.ri-douban-line:before { content: "\ec50"; }
.ri-double-quotes-l:before { content: "\ec51"; }
.ri-double-quotes-r:before { content: "\ec52"; }
.ri-download-2-fill:before { content: "\ec53"; }
.ri-download-2-line:before { content: "\ec54"; }
.ri-download-cloud-2-fill:before { content: "\ec55"; }
.ri-download-cloud-2-line:before { content: "\ec56"; }
.ri-download-cloud-fill:before { content: "\ec57"; }
.ri-download-cloud-line:before { content: "\ec58"; }
.ri-download-fill:before { content: "\ec59"; }
.ri-download-line:before { content: "\ec5a"; }
.ri-draft-fill:before { content: "\ec5b"; }
.ri-draft-line:before { content: "\ec5c"; }
.ri-drag-drop-fill:before { content: "\ec5d"; }
.ri-drag-drop-line:before { content: "\ec5e"; }
.ri-drag-move-2-fill:before { content: "\ec5f"; }
.ri-drag-move-2-line:before { content: "\ec60"; }
.ri-drag-move-fill:before { content: "\ec61"; }
.ri-drag-move-line:before { content: "\ec62"; }
.ri-dribbble-fill:before { content: "\ec63"; }
.ri-dribbble-line:before { content: "\ec64"; }
.ri-drive-fill:before { content: "\ec65"; }
.ri-drive-line:before { content: "\ec66"; }
.ri-drizzle-fill:before { content: "\ec67"; }
.ri-drizzle-line:before { content: "\ec68"; }
.ri-drop-fill:before { content: "\ec69"; }
.ri-drop-line:before { content: "\ec6a"; }
.ri-dropbox-fill:before { content: "\ec6b"; }
.ri-dropbox-line:before { content: "\ec6c"; }
.ri-dual-sim-1-fill:before { content: "\ec6d"; }
.ri-dual-sim-1-line:before { content: "\ec6e"; }
.ri-dual-sim-2-fill:before { content: "\ec6f"; }
.ri-dual-sim-2-line:before { content: "\ec70"; }
.ri-dv-fill:before { content: "\ec71"; }
.ri-dv-line:before { content: "\ec72"; }
.ri-dvd-fill:before { content: "\ec73"; }
.ri-dvd-line:before { content: "\ec74"; }
.ri-e-bike-2-fill:before { content: "\ec75"; }
.ri-e-bike-2-line:before { content: "\ec76"; }
.ri-e-bike-fill:before { content: "\ec77"; }
.ri-e-bike-line:before { content: "\ec78"; }
.ri-earth-fill:before { content: "\ec79"; }
.ri-earth-line:before { content: "\ec7a"; }
.ri-earthquake-fill:before { content: "\ec7b"; }
.ri-earthquake-line:before { content: "\ec7c"; }
.ri-edge-fill:before { content: "\ec7d"; }
.ri-edge-line:before { content: "\ec7e"; }
.ri-edit-2-fill:before { content: "\ec7f"; }
.ri-edit-2-line:before { content: "\ec80"; }
.ri-edit-box-fill:before { content: "\ec81"; }
.ri-edit-box-line:before { content: "\ec82"; }
.ri-edit-circle-fill:before { content: "\ec83"; }
.ri-edit-circle-line:before { content: "\ec84"; }
.ri-edit-fill:before { content: "\ec85"; }
.ri-edit-line:before { content: "\ec86"; }
.ri-eject-fill:before { content: "\ec87"; }
.ri-eject-line:before { content: "\ec88"; }
.ri-emotion-2-fill:before { content: "\ec89"; }
.ri-emotion-2-line:before { content: "\ec8a"; }
.ri-emotion-fill:before { content: "\ec8b"; }
.ri-emotion-happy-fill:before { content: "\ec8c"; }
.ri-emotion-happy-line:before { content: "\ec8d"; }
.ri-emotion-laugh-fill:before { content: "\ec8e"; }
.ri-emotion-laugh-line:before { content: "\ec8f"; }
.ri-emotion-line:before { content: "\ec90"; }
.ri-emotion-normal-fill:before { content: "\ec91"; }
.ri-emotion-normal-line:before { content: "\ec92"; }
.ri-emotion-sad-fill:before { content: "\ec93"; }
.ri-emotion-sad-line:before { content: "\ec94"; }
.ri-emotion-unhappy-fill:before { content: "\ec95"; }
.ri-emotion-unhappy-line:before { content: "\ec96"; }
.ri-empathize-fill:before { content: "\ec97"; }
.ri-empathize-line:before { content: "\ec98"; }
.ri-emphasis-cn:before { content: "\ec99"; }
.ri-emphasis:before { content: "\ec9a"; }
.ri-english-input:before { content: "\ec9b"; }
.ri-equalizer-fill:before { content: "\ec9c"; }
.ri-equalizer-line:before { content: "\ec9d"; }
.ri-eraser-fill:before { content: "\ec9e"; }
.ri-eraser-line:before { content: "\ec9f"; }
.ri-error-warning-fill:before { content: "\eca0"; }
.ri-error-warning-line:before { content: "\eca1"; }
.ri-evernote-fill:before { content: "\eca2"; }
.ri-evernote-line:before { content: "\eca3"; }
.ri-exchange-box-fill:before { content: "\eca4"; }
.ri-exchange-box-line:before { content: "\eca5"; }
.ri-exchange-cny-fill:before { content: "\eca6"; }
.ri-exchange-cny-line:before { content: "\eca7"; }
.ri-exchange-dollar-fill:before { content: "\eca8"; }
.ri-exchange-dollar-line:before { content: "\eca9"; }
.ri-exchange-fill:before { content: "\ecaa"; }
.ri-exchange-funds-fill:before { content: "\ecab"; }
.ri-exchange-funds-line:before { content: "\ecac"; }
.ri-exchange-line:before { content: "\ecad"; }
.ri-external-link-fill:before { content: "\ecae"; }
.ri-external-link-line:before { content: "\ecaf"; }
.ri-eye-2-fill:before { content: "\ecb0"; }
.ri-eye-2-line:before { content: "\ecb1"; }
.ri-eye-close-fill:before { content: "\ecb2"; }
.ri-eye-close-line:before { content: "\ecb3"; }
.ri-eye-fill:before { content: "\ecb4"; }
.ri-eye-line:before { content: "\ecb5"; }
.ri-eye-off-fill:before { content: "\ecb6"; }
.ri-eye-off-line:before { content: "\ecb7"; }
.ri-facebook-box-fill:before { content: "\ecb8"; }
.ri-facebook-box-line:before { content: "\ecb9"; }
.ri-facebook-circle-fill:before { content: "\ecba"; }
.ri-facebook-circle-line:before { content: "\ecbb"; }
.ri-facebook-fill:before { content: "\ecbc"; }
.ri-facebook-line:before { content: "\ecbd"; }
.ri-fahrenheit-fill:before { content: "\ecbe"; }
.ri-fahrenheit-line:before { content: "\ecbf"; }
.ri-feedback-fill:before { content: "\ecc0"; }
.ri-feedback-line:before { content: "\ecc1"; }
.ri-file-2-fill:before { content: "\ecc2"; }
.ri-file-2-line:before { content: "\ecc3"; }
.ri-file-3-fill:before { content: "\ecc4"; }
.ri-file-3-line:before { content: "\ecc5"; }
.ri-file-4-fill:before { content: "\ecc6"; }
.ri-file-4-line:before { content: "\ecc7"; }
.ri-file-add-fill:before { content: "\ecc8"; }
.ri-file-add-line:before { content: "\ecc9"; }
.ri-file-chart-2-fill:before { content: "\ecca"; }
.ri-file-chart-2-line:before { content: "\eccb"; }
.ri-file-chart-fill:before { content: "\eccc"; }
.ri-file-chart-line:before { content: "\eccd"; }
.ri-file-cloud-fill:before { content: "\ecce"; }
.ri-file-cloud-line:before { content: "\eccf"; }
.ri-file-code-fill:before { content: "\ecd0"; }
.ri-file-code-line:before { content: "\ecd1"; }
.ri-file-copy-2-fill:before { content: "\ecd2"; }
.ri-file-copy-2-line:before { content: "\ecd3"; }
.ri-file-copy-fill:before { content: "\ecd4"; }
.ri-file-copy-line:before { content: "\ecd5"; }
.ri-file-damage-fill:before { content: "\ecd6"; }
.ri-file-damage-line:before { content: "\ecd7"; }
.ri-file-download-fill:before { content: "\ecd8"; }
.ri-file-download-line:before { content: "\ecd9"; }
.ri-file-edit-fill:before { content: "\ecda"; }
.ri-file-edit-line:before { content: "\ecdb"; }
.ri-file-excel-2-fill:before { content: "\ecdc"; }
.ri-file-excel-2-line:before { content: "\ecdd"; }
.ri-file-excel-fill:before { content: "\ecde"; }
.ri-file-excel-line:before { content: "\ecdf"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-file-forbid-fill:before { content: "\ece1"; }
.ri-file-forbid-line:before { content: "\ece2"; }
.ri-file-gif-fill:before { content: "\ece3"; }
.ri-file-gif-line:before { content: "\ece4"; }
.ri-file-history-fill:before { content: "\ece5"; }
.ri-file-history-line:before { content: "\ece6"; }
.ri-file-hwp-fill:before { content: "\ece7"; }
.ri-file-hwp-line:before { content: "\ece8"; }
.ri-file-info-fill:before { content: "\ece9"; }
.ri-file-info-line:before { content: "\ecea"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-list-2-fill:before { content: "\ecec"; }
.ri-file-list-2-line:before { content: "\eced"; }
.ri-file-list-3-fill:before { content: "\ecee"; }
.ri-file-list-3-line:before { content: "\ecef"; }
.ri-file-list-fill:before { content: "\ecf0"; }
.ri-file-list-line:before { content: "\ecf1"; }
.ri-file-lock-fill:before { content: "\ecf2"; }
.ri-file-lock-line:before { content: "\ecf3"; }
.ri-file-mark-fill:before { content: "\ecf4"; }
.ri-file-mark-line:before { content: "\ecf5"; }
.ri-file-music-fill:before { content: "\ecf6"; }
.ri-file-music-line:before { content: "\ecf7"; }
.ri-file-paper-2-fill:before { content: "\ecf8"; }
.ri-file-paper-2-line:before { content: "\ecf9"; }
.ri-file-paper-fill:before { content: "\ecfa"; }
.ri-file-paper-line:before { content: "\ecfb"; }
.ri-file-pdf-fill:before { content: "\ecfc"; }
.ri-file-pdf-line:before { content: "\ecfd"; }
.ri-file-ppt-2-fill:before { content: "\ecfe"; }
.ri-file-ppt-2-line:before { content: "\ecff"; }
.ri-file-ppt-fill:before { content: "\ed00"; }
.ri-file-ppt-line:before { content: "\ed01"; }
.ri-file-reduce-fill:before { content: "\ed02"; }
.ri-file-reduce-line:before { content: "\ed03"; }
.ri-file-search-fill:before { content: "\ed04"; }
.ri-file-search-line:before { content: "\ed05"; }
.ri-file-settings-fill:before { content: "\ed06"; }
.ri-file-settings-line:before { content: "\ed07"; }
.ri-file-shield-2-fill:before { content: "\ed08"; }
.ri-file-shield-2-line:before { content: "\ed09"; }
.ri-file-shield-fill:before { content: "\ed0a"; }
.ri-file-shield-line:before { content: "\ed0b"; }
.ri-file-shred-fill:before { content: "\ed0c"; }
.ri-file-shred-line:before { content: "\ed0d"; }
.ri-file-text-fill:before { content: "\ed0e"; }
.ri-file-text-line:before { content: "\ed0f"; }
.ri-file-transfer-fill:before { content: "\ed10"; }
.ri-file-transfer-line:before { content: "\ed11"; }
.ri-file-unknow-fill:before { content: "\ed12"; }
.ri-file-unknow-line:before { content: "\ed13"; }
.ri-file-upload-fill:before { content: "\ed14"; }
.ri-file-upload-line:before { content: "\ed15"; }
.ri-file-user-fill:before { content: "\ed16"; }
.ri-file-user-line:before { content: "\ed17"; }
.ri-file-warning-fill:before { content: "\ed18"; }
.ri-file-warning-line:before { content: "\ed19"; }
.ri-file-word-2-fill:before { content: "\ed1a"; }
.ri-file-word-2-line:before { content: "\ed1b"; }
.ri-file-word-fill:before { content: "\ed1c"; }
.ri-file-word-line:before { content: "\ed1d"; }
.ri-file-zip-fill:before { content: "\ed1e"; }
.ri-file-zip-line:before { content: "\ed1f"; }
.ri-film-fill:before { content: "\ed20"; }
.ri-film-line:before { content: "\ed21"; }
.ri-filter-2-fill:before { content: "\ed22"; }
.ri-filter-2-line:before { content: "\ed23"; }
.ri-filter-3-fill:before { content: "\ed24"; }
.ri-filter-3-line:before { content: "\ed25"; }
.ri-filter-fill:before { content: "\ed26"; }
.ri-filter-line:before { content: "\ed27"; }
.ri-filter-off-fill:before { content: "\ed28"; }
.ri-filter-off-line:before { content: "\ed29"; }
.ri-find-replace-fill:before { content: "\ed2a"; }
.ri-find-replace-line:before { content: "\ed2b"; }
.ri-finder-fill:before { content: "\ed2c"; }
.ri-finder-line:before { content: "\ed2d"; }
.ri-fingerprint-2-fill:before { content: "\ed2e"; }
.ri-fingerprint-2-line:before { content: "\ed2f"; }
.ri-fingerprint-fill:before { content: "\ed30"; }
.ri-fingerprint-line:before { content: "\ed31"; }
.ri-fire-fill:before { content: "\ed32"; }
.ri-fire-line:before { content: "\ed33"; }
.ri-firefox-fill:before { content: "\ed34"; }
.ri-firefox-line:before { content: "\ed35"; }
.ri-first-aid-kit-fill:before { content: "\ed36"; }
.ri-first-aid-kit-line:before { content: "\ed37"; }
.ri-flag-2-fill:before { content: "\ed38"; }
.ri-flag-2-line:before { content: "\ed39"; }
.ri-flag-fill:before { content: "\ed3a"; }
.ri-flag-line:before { content: "\ed3b"; }
.ri-flashlight-fill:before { content: "\ed3c"; }
.ri-flashlight-line:before { content: "\ed3d"; }
.ri-flask-fill:before { content: "\ed3e"; }
.ri-flask-line:before { content: "\ed3f"; }
.ri-flight-land-fill:before { content: "\ed40"; }
.ri-flight-land-line:before { content: "\ed41"; }
.ri-flight-takeoff-fill:before { content: "\ed42"; }
.ri-flight-takeoff-line:before { content: "\ed43"; }
.ri-flood-fill:before { content: "\ed44"; }
.ri-flood-line:before { content: "\ed45"; }
.ri-flow-chart:before { content: "\ed46"; }
.ri-flutter-fill:before { content: "\ed47"; }
.ri-flutter-line:before { content: "\ed48"; }
.ri-focus-2-fill:before { content: "\ed49"; }
.ri-focus-2-line:before { content: "\ed4a"; }
.ri-focus-3-fill:before { content: "\ed4b"; }
.ri-focus-3-line:before { content: "\ed4c"; }
.ri-focus-fill:before { content: "\ed4d"; }
.ri-focus-line:before { content: "\ed4e"; }
.ri-foggy-fill:before { content: "\ed4f"; }
.ri-foggy-line:before { content: "\ed50"; }
.ri-folder-2-fill:before { content: "\ed51"; }
.ri-folder-2-line:before { content: "\ed52"; }
.ri-folder-3-fill:before { content: "\ed53"; }
.ri-folder-3-line:before { content: "\ed54"; }
.ri-folder-4-fill:before { content: "\ed55"; }
.ri-folder-4-line:before { content: "\ed56"; }
.ri-folder-5-fill:before { content: "\ed57"; }
.ri-folder-5-line:before { content: "\ed58"; }
.ri-folder-add-fill:before { content: "\ed59"; }
.ri-folder-add-line:before { content: "\ed5a"; }
.ri-folder-chart-2-fill:before { content: "\ed5b"; }
.ri-folder-chart-2-line:before { content: "\ed5c"; }
.ri-folder-chart-fill:before { content: "\ed5d"; }
.ri-folder-chart-line:before { content: "\ed5e"; }
.ri-folder-download-fill:before { content: "\ed5f"; }
.ri-folder-download-line:before { content: "\ed60"; }
.ri-folder-fill:before { content: "\ed61"; }
.ri-folder-forbid-fill:before { content: "\ed62"; }
.ri-folder-forbid-line:before { content: "\ed63"; }
.ri-folder-history-fill:before { content: "\ed64"; }
.ri-folder-history-line:before { content: "\ed65"; }
.ri-folder-info-fill:before { content: "\ed66"; }
.ri-folder-info-line:before { content: "\ed67"; }
.ri-folder-keyhole-fill:before { content: "\ed68"; }
.ri-folder-keyhole-line:before { content: "\ed69"; }
.ri-folder-line:before { content: "\ed6a"; }
.ri-folder-lock-fill:before { content: "\ed6b"; }
.ri-folder-lock-line:before { content: "\ed6c"; }
.ri-folder-music-fill:before { content: "\ed6d"; }
.ri-folder-music-line:before { content: "\ed6e"; }
.ri-folder-open-fill:before { content: "\ed6f"; }
.ri-folder-open-line:before { content: "\ed70"; }
.ri-folder-received-fill:before { content: "\ed71"; }
.ri-folder-received-line:before { content: "\ed72"; }
.ri-folder-reduce-fill:before { content: "\ed73"; }
.ri-folder-reduce-line:before { content: "\ed74"; }
.ri-folder-settings-fill:before { content: "\ed75"; }
.ri-folder-settings-line:before { content: "\ed76"; }
.ri-folder-shared-fill:before { content: "\ed77"; }
.ri-folder-shared-line:before { content: "\ed78"; }
.ri-folder-shield-2-fill:before { content: "\ed79"; }
.ri-folder-shield-2-line:before { content: "\ed7a"; }
.ri-folder-shield-fill:before { content: "\ed7b"; }
.ri-folder-shield-line:before { content: "\ed7c"; }
.ri-folder-transfer-fill:before { content: "\ed7d"; }
.ri-folder-transfer-line:before { content: "\ed7e"; }
.ri-folder-unknow-fill:before { content: "\ed7f"; }
.ri-folder-unknow-line:before { content: "\ed80"; }
.ri-folder-upload-fill:before { content: "\ed81"; }
.ri-folder-upload-line:before { content: "\ed82"; }
.ri-folder-user-fill:before { content: "\ed83"; }
.ri-folder-user-line:before { content: "\ed84"; }
.ri-folder-warning-fill:before { content: "\ed85"; }
.ri-folder-warning-line:before { content: "\ed86"; }
.ri-folder-zip-fill:before { content: "\ed87"; }
.ri-folder-zip-line:before { content: "\ed88"; }
.ri-folders-fill:before { content: "\ed89"; }
.ri-folders-line:before { content: "\ed8a"; }
.ri-font-color:before { content: "\ed8b"; }
.ri-font-size-2:before { content: "\ed8c"; }
.ri-font-size:before { content: "\ed8d"; }
.ri-football-fill:before { content: "\ed8e"; }
.ri-football-line:before { content: "\ed8f"; }
.ri-footprint-fill:before { content: "\ed90"; }
.ri-footprint-line:before { content: "\ed91"; }
.ri-forbid-2-fill:before { content: "\ed92"; }
.ri-forbid-2-line:before { content: "\ed93"; }
.ri-forbid-fill:before { content: "\ed94"; }
.ri-forbid-line:before { content: "\ed95"; }
.ri-format-clear:before { content: "\ed96"; }
.ri-fridge-fill:before { content: "\ed97"; }
.ri-fridge-line:before { content: "\ed98"; }
.ri-fullscreen-exit-fill:before { content: "\ed99"; }
.ri-fullscreen-exit-line:before { content: "\ed9a"; }
.ri-fullscreen-fill:before { content: "\ed9b"; }
.ri-fullscreen-line:before { content: "\ed9c"; }
.ri-function-fill:before { content: "\ed9d"; }
.ri-function-line:before { content: "\ed9e"; }
.ri-functions:before { content: "\ed9f"; }
.ri-funds-box-fill:before { content: "\eda0"; }
.ri-funds-box-line:before { content: "\eda1"; }
.ri-funds-fill:before { content: "\eda2"; }
.ri-funds-line:before { content: "\eda3"; }
.ri-gallery-fill:before { content: "\eda4"; }
.ri-gallery-line:before { content: "\eda5"; }
.ri-gallery-upload-fill:before { content: "\eda6"; }
.ri-gallery-upload-line:before { content: "\eda7"; }
.ri-game-fill:before { content: "\eda8"; }
.ri-game-line:before { content: "\eda9"; }
.ri-gamepad-fill:before { content: "\edaa"; }
.ri-gamepad-line:before { content: "\edab"; }
.ri-gas-station-fill:before { content: "\edac"; }
.ri-gas-station-line:before { content: "\edad"; }
.ri-gatsby-fill:before { content: "\edae"; }
.ri-gatsby-line:before { content: "\edaf"; }
.ri-genderless-fill:before { content: "\edb0"; }
.ri-genderless-line:before { content: "\edb1"; }
.ri-ghost-2-fill:before { content: "\edb2"; }
.ri-ghost-2-line:before { content: "\edb3"; }
.ri-ghost-fill:before { content: "\edb4"; }
.ri-ghost-line:before { content: "\edb5"; }
.ri-ghost-smile-fill:before { content: "\edb6"; }
.ri-ghost-smile-line:before { content: "\edb7"; }
.ri-gift-2-fill:before { content: "\edb8"; }
.ri-gift-2-line:before { content: "\edb9"; }
.ri-gift-fill:before { content: "\edba"; }
.ri-gift-line:before { content: "\edbb"; }
.ri-git-branch-fill:before { content: "\edbc"; }
.ri-git-branch-line:before { content: "\edbd"; }
.ri-git-commit-fill:before { content: "\edbe"; }
.ri-git-commit-line:before { content: "\edbf"; }
.ri-git-merge-fill:before { content: "\edc0"; }
.ri-git-merge-line:before { content: "\edc1"; }
.ri-git-pull-request-fill:before { content: "\edc2"; }
.ri-git-pull-request-line:before { content: "\edc3"; }
.ri-git-repository-commits-fill:before { content: "\edc4"; }
.ri-git-repository-commits-line:before { content: "\edc5"; }
.ri-git-repository-fill:before { content: "\edc6"; }
.ri-git-repository-line:before { content: "\edc7"; }
.ri-git-repository-private-fill:before { content: "\edc8"; }
.ri-git-repository-private-line:before { content: "\edc9"; }
.ri-github-fill:before { content: "\edca"; }
.ri-github-line:before { content: "\edcb"; }
.ri-gitlab-fill:before { content: "\edcc"; }
.ri-gitlab-line:before { content: "\edcd"; }
.ri-global-fill:before { content: "\edce"; }
.ri-global-line:before { content: "\edcf"; }
.ri-globe-fill:before { content: "\edd0"; }
.ri-globe-line:before { content: "\edd1"; }
.ri-goblet-fill:before { content: "\edd2"; }
.ri-goblet-line:before { content: "\edd3"; }
.ri-google-fill:before { content: "\edd4"; }
.ri-google-line:before { content: "\edd5"; }
.ri-google-play-fill:before { content: "\edd6"; }
.ri-google-play-line:before { content: "\edd7"; }
.ri-government-fill:before { content: "\edd8"; }
.ri-government-line:before { content: "\edd9"; }
.ri-gps-fill:before { content: "\edda"; }
.ri-gps-line:before { content: "\eddb"; }
.ri-gradienter-fill:before { content: "\eddc"; }
.ri-gradienter-line:before { content: "\eddd"; }
.ri-grid-fill:before { content: "\edde"; }
.ri-grid-line:before { content: "\eddf"; }
.ri-group-2-fill:before { content: "\ede0"; }
.ri-group-2-line:before { content: "\ede1"; }
.ri-group-fill:before { content: "\ede2"; }
.ri-group-line:before { content: "\ede3"; }
.ri-guide-fill:before { content: "\ede4"; }
.ri-guide-line:before { content: "\ede5"; }
.ri-h-1:before { content: "\ede6"; }
.ri-h-2:before { content: "\ede7"; }
.ri-h-3:before { content: "\ede8"; }
.ri-h-4:before { content: "\ede9"; }
.ri-h-5:before { content: "\edea"; }
.ri-h-6:before { content: "\edeb"; }
.ri-hail-fill:before { content: "\edec"; }
.ri-hail-line:before { content: "\eded"; }
.ri-hammer-fill:before { content: "\edee"; }
.ri-hammer-line:before { content: "\edef"; }
.ri-hand-coin-fill:before { content: "\edf0"; }
.ri-hand-coin-line:before { content: "\edf1"; }
.ri-hand-heart-fill:before { content: "\edf2"; }
.ri-hand-heart-line:before { content: "\edf3"; }
.ri-hand-sanitizer-fill:before { content: "\edf4"; }
.ri-hand-sanitizer-line:before { content: "\edf5"; }
.ri-handbag-fill:before { content: "\edf6"; }
.ri-handbag-line:before { content: "\edf7"; }
.ri-hard-drive-2-fill:before { content: "\edf8"; }
.ri-hard-drive-2-line:before { content: "\edf9"; }
.ri-hard-drive-fill:before { content: "\edfa"; }
.ri-hard-drive-line:before { content: "\edfb"; }
.ri-hashtag:before { content: "\edfc"; }
.ri-haze-2-fill:before { content: "\edfd"; }
.ri-haze-2-line:before { content: "\edfe"; }
.ri-haze-fill:before { content: "\edff"; }
.ri-haze-line:before { content: "\ee00"; }
.ri-hd-fill:before { content: "\ee01"; }
.ri-hd-line:before { content: "\ee02"; }
.ri-heading:before { content: "\ee03"; }
.ri-headphone-fill:before { content: "\ee04"; }
.ri-headphone-line:before { content: "\ee05"; }
.ri-health-book-fill:before { content: "\ee06"; }
.ri-health-book-line:before { content: "\ee07"; }
.ri-heart-2-fill:before { content: "\ee08"; }
.ri-heart-2-line:before { content: "\ee09"; }
.ri-heart-3-fill:before { content: "\ee0a"; }
.ri-heart-3-line:before { content: "\ee0b"; }
.ri-heart-add-fill:before { content: "\ee0c"; }
.ri-heart-add-line:before { content: "\ee0d"; }
.ri-heart-fill:before { content: "\ee0e"; }
.ri-heart-line:before { content: "\ee0f"; }
.ri-heart-pulse-fill:before { content: "\ee10"; }
.ri-heart-pulse-line:before { content: "\ee11"; }
.ri-hearts-fill:before { content: "\ee12"; }
.ri-hearts-line:before { content: "\ee13"; }
.ri-heavy-showers-fill:before { content: "\ee14"; }
.ri-heavy-showers-line:before { content: "\ee15"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-history-line:before { content: "\ee17"; }
.ri-home-2-fill:before { content: "\ee18"; }
.ri-home-2-line:before { content: "\ee19"; }
.ri-home-3-fill:before { content: "\ee1a"; }
.ri-home-3-line:before { content: "\ee1b"; }
.ri-home-4-fill:before { content: "\ee1c"; }
.ri-home-4-line:before { content: "\ee1d"; }
.ri-home-5-fill:before { content: "\ee1e"; }
.ri-home-5-line:before { content: "\ee1f"; }
.ri-home-6-fill:before { content: "\ee20"; }
.ri-home-6-line:before { content: "\ee21"; }
.ri-home-7-fill:before { content: "\ee22"; }
.ri-home-7-line:before { content: "\ee23"; }
.ri-home-8-fill:before { content: "\ee24"; }
.ri-home-8-line:before { content: "\ee25"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-home-gear-fill:before { content: "\ee27"; }
.ri-home-gear-line:before { content: "\ee28"; }
.ri-home-heart-fill:before { content: "\ee29"; }
.ri-home-heart-line:before { content: "\ee2a"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-smile-2-fill:before { content: "\ee2c"; }
.ri-home-smile-2-line:before { content: "\ee2d"; }
.ri-home-smile-fill:before { content: "\ee2e"; }
.ri-home-smile-line:before { content: "\ee2f"; }
.ri-home-wifi-fill:before { content: "\ee30"; }
.ri-home-wifi-line:before { content: "\ee31"; }
.ri-honor-of-kings-fill:before { content: "\ee32"; }
.ri-honor-of-kings-line:before { content: "\ee33"; }
.ri-honour-fill:before { content: "\ee34"; }
.ri-honour-line:before { content: "\ee35"; }
.ri-hospital-fill:before { content: "\ee36"; }
.ri-hospital-line:before { content: "\ee37"; }
.ri-hotel-bed-fill:before { content: "\ee38"; }
.ri-hotel-bed-line:before { content: "\ee39"; }
.ri-hotel-fill:before { content: "\ee3a"; }
.ri-hotel-line:before { content: "\ee3b"; }
.ri-hotspot-fill:before { content: "\ee3c"; }
.ri-hotspot-line:before { content: "\ee3d"; }
.ri-hq-fill:before { content: "\ee3e"; }
.ri-hq-line:before { content: "\ee3f"; }
.ri-html5-fill:before { content: "\ee40"; }
.ri-html5-line:before { content: "\ee41"; }
.ri-ie-fill:before { content: "\ee42"; }
.ri-ie-line:before { content: "\ee43"; }
.ri-image-2-fill:before { content: "\ee44"; }
.ri-image-2-line:before { content: "\ee45"; }
.ri-image-add-fill:before { content: "\ee46"; }
.ri-image-add-line:before { content: "\ee47"; }
.ri-image-edit-fill:before { content: "\ee48"; }
.ri-image-edit-line:before { content: "\ee49"; }
.ri-image-fill:before { content: "\ee4a"; }
.ri-image-line:before { content: "\ee4b"; }
.ri-inbox-archive-fill:before { content: "\ee4c"; }
.ri-inbox-archive-line:before { content: "\ee4d"; }
.ri-inbox-fill:before { content: "\ee4e"; }
.ri-inbox-line:before { content: "\ee4f"; }
.ri-inbox-unarchive-fill:before { content: "\ee50"; }
.ri-inbox-unarchive-line:before { content: "\ee51"; }
.ri-increase-decrease-fill:before { content: "\ee52"; }
.ri-increase-decrease-line:before { content: "\ee53"; }
.ri-indent-decrease:before { content: "\ee54"; }
.ri-indent-increase:before { content: "\ee55"; }
.ri-indeterminate-circle-fill:before { content: "\ee56"; }
.ri-indeterminate-circle-line:before { content: "\ee57"; }
.ri-information-fill:before { content: "\ee58"; }
.ri-information-line:before { content: "\ee59"; }
.ri-infrared-thermometer-fill:before { content: "\ee5a"; }
.ri-infrared-thermometer-line:before { content: "\ee5b"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
.ri-ink-bottle-line:before { content: "\ee5d"; }
.ri-input-cursor-move:before { content: "\ee5e"; }
.ri-input-method-fill:before { content: "\ee5f"; }
.ri-input-method-line:before { content: "\ee60"; }
.ri-insert-column-left:before { content: "\ee61"; }
.ri-insert-column-right:before { content: "\ee62"; }
.ri-insert-row-bottom:before { content: "\ee63"; }
.ri-insert-row-top:before { content: "\ee64"; }
.ri-instagram-fill:before { content: "\ee65"; }
.ri-instagram-line:before { content: "\ee66"; }
.ri-install-fill:before { content: "\ee67"; }
.ri-install-line:before { content: "\ee68"; }
.ri-invision-fill:before { content: "\ee69"; }
.ri-invision-line:before { content: "\ee6a"; }
.ri-italic:before { content: "\ee6b"; }
.ri-kakao-talk-fill:before { content: "\ee6c"; }
.ri-kakao-talk-line:before { content: "\ee6d"; }
.ri-key-2-fill:before { content: "\ee6e"; }
.ri-key-2-line:before { content: "\ee6f"; }
.ri-key-fill:before { content: "\ee70"; }
.ri-key-line:before { content: "\ee71"; }
.ri-keyboard-box-fill:before { content: "\ee72"; }
.ri-keyboard-box-line:before { content: "\ee73"; }
.ri-keyboard-fill:before { content: "\ee74"; }
.ri-keyboard-line:before { content: "\ee75"; }
.ri-keynote-fill:before { content: "\ee76"; }
.ri-keynote-line:before { content: "\ee77"; }
.ri-knife-blood-fill:before { content: "\ee78"; }
.ri-knife-blood-line:before { content: "\ee79"; }
.ri-knife-fill:before { content: "\ee7a"; }
.ri-knife-line:before { content: "\ee7b"; }
.ri-landscape-fill:before { content: "\ee7c"; }
.ri-landscape-line:before { content: "\ee7d"; }
.ri-layout-2-fill:before { content: "\ee7e"; }
.ri-layout-2-line:before { content: "\ee7f"; }
.ri-layout-3-fill:before { content: "\ee80"; }
.ri-layout-3-line:before { content: "\ee81"; }
.ri-layout-4-fill:before { content: "\ee82"; }
.ri-layout-4-line:before { content: "\ee83"; }
.ri-layout-5-fill:before { content: "\ee84"; }
.ri-layout-5-line:before { content: "\ee85"; }
.ri-layout-6-fill:before { content: "\ee86"; }
.ri-layout-6-line:before { content: "\ee87"; }
.ri-layout-bottom-2-fill:before { content: "\ee88"; }
.ri-layout-bottom-2-line:before { content: "\ee89"; }
.ri-layout-bottom-fill:before { content: "\ee8a"; }
.ri-layout-bottom-line:before { content: "\ee8b"; }
.ri-layout-column-fill:before { content: "\ee8c"; }
.ri-layout-column-line:before { content: "\ee8d"; }
.ri-layout-fill:before { content: "\ee8e"; }
.ri-layout-grid-fill:before { content: "\ee8f"; }
.ri-layout-grid-line:before { content: "\ee90"; }
.ri-layout-left-2-fill:before { content: "\ee91"; }
.ri-layout-left-2-line:before { content: "\ee92"; }
.ri-layout-left-fill:before { content: "\ee93"; }
.ri-layout-left-line:before { content: "\ee94"; }
.ri-layout-line:before { content: "\ee95"; }
.ri-layout-masonry-fill:before { content: "\ee96"; }
.ri-layout-masonry-line:before { content: "\ee97"; }
.ri-layout-right-2-fill:before { content: "\ee98"; }
.ri-layout-right-2-line:before { content: "\ee99"; }
.ri-layout-right-fill:before { content: "\ee9a"; }
.ri-layout-right-line:before { content: "\ee9b"; }
.ri-layout-row-fill:before { content: "\ee9c"; }
.ri-layout-row-line:before { content: "\ee9d"; }
.ri-layout-top-2-fill:before { content: "\ee9e"; }
.ri-layout-top-2-line:before { content: "\ee9f"; }
.ri-layout-top-fill:before { content: "\eea0"; }
.ri-layout-top-line:before { content: "\eea1"; }
.ri-leaf-fill:before { content: "\eea2"; }
.ri-leaf-line:before { content: "\eea3"; }
.ri-lifebuoy-fill:before { content: "\eea4"; }
.ri-lifebuoy-line:before { content: "\eea5"; }
.ri-lightbulb-fill:before { content: "\eea6"; }
.ri-lightbulb-flash-fill:before { content: "\eea7"; }
.ri-lightbulb-flash-line:before { content: "\eea8"; }
.ri-lightbulb-line:before { content: "\eea9"; }
.ri-line-chart-fill:before { content: "\eeaa"; }
.ri-line-chart-line:before { content: "\eeab"; }
.ri-line-fill:before { content: "\eeac"; }
.ri-line-height:before { content: "\eead"; }
.ri-line-line:before { content: "\eeae"; }
.ri-link-m:before { content: "\eeaf"; }
.ri-link-unlink-m:before { content: "\eeb0"; }
.ri-link-unlink:before { content: "\eeb1"; }
.ri-link:before { content: "\eeb2"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-linkedin-box-line:before { content: "\eeb4"; }
.ri-linkedin-fill:before { content: "\eeb5"; }
.ri-linkedin-line:before { content: "\eeb6"; }
.ri-links-fill:before { content: "\eeb7"; }
.ri-links-line:before { content: "\eeb8"; }
.ri-list-check-2:before { content: "\eeb9"; }
.ri-list-check:before { content: "\eeba"; }
.ri-list-ordered:before { content: "\eebb"; }
.ri-list-settings-fill:before { content: "\eebc"; }
.ri-list-settings-line:before { content: "\eebd"; }
.ri-list-unordered:before { content: "\eebe"; }
.ri-live-fill:before { content: "\eebf"; }
.ri-live-line:before { content: "\eec0"; }
.ri-loader-2-fill:before { content: "\eec1"; }
.ri-loader-2-line:before { content: "\eec2"; }
.ri-loader-3-fill:before { content: "\eec3"; }
.ri-loader-3-line:before { content: "\eec4"; }
.ri-loader-4-fill:before { content: "\eec5"; }
.ri-loader-4-line:before { content: "\eec6"; }
.ri-loader-5-fill:before { content: "\eec7"; }
.ri-loader-5-line:before { content: "\eec8"; }
.ri-loader-fill:before { content: "\eec9"; }
.ri-loader-line:before { content: "\eeca"; }
.ri-lock-2-fill:before { content: "\eecb"; }
.ri-lock-2-line:before { content: "\eecc"; }
.ri-lock-fill:before { content: "\eecd"; }
.ri-lock-line:before { content: "\eece"; }
.ri-lock-password-fill:before { content: "\eecf"; }
.ri-lock-password-line:before { content: "\eed0"; }
.ri-lock-unlock-fill:before { content: "\eed1"; }
.ri-lock-unlock-line:before { content: "\eed2"; }
.ri-login-box-fill:before { content: "\eed3"; }
.ri-login-box-line:before { content: "\eed4"; }
.ri-login-circle-fill:before { content: "\eed5"; }
.ri-login-circle-line:before { content: "\eed6"; }
.ri-logout-box-fill:before { content: "\eed7"; }
.ri-logout-box-line:before { content: "\eed8"; }
.ri-logout-box-r-fill:before { content: "\eed9"; }
.ri-logout-box-r-line:before { content: "\eeda"; }
.ri-logout-circle-fill:before { content: "\eedb"; }
.ri-logout-circle-line:before { content: "\eedc"; }
.ri-logout-circle-r-fill:before { content: "\eedd"; }
.ri-logout-circle-r-line:before { content: "\eede"; }
.ri-luggage-cart-fill:before { content: "\eedf"; }
.ri-luggage-cart-line:before { content: "\eee0"; }
.ri-luggage-deposit-fill:before { content: "\eee1"; }
.ri-luggage-deposit-line:before { content: "\eee2"; }
.ri-lungs-fill:before { content: "\eee3"; }
.ri-lungs-line:before { content: "\eee4"; }
.ri-mac-fill:before { content: "\eee5"; }
.ri-mac-line:before { content: "\eee6"; }
.ri-macbook-fill:before { content: "\eee7"; }
.ri-macbook-line:before { content: "\eee8"; }
.ri-magic-fill:before { content: "\eee9"; }
.ri-magic-line:before { content: "\eeea"; }
.ri-mail-add-fill:before { content: "\eeeb"; }
.ri-mail-add-line:before { content: "\eeec"; }
.ri-mail-check-fill:before { content: "\eeed"; }
.ri-mail-check-line:before { content: "\eeee"; }
.ri-mail-close-fill:before { content: "\eeef"; }
.ri-mail-close-line:before { content: "\eef0"; }
.ri-mail-download-fill:before { content: "\eef1"; }
.ri-mail-download-line:before { content: "\eef2"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-mail-forbid-fill:before { content: "\eef4"; }
.ri-mail-forbid-line:before { content: "\eef5"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-lock-fill:before { content: "\eef7"; }
.ri-mail-lock-line:before { content: "\eef8"; }
.ri-mail-open-fill:before { content: "\eef9"; }
.ri-mail-open-line:before { content: "\eefa"; }
.ri-mail-send-fill:before { content: "\eefb"; }
.ri-mail-send-line:before { content: "\eefc"; }
.ri-mail-settings-fill:before { content: "\eefd"; }
.ri-mail-settings-line:before { content: "\eefe"; }
.ri-mail-star-fill:before { content: "\eeff"; }
.ri-mail-star-line:before { content: "\ef00"; }
.ri-mail-unread-fill:before { content: "\ef01"; }
.ri-mail-unread-line:before { content: "\ef02"; }
.ri-mail-volume-fill:before { content: "\ef03"; }
.ri-mail-volume-line:before { content: "\ef04"; }
.ri-map-2-fill:before { content: "\ef05"; }
.ri-map-2-line:before { content: "\ef06"; }
.ri-map-fill:before { content: "\ef07"; }
.ri-map-line:before { content: "\ef08"; }
.ri-map-pin-2-fill:before { content: "\ef09"; }
.ri-map-pin-2-line:before { content: "\ef0a"; }
.ri-map-pin-3-fill:before { content: "\ef0b"; }
.ri-map-pin-3-line:before { content: "\ef0c"; }
.ri-map-pin-4-fill:before { content: "\ef0d"; }
.ri-map-pin-4-line:before { content: "\ef0e"; }
.ri-map-pin-5-fill:before { content: "\ef0f"; }
.ri-map-pin-5-line:before { content: "\ef10"; }
.ri-map-pin-add-fill:before { content: "\ef11"; }
.ri-map-pin-add-line:before { content: "\ef12"; }
.ri-map-pin-fill:before { content: "\ef13"; }
.ri-map-pin-line:before { content: "\ef14"; }
.ri-map-pin-range-fill:before { content: "\ef15"; }
.ri-map-pin-range-line:before { content: "\ef16"; }
.ri-map-pin-time-fill:before { content: "\ef17"; }
.ri-map-pin-time-line:before { content: "\ef18"; }
.ri-map-pin-user-fill:before { content: "\ef19"; }
.ri-map-pin-user-line:before { content: "\ef1a"; }
.ri-mark-pen-fill:before { content: "\ef1b"; }
.ri-mark-pen-line:before { content: "\ef1c"; }
.ri-markdown-fill:before { content: "\ef1d"; }
.ri-markdown-line:before { content: "\ef1e"; }
.ri-markup-fill:before { content: "\ef1f"; }
.ri-markup-line:before { content: "\ef20"; }
.ri-mastercard-fill:before { content: "\ef21"; }
.ri-mastercard-line:before { content: "\ef22"; }
.ri-mastodon-fill:before { content: "\ef23"; }
.ri-mastodon-line:before { content: "\ef24"; }
.ri-medal-2-fill:before { content: "\ef25"; }
.ri-medal-2-line:before { content: "\ef26"; }
.ri-medal-fill:before { content: "\ef27"; }
.ri-medal-line:before { content: "\ef28"; }
.ri-medicine-bottle-fill:before { content: "\ef29"; }
.ri-medicine-bottle-line:before { content: "\ef2a"; }
.ri-medium-fill:before { content: "\ef2b"; }
.ri-medium-line:before { content: "\ef2c"; }
.ri-men-fill:before { content: "\ef2d"; }
.ri-men-line:before { content: "\ef2e"; }
.ri-mental-health-fill:before { content: "\ef2f"; }
.ri-mental-health-line:before { content: "\ef30"; }
.ri-menu-2-fill:before { content: "\ef31"; }
.ri-menu-2-line:before { content: "\ef32"; }
.ri-menu-3-fill:before { content: "\ef33"; }
.ri-menu-3-line:before { content: "\ef34"; }
.ri-menu-4-fill:before { content: "\ef35"; }
.ri-menu-4-line:before { content: "\ef36"; }
.ri-menu-5-fill:before { content: "\ef37"; }
.ri-menu-5-line:before { content: "\ef38"; }
.ri-menu-add-fill:before { content: "\ef39"; }
.ri-menu-add-line:before { content: "\ef3a"; }
.ri-menu-fill:before { content: "\ef3b"; }
.ri-menu-fold-fill:before { content: "\ef3c"; }
.ri-menu-fold-line:before { content: "\ef3d"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-menu-unfold-fill:before { content: "\ef3f"; }
.ri-menu-unfold-line:before { content: "\ef40"; }
.ri-merge-cells-horizontal:before { content: "\ef41"; }
.ri-merge-cells-vertical:before { content: "\ef42"; }
.ri-message-2-fill:before { content: "\ef43"; }
.ri-message-2-line:before { content: "\ef44"; }
.ri-message-3-fill:before { content: "\ef45"; }
.ri-message-3-line:before { content: "\ef46"; }
.ri-message-fill:before { content: "\ef47"; }
.ri-message-line:before { content: "\ef48"; }
.ri-messenger-fill:before { content: "\ef49"; }
.ri-messenger-line:before { content: "\ef4a"; }
.ri-meteor-fill:before { content: "\ef4b"; }
.ri-meteor-line:before { content: "\ef4c"; }
.ri-mic-2-fill:before { content: "\ef4d"; }
.ri-mic-2-line:before { content: "\ef4e"; }
.ri-mic-fill:before { content: "\ef4f"; }
.ri-mic-line:before { content: "\ef50"; }
.ri-mic-off-fill:before { content: "\ef51"; }
.ri-mic-off-line:before { content: "\ef52"; }
.ri-mickey-fill:before { content: "\ef53"; }
.ri-mickey-line:before { content: "\ef54"; }
.ri-microscope-fill:before { content: "\ef55"; }
.ri-microscope-line:before { content: "\ef56"; }
.ri-microsoft-fill:before { content: "\ef57"; }
.ri-microsoft-line:before { content: "\ef58"; }
.ri-mind-map:before { content: "\ef59"; }
.ri-mini-program-fill:before { content: "\ef5a"; }
.ri-mini-program-line:before { content: "\ef5b"; }
.ri-mist-fill:before { content: "\ef5c"; }
.ri-mist-line:before { content: "\ef5d"; }
.ri-money-cny-box-fill:before { content: "\ef5e"; }
.ri-money-cny-box-line:before { content: "\ef5f"; }
.ri-money-cny-circle-fill:before { content: "\ef60"; }
.ri-money-cny-circle-line:before { content: "\ef61"; }
.ri-money-dollar-box-fill:before { content: "\ef62"; }
.ri-money-dollar-box-line:before { content: "\ef63"; }
.ri-money-dollar-circle-fill:before { content: "\ef64"; }
.ri-money-dollar-circle-line:before { content: "\ef65"; }
.ri-money-euro-box-fill:before { content: "\ef66"; }
.ri-money-euro-box-line:before { content: "\ef67"; }
.ri-money-euro-circle-fill:before { content: "\ef68"; }
.ri-money-euro-circle-line:before { content: "\ef69"; }
.ri-money-pound-box-fill:before { content: "\ef6a"; }
.ri-money-pound-box-line:before { content: "\ef6b"; }
.ri-money-pound-circle-fill:before { content: "\ef6c"; }
.ri-money-pound-circle-line:before { content: "\ef6d"; }
.ri-moon-clear-fill:before { content: "\ef6e"; }
.ri-moon-clear-line:before { content: "\ef6f"; }
.ri-moon-cloudy-fill:before { content: "\ef70"; }
.ri-moon-cloudy-line:before { content: "\ef71"; }
.ri-moon-fill:before { content: "\ef72"; }
.ri-moon-foggy-fill:before { content: "\ef73"; }
.ri-moon-foggy-line:before { content: "\ef74"; }
.ri-moon-line:before { content: "\ef75"; }
.ri-more-2-fill:before { content: "\ef76"; }
.ri-more-2-line:before { content: "\ef77"; }
.ri-more-fill:before { content: "\ef78"; }
.ri-more-line:before { content: "\ef79"; }
.ri-motorbike-fill:before { content: "\ef7a"; }
.ri-motorbike-line:before { content: "\ef7b"; }
.ri-mouse-fill:before { content: "\ef7c"; }
.ri-mouse-line:before { content: "\ef7d"; }
.ri-movie-2-fill:before { content: "\ef7e"; }
.ri-movie-2-line:before { content: "\ef7f"; }
.ri-movie-fill:before { content: "\ef80"; }
.ri-movie-line:before { content: "\ef81"; }
.ri-music-2-fill:before { content: "\ef82"; }
.ri-music-2-line:before { content: "\ef83"; }
.ri-music-fill:before { content: "\ef84"; }
.ri-music-line:before { content: "\ef85"; }
.ri-mv-fill:before { content: "\ef86"; }
.ri-mv-line:before { content: "\ef87"; }
.ri-navigation-fill:before { content: "\ef88"; }
.ri-navigation-line:before { content: "\ef89"; }
.ri-netease-cloud-music-fill:before { content: "\ef8a"; }
.ri-netease-cloud-music-line:before { content: "\ef8b"; }
.ri-netflix-fill:before { content: "\ef8c"; }
.ri-netflix-line:before { content: "\ef8d"; }
.ri-newspaper-fill:before { content: "\ef8e"; }
.ri-newspaper-line:before { content: "\ef8f"; }
.ri-node-tree:before { content: "\ef90"; }
.ri-notification-2-fill:before { content: "\ef91"; }
.ri-notification-2-line:before { content: "\ef92"; }
.ri-notification-3-fill:before { content: "\ef93"; }
.ri-notification-3-line:before { content: "\ef94"; }
.ri-notification-4-fill:before { content: "\ef95"; }
.ri-notification-4-line:before { content: "\ef96"; }
.ri-notification-badge-fill:before { content: "\ef97"; }
.ri-notification-badge-line:before { content: "\ef98"; }
.ri-notification-fill:before { content: "\ef99"; }
.ri-notification-line:before { content: "\ef9a"; }
.ri-notification-off-fill:before { content: "\ef9b"; }
.ri-notification-off-line:before { content: "\ef9c"; }
.ri-npmjs-fill:before { content: "\ef9d"; }
.ri-npmjs-line:before { content: "\ef9e"; }
.ri-number-0:before { content: "\ef9f"; }
.ri-number-1:before { content: "\efa0"; }
.ri-number-2:before { content: "\efa1"; }
.ri-number-3:before { content: "\efa2"; }
.ri-number-4:before { content: "\efa3"; }
.ri-number-5:before { content: "\efa4"; }
.ri-number-6:before { content: "\efa5"; }
.ri-number-7:before { content: "\efa6"; }
.ri-number-8:before { content: "\efa7"; }
.ri-number-9:before { content: "\efa8"; }
.ri-numbers-fill:before { content: "\efa9"; }
.ri-numbers-line:before { content: "\efaa"; }
.ri-nurse-fill:before { content: "\efab"; }
.ri-nurse-line:before { content: "\efac"; }
.ri-oil-fill:before { content: "\efad"; }
.ri-oil-line:before { content: "\efae"; }
.ri-omega:before { content: "\efaf"; }
.ri-open-arm-fill:before { content: "\efb0"; }
.ri-open-arm-line:before { content: "\efb1"; }
.ri-open-source-fill:before { content: "\efb2"; }
.ri-open-source-line:before { content: "\efb3"; }
.ri-opera-fill:before { content: "\efb4"; }
.ri-opera-line:before { content: "\efb5"; }
.ri-order-play-fill:before { content: "\efb6"; }
.ri-order-play-line:before { content: "\efb7"; }
.ri-organization-chart:before { content: "\efb8"; }
.ri-outlet-2-fill:before { content: "\efb9"; }
.ri-outlet-2-line:before { content: "\efba"; }
.ri-outlet-fill:before { content: "\efbb"; }
.ri-outlet-line:before { content: "\efbc"; }
.ri-page-separator:before { content: "\efbd"; }
.ri-pages-fill:before { content: "\efbe"; }
.ri-pages-line:before { content: "\efbf"; }
.ri-paint-brush-fill:before { content: "\efc0"; }
.ri-paint-brush-line:before { content: "\efc1"; }
.ri-paint-fill:before { content: "\efc2"; }
.ri-paint-line:before { content: "\efc3"; }
.ri-palette-fill:before { content: "\efc4"; }
.ri-palette-line:before { content: "\efc5"; }
.ri-pantone-fill:before { content: "\efc6"; }
.ri-pantone-line:before { content: "\efc7"; }
.ri-paragraph:before { content: "\efc8"; }
.ri-parent-fill:before { content: "\efc9"; }
.ri-parent-line:before { content: "\efca"; }
.ri-parentheses-fill:before { content: "\efcb"; }
.ri-parentheses-line:before { content: "\efcc"; }
.ri-parking-box-fill:before { content: "\efcd"; }
.ri-parking-box-line:before { content: "\efce"; }
.ri-parking-fill:before { content: "\efcf"; }
.ri-parking-line:before { content: "\efd0"; }
.ri-passport-fill:before { content: "\efd1"; }
.ri-passport-line:before { content: "\efd2"; }
.ri-patreon-fill:before { content: "\efd3"; }
.ri-patreon-line:before { content: "\efd4"; }
.ri-pause-circle-fill:before { content: "\efd5"; }
.ri-pause-circle-line:before { content: "\efd6"; }
.ri-pause-fill:before { content: "\efd7"; }
.ri-pause-line:before { content: "\efd8"; }
.ri-pause-mini-fill:before { content: "\efd9"; }
.ri-pause-mini-line:before { content: "\efda"; }
.ri-paypal-fill:before { content: "\efdb"; }
.ri-paypal-line:before { content: "\efdc"; }
.ri-pen-nib-fill:before { content: "\efdd"; }
.ri-pen-nib-line:before { content: "\efde"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-ruler-2-fill:before { content: "\efe1"; }
.ri-pencil-ruler-2-line:before { content: "\efe2"; }
.ri-pencil-ruler-fill:before { content: "\efe3"; }
.ri-pencil-ruler-line:before { content: "\efe4"; }
.ri-percent-fill:before { content: "\efe5"; }
.ri-percent-line:before { content: "\efe6"; }
.ri-phone-camera-fill:before { content: "\efe7"; }
.ri-phone-camera-line:before { content: "\efe8"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-phone-find-fill:before { content: "\efea"; }
.ri-phone-find-line:before { content: "\efeb"; }
.ri-phone-line:before { content: "\efec"; }
.ri-phone-lock-fill:before { content: "\efed"; }
.ri-phone-lock-line:before { content: "\efee"; }
.ri-picture-in-picture-2-fill:before { content: "\efef"; }
.ri-picture-in-picture-2-line:before { content: "\eff0"; }
.ri-picture-in-picture-exit-fill:before { content: "\eff1"; }
.ri-picture-in-picture-exit-line:before { content: "\eff2"; }
.ri-picture-in-picture-fill:before { content: "\eff3"; }
.ri-picture-in-picture-line:before { content: "\eff4"; }
.ri-pie-chart-2-fill:before { content: "\eff5"; }
.ri-pie-chart-2-line:before { content: "\eff6"; }
.ri-pie-chart-box-fill:before { content: "\eff7"; }
.ri-pie-chart-box-line:before { content: "\eff8"; }
.ri-pie-chart-fill:before { content: "\eff9"; }
.ri-pie-chart-line:before { content: "\effa"; }
.ri-pin-distance-fill:before { content: "\effb"; }
.ri-pin-distance-line:before { content: "\effc"; }
.ri-ping-pong-fill:before { content: "\effd"; }
.ri-ping-pong-line:before { content: "\effe"; }
.ri-pinterest-fill:before { content: "\efff"; }
.ri-pinterest-line:before { content: "\f000"; }
.ri-pinyin-input:before { content: "\f001"; }
.ri-pixelfed-fill:before { content: "\f002"; }
.ri-pixelfed-line:before { content: "\f003"; }
.ri-plane-fill:before { content: "\f004"; }
.ri-plane-line:before { content: "\f005"; }
.ri-plant-fill:before { content: "\f006"; }
.ri-plant-line:before { content: "\f007"; }
.ri-play-circle-fill:before { content: "\f008"; }
.ri-play-circle-line:before { content: "\f009"; }
.ri-play-fill:before { content: "\f00a"; }
.ri-play-line:before { content: "\f00b"; }
.ri-play-list-2-fill:before { content: "\f00c"; }
.ri-play-list-2-line:before { content: "\f00d"; }
.ri-play-list-add-fill:before { content: "\f00e"; }
.ri-play-list-add-line:before { content: "\f00f"; }
.ri-play-list-fill:before { content: "\f010"; }
.ri-play-list-line:before { content: "\f011"; }
.ri-play-mini-fill:before { content: "\f012"; }
.ri-play-mini-line:before { content: "\f013"; }
.ri-playstation-fill:before { content: "\f014"; }
.ri-playstation-line:before { content: "\f015"; }
.ri-plug-2-fill:before { content: "\f016"; }
.ri-plug-2-line:before { content: "\f017"; }
.ri-plug-fill:before { content: "\f018"; }
.ri-plug-line:before { content: "\f019"; }
.ri-polaroid-2-fill:before { content: "\f01a"; }
.ri-polaroid-2-line:before { content: "\f01b"; }
.ri-polaroid-fill:before { content: "\f01c"; }
.ri-polaroid-line:before { content: "\f01d"; }
.ri-police-car-fill:before { content: "\f01e"; }
.ri-police-car-line:before { content: "\f01f"; }
.ri-price-tag-2-fill:before { content: "\f020"; }
.ri-price-tag-2-line:before { content: "\f021"; }
.ri-price-tag-3-fill:before { content: "\f022"; }
.ri-price-tag-3-line:before { content: "\f023"; }
.ri-price-tag-fill:before { content: "\f024"; }
.ri-price-tag-line:before { content: "\f025"; }
.ri-printer-cloud-fill:before { content: "\f026"; }
.ri-printer-cloud-line:before { content: "\f027"; }
.ri-printer-fill:before { content: "\f028"; }
.ri-printer-line:before { content: "\f029"; }
.ri-product-hunt-fill:before { content: "\f02a"; }
.ri-product-hunt-line:before { content: "\f02b"; }
.ri-profile-fill:before { content: "\f02c"; }
.ri-profile-line:before { content: "\f02d"; }
.ri-projector-2-fill:before { content: "\f02e"; }
.ri-projector-2-line:before { content: "\f02f"; }
.ri-projector-fill:before { content: "\f030"; }
.ri-projector-line:before { content: "\f031"; }
.ri-psychotherapy-fill:before { content: "\f032"; }
.ri-psychotherapy-line:before { content: "\f033"; }
.ri-pulse-fill:before { content: "\f034"; }
.ri-pulse-line:before { content: "\f035"; }
.ri-pushpin-2-fill:before { content: "\f036"; }
.ri-pushpin-2-line:before { content: "\f037"; }
.ri-pushpin-fill:before { content: "\f038"; }
.ri-pushpin-line:before { content: "\f039"; }
.ri-qq-fill:before { content: "\f03a"; }
.ri-qq-line:before { content: "\f03b"; }
.ri-qr-code-fill:before { content: "\f03c"; }
.ri-qr-code-line:before { content: "\f03d"; }
.ri-qr-scan-2-fill:before { content: "\f03e"; }
.ri-qr-scan-2-line:before { content: "\f03f"; }
.ri-qr-scan-fill:before { content: "\f040"; }
.ri-qr-scan-line:before { content: "\f041"; }
.ri-question-answer-fill:before { content: "\f042"; }
.ri-question-answer-line:before { content: "\f043"; }
.ri-question-fill:before { content: "\f044"; }
.ri-question-line:before { content: "\f045"; }
.ri-question-mark:before { content: "\f046"; }
.ri-questionnaire-fill:before { content: "\f047"; }
.ri-questionnaire-line:before { content: "\f048"; }
.ri-quill-pen-fill:before { content: "\f049"; }
.ri-quill-pen-line:before { content: "\f04a"; }
.ri-radar-fill:before { content: "\f04b"; }
.ri-radar-line:before { content: "\f04c"; }
.ri-radio-2-fill:before { content: "\f04d"; }
.ri-radio-2-line:before { content: "\f04e"; }
.ri-radio-button-fill:before { content: "\f04f"; }
.ri-radio-button-line:before { content: "\f050"; }
.ri-radio-fill:before { content: "\f051"; }
.ri-radio-line:before { content: "\f052"; }
.ri-rainbow-fill:before { content: "\f053"; }
.ri-rainbow-line:before { content: "\f054"; }
.ri-rainy-fill:before { content: "\f055"; }
.ri-rainy-line:before { content: "\f056"; }
.ri-reactjs-fill:before { content: "\f057"; }
.ri-reactjs-line:before { content: "\f058"; }
.ri-record-circle-fill:before { content: "\f059"; }
.ri-record-circle-line:before { content: "\f05a"; }
.ri-record-mail-fill:before { content: "\f05b"; }
.ri-record-mail-line:before { content: "\f05c"; }
.ri-recycle-fill:before { content: "\f05d"; }
.ri-recycle-line:before { content: "\f05e"; }
.ri-red-packet-fill:before { content: "\f05f"; }
.ri-red-packet-line:before { content: "\f060"; }
.ri-reddit-fill:before { content: "\f061"; }
.ri-reddit-line:before { content: "\f062"; }
.ri-refresh-fill:before { content: "\f063"; }
.ri-refresh-line:before { content: "\f064"; }
.ri-refund-2-fill:before { content: "\f065"; }
.ri-refund-2-line:before { content: "\f066"; }
.ri-refund-fill:before { content: "\f067"; }
.ri-refund-line:before { content: "\f068"; }
.ri-registered-fill:before { content: "\f069"; }
.ri-registered-line:before { content: "\f06a"; }
.ri-remixicon-fill:before { content: "\f06b"; }
.ri-remixicon-line:before { content: "\f06c"; }
.ri-remote-control-2-fill:before { content: "\f06d"; }
.ri-remote-control-2-line:before { content: "\f06e"; }
.ri-remote-control-fill:before { content: "\f06f"; }
.ri-remote-control-line:before { content: "\f070"; }
.ri-repeat-2-fill:before { content: "\f071"; }
.ri-repeat-2-line:before { content: "\f072"; }
.ri-repeat-fill:before { content: "\f073"; }
.ri-repeat-line:before { content: "\f074"; }
.ri-repeat-one-fill:before { content: "\f075"; }
.ri-repeat-one-line:before { content: "\f076"; }
.ri-reply-all-fill:before { content: "\f077"; }
.ri-reply-all-line:before { content: "\f078"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-reply-line:before { content: "\f07a"; }
.ri-reserved-fill:before { content: "\f07b"; }
.ri-reserved-line:before { content: "\f07c"; }
.ri-rest-time-fill:before { content: "\f07d"; }
.ri-rest-time-line:before { content: "\f07e"; }
.ri-restart-fill:before { content: "\f07f"; }
.ri-restart-line:before { content: "\f080";}
.ri-restaurant-2-fill:before { content: "\f081"; }
.ri-restaurant-2-line:before { content: "\f082"; }
.ri-restaurant-fill:before { content: "\f083"; }
.ri-restaurant-line:before { content: "\f084"; }
.ri-rewind-fill:before { content: "\f085"; }
.ri-rewind-line:before { content: "\f086"; }
.ri-rewind-mini-fill:before { content: "\f087"; }
.ri-rewind-mini-line:before { content: "\f088"; }
.ri-rhythm-fill:before { content: "\f089"; }
.ri-rhythm-line:before { content: "\f08a"; }
.ri-riding-fill:before { content: "\f08b"; }
.ri-riding-line:before { content: "\f08c"; }
.ri-road-map-fill:before { content: "\f08d"; }
.ri-road-map-line:before { content: "\f08e"; }
.ri-roadster-fill:before { content: "\f08f"; }
.ri-roadster-line:before { content: "\f090"; }
.ri-robot-fill:before { content: "\f091"; }
.ri-robot-line:before { content: "\f092"; }
.ri-rocket-2-fill:before { content: "\f093"; }
.ri-rocket-2-line:before { content: "\f094"; }
.ri-rocket-fill:before { content: "\f095"; }
.ri-rocket-line:before { content: "\f096"; }
.ri-rotate-lock-fill:before { content: "\f097"; }
.ri-rotate-lock-line:before { content: "\f098"; }
.ri-rounded-corner:before { content: "\f099"; }
.ri-route-fill:before { content: "\f09a"; }
.ri-route-line:before { content: "\f09b"; }
.ri-router-fill:before { content: "\f09c"; }
.ri-router-line:before { content: "\f09d"; }
.ri-rss-fill:before { content: "\f09e"; }
.ri-rss-line:before { content: "\f09f"; }
.ri-ruler-2-fill:before { content: "\f0a0"; }
.ri-ruler-2-line:before { content: "\f0a1"; }
.ri-ruler-fill:before { content: "\f0a2"; }
.ri-ruler-line:before { content: "\f0a3"; }
.ri-run-fill:before { content: "\f0a4"; }
.ri-run-line:before { content: "\f0a5"; }
.ri-safari-fill:before { content: "\f0a6"; }
.ri-safari-line:before { content: "\f0a7"; }
.ri-safe-2-fill:before { content: "\f0a8"; }
.ri-safe-2-line:before { content: "\f0a9"; }
.ri-safe-fill:before { content: "\f0aa"; }
.ri-safe-line:before { content: "\f0ab"; }
.ri-sailboat-fill:before { content: "\f0ac"; }
.ri-sailboat-line:before { content: "\f0ad"; }
.ri-save-2-fill:before { content: "\f0ae"; }
.ri-save-2-line:before { content: "\f0af"; }
.ri-save-3-fill:before { content: "\f0b0"; }
.ri-save-3-line:before { content: "\f0b1"; }
.ri-save-fill:before { content: "\f0b2"; }
.ri-save-line:before { content: "\f0b3"; }
.ri-scales-2-fill:before { content: "\f0b4"; }
.ri-scales-2-line:before { content: "\f0b5"; }
.ri-scales-3-fill:before { content: "\f0b6"; }
.ri-scales-3-line:before { content: "\f0b7"; }
.ri-scales-fill:before { content: "\f0b8"; }
.ri-scales-line:before { content: "\f0b9"; }
.ri-scan-2-fill:before { content: "\f0ba"; }
.ri-scan-2-line:before { content: "\f0bb"; }
.ri-scan-fill:before { content: "\f0bc"; }
.ri-scan-line:before { content: "\f0bd"; }
.ri-scissors-2-fill:before { content: "\f0be"; }
.ri-scissors-2-line:before { content: "\f0bf"; }
.ri-scissors-cut-fill:before { content: "\f0c0"; }
.ri-scissors-cut-line:before { content: "\f0c1"; }
.ri-scissors-fill:before { content: "\f0c2"; }
.ri-scissors-line:before { content: "\f0c3"; }
.ri-screenshot-2-fill:before { content: "\f0c4"; }
.ri-screenshot-2-line:before { content: "\f0c5"; }
.ri-screenshot-fill:before { content: "\f0c6"; }
.ri-screenshot-line:before { content: "\f0c7"; }
.ri-sd-card-fill:before { content: "\f0c8"; }
.ri-sd-card-line:before { content: "\f0c9"; }
.ri-sd-card-mini-fill:before { content: "\f0ca"; }
.ri-sd-card-mini-line:before { content: "\f0cb"; }
.ri-search-2-fill:before { content: "\f0cc"; }
.ri-search-2-line:before { content: "\f0cd"; }
.ri-search-eye-fill:before { content: "\f0ce"; }
.ri-search-eye-line:before { content: "\f0cf"; }
.ri-search-fill:before { content: "\f0d0"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-secure-payment-fill:before { content: "\f0d2"; }
.ri-secure-payment-line:before { content: "\f0d3"; }
.ri-seedling-fill:before { content: "\f0d4"; }
.ri-seedling-line:before { content: "\f0d5"; }
.ri-send-backward:before { content: "\f0d6"; }
.ri-send-plane-2-fill:before { content: "\f0d7"; }
.ri-send-plane-2-line:before { content: "\f0d8"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-to-back:before { content: "\f0db"; }
.ri-sensor-fill:before { content: "\f0dc"; }
.ri-sensor-line:before { content: "\f0dd"; }
.ri-separator:before { content: "\f0de"; }
.ri-server-fill:before { content: "\f0df"; }
.ri-server-line:before { content: "\f0e0"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-service-line:before { content: "\f0e2"; }
.ri-settings-2-fill:before { content: "\f0e3"; }
.ri-settings-2-line:before { content: "\f0e4"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-4-fill:before { content: "\f0e7"; }
.ri-settings-4-line:before { content: "\f0e8"; }
.ri-settings-5-fill:before { content: "\f0e9"; }
.ri-settings-5-line:before { content: "\f0ea"; }
.ri-settings-6-fill:before { content: "\f0eb"; }
.ri-settings-6-line:before { content: "\f0ec"; }
.ri-settings-fill:before { content: "\f0ed"; }
.ri-settings-line:before { content: "\f0ee"; }
.ri-shape-2-fill:before { content: "\f0ef"; }
.ri-shape-2-line:before { content: "\f0f0"; }
.ri-shape-fill:before { content: "\f0f1"; }
.ri-shape-line:before { content: "\f0f2"; }
.ri-share-box-fill:before { content: "\f0f3"; }
.ri-share-box-line:before { content: "\f0f4"; }
.ri-share-circle-fill:before { content: "\f0f5"; }
.ri-share-circle-line:before { content: "\f0f6"; }
.ri-share-fill:before { content: "\f0f7"; }
.ri-share-forward-2-fill:before { content: "\f0f8"; }
.ri-share-forward-2-line:before { content: "\f0f9"; }
.ri-share-forward-box-fill:before { content: "\f0fa"; }
.ri-share-forward-box-line:before { content: "\f0fb"; }
.ri-share-forward-fill:before { content: "\f0fc"; }
.ri-share-forward-line:before { content: "\f0fd"; }
.ri-share-line:before { content: "\f0fe"; }
.ri-shield-check-fill:before { content: "\f0ff"; }
.ri-shield-check-line:before { content: "\f100"; }
.ri-shield-cross-fill:before { content: "\f101"; }
.ri-shield-cross-line:before { content: "\f102"; }
.ri-shield-fill:before { content: "\f103"; }
.ri-shield-flash-fill:before { content: "\f104"; }
.ri-shield-flash-line:before { content: "\f105"; }
.ri-shield-keyhole-fill:before { content: "\f106"; }
.ri-shield-keyhole-line:before { content: "\f107"; }
.ri-shield-line:before { content: "\f108"; }
.ri-shield-star-fill:before { content: "\f109"; }
.ri-shield-star-line:before { content: "\f10a"; }
.ri-shield-user-fill:before { content: "\f10b"; }
.ri-shield-user-line:before { content: "\f10c"; }
.ri-ship-2-fill:before { content: "\f10d"; }
.ri-ship-2-line:before { content: "\f10e"; }
.ri-ship-fill:before { content: "\f10f"; }
.ri-ship-line:before { content: "\f110"; }
.ri-shirt-fill:before { content: "\f111"; }
.ri-shirt-line:before { content: "\f112"; }
.ri-shopping-bag-2-fill:before { content: "\f113"; }
.ri-shopping-bag-2-line:before { content: "\f114"; }
.ri-shopping-bag-3-fill:before { content: "\f115"; }
.ri-shopping-bag-3-line:before { content: "\f116"; }
.ri-shopping-bag-fill:before { content: "\f117"; }
.ri-shopping-bag-line:before { content: "\f118"; }
.ri-shopping-basket-2-fill:before { content: "\f119"; }
.ri-shopping-basket-2-line:before { content: "\f11a"; }
.ri-shopping-basket-fill:before { content: "\f11b"; }
.ri-shopping-basket-line:before { content: "\f11c"; }
.ri-shopping-cart-2-fill:before { content: "\f11d"; }
.ri-shopping-cart-2-line:before { content: "\f11e"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-shopping-cart-line:before { content: "\f120"; }
.ri-showers-fill:before { content: "\f121"; }
.ri-showers-line:before { content: "\f122"; }
.ri-shuffle-fill:before { content: "\f123"; }
.ri-shuffle-line:before { content: "\f124"; }
.ri-shut-down-fill:before { content: "\f125"; }
.ri-shut-down-line:before { content: "\f126"; }
.ri-side-bar-fill:before { content: "\f127"; }
.ri-side-bar-line:before { content: "\f128"; }
.ri-signal-tower-fill:before { content: "\f129"; }
.ri-signal-tower-line:before { content: "\f12a"; }
.ri-signal-wifi-1-fill:before { content: "\f12b"; }
.ri-signal-wifi-1-line:before { content: "\f12c"; }
.ri-signal-wifi-2-fill:before { content: "\f12d"; }
.ri-signal-wifi-2-line:before { content: "\f12e"; }
.ri-signal-wifi-3-fill:before { content: "\f12f"; }
.ri-signal-wifi-3-line:before { content: "\f130"; }
.ri-signal-wifi-error-fill:before { content: "\f131"; }
.ri-signal-wifi-error-line:before { content: "\f132"; }
.ri-signal-wifi-fill:before { content: "\f133"; }
.ri-signal-wifi-line:before { content: "\f134"; }
.ri-signal-wifi-off-fill:before { content: "\f135"; }
.ri-signal-wifi-off-line:before { content: "\f136"; }
.ri-sim-card-2-fill:before { content: "\f137"; }
.ri-sim-card-2-line:before { content: "\f138"; }
.ri-sim-card-fill:before { content: "\f139"; }
.ri-sim-card-line:before { content: "\f13a"; }
.ri-single-quotes-l:before { content: "\f13b"; }
.ri-single-quotes-r:before { content: "\f13c"; }
.ri-sip-fill:before { content: "\f13d"; }
.ri-sip-line:before { content: "\f13e"; }
.ri-skip-back-fill:before { content: "\f13f"; }
.ri-skip-back-line:before { content: "\f140"; }
.ri-skip-back-mini-fill:before { content: "\f141"; }
.ri-skip-back-mini-line:before { content: "\f142"; }
.ri-skip-forward-fill:before { content: "\f143"; }
.ri-skip-forward-line:before { content: "\f144"; }
.ri-skip-forward-mini-fill:before { content: "\f145"; }
.ri-skip-forward-mini-line:before { content: "\f146"; }
.ri-skull-2-fill:before { content: "\f147"; }
.ri-skull-2-line:before { content: "\f148"; }
.ri-skull-fill:before { content: "\f149"; }
.ri-skull-line:before { content: "\f14a"; }
.ri-skype-fill:before { content: "\f14b"; }
.ri-skype-line:before { content: "\f14c"; }
.ri-slack-fill:before { content: "\f14d"; }
.ri-slack-line:before { content: "\f14e"; }
.ri-slice-fill:before { content: "\f14f"; }
.ri-slice-line:before { content: "\f150"; }
.ri-slideshow-2-fill:before { content: "\f151"; }
.ri-slideshow-2-line:before { content: "\f152"; }
.ri-slideshow-3-fill:before { content: "\f153"; }
.ri-slideshow-3-line:before { content: "\f154"; }
.ri-slideshow-4-fill:before { content: "\f155"; }
.ri-slideshow-4-line:before { content: "\f156"; }
.ri-slideshow-fill:before { content: "\f157"; }
.ri-slideshow-line:before { content: "\f158"; }
.ri-smartphone-fill:before { content: "\f159"; }
.ri-smartphone-line:before { content: "\f15a"; }
.ri-snapchat-fill:before { content: "\f15b"; }
.ri-snapchat-line:before { content: "\f15c"; }
.ri-snowy-fill:before { content: "\f15d"; }
.ri-snowy-line:before { content: "\f15e"; }
.ri-sort-asc:before { content: "\f15f"; }
.ri-sort-desc:before { content: "\f160"; }
.ri-sound-module-fill:before { content: "\f161"; }
.ri-sound-module-line:before { content: "\f162"; }
.ri-soundcloud-fill:before { content: "\f163"; }
.ri-soundcloud-line:before { content: "\f164"; }
.ri-space-ship-fill:before { content: "\f165"; }
.ri-space-ship-line:before { content: "\f166"; }
.ri-space:before { content: "\f167"; }
.ri-spam-2-fill:before { content: "\f168"; }
.ri-spam-2-line:before { content: "\f169"; }
.ri-spam-3-fill:before { content: "\f16a"; }
.ri-spam-3-line:before { content: "\f16b"; }
.ri-spam-fill:before { content: "\f16c"; }
.ri-spam-line:before { content: "\f16d"; }
.ri-speaker-2-fill:before { content: "\f16e"; }
.ri-speaker-2-line:before { content: "\f16f"; }
.ri-speaker-3-fill:before { content: "\f170"; }
.ri-speaker-3-line:before { content: "\f171"; }
.ri-speaker-fill:before { content: "\f172"; }
.ri-speaker-line:before { content: "\f173"; }
.ri-spectrum-fill:before { content: "\f174"; }
.ri-spectrum-line:before { content: "\f175"; }
.ri-speed-fill:before { content: "\f176"; }
.ri-speed-line:before { content: "\f177"; }
.ri-speed-mini-fill:before { content: "\f178"; }
.ri-speed-mini-line:before { content: "\f179"; }
.ri-split-cells-horizontal:before { content: "\f17a"; }
.ri-split-cells-vertical:before { content: "\f17b"; }
.ri-spotify-fill:before { content: "\f17c"; }
.ri-spotify-line:before { content: "\f17d"; }
.ri-spy-fill:before { content: "\f17e"; }
.ri-spy-line:before { content: "\f17f"; }
.ri-stack-fill:before { content: "\f180"; }
.ri-stack-line:before { content: "\f181"; }
.ri-stack-overflow-fill:before { content: "\f182"; }
.ri-stack-overflow-line:before { content: "\f183"; }
.ri-stackshare-fill:before { content: "\f184"; }
.ri-stackshare-line:before { content: "\f185"; }
.ri-star-fill:before { content: "\f186"; }
.ri-star-half-fill:before { content: "\f187"; }
.ri-star-half-line:before { content: "\f188"; }
.ri-star-half-s-fill:before { content: "\f189"; }
.ri-star-half-s-line:before { content: "\f18a"; }
.ri-star-line:before { content: "\f18b"; }
.ri-star-s-fill:before { content: "\f18c"; }
.ri-star-s-line:before { content: "\f18d"; }
.ri-star-smile-fill:before { content: "\f18e"; }
.ri-star-smile-line:before { content: "\f18f"; }
.ri-steam-fill:before { content: "\f190"; }
.ri-steam-line:before { content: "\f191"; }
.ri-steering-2-fill:before { content: "\f192"; }
.ri-steering-2-line:before { content: "\f193"; }
.ri-steering-fill:before { content: "\f194"; }
.ri-steering-line:before { content: "\f195"; }
.ri-stethoscope-fill:before { content: "\f196"; }
.ri-stethoscope-line:before { content: "\f197"; }
.ri-sticky-note-2-fill:before { content: "\f198"; }
.ri-sticky-note-2-line:before { content: "\f199"; }
.ri-sticky-note-fill:before { content: "\f19a"; }
.ri-sticky-note-line:before { content: "\f19b"; }
.ri-stock-fill:before { content: "\f19c"; }
.ri-stock-line:before { content: "\f19d"; }
.ri-stop-circle-fill:before { content: "\f19e"; }
.ri-stop-circle-line:before { content: "\f19f"; }
.ri-stop-fill:before { content: "\f1a0"; }
.ri-stop-line:before { content: "\f1a1"; }
.ri-stop-mini-fill:before { content: "\f1a2"; }
.ri-stop-mini-line:before { content: "\f1a3"; }
.ri-store-2-fill:before { content: "\f1a4"; }
.ri-store-2-line:before { content: "\f1a5"; }
.ri-store-3-fill:before { content: "\f1a6"; }
.ri-store-3-line:before { content: "\f1a7"; }
.ri-store-fill:before { content: "\f1a8"; }
.ri-store-line:before { content: "\f1a9"; }
.ri-strikethrough-2:before { content: "\f1aa"; }
.ri-strikethrough:before { content: "\f1ab"; }
.ri-subscript-2:before { content: "\f1ac"; }
.ri-subscript:before { content: "\f1ad"; }
.ri-subtract-fill:before { content: "\f1ae"; }
.ri-subtract-line:before { content: "\f1af"; }
.ri-subway-fill:before { content: "\f1b0"; }
.ri-subway-line:before { content: "\f1b1"; }
.ri-subway-wifi-fill:before { content: "\f1b2"; }
.ri-subway-wifi-line:before { content: "\f1b3"; }
.ri-suitcase-2-fill:before { content: "\f1b4"; }
.ri-suitcase-2-line:before { content: "\f1b5"; }
.ri-suitcase-3-fill:before { content: "\f1b6"; }
.ri-suitcase-3-line:before { content: "\f1b7"; }
.ri-suitcase-fill:before { content: "\f1b8"; }
.ri-suitcase-line:before { content: "\f1b9"; }
.ri-sun-cloudy-fill:before { content: "\f1ba"; }
.ri-sun-cloudy-line:before { content: "\f1bb"; }
.ri-sun-fill:before { content: "\f1bc"; }
.ri-sun-foggy-fill:before { content: "\f1bd"; }
.ri-sun-foggy-line:before { content: "\f1be"; }
.ri-sun-line:before { content: "\f1bf"; }
.ri-superscript-2:before { content: "\f1c0"; }
.ri-superscript:before { content: "\f1c1"; }
.ri-surgical-mask-fill:before { content: "\f1c2"; }
.ri-surgical-mask-line:before { content: "\f1c3"; }
.ri-surround-sound-fill:before { content: "\f1c4"; }
.ri-surround-sound-line:before { content: "\f1c5"; }
.ri-survey-fill:before { content: "\f1c6"; }
.ri-survey-line:before { content: "\f1c7"; }
.ri-swap-box-fill:before { content: "\f1c8"; }
.ri-swap-box-line:before { content: "\f1c9"; }
.ri-swap-fill:before { content: "\f1ca"; }
.ri-swap-line:before { content: "\f1cb"; }
.ri-switch-fill:before { content: "\f1cc"; }
.ri-switch-line:before { content: "\f1cd"; }
.ri-sword-fill:before { content: "\f1ce"; }
.ri-sword-line:before { content: "\f1cf"; }
.ri-syringe-fill:before { content: "\f1d0"; }
.ri-syringe-line:before { content: "\f1d1"; }
.ri-t-box-fill:before { content: "\f1d2"; }
.ri-t-box-line:before { content: "\f1d3"; }
.ri-t-shirt-2-fill:before { content: "\f1d4"; }
.ri-t-shirt-2-line:before { content: "\f1d5"; }
.ri-t-shirt-air-fill:before { content: "\f1d6"; }
.ri-t-shirt-air-line:before { content: "\f1d7"; }
.ri-t-shirt-fill:before { content: "\f1d8"; }
.ri-t-shirt-line:before { content: "\f1d9"; }
.ri-table-2:before { content: "\f1da"; }
.ri-table-alt-fill:before { content: "\f1db"; }
.ri-table-alt-line:before { content: "\f1dc"; }
.ri-table-fill:before { content: "\f1dd"; }
.ri-table-line:before { content: "\f1de"; }
.ri-tablet-fill:before { content: "\f1df"; }
.ri-tablet-line:before { content: "\f1e0"; }
.ri-takeaway-fill:before { content: "\f1e1"; }
.ri-takeaway-line:before { content: "\f1e2"; }
.ri-taobao-fill:before { content: "\f1e3"; }
.ri-taobao-line:before { content: "\f1e4"; }
.ri-tape-fill:before { content: "\f1e5"; }
.ri-tape-line:before { content: "\f1e6"; }
.ri-task-fill:before { content: "\f1e7"; }
.ri-task-line:before { content: "\f1e8"; }
.ri-taxi-fill:before { content: "\f1e9"; }
.ri-taxi-line:before { content: "\f1ea"; }
.ri-taxi-wifi-fill:before { content: "\f1eb"; }
.ri-taxi-wifi-line:before { content: "\f1ec"; }
.ri-team-fill:before { content: "\f1ed"; }
.ri-team-line:before { content: "\f1ee"; }
.ri-telegram-fill:before { content: "\f1ef"; }
.ri-telegram-line:before { content: "\f1f0"; }
.ri-temp-cold-fill:before { content: "\f1f1"; }
.ri-temp-cold-line:before { content: "\f1f2"; }
.ri-temp-hot-fill:before { content: "\f1f3"; }
.ri-temp-hot-line:before { content: "\f1f4"; }
.ri-terminal-box-fill:before { content: "\f1f5"; }
.ri-terminal-box-line:before { content: "\f1f6"; }
.ri-terminal-fill:before { content: "\f1f7"; }
.ri-terminal-line:before { content: "\f1f8"; }
.ri-terminal-window-fill:before { content: "\f1f9"; }
.ri-terminal-window-line:before { content: "\f1fa"; }
.ri-test-tube-fill:before { content: "\f1fb"; }
.ri-test-tube-line:before { content: "\f1fc"; }
.ri-text-direction-l:before { content: "\f1fd"; }
.ri-text-direction-r:before { content: "\f1fe"; }
.ri-text-spacing:before { content: "\f1ff"; }
.ri-text-wrap:before { content: "\f200"; }
.ri-text:before { content: "\f201"; }
.ri-thermometer-fill:before { content: "\f202"; }
.ri-thermometer-line:before { content: "\f203"; }
.ri-thumb-down-fill:before { content: "\f204"; }
.ri-thumb-down-line:before { content: "\f205"; }
.ri-thumb-up-fill:before { content: "\f206"; }
.ri-thumb-up-line:before { content: "\f207"; }
.ri-thunderstorms-fill:before { content: "\f208"; }
.ri-thunderstorms-line:before { content: "\f209"; }
.ri-ticket-2-fill:before { content: "\f20a"; }
.ri-ticket-2-line:before { content: "\f20b"; }
.ri-ticket-fill:before { content: "\f20c"; }
.ri-ticket-line:before { content: "\f20d"; }
.ri-time-fill:before { content: "\f20e"; }
.ri-time-line:before { content: "\f20f"; }
.ri-timer-2-fill:before { content: "\f210"; }
.ri-timer-2-line:before { content: "\f211"; }
.ri-timer-fill:before { content: "\f212"; }
.ri-timer-flash-fill:before { content: "\f213"; }
.ri-timer-flash-line:before { content: "\f214"; }
.ri-timer-line:before { content: "\f215"; }
.ri-todo-fill:before { content: "\f216"; }
.ri-todo-line:before { content: "\f217"; }
.ri-toggle-fill:before { content: "\f218"; }
.ri-toggle-line:before { content: "\f219"; }
.ri-tools-fill:before { content: "\f21a"; }
.ri-tools-line:before { content: "\f21b"; }
.ri-tornado-fill:before { content: "\f21c"; }
.ri-tornado-line:before { content: "\f21d"; }
.ri-trademark-fill:before { content: "\f21e"; }
.ri-trademark-line:before { content: "\f21f"; }
.ri-traffic-light-fill:before { content: "\f220"; }
.ri-traffic-light-line:before { content: "\f221"; }
.ri-train-fill:before { content: "\f222"; }
.ri-train-line:before { content: "\f223"; }
.ri-train-wifi-fill:before { content: "\f224"; }
.ri-train-wifi-line:before { content: "\f225"; }
.ri-translate-2:before { content: "\f226"; }
.ri-translate:before { content: "\f227"; }
.ri-travesti-fill:before { content: "\f228"; }
.ri-travesti-line:before { content: "\f229"; }
.ri-treasure-map-fill:before { content: "\f22a"; }
.ri-treasure-map-line:before { content: "\f22b"; }
.ri-trello-fill:before { content: "\f22c"; }
.ri-trello-line:before { content: "\f22d"; }
.ri-trophy-fill:before { content: "\f22e"; }
.ri-trophy-line:before { content: "\f22f"; }
.ri-truck-fill:before { content: "\f230"; }
.ri-truck-line:before { content: "\f231"; }
.ri-tumblr-fill:before { content: "\f232"; }
.ri-tumblr-line:before { content: "\f233"; }
.ri-tv-2-fill:before { content: "\f234"; }
.ri-tv-2-line:before { content: "\f235"; }
.ri-tv-fill:before { content: "\f236"; }
.ri-tv-line:before { content: "\f237"; }
.ri-twitch-fill:before { content: "\f238"; }
.ri-twitch-line:before { content: "\f239"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-twitter-line:before { content: "\f23b"; }
.ri-typhoon-fill:before { content: "\f23c"; }
.ri-typhoon-line:before { content: "\f23d"; }
.ri-u-disk-fill:before { content: "\f23e"; }
.ri-u-disk-line:before { content: "\f23f"; }
.ri-ubuntu-fill:before { content: "\f240"; }
.ri-ubuntu-line:before { content: "\f241"; }
.ri-umbrella-fill:before { content: "\f242"; }
.ri-umbrella-line:before { content: "\f243"; }
.ri-underline:before { content: "\f244"; }
.ri-uninstall-fill:before { content: "\f245"; }
.ri-uninstall-line:before { content: "\f246"; }
.ri-unsplash-fill:before { content: "\f247"; }
.ri-unsplash-line:before { content: "\f248"; }
.ri-upload-2-fill:before { content: "\f249"; }
.ri-upload-2-line:before { content: "\f24a"; }
.ri-upload-cloud-2-fill:before { content: "\f24b"; }
.ri-upload-cloud-2-line:before { content: "\f24c"; }
.ri-upload-cloud-fill:before { content: "\f24d"; }
.ri-upload-cloud-line:before { content: "\f24e"; }
.ri-upload-fill:before { content: "\f24f"; }
.ri-upload-line:before { content: "\f250"; }
.ri-usb-fill:before { content: "\f251"; }
.ri-usb-line:before { content: "\f252"; }
.ri-user-2-fill:before { content: "\f253"; }
.ri-user-2-line:before { content: "\f254"; }
.ri-user-3-fill:before { content: "\f255"; }
.ri-user-3-line:before { content: "\f256"; }
.ri-user-4-fill:before { content: "\f257"; }
.ri-user-4-line:before { content: "\f258"; }
.ri-user-5-fill:before { content: "\f259"; }
.ri-user-5-line:before { content: "\f25a"; }
.ri-user-6-fill:before { content: "\f25b"; }
.ri-user-6-line:before { content: "\f25c"; }
.ri-user-add-fill:before { content: "\f25d"; }
.ri-user-add-line:before { content: "\f25e"; }
.ri-user-fill:before { content: "\f25f"; }
.ri-user-follow-fill:before { content: "\f260"; }
.ri-user-follow-line:before { content: "\f261"; }
.ri-user-heart-fill:before { content: "\f262"; }
.ri-user-heart-line:before { content: "\f263"; }
.ri-user-line:before { content: "\f264"; }
.ri-user-location-fill:before { content: "\f265"; }
.ri-user-location-line:before { content: "\f266"; }
.ri-user-received-2-fill:before { content: "\f267"; }
.ri-user-received-2-line:before { content: "\f268"; }
.ri-user-received-fill:before { content: "\f269"; }
.ri-user-received-line:before { content: "\f26a"; }
.ri-user-search-fill:before { content: "\f26b"; }
.ri-user-search-line:before { content: "\f26c"; }
.ri-user-settings-fill:before { content: "\f26d"; }
.ri-user-settings-line:before { content: "\f26e"; }
.ri-user-shared-2-fill:before { content: "\f26f"; }
.ri-user-shared-2-line:before { content: "\f270"; }
.ri-user-shared-fill:before { content: "\f271"; }
.ri-user-shared-line:before { content: "\f272"; }
.ri-user-smile-fill:before { content: "\f273"; }
.ri-user-smile-line:before { content: "\f274"; }
.ri-user-star-fill:before { content: "\f275"; }
.ri-user-star-line:before { content: "\f276"; }
.ri-user-unfollow-fill:before { content: "\f277"; }
.ri-user-unfollow-line:before { content: "\f278"; }
.ri-user-voice-fill:before { content: "\f279"; }
.ri-user-voice-line:before { content: "\f27a"; }
.ri-video-add-fill:before { content: "\f27b"; }
.ri-video-add-line:before { content: "\f27c"; }
.ri-video-chat-fill:before { content: "\f27d"; }
.ri-video-chat-line:before { content: "\f27e"; }
.ri-video-download-fill:before { content: "\f27f"; }
.ri-video-download-line:before { content: "\f280"; }
.ri-video-fill:before { content: "\f281"; }
.ri-video-line:before { content: "\f282"; }
.ri-video-upload-fill:before { content: "\f283"; }
.ri-video-upload-line:before { content: "\f284"; }
.ri-vidicon-2-fill:before { content: "\f285"; }
.ri-vidicon-2-line:before { content: "\f286"; }
.ri-vidicon-fill:before { content: "\f287"; }
.ri-vidicon-line:before { content: "\f288"; }
.ri-vimeo-fill:before { content: "\f289"; }
.ri-vimeo-line:before { content: "\f28a"; }
.ri-vip-crown-2-fill:before { content: "\f28b"; }
.ri-vip-crown-2-line:before { content: "\f28c"; }
.ri-vip-crown-fill:before { content: "\f28d"; }
.ri-vip-crown-line:before { content: "\f28e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-vip-diamond-line:before { content: "\f290"; }
.ri-vip-fill:before { content: "\f291"; }
.ri-vip-line:before { content: "\f292"; }
.ri-virus-fill:before { content: "\f293"; }
.ri-virus-line:before { content: "\f294"; }
.ri-visa-fill:before { content: "\f295"; }
.ri-visa-line:before { content: "\f296"; }
.ri-voice-recognition-fill:before { content: "\f297"; }
.ri-voice-recognition-line:before { content: "\f298"; }
.ri-voiceprint-fill:before { content: "\f299"; }
.ri-voiceprint-line:before { content: "\f29a"; }
.ri-volume-down-fill:before { content: "\f29b"; }
.ri-volume-down-line:before { content: "\f29c"; }
.ri-volume-mute-fill:before { content: "\f29d"; }
.ri-volume-mute-line:before { content: "\f29e"; }
.ri-volume-off-vibrate-fill:before { content: "\f29f"; }
.ri-volume-off-vibrate-line:before { content: "\f2a0"; }
.ri-volume-up-fill:before { content: "\f2a1"; }
.ri-volume-up-line:before { content: "\f2a2"; }
.ri-volume-vibrate-fill:before { content: "\f2a3"; }
.ri-volume-vibrate-line:before { content: "\f2a4"; }
.ri-vuejs-fill:before { content: "\f2a5"; }
.ri-vuejs-line:before { content: "\f2a6"; }
.ri-walk-fill:before { content: "\f2a7"; }
.ri-walk-line:before { content: "\f2a8"; }
.ri-wallet-2-fill:before { content: "\f2a9"; }
.ri-wallet-2-line:before { content: "\f2aa"; }
.ri-wallet-3-fill:before { content: "\f2ab"; }
.ri-wallet-3-line:before { content: "\f2ac"; }
.ri-wallet-fill:before { content: "\f2ad"; }
.ri-wallet-line:before { content: "\f2ae"; }
.ri-water-flash-fill:before { content: "\f2af"; }
.ri-water-flash-line:before { content: "\f2b0"; }
.ri-webcam-fill:before { content: "\f2b1"; }
.ri-webcam-line:before { content: "\f2b2"; }
.ri-wechat-2-fill:before { content: "\f2b3"; }
.ri-wechat-2-line:before { content: "\f2b4"; }
.ri-wechat-fill:before { content: "\f2b5"; }
.ri-wechat-line:before { content: "\f2b6"; }
.ri-wechat-pay-fill:before { content: "\f2b7"; }
.ri-wechat-pay-line:before { content: "\f2b8"; }
.ri-weibo-fill:before { content: "\f2b9"; }
.ri-weibo-line:before { content: "\f2ba"; }
.ri-whatsapp-fill:before { content: "\f2bb"; }
.ri-whatsapp-line:before { content: "\f2bc"; }
.ri-wheelchair-fill:before { content: "\f2bd"; }
.ri-wheelchair-line:before { content: "\f2be"; }
.ri-wifi-fill:before { content: "\f2bf"; }
.ri-wifi-line:before { content: "\f2c0"; }
.ri-wifi-off-fill:before { content: "\f2c1"; }
.ri-wifi-off-line:before { content: "\f2c2"; }
.ri-window-2-fill:before { content: "\f2c3"; }
.ri-window-2-line:before { content: "\f2c4"; }
.ri-window-fill:before { content: "\f2c5"; }
.ri-window-line:before { content: "\f2c6"; }
.ri-windows-fill:before { content: "\f2c7"; }
.ri-windows-line:before { content: "\f2c8"; }
.ri-windy-fill:before { content: "\f2c9"; }
.ri-windy-line:before { content: "\f2ca"; }
.ri-wireless-charging-fill:before { content: "\f2cb"; }
.ri-wireless-charging-line:before { content: "\f2cc"; }
.ri-women-fill:before { content: "\f2cd"; }
.ri-women-line:before { content: "\f2ce"; }
.ri-wubi-input:before { content: "\f2cf"; }
.ri-xbox-fill:before { content: "\f2d0"; }
.ri-xbox-line:before { content: "\f2d1"; }
.ri-xing-fill:before { content: "\f2d2"; }
.ri-xing-line:before { content: "\f2d3"; }
.ri-youtube-fill:before { content: "\f2d4"; }
.ri-youtube-line:before { content: "\f2d5"; }
.ri-zcool-fill:before { content: "\f2d6"; }
.ri-zcool-line:before { content: "\f2d7"; }
.ri-zhihu-fill:before { content: "\f2d8"; }
.ri-zhihu-line:before { content: "\f2d9"; }
.ri-zoom-in-fill:before { content: "\f2da"; }
.ri-zoom-in-line:before { content: "\f2db"; }
.ri-zoom-out-fill:before { content: "\f2dc"; }
.ri-zoom-out-line:before { content: "\f2dd"; }
.ri-zzz-fill:before { content: "\f2de"; }
.ri-zzz-line:before { content: "\f2df"; }


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/assets2/css/plugins/fonts/slick-ced611daf7709cc778da928fec876475.eot);
    src: url(/assets2/css/plugins/fonts/slick-ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/assets2/css/plugins/fonts/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/assets2/css/plugins/fonts/slick-d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/assets2/css/plugins/fonts/slick-f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    display: none;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.telegram-subscribe-block{margin-bottom:10px}.telegram h1{font-size:24px;font-weight:500;line-height:32px;color:#0A0A14}.telegram p{margin:5px 0}.telegram-faq-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:253px;position:relative;background:url(/assets2/css/img/telegram/img_phone-5dc9287275f4ef1313a0ded08fc0486a.png) #fff center right no-repeat;background-size:contain;border-radius:16px}@media only screen and (max-width: 700px){.telegram-faq-header{height:100%;background:#fff}}.telegram-faq-header_link{text-align:left;position:relative;margin:20px}@media only screen and (max-width: 700px){.telegram-faq-header_link{text-align:center;width:100%;margin:20px 0}}.telegram-faq-header_link p{font-size:14px;font-weight:400;line-height:20px;color:#434343}.telegram-faq-header_link p a{color:#0A0A14;text-decoration-line:underline}.telegram-faq-header_link .link{display:block;border-radius:5px;background:#24A1DE;padding:12px 16px;width:fit-content;margin-top:20px}@media only screen and (max-width: 700px){.telegram-faq-header_link .link{margin:20px auto 0 auto}}.telegram-faq-header_link .link a{position:relative;color:#FFF;font-size:16px;font-weight:500;line-height:20px;text-decoration:none;padding:0 0 0 25px}.telegram-faq-header_link .link a:before{content:"";display:block;position:absolute;top:50%;left:0;width:20px;height:20px;background:url(/assets2/css/img/telegram/img_tg-e74ba29acf4061c5385d586c4faa981d.svg) no-repeat;background-size:contain;transform:translate(0, -50%)}.telegram-faq-header_pic{display:none;background:url(/assets2/css/img/telegram/img_phone_min-2ee0335a58c0cffcc348f13ceafc91d8.png) #fff center center no-repeat;background-size:cover;height:320px;width:100%}@media only screen and (max-width: 700px){.telegram-faq-header_pic{display:block}}.telegram-faq-body{display:flex;flex-direction:column;row-gap:24px;align-items:flex-start;margin-top:48px}.telegram-faq-body_group{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:24px;width:100%}.telegram-faq-body_group .item{display:flex;flex-direction:column;align-items:flex-start;width:calc(50% - 52px);min-height:100%;row-gap:20px;padding:20px;border-radius:5px;background:#FFF}@media only screen and (max-width: 700px){.telegram-faq-body_group .item{width:100%}}.telegram-faq-body_group .item img{width:20px;height:20px}.telegram-faq-body_group .item p{color:#474747;font-size:16px;font-weight:400;line-height:20px}.telegram-faq-body_group .item span{color:#474747;opacity:0.6;font-size:12px;font-weight:400;line-height:16px}.leo_fader{position:fixed;display:none;top:0;left:0;width:100%;height:100%;padding:0 0 2px 0;background:rgba(0,0,0,0.5);z-index:1000;text-align:center;overflow:hidden}@media only screen and (max-width: 800px){.leo_fader{position:absolute}}.leo_container{display:none;display:inline-block;position:absolute;top:10%;left:50%;width:352px;margin:0 0 0 -126px}.leo_container.shown{visibility:visible;opacity:1;transition-delay:0s}.leo_container.shown .bubble{margin-bottom:-7px;opacity:1;transition-delay:0s}.leo_container.shown #lion{margin-bottom:-57px}@media only screen and (max-width: 800px){.leo_container{position:relative;top:0;left:0;margin:80px auto 0 auto}}@media only screen and (max-width: 320px){.leo_container{width:300px}}.leo_container .bubble{margin-bottom:-50px;opacity:0.2;transition:all 0.3s ease-in-out}.leo_container .bubble .bubble_content{margin:0 auto;width:265px;text-align:center;padding:16px 0 18px 0;background:#aaa;border-radius:4px;color:#fff;font-size:12px}.leo_container .bubble .bubble_arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #aaa;margin:0 auto}.leo_container .answer{padding-top:60px;width:100%;min-height:100px;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,0.16);background:#fff}.leo_container .answer .answer_container{padding:0 14px 4px 14px}.leo_container #lion{margin-bottom:0px;transition:all 0.3s ease-in-out}.leo_container .buttons{margin:16px 0;text-align:left}@media only screen and (max-width: 320px){.leo_container .buttons{text-align:center}}.leo_container .buttons button{background:#aaa;padding:12px 3px;border:none;border-radius:4px;display:inline-block;color:#fff;font-size:12px;width:155px;margin:5px 11px 5px 0}@media only screen and (max-width: 320px){.leo_container .buttons button{margin:5px 0}}.leo_container .buttons button:last-child{margin:5px 0}.introducing{background:#fff;font-weight:600;font-size:16px;line-height:22px;text-align:center;color:#243445;padding:40px 0 0 0}.introducing h1,.introducing h2{font-size:32px;font-weight:600;line-height:43px}.introducing h3,.introducing h4{font-size:32px;font-weight:600;line-height:43px}.introducing h2,.introducing h3,.introducing p,.introducing div,.introducing ul{margin:48px 0 0 0}.introducing div p{margin:0}.introducing ul.counter{color:#fff;display:block;list-style-type:none;width:330px;height:112px;border-radius:4px;background-color:#243445;margin-left:auto;margin-right:auto}.introducing ul.counter li{width:110px;float:left;padding:15px 0}.introducing ul.counter li p{margin:0;padding:8px 0 0 0}.introducing div.scheme{background:no-repeat 50% 0 url(/assets2/css/images/introducing/schemes-586f282802726cb61af68ac675888b06.png);height:200px}.introducing p.step{background:no-repeat 50% 8px;padding:60px 0 0 0}.introducing p.step.step1{background-image:url(/assets2/css/images/introducing/1-star-28bf9363bcaf68c9c25831ae39731f1e.png)}.introducing p.step.step2{background-image:url(/assets2/css/images/introducing/2-star-ea2068e0ffa41962b77979d728a4b040.png)}.introducing p.step.step3{background-image:url(/assets2/css/images/introducing/3-star-9f8d57426270347e995c6c6a30be8d96.png)}.introducing p.step.step2,.introducing p.step.step3{margin:0}.introducing h2{background:no-repeat 50% 100% url(/assets2/css/images/introducing/back-planet-452f3de53b6ddc913fc93ec4bdf45902.png);padding:0 0 418px 0}.header-guest{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;background:#0A0A14;border-radius:10px;padding:20px;margin:20px}@media only screen and (max-width: 360px){.header-guest{flex-direction:column;row-gap:20px}}.header-guest_logo{background:url(/assets2/css/img/logo_guest-2790b338b73ded16332c286c47301473.svg) no-repeat;width:103px;height:32px}.header-guest_button{display:flex;flex-direction:row;justify-content:flex-end;column-gap:12px}.header-guest_button a{font-size:14px;line-height:20px;padding:6px 16px;color:#0A0A14;border-radius:5px;text-align:center;text-decoration:none}.header-guest .button_auth{background:#ECECEC}.header-guest .button_reg{background:#FFDC00}.header-error{display:block;position:relative;width:100%;text-align:center;padding:32px 0}.header-error_logo{display:inline-block;background:url(/assets2/css/img/logo-337994a0c39ce44ee842b4599729656f.svg) no-repeat;background-size:contain;width:143px;height:32px;margin:auto}.header-balance{display:block;position:relative;padding:0 12px 0 0;border-right:1px solid #DCDCE0}.header-balance.disabled{cursor:not-allowed;pointer-events:none}@media only screen and (max-width: 800px){.header-balance{display:none}}.header-balance .columns-left-user-item-ico{padding:0 0 0 25px}.header-balance .columns-left-user-item-ico a{color:#0A0A14;text-decoration:none;font-size:12px;font-weight:400}.header-balance .columns-left-user-item-ico.ico-balance:before{background-size:contain;width:16px;height:16px;left:0}.header-balance .columns-left-user-item-ico b{margin:0 0 0 5px;font-size:14px;font-weight:600}.header-balance .columns-left-user-item-ico .balance-arrow{width:12px;height:12px;margin:0 0 0 2px;background:url(/assets2/css/img/icon_arrow_balance-35a44d8357cfe7185db4e4cb35627145.svg) no-repeat;transition:0.2s ease-out all}.header-balance.disabled .columns-left-user-item-ico a{color:#AAA}.header-balance.open .columns-left-user-item-ico .balance-arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.header-balance_details{display:none;position:absolute;top:20px;left:25px;padding:12px;flex-direction:column;align-items:flex-start;row-gap:16px;border-radius:10px;border:1px solid #EAEAEA;box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25),0px 4px 4px 0px rgba(0,0,0,0.25);background:#fff}.header-balance_details div{white-space:nowrap;font-weight:500;width:100%;font-size:12px}.header-balance_details div:last-child{border-top:1px solid #EAEAEA;padding-top:16px}.open .header-balance_details{display:flex}.header-user{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;height:46px;margin:0 24px 0 auto;border-bottom:#ECECEC 1px solid}@media only screen and (max-width: 800px){.header-user{display:none}}.header-user .columns-left-tariff{border-right:1px solid #DCDCE0}.header-user .columns-left-tariff .columns-left-user-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 12px 0 0}.header-user .columns-left-tariff .columns-left-user-item span{font-weight:400}.header-user .columns-left-tariff .columns-left-user-item .tariff-name{margin:0 8px 0 0}.header-user .columns-left-tariff .columns-left-user-item.disabled{cursor:not-allowed;pointer-events:none}.header-user .columns-left-tariff .columns-left-user-item.disabled a{color:#AAA !important}.header-user .columns-left-tariff.disabled{cursor:not-allowed;pointer-events:none}.header-user .columns-left-tariff.disabled .columns-left-user-item a{color:#AAA !important}.header-user .columns-left-user-item-ico{padding:0 0 0 36px}.header-user .columns-left-user-item-ico:before{left:12px}.header-user .columns-left-user-item.disabled{cursor:not-allowed;pointer-events:none}.header-user .columns-left-user-item.disabled .columns-left-user-item-ico{color:#AAA !important}.header-advertiser{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:24px 48px;border-radius:48px;background:#0A0A14;margin:24px 0;position:fixed;top:0;width:calc(100% - 96px - 40px);z-index:100}@media only screen and (max-width: 480px){.header-advertiser{position:fixed;top:0;left:0;width:calc(100% - 48px);z-index:100;padding:24px;border-radius:0;margin:0}}.header-advertiser a{color:#878791;font-size:14px;line-height:20px;text-decoration:none}.header-advertiser a.active{color:#ffffff}.header-advertiser .header_cross{display:none;width:18px;height:16px;background:url(/assets2/css/img/icon/icon_burger-154e7744474ca211a3daa60f77bf5561.svg) no-repeat;cursor:pointer}@media only screen and (max-width: 480px){.header-advertiser .header_cross{display:block}}.header-advertiser .header_cross.open{background:url(/assets2/css/img/icon/icon_close-c2cd98e80e905f8cb806d264628d5663.svg) no-repeat}.header-advertiser .header-link{display:block;width:22px;height:22px;background:url(/assets2/css/img/icon_arrow_back-a802192f085115afb39604cd6761dcdb.svg) no-repeat}.header-advertiser .header-terms{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}@media only screen and (max-width: 480px){.header-advertiser .header-terms{display:none;flex-direction:column;align-items:flex-start;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#0A0A14;z-index:100;padding:16px}.header-advertiser .header-terms a{font-size:32px;font-weight:400;line-height:40px}}.header-advertiser .header-terms.open{display:flex;z-index:-1}.header-advertiser .header-logo{display:block;width:90px;height:24px;background:url(/assets2/css/img/cabinet/logo_kingfin-db8620b424bfd30474a1a8d0ea2672f1.svg) no-repeat;background-size:cover}.box-footer{background:#292929;padding-top:32px;clear:both}@media (min-width: 801px){.box-footer{margin-left:236px}}@media (min-width: 800px){.guest .box-footer{margin-left:0}}.footer__wrapper{padding:0 40px;position:relative;color:#AAAAAA}.footer__content{position:relative;padding:10px 0 30px}.footer__logo-container{align-items:center;display:flex}.footer__logo{width:89px;height:28px;background:url(/assets2/css/img/logo_white-985b2a768b64be53dad9f1e0d4d109b8.svg) center center no-repeat}.footer__eighteen-plus{font-size:16px;color:#fff;margin-left:5px}.footer__copyright{font-size:14px;margin-top:40px;text-align:left}.footer__scrolltop-arrow{height:48px;width:48px;position:absolute;cursor:pointer;background:#333;top:0;right:40px}.footer__scrolltop-arrow:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:16px;height:19px;background:url(/assets2/css/img/arrow_footer-049057f8383196f9ff3f344b7e849960.svg) no-repeat 0 0;background-size:contain}.footer__address{font-size:14px;line-height:26px;margin-top:30px}.footer__address-en{display:block;width:100%;height:169px;background:url(/assets2/css/img/footer/footer_320-480-f26bde16c52f31a09f8bb8c378163b3a.svg) no-repeat 0 0;background-size:contain}@media (min-width: 481px){.footer__address-en{height:115px;background:url(/assets2/css/img/footer/footer_480-768-ab4ca0c935520799ccdef49438357413.svg) no-repeat 0 0;background-size:contain}}@media (min-width: 769px){.footer__address-en{height:65px;background:url(/assets2/css/img/footer/footer_768-802-e9ceb316cb21778ef22af8aeec214a15.svg) no-repeat 0 0;background-size:contain}}@media (min-width: 803px){.footer__address-en{height:91px;background:url(/assets2/css/img/footer/footer_802-1152-65048f1d30c12ec329c715b547fd603f.svg) no-repeat 0 0;background-size:contain}}@media (min-width: 1153px){.footer__address-en{height:39px;background:url(/assets2/css/img/footer/footer_1152-71a7acd0c6edd70df6b9a1333b11af77.svg) no-repeat 0 0;background-size:contain}}.footer__bottom{padding:32px 0;background:#343434}.footer__bottom .footer__wrapper{display:grid;grid-template-areas:'langSelect langSelect' 'menu social';grid-template-columns:auto max-content}@media (min-width: 1152px){.footer__bottom .footer__wrapper{grid-template-areas:'langSelect menu social';grid-template-columns:auto auto max-content}}.footer__menu{grid-area:menu;display:flex;flex-direction:column}@media (min-width: 1152px){.footer__menu{justify-content:flex-end;flex-direction:row;align-items:center}}.footer__menu a{display:inline-block;text-decoration:none;color:#ECECEC;font-size:14px;line-height:16px;margin-top:8px}@media (min-width: 1152px){.footer__menu a{margin-top:0;margin-right:40px}.footer__menu a:last-child{margin-right:0}}.footer__social{grid-area:social;display:flex;flex-direction:row;gap:10px}.footer__social a{text-decoration:none;justify-self:end;align-self:center;display:block;width:24px;height:24px}@media (min-width: 1152px){.footer__social a{margin-top:0}.footer__social a:last-child{margin-right:0}}.footer__social__facebook-icon{background:url(/assets2/css/img/footer-facebook-icon-21b5a9dda764ff3e8add73e316a8c1b4.svg) center center no-repeat;background-size:contain}@media (min-width: 1152px){.footer__social__facebook-icon{margin-left:48px;align-self:center}}.footer__social__instagram-icon{background:url(/assets2/css/img/footer-instagram-icon-1c094f2f8c3ed0ea007b48c7ad903b35.svg) center center no-repeat;background-size:contain}@media (min-width: 1152px){.footer__social__instagram-icon{margin-left:28px;align-self:center}}.footer__social__tiktok-icon{background:url(/assets2/css/img/footer-tiktok-icon-c1bf5c176b0b0715cd555912c8c746f4.svg) center center no-repeat;background-size:contain}@media (min-width: 1152px){.footer__social__tiktok-icon{margin-left:28px;align-self:center}}.footer__social__telegram-icon{background:url(/assets2/css/img/footer-telegram-icon-91d9fecdc4f80a814115e0125ce39dc8.svg) center center no-repeat;background-size:contain}@media (min-width: 1152px){.footer__social__telegram-icon{margin-left:28px;align-self:center}}.footer__language{width:100%;margin-bottom:28px;grid-area:langSelect}@media (min-width: 1152px){.footer__language{max-width:200px;margin-bottom:0;margin-right:auto}}.footer__language .jq-selectbox{height:40px;line-height:40px}.footer__language .jq-selectbox__select{line-height:38px;height:40px;background:transparent;border-color:#2E2E2E;color:#DDE0E3;border-radius:4px}.footer__language .jq-selectbox__select-text{color:#DDE0E3}.footer__language .jq-selectbox__trigger{background:transparent}.footer__language .jq-selectbox__trigger-arrow:before,.footer__language .jq-selectbox__trigger-arrow:after{background:#DDE0E3;height:2px;width:8px;border-radius:1px}.footer__language .jq-selectbox__trigger-arrow:after{margin-left:0}.footer__language .jq-selectbox__dropdown{border-radius:4px;overflow:hidden;background:#2E2E2E;border-color:#5D616B}.footer__language .jq-selectbox li{color:#fff}.footer__language .jq-selectbox li.sel{background:transparent;position:relative}.footer__language .jq-selectbox li.sel:after{display:block;content:'';width:16px;height:16px;background:url(/assets2/css/img/icon_checkmark_gold-eaaa29360f69f208358ad7c9dd78bca1.svg) center center no-repeat;background-size:contain;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.footer__language .jq-selectbox li:hover{background:#5D616B}.footer__language .jq-selectbox.opened .jq-selectbox__select{background:transparent;border-color:#5D616B}.footer__language .jq-selectbox.opened .jq-selectbox__select-text{color:#fff}.footer__language .jq-selectbox.opened .jq-selectbox__trigger-arrow:before,.footer__language .jq-selectbox.opened .jq-selectbox__trigger-arrow:after{background:#fff}.footer-new{display:flex;padding:48px;flex-direction:row;justify-content:space-between;border-radius:48px;background:#EBEBF5;margin:20px}@media only screen and (max-width: 600px){.footer-new{padding:24px;flex-direction:column;align-items:flex-start;gap:40px;border-radius:24px}}.footer-new__info{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%}.footer-new__logo{display:block;height:32px}@media (max-width: 767px){.footer-new__logo{height:24px}}.footer-new__title{display:block;width:280px;height:95px;background:url(/assets2/css/img/footer/footer_title-085363f887a43d391b1651942032891d.svg) no-repeat 0 0;background-size:contain}.footer-new__text{display:block;width:100%;max-width:655px;height:30px;background:url(/assets2/css/img/footer/footer_1920-1025-22e819aed3303db67f01ae1058b05ffb.png) no-repeat 0 0;background-size:contain}@media (max-width: 1024px){.footer-new__text{height:40px;max-width:655px;background:url(/assets2/css/img/footer/footer_1024-768-90375bcc1d3c89ba17ca90977f594f0d.png) no-repeat 0 0;background-size:contain}}@media (max-width: 480px){.footer-new__text{height:70px;max-width:419px;background:url(/assets2/css/img/footer/footer_767-320-dc03538ba6c89a8d82a6425c31a9cbd6.png) no-repeat 0 0;background-size:contain}}.faq-form-item,.faq-form-inline{display:flex;flex-direction:row;justify-content:start;align-items:flex-end;flex-wrap:wrap;padding:0 0 20px 0}.faq-form-item.fld,.faq-form-inline.fld{padding:0}.faq-form-item .item-error,.faq-form-inline .item-error{width:100%}.faq-form-item .person-item,.faq-form-inline .person-item{display:block;position:relative;font-size:14px;width:100%;max-width:100%;margin:0 0 10px 0}.faq-form-item .person-item span,.faq-form-inline .person-item span{font-weight:300;font-size:12px;line-height:14px}.faq-form-item #block-list-contacts,.faq-form-inline #block-list-contacts{width:100%}.faq-form-item input.disable,.faq-form-inline input.disable{background-color:#FBFCFD;pointer-events:none}.faq-form-item .item-person,.faq-form-inline .item-person{display:flex;flex-direction:column;justify-content:start;position:relative;flex-wrap:wrap;margin:20px 20px 0 0}@media only screen and (max-width: 500px){.faq-form-item .item-person,.faq-form-inline .item-person{margin:10px 20px 0 0}}.faq-form-item .item-person .jq-selectbox,.faq-form-inline .item-person .jq-selectbox{margin:10px 0 0 0}.faq-form-item .item-person .error-item,.faq-form-inline .item-person .error-item{display:none;position:relative;font-weight:300;font-size:12px;line-height:14px;margin:0 0 5px 0;color:#FF003D}.faq-form-item .item-person .toogle-push,.faq-form-item .item-person .save-subscribe-email,.faq-form-inline .item-person .toogle-push,.faq-form-inline .item-person .save-subscribe-email{margin:0 10px 0 0}.faq-form-item .item-person.partner-name,.faq-form-item .item-person.partner-address,.faq-form-item .item-person.partner-passport,.faq-form-item .item-person.passport,.faq-form-inline .item-person.partner-name,.faq-form-inline .item-person.partner-address,.faq-form-inline .item-person.partner-passport,.faq-form-inline .item-person.passport{flex-grow:2}.faq-form-item .item-person.partner-name input,.faq-form-item .item-person.partner-name textarea,.faq-form-item .item-person.partner-address input,.faq-form-item .item-person.partner-address textarea,.faq-form-item .item-person.partner-passport input,.faq-form-item .item-person.partner-passport textarea,.faq-form-item .item-person.passport input,.faq-form-item .item-person.passport textarea,.faq-form-inline .item-person.partner-name input,.faq-form-inline .item-person.partner-name textarea,.faq-form-inline .item-person.partner-address input,.faq-form-inline .item-person.partner-address textarea,.faq-form-inline .item-person.partner-passport input,.faq-form-inline .item-person.partner-passport textarea,.faq-form-inline .item-person.passport input,.faq-form-inline .item-person.passport textarea{width:100%;min-width:265px}.faq-form-item .item-person.traff-back,.faq-form-inline .item-person.traff-back{flex-grow:2;position:relative}.faq-form-item .item-person.traff-back .tooltip,.faq-form-inline .item-person.traff-back .tooltip{display:none;position:absolute;bottom:-20px;left:50px;background:#F5F5F5;box-shadow:0px 4px 4px rgba(0,0,0,0.15);border-radius:10px;color:#0A0A14;font-size:12px;line-height:14px;text-align:center;padding:10px;z-index:10;max-width:300px}.faq-form-item .item-person.traff-back input,.faq-form-item .item-person.traff-back textarea,.faq-form-inline .item-person.traff-back input,.faq-form-inline .item-person.traff-back textarea{width:100%;min-width:265px}.faq-form-item .item-person.traff-back .icon-tooltip,.faq-form-inline .item-person.traff-back .icon-tooltip{display:block;position:absolute;top:0;left:90px;background:url(/assets2/css/img/icon_tip-7babb7e6e7e7764b514ae4377b14b33e.svg);width:16px;height:16px;cursor:pointer}.faq-form-item .item-person.traff-back .icon-tooltip:hover ~ .tooltip,.faq-form-inline .item-person.traff-back .icon-tooltip:hover ~ .tooltip{display:block}.faq-form-item .item-person.traffic,.faq-form-item .item-person.traffic-links,.faq-form-inline .item-person.traffic,.faq-form-inline .item-person.traffic-links{width:100%}.faq-form-item .item-person.traffic input,.faq-form-item .item-person.traffic textarea,.faq-form-item .item-person.traffic-links input,.faq-form-item .item-person.traffic-links textarea,.faq-form-inline .item-person.traffic input,.faq-form-inline .item-person.traffic textarea,.faq-form-inline .item-person.traffic-links input,.faq-form-inline .item-person.traffic-links textarea{width:100%}.faq-form-item .item-person.link-consent,.faq-form-inline .item-person.link-consent{margin:40px 0}.faq-form-item .item-person .attention-msg,.faq-form-inline .item-person .attention-msg{display:block;position:relative;color:#FF003D;font-size:12px;line-height:14px;margin:0 0 5px 0}.faq-form-item .item-person.row,.faq-form-inline .item-person.row{flex-direction:row;gap:20px}.faq-form-item .item-person .jq-selectbox,.faq-form-inline .item-person .jq-selectbox{margin:0}.faq-form-item .item-contact,.faq-form-item .item-review,.faq-form-inline .item-contact,.faq-form-inline .item-review{padding:0 0 20px 0}@media only screen and (max-width: 600px){.faq-form-item .item-contact,.faq-form-item .item-review,.faq-form-inline .item-contact,.faq-form-inline .item-review{display:flex;flex-direction:column}}.faq-form-item .item-contact .styled-select,.faq-form-item .item-review .styled-select,.faq-form-inline .item-contact .styled-select,.faq-form-inline .item-review .styled-select{margin-right:20px}.faq-form-item .item-contact input.faq-form-item-input,.faq-form-item .item-review input.faq-form-item-input,.faq-form-inline .item-contact input.faq-form-item-input,.faq-form-inline .item-review input.faq-form-item-input{margin-top:0}@media only screen and (max-width: 600px){.faq-form-item .item-contact input.faq-form-item-input,.faq-form-item .item-review input.faq-form-item-input,.faq-form-inline .item-contact input.faq-form-item-input,.faq-form-inline .item-review input.faq-form-item-input{margin-top:20px}}.faq-form-item .item-contact .contact-type li,.faq-form-item .item-review .contact-type li,.faq-form-inline .item-contact .contact-type li,.faq-form-inline .item-review .contact-type li{padding:10px 0 10px 40px}.faq-form-item .item-contact .contact-type #contact_,.faq-form-item .item-review .contact-type #contact_,.faq-form-inline .item-contact .contact-type #contact_,.faq-form-inline .item-review .contact-type #contact_{width:20px;height:20px}.faq-form-item .item-contact .contact-type #contact_telegram-styler,.faq-form-item .item-review .contact-type #contact_telegram-styler,.faq-form-inline .item-contact .contact-type #contact_telegram-styler,.faq-form-inline .item-review .contact-type #contact_telegram-styler{background-image:url(/assets2/css/img/icon_cpa_telegram-fa0436d4f4a65420fb98513cbcb03bcc.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-contact .contact-type #contact_whatsapp-styler,.faq-form-item .item-review .contact-type #contact_whatsapp-styler,.faq-form-inline .item-contact .contact-type #contact_whatsapp-styler,.faq-form-inline .item-review .contact-type #contact_whatsapp-styler{background-image:url(/assets2/css/img/icon_cpa_whatsapp-86b55bb7ce8b9e80d65af636d4fc2ba3.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-contact .contact-type #contact_skype-styler,.faq-form-item .item-review .contact-type #contact_skype-styler,.faq-form-inline .item-contact .contact-type #contact_skype-styler,.faq-form-inline .item-review .contact-type #contact_skype-styler{background-image:url(/assets2/css/img/icon_cpa_skype-1cd0f377436e921f0ac77ac3a65dca83.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-contact .contact-type #contact_viber-styler,.faq-form-item .item-review .contact-type #contact_viber-styler,.faq-form-inline .item-contact .contact-type #contact_viber-styler,.faq-form-inline .item-review .contact-type #contact_viber-styler{background-image:url(/assets2/css/img/icon_cpa_viber-ad82ca5c7db1ac39ed9f8d7d905880cf.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-contact .contact-type #contact_zalo-styler,.faq-form-item .item-review .contact-type #contact_zalo-styler,.faq-form-inline .item-contact .contact-type #contact_zalo-styler,.faq-form-inline .item-review .contact-type #contact_zalo-styler{background-image:url(/assets2/css/img/icon_cpa_zalo-2cbd09d9bcac33e015a8412f656eb4f9.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-contact .contact-type #contact_additional-styler,.faq-form-item .item-review .contact-type #contact_additional-styler,.faq-form-inline .item-contact .contact-type #contact_additional-styler,.faq-form-inline .item-review .contact-type #contact_additional-styler{background-image:url(/assets2/css/img/icon_cpa_contact-e61ffcc4568a2c8faff2442afa04bbcd.svg);background-position:10px center;background-repeat:no-repeat}.faq-form-item .item-review,.faq-form-inline .item-review{padding:0}.faq-form-item .item-review .styled-select,.faq-form-inline .item-review .styled-select{width:50%}.faq-form-item .item-review .jq-selectbox__select,.faq-form-inline .item-review .jq-selectbox__select{width:100%}.file-upload{position:relative;min-width:200px;max-width:100%;color:#FFCD00;text-align:left;margin:0;font-size:12px;line-height:14px}.payout .file-upload{height:auto}.file-upload p{color:#474747}.file-upload input[type="file"]{display:none}.file-upload label{display:flex;flex-direction:row;justify-content:start;align-items:center;position:relative}@media only screen and (max-width: 480px){.file-upload label{flex-direction:column-reverse;align-items:flex-start}}.file-upload .filename{font-size:14px;color:#AAAAAA;text-decoration:none;cursor:default;margin:0 0 0 30px}@media only screen and (max-width: 480px){.file-upload .filename{margin:0 0 10px 0}}.file-upload .filename .dwld{-webkit-animation:color_change 3s infinite alternate;-moz-animation:color_change 3s infinite alternate;-ms-animation:color_change 3s infinite alternate;-o-animation:color_change 3s infinite alternate;animation:color_change 3s infinite alternate}.file-upload .approv-format{clear:both;display:block;position:relative;font-size:13px;max-width:500px;color:#A9A9A9;text-decoration:none;margin:0 0 5px 0;cursor:default}@media only screen and (max-width: 480px){.file-upload .approv-format{font-size:11px}}@-webkit-keyframes color_change{from{color:#ddd}to{color:#696b70}}@-moz-keyframes color_change{from{color:#ddd}to{color:#696b70}}@-ms-keyframes color_change{from{color:#ddd}to{color:#696b70}}@-o-keyframes color_change{from{color:#ddd}to{color:#696b70}}@keyframes color_change{from{color:#ddd}to{color:#696b70}}.faq-form-item-input,textarea{background:#fff;border:1px solid #ECECEC;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;position:relative;width:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#474747;font-weight:300;line-height:1;height:40px;text-align:left;overflow:hidden;margin:0;padding:0 10px;text-decoration:none;outline:none}.faq-form-item-input .full_field,textarea .full_field{width:100%}.field-link{display:table;position:relative}.channels .field-link{display:table}.field-link:after{content:"";display:block;position:absolute;top:0;right:0;width:20px;height:20px;background:url(/assets2/css/img/icon-copy-c82005c45bd247190c41b0a95492fb63.svg) no-repeat center center #fff;padding:9px 12px;border:1px solid #ECECEC;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;cursor:pointer}.regforms-tab .field-link:after,.logo-tab .field-link:after{border:none;border-left:1px solid #ECECEC;padding:10px 12px}.field-link .title-copy{display:none;position:absolute;top:-30px;left:100%;background:#fff;color:#767676;font-size:10px;line-height:10px;padding:5px;border-radius:5px;border:1px solid #ebebeb;box-shadow:2px 2px 4px #c8c8c8;white-space:nowrap}@media only screen and (max-width: 480px){.field-link .title-copy{left:0;right:0;top:50px}}.faq-form-btn,.promo-lend-item-info-btn{display:inline-block;position:relative;min-width:200px;line-height:40px;background:#FFDC00;border:1px solid #FFDC00;outline:none;color:#0A0A14;font-size:14px;font-weight:500;text-align:center;height:40px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;margin:0;padding:0;cursor:pointer;transition:all .5s ease 0s}.faq-form-btn:hover,.promo-lend-item-info-btn:hover{background:#FFEB00;border:1px solid #FFEB00}.faq-form-btn:active,.promo-lend-item-info-btn:active{background:#FFEB78;border:1px solid #FFEB78}.faq-form-btn.none,.promo-lend-item-info-btn.none{display:none !important}.faq-form-btn.btn-copy,.promo-lend-item-info-btn.btn-copy{text-transform:uppercase}.faq-form-btn.dwld,.promo-lend-item-info-btn.dwld{position:relative;color:#0A0A14;background:#FFDC00;border:none;transition:all .5s ease 0s}.faq-form-btn.dwld:hover,.promo-lend-item-info-btn.dwld:hover{background:#FFEB00}.faq-form-btn.dwld:active,.promo-lend-item-info-btn.dwld:active{background:#FFEB78}.faq-form-btn.dwld:before,.promo-lend-item-info-btn.dwld:before{content:'';display:inline-block;position:relative;background:url(/assets2/css/img/icon_plus_black-15cfb88445e91eb5f952e181d936d951.svg) no-repeat;top:3px;left:-10px;width:16px;height:16px;font-size:20px;color:#fff}.faq-form-btn.copy,.promo-lend-item-info-btn.copy{position:relative;background:#FFCD00;transition:all .5s ease 0s}.faq-form-btn.copy:before,.promo-lend-item-info-btn.copy:before{content:'';display:inline-block;position:relative;background:url(/assets2/css/img/cabinet/icon_copy_code-b3da3657d61636bf352b45dc0d092aab.svg) no-repeat;background-size:contain;top:5px;left:-5px;width:18px;height:18px;font-size:20px;color:#fff}.faq-form-btn span,.promo-lend-item-info-btn span{font-size:15px}.faq-form-btn.action-add-contact,.faq-form-btn.action-save-phone,.promo-lend-item-info-btn.action-add-contact,.promo-lend-item-info-btn.action-save-phone{width:200px;margin:0}.faq-form-btn.grey,.promo-lend-item-info-btn.grey{background:#AAAAAA;color:#fff;border:none}.faq-form-btn.blue,.promo-lend-item-info-btn.blue{background:#FFCD00;color:#fff;font-weight:500;border:none}.faq-form-btn.padding,.promo-lend-item-info-btn.padding{margin:20px 0 0 0}.faq-form-btn.padding-left,.promo-lend-item-info-btn.padding-left{margin:0 20px 20px 0}.faq-form-btn.gold,.promo-lend-item-info-btn.gold{background:#FFCD00;border-radius:3px;color:#fff;border:1px solid #FFCD00}.faq-form-btn.gold:hover,.promo-lend-item-info-btn.gold:hover{background:#fff;color:#FFCD00;border:1px solid #FFCD00}.faq-form-btn.loader,.promo-lend-item-info-btn.loader{background:#E5E5E5;border:#E5E5E5;position:relative;color:#E5E5E5;pointer-events:none}.faq-form-btn.loader:before,.promo-lend-item-info-btn.loader:before{content:'';display:block;position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;background:url(/assets2/css/img/cabinet/icon_loader-f6f30f885b4c2a7e8e06fb9793808cc1.png) no-repeat;background-size:contain;animation:1s linear 0s normal none infinite running rotate;-webkit-animation:1s linear 0s normal none infinite running rotate}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.promo-lend-item-info-btn{margin:0 auto;z-index:100}.button_empty{display:inline-block;width:200px;background:#FFDC00;border:1px solid #FFDC00;outline:none;color:#0A0A14;box-sizing:border-box;border-radius:3px;font-weight:600;font-size:12px;line-height:40px;cursor:pointer;text-align:center;text-decoration:none}.button_empty:hover{background:#FFEB00;border:1px solid #FFEB00}.button_empty:active{background:#FFEB78;border:1px solid #FFEB78}.personal-data .faq-form-item .item-person,.personal-data .faq-form-inline .item-person{display:inline-block}.personal-data .faq-form-item .item-person .attention-msg,.personal-data .faq-form-inline .item-person .attention-msg{color:#474747;font-weight:600}.personal-data .faq-form-item.none,.personal-data .faq-form-inline.none{display:none !important}.personal-data .popup-phone{display:block;position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);width:100%;height:100%;text-align:center;z-index:1001}.personal-data .popup-phone.none{display:none !important}.personal-data .popup-phone p{padding:0;margin:0}.personal-data .popup-phone .text{margin:15px auto 0 auto}.personal-data .popup-phone .faq-form-item{text-align:center;padding:15px}.personal-data .popup-phone .faq-form-item .none{display:none !important}.personal-data .popup-phone .form{display:inline-block;position:absolute;top:50%;left:50%;background:#fff;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:0 0 30px 0;width:320px;transform:translate(-60px, -50%);min-height:240px}.personal-data .popup-phone .faq-form-btn{margin:15px auto 0 auto;background:#FFCD00;color:#fff;text-transform:inherit;font-size:14px}.personal-data .popup-phone .title-popup{font-size:18px;font-weight:500;margin:20px auto}.personal-data .popup-phone .title-input{max-width:200px;text-align:center;padding:5px 0;margin:0 auto}.personal-data .popup-phone .faq-form-item-input{margin:0 auto}.personal-data .popup-phone .action-support{width:auto !important;line-height:40px;border:1px solid #FFCD00}.personal-data .popup-phone label{display:inline-block;margin:0}.personal-data .popup-phone label div{margin:0 5px 0 0}.faq-form .personal-data .popup-phone p.error{margin:0 auto}.faq-form .personal-data .popup-phone p.success{margin:0 auto}.personal-data .faq-form-item{width:auto}.personal-data .faq-form form{margin:0}.personal-data .faq-form p{margin:20px 0 0 0}.personal-data .faq-form .block-personal-info{padding:30px;background:#fff;margin:0 0 20px 0;border-radius:5px}@media only screen and (max-width: 800px){.personal-data .faq-form .block-personal-info{padding:30px}}@media only screen and (max-width: 400px){.personal-data .faq-form .block-personal-info{padding:20px}}.personal-data .faq-form .block-personal-info .title-person{padding:0 0 20px 0}.personal-data .faq-form .block-personal-info .push-controller{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width: 600px){.personal-data .faq-form .block-personal-info .push-controller{flex-direction:column;justify-content:start;align-items:start}}.personal-data .faq-form .block-personal-info .phone-field.hold .faq-form-btn{margin:0 20px 0 0;border:none;color:#0A0A14}.personal-data .faq-form .block-personal-info .phone-field.hold .faq-form-btn.action-enter-code{background:#FFDC00}.personal-data .faq-form .block-personal-info .phone-field.hold .faq-form-btn.action-change-number{background:#ECECEC}.personal-data .faq-form .block-personal-info .phone-field.hold .faq-form-btn.action-change-number.none{display:none}.block-subscribe{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:40px;width:604px;margin:0 auto;padding:60px 20px;background:#fff;color:#0A0A14;text-align:center}@media only screen and (max-width: 644px){.block-subscribe{width:80%;margin:0 auto}}.block-subscribe img{width:80px;height:80px}.block-subscribe h1{font-size:36px;line-height:46px;font-weight:400}.block-subscribe p{font-size:18px;line-height:22px}.block-subscribe p a{font-size:18px;line-height:22px;color:#0A0A14;font-weight:400}.block-subscribe_button{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}.block-subscribe_button a{width:253px;padding:18px 0;text-align:center;background:#ECECEC;border-radius:5px;color:#0A0A14;font-size:18px;line-height:20px;text-decoration:none}.block-subscribe_button a.yellow{background:#FFDC00}.postback-data{display:block;position:relative;width:100%}.postback-data .block-postback{display:flex;flex-direction:column;align-items:flex-start;row-gap:20px;padding:30px;background:#fff;margin:0 0 20px 0;border-radius:5px;color:#0A0A14}.postback-data .block-postback h3{font-weight:500;font-size:20px;line-height:28px}.postback-data .block-postback h4{font-weight:400;font-size:14px;line-height:22px;word-break:break-word}.postback-data .block-postback_tariff{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;width:100%;background:#ECECEC;border-radius:5px}.postback-data .block-postback_tariff a{font-weight:400;font-size:14px;line-height:22px;color:#7C7C7C;padding:10px 0;width:100%;text-decoration:none}.postback-data .block-postback_tariff a.active{background:#0A0A14;border-radius:5px;color:#FFFFFF;cursor:default}.postback-data .block-postback_form{display:flex;flex-direction:column;align-items:flex-start;row-gap:20px;width:100%;color:#7C7C7C;font-weight:400;font-size:12px;line-height:16px}.postback-data .block-postback_form_item{display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;width:100%}.postback-data .block-postback_form_item input{background:#fff;border:1px solid #ECECEC;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;position:relative;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;height:40px;text-align:left;overflow:hidden;margin:0;padding:0 10px;text-decoration:none;outline:none}.postback-data .block-postback_table{width:100%;overflow:auto}.postback-data .block-postback_table table{width:100%;border:3px solid #FAF7F7}.postback-data .block-postback_table table tr{background:#fff}.postback-data .block-postback_table table tr th{padding:16px;color:#7C7C7C;font-weight:400;font-size:14px;line-height:22px}.postback-data .block-postback_table table tr td{width:33.3%;min-width:173px;text-align:left;padding:16px;font-weight:400;font-size:14px;line-height:22px}@media only screen and (max-width: 780px){.postback-data .block-postback_table table tr td{min-width:50px;padding:16px 10px}}.postback-data .block-postback_table table tr:nth-child(odd){background:#FAF7F7}.postback-data .block-postback .table_cpa_postback{display:none}.postback-data .block-postback .table_cpa_postback.active{display:table}.postback-data .block-postback .table_revshare_postback{display:none}.postback-data .block-postback .table_revshare_postback.active{display:table}.payout-data{position:relative;top:0;left:0;max-width:100%;width:100%;padding:0;margin:0 0 30px 0}.payout-data .payout .payout-balance{font-size:14px;font-weight:500;line-height:20px}.payout-data .payout .payout-balance b{color:#010A14;font-weight:500}.payout-data .payout a{color:#474747;text-decoration:none;border-bottom:1px solid #474747}.payout-data .payout-input{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:16px;width:100%}@media only screen and (max-width: 768px){.payout-data .payout-input{flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:16px}}.payout-data .faq-form-item{display:inline-block;vertical-align:middle;width:100%;padding:0}.payout-data .faq-form-item .jq-selectbox{margin:0;width:100%}.payout-data .faq-form-item .jq-selectbox .jq-selectbox__select{width:100%}.payout-data .faq-form-item .faq-form-item-input{margin:0;width:100%}.payout-data .form-line{display:block;width:100%;height:1px;background:#ECECEC;margin:24px 0}.payout-data .faq-form{background:#fff;border-radius:5px;margin:0;padding:20px}.payout-data .faq-form form{display:flex;flex-direction:column;align-items:flex-start;row-gap:16px;margin:0}.payout-data .faq-form-btn{vertical-align:top;margin-top:8px}.payout-data .info-payout{display:block;position:relative;background:#FFF5B8;border-radius:5px;margin-top:30px;padding:30px}.payout-data .info-payout p{position:relative;font-size:16px;line-height:18px;color:#0A0A14;padding:5px 0}.payout-data .info-attention{display:block;position:relative;background:#FFF5B8;border-radius:5px;padding:20px}.payout-data .info-attention p{position:relative;font-size:16px;font-weight:500;padding:0 0 0 40px;color:#0A0A14}.payout-data .info-attention p:before{content:"";display:block;position:absolute;top:50%;left:0;width:20px;height:20px;background:url(/assets2/css/img/icon_attention_payout-0375cd7a4d3aa557b08303729e38c3d9.svg) no-repeat;transform:translate(0, -50%)}.payout-data .info-attention.red{background:#FFE0E0;margin:30px 0}.payout-data .info-attention.red p{padding:0;font-size:12px;font-weight:500;line-height:16px;max-width:720px}.payout-data .info-attention.red p:before{display:none}.payout-data .payout-item{display:block;position:relative;font-size:25px;font-weight:500;line-height:1.4;max-width:500px;margin:0 0 20px 0}.payout-data .next-payout{color:#0A0A14;padding:3px 5px;margin-top:10px}.purse-data{position:relative;width:100%;z-index:1;margin-top:-5px}.purse-data .purse-tab{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.purse-data .purse-tab_title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding:15px;cursor:pointer}.purse-data .purse-tab_title .arrow-type{display:block;background:url(/assets2/css/img/icon_arrow_purse-4fec96f5c5545914c64f7dd5de181cde.svg);width:7px;height:4px;margin:0 0 0 5px;transform:scale(1, -1);transition:transform 0.2s}.purse-data .purse-tab.active .arrow-type{transform:scale(1, 1)}.purse-data .purse-tab .purse-list{display:none;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:15px}.purse-data .purse-tab.active .purse-list{display:flex}.purse-data .purse-tab form{margin:0;width:100%}.purse-data .purse-tab form .msg-result{display:none;position:relative;text-align:left;color:#fff;padding:20px 0 20px 50px;margin:0 auto}.purse-data .purse-tab form .msg-result:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_wire_atten-cb4eff179144104ef1803a4526821a5a.png);width:33px;height:33px;margin:-16px 0 0 0}.purse-data .purse-tab form .error{display:block;position:relative;padding:5px 0 5px 15px;margin-bottom:10px;border-radius:5px;background:#FF003D;height:auto;font-size:15px;font-weight:400;line-height:20px;width:auto}.purse-data .purse-tab form .error .msg-result{display:block}.purse-data .purse-tab form .link-close{display:block;position:absolute;top:5px;right:5px;background:url(/assets2/css/images/sprite/bg_close_white_mini-e51bbea3aa87ad8098810b23c5335996.png);width:8px;height:8px;cursor:pointer}.purse-data .purse-tab form .faq-form-item{position:relative;display:block;text-align:left;margin:0;width:100%}.purse-data .mess{margin-bottom:20px;padding:10px}.page-errors{display:inline-flex;flex-direction:row;column-gap:40px;justify-content:center;align-items:center;text-align:center;background:#fff;border-radius:20px;padding:40px;position:relative;top:50px;margin-bottom:150px}@media only screen and (max-width: 767px){.page-errors{flex-direction:column;row-gap:0;padding:24px 16px}}@media only screen and (max-width: 480px){.page-errors{padding:24px 16px}}.page-errors.page-404{background:transparent;flex-direction:column;row-gap:24px;align-items:center;width:300px;margin:0 auto;padding:0;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.page-errors.page-404 img{margin:0 auto;width:170px}.page-error{text-align:center}.page-error_icon{display:flex;flex-direction:column;row-gap:10px;max-width:300px}@media only screen and (max-width: 767px){.page-error_icon{align-items:center}}@media only screen and (max-width: 767px){.page-error_icon img{width:110px}}.page-error_title{font-weight:400;font-size:14px;line-height:20px;color:#505054;text-align:left;margin:20px 0;width:100%}.page-404 .page-error_title{text-align:center}@media only screen and (max-width: 767px){.page-error_title{text-align:center}}.page-error_title h3{font-weight:500;font-size:24px;line-height:30px;margin-bottom:10px}.page-error .faq-form{display:block;position:relative;left:0;top:0;background:#fff;border-radius:20px;width:min-content;min-width:300px;text-align:left}@media only screen and (max-width: 480px){.page-error .faq-form{min-width:240px}}.page-error .faq-form .checkbox-area{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:20px;position:relative;max-width:370px}.page-error .faq-form .checkbox-area a{float:none;margin:0 0  10px 0}.page-error .faq-form .faq-form-item{padding:0}@media only screen and (max-width: 480px){.page-error .faq-form .faq-form-item{margin:10px auto;display:block}}.page-error .faq-form .faq-form-item a{font-size:12px;line-height:14px;color:#1E1E22;border-bottom:1px solid #1E1E22}.page-error .faq-form .faq-form-item .item-person{margin:15px 0 0 0;text-align:left}@media only screen and (max-width: 480px){.page-error .faq-form .faq-form-item .item-person{justify-content:center;width:100%}}.page-error .faq-form .faq-form-item input.faq-form-item-input{width:320px;margin:5px 0 0 0}@media only screen and (max-width: 480px){.page-error .faq-form .faq-form-item input.faq-form-item-input{width:100%}}.page-error .faq-form .faq-form-item .person-item{margin:10px 0}.page-error .faq-form .faq-form-item-title{display:block;font-weight:400;font-size:14px;line-height:20px;color:#AAAAAA;text-align:center;margin:20px 0;width:100%}.page-error .faq-form .faq-form-item-title h3{font-weight:500;font-size:20px;line-height:25px;color:#474747;margin-bottom:10px}.page-error .faq-form-btn{width:100%;min-width:300px;background:#ECECEC;border-radius:3px;text-align:center;height:40px;font-weight:500;font-size:14px;line-height:40px;color:#0A0A14;border:none;margin-bottom:20px;text-decoration:none}.page-error .faq-form-btn:hover{background:#DEDEDE}.page-error .faq-form-btn:active{background:#D0D0D0}.page-error .faq-form-btn.btn-primary{background:#FFDC00}.page-error .faq-form-btn.btn-primary:hover{background:#FFEB00}.page-error .faq-form-btn.btn-primary:active{background:#FFEB78}.page-error .columns-left{display:none}.page-error .columns-main-content{margin:0}.page-error .box-footer{margin:0}.page-error .auth .faq-form-btn{margin:15px auto 0 auto}.page-error .jq-checkbox.checked .jq-checkbox__div{background:url(/assets2/css/img/icon_input_gold_checked-a308a5160cfbbd8351411fb1b28b7f7d.svg) no-repeat}.page-error input:active,.page-error input:focus-within{border:1px solid #474747}.wrapper-tariff{display:flex;flex-direction:row;align-items:stretch;gap:20px;width:100%}@media only screen and (max-width: 1024px){.wrapper-tariff{flex-wrap:wrap;justify-content:space-between}}@media only screen and (max-width: 480px){.wrapper-tariff{flex-wrap:nowrap;width:100vw}}.block-tariff{display:flex;flex-direction:column;justify-content:flex-start;width:174px;padding:20px;border-radius:12px;border:1px solid #ECECEC;background:#FFF}@media only screen and (max-width: 1024px){.block-tariff{width:calc(50% - 55px)}}@media only screen and (max-width: 480px){.block-tariff{width:100%;box-sizing:border-box;height:auto;min-height:280px}}.block-tariff.selected{box-shadow:0px 0px 7.289px 0px #FFDC00, 0px 0px 4.165px 0px #FFDC00, 0px 0px 2.43px 0px #FFDC00, 0px 0px 1.215px 0px #FFDC00, 0px 0px 0.347px 0px #FFDC00, 0px 0px 0.174px 0px #FFDC00}.block-tariff.black-wrapper{border-radius:12px;border:1px solid rgba(255,255,255,0.16);background:linear-gradient(154deg, #0A0A14 7.83%, rgba(10,10,20,0.6) 100%),#fff;box-shadow:0px 18px 36px -18px rgba(0,0,0,0.08) inset}.block-tariff.black-wrapper.selected{box-shadow:0px 0px 7.289px 0px #FFDC00, 0px 0px 4.165px 0px #FFDC00, 0px 0px 2.43px 0px #FFDC00, 0px 0px 1.215px 0px #FFDC00, 0px 0px 0.347px 0px #FFDC00, 0px 0px 0.174px 0px #FFDC00}.tariff-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%}.tariff-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.tariff-selected{display:block;padding:2px 6px;border-radius:4px;background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);color:#0A0A14;font-size:10px;font-weight:600;line-height:12px;text-transform:uppercase}.tariff-icon{display:block;position:relative;height:24px;width:24px;text-align:center;margin:0}.tariff-icon.classic{background:url(/assets2/css/img/icon/tariff/icon_tariff_classic-6a37842aa20f2736fca4eb9053a3fa9b.svg) no-repeat;background-size:cover}.tariff-icon.silver{background:url(/assets2/css/img/icon/tariff/icon_tariff_silver-7d5dfab83132e30eb1f92c0bd5a77008.svg) no-repeat;background-size:cover}.tariff-icon.gold{background:url(/assets2/css/img/icon/tariff/icon_tariff_gold-424c25930e26f29b1f20ae13646c4b4f.svg) no-repeat;background-size:cover}.tariff-icon.bonus{background:url(/assets2/css/img/icon/tariff/icon_tariff_bonus-89a37a92b44829848fc3618e092c516b.svg) no-repeat;background-size:cover}.tariff-icon.platinum{background:url(/assets2/css/img/icon/tariff/icon_tariff_platinum-4dd4a76dcaa16cdea028d172350c665e.svg) no-repeat;background-size:cover}.tariff-name{color:#0A0A14;font-size:20px;font-weight:500;line-height:24px;padding-bottom:3px}.black-wrapper .tariff-name{color:#fff}.tariff-info .tariff-condition{height:auto;min-height:30px}.black-wrapper .tariff-info .tariff-condition p{color:rgba(255,255,255,0.6)}.tariff-info .tariff-percent{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:4px;color:#0A0A14;font-size:20px;font-weight:500;padding:15px 0 10px 0}.black-wrapper .tariff-info .tariff-percent{color:#fff}.tariff-info .tariff-percent p{color:#AAA;font-size:12px;line-height:10px}.black-wrapper .tariff-info .tariff-percent p{color:rgba(255,255,255,0.4)}.tariff-info p{color:#474747;font-size:12px;font-weight:400;line-height:16px}.black-wrapper .tariff-info p{color:#fff}.black-wrapper .tariff-info{color:#fff}.tariff-info .tariff-point{display:block;position:relative;padding:8px 0 0 20px}.tariff-info .tariff-point:before{content:"";display:block;position:absolute;background:url(/assets2/css/img/cabinet/icon_check_point-4ab61aaeb0b4d86647e433c89a6e951e.svg) no-repeat;width:16px;height:16px;top:8px;left:0}.block-tariff-text{display:block;position:relative;color:#0A0A14;font-size:12px;line-height:16px;padding:20px 0;max-width:720px;width:100%}@media only screen and (max-width: 480px){.block-tariff-text{padding:40px 0 20px 0}}.block-tariff-text .tariff-classic_lite-info{display:flex;flex-direction:row;justify-content:flex-start;float-wrap:nowrap;column-gap:3px}.block-tariff-text .tariff-classic_lite-info p{display:inline-block}.block-tariff-text .tariff-classic_lite-info a{display:inline-block;position:relative;color:#0A0A14;text-decoration:underline}.block-tariff-text .tariff-classic_lite-info a span{display:none;position:absolute;top:0;left:50%;transform:translate(-50%, -100%);background:#FFFFFF;border:1px solid #C4C4C4;border-radius:5px;padding:40px 10px 10px 10px;width:200px;text-decoration:none}.block-tariff-text .tariff-classic_lite-info a span:before{content:'Classic Lite';display:block;position:absolute;top:10px;left:10px;font-size:12px;line-height:20px;color:#000000}.block-tariff-text .tariff-classic_lite-info a span:after{content:'';display:block;position:absolute;top:10px;right:10px;width:17px;height:17px;background:url(/assets2/css/img/cabinet/icon_tariff_close-97ee94c3a3b09cd4e8da7e34468d9333.svg) no-repeat;cursor:pointer}.block-tariff-text .tariff-classic_lite-info.active a span{display:block}.tariff-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;padding:0;column-gap:5px}.tariff-info p{line-height:1.2}.tariff-info_hint{display:inline-block;position:relative;width:14px;height:14px;background:url(/assets2/css/img/cabinet/icon_tariff_info-d9838348f725cadcf4a3f88d8c2fb766.svg) no-repeat;cursor:pointer}.tariff-info_hint span{display:none;position:absolute;top:0;left:50%;transform:translate(-50%, -110%);background:#FFFFFF;border:1px solid #C4C4C4;border-radius:5px;padding:35px 15px 10px 10px;width:200px;text-decoration:none;font-weight:400;font-size:12px;line-height:16px;text-align:left;z-index:10}@media only screen and (max-width: 1350px){.tariff-info_hint span{transform:translate(-50%, 20%)}}.tariff-info_hint span:before{content:'Classic Lite';display:block;position:absolute;top:10px;left:10px;color:#000000;font-weight:500;font-size:12px;line-height:16px}.tariff-info_hint span:after{content:'';display:block;position:absolute;top:10px;right:10px;width:17px;height:17px;background:url(/assets2/css/img/cabinet/icon_tariff_close-97ee94c3a3b09cd4e8da7e34468d9333.svg) no-repeat;cursor:pointer}.tariff-info_hint.active span{display:block}.tariff-cpa{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%;max-width:520px;border-radius:16px;border:1px solid #ECECEC;padding:20px;background:#FFF;margin-bottom:20px}@media only screen and (max-width: 600px){.tariff-cpa{max-width:100%;width:100%;box-sizing:border-box}}.tariff-cpa-title{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.tariff-cpa-title h3{color:#0A0A14;font-size:20px;font-weight:500;line-height:24px}.tariff-cpa-title h4{color:#0A0A14;font-size:14px;font-weight:400;line-height:21px}.tariff-cpa-region{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;height:auto;transition:all 0.6s ease;transform-style:preserve-3d;overflow:auto;perspective:800px}.tariff-cpa-region.close{height:30px;overflow:hidden}.tariff-cpa-region_title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;cursor:pointer;perspective:800px}.tariff-cpa-region_title h3{text-transform:uppercase;color:#0A0A14;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0.64px}.tariff-cpa-region_title .icon-arrow .icon{transition:transform 0.6s ease;transform-style:preserve-3d;display:inline-block;fill:#0A0A14;transform:rotateX(180deg)}.tariff-cpa-region_title:hover h3{color:#727272}.tariff-cpa-region_title:hover .icon-arrow .icon{fill:#727272}.tariff-cpa-region.close .icon-arrow .icon{transform:rotateX(0deg)}.tariff-cpa-region_list{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:4px;width:100%}.tariff-cpa-region_list h3{display:block;position:relative;color:#0A0A14;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0.52px;text-transform:uppercase}.tariff-cpa-region_country{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:32px;gap:4px;color:rgba(10,10,20,0.64);font-size:16px;font-weight:400;line-height:20px;overflow:hidden}.tariff-cpa-region_country .country{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;white-space:nowrap}.tariff-cpa-region_country .line{display:block;height:20px;border-bottom:1px dashed rgba(10,10,20,0.14);width:100%}.tariff-cpa-region_country .rate{color:#0A0A14}.icon-info{background:url(/assets2/css/img/icon_info-5d0133c3ee12bef32b67eb215c2753ae.svg) no-repeat 0 0;width:14px;height:14px;display:inline-block}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesRegular-4dea826e20f7788ce7cc67c2c94ebedf.ttf) format("truetype");font-weight:400}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesMedium-7f62d1f8e1004c97bcd589209cdff310.ttf) format("truetype");font-weight:500}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesDemiBold-01bf3125bcfe7da0b975ce0656076825.ttf) format("truetype");font-weight:600}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesBold-f09de9b88ec73353dfdd4cda8cb30833.ttf) format("truetype");font-weight:700}*,html,body{margin:0;padding:0;scroll-behavior:smooth}body{display:block;position:relative;background:#F8F8F8;font-size:12px;line-height:16px;color:#474747;border:0;font-family:TT Hoves, sans-serif;font-weight:400;text-align:left;width:100%;min-width:320px;height:100%;overflow:visible;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}button{font-family:TT Hoves, sans-serif}input,textarea{font-family:TT Hoves, sans-serif}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px white inset !important}html[lang="hi"] body{font-family:'Hind', sans-serif}html[lang="hi"] button{font-family:'Hind', sans-serif}font{color:#474747}ul,ol{padding:0;margin:0}li{line-height:20px;display:list-item;text-align:-webkit-match-parent}a,a font{display:inline-block;padding:0;position:relative;font-size:inherit;color:#FFCD00;text-decoration:underline;font-weight:500;border-bottom:none;outline:none}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}.hidden{display:block;position:absolute;width:100%;height:100%;margin:0 auto;text-align:center;padding-left:130px}.hidden img{width:60%;height:auto}.hidden p{color:#000;font-size:22px;line-height:1.4}.dialog-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding:0 0 2px 0;background:rgba(0,0,0,0.5);z-index:101;text-align:center}.columns-left{display:block;width:236px;background:#fff;position:absolute;top:0;left:0;height:100%;overflow:hidden;z-index:1000;border-right:1px solid #ECECEC;padding:0 16px;box-sizing:border-box}.black .columns-left{background:#5D616B;border-right:1px solid #474747}.columns-left .block-scroll,.black .columns-left .block-scroll{width:258px;height:100%;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.columns{position:revert;min-height:100%;height:100%;margin:0 auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.columns.advertiser{background:#ffffff}.block-new-msg{display:block;position:absolute;top:-95px;left:10px;z-index:10000000}@media only screen and (max-width: 800px){.block-new-msg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.9);text-align:center}}.block-new-msg a{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:216px;padding:30px 0;background:#25262B;border-radius:4px;font-size:12px;line-height:14px;color:#fff}@media only screen and (max-width: 800px){.block-new-msg a{position:absolute;top:50%;left:50%;margin:-100px 0 0 -108px;flex-direction:column-reverse}}.block-new-msg a .icon_msg{width:32px;height:22px;background:url(/assets2/css/img/icon_msg-6e63d1cf395c13c441596593d5317392.svg) no-repeat}@media only screen and (max-width: 800px){.block-new-msg a .icon_msg{margin:40px 0}}.columns-info{display:flex;flex-direction:row;align-items:center;position:absolute;top:0;left:0;height:46px;width:100vw;border-bottom:1px solid #ECECEC;background:#fff;z-index:10001}.columns-info .mobile-advert{display:none;position:fixed;left:40px;color:#7C7C7C;font-size:16px;font-weight:500;line-height:24px}@media only screen and (max-width: 800px){.columns-info .mobile-advert{display:block}.columns-info .mobile-advert.active{display:none}}.columns-info.user-guest{position:relative;background:none;border:none;text-align:center;margin:50px 0}.columns-info.user-guest .columns-left-logo{margin:0 auto}.columns-info .columns-left-mob-menu-ico-btn{margin:6px 0 6px 12px;cursor:pointer;background:url(/assets2/css/img/icon_nav-f925fca4af9b2d7e84524760359ec67a.svg) no-repeat 0 0;width:18px;height:16px;display:none;vertical-align:middle}@media only screen and (max-width: 800px){.columns-info .columns-left-mob-menu-ico-btn{display:inline-block}}.columns-info .columns-left-mob-menu-ico-btn.active{background:url(/assets2/css/img/icon_close_menu-3585eec98a57bc16b7f31f8ff594527d.svg) no-repeat scroll 50% 50% transparent;background-size:contain;display:inline-block;height:16px;vertical-align:middle;width:16px}.columns-info .columns-left-logo{display:flex;align-items:center;width:235px;height:46px;text-align:center;border-right:1px solid #ECECEC;border-bottom:2px solid #fff}@media only screen and (max-width: 800px){.columns-info .columns-left-logo{width:118px;margin:0 0 0 auto}}.columns-info .columns-left-logo a{display:inline-block;background:url(/assets2/css/img/logo-337994a0c39ce44ee842b4599729656f.svg) no-repeat;background-size:contain;width:92px;height:24px;margin:auto}.columns-info .columns-education{display:inline-block;padding:0 10px;height:46px;line-height:46px;border-left:1px solid #ECECEC}@media only screen and (max-width: 800px){.columns-info .columns-education{padding:0}}@media only screen and (max-width: 750px){.columns-info .columns-education{display:none}}.columns-info .columns-education a{font-size:14px;color:#6B7882;text-decoration:none;margin:0 10px}.columns-info .columns-education .logo-tiktok,.columns-info .columns-education .logo-youtube{display:inline-block;position:relative;padding:0 0 0 20px}.columns-info .columns-education .logo-tiktok:before,.columns-info .columns-education .logo-youtube:before{content:'';display:block;position:absolute;top:50%;left:0;width:16px;height:16px;background:no-repeat;background-size:contain;margin:-8px 0 0 0}.columns-info .columns-education .logo-tiktok:before{background-image:url(/assets2/css/img/icon_contest_tiktok-31e8f1849e58a7ab847ceb9eed530ff1.svg)}.columns-info .columns-education .logo-youtube:before{background:url(/assets2/css/img/icon/logo-youtube-1c156dc7c9d61269caa704b0034b6cf9.svg) no-repeat}.columns-info .logo-olymptrade{display:inline-block;position:absolute;top:0;right:0;width:128px;height:32px;line-height:32px;text-align:center;border-left:1px solid #ECECEC}.columns-info .logo-olymptrade a{display:inline-block;background:url(/assets2/css/img/logo_olymptrade-a2e08e45cd6c24753149aef8028f6cf3.svg) no-repeat;width:96px;height:23px;margin:5px auto}.columns-info .btn-show-guid{position:fixed;top:50px;right:20px;background:#25272D;border-radius:4px;padding:15px 20px 15px 60px;font-size:16px;font-weight:700;color:#fff}@media only screen and (max-width: 800px){.columns-info .btn-show-guid{display:none}}.columns-info .btn-show-guid:before{content:"";display:block;position:absolute;top:50%;left:20px;background:url(/assets2/css/img/icon_btn_star-5aea49ca5f27ca49611b2dc0340b7960.svg) no-repeat;width:24px;height:24px;margin:-12px 0 0 0}.columns-main{float:left;width:100%;min-height:100%;z-index:100;-webkit-overflow-scrolling:touch;position:relative}.columns-main-content{margin:33px 0 0 236px;padding:30px 20px;min-height:100%;height:100% !important}.guest .columns-main-content{margin:0 20px;background:none;padding:0}.columns-left-user-info{display:flex;flex-direction:column;align-items:flex-start;row-gap:12px;padding:47px 0 0 0}@media only screen and (max-width: 800px){.columns-left-user-info{padding:57px 0 15px 0}}.columns-left-user-info div{display:none}@media only screen and (max-width: 800px){.columns-left-user-info div{display:flex}}.columns-left-user{position:relative;padding:0;background:#fff}.black .columns-left-user{background:#5D616B;border-bottom:1px solid #474747}.columns-left-user-item{position:relative;padding:0;font-size:12px;font-weight:400;line-height:18px;color:#344050}.columns-left-user-item.balance-info{display:block}@media only screen and (max-width: 800px){.columns-left-user-item.balance-info{display:block}}.columns-left-user-item.balance-info b{margin:0 0 0 5px}.columns-left-user-item.balance-info .balance-arrow{width:12px;height:12px;margin:0 0 0 2px;background:url(/assets2/css/img/icon_arrow_balance-35a44d8357cfe7185db4e4cb35627145.svg) no-repeat;transition:0.3s ease-out all}.columns-left-user-item b{font-weight:600}.columns-left-user-item.open .balance-arrow{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.wrapper-block-manager{display:flex;position:fixed;width:204px;bottom:0;left:16px;background:#FFF;padding:0 0 16px 0}.columns-left-user-item.block-user-manager{display:flex;position:relative;border-radius:8px;border:1px solid #ECECEC;background:#FFF;padding:12px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;width:100%;box-sizing:border-box;box-shadow:0px -17px 19px 0px rgba(253,250,250,0.75);-webkit-box-shadow:0px -17px 19px 0px rgba(253,250,250,0.75);-moz-box-shadow:0px -17px 19px 0px rgba(253,250,250,0.75)}.columns-left-user-item.block-user-manager .block-user-manager-card{display:flex;flex-direction:row;justify-content:flex-start;align-self:stretch;align-items:center;gap:8px}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager{display:block;width:40px;height:40px;border-radius:10000px;text-align:center;overflow:hidden;background:url(/assets2/css/img/cabinet/managers/manager-115b3c607ab0cc76b0df690e038387e4.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-544{background:url(/assets2/css/img/cabinet/managers/manager_544-9706e44b1e41af326a830dbc527f35db.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-844{background:url(/assets2/css/img/cabinet/managers/manager_844-a7386e61d16b80364bdc749a29ec0f89.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-934{background:url(/assets2/css/img/cabinet/managers/manager_934-aec250e3f0abbc0a2115a7c29794937a.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-984{background:url(/assets2/css/img/cabinet/managers/manager_984-bf52cc553a4ba11b4c531efb25b7426a.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-1164{background:url(/assets2/css/img/cabinet/managers/manager_1164-50af053f35d119cc12b6dc02a71c98f9.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-1214{background:url(/assets2/css/img/cabinet/managers/manager_1214-2b058f85f1c58bc9dacf8a87866e8cf9.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-1224{background:url(/assets2/css/img/cabinet/managers/manager_1224-b12b8e299d1babbedd7ede7b32e12338.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-1534{background:url(/assets2/css/img/cabinet/managers/manager_1534-85e7cf465323dff37a5f525212a0d7ed.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-card .icon-manager.account-1584{background:url(/assets2/css/img/cabinet/managers/manager_1584-e8833a04091d2e0d0f886cdf1326ec01.png) center no-repeat;background-size:cover}.columns-left-user-item.block-user-manager .block-user-manager-info{display:flex;flex-direction:column;align-items:start;gap:4px}.columns-left-user-item.block-user-manager span{color:#474747;font-size:12px;font-weight:400;line-height:16px}.columns-left-user-item.block-user-manager .name-manager{color:#0A0A14;font-size:16px;font-weight:500;line-height:20px}.columns-left-user-item.block-user-manager .btn-support{border-radius:5px;background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);color:#0A0A14;font-size:12px;font-weight:500;line-height:16px;width:100%;padding:5px 10px;box-sizing:border-box;text-align:center}.columns-left-user-item.block-user-manager .btn-support:hover{background:linear-gradient(0deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.04) 100%),linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%)}.columns-left-user-item a{font-weight:400;color:#0A0A14;text-decoration:none}.columns-left-user-item .change-lang{display:inline-block;position:absolute;vertical-align:middle;left:160px;top:1px}.columns-left-lang .change-lang{display:inline-block;position:absolute;vertical-align:middle;right:10px;top:0}.columns-left-user-item .change-lang a,.columns-left-lang .change-lang a{display:inline-block !important;position:relative;vertical-align:bottom;width:26px;height:18px;padding:0;margin:0px;font-size:10px}.columns-left-user-item .change-lang .select-list-lang,.columns-left-lang .change-lang .select-list-lang{display:block;position:absolute;top:18px;right:0;padding:0;z-index:1;height:0;overflow:hidden;transition:height 0.25s ease 0s}.columns-left-user-item .change-lang.open-list .select-list-lang,.columns-left-lang .change-lang.open-list .select-list-lang{height:60px}.columns-left-user-item .change-lang ul li,.columns-left-lang .change-lang ul li{display:inline-block;position:relative;font-size:15px;color:#fff;margin:0;cursor:default;line-height:18px}.change-lang .btn-lang-ru{background:url(/assets2/css/img/icon_ru-2d393fc43098a9d526b730a0492c1dc4.svg) no-repeat}.change-lang .btn-lang-en{background:url(/assets2/css/img/icon_en-fa7876040bd744ff2440917d513eaea3.svg) no-repeat}.change-lang .btn-lang-in{background:url(/assets2/css/img/icon_info-5d0133c3ee12bef32b67eb215c2753ae.svg) no-repeat}.change-lang .btn-lang-id{background:url(/assets2/css/img/icon_id-a612b03457b98e9f40709beb5ff3a13e.svg) no-repeat}.change-lang .btn-lang-hi{background:url(/assets2/css/img/icon_hi-78ca43430806e78eae58eb4ca5952c69.svg) no-repeat}.change-lang a.active{border:3px solid #ECECEC;pointer-events:none;cursor:default}.change-lang a.active{border:2px solid #fff}.change-lang .columns-left-nav-list-item-link-arr{display:block;position:absolute;top:50%;right:-20px;margin:-6px 0 0 0;cursor:pointer}.ico-exit,.ico-user,.ico-balance{display:inline-block;vertical-align:middle;padding:0}.columns-left-user-item-ico{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer;position:relative;margin:0;padding:0 0 0 50px;font-size:12px;color:#0A0A14}.columns-left-user-item-ico:before{content:'';display:block;position:absolute;height:17px;width:17px;top:50%;left:20px;margin:-8.5px 0 0 0}.columns-left-user-item-ico.error{color:#FF4B55}.columns-left-user-item-ico.ico-user:before{background:url(/assets2/css/img/cabinet/icon_user-1a061794b7031e69717518143d1564ad.svg) center center no-repeat}.columns-left-user-item-ico.ico-balance:before{background:url(/assets2/css/img/cabinet/icon_balance-77c6ce973f007444c0c68399f2ac1880.svg) center center no-repeat}.columns-left-user-item-ico.ico-exit:before{background:url(/assets2/css/img/cabinet/icon_exit-0dc673488c893759bee98e2010f9b80c.svg) center center no-repeat}.columns-left-user-item-ico.error .cpa-balance_hint{background:url(/assets2/css/img/icon_error_balance-c619c79ce26b538bbe5013c158734022.svg) center center no-repeat}.cpa-balance_hint{display:inline-block;background:url(/assets2/css/img/icon_hint-17dbd6a681f6fae793397bcbd3564030.svg) center center no-repeat;width:12px;height:12px;cursor:pointer;margin:0 0 0 5px}.cpa-balance_hint span{display:none;position:absolute;top:20px;left:20px;background:#F8F8F8;color:#474747;border-radius:5px;padding:5px;font-size:10px;z-index:100;max-width:200px}.cpa-balance_hint:hover span{display:block}.columns-left-user-item-info{display:flex !important;flex-direction:column;align-items:flex-start;row-gap:12px;cursor:pointer;position:relative;padding:0 0 0 40px;font-size:12px;color:#0A0A14;max-height:0;transition:all 0.3s ease-out;overflow:hidden}.columns-left-user-item-info div:first-child{margin:12px 0 0 0}.open .columns-left-user-item-info{max-height:100vh;transition:all 0.3s ease-in}.columns-left-nav{margin:0 0 46px 0}.ico-stat{font-style:normal;font-weight:normal;display:inline-block}.ico-stat:after{content:"N";font-family:'icons', sans-serif}.columns-left-nav-list-item-link-ico{float:left;text-align:left;font-size:24px;margin-right:8px}.columns-left-nav-list-item-link-ico i{display:block;width:22px;height:20px}.icon-autumn-contest{background:url(/assets2/css/img/icon_autumn_contest-34446cabff5bf2bc1a1f22da161b5ca8.svg) no-repeat;width:65px !important;height:100% !important;display:block;position:absolute;right:10px;bottom:-3px}.icon-youtube{background:url(/assets2/css/img/icon_contest_youtube-97d1354ad3e1f29358ece292deb1f8a8.svg) no-repeat}.icon-tiktok{background:url(/assets2/css/img/icon_contest_tiktok-31e8f1849e58a7ab847ceb9eed530ff1.svg) no-repeat}.columns-left-nav-list-item-link-ico i.icon-tiktok{width:24px;height:24px}.icon-exit{background:url(/assets2/css/img/cabinet/icon_exit-0dc673488c893759bee98e2010f9b80c.svg) no-repeat}.columns-left-nav-list-item-link:hover .icon-exit{background:url(/assets2/css/img/cabinet/icon_exit_black-43cb99a23564a12d51e0ac2e44ee56fc.svg) no-repeat}.icon-challenge{background:url(/assets2/css/img/icon_contest_challenge-d05db0c4e87c2bc0f3e950c278cf2ea9.svg) no-repeat}.icon-quest{background:url(/assets2/css/img/icon_contest_quest-2d80b82c8d2ec9839595f2a6c9fd8155.svg) no-repeat}.icon-stats{background:url(/assets2/css/img/icon_stats_black-e6b6a3be73240288a77a740b2736f281.svg) no-repeat}.icon-promo{background:url(/assets2/css/img/icon_promo_black-3a4f68e06ae22a483673b3a800cb2f1e.svg) no-repeat}.icon-promo-attraction{background:url(/assets2/css/img/icon_aff_promo_black-20db0d597f05fdf336c00ed3e5b33e46.svg) no-repeat}.icon-academy{background:url(/assets2/css/img/icon_academy-d714c3a6c4dc3737065984807457cc43.svg) no-repeat}.icon-faq{background:url(/assets2/css/img/icon_faq_black-deeefb452a27fcc82720277d0ab2ed84.svg) no-repeat}.icon-bonuses{background:url(/assets2/css/img/icon_bonuses_black-645dee60615d845608845455fa0607d8.svg) no-repeat}.icon-payout{background:url(/assets2/css/img/icon_payouts_black-10825a039e12ee53f19fdc95f83a6c76.svg) no-repeat}.icon-news{background:url(/assets2/css/img/icon_news_black-6661f9444a64ba0adfed0f669af697f9.svg) no-repeat}.icon-support{background:url(/assets2/css/img/icon_support_black-d4e1a4fd29db9f39b0f413bd8a9348cb.svg) no-repeat}.icon-rating{background:url(/assets2/css/img/icon_rating_black-aa40c109412df3fbf9edf05e456a5c61.svg) no-repeat}.icon-terms{background:url(/assets2/css/img/icon_terms_black-ca78a6d0c75942a66b04e6a935fb448a.svg) no-repeat}.columns-left-nav-select{width:100%;padding:16px 12px 0  12px}.columns-left-nav-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0 0 150px 0;list-style:none}@media only screen and (max-width: 800px){.columns-left-nav-list{padding:0 0 150px 16px}}.columns-left-nav-list.list-type{margin:8px 0 0 0;padding:0}.columns-left-nav-list.list-type a{padding:8px 12px}.columns-left-nav-list-item{display:block;position:relative;width:236px;overflow-x:hidden;line-height:18px;text-transform:capitalize}.columns-left-nav-list-item[data-disabled="checking"]{cursor:not-allowed;pointer-events:none}.columns-left-nav-list-item[data-disabled="checking"] .columns-left-nav-list-item-link{position:relative;color:#AAA;padding-left:44px}.columns-left-nav-list-item[data-disabled="checking"] .columns-left-nav-list-item-link:before{content:'';display:block;position:absolute;top:50%;left:20px;background:url(/assets2/css/images/cabinet/icon_lock-248c203032af215caf36dd9b99133dd2.svg);width:16px;height:16px;transform:translate(0, -50%)}.columns-left-nav-list-item .columns-left-nav-list-item-link[data-test="tabCPAOffer"]{text-transform:none}.columns-left-nav-list-item.active{position:relative}.columns-left-nav-list-item.active:before{content:'';display:block;position:absolute;top:0;left:0;width:2px;height:100%;background:#FFCD00}.columns-left-nav-list-item.active .columns-left-nav-list-item.active{border-left:3px solid #FFCD00}.columns-left-nav-list-item.active .columns-left-nav-list-item{color:#0A0A14}.black .columns-left-user-item,.black .columns-left-nav-list-item-link{color:#fff}.user-manager .columns-left-nav-list-item{border-bottom:none;padding:15px 0 15px 15px}.user-manager .columns-left-nav-list-item .columns-left-nav-list li{display:block;position:relative;font-size:12px;line-height:14px;padding:10px 0 0 0}.user-manager .columns-left-nav-list-item .columns-left-nav-list li i{color:#ECECEC;font-size:14px;line-height:14px;margin:0 5px 0 0}.user-manager .columns-left-nav-list-item .columns-left-nav-list li.btn-help a{display:inline-block;position:relative;min-width:96px;box-sizing:border-box;line-height:24px;background:#fff;border:1px solid #FFFFFF;outline:none;font-weight:500;font-size:10px;text-align:center;height:24px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-decoration:none;margin:0;padding:0 10px;cursor:pointer}.black .user-manager .columns-left-nav-list-item .columns-left-nav-list li.btn-help a{background:#5D616B}.columns-left-nav-list-item .columns-left-nav-list-item:last-child{border-bottom:0}.columns-left-nav-list-item-link{display:block;text-decoration:none;font-size:16px;padding:8px 12px;line-height:20px;cursor:pointer;color:#727272;font-weight:400}.columns-left-nav-list-item-link:hover{color:#0A0A14}.user-manager .columns-left-nav-list-item-link{border-bottom:0}.columns-left-nav-list.list-type .columns-left-nav-list-item.active .columns-left-nav-list-item-link{font-weight:400;color:#0A0A14}.columns-left-nav-list-item-link[data-test="tabPaContestBtn"]{border:none}.columns-left-nav-list-item-link[data-test="tabCPA"]{border:none}.columns-left-nav-list-item[data-bonuses="showBonuses"] a{position:relative}.columns-left-nav-list-item[data-bonuses="showBonuses"] a:after{content:'NEW';display:block;position:absolute;top:50%;right:20px;background-color:#FFD250;border-radius:5px;padding:4px 8px;font-weight:600;font-size:12px;line-height:16px;transform:translate(0, -50%);cursor:pointer}.columns-left-nav-list-item[data-bonuses="showRace"] a{position:relative}.columns-left-nav-list-item[data-bonuses="showRace"] a:after{content:'KINGFIN RACE';display:block;position:absolute;top:50%;right:20px;background-color:#FFD250;border-radius:2px;padding:4px 8px;font-weight:500;font-size:12px;line-height:18px;transform:translate(0, -50%);cursor:pointer}ul.list-type .columns-left-nav-list-item .columns-left-nav-list-item-link,ul.list-type .columns-left-nav-list-item:first-child{border:none}.active .columns-left-nav-list-item-link{color:#0A0A14}.columns-left-progress-bar{display:flex;padding:12px;width:204px;box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #ECECEC;background:#FFF}@media only screen and (max-width: 800px){.columns-left-progress-bar{margin:0 0 0 16px}}.columns-left-tariff{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;width:100%}.columns-left-tariff .tariff{color:#0A0A14;font-size:14px;font-weight:400;line-height:21px}.columns-left-tariff .tariff b{font-size:14px;font-weight:500;line-height:21px}.columns-left-tariff .icon{display:block;width:16px;height:16px;margin:0 0 0 auto}.columns-left-tariff .classic{background:url(/assets2/css/img/icon/icon_tariff_classic-6a37842aa20f2736fca4eb9053a3fa9b.svg);background-size:cover}.columns-left-tariff .silver{background:url(/assets2/css/img/icon/icon_tariff_silver-7d5dfab83132e30eb1f92c0bd5a77008.svg);background-size:cover}.columns-left-tariff .gold{background:url(/assets2/css/img/icon/icon_tariff_gold-424c25930e26f29b1f20ae13646c4b4f.svg);background-size:cover}.columns-left-tariff .bonus{background:url(/assets2/css/img/icon/icon_tariff_bonus-3759a5e2bf222c7e4f9a47b179d0441e.svg);background-size:cover}.columns-left-tariff .platinum{background:url(/assets2/css/img/icon/icon_tariff_platinum-a3f0c645a9f8c3b24b517dceed31566d.svg);background-size:cover}.block-progress-bar{display:flex;flex-direction:column;position:relative;gap:8px;align-items:flex-start;width:100%}.block-progress-bar-title{color:#474747;font-size:12px;font-weight:400;line-height:16px}.block-progress-bar-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.block-progress-bar-count{display:flex;flex-direction:row;justify-content:space-between;width:100%}.block-progress-bar-count p{color:#0A0A14;font-size:14px;font-weight:400;line-height:16px}.block-progress-bar-count p span{color:rgba(33,33,33,0.64)}.block-progress-bar-line{width:100%;background:#ECECEC;height:5px;width:100%;border-radius:4px;overflow:hidden}.block-progress-bar-line .line-progress{height:100%;background:#AAAAAA}.block-progress-bar-link{color:#474747;font-size:10px;font-weight:400;line-height:14px}.block-progress-bar-link.margin{margin-top:-8px}.block-progress-bar-link a{color:#474747;font-weight:500;text-decoration-line:none;border-bottom:1px solid #474747}.menu-item-count-label{float:right;background:#FFDC00;margin:3px 20px 0 0;color:#0A0A14;font-size:13px;line-height:16px;font-weight:500;padding:1px 4px;border-radius:8px;letter-spacing:0.52px;text-transform:uppercase;padding:2px 8px}.columns-left-hide-mob{display:flex;flex-direction:column;gap:16px}.menu-roll.black .columns-left{width:100%;background:none;height:60px;padding-bottom:0}.menu-roll.black .columns-left .block-scroll{width:100%;height:100%;overflow:auto;overflow-x:hidden}.menu-roll.black .columns-left-nav-list-item{width:100% !important}.menu-roll.black .columns-main,.menu-roll .light .columns-main{float:none;width:100%;padding:60px 0 0 0}.menu-roll.black .columns-main-content,.menu-roll .light .columns-main-content{margin:0;padding-top:0}.menu-roll.black .columns--left-line-full:before,.menu-roll .light .columns--left-line-full:before{display:none}.menu-roll.black .columns-main-content-nav .title-page,.menu-roll .light .columns-main-content-nav .title-page{text-align:center;padding:20px 0}.menu-roll.black .columns-left-hide-mob,.menu-roll .light .columns-left-hide-mob{display:none;width:237px;margin:0;min-height:100%;background:#fff;border-right:1px solid #f2f3f4}.menu-roll.black .columns-left-hide-mob{background:#5D616B;border-right:1px solid #474747}.menu-roll.black .columns-main-content-nav-body-list-item,.menu-roll .light .columns-main-content-nav-body-list-item{margin-right:18px}.menu-roll.black .columns-main-content-nav.none,.menu-roll .light .columns-main-content-nav.none{margin:0}.menu-roll.black .columns-main-content-nav.page-403,.menu-roll .light .columns-main-content-nav.page-403{margin-top:0}.menu-roll.black .columns-left-mob-menu-ico,.menu-roll .light .columns-left-mob-menu-ico{display:block;position:fixed}.menu-roll.black .columns-left-user,.menu-roll .light .columns-left-user{padding:14px 0}.menu-roll.back .menu-item-count-label,.menu-roll .light .menu-item-count-label{margin:3px 0 0 0}.user-manager .columns-left-nav-list-item-link{width:100%;display:block;position:relative;padding:0;margin:0;overflow-y:hidden}.user-manager span{display:block;font-size:9px;line-height:10px;color:#AAAAAA;text-transform:capitalize}.user-manager .name-manager{font-weight:600;font-size:14px;color:#fff;margin:8px 0 0 0;transition:margin 0.5s}.user-manager span.columns-left-nav-list-item-link-arr{position:absolute;font-size:18px;line-height:21px;left:195px;top:0;margin:0}.user-manager .status{display:inline-block;position:relative;vertical-align:middle;width:auto;max-width:110px;margin:0;padding:0}.user-manager .status:after{content:'';display:block;position:absolute;top:50%;right:-12px;width:6px;height:6px;border-radius:3px;margin:-3px 0 0 0}.user-manager .status.offline:after{background:#EC133A}.user-manager .status.online:after{background:#8ADC04}.user-manager b{display:inline-block;position:relative;vertical-align:middle;font-size:12px;line-height:18px;font-weight:500}.user-manager .columns-left-nav-list-item-link:hover,.user-manager .columns-left-nav-list-item-link.active{background:transparent;text-decoration:none}.columns-left-nav-list-item-link:focus{text-decoration:none}.columns-left-nav-list-item-link.active{cursor:default}.columns-left-nav-list-item-link-ico .columns-left-nav-list-item-link-arr{position:absolute;right:20px;top:50%;font-size:18px;margin-top:-6px}.columns-main-content-nav{margin:0 -30px 25px -30px;border-bottom:1px solid #ECECEC;position:relative;padding:0 30px}.columns-main-content-nav .title-page{display:block;position:relative;font-size:25px;line-height:1;font-weight:300;color:#344050;padding:0 0 23px 0}.columns-main-content-nav-body{overflow:hidden;position:relative;margin-bottom:-1px}.columns-main-content-nav-body-list{margin:0;padding:0;list-style:none;position:relative;width:100%;overflow:auto;white-space:nowrap}.promo .columns-main-content-nav-body-list{margin:0 0 -1px 0}.columns-main-content-nav-body-list-item{display:inline-block;margin-right:25px;border-bottom:2px solid transparent;padding:0 0 10px 0}.columns-main-content-nav-body-list-item:last-child{margin-right:0}.columns-main-content-nav-body-list-item.active{border-bottom-color:#FFCD00}.columns-main-content-nav-body-list-item-link,.columns-main-content-nav-body-list-item-link:hover{color:#474747;font-size:15px;text-decoration:none;cursor:pointer;display:inline-block}.columns-main-content-nav-body-list-item-link:hover,.columns-main-content-nav-body-list-item-link:focus{text-decoration:none}.columns-main-content-nav-body-list-item.active .columns-main-content-nav-body-list-item-link{cursor:default;color:#232F3C}#scrollbarX,#scrollbarY{width:100%;position:relative}#scrollbarX .viewport{overflow:hidden;display:block;position:relative}#scrollbarX .overview{list-style:none;left:0;bottom:0;margin:0}#scrollbarX .scrollbar,#scrollbarY .scrollbar{position:absolute;background-position:0 0;right:-20px;top:0;width:15px}#scrollbarX .track,#scrollbarY .track{height:100%;width:13px;position:relative;padding:0 1px}#scrollbarX .thumb,#scrollbarY .thumb{height:20px;width:25px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:-5px}#scrollbarX .thumb .end,#scrollbarY .thumb .end{overflow:hidden;height:5px;width:25px}#scrollbarX .disable{display:none}table{border-collapse:collapse;border:none}table tr:first-child th:first-child{border-radius:5px 0 0 0;-webkit-border-radius:5px 0 0 0;-moz-border-radius:5px 0 0 0;-khtml-border-radius:5px 0 0 0}table tr:first-child th:last-child{border-radius:0 5px 0 0;-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0;-khtml-border-radius:0 5px 0 0}table tr:last-child td:first-child{border-radius:0 0 0 5px;-webkit-border-radius:0 0 0 5px;-moz-border-radius:0 0 0 5px;-khtml-border-radius:0 0 0 5px}table tr:last-child td:last-child{border-radius:0 0 5px 0;-webkit-border-radius:0 0 5px 0;-moz-border-radius:0 0 5px 0;-khtml-border-radius:0 0 5px 0}table tr{font-size:12px}table th,table td{position:relative;color:#343b41;font-size:12px;line-height:14px;text-align:left;vertical-align:middle;font-weight:normal;padding:5px;border-bottom:1px solid #f5f5f5}table th{border-top:none}table tr td{color:#474747;font-weight:300;font-size:12px;text-align:center}table tr td del{margin-right:30px}table tr:nth-child(odd){background-color:#fff}table tr:nth-child(even){background-color:#FBFCFC}.mess{display:block;position:relative;padding:28px;margin-bottom:30px;background:#FFCD00;border-radius:10px;color:#000000;height:auto;font-size:14px;font-weight:400;line-height:20px}.mess.error{background:#FF003D;width:auto}.mess.error p{font-size:14px;color:#ffffff}.mess.alarm{display:block;position:relative;background:#df5535;padding:20px 20px 20px 80px}.mess.alarm:before{content:'';display:block;position:absolute;left:20px;top:50%;width:44px;height:44px;background:url(/assets2/css/img/icon_atten_error-8b4c4ade40f2a0bc5f54bcbef56504b6.svg);background-size:contain;margin:-22px 0 0 0}.mess.alarm p{font-size:16px}.mess.gold{background:#FFCD00;border-radius:10px;padding:15px 33px}.mess.gold p,.mess.gold a{margin:0;color:#000000}.faq-postback .mess h1{margin-bottom:5px;font-size:25px;font-weight:400;line-height:1;letter-spacing:0px}.mess-date{margin-bottom:7px;font-size:12px;color:#000000;line-height:14px;font-weight:300;letter-spacing:0px}.mess-head{display:block;position:relative;margin-bottom:5px;font-size:25px;line-height:1;font-weight:300;letter-spacing:0px;z-index:100}.mess a{color:#000000;font-weight:700;text-decoration:underline}.mess a:hover{color:#000000;text-decoration:none}.mess.contest a,.mess.contest a:hover{color:#FFCD00}.mess p{display:block;position:relative;color:#000000;margin:0;font-size:14px;font-weight:400;line-height:16px}.mess.contest p{z-index:100;padding-right:160px}@media only screen and (max-width: 800px){.mess.contest:after{background:none}.mess.contest p{padding-right:0}}.mess-ico{position:absolute;right:10px;top:10px;cursor:pointer;z-index:100}.ico-x{display:inline-block;vertical-align:middle;background:url(/assets2/css/img/x-9128d7c34b517e75d427c3db180afb3c.png) no-repeat scroll 50% 50% transparent;width:14px;height:14px}.block-form-verification{display:block;position:relative}.block-form-verification .faq{background:#fff;padding:30px}.block-form-verification .faq-form{margin:0}.block-user-info{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;margin:-15px 0 15px 0;width:100%}.user-check{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:12px;font-weight:400;margin:5px 0;color:#99AAB8}.personal-data .user-check{padding:20px 0}.block-form-verification .user-check{margin-bottom:30px}.user-check p{font-size:14px;margin:0 0 0 10px !important;color:#FFCD00}.user-check p a{font-size:14px}@media only screen and (max-width: 500px){.user-check p{margin:0}}.block-user-info .user-select-lang{display:flex;flex-direction:row;justify-content:flex-end;margin:5px 0}.select-lang li{display:block;position:relative;padding-left:45px}.select-lang li:before{content:'';position:absolute;display:inline-block;top:50%;left:10px;width:24px;height:18px;margin:-10px 0 0 0;background-repeat:no-repeat}.select-lang li.lang-ru:before{background:url(/assets2/css/img/icon_ru-2d393fc43098a9d526b730a0492c1dc4.svg) center center no-repeat;background-size:contain}.select-lang li.lang-en:before{background:url(/assets2/css/img/icon_en-fa7876040bd744ff2440917d513eaea3.svg) center center no-repeat;background-size:contain}.select-lang li.lang-id:before{background:url(/assets2/css/img/icon_id-a612b03457b98e9f40709beb5ff3a13e.svg) center center no-repeat;background-size:contain}.select-lang li.lang-hi:before{background:url(/assets2/css/img/icon_hi-78ca43430806e78eae58eb4ca5952c69.svg) center center no-repeat;background-size:contain}.select-lang li.lang-es:before{background:url(/assets2/css/img/icon_es-c7b09068ea7767e501eab41242219d19.svg) center center no-repeat;background-size:contain}.select-lang li.lang-pt:before{background:url(/assets2/css/img/icon_pt-1477ee6f910f7c018bf81e665cca838b.svg) center center no-repeat;background-size:contain}.select-lang li.lang-vi:before{background:url(/assets2/css/img/icon_vi-57dbbda1317749a05867a40fc290792b.svg) center center no-repeat;background-size:contain}.select-lang li.lang-th:before{background:url(/assets2/css/img/icon_th-a57d2758db326308dcc7a249021fc433.svg) center center no-repeat;background-size:contain}.title-person{display:block;position:relative;font-size:14px;font-weight:500;color:#474747;text-transform:uppercase}.text-attention{display:inline-block;position:relative;padding:20px 20px 20px 80px;color:#fff;font-size:14px;text-align:left;background:#FF003D;width:auto;border-radius:5px;margin-bottom:20px}@media only screen and (max-width: 480px){.text-attention{padding:100px 0 0 0;text-align:center}}.text-attention:before{content:'';display:block;position:absolute;left:20px;top:50%;width:44px;height:44px;background:url(/assets2/css/img/icon_atten_error-8b4c4ade40f2a0bc5f54bcbef56504b6.svg);background-size:contain;margin:-22px 0 0 0}@media only screen and (max-width: 480px){.text-attention:before{left:50%;top:0;margin:0 0 0 -44px}}.error-attention{display:none;position:relative;padding:0 0 0 40px;text-transform:uppercase;font-size:22px;line-height:28px;font-weight:800;color:#FF003D}.error-attention:before{content:'';display:block;position:absolute;left:0;top:50%;width:32px;height:32px;background:url(/assets2/css/images/cabinet/icon_error_2-3350ef3b89a610a4c6ffd9a36d2e3e05.png);margin:-16px 0 0 0}.block-page{display:table;position:relative;min-height:100vh;height:100vh !important;width:100%;background:#fff;border-radius:5px}.captcha_container{margin-left:0}.block-terms{display:block;position:relative;background:#fff;border-radius:5px;padding:30px}.block-page-support,.block-page-form{display:block;position:relative;min-height:auto;width:100%;background:#fff;margin-bottom:30px;border-radius:5px}.block-terms p,.block-terms ol li{position:relative;display:block;font-size:12px;line-height:14px;color:#99AAB8}.block-terms ul{margin:10px 0;padding-left:20px}.block-terms ul li{display:list-item;color:#99AAB8}.block-terms p{margin:0 0 10px 0}.block-terms ol{display:block;counter-reset:wslist3;margin:0}.block-terms ol li{margin:0 0 1em 3em;position:relative}.block-terms ol>li::before{content:counter(wslist3) ".";counter-increment:wslist3;display:inline-block;left:-20px;position:absolute;text-align:center;top:0;transition:all 0.3s ease 0s}.block-terms ol ol{display:block;counter-reset:wslists;transition:all 0.3s ease 0s}.block-terms ol ol li{display:block;margin:1em 0 0em 3em;position:relative;transition:all 0.3s ease 0s}.block-terms ol li li{font-size:12px;line-height:14px}.block-terms ol ol li::before{content:counter(wslist3) "." counter(wslists) ".";counter-increment:wslists;display:inline-block;left:-34px;position:absolute;text-align:center;top:0;transition:all 0.3s ease 0s;width:22px}.block-terms ol ul li{display:block;margin:1em 0 0 3em}.block-terms ol ul li::before{content:'';counter-increment:none;list-style:disc}.block-terms ol ol ol{display:block;counter-reset:wslists2}.block-terms ol ol ol li{display:block;font-size:12px}.block-terms ol ol ol li::before{content:counter(wslist3) "." counter(wslists) "." counter(wslists2) ".";counter-increment:wslists2;display:inline-block;left:-40px;position:absolute;text-align:center;top:0;transition:all 0.3s ease 0s;width:22px}.block-terms table{position:relative;max-width:500px}.block-terms table tr:nth-child(2n){background:#fff}.block-terms table tr td{line-height:1.2;text-align:left;padding:30px;border:none;color:#99AAB8}.block-terms .section{padding-left:2em}.block-terms .title{font-size:14px;font-weight:bold;line-height:1.4;color:#474747 !important;padding-left:2em}.block-terms h4{font-size:16px;font-weight:bold;line-height:2}.block-terms .subsection{padding-left:4em}.block-page.none{background:none}.block-page .faq-form{display:table-cell;position:relative;text-align:left;vertical-align:top;padding:30px 30px 0 30px}.block-page .info-text{color:#344050;font-size:25px;line-height:1.2;font-weight:300;text-align:center;max-width:900px;margin:0 auto;padding:20px 0}.block-page .block-pic{display:block;position:absolute;top:150px;left:500px;vertical-align:middle;text-align:center;padding:0}.block-page .block-pic-error{display:block;position:relative;vertical-align:middle;text-align:center;padding:0;margin:0 auto}.block-pic-error .block-pic img{max-width:800px;margin:0 auto}.block-page.none .block-pic{vertical-align:top}.faq-form .checkbox-area{display:block;position:relative;max-width:370px}.checkbox-area a{float:right;margin:13px 0}.stat-header{padding:20px}.stat-header.tariff{padding:0}.block-ref-period .stat-header,.block-page-support .stat-header{padding:0}.stat-header.bonuses{padding:0}.stat-header-right{position:relative;padding-left:20px}.stat-header-right-item{display:inline-block;vertical-align:top;margin-left:58px}.stat-header-right-item-left{float:left;margin-right:16px;text-align:left}.stat-header-right-item-left-num{margin-bottom:5px;font-size:16px;line-height:19px;letter-spacing:1.5px}.stat-header-right-item-left-head{text-transform:uppercase;color:#99AAB8;line-height:14px;font-size:12px;letter-spacing:1px}.stat-header-right-item-right-ico{margin-bottom:3px;font-size:16px;line-height:19px;text-align:center}.stat-header-right-item-right-ico img{vertical-align:baseline;position:relative;top:2px}.stat-header-right-item-right{float:right}.stat-header-right-item-right-num{color:#E74C3C;font-size:12px;line-height:18px;text-align:center}.stat-header-right-item-right-num--green{color:#58AF61}.stat-header-right-item-left-num--blue{color:#5dbce5}.stat-header-right-item-left-num--green{color:#58AF61}.stat-header-right-item:first-child{margin-left:0}.stat-header-left{display:inline-block;position:relative;margin:0}.stat-header-left .stat-line{display:inline-block;vertical-align:bottom}.stat-header-left .stat-line a{top:-5px}.statistics .stat-header-left{margin:0 0 40px 0}.stats-chart2-padding{position:relative;width:auto;padding:20px 20px 0 20px}.stats-chart2-padding .span12{height:300px;overflow:visible}.stat-header-left-select{text-align:left;display:inline-block;position:relative;margin:0 10px 0 0;min-width:240px;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#273a4c;font-weight:normal}.block-ref-period .stat-header-left-select{margin:0}.stat-header-left-select-head{background:#fff;border:1px solid #ECECEC !important;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;position:relative;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#474747;line-height:42px;font-weight:normal;height:42px;text-align:left;overflow:hidden}.stat-header-left-select-text{display:table;width:100%;white-space:nowrap;font-size:12px;line-height:42px;padding:0}.dateStart,.dateEnd{display:table-cell;position:relative;padding:0 0 0 10px}.dateStart:before,.dateEnd:before{content:'';display:block;position:absolute;top:50%;cursor:pointer;color:#fff;width:20px;height:20px;background:url(/assets2/css/img/icon_calendar-0bd848693a7feba2cabac1f9549e11c6.svg) no-repeat 0 0;background-size:contain;right:15px;margin-top:-10px}.dateStart:after{content:'';display:inline-block;position:absolute;top:0;right:0;background:#ECECEC;width:1px;height:100%}.stat-header-left-select-drop{position:absolute;top:90%;margin-top:14px;left:50%;width:438px;background:#fff;border:2px solid #ECECEC;-webkit-box-shadow:0 5px 6px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 5px 6px 0 rgba(0,0,0,0.3);box-shadow:0 5px 6px 0 rgba(0,0,0,0.3);padding:15px 0 0 0;z-index:10000;margin-left:-221px;cursor:auto}.stat-header-left-select-drop:before{content:'';width:0;height:0;border:9px solid transparent;border-bottom-color:#ECECEC;position:absolute;top:-18px;left:50%;margin-left:-9px}.styled-datepicker{border-bottom:1px solid #ECECEC}.styled-datepicker .ui-datepicker{width:219px;float:left;background:none;border:0;border-radius:0;padding:0;margin:0}.styled-datepicker .ui-datepicker:before{content:'';width:0;height:0;border:0 solid transparent;border-bottom-color:#ECECEC;position:absolute}.styled-datepicker .ui-datepicker table{font-size:12px;margin:4px 0 4px 6px;width:208px}.styled-datepicker .ui-state-default,.styled-datepicker .ui-widget-content .ui-state-default,.styled-datepicker .ui-widget-header .ui-state-default{background:none;border:0;color:#474747;font-weight:normal}.styled-datepicker .ui-state-active,.styled-datepicker .ui-widget-content .ui-state-active,.styled-datepicker .ui-widget-header .ui-state-active{background:#FFCD00;border:0;color:#fff;font-weight:normal}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:none;background:none}.styled-datepicker .ui-datepicker td span,.styled-datepicker .ui-datepicker td a{text-align:center;padding:4px}.styled-datepicker .ui-datepicker .ui-datepicker-header{border-radius:0;background:#fff;color:#2a2d33;border:0;border-bottom:1px solid #ECECEC;margin-right:0;z-index:1}.styled-datepicker .ui-datepicker .ui-datepicker-title{font-weight:normal}.styled-datepicker .ui-icon-circle-triangle-w{background:url(/assets2/css/img/icon_arrow-21d8ef0be20e5106b2c440cbc0164157.svg) no-repeat;width:16px;height:12px;-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.styled-datepicker .ui-icon-circle-triangle-e{background:url(/assets2/css/img/icon_arrow-21d8ef0be20e5106b2c440cbc0164157.svg) no-repeat;width:16px;height:12px;-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.styled-datepicker .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{background:none !important;border:0 !important;text-align:center;height:24px;line-height:24px}.styled-datepicker .ui-datepicker .ui-datepicker-prev{left:0 !important}.styled-datepicker .ui-datepicker .ui-datepicker-next{right:0 !important}.styled-datepicker .ui-datepicker th{display:none}.styled-datepicker .ui-datepicker .ui-datepicker-prev span,.styled-datepicker .ui-datepicker .ui-datepicker-next span{display:inline-block;left:0;margin-left:0;margin-top:0;position:static;top:0;vertical-align:middle}.styled-datepicker .ui-datepicker .ui-datepicker-prev,.styled-datepicker .ui-datepicker .ui-datepicker-next{top:2px}.styled-datepicker .ui-datepicker table tr:nth-child(odd),.styled-datepicker .ui-datepicker table tr:nth-child(even){background:#fff}.styled-datepicker .ui-datepicker td{padding:1px;line-height:14px}.styled-datepicker .ui-datepicker td span,.styled-datepicker .ui-datepicker td a{padding:4px}.styled-datepicker-left{position:relative;float:left;width:50%;border-right:1px solid #ECECEC;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:16px;margin-right:-1px}.styled-datepicker-right{position:relative;float:left;width:50%;border-left:1px solid #ECECEC;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:16px}.stat-header-left-select-drop-foot{padding:10px 23px 10px 0}.stat-header-left-select-drop-foot-btn{position:relative;float:right;cursor:pointer;background:#fff;text-transform:uppercase;color:#FFCD00;border:1px solid #FFCD00;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;padding:6px 17px}.stat-header-left-select-drop-foot-menu-item{cursor:pointer;text-decoration:none;color:#79838e;font-size:13px}.stat-header-left-select-drop-foot-menu-item:hover{color:#fff}.stat-header-left-select-drop-foot-menu-sep{display:inline-block;vertical-align:middle;margin:0 5px;width:2px;height:20px;background:#243443}.stat-header-left-select-drop-foot-menu{margin-left:24px;margin-top:8px}.stat-header-left-select-drop--hidden{margin-left:-9999px}.stat-header-left-select.active .stat-header-left-select-drop{margin-left:-50%}.block-statistic{display:block;border-radius:5px;background:#fff}.head td{position:relative !important;padding:0;color:#696b70;height:35px}.head #td-head{min-width:150px;max-width:150px;width:150px !important;display:none}.head .td-reg{display:block !important;position:absolute !important;left:20px;bottom:10px;font-size:12px;text-transform:uppercase}.head .td-deposit{display:block !important;position:absolute !important;left:85px;top:15px;font-size:12px;text-transform:uppercase}.head .line{display:block !important;position:absolute !important;left:100px;top:-8px;-webkit-transform:rotate(-70deg);-moz-transform:rotate(-70deg);-o-transform:rotate(-70deg);background:url(/assets2/css/images/cabinet/bg_td_line-e947da463320d2bd29e9a5b06d9c7148.jpg) no-repeat;width:2px;height:100px}.last-updates{display:inline-block;float:right;padding-right:34px;margin-top:26px}.block-info-balance{display:inline-block;position:relative;clear:both;float:left;padding:0 20px;font-size:12px;line-height:14px;font-weight:400}.block-info-balance p{position:relative;display:inline-block}.bonus-schema .text-info-hidden,.block-rating .text-info-hidden{position:relative;display:inline-block;width:auto}.text-info-hidden{background:url(/assets2/css/img/icon_info-5d0133c3ee12bef32b67eb215c2753ae.svg) no-repeat 0 0;background-size:contain;width:14px;height:14px;margin:0 0 -2px 3px}.block-rating .text-info-hidden{background:none}.block-rating .text-info-hidden:after{content:"";display:block;position:absolute;top:50%;right:-20px;background:url(/assets2/css/img/icon_info-5d0133c3ee12bef32b67eb215c2753ae.svg) no-repeat;width:16px;height:16px;margin:-7px 0 0 0}.text-info-hidden span{display:none;position:absolute;top:20px;background:#fff;padding:10px;font-size:12px;line-height:16px;font-weight:400;color:#344050 !important;border:1px solid #ECECEC;border-radius:5px;width:600px;z-index:1000}.text-info-hidden:hover span,.block-rating .text-info-hidden:hover span{display:block}.block-info-balance .text-overdraft{color:#99aab8}.block-info-balance .text-income{color:#99aab8}.period-reg,.choose-subid{clear:both;display:inline-block;position:relative;margin:0 0 5px 0;vertical-align:top}.period-reg .select-period{display:inline-block;position:relative;margin:0 0 0 0}.choose-subid .select-sub{display:inline-block;position:relative}.choose-subid{margin:0 0 10px 0}.period-reg .period-text{display:inline-block;position:relative;vertical-align:middle;font-size:20px;width:272px}.channel-subid{text-align:left;display:inline-block;position:relative;margin:0 0 10px 0}.channel-subid div{display:inline-block;position:relative;margin:0 0 10px 0}.channel-subid .styled-select{margin:0 10px 0 0}.stat-filter{margin:0 10px 5px 0;display:inline-block}.stat-title{display:block;font-size:12px;color:#344050;margin:5px 0}.period-reg .styled-select,.choose-subid .styled-select{margin:0 10px 0 0}.columns-main-content-line{clear:both;overflow:hidden;margin:15px -30px;height:1px;background:#1c2530}.graph-types{position:relative;text-align:left;padding-bottom:20px}.graph-types p{display:inline-block;position:relative;vertical-align:top;width:100%;margin:10px 0 0 0;padding:0;color:#99AAB8;text-align:left}.graph-types label{display:inline-block;position:relative;margin:20px 10px 0 0;vertical-align:middle}input[type="checkbox"]{display:none}.stat-table{width:100%}.clone{margin:0;background:#fff;position:relative}.stat-table th{color:#344050;font-size:12px;line-height:16px;font-weight:400;text-transform:uppercase;text-align:left;border-bottom:none;letter-spacing:0;padding:25px 20px 25px 0;white-space:nowrap;outline:none;vertical-align:top}.stat-table td{color:#474747;font-size:12px;line-height:14px;font-weight:300;text-align:left;vertical-align:middle;padding:0;table-layout:fixed}.stat-table .head td{border-top:1px solid #f5f5f5}.stat-table .weekend td{background:rgba(229,242,253,0.6)}.stat-table tr th:first-child,.stat-table tr td:first-child{padding:20px;min-width:50px}.bonus-stats .stat-table tr th:first-child,.bonus-stats .stat-table tr td:first-child{padding:20px;min-width:50px}.stat-table.forex tr th:first-child,.stat-table.forex tr td:first-child{padding:25px 20px 20px 20px}.stat-table .title-table th:first-child{font-size:18px;font-weight:700;padding:25px 10px 25px 5px;border-top:none;text-align:center}#dialog_channel .stat-table tr:nth-of-type(even){background-color:#b2ebf2}#dialog_channel .stat-table th,#dialog_channel .stat-table td{border:none;color:#2a2d33}.stat-table-wrap{overflow:visible;margin-bottom:30px;width:100%}.stat-table-wrap.auto{overflow:auto}.tariff .stat-table-wrap.auto{overflow:visible}.stat-table-wrap.support{margin:0}.stat-table-wrap.cohort{overflow:auto}.stat-table td:last-child{padding-right:0}.h-tab{min-height:auto}.columns-left-mob-menu-ico{display:none;float:left;color:#fff;font-size:20px;z-index:10000}.light .columns-left-mob-menu-ico{height:61px;border-right:1px solid #f2f3f4}.columns-left-mob-menu-ico-btn{margin:20px;cursor:pointer;background:url(/img/icon_nav.svg) no-repeat 0 0;width:24px;height:20px;display:inline-block;vertical-align:middle}.columns-left-mob-menu-ico-btn.active{background:url(/assets2/css/img/icon_close_menu-3585eec98a57bc16b7f31f8ff594527d.svg) no-repeat scroll 50% 50% transparent;display:inline-block;height:24px;vertical-align:middle;width:24px}.user-manager .columns-left-nav-list{border-top:none}.news{margin-bottom:0;margin-top:7px}.news-item{display:block;position:relative;background:#fff;color:#99AAB8;border-radius:5px;padding:20px;margin-bottom:30px;font-size:14px;font-weight:300;line-height:20px}.news-item a,.news-item a:hover{color:#000;font-weight:500;text-decoration:underline}.news-item-date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:8px;font-size:12px;color:#344050;font-weight:300;letter-spacing:1px}.news-item-date .notification-private{display:block;padding:4px 8px;background:#FFDC00;color:#0A0A14;font-weight:500;line-height:14px;border-radius:5px}.news-item p{font-weight:400;font-size:12px;margin:0;color:#344050}.news-item-head{font-size:25px;line-height:35px;letter-spacing:1.5px;color:#344050;font-weight:300}.faq-center-title{display:none;text-align:center;margin:0 auto;padding:0 40px 20px 40px}.faq-center-title.visible{display:block}.faq-center-title h1{color:#232f3c;font-weight:300;font-size:25px;line-height:29px}.faq-center-title p{color:#474747;font-size:14px;line-heing:16px;padding:20px 0}.faq{margin-top:-5px}.faq-item{display:none}.faq-item.active{display:block}.faq-item.faq-postback{display:block}.faq-item-head{color:#2a2d33;margin-bottom:20px;font-size:24px;line-height:32px}.faq-item-list{margin:0;padding:0;list-style:none}.faq-item-list-item{display:block;position:relative;background:#fff;border-radius:5px;padding:20px;margin-bottom:20px;cursor:pointer}.block-top-faq .faq-item-list-item{background:#fff;border-radius:0;padding:20px 40px 20px 20px;margin-bottom:0;cursor:pointer;border-top:1px solid #f5f5f5}.block-top-faq .faq-item-list-item:nth-child(even){background:#FBFCFC}.faq-item .faq-item-list-item-link{display:inline-block;font-size:14px;line-height:18px;font-weight:500;color:#474747;text-decoration:none;margin:0 15px 0 0}.faq-item-list-item.active .faq-item-list-item-link{color:#2a2d33}.faq-item-list-item-link:hover{text-decoration:none;color:#2a2d33}.faq-item-list-item .faq-item-text{display:none;font-weight:400;font-size:14px;line-height:20px;color:#474747;margin:10px 15px 0 0}.faq-item-list-item .faq-item-text a{font-size:14px}.faq-item-list-item .faq-item-text ul{display:block;position:relative;list-style:none;margin:0 0 0 20px}.block-top-faq .faq-item-list-item .faq-item-text{font-size:12px}.block-top-faq .faq-item-list-item .faq-item-text a{text-decoration:underline}.faq-postback ul{display:block;position:relative;list-style:none;margin:0}.faq-postback li{display:block;position:relative;background:#fff;border-radius:5px;padding:20px;margin-bottom:20px;overflow:auto}.faq-postback li h2{font-size:14px;font-weight:400;line-height:1.4;color:#232F3C;margin:0}.faq-postback li p{margin:20px 0 0 0;line-height:1.6}.faq-postback li p span{display:block;padding:10px 0 0 40px}.faq-postback li p.line{padding:30px;border-top:1px solid #FFCD00;border-bottom:1px solid #FFCD00;color:#232F3C}.faq-postback li p.msg{color:#000;margin:20px 0 0 20px}.faq-postback table{width:100%;margin:20px 0 0 0}.faq-postback table tr:nth-child(odd){background:#fff}.faq-postback table tr:nth-child(even){background:#FBFCFC}.faq-postback table tr td{color:#474747;font-weight:300;font-size:12px;line-height:20px;text-align:left;width:28%}.faq-postback table tr th:first-child,.faq-postback table tr td:first-child{padding:5px 20px}.faq-postback table tr td:first-child{width:15%}.faq-postback table tr th{line-height:25px;text-align:left;border:0;line-height:75px;border-top:1px solid #f5f5f5}.faq-postback table tr td li{margin:0;padding:0;background:transparent;line-height:25px;padding:0 0 0 10px}.faq-postback table tr td li:before{content:'';display:block;position:absolute;left:0;top:10px;width:3px;border-radius:3px;height:3px;background:#474747}.faq-form{margin:0}.faq-form.support{margin-bottom:15px;width:100%}.faq-form form{margin:0 0 20px 0}.faq-form p{display:block;position:relative;margin:0;line-height:1.4}p.error,div.error{display:block;position:relative;padding:5px 0 5px 15px;margin-bottom:10px !important;border-radius:5px;background:#FF003D;height:auto;font-size:15px;font-weight:400;line-height:20px;width:100%}div.error{text-align:center}div.error span{display:block;width:100%;margin-top:10px}div.error span a{font-size:14px !important;line-height:16px !important;color:#fff !important;border-bottom:1px solid #fff !important}p.success,div.success{display:block;position:relative;padding:0 0 0 15px;margin-bottom:20px;border-radius:5px;background:#63E270;height:auto;font-size:15px;font-weight:400;line-height:20px;width:100%}.msg-result{display:none;position:relative;text-align:left;color:#fff;padding:20px 0 20px 50px;margin:0 auto}p.error .msg-result,p.success .msg-result,div.error .msg-result,div.success .msg-result{display:block}.msg-result:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_wire_atten-cb4eff179144104ef1803a4526821a5a.png);width:33px;height:33px;margin:-16px 0 0 0}p.error .link-close,p.success .link-close,div.error .link-close,div.success .link-close{display:block;position:absolute;top:5px;right:5px;background:url(/assets2/css/images/sprite/bg_close_white_mini-e51bbea3aa87ad8098810b23c5335996.png);width:8px;height:8px;cursor:pointer}.faq-form-item.password{display:table;position:relative;text-align:left;margin:0;width:auto}.block-form .faq-form-item,.faq-form-item form{display:block}.popup-phone .faq-form-item,.faq-form-item form{text-align:center}.faq-form-item label{display:inline-block;font-size:12px;vertical-align:middle;margin:0;cursor:pointer}.block-form .faq-form-item label{margin:0 10px 10px 0}.faq-form-item-sub{display:block;width:170px}.faq-form-btn.none{display:none !important}.faq-form-item .purse-number,.faq-form-item .amount{font-weight:bold}.channels,.video .channels{display:inline-block;position:relative;width:100%;text-align:left}@media only screen and (max-width: 500px){.video .channels{text-align:center}}.channels.link{margin-bottom:30px}.channels p{display:inline-block;position:relative;margin:0}.channels .promo-filters{display:inline-block;margin:10px 20px 0 0}.channels .promo-filters label{width:auto;margin:0 20px 0 0}.channels .promo-filters label div{border:none}.channels label{width:160px;display:inline-block;margin:5px 10px 5px 0}.promo-lend{display:block;width:100%}#landings-list,#video,#text{display:inline-block;position:relative;width:100%;margin:0}#video{margin:20px 0 0 0}@media only screen and (max-width: 800px){#video{margin:10px 0 0 0}}#logo{position:relative;width:100%}.m-center{text-align:left}.channels input.autocomplete{position:relative;width:160px;margin:5px 5px 5px 0}.autocomplete.active input{border-radius:5px 5px 0 0}.select-sub .active .dropdown{display:inline-block;position:absolute !important;top:42px;left:0;background:#fff;min-height:40px;width:198px;height:auto;border-radius:0 0 5px 5px;border:1px solid #ECECEC !important;border-top:none;z-index:1001}.select-sub .active .dropdown ul{list-style:none;margin:0;padding:0}.select-sub .active .dropdown ul li{line-height:40px;padding:0 10px}.select-sub .active .dropdown ul li:hover{background-color:#ECECEC;color:#474747;cursor:pointer}.channels input.auto{width:156px;margin:5px 5px 5px 0}.channels input.auto:nth-child(2){margin:5px 28px 5px 0}.channels label:last-child{margin:0}.channel .universal-link{margin:10px 0 0 0}.channels p input,.promo .channels select,.promo .channels .styled-select{margin:0 5px 0 0}.promo .channels .styled-select.regform-iframe-param{margin-top:4px}.promo.video .channels select,.promo.video .channels .styled-select{margin-right:30px}@media only screen and (max-width: 500px){.promo.video .channels select,.promo.video .channels .styled-select{margin:5px auto}}.promo .channels.banners select,.promo .channels.banners .styled-select{width:240px;margin:5px 20px 5px 0}@media only screen and (max-width: 500px){.promo .channels.banners select,.promo .channels.banners .styled-select{margin:5px auto}}.channels.banners p input{width:100%}.channels p.universal-link,.channels p.video-link{line-height:3;display:block}.promo .channels #univ_link{width:320px;display:block}@media only screen and (max-width: 400px){.promo .channels #univ_link{margin:0 auto}}.promo .channels .dwld-link{width:325px;display:block;background:#fff;border:1px solid #ECECEC;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#474747;font-weight:300;line-height:40px;height:40px;text-align:left;overflow:hidden;margin:0;padding:0 10px;text-decoration:none;outline:none;white-space:pre;font-family:'TT Hoves' !important}@media only screen and (max-width: 400px){.promo .channels .dwld-link{margin:0 auto}}.promo .channels .dwld-link:after{content:"";display:block;position:absolute;top:-1px;right:-1px;width:20px;height:20px;background:url(/assets2/css/img/icon_download-e05534700b378c3b516a46ce6eb3a938.svg) no-repeat center center #fff;padding:9px 12px;border:1px solid #ECECEC;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;cursor:pointer}.promo-lang p .styled-select{margin:-20px 0 0 0}.faq-form-item.info .person-item{margin:0 0 20px 0}.faq-form-item.info p{margin:10px 0;font-size:16px}.faq-form-item.info a{font-size:16px}.faq-form-item.info p i{margin:0 15px 0 0}.channels.logos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}@media only screen and (max-width: 480px){.channels.logos{text-align:left}}@media only screen and (max-width: 360px){.channels.logos label{margin:10px 0 0 0}}.block-personal{display:inline-block;position:absolute;top:10%;left:50%;background:#fff;width:480px;margin:0 0 0 -120px;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.block-personal h3{font-size:28px;line-height:50px;font-weight:300;color:#273a4c;margin:20px auto 0 auto}.block-personal p{margin:20px}.dialog-banner{display:block;position:fixed;bottom:-400px;right:20px;width:240px;height:400px;overflow:hidden;z-index:1001}@media only screen and (max-width: 800px){.dialog-banner{right:10px}}.dialog-banner .block-popup-banner{display:block;position:relative;overflow:auto;overflow-x:hidden;margin:0;padding:0;width:240px;height:400px;box-shadow:none !important;color:#fff;text-align:center}.dialog-banner .block-popup-banner .icon-close-btn-banner{display:inline-block;position:absolute;top:10px;right:15px;background:url(/assets2/css/images/cabinet/icon_close_banner-41a29ae03674f4a3fc4543d824b43a40.svg);width:20px;height:20px;cursor:pointer}.dialog-banner .block-popup-banner h3{font-size:24px;line-height:1.2;padding:20px}.dialog-banner .block-popup-banner .text-banner{font-size:15px;line-height:1.4;padding:0 20px;margin:0 0 10px 0}.dialog-banner .block-popup-banner .btn-banner{display:block;position:absolute;bottom:30px;width:237px;margin:0 auto;text-align:center;padding:0 0 0 5px}.dialog-banner .block-popup-banner .btn-banner a{width:170px;background-image:linear-gradient(to bottom, #fff, #f7f7f7);border:solid 1px #f5f5f5;font-size:12px;line-height:42px;color:#5D616B;margin:0 auto}.dialog-banner.video-banner h3{padding:250px 20px 20px 20px;font-size:22px}.dialog-banner.link-app .block-popup-banner{background:url(/assets2/css/images/cabinet/bg_link_app-3985801d9a69dd42611d5c198abfb9ee.jpg);background-size:cover}.dialog-banner.video-banner.banner-ru .block-popup-banner{background:url(/assets2/css/images/cabinet/banner_new_tariff_ru-725a5a929b62aaf86167f1bf54e3ab75.png);background-size:cover;cursor:pointer}.dialog-banner.video-banner.banner-en .block-popup-banner{background:url(/assets2/css/images/cabinet/banner_new_tariff_en-8f74069acf3f9313244a79d79b390657.png);background-size:cover;cursor:pointer}.dialog-banner.new-terms .block-popup-banner{background:url(/assets2/css/images/cabinet/banner_new_terms-43d0890a8de500d35e6314ba5debdbf0.png);background-size:cover}.dialog-banner.new-terms .block-popup-banner .icon-att-banner{display:block;position:relative;width:140px;height:140px;background:url(/assets2/css/images/cabinet/icon_att_banner-060850922188a7b2eaaa2ac1f07aae08.svg);background-size:contain;margin:0 auto}.dialog-banner.new-terms .block-popup-banner h3{font-size:30px}.dialog-banner.new-terms .block-popup-banner .text-banner{font-size:13px;line-height:1.4}.dialog-banner.new-terms .block-popup-banner .text-banner a{font-size:13px;line-height:1.4;color:#fff;text-decoration:underline}.block-video{position:fixed;top:150px;left:50%;width:680px;margin:0 0 0 -220px;z-index:100000;min-height:100px;background:#fff;text-align:left;border-radius:5px}.block-video .icon-close-video{display:block;position:absolute;top:15px;right:15px;width:14px;height:14px;text-decoration:none;z-index:999;background:url(/assets2/css/img/icon_close-d25cc064a3e30e9578f4677bf040952d.svg) no-repeat;cursor:pointer}.block-video .video-frame{display:block;padding:40px 20px 20px 20px;overflow:hidden}.dialog-push-contest{display:block;position:fixed;bottom:0;right:20px;width:240px;height:auto;overflow:hidden;z-index:1001}@media only screen and (max-width: 800px){.dialog-push-contest{right:10px}}.dialog-push-contest .block-push-contest{display:none;align-items:center;justify-content:space-around;position:relative;overflow:hidden;margin:10px 0 0 0;padding:0;right:-300px;width:240px;height:100px;background:#fff;box-shadow:none !important;color:#fff;text-align:center;transition:all 1s linear 0s}.dialog-push-contest .block-push-contest.open{display:flex;right:0;-webkit-animation:push 1s linear;-moz-animation:push 1s linear;-o-animation:push 1s linear;animation:push 1s linear}@-webkit-keyframes push{0%{right:-300px}100%{right:0}}@-moz-keyframes push{0%{right:-300px}100%{right:0}}@-o-keyframes push{0%{right:-300px}100%{right:0}}@keyframes push{0%{right:-300px}100%{right:0}}.dialog-push-contest .block-push-contest .icon-close-btn-push{display:inline-block;position:absolute;top:10px;right:15px;background:url(/assets2/css/images/cabinet/icon_close_banner-41a29ae03674f4a3fc4543d824b43a40.svg);width:20px;height:20px;cursor:pointer}.dialog-push-contest .block-push-contest p{text-align:left;color:#4a4a4a;font-size:12px;margin:15px 25px 15px 0}.dialog-push-contest .block-push-contest p a{color:#FFCD00;text-decoration:underline}.dialog-push-contest .block-push-contest .block-image{min-width:40px;height:40px;background-size:cover;margin:15px}.dialog-banner_policy{position:fixed;display:none;bottom:0;left:0;height:auto;width:100vw;background:#FF4778;z-index:1000000}.dialog-banner_policy .banner__marketing_policy{position:relative;overflow-y:scroll;padding:40px 0;color:#25272D;display:flex;flex-direction:row;justify-content:space-around;align-items:center}@media only screen and (max-width: 900px){.dialog-banner_policy .banner__marketing_policy{flex-direction:column}}.dialog-banner_policy .banner__marketing_policy div{max-width:350px;margin:10px}.dialog-banner_policy .banner__marketing_policy h1{font-weight:900;font-size:48px;line-height:56px;text-transform:uppercase}.dialog-banner_policy .banner__marketing_policy p{font-size:14px;line-height:16px}.dialog-banner_policy .banner__marketing_policy a{color:#fff;text-decoration:underline}.dialog-banner_policy .banner__marketing_policy .btn__agree_policy{display:block;width:240px;height:58px;background:#fff;border-radius:4px;text-align:center;font-size:16px;line-height:58px;text-transform:uppercase;color:#17191C;font-weight:500;margin:20px 0 0 0;text-decoration:none}@media only screen and (max-width: 800px){.dialog-banner_policy .banner__marketing_policy .btn__agree_policy{margin:20px auto}}h3.person-item{display:block;position:relative;margin:0 0 20px 0;font-size:22px;font-weight:400;line-height:1}.atten-person{display:block;position:relative;padding:20px 10px 20px 55px;background:#FFCD00;color:#000000;border-radius:5px;height:auto;text-align:left;font-size:15px;font-weight:400;line-height:20px;width:auto;margin:0 0 30px 0}.atten-person:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_attention-c214281faaebf8e5646753321c401006.svg) no-repeat;background-size:contain;width:33px;height:33px;margin:-16px 0 0 0}.sprite.icon-visibility{display:block;position:absolute;bottom:12px;left:170px;background:url(/assets2/css/img/icon_eye_open-4baea84d0b9490b434792ab5fb867bfa.svg) no-repeat;width:20px;height:16px;cursor:pointer;background-size:contain}.sprite.icon-visibility.close{background:url(/assets2/css/img/icon_eye_close-09f5cad5a22de41499801475c77a0b9b.svg) no-repeat;background-size:contain}.sprite.icon-visbl{display:block;position:absolute;bottom:30px;right:20px;background:url(/assets2/css/img/icon_eye_open_new-c1599740037d326641ba54d0e2ec98c3.svg) no-repeat;width:20px;height:14px;cursor:pointer;background-size:contain}.sprite.icon-visbl.close{background:url(/assets2/css/img/icon_eye_close_new-f5b19171bd09e6b78db4b701014f683f.svg) no-repeat;background-size:contain}.faq-support{padding:20px}.faq-support .faq-btn-open,.block-top-faq .btn-faq-not button{display:inline-block;position:relative;padding:15px 20px 15px 40px;background:#FFCD00;border-radius:5px;border:1px solid #FFCD00;color:#ffffff;font-size:12px;font-weight:500;text-transform:uppercase;cursor:pointer;margin:0}.block-top-faq .btn-faq-not button{padding:15px 20px}.faq-support .faq-btn-open.btn-newbie{min-width:130px;margin:0 20px 0 0}.faq-support .faq-btn-open.faq-btn{margin:0}.block-top-faq .btn-faq-not button{margin:20px auto}.faq-btn-open:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_plus_active-4dae5a965c45199dc53e6b892e4ef669.svg) no-repeat;width:15px;height:15px;margin:-7px 0 0 0}.faq-btn-open.faq-btn:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_question_active-857b8a9031824e880d124fd5ce5860f1.svg) no-repeat;width:20px;height:20px;margin:-10px 0 0 0}.faq-support .faq-form{padding:0;margin:0;width:100%;max-width:100%}.form.support-form{display:block;opacity:0;height:0;margin:0}form.form.support-form{overflow:visible !important}.stat-table-wrap.support{display:block;position:relative}.support-atten{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;position:relative;width:100%}.support-atten .faq-form-btn{position:relative;outline:none}.support-atten p{display:flex;flex-direction:row;justify-content:flex-start;gap:5px;position:relative;font-size:12px;color:#99AAB8;margin:0 0 0 10px}.support-atten span{display:block;position:relative;margin:0}.support-atten a{color:#0A0A14}.stat-table-wrap.support ul{display:table;position:relative;list-style:none;margin:0;cursor:pointer;z-index:10;padding:1px 20px}.support .item-ticket.open .item-title-ticket{border:1px solid #FFCD00;padding:0 19px}.stat-table-wrap.support ul.title-ticket,.stat-table-wrap.support ul.title-ticket p{cursor:default;color:#232F3C;font-weight:400}.stat-table-wrap.support ul li{display:table-cell;position:relative;list-style:none;height:60px;vertical-align:middle;margin:0}.stat-table-wrap.support ul li:nth-child(1){width:5%;min-width:110px}.stat-table-wrap.support ul li:nth-child(3),.stat-table-wrap.support ul li:nth-child(4){width:25%;min-width:80px}.stat-table-wrap.support ul li:nth-child(2){width:45% !important;min-width:150px}.stat-table-wrap.support ul li p{display:inline-block;position:relative;margin:15px 0;font-size:12px;font-weight:300;color:#99AAB8}.stat-table-wrap.support ul li:nth-child(2) p{width:90%;overflow:hidden;text-align:justify;word-break:normal;white-space:normal}.support ul li a{text-decoration:none;border-bottom:none;color:#99AAB8}.support .title-ticket{font-weight:500;border-top:1px solid #f7f7f7;border-bottom:1px solid #f7f7f7;cursor:default}.title-ticket li p{vertical-align:top;font-size:12px;text-transform:uppercase;font-weight:400;color:#232F3C}.pace-support{display:block;position:absolute;left:0;width:100%;height:50px;background:#fff;z-index:20000000000000}.pace-support .pace-activity{display:inline-block;position:absolute;top:50%;left:50%;padding:13px 0;z-index:2000;font-size:18px;margin:-20px 0 0 0;vertical-align:middle}.pace-support .pace-activity:before{content:'';display:block;position:absolute;left:-2.5em;top:0;margin:0;width:40px;height:40px;background:url(/assets2/css/img/icon_load-d4239379646128280a962897f9911752.svg) no-repeat;background-size:contain;-webkit-animation:spin 1.5s linear infinite;-moz-animation:spin 1.5s linear infinite;-o-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.pace{height:100%;width:100%;-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:100;position:absolute;left:0;top:0;margin:0;text-align:center}.pace.support{top:50%}.pace .pace-activity,.support-section .pace .pace-activity{display:block;position:absolute;left:50%;top:50%;width:2.5em;height:2.5em;margin:0 0 0 30px;font-size:18px}.support-section .pace .pace-activity{margin:-100px 0 0 0}.pace .pace-activity:before,.support-section .pace .pace-activity:before{content:'';display:block;position:absolute;top:0;left:0;width:40px;height:40px;background:url(/assets2/css/img/icon_load-d4239379646128280a962897f9911752.svg) no-repeat;background-size:contain;-webkit-animation:spin 1.5s linear infinite;-moz-animation:spin 1.5s linear infinite;-o-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;margin:-0.5em 0 0 -3em}.support-section .pace{background:#f7f9fa;left:0;top:100px;z-index:100;height:100%;width:100%}.pace.pace-none .pace-activity,.support-section .pace.pace-none .pace-activity,.support-section .pace.pace-none{display:none}@-webkit-keyframes spin{100%{-webkit-transform:rotate(359deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(359deg)}}@-o-keyframes spin{100%{-moz-transform:rotate(359deg)}}@keyframes spin{100%{transform:rotate(359deg)}}.support .item-ticket{display:block;position:relative}.support .item-ticket:nth-child(odd) ul{background:#fff;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.support .item-ticket:nth-child(even) ul{background:#ECECEC}.support .item-ticket:last-child ul{border-radius:0 0 5px 5px}.support ul:after{content:'';display:inline-block;position:absolute}.support .item-ticket .item-title-ticket.new-msg:before{content:attr(data-new-msg);display:block;position:absolute;top:50%;right:10%;font-size:12px;color:#FFCD00;margin:-8px 0 0 0}.support .item-ticket .item-title-ticket.closed:before{content:'';display:block;position:absolute;top:50%;right:10%;width:16px;height:11px;background:url(/assets2/css/images/cabinet/icon_new_msg-a4a63f191a06e7f752f9c2d20f617cec.svg) no-repeat;margin:-5px 0 0 0}.block-ticket{display:block;position:relative;width:190%;height:auto;background:#fff}.block-scroll{display:block;position:relative;height:500px}.block-msg{display:none;position:relative;left:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch;width:auto;color:#273a4c;vertical-align:top;margin:20px;padding:5px;z-index:1;border-bottom:1px solid #F7F9FA}.open .block-msg{display:block}.block-msg::-webkit-scrollbar{display:block;width:6px;cursor:pointer}.block-msg::-webkit-scrollbar-track{background-color:#fff !important}.block-msg::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:3px;background-color:#d2dce1 !important}.block-msg::-webkit-scrollbar-thumb:hover{background-color:#d2dce1 !important}.block-msg p{margin:0;line-height:1.2;text-align:left;word-break:normal;white-space:normal}.block-msg .msg-manager{clear:both;float:left;display:table;position:relative;background:#F7F9FA;color:#232F3C;border-radius:30px 30px 30px 0;width:100%;max-width:930px;vertical-align:top;text-align:left;margin:0 0 25px 0}.block-msg .msg-aff{clear:both;float:right;display:table;position:relative;background:#fff;border-radius:30px 30px 0 30px;border:1px solid #F7F9FA;color:#232F3C;font-weight:300;width:100%;max-width:930px;vertical-align:top;text-align:left;margin:0 0 25px 0}.block-msg .msg-left{display:table-cell;position:relative;width:23%;min-width:80px;max-width:200px;min-height:100px;padding:20px;font-size:12px}.block-msg .msg-aff .msg-left{left:10px}.msg-left .msg-name{font-size:12px;line-height:14px;font-weight:400;text-transform:uppercase}.msg-left .msg-rate{margin:10px 0 0 0}.msg-rate .star-rating{font-size:0}.star-rating__wrap{display:inline-block;font-size:0.8rem;text-align:left;margin:5px 0}.star-rating__wrap:after{content:"";display:table;clear:both}.star-rating__ico{float:right;padding-left:2px;cursor:pointer}.star-rating__ico:last-child{padding-left:0}.star-rating__input{display:none}.fa-star-o:before{content:"\f005" !important;color:#99AAB8}.star-rating__ico:hover:before,.star-rating__ico:hover ~ .star-rating__ico:before,.star-rating__input:checked ~ .star-rating__ico:before,.star-rating__input.checked ~ .star-rating__ico:before{content:"\f005";color:#37CD87}.msg-rate .star-rating.disabled{pointer-events:none;cursor:default}.star-rating.disabled label{pointer-events:none;cursor:default}.msg-rate img{display:inline-block;position:relative}.block-msg .msg-right{display:table-cell;position:relative;padding:20px;font-size:14px;font-weight:300;word-wrap:break-word;white-space:normal;width:75%;overflow:hidden}.block-support-form{position:relative;padding:0 30px 0 0;background:#fff;bottom:0;margin:20px 0;z-index:1000}.block-support-form form{margin:0 20px}.item-ticket .block-support-form,.item-ticket .block-msg-text{display:none}.item-ticket.open .block-support-form,.item-ticket.open .block-msg-text{display:block;padding:20px 0}.block-msg .block-support-form{display:block}.block-support-form .support-form{display:block;position:relative;padding:0;margin:0 30px 0 0}.support-form .title-error{display:none;position:relative;color:#df553a;text-align:left;font-size:12px;line-height:1;margin:-15px 0 3px 0;padding:0}.block-support-form .faq-form-item{display:table;position:relative;text-align:left;width:100%}.block-support-form textarea.faq-form-item-input{display:table-cell;width:100%;vertical-align:top;text-align:left;margin:0}.support-form-atten{display:table-cell;vertical-align:top;width:200px;text-align:left;padding:0 0 0 10px}.support-form-atten .faq-form-btn:disabled{border-color:#f00;opacity:.5;cursor:default}.support-form-atten p{display:inline-block;position:relative;font-size:12px;line-height:18px;color:#FFCD00;margin:5px 0}.support-form-atten span{display:block;position:relative;color:#b0c0c9}.block-msg-text{position:relative;padding:30px 0;bottom:0;margin:20px 0;z-index:200000;background:#fff;width:100%;text-align:center;line-height:20px}.block-msg-text .check-msg{display:block;position:relative;width:16px;height:11px;background:url(/assets2/css/images/cabinet/icon_new_msg-a4a63f191a06e7f752f9c2d20f617cec.svg);margin:10px auto}.msg-manager.bg-new{-webkit-animation:new 4s linear;-moz-animation:new 4s linear;-o-animation:new 4s linear;animation:new 4s linear}@-webkit-keyframes new{0%{background:#ECECEC}100%{background:#F7F9FA}}@-moz-keyframes new{0%{background:#ECECEC}100%{background:#F7F9FA}}@-o-keyframes new{0%{background:#ECECEC}100%{background:#F7F9FA}}@keyframes new{0%{background:#ECECEC}100%{background:#F7F9FA}}.open-faq{display:block !important}.block-top-faq{display:-webkit-flex;display:flex;flex-direction:column;align-items:center;position:fixed;top:0px;right:-1040px;width:414px;height:100%;text-align:left;color:#474747;font-size:14px;font-weight:400;background:#fff;overflow-x:hidden;overflow-y:visible;padding:0;-webkit-box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21);-moz-box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21);box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21)}.block-top-faq.scroll{-webkit-box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21),inset 0px -19px 40px -12px rgba(0,0,0,0.21);-moz-box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21),inset 0px -19px 40px -12px rgba(0,0,0,0.21);box-shadow:-18px 0px 43px 1px rgba(0,0,0,0.21),inset 0px -19px 40px -12px rgba(0,0,0,0.21)}.block-top-faq::-webkit-scrollbar{-webkit-appearance:none;width:9px}.block-top-faq::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(210,220,225,0.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,0.5);border:1px solid #fff}.block-top-faq .icon-close-btn-std,.block-top-faq .icon-close{top:5px;right:10px}.block-top-faq.scroll .icon-close{right:19px}.title-top-faq{display:inline-block;position:relative;padding:20px 0;text-transform:uppercase;z-index:100;background:#fff;width:100%}.scroll .title-top-faq{-webkit-box-shadow:0px 19px 52px -10px rgba(0,0,0,0.21);-moz-box-shadow:0px 19px 52px -10px rgba(0,0,0,0.21);box-shadow:0px 19px 52px -10px rgba(0,0,0,0.21);position:fixed;width:414px;right:0}.title-top-faq .title,.scroll .title-top-faq .title{margin:0 0 0 20px}.block-faq-list{display:block;position:relative;width:100%;top:0;background:#fff;z-index:10}.block-top-faq h3{font-weight:400;font-size:14px}.block-top-faq ul{position:relative;display:block;height:auto;padding:0 0 50px 0}.block-faq-list ul li:last-child{border-bottom:1px solid #f5f5f5}.block-top-faq .btn-faq-not{display:block;position:relative;margin:auto;width:100%;background:#fff;text-align:center}.star{display:table;position:relative;width:200px;margin:0;padding:0;height:100%}.star:after{content:"";display:block;position:absolute;top:35px;right:-15px;width:11px;height:11px;background:url(/assets2/css/images/cabinet/icon_star-4600e98ba0347586901655b4b5553719.png)}.star.err:before{content:'';display:block;position:absolute;right:-55px;top:35px;width:32px;height:32px;background:url(/assets2/css/images/cabinet/icon_error_2-3350ef3b89a610a4c6ffd9a36d2e3e05.png);margin:0}.faq-form-item a{display:inline-block;padding:0;position:relative;font-size:12px;color:#FFCD00;border-bottom:1px solid #FFCD00;text-decoration:none}.faq-form-item a:hover{border-bottom:1px solid #fff}.faq-form-item.fld-ticket a:hover{color:#2a2d33 !important;text-decoration:none}.fld-ticket a{color:#2a2d33;border:none;text-decoration:none;cursor:default}.fld-answer{display:inline-block;background:#fff;border:1px solid transparent !important;padding:16px 13px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#2a2d33;line-height:18px;font-weight:normal;border-radius:0;min-height:80px;text-align:justify;margin:0 0 20px 0 !important;word-break:normal}pre.fld-answer{border-bottom:2px solid #ECECEC !important}input#partner-birthdate{color:#fff}textarea.faq-form-item-input,textarea{padding:10px}input:invalid{box-shadow:none}input.faq-form-item-input.autocomplete-select{border-radius:5px 5px 0 0}.channel-subid input.faq-form-item-input{margin:0 10px 0 0}.select-sub input.faq-form-item-input{margin:0 10px 0 0}textarea.faq-form-item-input{line-height:18px;width:440px}textarea.error-text{border:solid 1px #df553a !important}.auth input.faq-form-item-input,.remind-pass input.faq-form-item-input{width:370px;margin:0 0 15px 0}.auth .faq-form-btn{margin:15px 0}.bday{display:block;position:absolute;right:20px;top:50%;width:20px;height:20px;background:url(/assets2/css/img/icon_calendar-0bd848693a7feba2cabac1f9549e11c6.svg) no-repeat 0 0;cursor:pointer;margin-top:5px}.faq-form-item.error,.file-upload.error .approv-format{display:inline-block;position:relative}.faq-form-item.error div:last-child:after{content:'';display:block;position:absolute;right:-50px;top:50%;width:32px;height:32px;background:url(/assets2/css/images/cabinet/icon_error_2-3350ef3b89a610a4c6ffd9a36d2e3e05.png) no-repeat;margin:0}.file-upload.error .approv-format:after{content:'';display:block;position:absolute;right:-50px;top:-25px;width:32px;height:32px;background:url(/assets2/css/images/cabinet/icon_error_2-3350ef3b89a610a4c6ffd9a36d2e3e05.png) no-repeat;margin:0}.faq-form-inline.consent{margin:20px 0 0 0}.faq-form-inline div.checker{margin-right:10px}input.faq-form-item-input:focus,textarea.faq-form-item-input:focus{box-shadow:none}textarea.faq-form-item-input{resize:none;height:100px}.faq-form-item.support{width:100% !important;margin:10px 0}.support textarea.faq-form-item-input{width:100% !important;height:140px !important;padding:5px;border-radius:5px;outline:none;font-family:TT Hoves, sans-serif}.promo-lang .faq-form-item-input{width:370px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#b7b8b9}input:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:#b7b8b9}input:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color:#b7b8b9;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:#b7b8b9;opacity:1}input.placeholder,textarea.placeholder,select.placeholder{color:#b7b8b9}input:focus:-moz-placeholder,textarea:focus:-moz-placeholder,select:focus:-moz-placeholder{color:transparent !important}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder,select:focus::-moz-placeholder{color:transparent !important}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder,select:focus:-ms-input-placeholder{color:transparent !important}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder{color:transparent !important}input.placeholder:focus,textarea.placeholder:focus,select.placeholder:focus{color:transparent !important}.faq-form-item-text{position:relative;display:block;font-size:14px;font-weight:500;color:#FFCD00;padding:0;margin-bottom:10px}.faq-form-item-text.phone-number{color:#fff;line-height:30px;margin-bottom:0px}.faq-form-item-text.text-code{color:#0A0A14;line-height:30px;margin-bottom:0px}.promo-lend-item-info-btn{margin:0 auto;z-index:100}.channel-subid .faq-form-btn{margin:10px 10px 0 0}.faq-form-btn.button{max-width:370px}.faq-form-btn{display:inline-block}.faq-form-btn.grey{background:#AAAAAA;color:#fff;border:none}.faq-form-btn.padding{display:inline-block;margin:0 20px 20px 20px}.faq-form-btn.padding-left{margin:0 20px 20px 0}.personal-data .faq-form-btn.btn-inline{position:relative;display:inline-block !important}.support a.faq-form-btn{display:inline-block;width:370px}.block-form .faq-form-btn{margin:0;display:block}.columns-main-content-nav-body-list-item--mod{cursor:default;color:#fff;padding-left:0;margin-right:15px}.columns-main-content-nav-body-list-item--mod .columns-main-content-nav-body-list-item-link{cursor:default;color:#fff}.terms-item-list-item{list-style-type:none;font-size:14px;line-height:22px}.terms-item-list-item p{display:block;position:relative;padding:0 0 0 40px;margin:0}.terms-item-list-item p:before{content:"\2022";display:block;position:absolute;top:0;left:30px}.terms .terms-item-list{counter-reset:list2}.terms-item-list{margin:13px 4px 13px 0;padding:0}.terms li:before{text-align:left;counter-increment:list1;content:counter(list1) ".";margin-right:-1px}.terms .terms-item-list li:before{counter-increment:list2;content:counter(list1) "." counter(list2) ". "}.terms{max-width:799px;counter-reset:list1;margin:-7px 0 30px 3px}.terms-item{padding-bottom:14px;border-bottom:2px solid #ECECEC;position:relative;margin:0 0 25px;list-style-type:none;font-size:18px;line-height:22px}.terms-item-text{font-size:14px;margin-top:12px;margin-bottom:13px}.terms-item-text-min{font-size:12px;margin-bottom:15px;margin-top:-7px}.terms-item--no-border{border-bottom:0}.promo-line{height:1px;background:#ECECEC;margin:0 0 20px 0;overflow:hidden;clear:both}.promo-body{margin:25px 0 0 0;overflow:hidden}@media only screen and (max-width: 500px){.promo-body{text-align:center}}.promo-body.logo-tab{position:relative}.promo-body.regforms-tab{display:table;position:relative;width:100%;height:80vh;overflow:visible;text-align:justify}.iframe_box{display:table-cell;position:relative;width:100%;height:100%;margin:30px;vertical-align:middle;text-align:center;background:#fff;border-radius:5px;border:1px solid #ECECEC;padding:20px 0}.iframe_box .iframe-screen{margin-bottom:10vh}.promo-body-item,.promo-body-item-banner{display:inline-block;vertical-align:top;width:296px;margin:0 auto 30px auto;padding:0 10px}.promo-body-item-pic{text-align:center;overflow:hidden;border:none;height:166px;margin-bottom:15px}#logo .promo-body-item-pic{height:auto}.promo-body-item-pic iframe,.bpreview iframe{border:none}.promo-body-item-pic .for_iframe{position:relative}.promo-body-item-pic .for_iframe_hover{position:absolute;top:0;bottom:0;width:100%;heigth:100%}.promo-body-item-pic img{display:block;vertical-align:middle;margin:0 auto;position:relative;max-width:100%;max-height:100%}.promo-body-item-head{color:#2a2d33;margin-bottom:10px;font-size:18px;line-height:1.4;font-weight:400}#logo .promo-body-item-head{height:18px}#logo .promo-body-item-head,#logo .promo-body-item-pic{vertical-align:middle}#logo .promo-body-item-pic a{padding:0;max-width:800px}#video .promo-body-item-head{height:100px;overflow-y:hidden}.promo-body-item-link{cursor:pointer;color:#474747;text-decoration:none;font-size:12px;padding:0 10px;background:#fff;border:1px solid #ECECEC !important;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;display:inline-block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:42px;font-weight:normal;height:42px;width:100%;max-width:700px;text-align:center}@media only screen and (max-width: 800px){.promo-body-item-link{max-width:500px}}@media only screen and (max-width: 500px){.promo-body-item-link{max-width:260px}}#logo .promo-body-item-link{max-width:365px}.promo-body-item-link:hover{color:#2a2d33;text-decoration:underline}.promo-body-item-link-text{display:block;white-space:nowrap;width:100%;text-overflow:ellipsis;overflow:hidden;text-align:left}.promo-line--mod{margin-top:0}.promo-links{max-width:469px;margin-bottom:30px;margin-top:35px}.promo-links-item{margin-bottom:30px}.promo form{margin:0}.promo-lend{margin-bottom:6px}.promo-lend.banner{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start}.promo-lend-item,.promo-lend-item-app{display:inline-block;position:relative;vertical-align:top;width:320px;min-height:385px;padding:40px;text-align:center;background:#fff;border-radius:5px;border:1px solid #ECECEC;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 30px 30px 0}.promo-lend-item.text,.promo-lend-item-app.text{min-height:180px}.promo-lend-item.promo-print,.promo-lend-item-app.promo-print{min-height:100px}@media only screen and (max-width: 500px){.promo-lend-item,.promo-lend-item-app{width:280px;margin:0 auto 30px auto}}.promo-lend-item-app{min-height:500px}#logo .promo-lend-item{display:block;position:relative;vertical-align:middle;height:100%;width:100%;padding:40px 0}.promo-lend-item-pic{display:block;position:relative;margin:0 auto}.promo-print .promo-lend-item-pic{height:150px}.status-google{display:inline-block;position:relative;height:24px;width:24px;margin:0 0 10px 0}.status-google.approve{background-image:url(/assets2/css/images/cabinet/icon_google-68fbc40f55f9de73e2ccb86cf188b86c.svg)}#landings-list .promo-lend-item-pic{min-height:178px}.promo-lend-item-pic .play{position:absolute;width:100%;height:100%;background:#000000;opacity:0.3;display:block;top:0;left:0;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;border:none}.promo-lend-item-pic img{vertical-align:top;width:100% !important}.promo-lend-item-pic:hover .play{opacity:0}.promo-lend-item-info,.promo-lend-item-info-text{vertical-align:bottom;font-size:12px;line-height:1.3;font-weight:400;margin:10px 0 0 0;padding:0}#text .promo-lend-item-info-text{margin:0 0 30px 0;padding-left:0}.promo-lend-item-info-head{font-weight:500;font-size:14px;text-transform:uppercase;line-height:22px;margin-bottom:10px;min-height:45px;max-height:60px}.promo-lend-item-info p{margin:0 0 25px}.promo-lend-item-info .desc-text{vertical-align:middle;margin:20px 0;padding:20px 0;min-height:40px;border-top:1px solid #ECECEC;border-bottom:1px solid #ECECEC;display:flex;width:100%}#landings-list .promo-lend-item-info .desc-text{min-height:80px}.promo-lend-item-info .desc-text .short-text{display:table-cell;position:relative;vertical-align:middle;margin:auto;overflow:hidden;color:#99AAB8;width:100%}#landings-list .promo-lend-item-info .desc-text .short-text{display:none}.promo-lend-item-info .desc-text .all-text{display:none;position:absolute;width:100%;height:515px;top:0;left:0;background:#fff;border-radius:5px;font-size:12px;font-weight:400;text-align:center;z-index:10;text-transform:none;white-space:pre-line;vertical-align:middle}.promo-lend-item-info .desc-text:hover .all-text{display:block}.promo-lend-item-info .desc-text:hover .all-text span{display:table-cell;position:relative;vertical-align:middle;height:555px;line-height:18px;margin:auto;padding:0 20px}.flip-container{display:inline-block;position:relative;vertical-align:top;background:#fff;margin:0 20px 20px 0;perspective:1000px;width:240px;min-height:640px}@media only screen and (max-width: 500px){.flip-container{margin:0 0 20px 0}}.flip-container .flipper{display:table}.flip-container .flipper .front-top{width:240px;height:400px}.flip-container .flipper .front-bottom{width:240px;height:240px}.flip-container .flipper .front-bottom div{z-index:1;margin:0 20px 0 20px}.flip-container .flipper p{font-size:12px;color:#99AAB8;margin:10px 20px 5px 20px}.flip-container .flipper span{display:inline-block;position:relative;margin:0 2px 0 0;font-size:12px;font-weight:300;color:#99AAB8;border-radius:3px}.flip-container .flipper .block-formats span{border:1px solid #99AAB8;padding:0 5px;margin:0 10px 0 0}.flip-container .overlay-click{display:flex;position:absolute;align-items:center;width:100%;background:#232f3c;opacity:0;height:100%;top:0;left:0;font-size:14px;line-height:16px;font-weight:500;color:#99aab8;text-align:center;text-transform:uppercase;white-space:pre-line;vertical-align:middle;z-index:100;cursor:pointer;-webkit-transition:all 1.5s ease;-moz-transition:all 1.5s ease;-o-transition:all 1.5s ease;transition:all 1.5s ease}.flip-container .front-top:hover .overlay-click{display:flex}.flip-container .overlay-click:hover{opacity:0.95}a.banner-btn-zip{display:block;position:absolute;bottom:20px;left:50%;width:200px;height:38px;border-radius:4px;background-color:#FFCD00;transform:translate(-50%, 0);color:#fff;text-decoration:none;text-align:center;font-size:14px;line-height:38px;border:none}.promo-lend-item-dwld-btn{display:block;position:relative;width:240px;height:38px;border-radius:4px;background-color:#FFCD00;margin:30px auto 0 auto;color:#fff;text-decoration:none;text-align:center;font-size:14px;line-height:38px;border:none}.logos .promo-lend-item-dwld-btn{margin:0}@media only screen and (max-width: 600px){.logos .promo-lend-item-dwld-btn{display:block;left:0}}.banner-btn-zip.dwld{position:relative;bottom:0;margin:20px 0 0 -100px}.banner-btn-zip i{margin:0 3px 0 0;color:#ffff;font-size:12px;line-height:11px;border-bottom:1px solid #fff}.banner-link .promo-lend-item-info-btn{display:inline-block;position:relative;right:0;bottom:1px;padding:0 !important;margin:0;min-width:160px;text-decoration:none;font-size:10px}.block-banner{display:block;box-sizing:border-box;position:absolute;left:50%;width:350px;height:auto;margin:0 0 0 -60px;text-align:center;background:#fff;border-radius:5px;padding:15px;z-index:100000;border:1px solid #ECECEC}.block-banner h2{font-size:14px;line-height:1.17;font-weight:500;color:#474747;text-align:left}.block-banner h4{font-size:10px;text-align:left;line-height:2;font-weight:400}.block-banner .promo-lend-item-info-btn:hover,.block-banner .promo-lend-item-info-btn:active{color:#FFCD00;text-decoration:none}.banner-info option.disable,.banner-info li.disable{display:none}.block-banner .banner-info{display:inline-block;vertical-align:top;box-sizing:border-box;position:relative;width:100%;margin:10px 0}.banner-info p{margin:0 0 5px 0 !important;color:#2f516e !important}.banner-info .styled-select{margin:0 6px 10px 0}.banner-info .styled-select:last-child{margin:0 0 10px 0}.block-banner .banner-item{display:block;position:relative;text-align:center;width:318px;height:auto;min-height:165px;border-radius:1px;background-color:rgba(153,170,184,0.222212)}.block-banner .banner-item .banner-item-content{display:table;position:relative;text-align:center;width:318px;height:auto;min-height:165px}.block-banner .banner-item .banner-item-content .banner-item-content-pic{display:table-cell;box-sizing:border-box;position:relative;text-align:center;vertical-align:middle;width:100%;max-width:318px;max-height:168px}.block-banner .banner-item img{max-width:318px;max-height:165px;margin:auto}.banner-item iframe{display:none;margin:auto;border:none !important}.block-banner .banner-link{display:block;position:relative;width:100%;margin:20px 0 0 0}.block-banner .banner-link.disable input{opacity:.5;pointer-events:none;cursor:default;background:rgba(153,170,184,0.222212)}.block-banner .banner-link.disable input::-webkit-input-placeholder,.block-banner .banner-link.disable input::-moz-placeholder,.block-banner .banner-link.disable input:-moz-placeholder,.block-banner .banner-link.disable input:-ms-input-placeholder{color:#474747}.block-banner .banner-link.disable input:after{opacity:.5}.banner-link p,.banner-link h2{position:relative;width:100%;font-size:14px;color:#99AAB8;margin:20px 0 0 0}.banner-link p{margin:10px 0 0 0}.banner-link h2{font-weight:500;font-style:normal;font-stretch:normal;line-height:1.14;letter-spacing:normal;text-align:left;color:#474747}.banner-link input{background:#fff;border:1px solid #ECECEC !important;outline:none;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;position:relative;width:150px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#474747;font-weight:300;line-height:42px;height:42px;text-align:left;overflow:hidden;margin:0 10px 0 0;padding:0 40px 0 10px}.block-banner .banner-link.disable .link-copy:after{opacity:.5}.banner-link .link-copy{display:inline-block;position:relative}.banner-link .link-copy:after{content:'';display:inline-block;position:absolute;top:50%;right:12px;background-image:url(/assets2/css/img/cabinet/icon_copy-78a042eb26dae2d596f3ab3ef9b2ae37.svg);width:16px;height:16px;opacity:1;margin:-8px 0 0 0}.banner-link input:last-child{margin:0}.banner-link input#link{width:100%}.bpreview{display:block;position:absolute;top:0;left:0;z-index:1001;border:1px solid #dadada;padding:2px;background:#ececec}a:hover,a:focus{text-decoration:none}.stat-table-td-w{width:313px}.stat-table-td-w1{width:196px}.stat-table-td-w2{width:100px}.traders-search{margin:0 0 30px;display:block;width:373px;border:2px solid #3c515e;-webkit-border-radius:30px 30px 30px 30px;-moz-border-radius:30px 30px 30px 30px;border-radius:30px 30px 30px 30px;height:59px;background:#232f3c;position:relative;margin-bottom:29px}.traders-search-btn{position:absolute;top:21px;right:25px;cursor:pointer;border:0;width:16px;height:16px;background:url(/assets2/css/img/ico-search-7f6e534d5c4545f0bfd430fc3bd99809.png) no-repeat 0 0}.traders-search-btn:hover{background-position:100% 0}input.traders-search-input{border:0;float:left;font-family:'Acrom', sans-serif;font-size:18px;background:none;color:#fff;margin-left:15px;margin-top:16px;padding:0;width:82%;height:24px;font-weight:300}input.traders-search-input:focus{box-shadow:none;outline:none}#dialog-overlay1,#dialog-overlay2,#dialog-overlay3,#dialog-overlay-faq,#dialog-overlay-banner,#dialog-pushoffer,#dialog-overlay-banner,#dialog-overlay-video{position:fixed;display:none;top:0;left:0;width:100%;height:100%;padding:0 0 2px 0;background:rgba(0,0,0,0.5);z-index:10000;text-align:center;overflow:hidden}#dialog-overlay1.open,#dialog-overlay2.open,#dialog-overlay3.open,#dialog-overlay-faq.open,#dialog-overlay-banner.open,#dialog-pushoffer.open,#dialog-overlay-banner.open,#dialog-overlay-video.open{display:block}#dialog-overlay-video{z-index:100000}#dialog-overlay-banner{overflow:auto}#dialog-overlay-faq{z-index:10000000}.clearfix::after{clear:both;content:"";display:table}.icon-close-btn-std,.icon-close-btn-ny,.icon-close{display:block;position:absolute;top:0;right:0;margin:15px 10px 0 0;cursor:pointer;background-position:-56px -207px;height:16px;width:16px}.personal-data .icon-close-btn-popup{display:block;position:absolute;top:0;right:0;margin:15px 10px 0 0;cursor:pointer;background-position:-56px -207px;height:16px;width:16px;z-index:100}.btn-popup-default{margin:0 10px;cursor:pointer}.sprite-src.icon-std{background-image:url(/assets2/css/images/sprite-src-old-74172d7140d5b7a5a50f42f3e2a44f73.png)}.nav{display:inline-block;position:relative;width:100%;text-align:center}.nav.promo-list{display:inline-block;position:absolute;height:40px;margin:20px 0 0 0;bottom:20px;left:50%;width:auto;text-align:center}.support .nav{display:inline-block;position:absolute;width:100%;bottom:-30px;text-align:center}.faq-block{display:block;position:relative;top:0;left:0;max-width:100%;width:100%;height:auto;margin:0;padding:0}#recharge-history{display:block;position:relative;clear:both;height:auto}.block-credit-body{position:fixed;width:100vw;height:100vh;top:0;left:0;background:rgba(35,47,60,0.7);text-align:center;z-index:100000}.block-credit-body .block-credit-content{display:block;position:fixed;background:#fff;top:30vh;left:50vw;border-radius:5px;width:600px;height:auto;padding:30px;margin:0 0 0 -300px}.block-credit-content .icon-close{display:block;position:absolute;top:15px;right:15px;background:url(/assets2/css/img/icon_close-d25cc064a3e30e9578f4677bf040952d.svg) no-repeat;width:14px;height:14px;cursor:pointer}.block-credit-content h3{margin:0 0 20px 0;font-size:14px;font-weight:400;color:#232F3C;text-transform:uppercase}.block-credit-content p{margin:10px 0;font-size:12px;line-height:1.5}.block-credit-content .faq-form-btn{margin:30px 10px 0 10px}.block-credit-content .btn-default{background:#ECECEC;color:#0A0A14;border:none}.block-credit-content .btn-default:hover{background:#DEDEDE}.block-credit-content .btn-default:active{background:#D0D0D0}.block-top-partners{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;position:relative;margin:0;text-align:left;vertical-align:top}@media only screen and (max-width: 900px){.block-top-partners{justify-content:center}}.top-rating{display:block;font-size:12px;font-weight:400;color:#232F3C}.block-top-partners .block-rating{display:block;position:relative;background:#fff;width:260px;padding:20px;margin:20px 20px 0 0;border-radius:5px}.block-top-partners .block-rating th{border-bottom:0;text-align:right}.block-top-partners .block-rating small{display:block;opacity:0.5}.block-rating h2{display:block;position:relative;text-transform:lowercase;color:#232F3C;font-size:12px;text-align:left;margin:0 0 10px 0;padding:0;font-weight:400}.block-rating h2 span{color:#FFCD00;font-size:14px;text-transform:uppercase;margin:0 20px 0 0;font-weight:500;letter-spacing:2px}.block-rating .text-info-hidden span{display:none;position:absolute;top:20px;left:0;background:#fff;padding:5px 10px;width:auto;font-size:12px !important;line-height:16px;font-weight:400;letter-spacing:0;color:#344050 !important;border:1px solid #ECECEC;border-radius:5px;text-transform:inherit;z-index:10000;white-space:nowrap}@media only screen and (max-width: 1080px){.block-rating .text-info-hidden span{left:-100%}}.block-rating .rating-you{color:#FFCD00}.block-rating table{display:table;width:100%;text-align:left;font-size:15px;margin:0;padding:0;border-collapse:collapse}.block-rating td{height:50px;line-height:14px;color:#232f3c;position:relative;border:none}.block-rating tr.user-active td{color:#FFCD00;font-size:12px;font-weight:400}.block-rating tr td:nth-child(1){width:30px;text-align:left;font-weight:500}.block-rating tr td:nth-child(1):before{content:'';display:inline-block;position:absolute;top:50%;right:0px;width:11px;height:11px;margin:-6px 0 0 0;background-size:contain}.block-rating tr td.place-1:before{background:url(/assets2/css/images/cabinet/icon_place1-7951940a7b49da7ca740301b5c98f84c.svg) no-repeat;background-size:contain}.block-rating tr td.place-2:before{background:url(/assets2/css/images/cabinet/icon_place2-1cb92347abf1cff198fb65b663b0b1f3.svg) no-repeat;background-size:contain}.block-rating tr td.place-3:before{background:url(/assets2/css/images/cabinet/icon_place3-fcdebcbba466bcefbd7bda35de527667.svg) no-repeat;background-size:contain}.block-rating tr td.place-4:before{background:url(/assets2/css/images/cabinet/icon_place4-7c30fffb4ae50dc4fff72ae570a58294.svg) no-repeat;background-size:contain}.block-rating tr td.place-5:before{background:url(/assets2/css/images/cabinet/icon_place4-7c30fffb4ae50dc4fff72ae570a58294.svg) no-repeat;background-size:contain}.block-rating table tr:nth-child(odd),.block-rating table tr:nth-child(even){background-color:#fff}.block-rating td:nth-child(2){padding:0 0 0 10px;text-align:left;overflow:hidden}.block-rating td:nth-child(3){text-align:right;min-width:50px}.block-ref-info{position:relative;width:100%;background:#fff;border-radius:5px}.block-ref-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:20px}.block-ref-header .block-ref-link,.block-ref-header .block-ref-period,.block-ref-header .block-ref-btn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-align-content:flex-end;align-content:flex-end}.block-ref-header .stat-header,.block-ref-header h3,.block-ref-header input,.block-ref-header .stat-title{margin:0 15px 0 0}.block-ref-header h3{font-size:12px;font-weight:400;color:#344050}.stat-header.bonuses{display:block;width:100%}.stat-header .stat-table.bonus-schema{display:table-cell;vertical-align:top;width:250px;min-width:250px;padding:0 20px 0 0}.stat-header .bonus-stats{display:table-cell;vertical-align:top;width:100%;margin:0;padding:0}.stat-table.bonus-schema tr{width:100%}.stat-table.bonus-schema tr th{width:100%;white-space:pre-line}.stat-table.bonus-schema tr:first-child th:first-child,.bonus-stats .stat-table tr:first-child th:first-child{border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;border-bottom:1px solid #f5f5f5}.stat-table.bonus-schema h3{font-size:14px;text-transform:uppercase;line-height:1;font-weight:500;white-space:pre-line;margin:5px 0 0 0}.bonus-stats .stat-table-wrap.bonuses{position:relative;overflow:auto}.bonus-stats table.stat-table.fixed{position:fixed;width:100%;top:0;left:0;overflow:hidden}.bonus-stats table.stat-table.nofixed{top:75px}.bonus-schema th,.bonus-schema td{text-align:left}.bonus-stats .stat-table th{text-align:center}.bonus-stats .stat-table td{text-align:left;padding:0 20px 0 0}.stat-table.bonus-schema tr:first-child td,.bonus-stats .stat-table tr:first-child td{text-transform:uppercase;font-weight:500}.stat-table.bonus-schema tr th{padding-top:0}.bonuses .block-info{display:block;position:relative;width:100%;background:#fff;margin:0 0 50px 0;border-radius:5px}.bonuses .block-info .info{display:flex;flex-direction:row;align-items:center;width:100%}@media only screen and (max-width: 600px){.bonuses .block-info .info{flex-direction:column}}.bonuses .block-info .info .info-text{justify-self:start;margin:40px;max-width:50%;min-width:300px}@media only screen and (max-width: 600px){.bonuses .block-info .info .info-text{max-width:100%}}.bonuses .block-info .info .info-text h3{font-size:20px;line-height:22px;font-weight:400;color:#25272D;margin:0 0 40px 0}.bonuses .block-info .info .info-text p{font-size:16px;line-height:24px;color:#AAAAAA}.bonuses .block-info .info .contest-icon{justify-self:center;display:block;background:url(/assets2/css/img/cabinet/block_contest-941ae7bf0c496c00e1eac81d2a5679c6.svg) no-repeat;background-size:contain;max-width:300px;width:100%;height:190px;margin:40px 0}.bonuses .block-info .contest-btn{display:block;position:relative;text-align:left}@media only screen and (max-width: 600px){.bonuses .block-info .contest-btn{text-align:center}}.bonuses .block-info .contest-btn a{display:inline-block;width:280px;background:#E2D1AC;border-radius:4px;text-align:center;color:#fff;font-size:16px;line-height:24px;text-transform:uppercase;padding:20px 0;margin:0 0 40px 40px}@media only screen and (max-width: 600px){.bonuses .block-info .contest-btn a{margin:0 auto 40px auto}}.bonus-stats .stat-table .person-info-bonus{color:#37CD87;font-size:14px;text-transform:uppercase;line-height:1;font-weight:400}.stat-table.bonus-schema tr td:last-child{padding-right:20px}.bonus-schema{border-color:transparent}.person-info,.person-info-bonus{display:block;position:relative;background:#fff;border-radius:5px;color:#474747;padding:30px;margin:0 0 35px 0;font-size:12px;line-height:14px;font-weight:400}.person-info-bonus{margin:0;padding:0;text-transform:none;line-height:16px}.stat-table.bonus-schema .person-info-bonus{margin:-15px 0}.person-info span,.person-info-bonus span{color:#FFCD00}.list-pager{margin-top:40px}.list-pager .pg,.list-pager .page-btn{display:inline-block;position:relative;padding:0;border:none;outline:none;vertical-align:middle;margin:0}.list-pager .page-btn{margin:0 0 0 -280px}.list-pager .prev-page,.list-pager .next-page,.list-pager .num-page{display:inline-block;border-radius:5px;list-style:none;margin:0 5px 5px 0;border:1px solid #ECECEC;width:40px;height:38px;background:#fff;text-align:center;vertical-align:middle}.list-pager .space-page{white-space:pre-wrap}.list-pager .title-pg{display:inline-block;position:relative;top:10px;margin:0 10px 0 0;color:#474747;font-size:12px;font-weight:500;letter-spacing:1px;vertical-align:middle;float:left}.list-pager a{display:inline-block;position:relative;vertical-align:middle;padding:0;margin:0 0 5px 0;border-radius:5px;text-decoration:none;text-align:center;color:#2a475a;font-size:13px;line-height:40px;width:40px;border:none}.list-pager a.num-page{margin:0 5px 5px 0}.pg a.num-page:last-child,.page a.num-page:last-child{margin:0 0 5px 0}.page-new{font-size:16px;text-align:left;font-weight:800;color:#79141c;animation:animate-logo;animation-delay:0s;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards}.pager p{display:inline-block;position:relative}.finish-page{margin-right:4px !important}.prev-page a,.next-page a,.pagination li:first-child span,.pagination li:last-child span,.pagination li:first-child a,.pagination li:last-child a{width:40px;height:40px}.prev-page a,.pagination li:first-child span,.pagination li:first-child a{background:url(/assets2/css/img/icon_arrow_pager-1e9aee0306f72de97b29378cb162ddf3.svg) no-repeat;width:21px;height:15px;font-size:0.1px;margin:10px 0 0 0;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.next-page a,.pagination li:last-child span,.pagination li:last-child a{background:url(/assets2/css/img/icon_arrow_pager-1e9aee0306f72de97b29378cb162ddf3.svg) no-repeat;width:21px;height:15px;margin:10px 0 0 0;font-size:0.1px}.num-page.checked,.pagination li.active{display:inline-block;position:relative;cursor:default;background:#ECECEC;color:#2a475a}.non-active{pointer-events:none;cursor:default}.num-page.checked:hover{color:#2a475a;border:1px solid #e2e2e2;cursor:default}.list-pager{position:relative;bottom:20px;margin:30px 0 30px 0;padding:0;text-align:center}.bottom{z-index:-1}.list-pager.payout{display:none;height:0px;overflow:hidden}.list-pager.banner{margin:30px 0}.list-pager.support{display:block;top:0;margin:30px 0 20px 20px;padding:0 0 30px 0}.pagination{display:inline-block;position:relative;list-style:none;margin:40px auto 0 auto;padding:0 !important;bottom:0;width:100%;text-align:center}.pagination li{display:inline-block;border-radius:5px;list-style:none;margin:0 5px 5px 0;border:1px solid #ECECEC;width:40px;height:38px;background:#fff;text-align:center;vertical-align:middle}.pagination a,.pagination span{display:inline-block;position:relative;vertical-align:middle;padding:0;margin:0 5px 0 0;border-radius:5px;text-decoration:none;color:#99AAB8;font-size:13px;line-height:40px;width:40px}@-webkit-keyframes animate-logo{0%{color:#79141c;text-shadow:0 0 0 rgba(121,20,28,0.5)}25%{color:#fc0516;text-shadow:0 0 12px rgba(252,5,5,0.5)}50%{color:#79141c;text-shadow:0 0 0 rgba(121,20,28,0.5)}75%{color:#fc0516;text-shadow:0 0 12px rgba(252,5,5,0.5)}100%{color:#79141c;text-shadow:0 0 0 rgba(121,20,28,0.5)}}.ui-autocomplete{max-height:300px;overflow-y:auto;overflow-x:hidden}.ui-widget-content .ui-state-focus{background:#b2ebf2 !important;border:none !important}.toogle-push-error{display:none}.video-frame-holder{margin-bottom:10px}.block-page-password{background:none;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}@media only screen and (max-width: 500px){.block-page-password{display:flex !important}}.block-page-password .faq-form{background:#FFFFFF;width:600px;padding:56px 24px;margin:0 20px}.block-page-password .faq-form form{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:40px;width:100%;border-radius:10px;margin:0 auto}.block-page-password .faq-form form .form-title{font-weight:400;font-size:32px;line-height:40px;color:#0A0A14;text-align:center}.block-page-password .faq-form form .form-title img{width:36px;height:40px}.block-page-password .faq-form form .form-body{width:100%}.block-page-password .faq-form form .form-body .faq-form-item{display:table;width:100%;margin:0;padding:0}.block-page-password .faq-form form .form-body .faq-form-item .faq-form-item-input{background:#F9F9F9;border:1px solid #F9F9F9;width:100%;box-sizing:border-box}.block-page-password .faq-form form .form-body .faq-form-item .faq-form-item-input:focus{border:1px solid #FFDC00}.block-page-password .faq-form form .action-restore-password{background:#FFDC00;border-radius:5px;color:#0A0A14;font-size:18px;margin:0}@media only screen and (max-width: 1350px){.promo-lend-item-info .desc-text{height:auto}.faq-item-list-item:active{background:#fff !important}.block-ref-header{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20px}.block-ref-header .stat-header,.block-ref-header h3,.block-ref-header input,.block-ref-header .stat-title{margin:10px 10px 0 0}.block-ref-header .faq-form-btn{margin:10px 0 0 0}.tariff .stat-table-wrap.auto{overflow-x:auto}}@media only screen and (max-width: 1200px){.mess br{display:none}.stat-header-right{float:none;margin-bottom:0;text-align:left}.stat-table-wrap.auto{overflow:auto}.stat-header-right-item{margin:0 40px}.stat-header-right-item:last-child{margin-right:0}.select-filter{margin:0}.select-filter .period-reg,.select-filter .choose-subid{display:block;position:relative;margin:0 auto}}@media only screen and (max-width: 1150px){.promo-lend-item-info .desc-text{height:80px}.stat-header .stat-table.bonus-schema{display:table;width:100%;padding:0;margin:20px 0 0 0}.stat-header .bonus-stats{display:table;margin:30px 0;width:100%}.last-updates{top:-20px;float:left;left:20px}.text-info-hidden span{width:350px}}@media only screen and (max-width: 1050px){.stat-header-right-item{width:137px;clear:both;margin:0 auto 21px !important;overflow:hidden}.support ul li:nth-child(2) p{width:80%}.promo-body-item-link-text{width:300px}.list-pager .page-btn{margin:0 auto}}@media only screen and (max-width: 1000px){.black .columns-left,.light .columns-left{width:100%;background:none;padding-bottom:0}.black .columns-left .block-scroll,.light .columns-left .block-scroll{width:100%;height:100%;overflow:auto;overflow-x:hidden}.black .columns-left-nav-list-item,.light .columns-left-nav-list-item{width:100% !important}.black .columns-main,.light .columns-main{float:none;width:100%}.black .columns--left-line-full:before,.light .columns--left-line-full:before{display:none}.black .columns-main-content-nav .title-page,.light .columns-main-content-nav .title-page{text-align:center;padding:20px 0}.black .columns-left-hide-mob,.light .columns-left-hide-mob{display:none;width:237px;margin:0;min-height:100%;background:#fff;border-right:1px solid #f2f3f4}.black .columns-left-hide-mob{background:#5D616B;border-right:1px solid #474747}.black .columns-main-content-nav-body-list-item,.light .columns-main-content-nav-body-list-item{margin-right:18px}.black .user-manager span.columns-left-nav-list-item-link-arr,.light .user-manager span.columns-left-nav-list-item-link-arr{right:81px}.black .columns-main-content-nav.none,.light .columns-main-content-nav.none{margin:0}.black .columns-main-content-nav.page-403,.light .columns-main-content-nav.page-403{margin-top:0}}@media only screen and (max-width: 900px){.stat-header-right{padding-right:15px}.stat-header-right-item{margin:0 11px 0 0}.stat-header-right-item-left{text-align:left;width:auto;margin-right:5px}.stat-header-right-item-right{width:23px}.columns-main-content{padding:30px 10px}.columns-main-content-nav{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.columns-main-content-line{margin-left:-16px;margin-right:-16px}.mess{padding:12px 16px 16px 16px;margin-bottom:30px}input.faq-form-item-input,textarea.faq-form-item-input,.channels input,.channels select,.channels .styled-select,.block-link input{display:inline-block;max-width:100%}.list-pager{margin:0 0 30px 278px}.text-info-hidden span{width:300px}.mess.contest:after{right:0}}@media only screen and (max-width: 810px){.channel-subid div{margin:0}.channel-subid div a{margin:10px 10px 0 0}.stat-header-left .stat-line a{top:5px}}@media only screen and (max-width: 800px){.columns-left{width:100%;background:none;height:80px;padding:0}.columns-left .block-scroll{width:100%;height:100%;overflow:auto;overflow-x:hidden}.columns-left-nav-list-item{width:100% !important}.columns-main{float:none;width:100%}.columns-main-content{margin:33px 0 0 0;padding-top:30px}.columns--left-line-full:before{display:none}.columns-left-lang{display:inline-block;position:fixed;top:0;right:0;color:#fff;font-size:20px;margin-right:0;margin-top:17px;z-index:1000}.change-lang .icon-down{display:none}.change-lang .columns-left-nav-list-item-link-arr{display:none}.columns-main-content-nav .title-page{text-align:center;padding:20px 0}.columns-left-hide-mob{display:none;width:237px;height:100%;margin:0;background:#fff;overflow-x:hidden}.columns-main-content-nav-body-list-item{margin-right:18px}.columns-main-content-nav.none{margin:0}.columns-main-content-nav.page-403{margin-top:0}.columns-left-mob-menu-ico{display:block;position:fixed}.columns-left-user-item-ico{padding:0 0 0 40px}.columns-left-user-item-ico:before{left:15px}.user-manager span.columns-left-nav-list-item-link-arr{right:22px}.columns-left-user-item .change-lang{display:inline-block;position:fixed;vertical-align:middle;left:160px;top:25px}.columns-left-user-item .change-lang{display:none}.promo-lend{text-align:center}.faq-form-item.support{width:100%}.support a.faq-form-btn{width:100%;display:block;padding:17px 0}.top-rating{text-align:left;margin:0 0 20px 0}.block-top-partners{text-align:center}.block-top-partners .block-rating{margin:20px 10px 0 10px}.channels input,.channels .styled-select{margin:5px 10px 10px 0}h3.person-item{margin-top:40px}.m-center .channels{text-align:center}textarea.faq-form-item-input{width:350px}.support .item-ticket ul:after,.support .item-ticket.open ul:after{right:3%}.star-rating__wrap{font-size:0.7rem}.star-rating__ico{padding-left:1px}.block-ref-header{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-items:stretch;align-items:stretch}.block-ref-header .block-ref-link,.block-ref-header .block-ref-period,.block-ref-header .block-ref-btn{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-content:flex-end;align-content:flex-end;-webkit-align-items:stretch;align-items:stretch;-webkit-align-self:flex-end;align-self:flex-end}.promo-lend.banner{-webkit-justify-content:center;justify-content:center}.stat-header-left-select.active .stat-header-left-select-drop{margin-left:-130px}.block-personal,.personal-data .popup-phone .form{top:150px;left:3%;width:94%;margin:0 auto}.list-pager{margin:0 0 20px 10px}.block-banner{margin:0 0 0 -175px}.menu-item-count-label{margin:3px 5px 0 0}}@media only screen and (max-width: 750px){.hidden{padding-left:0}.hidden img{width:60%;height:auto}.hidden p{font-size:14px}.stat-header-left-select-drop{width:295px}.styled-datepicker-left{float:none;margin:0;width:auto}.styled-datepicker-right{float:none;margin:0;width:auto}.styled-datepicker .ui-datepicker{float:none;margin:0 auto 15px}.stat-header-left-select-drop-foot{padding-right:16px}.stat-header-left-select-drop-foot-menu{margin-left:16px}textarea.faq-form-item-input{width:240px}.h-tab{min-height:550px}.stat-header .stat-table.bonus-schema{display:table;width:100%;padding-right:0;margin:0 auto}.stat-header .bonus-stats{display:block;width:100%;margin:20px auto;padding:0}.stat-header .stat-table.bonus-schema{margin:20px auto}}@media only screen and (max-width: 700px){.promo-line{margin-left:-16px;margin-right:-16px;margin-bottom:16px;margin-top:15px}.promo-links{margin:16px auto 30px}.promo-body-item{margin-left:0;margin-bottom:40px}.faq-form{width:auto}.news-item{margin-bottom:21px}.news{margin-top:16px}.ico-x{width:16px;height:16px}.mess-ico{right:16px;top:12px}.stat-header-left-select-arr{right:12px}.stat-header{margin-bottom:14px}input.faq-form-item-input,textarea.faq-form-item-input,.channels input,.channels select,.channels .styled-select,.block-link input{max-width:100%}.period-reg .jq-selectbox__select{min-width:100% !important;max-width:100% !important;font-size:18px}#logo .promo-body-item-pic{width:auto}.columns-left-user-item.block-change-lang{display:block}.list-pager,.list-pager.support{margin:0 20px 20px 20px}.stat-filter{margin:0 10px 0 0}.stat-header-left .stat-line a{top:-5px}.star-rating__wrap{font-size:0.7rem}.support ul li:nth-child(2) p{width:90%}.stat-table-wrap.support{overflow:auto}.payout-data .faq-form-item{margin:0 10px 10px 0}.text-info-hidden span{width:200px}}@media only screen and (max-width: 600px){#dialog-overlay3 .block-personal{top:0;left:0;width:100%;margin:auto}.block-personal .block-scroll,.block-personal .faq-form{width:100%}.block-personal header{height:auto;width:100%}.block-personal header .modal-form-name{width:380px}.period-reg .jq-selectbox__select{font-size:18px}.columns-left-nav-list-item{width:100% !important}.banner-link input{min-width:100px;margin:10px 0}.banner-link p{font-size:11px}}@media only screen and (max-width: 552px){.stat-header-left .stat-line a{top:5px}.support-atten{-webkit-flex-direction:column;flex-direction:column}.support-atten .faq-form-btn{width:100%;margin:0 0 10px 0}}@media only screen and (max-width: 500px){.block-personal header .modal-form-name{width:95%}.stat-header-left-select-text{font-size:11px}.block-support-form .faq-form-item{display:inline-block}.support-form-atten{padding:10px 0 0 0}.star-rating__wrap{font-size:0.5rem}.star-rating__ico{padding-left:1px}.block-page,.block-page .faq-form,.block-page .block-pic{display:block}.block-page .block-pic{position:relative;top:0;left:0;text-align:center}.personal-data .faq-form-item{position:relative}.personal-data .popup-phone .faq-form-item{width:auto}#landings-list,#video,#text,#logo{-webkit-justify-content:center;justify-content:center;text-align:center}.stat-header-left-select.active .stat-header-left-select-drop{margin-left:-130px}.support-atten p{flex-direction:column;margin:0}.faq-form-item-text.phone-number{margin-bottom:-10px}.text-info-hidden span{width:150px}.block-page{height:100% !important}.faq-support{text-align:center}.faq-support .faq-btn-open,.faq-support .faq-btn-open.btn-newbie{margin:0}.faq-support .faq-btn-open.faq-btn{margin:20px 0 0 0}}@media only screen and (max-width: 480px){.traders-search{width:auto}.promo-lend-item-info{margin-left:0;padding-left:0}.block-personal header{font-size:11px;line-height:16px}.block-personal header .modal-form-name{width:250px}.faq-form p.success{background:green;padding:5px;margin:20px 0 25px 0}.period-reg .jq-selectbox__select{font-size:12px}.promo-body-item,.promo-body-item-banner{width:auto;padding:0}.channels{text-align:center}.channels p{margin:0 auto}.block-rating td:nth-child(2){width:190px}.block-rating td:nth-child(3){width:60px}.stat-table-wrap.support{overflow:auto}.block-support-form .support-form{padding:0;margin:0}.block-top-partners .block-rating{margin:0 auto 20px auto}.auth input.faq-form-item-input,.remind-pass input.faq-form-item-input{width:200px}.block-top-faq{width:100%}.title-top-faq{width:100% !important}.personal-data .popup-phone .faq-form-btn,.personal-data .popup-phone .action-support{width:200px !important}}@media only screen and (max-width: 350px){.block-banner{width:300px;margin:0 0 0 -150px}.block-banner .banner-item{width:100%}}@media only screen and (max-width: 320px){.promo-lend-item-info-btn{display:block;text-align:center}.period-reg .jq-selectbox__select{font-size:12px}.block-rating td:nth-child(2){width:120px}.block-rating td:nth-child(3){width:60px}.star-rating__wrap{font-size:0.45rem}.checkbox-area a{float:left;margin:0 0 10px 0}.text-info-hidden span{width:110px}.captcha_container{margin-left:-31px}.top-rating .jq-selectbox{margin:10px 0 0 0 !important}}@media (-webkit-min-device-pixel-ratio: 2){.icon-new{background-image:url(/assets2/css/img/cabinet/icon_new@2-10e2dfe9bfb03a87e9311f449a50fef1.png);background-size:cover}}@media only screen and (max-height: 500px){.personal-data .popup-phone{position:absolute}#dialog-overlay1,#dialog-overlay2,#dialog-overlay3,#dialog-overlay-faq,#dialog-pushoffer{position:fixed}}.exchanger{padding-top:10px;display:none}.block-terms-ib{background:#fff;padding:30px 30px 50px 30px;display:block;position:relative;text-align:left}.block-terms-ib h1{font-size:20px;line-height:1.2;padding:0 0 60px 0;color:#344050;font-weight:600;text-transform:uppercase}.block-terms-ib table{display:table;width:auto;margin:0 0 120px 0}.block-terms-ib table tr{background:none;border-bottom:1px solid #ECECEC}.block-terms-ib table tr:nth-child(3){border:none}.block-terms-ib table tr td{vertical-align:middle;text-align:left;font-size:12px;line-height:1;color:#344050;text-transform:uppercase;border:none}.block-terms-ib table tr td:nth-child(1){text-align:center}.block-terms-ib p{color:#344050;font-size:12px;line-height:14px;padding:5px 0}.block-dashboard{display:block;position:relative;background:#fff;text-align:center;padding:30px;border-radius:5px;margin:0 0 30px 0}.block-dashboard h3{font-size:15px;font-weight:400;color:#232f3c}.block-dashboard ul{display:flex;flex-wrap:wrap;justify-content:center;position:relative;margin:0 auto;max-width:400px}@media (min-width: 960px){.block-dashboard ul{max-width:none}}.block-dashboard ul li{display:block;position:relative;text-align:center;width:100%;margin-top:15px}@media (min-width: 480px){.block-dashboard ul li{width:50%}}@media (min-width: 960px){.block-dashboard ul li{width:auto;margin:15px 30px 0}}.block-dashboard ul li a{font-size:12px;line-height:24px;color:#AAAAAA;text-decoration:none;display:block}.block-dashboard ul li a span{display:block}.block-dashboard ul li a:before,.block-dashboard ul li a:after{content:"";display:block;width:24px;height:24px;margin:0 auto}.block-dashboard ul li a.item-email:before{background:url(/assets2/css/images/cabinet/dashboard/icon-process-mail-ba4a8dc7e8281d9e92f27e419d0e3ffc.svg) no-repeat center center}.block-dashboard ul li a.item-phone:before{background:url(/assets2/css/images/cabinet/dashboard/icon-process-phone-010f6c4167ec9ef31dfc46c937b457ab.svg) no-repeat center center;background-size:contain}.block-dashboard ul li a.item-personal-info:before{background:url(/assets2/css/img/cabinet/icon_user-1a061794b7031e69717518143d1564ad.svg) no-repeat center center;background-size:contain}.block-dashboard ul li a.item-wallet:before{background:url(/assets2/css/img/cabinet/icon_balance-77c6ce973f007444c0c68399f2ac1880.svg) no-repeat center center;background-size:contain}.block-dashboard ul li a:after{background:url(/assets2/css/images/cabinet/dashboard/icon-process-check-c0cfd258ae52b550a6fe3c182edf7a1e.svg) no-repeat center center;background-size:contain}.block-dashboard ul li a.attention:after{background:url(/assets2/css/images/cabinet/dashboard/icon-process-attention-0075aebebd2935e7749ac7ea46a6ce1a.svg) no-repeat center center;background-size:contain}.block-dashboard .btn-process-fill{display:block;width:200px;font-size:14px;line-height:40px;border-radius:4px;background-color:#FFCD00;text-decoration:none;color:#fff;font-weight:500;margin:15px auto 0}.block-dashboard,.block-refer-info{display:block;position:relative;background:#fff;text-align:center;padding:30px;border-radius:5px;margin:0 0 30px 0}.block-dashboard h3,.block-refer-info h3{font-size:15px;font-weight:400;color:#232f3c}.block-dashboard h2,.block-refer-info h2{font-size:18px;font-weight:400;line-height:1.4;color:#232f3c}.block-dashboard h1,.block-refer-info h1{font-size:24px;font-weight:400;line-height:1.4;color:#232f3c}.block-refer-info-doto{background:#fff;border-radius:5px;margin:0;padding:20px}.block-refer-info-doto a{color:#474747;text-decoration:none;border-bottom:1px solid #474747}.promo-body #landings-list{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:24px;column-gap:32px;justify-content:flex-start}@media only screen and (max-width: 1024px){.promo-body #landings-list{column-gap:24px}}.promo-body #landings-list .promo-lend-item{display:flex;flex-direction:column;row-gap:8px;width:calc(33.33% - 22px);margin:0}@media only screen and (max-width: 1152px){.promo-body #landings-list .promo-lend-item{width:calc(33.33% - 16px)}}@media only screen and (max-width: 1024px){.promo-body #landings-list .promo-lend-item{width:calc(50% - 12px)}}@media only screen and (max-width: 600px){.promo-body #landings-list .promo-lend-item{width:100%}}.promo-body.banners{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:24px;column-gap:32px;justify-content:flex-start}.promo-body.banners .flip-container{display:flex;width:calc(25% - 24px);margin:0}@media only screen and (max-width: 1152px){.promo-body.banners .flip-container{width:calc(33.33% - 22px)}}@media only screen and (max-width: 768px){.promo-body.banners .flip-container{width:calc(50% - 16px)}}@media only screen and (max-width: 428px){.promo-body.banners .flip-container{width:100%}}.promo-body.banners .flip-container .flipper{display:block;width:100%}.promo-body.banners .flip-container .flipper .front-top{display:flex;position:relative;width:100%;height:auto}.promo-body.banners .flip-container .flipper .front-bottom{width:100%}@media only screen and (max-width: 1024px){.promo-body.banners a.banner-btn-zip{width:90%;max-width:200px}}.promocode-widget{display:inline-block;position:relative;vertical-align:top;width:240px;background:#fff;padding:0;margin:0 20px 20px 0;border-radius:5px;text-align:center;overflow:hidden}.promocode-widget__header{display:block;position:relative;width:100%;background:#FFCD00;border-radius:5px 5px 0 0;color:#fff;font-size:14px;line-height:1.2;text-transform:uppercase;height:72px;overflow:hidden}.promocode-widget__bonus{width:100%;font-size:16px;line-height:48px;text-transform:uppercase;font-weight:600}.promocode-widget__icon-deposit{position:absolute;top:15px;right:15px;width:15px;height:15px;opacity:.5;cursor:pointer;z-index:1001;background:url(/assets2/css/img/icon_close-d25cc064a3e30e9578f4677bf040952d.svg) no-repeat}.promocode-widget__icon-deposit:target+.promocode-widget__tooltip{display:none}.promocode-widget__icon-deposit.close{background:url(/assets2/css/img/cabinet/icon_balance-77c6ce973f007444c0c68399f2ac1880.svg) center center no-repeat}.promocode-widget__icon-deposit.close:target+.promocode-widget__tooltip{display:block}.promocode-widget__tooltip{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;color:#AAAAAA;font-size:12px;line-height:16px;z-index:1000;text-align:left}.promocode-widget__tooltip.show{display:block}.promocode-widget__tooltip-title{background:rgba(102,137,169,0.2);width:100%;height:10%;padding:5%;font-size:16px;line-height:24px;font-weight:600;margin:0 0 5% 0}.promocode-widget__tooltip-currency{height:75%;display:flex;flex-direction:column;flex-wrap:wrap}.promocode-widget__tooltip-currency p{display:inline-block;width:30%;margin:0 5%;line-height:1.4}.promocode-widget__tooltip-currency p span:first-child{float:left}.promocode-widget__tooltip-currency p span:last-child{float:right}.promocode-widget__tooltip--left-placement{left:10px}.promocode-widget__name{position:relative;display:block;width:207px;background:#fff;border:1px solid #FFCD00;border-radius:4px;font-size:24px;line-height:46px;font-weight:600;text-align:center;color:#FFCD00;margin:-23px auto 0}.promocode-widget__info{position:relative;top:10px;right:10px;padding:0 20px 15px 20px;min-height:60px;text-align:left}.promocode-widget__info p{color:#AAAAAA;font-size:11px;line-height:1.3;padding:5px}.promocode-widget__button{cursor:pointer;display:block;position:relative;width:207px;background:#FFCD00;color:#fff;border:1px solid #FFCD00;font-size:12px;font-weight:500;line-height:36px;text-align:center;margin:0 auto 20px auto;border-radius:5px;text-transform:uppercase}.promocode-widget__button.copy{position:relative;font-size:12px;color:#fff;background:#FFCD00}.promocode-widget__button.copy:before{content:'';display:inline-block;position:relative;background:url(/assets2/css/img/cabinet/icon_copy_code-b3da3657d61636bf352b45dc0d092aab.svg) no-repeat;top:0;left:-5px;width:18px;height:13px;font-size:20px;color:#fff}.promocode-legend{color:#474747;font-size:12px;line-height:16px}.promocode-legend p{margin:10px 0;font-size:10px}.promocode-legend ul{position:relative;list-style:none;margin:30px 0}.promocode-legend ul li{display:inline-block;position:relative;padding:0 5px 0 0}.promocode-mess{display:block;position:relative;padding:20px;margin-bottom:30px;background:#fff;border-radius:5px;font-size:15px;font-weight:400;color:#232f3c}.banner-group__cover{display:flex;justify-content:center;align-items:center}.banner-group__cover img{width:100%;z-index:10;cursor:pointer}.filters{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:24px;column-gap:32px;justify-content:flex-start;align-items:flex-start;margin-bottom:24px}.filters.column{flex-direction:column}@media only screen and (max-width: 1024px){.filters{column-gap:24px}}@media only screen and (max-width: 900px){.filters.logos{flex-direction:column;align-items:flex-start}}.filters form{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:24px;column-gap:32px;justify-content:flex-start;align-items:center}.filters .promo-lend-item-dwld-btn{margin:0 0 0 auto}@media only screen and (max-width: 900px){.filters .promo-lend-item-dwld-btn{margin:0}}@media only screen and (max-width: 767px){.filters .promo-lend-item-dwld-btn{display:none}}.filters .subid-att{display:block;position:relative;color:#474747;font-size:12px;font-weight:400;line-height:16px;opacity:0;transition:all 0.2s linear}.filters .subid-att.active{opacity:1}.filters .subid-att.apps{display:block;font-size:14px;width:100%}.filters-item{display:flex;flex-direction:column;row-gap:8px;width:calc(33.33% - 22px);position:relative}@media only screen and (max-width: 1152px){.filters-item{width:calc(33.33% - 16px)}}@media only screen and (max-width: 1024px){.filters-item{width:calc(50% - 12px)}}@media only screen and (max-width: 600px){.filters-item{width:100%}}@media only screen and (max-width: 600px){.filters-item.subid{width:calc(50% - 12px)}}@media only screen and (max-width: 428px){.filters-item.subid{width:100%}}.filters-item.banners{width:calc(25% - 24px)}@media only screen and (max-width: 1152px){.filters-item.banners{width:calc(33.33% - 22px)}}@media only screen and (max-width: 768px){.filters-item.banners{width:calc(50% - 16px)}}@media only screen and (max-width: 428px){.filters-item.banners{width:100%}}.filters-item.banners .jq-selectbox__select{width:100%}.filters-item.logo{width:267px}.filters-item.copy{position:relative}.filters-item.copy:after{content:"";display:block;position:absolute;bottom:1px;right:2px;width:20px;height:23px;background:url(/assets2/css/img/icon-copy-new-21f4f58bc9a398de30f6c1d96607c094.svg) no-repeat center center #fff;padding:9px 12px;border-left:1px solid #ECECEC;cursor:pointer}.filters-item .title-copy{display:none;position:absolute;bottom:-30px;right:0;background:#fff;color:#767676;font-size:10px;line-height:10px;padding:5px;border-radius:5px;border:1px solid #ebebeb;box-shadow:2px 2px 4px #c8c8c8;white-space:nowrap}.filters-input{padding:12px 10px;border-radius:3px;border:1px solid #ECECEC;background:#FFF;color:#474747;text-decoration:none;white-space:nowrap}.filters-input:-webkit-autofill{-webkit-text-fill-color:var(--color-black)}.filters-input:focus-within,.filters-input:active{outline:1px solid var(--color-black)}.filters-input.dwld-link{position:relative;overflow:hidden}.filters-input.dwld-link:after{content:"";display:block;position:absolute;top:0;right:0;width:20px;height:22px;background:url(/assets2/css/img/icon-video-d85ce3db698ce9db9428c8725090ebc0.svg) no-repeat center center #fff;padding:9px 12px;border-left:1px solid #ECECEC;cursor:pointer}.filters-input.disable{color:#BABBBB;background:#F2F2F2;pointer-events:none}.filters-select .jq-selectbox__select{width:100%}.block-verification .block-verification_screen{display:flex;flex-direction:column;align-items:flex-start;gap:24px;text-align:left;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-left:118px;width:420px;padding:24px;border-radius:20px;border:1px solid #ECECEC;background:#FFF;box-sizing:border-box;max-height:5000px;transition:max-height 0.5s ease-in-out}@media only screen and (max-width: 480px){.block-verification .block-verification_screen{display:flex;position:absolute;top:0;left:0;transform:translate(0, 0);margin:0;width:100vw;height:100vh;border-radius:0;border:none;padding:0}}.block-verification .block-verification_screen form{width:100%}@media only screen and (max-width: 480px){.block-verification .block-verification_screen form{width:90%}}.block-verification .block-verification_screen.waiting{padding:48px 24px}@media only screen and (max-width: 480px){.block-verification .block-verification_screen.waiting{padding:0}}.block-verification_body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin:0 auto;width:100%}@media only screen and (max-width: 480px){.block-verification_body{display:flex;position:absolute;top:0;left:50%;transform:translate(-50%, 30px);width:90%}}.block-verification .item-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:0 auto}@media only screen and (max-width: 480px){.block-verification .item-info{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:90%}}.block-verification .item-info .text-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#474747;font-size:14px;font-style:normal;font-weight:400;line-height:21px;text-align:center}.block-verification .item-info .text-info h3{font-size:20px;font-weight:500;line-height:24px}.block-verification .item-info .faq-info{text-align:left;list-style:none;width:100%}.block-verification .item-info .faq-info .faq-info-item{position:relative;padding:0 20px 20px 0;margin:0}.block-verification .item-info .faq-info .faq-info-item:first-child{border-bottom:1px solid #ECECEC;margin-bottom:20px}.block-verification .item-info .faq-info .faq-info-item .faq-info-item-title{font-size:14px;font-style:normal;font-weight:400;line-height:21px;color:#0A0A14;cursor:pointer}.block-verification .item-info .faq-info .faq-info-item .faq-info-item-text{display:block;max-height:0;overflow:hidden;color:#474747;font-size:13px;line-height:20px;transition:max-height 0.5s ease-out;padding:0}.block-verification .item-info .faq-info .faq-info-item.active .faq-info-item-text{max-height:1000px;padding:10px 0}.block-verification .item-info .faq-info .faq-info-item .arrow{top:5px;right:0;cursor:pointer}.block-verification .item-info .faq-info .faq-info-item .arrow:before{background:#0A0A14}.block-verification .item-info .faq-info .faq-info-item .arrow:after{background:#0A0A14}.block-verification_head{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.block-verification_head .top-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%}.block-verification_head .btn-back{display:block;width:16px;height:16px;background:url(/assets2/css/img/cabinet/icon_back-6c7df50ab3bd4a221fa0579169b11f05.svg);cursor:pointer}.block-verification_head .line-progress{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;width:100%}.block-verification_head .line-progress_item{flex:1 0 0;align-self:stretch;border-radius:10000px;background:rgba(10,10,20,0.14);height:4px;width:33%}.block-verification_head .line-progress_item.fill{background:#0A0A14}.block-verification_head h2{font-size:20px;font-weight:500;line-height:24px;color:#0A0A14}.block-verification_form{display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-align:left;width:100%}.block-verification .item-verification{display:flex;flex-direction:column;align-items:flex-start;gap:0;text-align:left;width:100%}.block-verification .item-verification.brday,.block-verification .item-verification.passport-date{position:relative}.block-verification .item-verification.brday:after,.block-verification .item-verification.passport-date:after{content:'';display:block;position:absolute;top:31px;left:98px;width:20px;height:20px;background:url(/assets2/css/img/cabinet/icon_calendar_fill-3800c8f259426faeb0127298b035dad9.svg)}.block-verification .item-verification_lable{font-size:12px;font-weight:400;line-height:16px;color:#344050;margin-bottom:5px}.block-verification .item-verification_input{display:flex;padding:10px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:5px;border:1px solid #ECECEC;background:#FFF;font-size:12px;font-weight:400;line-height:16px;color:#474747;outline:none}.block-verification .item-verification_input:focus,.block-verification .item-verification_input:focus-visible,.block-verification .item-verification_input:focus-within{margin:0 !important}.block-verification .item-verification_textarea{display:flex;padding:10px;height:52px;width:100%;justify-content:space-between;align-items:center;align-self:stretch;border-radius:5px;border:1px solid #ECECEC;background:#FFF;font-size:12px;font-weight:400;line-height:16px;color:#474747;outline:none;resize:none}.block-verification .item-verification_date{display:flex;position:relative;padding:10px;width:108px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:5px;border:1px solid #ECECEC;background:#FFF;font-size:12px;font-weight:400;line-height:16px;color:#474747;outline:none}.block-verification .item-verification_info,.block-verification .item-verification_consent{color:#AAA;font-size:12px;font-weight:400;line-height:16px;padding-top:5px}.block-verification .item-verification_info:empty,.block-verification .item-verification_consent:empty{padding:0}.block-verification .item-verification_info.error,.block-verification .item-verification_consent.error{color:#EB3345;background:#fff;text-align:left;padding-top:5px}.block-verification .item-verification_info a,.block-verification .item-verification_consent a{color:#AAA;text-decoration:underline}.block-verification .item-verification_consent{margin-top:-15px}.block-verification .item-verification_upload{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;align-self:stretch;padding:0;border-radius:5px;border:1px dashed #AAA;height:52px;width:100%}.block-verification .item-verification_upload.error{border:1px dashed #EB3345;margin-bottom:0 !important;background:#fff !important}.block-verification .item-verification_upload input[type="file"]{display:none}.block-verification .item-verification_upload label{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 10px}.block-verification .item-verification_upload .item-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;align-self:stretch;opacity:100%;height:auto;transition:all 0.5s ease-out}.block-verification .item-verification_upload .item-upload.hide{opacity:0;height:0}.block-verification .item-verification_upload .item-upload span{margin:0 !important}.block-verification .item-verification_upload .item-upload .btn-upload{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;cursor:pointer;width:100%;color:#0A0A14;font-size:12px;font-weight:500;line-height:16px}.block-verification .item-verification_upload .item-upload .approv-format{color:#AAA;font-size:12px;font-weight:400;line-height:16px}.block-verification .item-verification_upload .item-reupload{display:flex;flex-direction:row;justify-content:space-between;align-items:center;opacity:100%;height:auto;padding:0 10px;width:100%;box-sizing:border-box;transition:all 0.5s ease-out}.block-verification .item-verification_upload .item-reupload.hide{opacity:0;height:0}.block-verification .item-verification_upload .item-reupload .filename{color:#0A0A14;font-size:12px;font-weight:500;line-height:16px}.block-verification .item-verification_upload .item-reupload .btn-upload{display:flex;flex-direction:row;color:#AAA;font-size:12px;font-weight:500;line-height:16px;text-decoration:underline;cursor:pointer;margin-left:auto}.block-verification input#partner-birthdate{color:#474747}.btn{display:flex;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:5px;background:#FFDC00;border:none;cursor:pointer;transition:all 0.5s ease 0s;color:#0A0A14;font-size:14px;font-weight:500;line-height:18px;text-decoration:none !important}.btn:hover{background:#FFEB00}.btn:active{background:#FFEB78}.btn.none{display:none !important}.btn.disable{background:#ECECEC;color:#AAA;pointer-events:none;cursor:not-allowed}.btn.loader{background:#ECECEC;border:#ECECEC;position:relative;color:#ECECEC;pointer-events:none;cursor:not-allowed}.btn.loader:before{content:'';display:block;position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;background:url(/assets2/css/img/cabinet/icon_loader-f6f30f885b4c2a7e8e06fb9793808cc1.png) no-repeat;background-size:contain;animation:1s linear 0s normal none infinite running rotate;-webkit-animation:1s linear 0s normal none infinite running rotate}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.block-consent{display:none;position:fixed;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,0.5);color:#0A0A14;font-size:12px;font-weight:400;line-height:18px;z-index:100000}.block-consent .item-consent{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-left:118px;width:420px;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:20px;border:1px solid #ECECEC;background:#FFF;text-align:left}@media only screen and (max-width: 480px){.block-consent .item-consent{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:90%}}.block-consent.open{display:block}.purse-data{position:relative;width:100%;z-index:1;margin-top:-5px}.purse-data .purse-tab{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.purse-data .purse-tab_title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding:15px;cursor:pointer}.purse-data .purse-tab_title .arrow-type{display:block;background:url(/assets2/css/img/icon_arrow_purse-4fec96f5c5545914c64f7dd5de181cde.svg);width:7px;height:4px;margin:0 0 0 5px;transform:scale(1, -1);transition:transform 0.2s}.purse-data .purse-tab.active .arrow-type{transform:scale(1, 1)}.purse-data .purse-tab .purse-list{display:none;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:15px}.purse-data .purse-tab.active .purse-list{display:flex}.purse-data .purse-tab form{margin:0;width:100%}.purse-data .purse-tab form .msg-result{display:none;position:relative;text-align:left;color:#fff;padding:20px 0 20px 50px;margin:0 auto}.purse-data .purse-tab form .msg-result:before{content:'';display:block;position:absolute;top:50%;left:10px;background:url(/assets2/css/img/icon_wire_atten-cb4eff179144104ef1803a4526821a5a.png);width:33px;height:33px;margin:-16px 0 0 0}.purse-data .purse-tab form .error{display:block;position:relative;padding:5px 0 5px 15px;margin-bottom:10px;border-radius:5px;background:#FF003D;height:auto;font-size:15px;font-weight:400;line-height:20px;width:auto}.purse-data .purse-tab form .error .msg-result{display:block}.purse-data .purse-tab form .link-close{display:block;position:absolute;top:5px;right:5px;background:url(/assets2/css/images/sprite/bg_close_white_mini-e51bbea3aa87ad8098810b23c5335996.png);width:8px;height:8px;cursor:pointer}.purse-data .purse-tab form .faq-form-item{position:relative;display:block;text-align:left;margin:0;width:100%}.purse-data .mess{margin-bottom:20px;padding:10px}.icon-system{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding:10px 0;font-size:14px;font-weight:400;color:#000;background:#fff;border-radius:5px;width:277px;z-index:1;list-style:none;cursor:pointer;text-align:center;margin:10px 0}@media only screen and (max-width: 1024px){.icon-system{width:173px}}@media only screen and (max-width: 480px){.icon-system{width:158px}}@media only screen and (max-width: 350px){.icon-system{width:130px}}.icon-system span{height:25px;width:25px;margin:0 5px 0 0}.icon-system--epqiwi{background:url(/assets2/css/img/paysystems/icon_qiwi-2d44e444e54cfb1b024d007523096c4f.svg) center center no-repeat}.icon-system--dowebmoney,.icon-system--epwebmoney{background:url(/assets2/css/img/paysystems/icon_wb-cac33ab8d00d964bd2beff55870231e6.svg) center center no-repeat}.icon-system--epayments{background:url(/assets2/css/img/paysystems/icon_ep-95e3cd23a5acd0bf9b9cb89a205cb4a3.svg) center center no-repeat}.icon-system--wire_transfer{background:url(/assets2/css/img/paysystems/icon_wire-862bab4dd3c4e6ca1e0495cce1e27f13.svg) center center no-repeat}.icon-system--skrill{background:url(/assets2/css/img/paysystems/icon_skrill-bb70cbfc3409c01a74c0b3e9d4b3b2a5.svg) center center no-repeat}.icon-system--epneteller{background:url(/assets2/css/img/paysystems/icon_net-2157886d955e82931c14879540ea9ebb.svg) center center no-repeat}.icon-system--bitcoin{background:url(/assets2/css/img/paysystems/icon_bitcoin-c7c07a32a234ee841bbfd6cc325fd79f.svg) center center no-repeat}.icon-system--advcash{background:url(/assets2/css/img/paysystems/icon_advcash-e81db4676903a4bb66ce0bd1c576e9c3.svg) center center no-repeat}.icon-system--perfectmoney{background:url(/assets2/css/img/paysystems/icon_perfectmoney-5967b00bc34ff3a23ff1e68adcff5ba4.svg) center center no-repeat}.icon-system--danamon_bank{background:url(/assets2/css/img/paysystems/icon_danamon_bank-ed130cdcda8b9360275def627f685317.svg) center center no-repeat}.icon-system--doku{background:url(/assets2/css/img/paysystems/icon_doku-a8a98c7ff0717adc1ed4d3a6c7b721c1.svg) center center no-repeat}.icon-system--bank_central_asia{background:url(/assets2/css/img/paysystems/icon_bca-84a94c7f760af42def3a2873f9dd610a.svg) center center no-repeat}.icon-system--mandiri_bank{background:url(/assets2/css/img/paysystems/icon_mdr-1f4c8372c3c2ce2b9a2cc16d59708486.svg) center center no-repeat}.icon-system--cimb_niaga_bank{background:url(/assets2/css/img/paysystems/icon_cimb-1bd5d9e796362163bb8785b85114f5b5.svg) center center no-repeat}.icon-system--bank_rakyat_indonesia{background:url(/assets2/css/img/paysystems/icon_bri-aa63d1b784acf401132e3b5add081e55.svg) center center no-repeat}.icon-system--globepay{background:url(/assets2/css/img/paysystems/icon_globepay-89e0619860db8b54f623d1d139430168.svg) center center no-repeat}.icon-system--imps{background:url(/assets2/css/img/paysystems/icon_upi-b135e95de7b96170bee9ca28c4ca02c2.svg) center center no-repeat}.icon-system--state_bank_of_india{background:url(/assets2/css/img/paysystems/icon_state_bank_of_india-71c35842b8597f65e8cadacf172bd695.svg) center center no-repeat}.icon-system--icici_bank{background:url(/assets2/css/img/paysystems/icon_icici_bank-9f7d850df9236c9c7bbad2d1279d3383.svg) center center no-repeat}.icon-system--hdfc_bank{background:url(/assets2/css/img/paysystems/icon_hdfc_bank-eacd641af5639717b7b09a814beaa787.svg) center center no-repeat}.icon-system--maybank_berhad{background:url(/assets2/css/img/paysystems/icon_maybank_berhad-7ea8a7fb223bc2da19b2cd77a9296fc1.svg) center center no-repeat}.icon-system--karsikorn_bank{background:url(/assets2/css/img/paysystems/icon_karsikorn_bank-f7b30dfd46b5f10fc8f2ca59ec61cf9f.svg) center center no-repeat}.icon-system--vietcombank{background:url(/assets2/css/img/paysystems/icon_vietcombank-5ead86f6c9c6d1244b162a51d69dba4c.svg) center center no-repeat}.icon-system--cryptology_p2p_usdt{background:url(/assets2/css/img/paysystems/icon_p2p_usdt-20dbd8967e2d4a1f1f0e564bb4706839.svg) center center no-repeat}.icon-system--usdc_erc20{background:url(/assets2/css/img/paysystems/icon_usdc-375e29b45d68c2dca334d4aba8c9434d.svg) center center no-repeat}.icon-system .logo-pay{display:block;position:relative;vertical-align:top;min-width:200px;text-align:center}@media only screen and (max-width: 480px){.icon-system .logo-pay{display:table}}.currency_radio input[type='radio']{display:none;box-sizing:border-box;padding:0}.currency_radio input+label{display:inline-flex;position:relative;align-items:center;user-select:none;margin:0;padding:10px;border:1px solid #ECECEC;font-size:12px;line-height:15px;color:#AAAAAA;box-sizing:border-box;border-radius:3px 0px 0px 3px}.currency_radio input+label:last-child{border-left:none;border-radius:0px 3px 3px 0px}.currency_radio input:checked+label{background:#FFCD00;color:#0A0A14;border:1px solid #FFCD00}.pay-system{display:none;position:relative;top:0;padding:20px;font-size:14px;font-weight:400;background:#fff;border-radius:5px;margin:30px 0;width:100%;height:100%;z-index:1;list-style:none;cursor:pointer}.pay-system.active{display:block}.pay-system p{display:block;position:relative;vertical-align:middle;text-align:left;z-index:100;font-size:14px;color:#474747;font-weight:400;margin:0}.pay-system .block-form-slide{overflow:hidden}.pay-system form{display:block;vertical-align:top}.pay-system form .faq-form-btn{margin:10px 0}.pay-system form .faq-form-btn.r-mrg-20{margin-right:20px}.pay-system form .faq-form-btn.btn-grey{background:#ECECEC;border:1px solid #ECECEC}.pay-system form .person-item{max-width:100%}.pay-system .logo-pay{display:block;position:relative;vertical-align:top;min-width:200px;text-align:center;margin:0 0 20px 0}.pay-system input,.pay-system textarea{margin:0 0 20px 0;width:100%}.bg-dowebmoney,.bg-epwebmoney{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_wb-cac33ab8d00d964bd2beff55870231e6.svg) no-repeat}.bg-wire_transfer{width:60px;height:40px;background:url(/assets2/css/img/paysystems/icon_wire_old-d34276ba81fe07a1e2ba662876df97d1.svg) no-repeat;background-size:contain}.bg-skrill{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_skrill-bb70cbfc3409c01a74c0b3e9d4b3b2a5.svg) no-repeat}.bg-epneteller{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_net-2157886d955e82931c14879540ea9ebb.svg) no-repeat}.bg-bitcoin{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_bitcoin-c7c07a32a234ee841bbfd6cc325fd79f.svg) no-repeat}.bg-advcash{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_advcash-e81db4676903a4bb66ce0bd1c576e9c3.svg) center center no-repeat}.bg-perfectmoney{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_perfectmoney-5967b00bc34ff3a23ff1e68adcff5ba4.svg) center center no-repeat}.bg-danamon_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_danamon_bank-ed130cdcda8b9360275def627f685317.svg) center center no-repeat}.bg-doku{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_doku-a8a98c7ff0717adc1ed4d3a6c7b721c1.svg) center center no-repeat}.bg-bank_central_asia{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_bca-84a94c7f760af42def3a2873f9dd610a.svg) center center no-repeat}.bg-mandiri_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_mdr-1f4c8372c3c2ce2b9a2cc16d59708486.svg) center center no-repeat}.bg-cimb_niaga_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_cimb-1bd5d9e796362163bb8785b85114f5b5.svg) center center no-repeat}.bg-bank_rakyat_indonesia{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_bri-aa63d1b784acf401132e3b5add081e55.svg) center center no-repeat}.bg-globepay{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_globepay-89e0619860db8b54f623d1d139430168.svg) center center no-repeat}.bg-imps{width:140px;height:40px;background:url(/assets2/css/img/paysystems/icon_imps-d3c88143ecfae40316bd8a4e207a1ca8.png) center center no-repeat;background-size:contain}.bg-state_bank_of_india{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_state_bank_of_india-71c35842b8597f65e8cadacf172bd695.svg) center center no-repeat}.bg-icici_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_icici_bank-9f7d850df9236c9c7bbad2d1279d3383.svg) center center no-repeat}.bg-hdfc_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_hdfc_bank-eacd641af5639717b7b09a814beaa787.svg) center center no-repeat}.bg-maybank_berhad{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_maybank_berhad-7ea8a7fb223bc2da19b2cd77a9296fc1.svg) center center no-repeat}.bg-karsikorn_bank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_karsikorn_bank-f7b30dfd46b5f10fc8f2ca59ec61cf9f.svg) center center no-repeat}.bg-vietcombank{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_vietcombank-5ead86f6c9c6d1244b162a51d69dba4c.svg) center center no-repeat}.bg-cryptology_p2p_usdt{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_p2p_usdt-20dbd8967e2d4a1f1f0e564bb4706839.svg) center center no-repeat}.bg-usdc_erc20{width:40px;height:40px;background:url(/assets2/css/img/paysystems/icon_usdc-375e29b45d68c2dca334d4aba8c9434d.svg) center center no-repeat;background-size:contain}.page-error p.error,.page-error p.success{display:block;position:relative;margin-bottom:10px;border-radius:5px;background:#FF003D;height:auto;width:100%;padding:0}.page-error p.success{background:#109648}.page-error .popup-phone p.error{margin:0 auto}.page-error .popup-phone p.success{margin:0 auto}.page-error .msg-result{display:none;position:relative;text-align:left;color:#fff;font-size:14px;line-height:16px;padding:20px 20px 20px 50px}.page-error .error .msg-result,.page-error .success .msg-result{display:block}.page-error .msg-result:before{content:'';display:block;position:absolute;top:50%;left:25px;background:url(/assets2/css/img/icon_atten_error-8b4c4ade40f2a0bc5f54bcbef56504b6.svg);width:33px;height:33px;transform:translate(-50%, -50%);margin:0}.page-error p.error .link-close,.page-error p.success .link-close{display:block;position:absolute;top:10px;right:10px;background:url(/assets2/css/img/icon_close_msg-587e2193f2cc9ff8ce2ac8b9e958e8a9.svg);width:14px;height:14px;cursor:pointer}.advertiser{text-align:center}.advertiser .header-title{color:#000;font-size:40px;font-weight:400;line-height:40px;letter-spacing:-0.8px;text-align:center;padding-top:24px;margin-top:100px}.advertiser .block-terms{margin:48px auto;max-width:800px;text-align:left;padding:0 24px}@media only screen and (max-width: 575px){.advertiser .block-terms{padding:0}}.advertiser .block-terms table{max-width:100%;width:100%}.advertiser .block-terms ul{list-style:none}.advertiser .block-terms p>b,.advertiser .block-terms p.title,.advertiser .block-terms h4,.advertiser .block-terms th{font-size:16px;font-weight:500;line-height:22px;color:#0A0A14;margin-top:24px}.advertiser .block-terms th{margin:0}.advertiser .block-terms p,.advertiser .block-terms p.section,.advertiser .block-terms p.subsection,.advertiser .block-terms td,.advertiser .block-terms li{color:#505054;font-size:16px;font-weight:400;line-height:22px;position:relative;padding:0}.advertiser .block-terms td{vertical-align:top;padding:24px}@media only screen and (max-width: 480px){.advertiser .block-terms td{padding:12px}}.advertiser .block-terms p.subsection{padding-left:16px}.advertiser .block-terms li{padding:0 0 0 5px}.advertiser .block-terms ol{margin:0 0 0 10px}.advertiser .block-terms ol li{margin:0 0 5px 10px}.advertiser .block-terms a{color:#0A0A14;font-size:16px;font-weight:500;line-height:22px;text-decoration-line:underline;word-break:break-all}.advertiser .block-terms a:hover{color:#0A0A14}.advertiser .block-terms u{color:#505054;font-size:16px;font-weight:400;line-height:22px;text-decoration-line:underline}.advertiser .block-terms .terms__table-wrapper{width:100%;overflow-x:scroll}.advertiser .block-terms .terms__table-wrapper tr{width:100%}.advertiser .block-terms .terms__table-wrapper tr td{width:22%}.advertiser .block-terms .terms__table-wrapper tr td:first-child{width:12%}@media only screen and (max-width: 768px){.advertiser .block-terms .terms__table-wrapper tr td{padding:5px}}.offer-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:24px}@media only screen and (max-width: 768px){.offer-list{grid-template-columns:100%}}.offer-list_country{grid-column:1/3;grid-row:1/1;width:100%}.offer-list_country .jq-selectbox{width:calc(50% - 8px)}.offer-list_country .jq-selectbox__select,.offer-list_country .jq-selectbox__dropdown{width:100%}@media only screen and (max-width: 768px){.offer-list_country .jq-selectbox__select,.offer-list_country .jq-selectbox__dropdown{width:328px}}.offer-list .offer-item{background:#FFFFFF;border-radius:10px;row-gap:20px;padding:20px}.offer-list .offer-item_header{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:baseline}.offer-list .offer-item_index{display:inline-block;background:#E5E5E5;border-radius:2px;font-size:10px;line-height:13px;color:#0A0A14;font-weight:500;padding:5px 0;min-width:46px;text-align:center}.offer-list .offer-item_name{font-size:16px;line-height:24px;color:#0A0A14}.offer-list .offer-item_name a{color:#0A0A14;text-decoration:none}.offer-list .offer-item_info{display:flex;flex-direction:row;align-items:center;margin:10px 0 0 0;color:#AAAAAA}.offer-list .offer-item_info i{margin:0;transition:all 0.5s ease}.offer-list .offer-item_info a{font-weight:500;font-size:12px;line-height:16px;margin-right:5px;text-decoration:underline;color:inherit}.offer-list .offer-item_info:hover{color:#505054}.offer-list .offer-item_info:hover i{margin-left:2px}.offer-list .offer-item_info:active{color:#404043}.offer-list .offer-item_info:active i{margin-left:2px}.offer{display:flex;flex-direction:column;flex-wrap:wrap;color:#0A0A14;font-size:12px;font-weight:400}.offer-title{display:flex;flex-direction:row;align-items:baseline;width:100%}.offer-title a{position:relative;font-size:14px;line-height:20px;text-decoration:none;border-bottom:1px solid #828286;color:#828286;font-weight:400;margin:0 20px 20px 0}.offer-title a:after{content:'';display:block;position:absolute;top:50%;right:-12px;width:4px;height:7px;background:url(/assets2/css/img/icon_arrow_gray-ecbe6d3ae2685565098d54a350e1c56d.svg) no-repeat;color:#828286;transform:translate(0, -50%)}.offer-title span{font-weight:500;font-size:14px;line-height:20px;color:#0A0A14}.offer .offer-block{display:flex;flex-direction:row;flex-wrap:wrap}@media only screen and (max-width: 1024px){.offer .offer-block{flex-direction:column-reverse}}.offer_info{width:50%;padding:0;margin:0;background:#fff;border-radius:5px}@media only screen and (max-width: 1024px){.offer_info{width:100%}}.offer_info h3{font-weight:600;font-size:16px;line-height:20px;letter-spacing:0.01em;text-transform:uppercase;color:#0A0A14;padding:20px 20px 10px 20px}.offer_info-description{display:block;padding:10px 20px;font-size:12px}@media only screen and (max-width: 600px){.offer_info-description{padding:10px 0}}.offer_info-description_title{font-size:10px;line-height:1.2;color:#AAAAAA;text-transform:uppercase;margin:0 0 10px 0}.offer_info-description ul{list-style:none}.offer_data{width:50%;padding:0;margin:0}@media only screen and (max-width: 1024px){.offer_data{width:100%}}.offer_data-payout{display:block;padding:0 0 0  20px}@media only screen and (max-width: 1024px){.offer_data-payout{padding:0px 0px 20px 0px}}.offer_data-title{font-size:10px;line-height:11px;color:#AAAAAA;text-transform:uppercase;margin:0 0 10px 0}.offer_data-country{grid-column:1/3;grid-row:1/1;width:100%;margin-bottom:16px}.offer_data-country .jq-selectbox{width:100%}.offer_data-country .jq-selectbox__select,.offer_data-country .jq-selectbox__dropdown{width:100%}@media only screen and (max-width: 768px){.offer_data-country .jq-selectbox__select,.offer_data-country .jq-selectbox__dropdown{width:50%;min-width:328px}}.offer_data-table{display:block;width:100%;background:#fff;border-radius:5px;overflow:hidden}.offer_data-table .table .no-payouts{padding:10px;font-size:12px;font-weight:400}.offer_data-table .table-header{display:grid;grid-template-columns:30% 40% 30%;background:#ECECEC;border-radius:5px 5px 0 0;text-align:left;color:#7C7C7C;text-transform:uppercase;font-weight:400;font-size:10px;line-height:14px;padding:15px 0}@media only screen and (max-width: 480px){.offer_data-table .table-header{grid-template-columns:35% 40% 25%}}.offer_data-table .table-header p:first-child{margin-left:22px}.offer_data-table .table-body{display:flex;flex-direction:column;position:relative}.offer_data-table .table-body_item{display:grid;grid-template-columns:30% 40% 30%;text-align:left;color:#0A0A14;font-weight:400;font-size:12px;line-height:16px;padding:15px 0;background:#F8F8F8;height:auto;transition:height 1s ease-in}@media only screen and (max-width: 480px){.offer_data-table .table-body_item{grid-template-columns:35% 40% 25%}}.offer_data-table .table-body_item.first-item{position:relative}.offer_data-table .table-body_item.first-item .item-arrow{display:none;position:relative;width:10px;height:8px;margin-left:-15px;background:url(/assets2/css/img/icon_arrow_gray_down-bf4827a98a7755e44faa1d8345ba7996.svg) no-repeat;background-size:contain;transform:scale(1, 1);transition:transform 0.3s}.offer_data-table .table-body_item .item-country{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:5px;position:relative;padding:0 5px 0 22px}.offer_data-table .table-body_item .item-country img{width:16px;height:16px}.offer_data-table .table-body_item .item-action{opacity:0;height:0}.offer_data-table .table-body_item .item-action span{display:inline-block;font-weight:400;font-size:10px;line-height:14px;color:#505054;width:100%}.offer_data-table .table-body_item .item-action_title{display:inline-block;font-weight:400;font-size:12px;line-height:16px;color:#0A0A14;width:100%}.offer_data-table .table-body_item.hide{height:0}.offer_data-table .table-body_item.show{height:auto}.offer_data-table .table-body_item.show .item-action,.offer_data-table .table-body_item.show .item-payout{opacity:1;height:auto}.offer_data-table .table-body_item.open .item-arrow{transform:scale(1, -1);transition:transform 0.3s}.offer_data-table .table-body.multi-items:has(.total-conversion) .show{cursor:pointer}.offer_data-table .table-body.multi-items:has(.total-conversion) .show .item-action,.offer_data-table .table-body.multi-items:has(.total-conversion) .show .item-payout{opacity:1;height:auto}.offer_data-table .table-body.multi-items:has(.total-conversion) .close .item-action,.offer_data-table .table-body.multi-items:has(.total-conversion) .close .item-payout{opacity:0;height:0}.offer_data-table .table-body.multi-items:has(.total-conversion) .item-arrow{display:block}.offer_data-table .table-body .total-conversion{display:none;position:absolute;top:0;left:30%;width:40%;text-align:left;color:#0A0A14;font-weight:400;font-size:12px;line-height:48px}@media only screen and (max-width: 480px){.offer_data-table .table-body .total-conversion{left:35%;width:40%}}.offer_data-table .table-body .total-conversion.visible{display:block}.offer_data-table .table-body .total-sum{display:none;position:absolute;top:0;right:0;width:30%;text-align:left;color:#0A0A14;font-weight:400;font-size:12px;line-height:48px}@media only screen and (max-width: 480px){.offer_data-table .table-body .total-sum{width:25%}}.offer_data-table .table-body .total-sum.visible{display:block}.offer_link{width:50%;min-width:500px;padding:0;margin:0}@media only screen and (max-width: 1100px){.offer_link{width:100%;min-width:300px}}.offer_link-title{position:relative;font-size:16px;line-height:35px;letter-spacing:0.01em;text-decoration:none;text-transform:uppercase;color:#000000;font-weight:500;padding:0}.offer_link-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;padding:10px 0 10px 20px}@media only screen and (max-width: 1100px){.offer_link-list{padding:0}}.offer_link-list_item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;width:100%;padding:10px 50px 10px 10px;background:#FFFFFF;border:1px solid #ECECEC;box-sizing:border-box;border-radius:3px;color:#0A0A14;font-weight:400;font-size:12px;line-height:1.2;word-break:break-all}.offer_link-list_item__copy{display:block;position:absolute;top:0;right:0;bottom:0;width:40px;border-left:1px solid #ECECEC;background:url(/assets2/css/img/icon_copy_offer-0765eb13702d1f31ab753e50499fb983.svg) center center no-repeat;background-size:16px 16px;cursor:pointer}.offer_link-list_item__copy.copy{background:url(/assets2/css/img/icon_copy_link-92984e282457975fcde9ba7caca47793.svg) center center no-repeat #FFCD00}.offer_link-subs{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:end;align-items:flex-start;gap:20px;padding:10px 20px 10px 20px;font-size:12px}@media only screen and (max-width: 1100px){.offer_link-subs{padding:40px 0 10px 0}}.offer_link-subs form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:start;align-items:flex-end;gap:20px}.offer_link-subs form p{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.offer_link-subs form p span{color:#AAAAAA;font-size:9px;line-height:11px;text-transform:uppercase}.offer_link-subs form p input{min-width:200px;width:auto;height:40px;border:1px solid #ECECEC;box-sizing:border-box;border-radius:3px;padding:10px}.offer_link-subs form p input:focus,.offer_link-subs form p input:active{outline:1px solid #FFCD00}.checkselect{position:relative;display:inline-block;min-width:200px;text-align:left}.checkselect label{position:relative;display:block;margin:0;padding:10px;font-weight:normal;font-size:12px;cursor:pointer;text-transform:uppercase}.checkselect label .jq-checkbox{margin:0 5px 0 0}.checkselect-control{position:relative;padding:0 !important}.checkselect-control select{position:relative;display:inline-block;width:100%;height:40px;border:1px solid #ECECEC;box-sizing:border-box;border-radius:3px;padding:10px 10px 10px 5px;color:#474747;outline:none;font-weight:300;font-family:TT Hoves, sans-serif}.checkselect-control select option{color:#474747}.checkselect-control.opened select{border-radius:3px 3px 0 0}.checkselect-control_over{position:absolute;left:0;right:0;top:0;bottom:0;cursor:pointer}.checkselect-control_trigger{position:absolute;top:1px;right:4px;width:28px;height:38px;background:#fff;cursor:pointer}.checkselect-control_trigger-arrow{display:inline-block;position:relative;width:16px;height:16px;vertical-align:middle;top:50%;left:0;transform:translate(0, -50%)}.checkselect-control_trigger-arrow:before,.checkselect-control_trigger-arrow:after{content:'';position:absolute;width:12px;height:2px;border-radius:2px;transition:0.25s ease-out all;top:10px;margin-top:0px;background:#AAAAAA}.checkselect-control_trigger-arrow:before{transform-origin:right center;transform:rotateZ(45deg);right:50%}.checkselect-control_trigger-arrow:after{transform-origin:left center;transform:rotateZ(-45deg);left:50%;margin-left:-1px}.opened .checkselect-control_trigger-arrow:before{top:0%;transform:rotateZ(-45deg)}.opened .checkselect-control_trigger-arrow:after{top:0%;transform:rotateZ(45deg)}.checkselect-control_popup{display:none;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto;max-height:250px;position:absolute;top:100%;left:0px;border:1px solid #ECECEC;border-top:none;background:#fff;z-index:9999;overflow:auto;user-select:none}.checkselect-control_popup input{position:absolute;top:5px;left:8px;margin:0 !important;padding:0}.checkselect-control_popup label:hover{color:#474747}.checkselect-control_popup fieldset{display:block;margin:0;padding:0;border:none}.checkselect-control_popup fieldset input{left:15px}.checkselect-control_popup fieldset label{padding-left:32px}.checkselect-control_popup fieldset legend{display:block;margin:0;padding:5px 8px;font-weight:700;font-size:1em;line-height:1.1}.offer-statistic{display:flex;flex-direction:column;row-gap:20px}.offer-statistic_filters{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:20px;background:#FFFFFF;border-radius:10px;padding:20px;flex-grow:1}.offer-statistic_filters_buttons{flex-basis:100%}.offer-statistic_filters .stat-header-left-select{margin:0}@media only screen and (max-width: 800px){.offer-statistic_filters .stat-header-left-select{flex-grow:1}}@media only screen and (max-width: 600px){.offer-statistic_filters .stat-header-left-select{width:100%}}.offer-statistic_filters .jq-selectbox__select{width:240px}@media only screen and (max-width: 600px){.offer-statistic_filters .jq-selectbox__select{width:100%}}.offer-statistic_filters .jq-selectbox{width:100%}.offer-statistic_filters .filter-title{padding:0 0 5px 0;text-transform:uppercase}.offer-statistic_filters-country,.offer-statistic_filters-platform,.offer-statistic_filters-status,.offer-statistic_filters-purpose,.offer-statistic_filters-user_id{width:240px}@media only screen and (max-width: 800px){.offer-statistic_filters-country,.offer-statistic_filters-platform,.offer-statistic_filters-status,.offer-statistic_filters-purpose,.offer-statistic_filters-user_id{flex-grow:1}}@media only screen and (max-width: 600px){.offer-statistic_filters-country,.offer-statistic_filters-platform,.offer-statistic_filters-status,.offer-statistic_filters-purpose,.offer-statistic_filters-user_id{width:100%}}.offer-statistic_filters-country .jq-selectbox__select,.offer-statistic_filters-platform .jq-selectbox__select,.offer-statistic_filters-status .jq-selectbox__select,.offer-statistic_filters-purpose .jq-selectbox__select,.offer-statistic_filters-user_id .jq-selectbox__select{width:100%}.offer-statistic_filters-offer{width:500px}@media only screen and (max-width: 800px){.offer-statistic_filters-offer{width:100%}}.offer-statistic_filters-offer .jq-selectbox__select{width:100%}.offer-statistic_filters input[type=text]{width:100%;height:40px;border:1px solid #ECECEC;box-sizing:border-box;border-radius:3px;padding:10px}.offer-statistic_filters-dropdown{width:240px;padding:20px 0 0 0}@media only screen and (max-width: 800px){.offer-statistic_filters-dropdown{flex-grow:1}}.offer-statistic_filters-dropdown p{position:relative;display:inline-block;font-weight:600;font-size:13px;line-height:15px;text-transform:uppercase;color:#AAAAAA;cursor:pointer}.offer-statistic_filters-dropdown p:after{content:"";display:block;position:absolute;top:0;right:-15px;background:url(/assets2/css/img/icon_arrow_subid-377eb33559bd9d0c3873f754c6065cd5.svg) no-repeat;background-size:cover;width:12px;height:12px}.offer-statistic_filters-dropdown.show p:after{transform:scale(1, -1)}.offer-statistic_filters-subid{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:20px;opacity:0;height:0;margin:0}.offer-statistic_filters-subid.show{opacity:1;height:100%}.offer-statistic_filters-subid .subid-field{display:flex;flex-direction:column;width:240px}@media only screen and (max-width: 800px){.offer-statistic_filters-subid .subid-field{flex-grow:1}}.offer-statistic_filters-subid .subid-field input{width:100%;height:40px;border:1px solid #ECECEC;box-sizing:border-box;border-radius:3px;padding:10px}.offer-statistic_filters-subid .subid-field input:focus,.offer-statistic_filters-subid .subid-field input:active{outline:1px solid #FFCD00}.offer-statistic_data table{display:block;overflow-x:auto;white-space:nowrap;border-radius:10px}.offer-statistic_data table tbody{display:table;width:100%}.offer-statistic_data table tr{background:#fff}.offer-statistic_data table tr:nth-child(odd){background:#FBFCFC}.offer-statistic_data table tr:nth-child(1){background:#FBFCFC}.offer-statistic_data table tr td{height:50px;text-align:left;padding:0 10px;border-bottom:1px solid #F5F5F5;color:#505054}.offer-statistic_data table tr td:nth-child(1){width:200px}.offer-statistic_data table tr td:last-child{border:none}.offer-statistic_data table tr td img{width:16px;height:16px}.offer-statistic_data table tr td p{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:5px}.offer-statistic_data table tr td strong{font-weight:500}.offer-statistic_data-table{position:relative;width:100%;z-index:99;overflow:auto;left:-2px}.offer-statistic_data-table table{width:100%;border-left:none}.offer-statistic_data-table table thead tr td{text-align:center;font-weight:500}.offer-statistic_data-table table td{white-space:nowrap}.offer-statistic_button{display:inline-block;z-index:101}.offer-statistic_no-stat{position:relative;font-size:16px;margin:50px auto 0 auto;text-align:center;font-weight:700;color:#344050;max-width:650px;min-height:300px;z-index:10}.cpa-apply{display:flex;flex-direction:row;flex-wrap:wrap;background:#FFFFFF;color:#0A0A14;font-size:12px;font-weight:400;border-radius:10px;padding:32px 24px}.cpa-apply .none{display:none !important}.cpa-apply_info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;width:100%}@media only screen and (max-width: 600px){.cpa-apply_info{flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:20px}}.cpa-apply_info p{font-weight:500;font-size:20px;line-height:24px;color:#0A0A14}.cpa-apply_info a{background:#0A0A14;border-radius:3px;padding:13px 40px;font-weight:500;font-size:12px;line-height:16px;color:#fff;text-align:center;text-decoration:none;white-space:nowrap}.cpa-apply_support{display:inline-block;position:relative;min-width:200px;line-height:40px;background:#FFCD00;outline:none;color:#0A0A14;font-size:14px;font-weight:500;text-align:center;height:40px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;margin:0;padding:0;cursor:pointer;border:none}.cpa-apply_form{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:20px;width:100%}.cpa-apply_form-warning{font-weight:400;font-size:16px;line-height:18px}.cpa-apply_form_item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:10px;width:100%;flex-basis:content}.cpa-apply_form_item span{font-size:12px;color:#474747}.cpa-apply_form_item .error-item{font-weight:400;font-size:12px;line-height:15px;color:#FF003D}.cpa-apply_form_item input,.cpa-apply_form_item textarea{background:#fff;border:1px solid #ECECEC;box-shadow:none !important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;position:relative;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;color:#474747;font-weight:300;line-height:1;height:40px;text-align:left;overflow:hidden;margin:0;padding:10px;text-decoration:none;outline:none;resize:none}.cpa-apply_form_item input.error-fill,.cpa-apply_form_item textarea.error-fill{border:1px solid #FF003D}.cpa-apply_form_item textarea{height:100px}.cpa-apply_form_item .jq-selectbox{width:auto}@media only screen and (max-width: 850px){.cpa-apply_form_item .jq-selectbox{width:100%}}.cpa-apply_form_item .jq-selectbox__select{width:550px}@media only screen and (max-width: 850px){.cpa-apply_form_item .jq-selectbox__select{width:100%}}.cpa-apply_form_item .error-fill .jq-selectbox__select{border:1px solid #FF003D}.cpa-apply_form_contact{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;column-gap:24px;width:100%}@media only screen and (max-width: 600px){.cpa-apply_form_contact{flex-direction:column;row-gap:24px}}.cpa-apply_form_contact .jq-selectbox{width:100%}.cpa-apply_form_contact .jq-selectbox__select{width:320px}@media only screen and (max-width: 600px){.cpa-apply_form_contact .jq-selectbox__select{width:100%}}.cpa-apply_form_button{display:inline-block;position:relative;min-width:200px;line-height:40px;background:#FFCD00;outline:none;color:#0A0A14;font-size:14px;font-weight:500;text-align:center;height:40px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;margin:0;padding:0 20px;cursor:pointer;border:none}.cpa-apply_form_button:hover{background:#FFEB00}.cpa-apply_form_button:active{background:#FFEB78}.cpa-apply_hold,.cpa-apply_decline{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#FFFFFF;color:#0A0A14;font-size:18px;line-height:25px;font-weight:400;border-radius:10px;padding:20px;text-align:center;row-gap:10px}.cpa-apply_hold.none,.cpa-apply_decline.none{display:none}.cpa-apply_hold-title,.cpa-apply_decline-title{position:relative;padding:0 0 0 40px;font-weight:500;font-size:28px;line-height:32px;color:#FFDC00}.cpa-apply_hold-title:before,.cpa-apply_decline-title:before{content:"";display:block;position:absolute;top:0;left:0;width:27px;height:27px;background:url(/assets2/css/img/cabinet/icon_cpa_waiting-281ae200b24f278a2e3dc2b0c7f6a39e.svg) no-repeat}.cpa-apply_hold,.cpa-apply_decline{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#FFFFFF;color:#0A0A14;font-size:18px;line-height:25px;font-weight:400;border-radius:10px;padding:20px;text-align:center;row-gap:10px}.cpa-apply_hold.none,.cpa-apply_decline.none{display:none}.cpa-apply_hold-title,.cpa-apply_decline-title{position:relative;padding:0 0 0 40px;font-weight:500;font-size:28px;line-height:32px;color:#FFDC00}.cpa-apply_hold-title:before,.cpa-apply_decline-title:before{content:"";display:block;position:absolute;top:0;left:0;width:27px;height:27px;background:url(/assets2/css/img/cabinet/icon_cpa_waiting-281ae200b24f278a2e3dc2b0c7f6a39e.svg) no-repeat}.cpa-apply_decline-title{color:#7C7C7C}.cpa-apply_decline-title:before{background:url(/assets2/css/img/cabinet/icon_cpa_decline-660100a71814ddb65b1a6ef25fb9689e.svg) no-repeat}.cpa-apply_notice{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(2,0,36,0.5);z-index:100000}.cpa-apply_notice_block{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#FFFFFF;border-radius:10px;padding:24px;width:390px;color:#0A0A14}@media only screen and (max-width: 480px){.cpa-apply_notice_block{width:280px;padding:20px}}.cpa-apply_notice_block h3{font-weight:500;font-size:20px;line-height:24px}.cpa-apply_notice_block p{font-weight:400;font-size:14px;line-height:18px}.cpa-apply_notice_button{display:flex;flex-direction:row;justify-content:space-between;column-gap:16px;width:100%}.cpa-apply_notice_button a{border-radius:3px;padding:13px 0;font-weight:500;font-size:12px;line-height:16px;color:#0A0A14;text-decoration:none;text-align:center;width:100%}.cpa-apply_notice_button a.button_continue{background:#FFDC00}.cpa-apply_notice_button a.button_continue:hover{background:#FFEB00}.cpa-apply_notice_button a.button_continue:active{background:#FFEB78}.cpa-apply_notice_button a.button_leave{background:#ECECEC}.cpa-attention{display:block;position:relative;padding:32px 24px;background:#FFFCE6;border:2px solid #FFDC00;border-radius:10px;color:#0A0A14;margin-bottom:20px}.cpa-attention.hold{padding:32px 24px 32px 97px}.cpa-attention.hold:before{content:"";display:block;position:absolute;top:50%;left:24px;width:58px;height:58px;background:url(/assets2/css/img/icon_cpa_hold-01d93c66093387980abf184d7027c462.svg) no-repeat;transform:translate(0, -50%)}.cpa-attention.decline{padding:32px 24px 32px 97px}.cpa-attention.decline:before{content:"";display:block;position:absolute;top:50%;left:24px;width:58px;height:58px;background:url(/assets2/css/img/icon_cpa_rejected-0fd35a532d19a94f18e48f397ec77ea9.svg) no-repeat;transform:translate(0, -50%)}.cpa-attention h3{font-weight:500;font-size:20px;line-height:28px}.cpa-attention p{font-weight:400;font-size:16px;line-height:24px}.contact-type li{padding:10px 0 10px 40px}.contact-type .icon-cpa{width:20px;height:20px}.contact-type .icon-cpa_telegram{background:url(/assets2/css/img/icon_cpa_telegram-fa0436d4f4a65420fb98513cbcb03bcc.svg) 10px center no-repeat}.contact-type .icon-cpa_whatsapp{background:url(/assets2/css/img/icon_cpa_whatsapp-86b55bb7ce8b9e80d65af636d4fc2ba3.svg) 10px center no-repeat}.contact-type .icon-cpa_skype{background:url(/assets2/css/img/icon_cpa_skype-1cd0f377436e921f0ac77ac3a65dca83.svg) 10px center no-repeat}.contact-type .icon-cpa_viber{background:url(/assets2/css/img/icon_cpa_viber-ad82ca5c7db1ac39ed9f8d7d905880cf.svg) 10px center no-repeat}.contact-type .icon-cpa_zalo{background:url(/assets2/css/img/icon_cpa_zalo-2cbd09d9bcac33e015a8412f656eb4f9.svg) 10px center no-repeat}.contact-type .icon-cpa_contact{background:url(/assets2/css/img/icon_cpa_contact-e61ffcc4568a2c8faff2442afa04bbcd.svg) 10px center no-repeat}.bonuses{display:flex;flex-direction:column;align-content:flex-start;justify-content:center;row-gap:16px}.bonuses_total{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;max-width:600px;background:#FFFFFF;border-radius:10px;font-weight:400;font-size:16px;line-height:24px;color:#0A0A14}.bonuses_total p{width:100%;margin:16px}.bonuses_total span{background:#FFDC00;border-radius:5px;padding:4px 8px;font-weight:500;font-size:16px;line-height:24px;color:#0A0A14;margin:16px}.bonuses .bonuses_info{display:flex;flex-direction:column;justify-content:flex-start;row-gap:16px;max-width:600px;background:#FFFFFF;border-radius:10px;font-weight:400;font-size:16px;line-height:24px;color:#0A0A14}.bonuses .bonuses_info h3{font-weight:500;font-size:20px;line-height:25px;color:#505054;margin:16px 16px 0 16px}.bonuses .bonuses_info p{font-weight:400;font-size:16px;line-height:24px;color:#505054;margin:0 16px 16px 16px}.contest{display:flex;flex-direction:column;align-content:flex-start;justify-content:center;row-gap:24px;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#0A0A14}.contest h2{font-size:24px;font-style:normal;font-weight:500;line-height:30px;letter-spacing:-0.24px;color:#354050;word-break:break-word;white-space:break-spaces}.contest h3{font-size:20px;font-style:normal;font-weight:500;line-height:25px;letter-spacing:-0.1px;width:100%}.contest b{font-weight:500}.contest .contest-info{display:flex;flex-direction:column;align-content:flex-start;justify-content:center;row-gap:40px;background:#fff;border-radius:10px;padding:20px}.contest .contest-info_title{display:flex;flex-direction:column;align-items:flex-start;row-gap:8px;width:100%}.contest .contest-info_title .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}@media only screen and (max-width: 768px){.contest .contest-info_title .title{flex-direction:column-reverse;align-items:flex-start;row-gap:24px}}.contest .contest-info_title .title span{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:rgba(52,64,80,0.1);font-weight:500}.contest .contest-info_prizes{display:flex;flex-direction:column;align-items:flex-start;row-gap:24px;background:#FFFFFF;border-radius:10px}.contest .contest-info_prizes p{font-size:20px;font-weight:500;line-height:25px;letter-spacing:-0.1px;color:#344050}.contest .contest-info_prizes_places{display:flex;flex-direction:row;justify-content:flex-start;gap:16px;width:100%}@media only screen and (max-width: 767px){.contest .contest-info_prizes_places{flex-direction:column}}.contest .contest-info_prizes_places div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;border-radius:5px;color:#0A0A14;width:100%}@media only screen and (max-width: 767px){.contest .contest-info_prizes_places div{width:auto}}.contest .contest-info_prizes_places div span{position:relative;display:block;padding:0 0 0 28px;font-weight:500;font-size:14px;line-height:20px}.contest .contest-info_prizes_places div span:before{content:'';position:absolute;display:block;left:0;top:50%;transform:translate(0, -50%)}.contest .contest-info_prizes_places div p{color:#0A0A14}.contest .contest-info_prizes_first{background:#FFFCE6}.contest .contest-info_prizes_first span:before{width:20px;height:20px;background:url(/assets2/css/images/cabinet/bonuses/icon_place_1-276f4d710552da7436bd8fcdf0476703.svg) no-repeat}.contest .contest-info_prizes_second{background:#F2F2F6}.contest .contest-info_prizes_second span:before{width:20px;height:20px;background:url(/assets2/css/images/cabinet/bonuses/icon_place_2-d39b1d6e59ea562a8f38c032462161b0.svg) no-repeat}.contest .contest-info_prizes_third{background:#FAF5F1}.contest .contest-info_prizes_third span:before{width:20px;height:20px;background:url(/assets2/css/images/cabinet/bonuses/icon_place_3-37037a52ef46e7d68e425f7570c2438f.svg) no-repeat}.contest .contest-info_reg,.contest .contest-info_conditions{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;column-gap:24px;row-gap:24px;width:100%}@media only screen and (max-width: 768px){.contest .contest-info_reg,.contest .contest-info_conditions{flex-direction:column}}.contest .contest-info_reg p,.contest .contest-info_conditions p{display:block;position:relative;width:calc(100% / 2 - 56px);padding:0 0 0 16px}@media only screen and (max-width: 768px){.contest .contest-info_reg p,.contest .contest-info_conditions p{width:100%}}.contest .contest-info_reg p:before,.contest .contest-info_conditions p:before{content:"";display:block;position:absolute;top:9px;left:0;width:6px;height:6px;border-radius:3px;background:#0A0A14}.contest .contest-info_reg p span,.contest .contest-info_conditions p span{display:block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#505054}.bonuses_table{width:100%;border:none;border-radius:10px 10px 0 0;border-collapse:collapse;overflow:hidden;margin-top:20px}.bonuses_table tr:nth-child(odd){background-color:#FBFCFC}.bonuses_table tr:nth-child(even){background-color:#FFF}.bonuses_table tr.active-partner td{color:#0A0A14;font-weight:600}.bonuses_table tr.active-partner td:first-child{padding-left:40px}.bonuses_table tr th,.bonuses_table tr td{color:#0A0A14;border:none;font-weight:400;font-size:14px;line-height:20px;padding:16px !important;width:33%;min-width:80px;border-bottom:1px solid #F5F5F5}.bonuses_table tr th:nth-child(1),.bonuses_table tr td:nth-child(1){text-align:left;min-width:166px}@media only screen and (max-width: 480px){.bonuses_table tr th:nth-child(1),.bonuses_table tr td:nth-child(1){min-width:100px}}.bonuses_table tr th:nth-child(2),.bonuses_table tr td:nth-child(2){text-align:center}.bonuses_table tr th:nth-child(3),.bonuses_table tr td:nth-child(3){text-align:right}.bonuses_table tr td{font-size:16px;font-weight:400;line-height:24px}.bonuses_table tr th{color:#505054}.bonuses_table tr span img{margin:0 12px -5px 12px;width:20px;height:20px}.bonuses .bonuses_table{max-width:600px}.bonuses .bonuses_table th,.bonuses .bonuses_table td{text-align:left !important}.bonuses_table.user{margin:0;border-radius:0 0 10px 10px}.bonuses_table.user tr:nth-child(odd){background-color:#FFF}.bonuses_table.user tr:nth-child(even){background-color:#FBFCFC}.bonuses_table.user .dots{text-align:center}.bonuses_table.user .dots span{display:block;position:relative;width:18px;height:4px;background:url(/assets2/css/img/contest/race/icon_dots-5724256dfe7b8705dab1a9664ef29648.svg) center no-repeat;margin:0 auto}.bonuses-info{display:flex;flex-direction:column;align-items:flex-start;padding:16px 0;gap:8px;background:#FFFFFF;border-radius:10px;color:#505054;max-width:600px;width:100%}.bonuses-info h3{font-weight:500;font-size:20px;line-height:25px;margin:0 16px}.bonuses-info p{font-weight:400;font-size:16px;line-height:24px;margin:0 16px}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesRegular-4dea826e20f7788ce7cc67c2c94ebedf.ttf) format("truetype");font-weight:400}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesMedium-7f62d1f8e1004c97bcd589209cdff310.ttf) format("truetype");font-weight:500}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesDemiBold-01bf3125bcfe7da0b975ce0656076825.ttf) format("truetype");font-weight:600}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesBold-f09de9b88ec73353dfdd4cda8cb30833.ttf) format("truetype");font-weight:700}.columns-main-content{margin:64px 0 0 236px}@media only screen and (max-width: 1280px){.columns-main-content{padding:30px 20px 0 20px}}@media only screen and (max-width: 800px){.columns-main-content{margin:32px 0 0 0}}.menu-contest{display:block;position:relative;width:220px;height:98px;padding:12px 8px;background:url(/assets2/css/img/contest/ai/logo_contest_menu-5a75b7ac59b2bba93a4f9f434b47fae7.png) center no-repeat;background-size:220px;transition:0.5s}.ai{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;row-gap:96px;width:100%;margin:0 auto;white-space:pre-line;font-family:TT Hoves, sans-serif;color:#282832;font-size:16px;font-weight:400;line-height:24px}.ai a{color:inherit;font-weight:500;text-decoration:underline}.ai h1{font-size:64px;font-style:normal;font-weight:500;line-height:72px;letter-spacing:0.64px;color:#282832;width:100%}@media only screen and (max-width: 1024px){.ai h1{font-size:40px;line-height:48px}}.ai h2{font-weight:600;font-size:32px;line-height:36px;text-transform:none;font-family:TT Hoves, sans-serif}.ai h3{font-weight:400;font-size:24px;line-height:32px;max-width:778px}@media only screen and (max-width: 480px){.ai h3{text-align:center}}.ai b{font-weight:500}.ai-intro{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:425px;gap:24px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%)}@media only screen and (max-width: 1280px){.ai-intro{gap:0}}@media only screen and (max-width: 1024px){.ai-intro{flex-direction:column;gap:32px;text-align:center;height:100%}}.ai-intro_info{display:flex;flex-direction:column;justify-content:flex-start;height:100%;align-items:flex-start}@media only screen and (max-width: 1024px){.ai-intro_info{align-items:center}}.ai-intro_info_title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;margin:40px;max-width:375px}@media only screen and (max-width: 1024px){.ai-intro_info_title{margin:32px 24px 0 24px}}.ai-intro_info_title p{font-size:16px;font-weight:400;line-height:24px}.ai-intro_info_date{position:relative;margin:auto 40px 40px 40px;font-size:14px;font-weight:500;line-height:18px;letter-spacing:-0.14px;padding:0 0 0 30px}@media only screen and (max-width: 1024px){.ai-intro_info_date{margin:auto}}.ai-intro_info_date:before{content:'';position:absolute;display:block;top:50%;left:0;width:20px;height:20px;background:url(/assets2/css/img/contest/ai/icon_calendar-c900192fa7a750ed8d25cb9c6e5d0348.svg) no-repeat;transform:translate(0, -50%)}.ai-intro_pic{display:block;height:100%;width:430px;background:url(/assets2/css/img/contest/ai/image_intro-de40bae32c4f295f274650853480eb88.png) top center no-repeat;background-size:cover;margin:0 5% 0 auto}@media only screen and (max-width: 1279px){.ai-intro_pic{height:100%;width:300px;background:url(/assets2/css/img/contest/ai/image_intro_mobile-42eaa97886085aba24c19206c2b74baf.png) center left no-repeat;background-size:cover;margin:0}}@media only screen and (max-width: 1024px){.ai-intro_pic{width:415px;height:380px;background:url(/assets2/css/img/contest/ai/image_intro_mobile-42eaa97886085aba24c19206c2b74baf.png) center bottom no-repeat;background-size:contain;margin:auto}}@media only screen and (max-width: 576px){.ai-intro_pic{width:80%;max-width:400px;max-height:300px;background-size:contain}}.ai-audience{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;gap:48px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(103deg, #F4F4F5 0%, #E9E9EA 99.36%);padding:64px 0}@media only screen and (max-width: 1280px){.ai-audience{width:110%;border-radius:0}}@media only screen and (max-width: 1024px){.ai-audience{padding:32px 0}}.ai-audience h3{font-weight:500}.ai-audience_cards{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch;gap:32px;margin:0 48px}@media only screen and (max-width: 1024px){.ai-audience_cards{display:flex;flex-direction:column}}@media only screen and (max-width: 576px){.ai-audience_cards{margin:0 40px}}.ai-audience_card{display:flex;padding:40px 32px;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;gap:24px;flex:1 0 0;border-radius:16px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.08);background:#FFF;width:calc(100% / 3 - 16px);box-sizing:border-box}@media only screen and (max-width: 1024px){.ai-audience_card{width:100%}}.ai-guide{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:425px;gap:24px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(101deg, #282832 0%, #464760 100%);color:#fff;box-sizing:content-box;overflow:hidden}@media only screen and (max-width: 1024px){.ai-guide{flex-direction:column;justify-content:center;align-items:center;gap:40px;height:100%;padding:32px 0 0 0}}.ai-guide .bold{font-size:20px;font-weight:500;line-height:28px}.ai-guide_info{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin:auto 0 auto 60px;max-width:400px}@media only screen and (max-width: 1024px){.ai-guide_info{text-align:center;margin:32px 72px}}@media only screen and (max-width: 576px){.ai-guide_info{text-align:left;margin:24px}}.ai-guide_pic{display:block;height:100%;width:415px;background:url(/assets2/css/img/contest/ai/image_advice-a8faaebaf9da571a21dc21eb2bf0ae92.png) center bottom no-repeat;background-size:cover;margin:0 5% 0 auto}@media only screen and (max-width: 1024px){.ai-guide_pic{width:366px;height:366px;background:url(/assets2/css/img/contest/ai/image_advice-a8faaebaf9da571a21dc21eb2bf0ae92.png) center bottom no-repeat;background-size:contain;margin:auto}}@media only screen and (max-width: 480px){.ai-guide_pic{width:100%;max-width:366px;height:366px;background:url(/assets2/css/img/contest/ai/image_advice-a8faaebaf9da571a21dc21eb2bf0ae92.png) center bottom no-repeat;background-size:contain;margin:auto}}.ai-avatar{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;max-width:1200px;gap:16px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(103deg, #F4F4F5 0%, #E9E9EA 99.36%);padding:64px 0}@media only screen and (max-width: 1280px){.ai-avatar{width:110%;border-radius:0}}@media only screen and (max-width: 1024px){.ai-avatar{padding:48px 0}}.ai-avatar h3{margin:0 auto;width:80%}.ai-avatar_pic{display:block;margin:auto;width:90%}.ai-avatar_link{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 16px;text-decoration:none !important;border-radius:8px;background:linear-gradient(101deg, #282832 0%, #3D3E4F 100%);box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);cursor:pointer}.ai-avatar_link:hover{background:linear-gradient(101deg, #3D3E4F 0%, #282832 100%);box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)}.ai-avatar_link span{color:#fff}.ai-rules{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;gap:40px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);padding:64px 40px;box-sizing:border-box}@media only screen and (max-width: 1024px){.ai-rules{padding:40px;text-align:left;gap:24px}}@media only screen and (max-width: 576px){.ai-rules{padding:32px 24px}}.ai-rules h3{text-align:center;font-weight:500}@media only screen and (max-width: 1024px){.ai-rules h3{text-align:left}}.ai-rules_cards{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:40px;flex-wrap:wrap}@media only screen and (max-width: 1024px){.ai-rules_cards{gap:24px}}.ai-rules p{opacity:0.7}.ai-rules_card{display:flex;padding:24px;flex-direction:column;justify-content:flex-start;align-items:stretch;text-align:left;gap:24px;border-radius:16px;background:rgba(255,255,255,0.5);width:calc(100% / 2 - 70px);min-height:130px}@media only screen and (max-width: 1024px){.ai-rules_card{width:100%;min-height:auto}}.ai-rules_card h3{text-align:left}.ai-rules_card p{color:#282832;opacity:1}.ai-requirements{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;gap:48px;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:linear-gradient(103deg, #F4F4F5 0%, #E9E9EA 99.36%);padding:64px 0}@media only screen and (max-width: 1280px){.ai-requirements{width:110%;border-radius:0}}.ai-requirements h4{font-size:20px;font-weight:500;line-height:28px}.ai-requirements_card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:40px;max-width:620px;box-sizing:border-box;border-radius:24px;box-shadow:inset 0px 0px 0px 1px rgba(40,40,50,0.04);background:#FFF;margin:0 5%}.ai-requirements_card ul{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;list-style:none}@media only screen and (max-width: 1024px){.ai-requirements_card ul{gap:40px}}.ai-requirements_card ul li{position:relative;padding:0 0 0 10px;line-height:24px;width:100%}.ai-requirements_card ul li:before{content:'';position:absolute;display:block;top:10px;left:0;height:3px;width:3px;border-radius:5px;background:#282832}@media only screen and (max-width: 1024px){.ai-requirements_card ul li{padding:0}.ai-requirements_card ul li:before{content:'';position:absolute;display:block;top:calc(100% + 20px);left:0;width:100%;height:1px;background:rgba(40,40,50,0.08)}.ai-requirements_card ul li:last-child:before{display:none}}.ai-requirements_card img{margin-bottom:16px}.ai-requirements_card:last-child{gap:16px}.ai-requirements_link{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:linear-gradient(101deg, #282832 0%, #3D3E4F 100%);box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05);color:#fff !important;text-decoration:none !important;cursor:pointer}.ai-requirements_link:hover{background:linear-gradient(101deg, #3D3E4F 0%, #282832 100%);box-shadow:0px 1px 2px 0px rgba(16,24,40,0.05)}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesRegular-4dea826e20f7788ce7cc67c2c94ebedf.ttf) format("truetype");font-weight:400}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesMedium-7f62d1f8e1004c97bcd589209cdff310.ttf) format("truetype");font-weight:500}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesDemiBold-01bf3125bcfe7da0b975ce0656076825.ttf) format("truetype");font-weight:600}@font-face{font-family:'TT Hoves';src:url(/assets2/css/font/TypeType-TTHovesBold-f09de9b88ec73353dfdd4cda8cb30833.ttf) format("truetype");font-weight:700}@font-face{font-family:'Six Caps';src:url(/assets2/css/font/contest/SixCaps-Regular-54374ee2ae24eab799741da26ab5faeb.ttf) format("truetype");font-weight:400}.menu-affiland{display:flex;flex-direction:column;gap:6px;position:relative;width:192px;height:auto;padding:14px;border-radius:12px;background:url(/assets2/css/img/contest/affiland/menu_coin-ca4de9d6de8f5b62fb1c679d491e5442.png) 106px no-repeat,linear-gradient(180deg, #1E1F27 15.95%, #3D477D 100.6%);margin:8px}.menu-affiland_title{font-size:16px;font-weight:500;line-height:18px;background:-webkit-linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.menu-affiland_text{font-size:12px;font-weight:400;line-height:14px;color:#fff}.menu-affiland_btn{width:fit-content;margin-top:8px;font-size:12px;font-weight:600;line-height:14px;padding:8px;text-align:center;border-radius:8px;background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);color:#101016;text-decoration:none}.menu-affiland_btn:hover{background:linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%),linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%)}.menu-affiland_contest{display:block;position:relative;width:220px;height:83px;padding:12px 8px;background:url(/assets2/css/img/contest/affiland/logo_affiland-3f28c3562f156c26303ef76736488a20.png) center no-repeat;background-size:220px;transition:0.5s}.columns-main-content.margin{margin:0;padding:0 !important}body.affiland-scroll{height:revert;overflow:visible !important}.affiland{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:0 auto;white-space:pre-line;font-family:TT Hoves, sans-serif;background:#1E1E24;color:#fff;font-size:16px;font-weight:400;line-height:1;padding:0 0 120px 0}@media only screen and (max-width: 1920px){.affiland{padding:0 0 72px 0}}@media only screen and (max-width: 1023px){.affiland{padding:0 0 64px 0}}.affiland .block{max-width:1920px;width:calc(100% - 200px);margin:120px 100px 0 120px}@media only screen and (max-width: 1439px){.affiland .block{width:calc(100% - 96px);margin:120px 48px 0 48px}}@media only screen and (max-width: 1023px){.affiland .block{width:calc(100% - 64px);margin:120px 32px 0 32px}}@media only screen and (max-width: 767px){.affiland .block{width:calc(100% - 40px);margin:120px 20px 0 20px}}.affiland-hidden{display:none}.affiland a{text-decoration:none}.affiland h1{font-size:64px;font-weight:500;line-height:1}@media only screen and (max-width: 1439px){.affiland h1{font-size:48px}}.affiland h4{font-size:28px;font-weight:500;line-height:110%}.affiland .yellow{color:#FFDC00}.affiland .subtitle{font-size:20px;font-weight:400;line-height:28px;color:#BEBEC4}.affiland .subtitle a{color:#BEBEC4;text-decoration:none;border-bottom:1px solid}.affiland .btn{display:block;padding:24px 32px;outline:3px solid  #1E1E24;outline-offset:-4px;font-size:20px;font-style:normal;font-weight:600;line-height:1;min-width:calc(292px - 64px);width:fit-content;border-radius:54px}@media only screen and (max-width: 1439px){.affiland .btn{min-width:calc(232px - 64px);font-size:16px;padding:16px 32px}}@media only screen and (max-width: 1023px){.affiland .btn{min-width:calc(166px - 64px)}}@media only screen and (max-width: 767px){.affiland .btn{min-width:calc(185px - 64px)}}@media only screen and (max-width: 575px){.affiland .btn{min-width:calc(312px - 64px)}}.affiland .btn-white{background:#FFF;border:1px solid #FFF}.affiland .btn-white:hover{background:#BEBEC4;border:1px solid #BEBEC4}.affiland .btn-yellow{background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);border:1px solid #FFDC00}.affiland .btn-yellow:hover{background:linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%),linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);border:1px solid #FFFA00}.affiland .btn-grey{background:#BEBEC4;border:1px solid #BEBEC4}.affiland .btn-grey:hover{background:#FFF;border:1px solid #FFF}.affiland .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:calc(100% - 200px);position:fixed;top:0;left:0;padding:32px 100px;z-index:100}.affiland .header.active{background:#1E1E24;box-shadow:0px 4px 16px 0px rgba(17,17,26,0.1),0px 8px 24px 0px rgba(17,17,26,0.1),0px 16px 56px 0px rgba(17,17,26,0.1)}.affiland .header div{display:flex;flex-basis:33%}@media only screen and (max-width: 1023px){.affiland .header div{width:50%}}@media only screen and (max-width: 1023px){.affiland .header div:last-child{display:none}}.affiland .header div:nth-child(1){justify-content:flex-start}.affiland .header div:nth-child(2){justify-content:center}@media only screen and (max-width: 1023px){.affiland .header div:nth-child(2){justify-content:flex-end}}.affiland .header div:nth-child(3){justify-content:flex-end}@media only screen and (max-width: 1439px){.affiland .header{padding:32px;width:calc(100% - 64px)}}@media only screen and (max-width: 1023px){.affiland .header{padding:20px 32px}}@media only screen and (max-width: 767px){.affiland .header{padding:20px;width:calc(100% - 40px)}}.affiland .header .btn{width:fit-content;min-width:auto;padding:12px 20px 12px 42px;position:relative;cursor:pointer}.affiland .header .btn:before{content:"";display:block;position:absolute;top:50%;left:16px;width:20px;height:20px;background:url(/assets2/css/img/contest/affiland/icon_arrow-23fb5a98e451494c115418b6cf185eaa.svg) center no-repeat;background-size:cover;transform:translate(0, -50%)}.affiland .header-logo{display:block;background:url(/assets2/css/img/contest/affiland/logo-d6554f1897e8bf7a60ed4b02eecb600e.svg) center bottom no-repeat;background-size:contain;width:133px;height:36px;text-align:center;margin:0 auto}@media only screen and (max-width: 1023px){.affiland .header-logo{width:74px;height:20px;text-align:right;margin:0;justify-self:flex-end}}.affiland .header-date{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:12px;font-size:16px;font-weight:500;line-height:18px}@media only screen and (max-width: 1023px){.affiland .header-date{display:none}}.affiland-intro{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;gap:32px;padding-top:200px}@media only screen and (max-width: 575px){.affiland-intro h4{width:95%}}.affiland-intro_date{display:none;flex-direction:row;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:500;line-height:18px;width:100%}@media only screen and (max-width: 1023px){.affiland-intro_date{display:flex}}.affiland-intro .logo{width:fit-content;height:378px}@media only screen and (max-width: 1439px){.affiland-intro .logo{height:265px}}@media only screen and (max-width: 1023px){.affiland-intro .logo{height:240px}}@media only screen and (max-width: 767px){.affiland-intro .logo{height:188px}}@media only screen and (max-width: 575px){.affiland-intro .logo{width:95%;height:100%}}.affiland-intro .logo img{width:auto;height:100%}@media only screen and (max-width: 575px){.affiland-intro .logo img{width:100%;height:100%}}.affiland-intro.red-ride{background:url(/assets2/css/img/contest/affiland/bg_redride-a4e356bae4ba4725a772da15e774e6d8.png) center top no-repeat;background-size:cover}@media only screen and (max-width: 767px){.affiland-intro.red-ride{background:url(/assets2/css/img/contest/affiland/bg_redride_mobile-2cdb1ec149a2bf1f491e1e8c99f43608.png) center top no-repeat;background-size:cover}}.affiland-intro.blue-ride{background:url(/assets2/css/img/contest/affiland/bg_blueride-824c72a7439954f295176a902471888b.png) center top no-repeat;background-size:cover}@media only screen and (max-width: 767px){.affiland-intro.blue-ride{background:url(/assets2/css/img/contest/affiland/bg_blueride_mobile-2fd9abbd0cbbfba0e645a8314c1f4519.png) center top no-repeat;background-size:cover}}.affiland-intro.green-ride{background:url(/assets2/css/img/contest/affiland/bg_greenride-1923b756d19d0e87bfb7e7f564386031.png) center top no-repeat;background-size:cover}@media only screen and (max-width: 767px){.affiland-intro.green-ride{background:url(/assets2/css/img/contest/affiland/bg_greenride_mobile-505438176730885e4e18570bf6bc40ef.png) center top no-repeat;background-size:cover}}.affiland-intro.black-ride{background:url(/assets2/css/img/contest/affiland/bg_blackride-db3a2e0f3f1b010d836c96296f399512.png) center top no-repeat;background-size:cover}@media only screen and (max-width: 767px){.affiland-intro.black-ride{background:url(/assets2/css/img/contest/affiland/bg_blackride_mobile-12edaa6faad75bcca34f235e7af5ae7d.png) center top no-repeat;background-size:cover}}.affiland-intro_btn{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:12px}@media only screen and (max-width: 575px){.affiland-intro_btn{flex-direction:column}}.affiland-intro_btn .btn{align-self:stretch;align-content:center}.affiland-intro h4{font-size:28px;font-weight:500;line-height:110%}@media only screen and (max-width: 1023px){.affiland-intro h4{font-size:24px}}@media only screen and (max-width: 767px){.affiland-intro h4{font-size:18px}}@media only screen and (max-width: 575px){.affiland-intro h4{font-size:24px}}.affiland-start{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:center;gap:24px}@media only screen and (max-width: 767px){.affiland-start{flex-direction:column-reverse}}.affiland-start div{width:50%}@media only screen and (max-width: 767px){.affiland-start div{width:100%}}.affiland-start div img{width:auto;height:100%}@media only screen and (max-width: 420px){.affiland-start div img{width:auto;max-height:100%}}.affiland-start div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:20px}@media only screen and (max-width: 767px){.affiland-start div:first-child{text-align:center;align-items:center}}.affiland-start div:first-child .btn{margin-top:28px;min-width:calc(280px - 64px);width:fit-content}.affiland-start div:last-child{text-align:right;height:437px}@media only screen and (max-width: 1439px){.affiland-start div:last-child{height:322px}}@media only screen and (max-width: 1023px){.affiland-start div:last-child{height:335px}}@media only screen and (max-width: 767px){.affiland-start div:last-child{text-align:center;height:230px}}@media only screen and (max-width: 575px){.affiland-start div:last-child{width:auto;max-height:100%}}.affiland-prizes{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}@media only screen and (max-width: 900px){.affiland-prizes{margin:120px 32px 0 32px}}.affiland-prizes p{max-width:820px}.affiland-prizes_list{display:flex;align-items:stretch;gap:32px;margin-top:44px;width:100%}@media only screen and (max-width: 1439px){.affiland-prizes_list{margin-top:28px}}@media only screen and (max-width: 575px){.affiland-prizes_list{flex-direction:column;margin-top:44px;gap:64px}}.affiland-prizes_list div{display:flex;padding:48px 0px;position:relative;flex-direction:column;justify-content:flex-start;align-items:center;gap:48px;flex:1 0 0;border-radius:24px}@media only screen and (max-width: 575px){.affiland-prizes_list div{width:100%}}.affiland-prizes_winner{color:#101016;background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%)}.affiland-prizes_other{color:#BEBEC4;background:#101016}.affiland-prizes_other img{display:block;position:absolute;top:0;left:50%;width:372px;height:auto;transform:translate(-50%, -50%)}@media only screen and (max-width: 1439px){.affiland-prizes_other img{width:230px;height:auto}}@media only screen and (max-width: 575px){.affiland-prizes_other img{width:320px;height:auto}}.affiland-prizes .prize{font-family:"Six Caps";font-size:210px}@media only screen and (max-width: 1439px){.affiland-prizes .prize{font-size:160px}}.affiland-how{display:flex;flex-direction:column;align-items:center;text-align:center;gap:64px}.affiland-how_list{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:48px}@media only screen and (max-width: 1439px){.affiland-how_list{gap:24px}}@media only screen and (max-width: 1023px){.affiland-how_list{flex-direction:column;align-items:center;gap:48px}}.affiland-how_list div{display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;width:calc((100% - 96px)/3)}@media only screen and (max-width: 1439px){.affiland-how_list div{width:calc((100% - 48px)/3)}}@media only screen and (max-width: 1023px){.affiland-how_list div{width:100%;max-width:700px}}.affiland-extra{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:center;border-radius:24px;background:#101016;gap:32px;overflow:hidden}@media only screen and (max-width: 1023px){.affiland-extra{flex-direction:column;gap:0px}}.affiland-extra h1 b{color:#FFDC00;font-weight:500}.affiland-extra_phone{display:block;position:relative;top:0;left:0;width:50%;height:540px;background:url(/assets2/css/img/contest/affiland/phone-3ea67be8b82a8edc2a3e45832e276a70.png) top no-repeat;background-size:cover}@media only screen and (max-width: 1439px){.affiland-extra_phone{width:588px}}@media only screen and (max-width: 1023px){.affiland-extra_phone{width:100%;text-align:center;background:url(/assets2/css/img/contest/affiland/phone_mobile-8502ec7eadb605a617f9dccca1809ea1.png) top right no-repeat;background-size:cover}}.affiland-extra_info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:20px;width:calc(50% - 32px);padding:0 32px 0 0}@media only screen and (max-width: 1023px){.affiland-extra_info{width:calc(100% - 64px);padding:0 32px 48px 32px}}@media only screen and (max-width: 575px){.affiland-extra_info{width:calc(100% - 40px);padding:0 20px 32px 20px}}.affiland-extra_info .btn{margin-top:28px;min-width:calc(280px - 64px);width:fit-content}.affiland-rating{display:flex;justify-content:center;position:relative;text-align:center;width:100%;margin-top:120px;background:url(/assets2/css/img/contest/affiland/bg_graphic-97c88ca37249812291de23584e0ec49c.png) center no-repeat #1E1E24;background-position-y:calc(50% + 60px);background-size:102%}@media only screen and (max-width: 767px){.affiland-rating{background:#1E1E24}}.affiland-rating_table{width:calc(100% - 64px);max-width:1364px;margin:120px auto 0 auto;padding:0 32px;border-radius:24px;background:#101016;box-shadow:0px 54px 55px 0px rgba(0,0,0,0.25),0px -12px 30px 0px rgba(0,0,0,0.12),0px 4px 6px 0px rgba(0,0,0,0.12),0px 12px 13px 0px rgba(0,0,0,0.17),0px -3px 5px 0px rgba(0,0,0,0.09);position:relative}@media only screen and (max-width: 1920px){.affiland-rating_table{max-width:966px;margin:120px 128px 0 128px}}@media only screen and (max-width: 1023px){.affiland-rating_table{max-width:730px;margin:120px 93px 0 93px}}@media only screen and (max-width: 767px){.affiland-rating_table{width:calc(100% - 40px - 40px);margin:120px 20px 0 20px;padding:0 20px}}.affiland-rating_table_hat{display:block;position:absolute;width:70%;top:0;left:50%;transform:translate(-50%, -98%);z-index:1}@media only screen and (max-width: 575px){.affiland-rating_table_hat{width:95%}}.affiland-rating_table_hat img{width:100%;height:auto}.affiland-rating_header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}@media only screen and (max-width: 1439px){.affiland-rating_header{flex-direction:column;align-items:center}}.affiland-rating_header_top{display:block;width:214px;height:94px;background:url(/assets2/css/img/contest/affiland/icon_top-ee8ee1875cfc6134f2731b02acbeae14.png) center no-repeat;background-size:contain;margin-left:-16px}@media only screen and (max-width: 1439px){.affiland-rating_header_top{width:126px;height:48px;margin:0 auto}}.affiland-rating_header p{font-size:24px;font-weight:500;line-height:30px;letter-spacing:0.048px;text-transform:uppercase;max-width:420px;text-align:left}@media only screen and (max-width: 1439px){.affiland-rating_header p{font-size:20px;line-height:28px;text-transform:none;width:100%;text-align:center}}.affiland-rating_body{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.affiland-rating_body .place{display:flex;flex-direction:row;justify-content:flex-start;gap:8px;width:100%}.affiland-rating_body .place div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:8px;background:#3E3C43;padding:14px 24px;font-size:20px;font-weight:500;line-height:20px;letter-spacing:0.6px;text-transform:uppercase}.affiland-rating_body .place div:first-child{width:50px;justify-content:center}.affiland-rating_body .place div:last-child{width:100%}.affiland-rating_body .place div:last-child p{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.affiland-rating_body .place div:last-child p.nick{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 575px){.affiland-rating_body .place div:last-child p.nick{max-width:100px}}@media only screen and (max-width: 420px){.affiland-rating_body .place div:last-child p.nick{max-width:60px}}.affiland-rating_body .place.user div{background:#BEBEC4;color:#101016}.affiland-rating_body .place.user-undertop div{background:#BEBEC4;color:#101016}.affiland-rating_body .place:first-child.user div{background:linear-gradient(129deg, #FFDC00 40.29%, #FFFA00 103.41%);color:#101016}.affiland-rating_body .border{display:flex;justify-content:center;align-items:center;width:100%;padding:24px 0;background:rgba(62,60,67,0.5);text-align:center;border-radius:8px}.affiland-faq{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:center;gap:48px}@media only screen and (max-width: 1920px){.affiland-faq{flex-direction:column}}.affiland-faq_list{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:70%}@media only screen and (max-width: 1920px){.affiland-faq_list{width:100%}}.affiland-faq_list h4{cursor:pointer;width:calc(100% - 54px);border:none;text-align:left;outline:none;position:relative;padding:0 54px 0 0}.affiland-faq_list h4 span{display:block;position:absolute;top:-20px;right:-20px;width:72px;height:72px;cursor:pointer;background:url(/assets2/css/img/contest/affiland/icon_open-271d9853aa86a980c93047d5f766f710.svg) center top no-repeat;background-size:contain}.affiland-faq_list h4 span:hover{background:url(/assets2/css/img/contest/affiland/icon_open_hover-7bcb6169bc4bc2343ebc7b0c454c29f6.svg) center top no-repeat;background-size:contain}.affiland-faq_list h4.active span{background:url(/assets2/css/img/contest/affiland/icon_close-e73ad902005d3cbe451e4f974f4579bf.svg) center top no-repeat;background-size:contain}.affiland-faq_list h4.active span:hover{background:url(/assets2/css/img/contest/affiland/icon_close_hover-27f4ce49e0ab6adb1203d5ee93635ce2.svg) center top no-repeat;background-size:contain}.affiland-faq_list .panel{max-height:0;max-width:800px;overflow:hidden;transition:max-height 0.7s linear}.affiland-faq_list_item{display:flex;flex-direction:column;position:relative;padding:40px 0 40px 0;border-bottom:1px solid rgba(255,255,255,0.2);width:100%}.affiland-faq_list_item:last-child{border:none}.affiland-support{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:center;border-radius:24px;background:#101016;gap:32px;overflow:hidden}@media only screen and (max-width: 767px){.affiland-support{flex-direction:column-reverse}}.affiland-support div{width:50%}@media only screen and (max-width: 767px){.affiland-support div{width:100%}}.affiland-support div img{width:100%;height:auto}@media only screen and (max-width: 420px){.affiland-support div img{width:100%;height:auto}}.affiland-support div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:20px;padding:56px 32px}@media only screen and (max-width: 1023px){.affiland-support div:first-child{padding:48px 32px}}@media only screen and (max-width: 767px){.affiland-support div:first-child{text-align:center;align-items:center;padding:40px 20px;width:calc(100% - 40px)}}.affiland-support div:first-child .btn{margin-top:28px;min-width:calc(280px - 64px);width:fit-content}.affiland-support div:last-child{text-align:right;height:auto}@media only screen and (max-width: 575px){html[lang="ru"] h1{font-size:32px}}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;src:url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-b680adbac11d91675e2ecdb198206211.eot);src:url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-b680adbac11d91675e2ecdb198206211.eot?#iefix) format("embedded-opentype"),url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-4019e2ef5746b8baa1ca57ff6afd6bed.woff2) format("woff2"),url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-0d2158700ccb68e527a6915a6f9256e3.woff) format("woff"),url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-913334b20fe18a3568d18d9178d2b9b8.ttf) format("truetype"),url(/assets2/css/plugins/fontawersome5/webfonts/fa-brands-400-3dabc72295310f7340b7583c62b0dd96.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}

.introjs-overlay{position:absolute;box-sizing:content-box;z-index:1000000;background-color:#000;opacity:0;background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.9)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);background:radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.9) 100%);filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.introjs-fixParent{z-index:auto !important;opacity:1.0 !important;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999 !important}.introjs-showElement a,tr.introjs-showElement>td a,tr.introjs-showElement>th a{border:none}.introjs-disableInteraction{z-index:99999999 !important;position:absolute;background-color:white;opacity:0;filter:alpha(opacity=0)}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{box-sizing:content-box;position:fixed;z-index:9999998;background-color:#FFF;background-color:rgba(255,255,255,0.9);border:1px solid #777;border:1px solid rgba(0,0,0,0.5);box-shadow:0 2px 15px rgba(0,0,0,0.4);-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.introjs-tooltipReferenceLayer{box-sizing:content-box;position:fixed;visibility:hidden;z-index:100000000;background-color:transparent;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.introjs-helperLayer *,.introjs-helperLayer *:before,.introjs-helperLayer *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}.introjs-helperNumberLayer{box-sizing:content-box;position:absolute;visibility:visible;top:-16px;left:-16px;z-index:9999999999 !important;padding:2px;font-family:Arial, verdana, tahoma;font-size:13px;font-weight:bold;color:white;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,0.3);background:#ff3019;background:-webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));background:-moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);background:-ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);background:-o-linear-gradient(top, #ff3019 0%, #cf0404 100%);background:linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);width:20px;height:20px;line-height:20px;border:3px solid white;border-radius:50%;filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";filter:"progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";box-shadow:0 2px 5px rgba(0,0,0,0.4)}.introjs-arrow{border:none;content:'';position:absolute}.introjs-arrow.top{top:-10px;border-bottom-color:white}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:white}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:white}.introjs-arrow.right{right:-10px;top:10px;border-left-color:white}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:white}.introjs-arrow.bottom{bottom:-10px;border-top-color:white}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:white}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:white}.introjs-arrow.left{left:-10px;top:10px;border-right-color:white}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:white}.introjs-tooltip{box-sizing:content-box;position:fixed;visibility:visible;padding:20px;background-color:#25272D;width:290px;border-radius:4px;color:#fff;font-size:16px}.introjs-tooltiptext{font-size:16px;line-height:1.5}.introjs-tooltiptext.text-center{text-align:center}.introjs-tooltipbuttons{display:block;position:relative;min-height:40px;white-space:nowrap;margin:30px 0 0 0;text-align:center}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;display:inline-block;padding:12px 14px;white-space:nowrap;cursor:pointer;outline:none;background:#E2D1AC;border-radius:4px;color:#fff;font-size:14px}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;left:0;top:50%;box-sizing:content-box;margin:-8px 0 0 0;color:#AAAAAA;font-size:14px;line-height:16px;border:none;background:none;padding:0}.introjs-skipbutton.introjs-donebutton{position:relative;margin:0 auto;padding:12px 14px;background:#E2D1AC;color:#fff;font-size:14px}.introjs-prevbutton{position:absolute;right:60px;background:none;border:1px solid #AAAAAA;margin-left:70px}.introjs-nextbutton{position:absolute;right:0}.introjs-prevbutton.introjs-fullbutton{display:none}.introjs-hidden{display:none}.introjs-bullets{display:none;text-align:center}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px 0 5px 0;border-radius:4px;background-color:#ecf0f1}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:transparent;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}.introjs-hint:hover>.introjs-hint-pulse{border:5px solid rgba(60,60,60,0.57)}.introjs-hint-pulse{box-sizing:content-box;width:10px;height:10px;border:5px solid rgba(60,60,60,0.27);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:rgba(136,136,136,0.24);z-index:10;position:absolute;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.introjs-hint-no-anim .introjs-hint-dot{-webkit-animation:none;-moz-animation:none;animation:none}.introjs-hint-dot{box-sizing:content-box;border:10px solid rgba(146,146,146,0.36);background:transparent;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;height:50px;width:50px;-webkit-animation:introjspulse 3s ease-out;-moz-animation:introjspulse 3s ease-out;animation:introjspulse 3s ease-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;position:absolute;top:-25px;left:-25px;z-index:1;opacity:0}@-webkit-keyframes introjspulse{0%{-webkit-transform:scale(0);opacity:0.0}25%{-webkit-transform:scale(0);opacity:0.1}50%{-webkit-transform:scale(0.1);opacity:0.3}75%{-webkit-transform:scale(0.5);opacity:0.5}100%{-webkit-transform:scale(1);opacity:0.0}}@-moz-keyframes introjspulse{0%{-moz-transform:scale(0);opacity:0.0}25%{-moz-transform:scale(0);opacity:0.1}50%{-moz-transform:scale(0.1);opacity:0.3}75%{-moz-transform:scale(0.5);opacity:0.5}100%{-moz-transform:scale(1);opacity:0.0}}@keyframes introjspulse{0%{transform:scale(0);opacity:0.0}25%{transform:scale(0);opacity:0.1}50%{transform:scale(0.1);opacity:0.3}75%{transform:scale(0.5);opacity:0.5}100%{transform:scale(1);opacity:0.0}}

.daydetail-link{cursor:pointer}.daydetail{display:block;position:absolute;width:auto !important;height:auto;max-width:200px;max-height:275px;min-height:85px;border:1px solid #ECECEC !important;border-radius:5px;padding:0;background:#fff;font-size:14px !important;font-weight:400;text-align:left !important;z-index:10000;overflow-y:scroll}.daydetail::-webkit-scrollbar{display:block;width:2px;top:5px;right:5px;cursor:pointer}.daydetail::-webkit-scrollbar-track{background-color:#fff !important}.daydetail::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:3px;background-color:#d2dce1 !important}.daydetail::-webkit-scrollbar-thumb:hover{background-color:#d2dce1 !important}.daydetail th{color:#435D6F;font-size:12px;line-height:3;text-align:left;vertical-align:middle;font-weight:normal;padding:5px 10px 0 10px !important;text-transform:uppercase;border-bottom:none;letter-spacing:1px;padding-right:10px;white-space:nowrap;color:#000}.daydetail tr{background:#fff}.daydetail td{width:85px;line-height:3;padding:5px !important}.daydetail td div{width:85px;overflow:hidden;text-overflow:ellipsis}.daydetail tr th:last-child,.daydetail tr th:nth-child(2){text-align:center;width:60%;padding-right:25px !important}.daydetail tr td:last-child{color:#2a2d33;padding:0 10px 0 0}.daydetail th .close-msg{display:block;position:absolute;top:10px;right:10px;text-decoration:none;border:0;background:url(/assets2/css/img/icon_close-d25cc064a3e30e9578f4677bf040952d.svg) no-repeat;width:10px;height:10px;cursor:pointer}.daydetail th:nth-child(2),.daydetail td:nth-child(2){text-align:center}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:visible;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);width:100vw}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px;width:80vw !important;margin:0 0 0 20px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@font-face{font-family:'slick';font-weight:normal;font-style:normal}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-30px;z-index:100;display:block;width:calc(100vw - 20px);padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}

.stats-nav{margin:0 -30px 25px -30px;border-bottom:1px solid #ECECEC;position:relative;padding:0 30px}@media only screen and (max-width: 900px){.stats-nav{margin:0 -30px 10px -30px}}.stats-nav .title-page{display:block;position:relative;font-size:25px;line-height:1;font-weight:300;color:#344050;padding:0 0 20px 0}@media only screen and (max-width: 800px){.stats-nav .title-page{padding:20px 0;text-align:center}}.stats-nav-body{overflow:hidden;position:relative;margin-bottom:-1px}.stats-nav-body-list{margin:0;padding:0;list-style:none;position:relative;width:100%;overflow:auto;white-space:nowrap}.doto .stats-nav-body-list{display:none}.stats-nav-body-list-item{display:inline-block;margin-right:25px}.stats-nav-body-list-item:last-child{margin-right:0}.stats-nav-body-list-item-link.active{border-bottom-color:#FFCD00}.stats-nav-body-list-item-link{color:#474747;font-size:15px;text-decoration:none;cursor:pointer;display:inline-block;border-bottom:3px solid transparent;padding:0 0 10px 0;line-height:20px}.stats-nav-body-list-item-link:hover,.stats-nav-body-list-item-link:focus{text-decoration:none}.stats-nav-body-list-item-link.active{cursor:default;color:#232F3C}

.dialog-push{display:block;position:fixed;bottom:10px;right:20px;z-index:10001}@media only screen and (max-width: 740px){.dialog-push{width:100%;right:0 !important;text-align:center;z-index:10001;bottom:0}}.block-push{padding:20px 24px 20px 24px;position:relative;border:1px solid;border-radius:4px;height:auto;width:300px;overflow-y:auto;hyphens:auto;word-wrap:break-word;overflow-wrap:break-word;text-align:left}@media only screen and (max-width: 740px){.block-push{margin:0 auto}}@media only screen and (max-width: 320px){.block-push{width:260px}}@media only screen and (max-height: 500px){.block-push{max-height:300px}}.block-push .img-push{display:inline-block;position:relative;margin:20px auto;text-align:center}.block-push .img-push.icon-alarm{display:block}.block-push .img-push img{max-width:100%;height:auto;background-size:contain}.block-push .img-push span{display:block;width:53px;height:53px;margin:0 auto}.block-push .img-push span.icon-emoji{text-align:left;font-size:64px;line-height:1}.block-push .img-push span.info-icon{background:url(/assets2/css/img/icon-info-2ee65262c417f35c4b1b67207a1abefa.svg) center center no-repeat}.block-push .img-push span.check-o-icon{background:url(/assets2/css/img/icon-check-8d4c7b3e1aca54e50729bfc9d3589bd3.svg) center center no-repeat}.block-push .img-push span.danger-icon{background:url(/assets2/css/img/icon-danger-8c56b1c161169b343902f2506df9861b.svg) center center no-repeat}.block-push .title-push{font-family:Montserrat, sans-serif;font-style:normal;font-weight:800;font-size:34px;line-height:41px;padding-bottom:24px}.block-push .title-push.title-alarm{text-align:center;font-size:20px;line-height:28px}.block-push .body-push{font-family:TT Hoves, sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:24px;padding-bottom:24px}.block-push .body-push a{font-size:inherit}.block-push .title-push.hi-theme{font-family:Poppins,sans-serif !important}.block-push .body-push.hi-theme{font-family:Hind,sans-serif !important}.block-push .title-push.th-theme{font-family:Prompt,sans-serif !important}.block-push .body-push.th-theme{font-family:Kanit,sans-serif !important}.block-push .btn-ok{background:#FFDC00;border-radius:4px;color:#0A0A14;font-family:Montserrat, sans-serif;font-style:normal;font-weight:bold;font-size:16px;line-height:20px;text-transform:uppercase;width:100%;padding:20px 13px 20px 13px}.block-push .btn-ok:focus{border:none;outline:none}.block-push .btn-ok::-moz-focus-inner{border:0}.message-widget-dark{background:#6C6C72;border:1px solid #6C6C72}.message-widget-dark .title-push{color:#FFFFFF}.message-widget-dark .body-push{color:#F9F9F9}.message-widget-light{background:#FFFFFF;border:1px solid #ECECEC;-webkit-box-shadow:-2px -1px 8px 0px #877687;-moz-box-shadow:-2px -1px 8px 0px #877687;box-shadow:-2px -1px 8px 0px #877687}.message-widget-light .title-push{color:#25272D}.message-widget-light .body-push{color:#AAAAAA}

.articles{width:100%;background:#fff;border-radius:3px;padding:20px;color:#141414;font-family:TT Hoves, sans-serif;scroll-behavior:smooth}@media only screen and (max-width: 800px){.articles{padding:20px 0}}.articles h1{font-weight:300;font-size:46px;line-height:54px;width:100%;margin:0 0 30px 0}.articles h2{font-weight:300;font-size:30px;line-height:38px;width:100%}.articles h3{font-weight:800;font-size:16px;line-height:24px;padding:10px 0 5px 0}.articles .section__articles{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:20px 0}@media only screen and (max-width: 800px){.articles .section__articles{flex-direction:column-reverse;margin:20px}}.articles .section__articles .articles_list{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:65%}@media only screen and (max-width: 800px){.articles .section__articles .articles_list{width:100%}}.articles .section__articles .articles_list p{display:block;position:relative;padding:5px 0}.articles .section__articles .articles_list .article_card{display:inline-block;position:relative;width:223px;height:auto;margin:0 10px 20px 10px}@media only screen and (max-width: 800px){.articles .section__articles .articles_list .article_card{margin:0 auto 40px auto}}.articles .section__articles .articles_list .article_card .artical_thumbnail{display:block;position:relative;background-image:url(/assets2/css/img/icon/icon_academ-a65d8e211497c438b1a4e84bf6e6bbcf.svg);background-position:center center;background-repeat:no-repeat;background-color:none;width:100%;height:110px}.articles .section__articles .articles_list .article_card.new-article .artical_thumbnail{background-image:url(/assets2/css/img/icon/icon_new_article-e0f06892ebbcaee0b0316bc823af2c22.svg)}.articles .section__articles .articles_list .article_card span{display:inline-block;position:relative;font-size:12px;line-height:20px;color:#DDE0E3;padding:0 0 0 20px}.articles .section__articles .articles_list .article_card span.artical_date:before{content:'';display:inline-block;position:absolute;top:50%;left:0;background:url(/assets2/css/img/icon/icon_date-a8063b586359dedec903aa0ccde2e55c.svg) no-repeat;width:15px;height:16px;margin:-8px 0 0 0}.articles .section__articles .articles_list .article_card span.artical_time:before{content:'';display:inline-block;position:absolute;top:50%;left:0;background:url(/assets2/css/img/icon/icon_time-542232979111fc74716d7f6fcd6dafe1.svg) no-repeat;width:16px;height:16px;margin:-7.5px 0 0 0}.articles .section__articles .articles_list .article_card a{display:inline-block;font-weight:800;font-size:12px;line-height:20px;text-decoration:underline;color:#FFCD00}.articles .section__articles .articles_list .article_card h3 a{color:#141414;font-weight:800;font-size:16px;line-height:24px;text-decoration:none}.articles .section__articles .articles_list .list-pager{width:100vw;margin:40px 0}.articles .section__articles .articles_list .list-pager .page-btn{margin:0}.articles .section__articles .articles_categories{width:30%;height:100vh;border-left:1px solid #F5F5F5;padding:0}@media only screen and (max-width: 800px){.articles .section__articles .articles_categories{width:100%;height:auto}}.articles .section__articles .articles_categories h3{font-family:Montserrat, sans-serif;font-weight:800;font-size:20px;line-height:28px;padding:0 0 0 20px}.articles .section__articles .msg_soon{display:inline-block;position:relative;height:100vh;margin:50px auto 0 auto;font-size:25px;font-weight:500;color:#AAAAAA}.articles .btn_back_articles{display:inline-block;position:relative;width:100%;margin:0 0 30px 0}.articles .btn_back_articles a{font-weight:900;font-size:16px;line-height:24px;color:#FFCD00;padding:0 0 0 20px}.articles .btn_back_articles a:before{content:'';display:inline-block;position:absolute;top:50%;left:0;background:url(/assets2/css/img/icon/icon_back_articles-bf8ed897bd285417509eaff2965205e9.svg) no-repeat;width:16px;height:16px;margin:-8px 0 0 0}.articles .btn_dwld_pdf{display:inline-block;position:relative;margin:0 0 20px 0;background:url(/assets2/css/img/icon/icon_pdf-81bd83a04884014f74744abc2b2474cd.svg) no-repeat;width:24px;height:24px}.articles .btn_dwld_pdf span{display:none;position:absolute;top:25px;left:25px;background:#fff;color:#767676;font-size:10px;line-height:10px;padding:5px;border-radius:5px;border:1px solid #ebebeb;box-shadow:2px 2px 4px #c8c8c8;white-space:nowrap}.articles .btn_dwld_pdf:hover span{display:block}.articles ul.block_list{list-style:none;margin:0}.articles ul.block_list li{position:relative;margin:5px 0;line-height:40px;padding:0 0 0 20px;cursor:pointer}.articles ul.block_list li:hover{color:#2E2E2E}.articles ul.block_list li:before{content:'';display:inline-block;position:absolute;top:0;left:-1px;width:1px;height:100%;background:#E0E0E0}.articles ul.block_list li a{font-size:12px;line-height:20px;color:#808080}.articles ul.block_list li a:hover{color:#2E2E2E}.articles ul.block_list.title_section{padding:0}.articles ul.block_list.title_section li{padding:0 0 0 20px;line-height:40px}


/*# sourceMappingURL=cabinet.66d515833b985bd26773.css.map*/