
html, body {
    background: white !important;
    background-image: none !important;
}
a.rootlevel {
	color: white !important;
}
.sidebar-menu {
	position: fixed !important;
}

#user-menu {
	width: 100px;
}
#user-menu > li > a {
	min-width: 0px;
} 
#left-info {
	padding-top: 10px;
}
.sep {
	border-left-color: rgb(238, 238, 240);
	border-left-style: solid;
	border-left-width: 1px;
	color: rgb(148, 148, 148);
	display: inline-block;
	height: 12px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 11px;
}
.bg-red {
	background: #cc2424;
}
hr{
	margin-bottom: 0px !important;
	
}
.oneLineAlertFix {
}
.btn.unBind {
    height: 39px;
}

/*new*/
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;

    min-width: 1265px;

    color: #555;
}
.wrapper
{
    position: absolute;

    width: 100%;
    min-width: 1265px;
    height: 100%;
    overflow-x: hidden;
}
.header-main
{
    height: 60px;
    background: #2f323e;
    z-index: 999;
}
.container-wrapper
{
    position: relative;

    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: .1s all;
    -moz-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;

    padding-left: 270px;
    z-index: 99;

}
.container-wrapper .nav-list,
.container-wrapper .container
{
    float: left;
}
.container-wrapper .nav-list
{
    position: absolute;
    top: 0;
    left: 0;

    width: 270px;
    height: 100%;
    min-height: 706px;

    border-right: 1px solid #f0f1f2;

    background: url(/images/nav_bg.png) right top repeat-y #fbfbfc;
    background-size: 9px;
    z-index: 99;
}
.container-wrapper .container
{
    position: relative;

    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 22px 25px;
}
/*--Element's--------------------------------------------------------------------------*/

.select-drop-input
{
    position: relative;

    box-sizing: border-box;
    padding-right: 24px;
    max-width: 439px;
    min-width: 244px;
    min-height: 30px;
    float: left;
    font-size: 12px;
    margin: 6px 0 17px 0;

    text-align: center;

    color: #666;
    border: 1px solid #f8f8f8;
    background: #fbfbfc;
    border-radius: 2px;
}
.select-drop-input .sprite-btn
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 26px;
    height: 100%;

    cursor: pointer;

    background: url(/images/sprite_ico_3.png) 5px -11px no-repeat;
    background-size: 7px;
}
.select-drop-input .item
{
    position: relative;

    display: inline-block;
    float: left;

    box-sizing: border-box;
    height: 24px;
    margin: 3px 0 3px 3px;
    padding: 4px 27px 4px 19px;
    border-radius: 2px;
    background: #f5f5f6;
}
.select-drop-input .item .close
{
    position: absolute;
    top: 9px;
    right: 10px;

    display: block;

    width: 8px;
    height: 8px;

    opacity: 1;
    background: url(/images/sprite_ico_3.png) left top no-repeat;
    background-size: 7px;
    cursor: pointer;
}
.select-drop-input.active
{
    border-radius: 2px 2px 0 0!important
}
.select-drop-input .drop-btn-list
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;

    display: none;

    box-sizing: initial;
    width: 100%;
    margin: 0 -1px;
    padding-top: 8px;

    list-style: none;

    border-radius: 0 0 2px 2px;
    border: 1px solid #f8f8f8;
    border-top: 0 solid;
    background: #fbfbfc;
    text-align: left;
}
.select-drop-input .drop-check:checked ~ .drop-btn-list{
    display: block;
}
.select-drop-input .drop-btn-list li
{
    font-size: 13px;

    position: relative;

    display: block;

    box-sizing: border-box;
    padding-bottom: 8px;
    padding-left: 18px;
}
.select-drop-input .drop-btn-list li label
{
    font-weight: 500;

    display: block;

    cursor: pointer;
}
.select-drop-input .drop-btn-list li label:before
{
    position: absolute;
    top: 2px;
    left: 18px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    background-size: 16px;
}
.stick-block_content__avatar-usr{
    position: absolute;
    left: -47px;
    top: 5px;
}
.stick-block_content__avatar-usr img{
    width: 32px;
}
.go-back-top-btn{
    font-size: 12px;
    color: #999;
    line-height: 55px;
    height: 55px;
    width: 103px;
    position: absolute;
    right: 25px;
    top: 7px;
    padding-left: 30px;
    background: url(/images/arrow_btn_back_right.png) right 24px center no-repeat #fbfbfc;
    background-size: 6px;
    text-decoration: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
.drop-menu{
    position: absolute;
    list-style: none;
    display: none;
}
.drop-menu__checked:checked + .drop-menu{
    display: block;
}
.drop-menu li{
    display: block;
    float: left;
    cursor: pointer;
}
.tab{
    padding: 6px 22px;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    float: left;
    cursor: pointer;
    border-radius: 2px;
}
.tab-check:checked + .tab{
    background: #3c6fba;
    border-color: #3c6fba;
    color: #fff;
}
.label-new
{
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;

    position: absolute;
    left: -25px;

    box-sizing: border-box;
    width: 41px;
    padding: 0 10px;

    vertical-align: top;
    text-transform: uppercase;

    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #c0392b;
}
.logo
{
    display: block;

    width: 50px;
    height: 23px;

    background: url(/images/twite_white_min.png) no-repeat;
    background-size: 50px;
}
.text-form
{
    box-sizing: border-box;
    height: 37px;
    padding-left: 16px;

    color: #555;
    border-bottom: 1px solid #dddede;
    border-radius: 2px;
    background: #fff;
}
textarea.text-form
{
    padding: 11px 0 11px 16px;
}
.elastic{
    max-height: 300px!important;
}
.btn-logout
{
    font-size: 12px;
    font-weight: 600;

    margin-top: 9px;
    padding: 0 0 0 17px;

    color: #fff;
    background: url(/images/logout.png) left center no-repeat;
    background-size: 11px;
    cursor: pointer;
}
.title
{
    font-size: 13px!important;
    font-weight: 600;

    color: #555;
}
.drop-form
{
    position: relative;

    width: 118px;
    height: 30px;
}
.drop-form input
{
    font-size: 14px;

    box-sizing: border-box;
    width: 48px;
    height: 30px;
    margin-left: 32px;

    text-align: center;

    color: #555;
    border: 1px solid #ebebeb;
    border-right: 0 solid;
    border-left: 0 solid;
}
.drop-form .drop-btn-1,
.drop-form .drop-btn-2
{
    position: absolute;

    display: inline-block;

    box-sizing: border-box;
    width: 32px;
    height: 30px;

    cursor: pointer;
    -webkit-user-select: none; /* user-select -- Г‘ВЌГ‘вЂљГђВѕ ГђВЅГђВµГ‘ВЃГ‘вЂљГђВ°ГђВЅГђВґГђВ°Г‘в‚¬Г‘вЂљГђВЅГђВѕГђВµ Г‘ВЃГђВІГђВѕГђВ№Г‘ВЃГ‘вЂљГђВІГђВѕ */
    -moz-user-select: none;    /* ГђВїГђВѕГ‘ВЌГ‘вЂљГђВѕГђВјГ‘Ж’ ГђВЅГ‘Ж’ГђВ¶ГђВЅГ‘вЂ№ ГђВїГ‘в‚¬ГђВµГ‘вЂћГђВёГђВєГ‘ВЃГ‘вЂ№ */
    -ms-user-select: none;
    text-align: center;

    opacity: 1;
    color: #fff;
    background: #3c6fba;

    -o-user-select: none; /* ГђВЅГђВµ ГђВїГђВѕГђВґГђВґГђВµГ‘в‚¬ГђВ¶ГђВёГђВІГђВ°ГђВµГ‘вЂљГ‘ВЃГ‘ВЏ, ГђВїГ‘в‚¬ГђВѕГ‘ВЃГ‘вЂљГђВѕ ГђВЅГђВ° ГђВ±Г‘Ж’ГђВґГ‘Ж’Г‘вЂ°ГђВµГђВµ */
}
.drop-form .drop-btn-1:hover,
.drop-form .drop-btn-2:hover
{
    opacity: .9;
}
.drop-form .drop-btn-1
{
    padding-top: 5px;

    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.drop-form .drop-btn-2
{
    padding-top: 6px;

    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.switch-1
{
    font-size: 12px;

    padding: 5px 15px 6px 15px;

    cursor: pointer;
    -webkit-transition: .15s all;
    -moz-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;

    color: #989898;
    border: 1px solid #e4e4e4;
    border-radius: 24px;
}
.switch-1.active
{
    color: #fff;
    border-color: #0073c0;
    background: #0073c0;
}
.form-text
{
    font-size: 13px;

    display: inline-block;

    box-sizing: border-box;
    height: 34px;
    margin: 0 10px 0 5px;
    padding: 7px 0 10px 0;

    cursor: pointer;
    text-align: center;

    color: #888;
    border: 1px solid #ebebeb;
    background: #fff;
}
.form-text.radion
{
    border-radius: 24px;
}
.tag
{
    font-size: 13px;

    display: inline-block;

    box-sizing: border-box;
    width: 80px;
    height: 34px;
    padding: 7px 0;

    text-align: center;

    color: #999;
    border: 1px solid #d5d6d5;
    border-radius: 2px;
    cursor: pointer;
}
.tag:hover,
.tag.active
{
    border-color: #d5d6d5;
}
.tag b,
.tag input[type='text']
{
    font-weight: 400;

    color: #555;
}
.tag input[type='text']
{
    width: 38px;
    height: 15px;
    margin-top: -4px;

    text-align: center;
    cursor: pointer;
}
.tag.active input[type='text']{
    cursor: text;
}
.drop-btn-block
{
    position: relative;

    float: left;

    -webkit-user-select: none; /* user-select -- Г‘ВЌГ‘вЂљГђВѕ ГђВЅГђВµГ‘ВЃГ‘вЂљГђВ°ГђВЅГђВґГђВ°Г‘в‚¬Г‘вЂљГђВЅГђВѕГђВµ Г‘ВЃГђВІГђВѕГђВ№Г‘ВЃГ‘вЂљГђВІГђВѕ */
    -moz-user-select: none;    /* ГђВїГђВѕГ‘ВЌГ‘вЂљГђВѕГђВјГ‘Ж’ ГђВЅГ‘Ж’ГђВ¶ГђВЅГ‘вЂ№ ГђВїГ‘в‚¬ГђВµГ‘вЂћГђВёГђВєГ‘ВЃГ‘вЂ№ */
    -ms-user-select: none;    /* ГђВїГђВѕГ‘ВЌГ‘вЂљГђВѕГђВјГ‘Ж’ ГђВЅГ‘Ж’ГђВ¶ГђВЅГ‘вЂ№ ГђВїГ‘в‚¬ГђВµГ‘вЂћГђВёГђВєГ‘ВЃГ‘вЂ№ */

    -o-user-select: none;
}
.drop-btn-block .drop-btn,
.drop-btn
{
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;

    box-sizing: border-box;
    height: 30px;
    padding: 4px 39px 8px 21px;

    cursor: pointer;

    color: #fff;
    border: 1px solid #3c6fba;
    border-radius: 2px;
    background: url(/images/arrow-drop.png) right 21px top -11px no-repeat #3c6fba;
    background-size: 10px;
}
.drop-btn-block .drop-check:checked + label.drop-btn
{
    font-weight: 500;

    color: #555;
    border-color: #ebebeb;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    background-position: right 21px top 12px;
}
.drop-btn-block .drop-btn-list
{
    position: absolute;
    z-index: 9999;
    top: 28px;
    left: 0;

    display: none;

    box-sizing: border-box;
    width: 100%;
    padding-top: 8px;

    list-style: none;

    border-right: 1px solid #ebebeb;
    border-bottom: 2px solid #dddede;
    border-left: 1px solid #ebebeb;
    border-radius: 0 0 6px 6px;
    background: #fff;
}
.drop-btn-block .drop-check:checked ~ .drop-btn-list
{
    display: block;
}
.drop-btn-block .drop-btn-list li
{
    font-size: 13px;

    position: relative;

    display: block;

    box-sizing: border-box;
    padding-bottom: 8px;
    padding-left: 41px;
}
.drop-btn-block .drop-btn-list li label
{
    font-weight: 500;

    display: block;

    cursor: pointer;
}
.drop-btn-block .drop-btn-list li label:after
{
    position: absolute;
    top: 5px;
    right: 22px;

    display: none;

    width: 13px;
    height: 10px;

    content: '';

    background: url(/images/check.png) left top no-repeat;
    background-size: 13px;
}
.drop-btn-block .drop-btn-list li label:before
{
    position: absolute;
    top: 2px;
    left: 18px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    background-size: 16px;
}
.drop-btn-block .drop-btn-list li label.facebook
{
    color: #3b5998;
}
.drop-btn-block .drop-btn-list li label.facebook:before
{
    background: url(/images/fb-logo.png) left top no-repeat;
    background-size: 13px 13px;
}
.drop-btn-block .drop-btn-list li label.twitter
{
    color: #5ea9dd;
}
.drop-btn-block .drop-btn-list li label.twitter:before
{
    height: 17px;

    background: url(/images/twitter-logo.png) left top no-repeat;
    background-size: 14px 12px;
}
.drop-btn-block .drop-btn-list li label.instagram
{
    color: #555;
}
.drop-btn-block .drop-btn-list li label.instagram:before
{
    background: url(/images/inst-logo.png) left top no-repeat;
    background-size: 13px 13px;
}
.drop-btn-block .drop-btn-list li label.youtube
{
    color: #d03133;
}
.drop-btn-block .drop-btn-list li label.youtube:before
{
    top: 3px;
    left: 16px;

    width: 18px;

    background: url(/images/yt-logo.png) left top no-repeat;
    background-size: 17px 12px;
}
.drop-btn-block .drop-btn-list li label.youtube
{
    color: #d03133;
}
.drop-btn-block .drop-btn-list li label.youtube:before
{
    top: 3px;
    left: 16px;

    width: 18px;

    background: url(/images/yt-logo.png) left top no-repeat;
    background-size: 17px 12px;
}

.drop-btn-block .drop-btn-list li input[type='checkbox']:checked + label:after
{
    display: block;

    opacity: 1!important;
}
.drop-btn-block .drop-btn-list li label:hover:after
{
    display: block;

    opacity: .3;
}
.drop-btn-block.drop-list-2 .drop-btn
{
    font-size: 12px;

    display: inline-block;

    padding: 5px 41px 8px 22px;

    cursor: pointer;

    color: #888;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    background: url(/images/drop-btn.png) right 25px top 12px no-repeat #fff;
    background-size: 8px;
}
.drop-btn-block.drop-list-2 .drop-btn-list
{
    border-radius: 0 0 14px 14px;
}
.drop-btn-block.drop-list-2 .drop-check:checked + label.drop-btn
{
    font-size: 12px;

    display: inline-block;

    padding: 5px 41px 6px 22px;

    cursor: pointer;

    color: #888;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #fff;
    border-radius: 14px 14px 0 0;
    background: url(/images/drop-btn.png) right 25px top 12px no-repeat #fff;
    background-size: 8px;
}
.drop-btn-block.drop-list-2 .drop-btn-list li
{
    padding-left: 22px;
}
.drop-btn-block.drop-list-2 .drop-btn-list li label:after
{
    display: none;
}
.drop-btn-block .drop-btn-list li label.facebook:before
{
    display: none;
}
.btn
{
    font-weight: 500;

    padding: 11px 20px 10px 20px;
    font-size: 12px;
    text-decoration: none!important;
    border-radius: 24px;
    cursor: pointer;
}
.btn.blue
{
    color: #fff;
    background-color: #3c6fba;
}
.btn.white
{
    color: #555;
    background-color: #fff;
}
.btn.white-blue
{
    padding: 5px 16px 6px 16px!important;
    color: #3f84e8;
    border: 1px solid #99bdf3;
    background-color: #fff;
}
.btn.square
{
    font-size: 12px;

    height: 30px;
    padding: 6px 16px;

    line-height: 19px;
    border-radius: 2px;
}
.btn.transparent
{
    color: #fff;
    border: 1px solid rgba(255,255,255, .5);
    background-color: transparent;
}
.btn_with-ico{
    text-decoration: none;
    box-sizing: border-box;
    height: 33px;
    padding: 7px 18px 11px 36px;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #777;
    background-repeat: no-repeat;
    background-position: 12px center;
    font-size: 12px;
    cursor: pointer;
}
.btn-white
{
    font-size: 12px;

    display: inline-block;

    height: 30px;
    padding: 6px 23px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #d5d6d5;
    border-radius: 24px;
    background: #fff;
}
.btn-white:hover
{
    color: #999;
    border: 1px solid #d5d6d5;
    background: #fff;
}
.btn,
.btn__white
{
    box-sizing: border-box;
}
.btn__white
{
    font-size: 12px;

    display: inline-block;

    box-sizing: border-box;
    height: 30px;
    padding: 6px 23px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #d5d6d5;
    border-radius: 24px;
    background: #fff;
}
.btn__white:hover
{
    color: #999;
    border: 1px solid #d5d6d5;
    background: #fff;
}
/*--Block------------------------------------------------------------------------------*/
.order-list-block .tab-block{
    color: #555;
    background: #fbfbfb;
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 16px 12px 4px 12px;
    box-sizing: border-box;
}
.order-list-block
{
    margin-top: 45px;
    box-sizing: border-box;
}
.order-list-block .order-list
{
    font-size: 12px;
    width: 100%;
    text-align: center;

    color: #999;
}
.order-list-block .order-list tr td
{
    padding: 12px 0 10px 0;
}
.order-list-block .order-list tr
{
    border-bottom: 1px solid #f6f6f6;
}
.order-list-block .order-list tr:last-child
{
    border: 0 solid;
}
.order-list-block .order-list tr:nth-child(n+2) td
{
    color: #999;
    padding: 20px 0;
}
.order-list-block .order-list tr td:nth-child(1)
{
    width: 300px;
    text-align: left;
    padding-left: 20px;
}
.order-list-block .order-list tr td:nth-child(n+2){
    text-align: center;
    width: 132px;
}
.order-list-block .order-list tr td:last-child{
    width: 110px;
    padding-right: 20px;
}
.order-list-block .order-list tr:nth-child(n+2) td:nth-child(1){
    font-weight: 600;

    font-size: 14px;

    color: #555;
}
.order-list-block .order-list tr:nth-child(n+2) td:nth-child(1) a
{
    border-bottom: 1px solid #555;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    height: 18px;
}
.order-list-block .order-list tr:nth-child(n+2) td:nth-child(1) a:hover{
    color: #777;
}
.order-list-block .order-list tr:nth-child(1),
.order-list-block .order-list tr.more_text:hover
{
    color: #777;
    background: #fbfbfb;
}

.order-list-block .order-list tr.more_text span
{
    display: inline-block;
    margin-left: 18px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    height: 18px;
    border-bottom: 1px dashed;
}
.order-list-block .order-list tr.more_text span.remove_btn {
    display: none;
}
.order-list-block .order-list tr.more_text:hover span
{
    display: inline-block;
}
.wrapper-msg-writer{
    padding: 26px 0 17px 0;
}
.wrapper-msg-writer .msg-text{
    height: 70px;
    box-sizing: border-box;
    padding-left: 16px;
    color: #555;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    font-size: 12px;
    display: block;
    padding: 11px 0 11px 15px;
}
.msg-box{
    width: 100%;
    padding-bottom: 190px;
    padding: 1px 32px 0;
    list-style: none;
    box-sizing: border-box;
}
.msg-box .msg-box_item{
    margin: 16px 0;
    display: block;
    font-size: 13px;
    padding-bottom: 22px;
    width: 100%;
    border-bottom: 1px solid #fbfbfc;
}
.msg-box .msg-box_item:last-child{
    margin-bottom: 140px;
}
.msg-box .msg-box__avatar{
    margin-right: 14px;
}
.msg-box .msg-box__avatar img{
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
}
.msg-box .msg-box__msg{
    color: #666;
}
.msg-box .msg-box__date{
    color: #999;
    margin-top: 2px;
    font-size: 12px;
}
.questions-list{
    list-style: none;
}
.questions-list_item{
    position: relative;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}
.questions-list_item:hover{
    background: #fbfbfc
}
.questions-list_item:hover .wrap.border_bottom{
    border: 0 solid;
    margin-bottom: 1px;
}
.questions-list_item .questions-list_item__title{
    color: #666;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 1px;
    overflow: hidden;
    overflow-style: marquee-block;
    text-overflow: ellipsis;
}
.questions-list_item .questions-list_item__content{
    color: #999;
    font-size: 13px;
}
.table_default{
    width: 100%;
    font-size: 12px;
    color: #777;
    text-align: left;
}
.table_default__head{
    background: #f6f6f6!important;
    color: #777;
    width: 100%;
    height: 40px;
    text-align: left;
    border-bottom: 1px solid #f7f7f7!important;
}
.table_default tr td:first-child,
.table_default__head:first-child td:first-child{
    padding-left: 63px;
    text-align: left;
}
.table_default__head td{
    height: 40px!important;
    text-align: center;
    vertical-align: middle;
}
.table_default tr td{
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 56px;
    padding-top: 4px;
}
.table_default tr:last-child{
    border-bottom: 0 solid;
}
.table_default tr{
    border-bottom: 1px solid #f8f8f8;
}
.table_default tr:hover{
    background: #fbfbfb;
}
.table_default tr:hover span,
.table_default tr:hover .tag.inline{
    display: inline-block;
    border-bottom: 1px dashed #777;
}
.table_default tr:hover span{
    margin-bottom: -2px;
}
.footer{
    position: fixed;
    bottom: 19px;
    left: 25px;
    color: #373e4a;
}
.footer a{
    color: #373e4a;
}
.notification-block{
    position: absolute;
    top: 474px;
    background: #f5f5f6;
    padding: 12px 24px 15px 24px;
    color: #373e4a;
    width: 100%;
    box-sizing: border-box;
}
.notification-block__head{
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    background: url(/images/mail_ico.png) left center no-repeat;
    background-size: 15px;
}
.notification-block__content{
    margin-top: 13px;
    color: #565c65;
}
.nav-vertical{
    margin-top: 20px;
}
.nav-vertical_item{
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #373e4a;
}
.nav-vertical_item a{
    color: #373e4a;
    text-decoration: none;
}
.nav-vertical_item .nav-vertical_item__label{
    cursor: pointer;
    margin-left: 48px;
    width: 222px;
    border-bottom: 1px solid #f3f3f4;
    margin-bottom: -1px;
    display: block;
    padding: 16px 0 15px 0;
    background: url(/images/arrow_nav_right.png) right 20px top 22px no-repeat;
    background-size: 5px;
    display: inline-block;
    position: relative;
}
.nav-vertical_item:last-child .nav-vertical_item__label{
    border-bottom: 0 solid;
}
.nav-vertical_item .nav-vertical_item__label:before{
    content: '';
    display: inline-block;
    position: absolute;
}
.nav-vertical_item.fb .nav-vertical_item__label:before{
    background: url(/images/nav_fb_logo.png) left top no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    left: -24px;
    top: 18px;
}
.nav-vertical_item.twi .nav-vertical_item__label:before{
    background: url(/images/nav_twi_logo.png) left top no-repeat;
    background-size: 15px;
    width: 15px;
    height: 13px;
    left: -23px;
    top: 20px;
}
.nav-vertical_item.lj .nav-vertical_item__label:before{
    background: url(/images/nav_lj_logo.png) left top no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    left: -23px;
    top: 19px;
}
.nav-vertical_item.inst .nav-vertical_item__label:before{
    background: url(/images/nav_inst_logo.png) left top no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    left: -24px;
    top: 18px;
}
.nav-vertical_item.yt .nav-vertical_item__label:before{
    background: url(/images/nav_yt_logo.png) left top no-repeat;
    background-size: 15px;
    width: 15px;
    height: 11px;
    left: -23px;
    top: 20px;
}
.nav-vertical_item.support .nav-vertical_item__label:before{
    background: url(/images/nav_yt_logo.png) left top no-repeat;
    background-size: 15px;
    width: 15px;
    height: 11px;
    left: -23px;
    top: 20px;
}
.nav-vertical_item__nav-list
{
    margin-left: 48px;
    width: 222px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    height: 0;

    -webkit-transition: .15s all;
    -moz-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.nav-vertical_item__nav-list_item{
    padding: 16px 0 15px 36px;
    font-size: 12px;
    border-top: 1px solid #eee;
    width: 186px;
    position: relative;
    box-sizing: content-box;
}
.nav-vertical_item__nav-list_item a{
    width: 186px;
    display: block;
}
.nav-vertical_item__nav-list_item:last-child{
    padding-bottom: 19px;
}
.nav-vertical_item__nav-list_item:before{
    position: absolute;
    top: 22px;
    right: -25px;
    content: '';
    background: url(/images/arrow_nav_right.png) left top no-repeat;
    background-size: 5px;
    width: 5px;
    height: 8px;
}
.nav-vertical_checked:checked + .nav-vertical_item__nav-list
{
    margin-left: 0;
    visibility: visible;

    -webkit-transition: .35s all;
    -moz-transition: .35s all;
    -o-transition: .35s all;
    transition: .35s all;

    opacity: 1;
}
.search-block,
.tweet-block
{
    box-sizing: border-box;
    padding: 16px 40px 16px 57px;
}
.prompt-block
{
    position: absolute;
    top: 0;
    right: 14px;

    box-sizing: border-box;
    width: 242px;
    height: 60px;
    padding: 11px 23px 11px 30px;

    cursor: pointer;

    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    border-radius: 2px 0 0 2px;
}
.tooltip
{
    font-size: 12px;

    position: absolute;
    top: 100%;

    display: block;
    display: inline-block;
    visibility: hidden;

    width: 258px;
    margin: 0;
    padding: 17px 18px!important;

    text-align: left;

    opacity: 0;
    color: #fff!important;
    border-radius: 6px;
    background: rgba(0, 0, 0, .75);
}
.tooltip:after
{
    display: block;
    clear: both;

    content: '';
}
.tooltip.show,
.tooltip
{
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.tooltip.show
{
    visibility: visible;

    opacity: 1;
}
.tooltip:before
{
    position: absolute;

    display: block;

    width: 10px;
    height: 5px;

    content: '';

    background: url(/images/arrow-tooltip.png) left top no-repeat;
    background-size: 10px;
}
.tooltip .tooltip__title
{
    margin-bottom: 6px;
}
.tooltip .tooltip__text
{
    font-weight: 400;

    padding-bottom: 2px;
}
.stick-block
{
    position: absolute;
    z-index: 999;
    right: 24px;

    margin: 0;
}
.stick-block_content
{
    font-size: 13px;

    box-sizing: border-box;
    width: 231px;
    padding: 21px 37px 2px 30px;

    text-align: left;

    color: #777;
    border: 1px solid #f8f8f8;
    border-radius: 6px 0 0 6px;
    background: #fbfbfc;
}
.stick-block_content .row
{
    margin-bottom: 12px;
}
.stick-block .tooltip
{
    width: 198px;
}
.stick-block .stick-block .error *,
.stick-block .stick-block .error
{
    color: #c0392b;
}

.amount-item
{
    float: left;

    width: 36%;
    min-width: 285px;
}
.amount-item.first,
{
    margin-right: 102px;
}
.amount-item .amount-item__block_left
{
    float: left;

    width: 44%;
    min-width: 148px;
}
.amount-item .title
{
    font-size: 13px;
    font-weight: 600;

    padding-bottom: 5px;

    color: #555;
}
.amount-item .text
{
    font-size: 13px;
    line-height: 16px;

    color: #888;
}
.amount-item .amount-item__block_right
{
    float: left;

    margin-right: -5px;
}
.star-block
{
    padding-bottom: 5px;

    text-align: left;
}
.star-block *
{
    font-size: 17px!important;

    color: #eed100;
}
.price-table
{
    width: 66%;
    min-width: 670px;
    margin-top: 6px;
    margin-left: -58px;
}
.price-table .text
{
    width: 100%;
    min-width: 343px;

    text-align: left;
}
.price-table tr
{
    position: relative;
}
.price-table tr th
{
    font-size: 13px;
    font-weight: 400;

    position: relative;

    padding: 11px 19px;
    padding-left: 78px;

    color: #777;
    background: #fbfbfb;

    min-width: 106px;
}
.price-table tr td
{
    font-size: 13px;
    line-height: 16px;

    position: relative;

    width: 288px;
    padding: 19px 0 17px 0;

    text-align: center;
    vertical-align: middle;

    color: #888;
}
.price-table tr td.price-table__about
{
    padding-left: 78px;
}
.price-table tr th.first:after,
.price-table tr td.price-table__about:after
{
    position: absolute;
    top: 1px;
    left: -2px;

    width: 58px;
    height: 100%;

    content: '';

    background: #fff;
}
.price-table tr th.first:after
{
    top: -1px;

    padding-bottom: 1px;
}
#table-01.price-table tr td:nth-child(2)
{
    width: 148px;
}
#table-01.price-table tr td:nth-child(2) .tag
{
    margin-left: 60px;
}
#table-01.price-table tr td:nth-child(3)
{
    width: 181px;
    padding-right: 28px;
}
.price-table tr td .tag
{
    margin-top: 11px;
}
.price-table tr.remove td div
{
    opacity: .4;
}
.price-table tr.remove .event-ico
{
    opacity: 1;
    background-image: url(/images/add_item.png);
}
.price-table tr:first-child .event-ico
{
    top: -1px;
}
.price-table tr td .event-ico
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    display: none;

    width: 30px;
    height: 100%;

    content: '';
    cursor: pointer;

    background: url(/images/remove_item.png) left center no-repeat;
    background-size: 30px;
}
.price-table tr:hover .event-ico
{
    display: block;
}
.modal_active
{
    overflow: hidden;

    width: 100%;
}
.modal-wrapper
{
    position: absolute;
    z-index: 9999;

    display: none;

    width: 100%;
    height: 100%;
}
.modal-wrapper .modal__bg
{
    position: fixed;

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    cursor: pointer;

    background: rgba(0, 0, 0, .7);
}
.modal-wrapper .modal-block
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;

    width: 490px;
    margin: auto;
    padding: 29px 50px 59px 50px;

    background: #fff;
}
.modal-wrapper .modal-block .title
{
    font-weight: bold;

    padding-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #444;
}
.modal-wrapper .modal-block .history_block,
.modal-wrapper .modal-block .favorite-block
{
    color: #555;
}
.modal-wrapper .modal-block .history_block b,
.modal-wrapper .modal-block .favorite-block b
{
    color: #444;
}
.modal-wrapper .modal-block .history_block .history_item
{
    position: relative;

    margin-top: 21px;
    padding-bottom: 21px;
    padding-left: 37px;

    border-bottom: 1px solid #f6f6f6;
}
.modal-wrapper .modal-block .history_block .history_item:first-child
{
    margin-top: 0;
}
.modal-wrapper .modal-block .history_block .history_item:after
{
    position: absolute;
    top: 3px;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;
    margin: auto;

    content: '';

    background: url(/images/sprite_ico_2.png) left top;
    background-size: 25px;
}
.modal-wrapper .modal-block .history_block .history_item.rbcs:after
{
    background-position: 0 0;
}
.modal-wrapper .modal-block .history_block .history_item.fllwr:after
{
    background-position: 0 -40px;
}
.modal-wrapper .modal-block .history_block .history_item.admin:after
{
    background-position: 0 -80px;
}
.modal-wrapper .modal-block .history_block .time
{
    font-size: 13px;
    font-weight: 200;

    color: #999;
}
.modal-wrapper .modal-block .favorite-block
{
    margin-top: -13px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger
{
    font-weight: 200;

    position: relative;

    float: left;

    width: 186px;
    width: 100%;
    margin-bottom: 22px;

    color: #4c4c4c;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar,
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about
{
    float: left;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar
{
    margin-right: 12px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar img
{
    width: 40px;
    height: 40px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about .name
{
    font-size: 17px;

    margin-bottom: -2px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about .usr-name
{
    font-size: 14.6px;
    font-weight: 600;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .edit-btn
{
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;

    color: #777;
    border-bottom: 1px dashed #777;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove div
{
    opacity: .4;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .edit-btn:before
{
    content: attr(data-remove);
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove .edit-btn:before
{
    content: attr(data-return);
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove .edit-btn
{
    opacity: 1;
}
.bdge
{
    padding: 6px 19px 5px 19px;
    font-size: 100%;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}
/*--ModeGroupEl------------------------------------------------------------------------*/
.block_with-ico{
    background-position: 0 4px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.block_with-ico.block_with-ico__info{
    background-image: url(/images/info_ico.png);
}
.drop-menu.menu__drop-menu{
    background: #292b37;
    color: #fff;
    font-size: 11px;
    width: 100%;
    padding: 68px 0 12px 0;
    top: -13px;
    left: -15px;
    border-radius: 0 0 2px 2px;
}
.drop-menu.menu__drop-menu li{
    display: block;
    width: 100%;
}
.drop-menu.menu__drop-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 25px 7px 25px;
}
.drop-menu.menu__drop-menu li:hover a{
    background: rgba(0, 0, 0, .5);
}
.drop-menu.blue{
    background: #fff;
}
.drop-menu.blue li:hover{
    background: #3c6fba;
    color: #fff;
}
.badge-info{
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 6px  4px 6px;
    display: block;
    background: #3f84e8!important
}
.badge-info__table_default{
    position: absolute;
    left: 20px;
    top: 20px;
}
.tag.inline{
    border-width: 0;
    padding: 0;
    width: auto;
    color: #777;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.tag.inline input{
    width: 10px;
    font-size: 12px;
    margin-top: -5px;
    height: 15px;
    text-align: left;
    color: #777;
    font-family: 'Open Sans', sans-serif;
}
.tag.inline.active{
    margin: -7px -9px;
    padding: 7px 9px;
    border: 1px solid #d5d6d5!important;
}
.btn_with-ico.del{
    width: 32px;
    padding: 0;
    margin-bottom: -12px;
    background-image: url(/images/del__btn_ico.png);
    background-size: 10px;
    background-position: center;
}
.btn_with-ico.report{
    background-image: url(/images/report__btn_ico.png);
    background-size: 14px;
}
.btn_with-ico.edit{
    background-image: url(/images/edit__btn_ico.png);
    background-size: 13px;
}
table a{
    color: #555;
    border-bottom: 1px solid #555;
    text-decoration: none;
    height: 16px;
    display: inline-block;
    font-weight: bolder;
    box-sizing: border-box;
}
.container-wrapper .container.scroll_off{
    overflow-y : scroll
}
.bdge.notification-block__badge_head{
    position: absolute;
    right: -5px;
    top: -1px;
    font-weight: 300;
    font-size: 11px;
    padding: 2px 7px 3px 7px;
}
.nav-vertical_item.active{
    width: 267px;
    border-left: 3px solid #000;
    background: url(/images/nav_bg_active.png) right top #f5f5f6 repeat-y;
    background-size: 18px;
}
.nav-vertical_item.active .nav-vertical_item__label{
    margin-left: 45px;
    background: url(/images/arrow_nav_down.png) right 19px top 25px no-repeat;
    background-size: 8px;
}
.nav-vertical_item.active.fb{
    border-color: #4e69a2;
}
.nav-vertical_item.active.twi{
    border-color: #66b4f0;
}
.nav-vertical_item.active.lj{
    border-color: #2c4b5e;
}
.nav-vertical_item.active.inst{
    border-color: #7a9dba;
}
.nav-vertical_item.active.yt{
    border-color: #ad2626;
}
.nav-vertical_item.active.support{
    border-color: #ad2626;
}
.nav-vertical_item.active.fb .nav-vertical_item__label{
    color: #4e69a2;
}
.nav-vertical_item.active.fb .nav-vertical_item__label:before{
    background-image: url(/images/nav_fb_logo__active.png);
}
.nav-vertical_item.active.twi .nav-vertical_item__label{
    color: #66b4f0;
}
.nav-vertical_item.active.twi .nav-vertical_item__label:before{
    background-image: url(/images/nav_twi_logo__active.png);
}
.nav-vertical_item.active.lj .nav-vertical_item__label{
    color: #2c4b5e;
}
.nav-vertical_item.active.lj .nav-vertical_item__label:before{
    background-image: url(/images/nav_lj_logo__active.png);
}
.nav-vertical_item.active.inst .nav-vertical_item__label{
    color: #7a9dba;
}
.nav-vertical_item.active.inst .nav-vertical_item__label:before{
    background-image: url(/images/nav_inst_logo__active.png);
}
.nav-vertical_item.active.yt .nav-vertical_item__label{
    color: #ad2626;
}
.nav-vertical_item.active.yt .nav-vertical_item__label:before{
    background-image: url(/images/nav_yt_logo__active.png);
}
.nav-vertical_item.active.support .nav-vertical_item__label{
    color: #ad2626;
}
.nav-vertical_item.active.support .nav-vertical_item__label:before{
    background-image: url(/images/nav_yt_logo__active.png);
}
.avatar.header{
    position: relative;
    z-index: 99;
}
.avatar.header img
{
    width: 35px;
    height: 35px;

    border-radius: 50px;
}
.info-usr.header
{
    margin-left: 10px;

    color: #fff;
    position: relative;
}
.info-usr.header .name
{
    font-weight: 600;

    position: relative;
    z-index: 99;
}
.menu__drop-menu___btn
{
    position: absolute;
    top: 2px;
    right: 6%;
    width: 94%;
    height: 38px;
    content: '';
    cursor: pointer;
    background: url(/images/arrow-drop.png) right 12px bottom 29px no-repeat;
    background-size: 7px;
    z-index: 999;
}
.info-usr.header .email
{
    opacity: .7;
    position: relative;
    z-index: 99;
}
.bdge.blue
{
    background: #3c6fba;
}
.bdge.transparent{
    background: transparent;
    border: 1px solid #e7e7e7;
    color: #888;
}
.logo.header
{
    height: 100%;

    background-position: 29px center;
}
.wrapper-block_search-block,
.wrapper-block_tweet-block
{
    width: 73%;
    min-width: 726px;
}
.search-block__form,
.tweet-block__form
{
    width: 100%;
}
.search-block__title,
.tweet-block__title
{
    padding-bottom: 7px;
}
.search-block .watermark_container,
.tweet-block .watermark_container
{
    display: block!important;
}
.prompt-block.mode_left
{
    right: 0;
    left: -25px;

    border-radius: 0 3px 3px 0;
}
.tooltip.top
{
    top: -100%;
    left: 0;

    margin-top: -25px;
}
.tooltip.top:before
{
    bottom: 0;
    left: 18px;

    margin-bottom: -5px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tooltip.bottom
{
    top: 100%;

    margin-top: 5px;
}
.tooltip.bottom:before
{
    top: 0;
    left: 18px;

    margin-top: -5px;
}
.tooltip.right
{
    top: 0;
    left: 100%;

    margin-left: -3px;
}
.tooltip.right:before
{
    top: 18px;
    left: -7px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.tooltip.left
{
    top: 0;
    right: 100%;

    margin-right: -3px;
}
.tooltip.left:before
{
    top: 18px;
    right: -7px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.disable-opacity .switch-1
{
    display: none;
}

.disable-opacity.disable-check .switch-1,
.disable-opacity:hover .switch-1
{
    display: block;
}
.disable
{
    position: relative;

    display: inline-block;

    -webkit-user-select: none; /* user-select -- СЌС‚Рѕ РЅРµСЃС‚Р°РЅРґР°СЂС‚РЅРѕРµ СЃРІРѕР№СЃС‚РІРѕ */
    -moz-user-select: none;    /* РїРѕСЌС‚РѕРјСѓ РЅСѓР¶РЅС‹ РїСЂРµС„РёРєСЃС‹ */
    -ms-user-select: none;
    -webkit-transition: .25s opacity;
    -moz-transition: .25s opacity;
    -o-transition: .25s opacity;
    transition: .25s opacity;

    opacity: .4;

    -o-user-select: none;
}
.disable:before
{
    position: absolute;
    z-index: 9999;

    width: 100%;
    height: 100%;

    content: '';
}
.alert.error
{
    color: #fff;
    background: #c0392b!important;
}
.amount-item__drop-form
{
    margin-top: 18px;
}
.amount-item__drop-form input
{
    width: 48px;
}
.alert
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;

    display: none;

    width: 500px;
    margin: auto;
    padding: 16px 0 23px 0;

    text-align: center;

    opacity: .85;
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.alert .title
{
    font-size: 13px;
    font-weight: 600;

    color: #fff;
}
.alert .text
{
    font-size: 16px;
    font-weight: 200;

    display: inline-block;

    width: 364px;
}
/*--ModeStyle--------------------------------------------------------------------------*/
.position_r{
    position: relative;
}
.position_a{
    position: absolute;
}
.position_f{
    position: fixed;
}
.out-container{
    padding: 22px 25px;
    margin: -22px -25px 0 -25px!important
}
.nav-width
{
    width: 270px;
}
.show{
    display: block!important
}
.hide{
    display: none!important
}
.bg_grey
{
    background-color: #f5f5f6;
}
.bg_darkgrey
{
    background-color: #f6f6f6;
}
.bg_whiteblue
{
    background-color: #3f84e8;
}
.bg_blue
{
    background-color: #3c6fba;
}
.bg_ligthgrey
{
    background-color: #fbfbfc;
}
.bg_white
{
    background-color: #fff;
}
.color_blue
{
    color: #3c6fba;
}
.color_white
{
    color: #fff;
}
.color_dark
{
    color: #555;
}
.color_grey
{
    color: #888;
}
.color_dgrey
{
    color: #777;
}
.r-b_2
{
    border-radius: 2px;
}
.r-b_3
{
    border-radius: 3px;
}
.align_left
{
    text-align: left!important;
}
.align_right
{
    text-align: right!important;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.l-h_18{
    line-height: 18px!important
}
.f-s_11
{
    font-size: 11px!important
}
.f-s_12
{
    font-size: 12px;
}
.f-s_13
{
    font-size: 13px;
}
.f-s_14
{
    font-size: 14px;
}
.top_16
{
    top: 16px;
}
.top_120
{
    top: 120px;
}
.p-l_4
{
    padding-left: 4px;
}
.p-l_24
{
    padding-left: 24px;
}
.p-l_26
{
    padding-left: 26px;
}
.p-l_28
{
    padding-left: 28px;
}
.p-l_32
{
    padding-left: 32px;
}
.p-l_45
{
    padding-left: 45px!important;
}
.p-l_56
{
    padding-left: 56px!important;
}
.p-l_58
{
    padding-left: 58px!important;
}
.p-l_71
{
    padding-left: 71px!important;
}
.p-l_90
{
    padding-left: 90px!important;
}
.p-r_0{
    padding-right: 0!important;
}
.p-r_25
{
    padding-right: 25px!important;
}
.p-t_2
{
    padding-top: 2px;
}
.p-t_21
{
    padding-top: 21px;
}
.p-t_26
{
    padding-top: 26px;
}
.p-t_31
{
    padding-top: 31px;
}
.p-t_40
{
    padding-top: 40px;
}
.p-r_30{
    padding-right: 30px;
}
.p-r_47{
    padding-right: 47px;
}
.p-t_58{
    padding-top: 58px;
}
.p-t_124
{
    padding-top: 124px;
}
.p-t_132
{
    padding-top: 132px;
}
.p-b_6{
    padding-bottom: 6px;
}
.p-b_21
{
    padding-bottom: 21px;
}
.m-t_4
{
    margin-top: 4px;
}
.m-t_8
{
    margin-top: 8px;
}
.m-t_12
{
    margin-top: 12px;
}
.m-t_13
{
    margin-top: 13px;
}
.m-t_14
{
    margin-top: 14px;
}
.m-t_15
{
    margin-top: 15px;
}
.m-t_16
{
    margin-top: 16px;
}
.m-t_17
{
    margin-top: 17px;
}
.m-t_19
{
    margin-top: 19px;
}
.m-t_21{
    margin-top: 21px;
}
.m-t_24
{
    margin-top: 24px;
}
.m-t_26
{
    margin-top: 26px!important;
}
.m-t_31
{
    margin-top: 31px;
}
.m-t_m_13{
    margin-top: -13px!important;
}
.m-t_m_2{
    margin-top: -2px!important;
}
.m-t_m_60{
    margin-top: -60px;
}
.m-t_m_65{
    margin-top: -65px!important
}
.m-l_m_25{
    margin-left: -25px!important;
}
.m-l_3
{
    margin-left: 3px!important;
}
.m-l_10
{
    margin-left: 10px!important;
}
.m-l_26
{
    margin-left: 26px!important;
}
.m-l_28
{
    margin-left: 28px!important;
}
.m-l_30
{
    margin-left: 30px;
}
.m-l_40
{
    margin-left: 40px;
}
.m-l_48
{
    margin-left: 48px;
}
.m-l_50
{
    margin-left: 50px;
}
.m-l_58
{
    margin-left: 58px;
}
.m-r_95
{
    margin-right: 95px;
}
.m-r_40
{
    margin-right: 40px!important;
}
.m-r_120
{
    margin-right: 120px!important;
}
.cursor_p{
    cursor: pointer;
}
.border
{
    border: 1px solid #f5f5f5;
}
.border_none{
    border: 0 solid!important
}
.border_bottom
{
    border-bottom: 1px solid #f5f5f5;
}
.border_top
{
    border-top: 1px solid #f5f5f5;
}
.border_left{
    border-left: 1px solid #f5f5f5;
}
.border_right{
    border-right: 1px solid #f5f5f5;
}
.border-width__3{
    border-width: 3px;
}
.border-color__grey
{
    border-color: #97999f;
}
.border-color__wgrey
{
    border-color: #f6f6f6;
}
.border-color__wgrey_2
{
    border-color: #ededed;
}
.dashed {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.hidden
{
    display: none;
}
.hidden.show_block
{
    display: block!important;
    visibility: visible!important;
}
.hidden.show_i-block
{
    display: inline-block;
}
.content_width
{
    width: 81%;
    min-width: 768px;
}
/*---ModeEl----------------------------------------------------------------------------*/
.row
{
    position: relative;
    width: 100%;
    margin: 0;
}
.row:after,
.clearfx:after
{
    display: block;
    clear: both;

    content: '';
}
.box-sizing__bb
{
    box-sizing: border-box;
}
.link-span{
    border-bottom: 1px dashed;
}
@media (max-width: 1280px){
    .container-wrapper
    {
        padding-left: 260px;
    }
}
@media (max-width: 1330px)
{
    /*.amount-item{
        display: block;
        float: none;
        width: 100%;
        padding: 0!important;
    }
    .amount-item .row{
        float: left;
        width: 270px;
    }
    .amount-item:nth-child(n+2){
        margin-top: 32px;
    }
    .amount-item .left-block{
        width: 12%;
    }
    .amount-item .right-block{
        margin-left: 6px;
    }
    .amount-item .switch-1{
        margin-top: 18px;
        margin-left: 10px;
    }*/
    .row.p-l_58,
    .row.p-l_56,
    .row.m-l_58,
    .row.m-l_56
    {
        padding-left: 16px!important;
    }
    .row.p-l_90
    {
        padding-left: 46px!important;
    }
    .price-table
    {
        margin-left: 0;
    }
    .price-table tr td.price-table__about:after,
    .price-table tr th:after
    {
        display: none;
    }
    .price-table tr th,
    .price-table tr td.price-table__about
    {
        padding-left: 20px;
    }
    .price-table td.price-table__about,
    .price-table td.price-table__about .text
    {
        width: 320px;
        min-width: 320px;
    }
    .price-table tr td .event-ico
    {
        left: 352px;
    }
}
@media (min-width: 1440px)
{
    .content_width,
    .wrapper-block_search-block,
    .wrapper-block_tweet-block
    {
        width: 75%;
    }
}
@media (min-width: 1640px)
{
    .content_width,
    .wrapper-block_search-block,
    .wrapper-block_tweet-block
    {
        width: 80%;
    }
}
@media (min-width: 1840px)
{
    .content_width,
    .wrapper-block_search-block,
    .wrapper-block_tweet-block
    {
        width: 82%;
    }
}
@media (min-width: 2240px)
{
    .content_width,
    .wrapper-block_search-block,
    .wrapper-block_tweet-block
    {
        width: 90%;
    }
}
/*select2 fixes*/
.select-drop-input {
    color: #666!important;
    background: url(http://devbogdaniy.twite.ru/images/sprite_ico_3.png) 224px -15px / 8px no-repeat rgb(251, 251, 252) !important;
    padding-right: 0!important;
}
.select-drop-input .select2-container-active .select2-choices {
    box-shadow: none;
}
.select-drop-input > .select2-container {
    width: 100%;
}
.select-drop-input > .select2-container > .select2-choices {
    background: none;
    border: none;
}
.select-drop-input > .select2-container > .select2-choices > .select2-search-choice {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #666 !important;
    float: left;
    box-sizing: border-box;
    height: 24px;
    margin: 3px 0 3px 3px;
    padding: 4px 27px 4px 19px;
    border-radius: 2px;
    background: #f5f5f6;
    border: none;
}
.select-drop-input  .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: left top;
}
.select-drop-input > .select2-container > .select2-choices > .select2-search-choice > a {
    background: url(/images/sprite_ico_3.png) left top no-repeat;
    background-size: 7px!important;
    padding-top: 100px;
    float: right;
    position: relative;
    right: -15px;
    left: auto;
}
.select-drop-input > .select2-container > .select2-choices > .select2-search-choice > div {
    float: left;
}
.select2-results {
    color: #666!important;

    background: rgb(251, 252, 252);
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
}
.select2-results li {
    font-size: 13px;
}
.select2-drop.select2-drop-multi.select2-display-none.select2-drop-active {
    box-shadow: none;

}

.button
{
    font-weight: 600;

    padding: 11px 20px 10px 20px;
    font-size: 12px;
    text-decoration: none!important;
    border-radius: 24px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.button.blue
{
    color: #fff;
    background-color: #3c6fba;
}
.button.white
{
    color: #555;
    background-color: #fff;
}
.button.white-blue
{
    padding: 5px 16px 6px 16px!important;
    color: #3f84e8;
    border: 1px solid #99bdf3;
    background-color: #fff;
}
.button.square
{
    font-size: 12px;

    height: 30px;
    padding: 6px 16px;

    line-height: 20px;
    border-radius: 2px;
}
.button.transparent
{
    color: #fff;
    border: 1px solid rgba(255,255,255, .5);
    background-color: transparent;
}
.button_with-ico{
    text-decoration: none;
    box-sizing: border-box;
    height: 33px;
    padding: 7px 18px 11px 36px;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #777;
    background-repeat: no-repeat;
    background-position: 12px center;
    font-size: 12px;
    cursor: pointer;
}
.button-white
{
    font-size: 12px;

    display: inline-block;

    height: 30px;
    padding: 6px 23px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #d5d6d5;
    border-radius: 24px;
    background: #fff;
}
.button-white:hover
{
    color: #999;
    border: 1px solid #d5d6d5;
    background: #fff;
}
.button,
.button__white
{
    box-sizing: border-box;
}
.button__white
{
    font-size: 12px;

    display: inline-block;

    box-sizing: border-box;
    height: 30px;
    padding: 6px 23px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #d5d6d5;
    border-radius: 24px;
    background: #fff;
}
.button__white:hover
{
    color: #999;
    border: 1px solid #d5d6d5;
    background: #fff;
}
.go-back-top-button{
    font-size: 12px;
    color: #999;
    line-height: 55px;
    height: 55px;
    width: 103px;
    position: absolute;
    right: 25px;
    top: 7px;
    padding-left: 30px;
    background: url(/images/arrow_btn_back_right.png) right 24px center no-repeat #fbfbfc;
    background-size: 6px;
    text-decoration: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}





*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bdge {
    padding: 6px 19px 5px 19px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}
.bdge-info {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 6px 4px 6px;
    display: block;
    background: #3f84e8!important;
}

.bdge-info__table_default {
    position: absolute;
    left: 20px;
    top: 20px;
}
.bdge.blue {
    background: #3c6fba;
}

.button.square {
    font-size: 12px;
    height: 30px;
    padding: 6px 16px;
    line-height: 20px;
    border-radius: 2px;
}
.m-r_120 {
    margin-right: 120px!important;
}
.color_white {
    color: #fff;
}
.bg_whiteblue {
    background-color: #3f84e8;
}
.button, .button__white {
    box-sizing: border-box;
}
.button {
    font-weight: 600;
    padding: 11px 20px 10px 20px;
    font-size: 12px;
    text-decoration: none!important;
    border-radius: 24px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.button, .button__white {
    box-sizing: border-box;
}
.footer a {
    text-decoration: underline;
    color: #373e4a;
}

#supportNotification {
    display: none;
}
.table_default{
    width: 100%;
    font-size: 12px;
    color: #777;
    text-align: left;
}
.table_default__head{
    background: #f6f6f6!important;
    color: #777;
    width: 100%;
    height: 40px;
    text-align: left;
    border-bottom: 1px solid #f7f7f7!important;
}
.table_default tr td:first-child,
.table_default__head:first-child td:first-child{
    padding-left: 19px;
    text-align: left;
}
.table_default__head td{
    height: 40px!important;
    text-align: center;
    vertical-align: middle;
}
.table_default tr td{
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 56px;
    padding-top: 4px;
}
.table_default tr:last-child{
    border-bottom: 0 solid;
}
.table_default tr{
    border-bottom: 1px solid #f8f8f8;
}
.table_default tr:hover{
    background: #fbfbfb;
}
.table_default tr:hover span,
.table_default tr:hover .tag.inline{
    display: inline-block;
    border-bottom: 1px dashed #777;
}
.table_default tr:hover span{
    margin-bottom: -2px;
}

.modal_active
{
    overflow: hidden;

    width: 100%;
}
.modal-wrapper
{
    position: absolute;
    z-index: 9999;

    display: none;

    width: 100%;
    height: 100%;
}
.modal-wrapper .modal__bg
{
    position: fixed;

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    cursor: pointer;

    background: rgba(0, 0, 0, .7);
}
.modal-wrapper .modal-block
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;

    width: 490px;
    margin: auto;
    padding: 29px 50px 59px 50px;

    background: #fff;
}
.modal-wrapper .modal-block .title
{
    font-weight: bold;

    padding-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #444;
}
.modal-wrapper .modal-block .history_block,
.modal-wrapper .modal-block .favorite-block
{
    color: #555;
}
.modal-wrapper .modal-block .history_block b,
.modal-wrapper .modal-block .favorite-block b
{
    color: #444;
}
.modal-wrapper .modal-block .history_block .history_item
{
    position: relative;

    margin-top: 21px;
    padding-bottom: 21px;
    padding-left: 37px;

    border-bottom: 1px solid #f6f6f6;
}
.modal-wrapper .modal-block .history_block .history_item:first-child
{
    margin-top: 0;
}
.modal-wrapper .modal-block .history_block .history_item:after
{
    position: absolute;
    top: 3px;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;
    margin: auto;

    content: '';

    background: url(../file/images/sprite_ico_2.png) left top;
    background-size: 25px;
}
.modal-wrapper .modal-block .history_block .history_item.rbcs:after
{
    background-position: 0 0;
}
.modal-wrapper .modal-block .history_block .history_item.fllwr:after
{
    background-position: 0 -40px;
}
.modal-wrapper .modal-block .history_block .history_item.admin:after
{
    background-position: 0 -80px;
}
.modal-wrapper .modal-block .history_block .time
{
    font-size: 13px;
    font-weight: 200;

    color: #999;
}
.modal-wrapper .modal-block .favorite-block
{
    margin-top: -13px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger
{
    font-weight: 200;

    position: relative;

    float: left;

    width: 186px;
    width: 100%;
    margin-bottom: 22px;

    color: #4c4c4c;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar,
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about
{
    float: left;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar
{
    margin-right: 12px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .avatar img
{
    width: 40px;
    height: 40px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about .name
{
    font-size: 17px;

    margin-bottom: -2px;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .about .usr-name
{
    font-size: 14.6px;
    font-weight: 600;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .edit-button
{
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;

    color: #777;
    border-bottom: 1px dashed #777;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove div
{
    opacity: .4;
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger .edit-button:before
{
    content: attr(data-remove);
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove .edit-button:before
{
    content: attr(data-return);
}
.modal-wrapper .modal-block .favorite-blogger-block .favorite-blogger.remove .edit-button
{
    opacity: 1;
}
/**modal fix start*/
body.modal-open .container,
body.modal-open .container-wrapper{
    position: static;
}
/**modAL fix end*/
.drop-button-block .drop-button, .drop-button {
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
    box-sizing: border-box;
    height: 30px;
    padding: 4px 39px 8px 21px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #3c6fba;
    border-radius: 2px;
    background: url(/images/arrow-drop.png) right 21px top -11px no-repeat #3c6fba;
    background-size: 10px;
}
