@charset "utf-8";
@import url("/css/reset.css");
@import url("//fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic");

/*BEGIN .*/
/*END .*/
/*BEGIN .wrapper*/
.wrapper {
    height: 100%;
    background: url(/images/body-bg.jpg) repeat-x 0 0;
}

.container {
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*END .wrapper*/

/*BEGIN .header*/
.header {
    padding-bottom: 20px;
}

.header .top {
    height: 38px;
    background: #d0d0d0 url(/images/login-top-bg.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
    position: relative;
    z-index: 2;
}

.header .left {
    height: 38px;
    float: left;
}

.header .logo {
    float: left;
    padding-left: 10px;
    margin-right: 13px;
}

.header .nav {
    float: left;
}

.header .nav ul {
    height: 38px;
}

.header .nav ul li {
    float: left;
    height: 38px;
    position: relative;
}

.header .nav ul li:hover .sub {
    display: block;
}

.header .nav ul li .sub {
    position: absolute;
    padding-top: 15px;
    display: none;
    white-space: nowrap;
}

.header .nav ul li .sub .arrow {
    height: 10px;
    position: absolute;
    left: 29px;
    margin-left: -10px;
    top: 5px;
    width: 20px;
    background: url(/images/login-sub-arrow.png) no-repeat 0 0;
}

.header .nav ul li .sub ul {
    background: url(/images/login-sub-bg.png) repeat 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 7px 0;
    height: auto;
}

.header .nav ul li .sub li {
    float: none;
    height: auto;
}

.header .nav ul li .sub li:hover {
    background: url(/images/login-sub-hover.png) repeat 0 0;
}

.header .nav ul li .sub li.line {
    border-bottom: 1px solid #7b7b7b;
}

.header .nav ul li:hover li a {
    border: 0;
}

.header .nav ul li .sub li a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 13px;
    line-height: 32px;
    background: none;
    height: 32px;
    text-align: left;
    text-shadow: none;
    padding-left: 28px;
    display: block;
    width: auto;
    padding-right: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .nav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    text-shadow: #ebebeb 1px 1px 0;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    top: -1px;
    padding-right: 10px;
}

.header .nav ul li span {
    display: block;
    height: 40px;
    padding: 0 14px 0 24px;
}

.header .nav ul li:hover a {
    background: #d0d0d0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.header .nav ul li a:active {
    background: #c0c0c0;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .nav ul li.active a {
    background: #c0c0c0;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .nav ul li a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .right {
    padding-right: 6px;
    float: right;
    height: 38px;
}

.header .user {
    float: left;
}

.header .user a {
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    top: -1px;
    padding-right: 10px;
    text-decoration: none;
    padding-left: 31px;
    text-shadow: #ebebeb 1px 1px 0;
    color: #5d5d5d;
    background: url(/images/user-icon.png) no-repeat 10px 50%;
    display: block;
    height: 40px;
}

.header .user a:hover {
    background-color: #d0d0d0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.header .user a:active {
    background-color: #c0c0c0;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .exit {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    top: -1px;
}

.header .exit a {
    display: block;
    background: url(/images/exit.png) no-repeat 50% 50%;
    width: 40px;
    height: 40px;
}

/*END .header*/

/*BEGIN .main*/
.block {
    border: 1px solid #d2d2d2;
    background: #f5f5f5;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
}

.block .border {
    border: 1px solid #fafafa;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 0 8px 8px;
}

.block .cont {
    border: 1px solid #ededed;
    background: #fff;
    padding-left: 20px;
    overflow: hidden;
}

.breadcrumbs {
    height: 28px;
    overflow: hidden
}

.breadcrumbs ul {
    padding-bottom: 2px;
    height: 29px;
    padding-left: 18px;
    line-height: 29px;
    position: relative;
    top: -1px;
}

.breadcrumbs li {
    float: left;
    font-size: 13px;
    background: url(/images/breadcrumbs-bg.png) no-repeat 100% 0;
    padding: 0 34px 0 6px;
}

.breadcrumbs li.inactive {
    text-shadow: 1px 1px 0 white;
    color: #808080;
}

.breadcrumbs a {
    color: #333;
    display: block;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.main {
    padding-right: 20px;
}

.main .title-big {
    padding-top: 26px;
    padding-bottom: 18px;
}

.main .title-big h2 {
    color: #6f6f6f;
    font-size: 32px;
    font-weight: 400;
}

.gray-block {
    border: 1px solid #e0dcce;
    background: #f6f5f3;
    padding: 10px 20px;
}

.score-block {
    overflow: hidden;
}

.score-block label {
    float: left;
    color: #8a8a89;
    font-size: 16px;
    margin-right: 14px;
    line-height: 30px;
}

.main .title-medium {
    padding: 17px 0 17px;
}

.main .title-medium h3 {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
}

.main .table-block table {
    width: 100%;
    border: 1px solid #E0DCCE;
}

.main .table-block th {
    border: 1px solid #e0dcce;
    padding: 14px 15px;
    font-size: 11px;
    color: #4d4d4d;
    background: #ebe9e3 url(/images/table-th-bg.png) repeat-x 0 0;
    text-align: center;
}

.main .table-block td .number {
    white-space: nowrap;
}

.main .table-block th a.sort-link, .main .table-block th a.sort-link:visited, .main .table-block th a.sort-link:hover {
    font-size: 11px;
    color: #4d4d4d;
    text-decoration: none;
    vertical-align: middle;

}

.main .table-block th a.desc {
    color: #4D4D4D;
    text-decoration: none;
    padding-right: 14px;
    background: url(/images/table-arrow-down.png) no-repeat 100% 0;
}

.main .table-block th a.asc {
    color: #4D4D4D;
    text-decoration: none;
    padding-right: 14px;
    background: url(/images/table-arrow-up.png) no-repeat 100% 0;
}

.main .table-block td {
    border-left: 1px solid #e0dcce;
    padding: 14px 15px;
    font-size: 13px;
    max-width: 1000px !important;
}

.main .table-block td.button-column {
    width: 15px;
}

.main .table-block td.status {
    width: 70px;
}

.main .table-block td.balance {
    width: 100px;
}

.main .table-block td.id {
    width: 25px;
}

.main .table-block tr.filters {
    background: #F2F2F2;
}

.main .table-block tr.filters td {
    padding: 0;
}

.main .table-block tr.filters td .filter_block {
    margin: 2px;
    border: 1px solid #ADADAD;
}

.main .table-block tr.filters td input.id_filter {
    width: 50px;
    height: 25px;
}

.main .table-block tr.filters td input {
    border: 0;
    width: 100%;
    height: 25px;
}

.main .table-block tr.filters td select {
    border: 0;
    width: 100%;
    height: 25px;
}

.main .table-block td.fio {
    padding: 0;
}

.main .table-block td.date {
    width: 65px;
}

.edit_link {
    color: #009fe6;
    text-decoration: underline;
    word-wrap: break-word;
    max-width: 440px;
}

.main .table-block td.edit_link {
    color: #0000FF;
    text-decoration: underline;
    padding: 14px 15px;
}

.main .table-block td.last {
    border-right: 1px solid #e0dcce;
}

.main .table-block tr.even {
    background: #efede8;
}

.main .table-block tr.last td {
    border-bottom: 1px solid #e0dcce;
}

.main .table-block th a.arrow {
    color: #4d4d4d;
    text-decoration: none;
    padding-right: 14px;
    background: url(/images/table-arrow.png) no-repeat 100% 0;
}

.main .table-block th a.arrow.up {
    background-position: 100% -14px;
}

.main .table-block td .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    width: 40px;
    height: 40px;
    background: #e2dfd7;
}

.main .table-block tr:hover td {
    background: #ecf8e4;
}

.btn-gray {
    text-align: center;
}

.btn-gray.left {
    text-align: left;
}

.main .table-block td .btn-gray a:hover {
    text-decoration: none;
}

.btn-gray a {
    height: 22px;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #dbd8d8;
    -webkit-box-shadow: 0 0 5px #dbd8d8;
    box-shadow: 0 0 5px #dbd8d8;
    line-height: 22px;
    text-decoration: none;
    color: #333;
    background: url(/images/btn-gray-bg.png) repeat-x 0 0;
}

.btn-gray a:hover {
    background-position: 0 -22px;
    border: 1px solid #cbcbcb;
}

.btn-gray a:active {
    background-position: 0 -44px;
    border: 1px solid #8f8f8f;
}

.main .table-block td a {
    color: #333;
    text-decoration: none;
}

.main .table-block td a:hover {
    text-decoration: underline;
}

.main .sum-block {
    border: 1px solid #b5dc9e;
    background: #f5fdef;
    padding: 10px 26px;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.main .flash-success {
    border: 1px solid #b5dc9e;
    background: #f5fdef;
    padding: 10px 26px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.main .text-block h3 {
    font-weight: 400;
    color: #797979;
    font-size: 20px;
    padding-bottom: 5px;
}

.main .text-block ol {
    list-style: decimal;
    padding-left: 15px;
}

.main .text-block ul {
    list-style: circle;
    padding-left: 15px;
}

.main .text-block ul ul {
    list-style: square;
    padding-left: 15px;
}

.main .text-block h4 {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    padding-bottom: 5px;
}

.main .text-block {
    color: #333;
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
}

.main .text-block ul {
    list-style: disc inside;
}

.main .text-block .item {
    padding-bottom: 25px;
}

.main .text-block .col {
    width: 450px;
    float: left;
}

.main .text-block .col.last {
    padding-left: 18px;
}

.pager-block {
    height: 25px;
    line-height: 25px;
    padding: 5px 0;
}

.pager-block .left {
    float: left;
}

.pager-block .right {
    float: right;
}

.pager-block ul {
    height: 25px;
}

.pager-block li {
    float: left;
    font-size: 13px;
    color: #333;
}

.pager-block .left li:first-child {
    padding-left: 0;
}

.pager-block .right li:last-child {
    padding-right: 0;
}

.pager-block li a:hover {
    text-decoration: underline;
    color: #ff4b19;
}

.pager-block li.selected a {
    color: #6f6f6f;
    text-decoration: none;
}

.pager-block .left li {
    padding: 0 11px;
}

.pager-block .right li {
    padding: 0 6px;
}

.taber-block .tab .content h4 {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.taber-block .tab .content ul {
    list-style: disc inside;
    color: #6f6f6f;
    line-height: 24px;
}

.taber-block .tab .content ul span {
    color: #333;
}

.taber-block .taber-body {
    padding-top: 20px;
}

.taber-block .taber-head ul {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #c7c7c7;
}

.taber-block .taber-head li {
    float: left;
    margin-right: 5px;
}

.taber-block .taber-head li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    min-width: 90px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    height: 28px;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-box-shadow: 0 0 5px #dbd8d8;
    -webkit-box-shadow: 0 0 5px #dbd8d8;
    box-shadow: 0 0 5px #dbd8d8;
    background: #d0d0d0 url(/images/login-top-bg.png) repeat-x 0 0;
    position: relative;
}

.taber-block .taber-head li.active a,
.taber-block .taber-head li.active a:hover {
    background: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 29px;
}

.taber-block .taber-head li a:hover {
    background: url(/images/hover-gray-bg.png) repeat-x 0 0;
}

.yellow-block {
    border: 1px solid #dcd59e;
    padding: 0 25px 25px;
    background: #fffce6;
    line-height: 24px;
    color: #333;
    font-size: 13px;
    overflow: hidden;
}

.yellow-block.wide-block {
    padding: 20px 25px 25px;
}

.yellow-block.top-block {
    margin-bottom: 16px;
}

.yellow-block.merchant {
    margin-bottom: 10px;
}

.yellow-block .col {
    float: left;
    width: 400px;
}

.yellow-block .col.last {
    padding-left: 50px;
}

.main .yellow-block .title-medium h3 {
    background: url(/images/info-icon.png) no-repeat 0 50%;
    padding-left: 25px;
}

.check-block {
    padding: 20px 0;
}

.check-block .check-title,
.check-block .check-title span {
    background: url(/images/check-title-bg.png) no-repeat 0 0;
    height: 21px;
    display: block;
}

.check-block .check-title {
    padding-right: 11px;
    background-position: 100% -21px;
}

.check-block .check-title span {
    padding: 6px 8px 0 15px;
    line-height: 11px;
    font-weight: 700;
}

.check-block .row.even .check-title {
    background-position: 100% -63px;
}

.check-block .row.even .check-title span {
    background-position: 0 -42px;
}

.check-block .row {
    border: 1px solid #e0dcce;
    border-bottom: 0;
    background: #f6f5f3;
    position: relative;
    padding-bottom: 31px;
}

.check-block .row.last {
    border-bottom: 1px solid #e0dcce;
}

.check-block .row .item {
    overflow: hidden;
    margin-top: 15px;
}


.check-block .row .item.profile {
    border-bottom: 1px solid white;
    margin: 5px 100px;
}

.check-block .row .item.btn.profile {
    float: left;
    margin: 0px 0px;
    padding: 0;
}

.check-block .row .item.profile.successPay {
    padding-top: 15px;
}

.check-block .row .item.profile .item.btn.profile {
    float: right;
    padding: 0;
    margin-top: -4px;
}
.payment-block {
    display: flex;
}
.payment-block .currency-block {
    display: flex;
    width: 275px;
    margin-left: 125px;
}

.payment-block .currency-block.minAmount {
    margin-left: 153px;
    width: initial;
}

.payment-block .currency-block.minAmount .item.currency {
    margin-right: 17px;
    width: 75px;
}

.payment-block .currency-block.minAmount.big {
    width: 360px;
    margin-left: 65px;
}

.payment-block .currency-block .item {
    margin-left: 30px;
}

.payment-block .currency-block.big .item {
    margin-left: 30px;
}

.check-block .row .item .item.btn.profile input {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
    position: relative;
    width: 206px;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    text-shadow: #e0e0e0 0 1px 1px 0;
    color: #333;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.check-block .row .item.profile .item.btn.profile input:hover {
    background-position: 0 -38px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #bababa;;
}

.check-block .row .item.profile .item.btn.profile input:active {
    background-position: 0 -76px;
    border-top: 1px solid #868686;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #acacac;
}

.main .btn-block {
    text-align: center;
    color: #333;
    font-size: 13px;
    padding-bottom: 20px;
}

.main .btn-block.template {
    overflow: hidden;
}

.main .btn-block .top {
    height: 20px;
}

.main .btn-block .top input {
    vertical-align: bottom;
}

.main .btn-block .top a:hover {
    text-decoration: underline;
    color: #ff4b19;
}

.main .ch-btn-block.tests {
    margin-left: 310px;
    float:left;

}

.main .ch-btn-block.save {
    float:left;
    margin-left: 100px;
}

.main .ch-btn-block input {
    cursor: pointer;
    height: 38px;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px #DBD8D8;
    -webkit-box-shadow: 0 2px 4px #DBD8D8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 0 34px;
    margin-top: 15px;
    color: #333;
    text-shadow: 1px 1px 0 #EBEBEB;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
}

.main .ch-btn-block input.createOffer {
    color: #ffffff;
    border-top: 1px solid #a2c826;
    border-bottom: 1px solid #759a14;
    border-left: 1px solid #8fb41e;
    border-right: 1px solid #8fb41e;
    background: #a5ca26 url(/images/btn-green.png) repeat-x 0 0;
    -moz-box-shadow: 0 0 10px #f5f5f5;
    -webkit-box-shadow: 0 0 10px #f5f5f5;
    box-shadow: 0 0 10px #f5f5f5;
}

.main .ch-btn-block input.createOffer:hover {
    cursor: default;
    background: #b9d552 url(/images/btn-green-hover.png) repeat-x 0 0;
    border-top: 1px solid #a2c826;
    border-bottom: 1px solid #759a14;
    border-left: 1px solid #8fb41e;
    border-right: 1px solid #8fb41e;
}

.main .ch-btn-block input.createOffer:active {
    background: #8bb71d url(/images/btn-green-active.png) repeat-x 0 0;
    border-top: 1px solid #6a8c12;
    border-bottom: 1px solid #6c8f12;
    border-left: 1px solid #6c8f12;
    border-right: 1px solid #6c8f12;
}

.main .ch-btn-block input.closeOffer {
    color: #ffffff;
    border-top: 1px solid #cf6e21;
    border-bottom: 1px solid #963a13;
    border-left: 1px solid #b5561a;
    border-right: 1px solid #b5561a;
    background: #cf6f21 url(/images/btn-red.png) repeat-x 0 0;
    -moz-box-shadow: 0 0 10px #f5f5f5;
    -webkit-box-shadow: 0 0 10px #f5f5f5;
    box-shadow: 0 0 10px #f5f5f5;
}

.main .ch-btn-block input.closeOffer:hover {
    cursor: default;
    background: #d98c4d url(/images/btn-red-hover.png) repeat-x 0 0;
    border-top: 1px solid #cf6e21;
    border-bottom: 1px solid #963a13;
    border-left: 1px solid #b5561a;
    border-right: 1px solid #b5561a;
}

.main .ch-btn-block input.closeOffer:active {
    background: #bc581b url(/images/btn-red-active.png) repeat-x 0 0;
    border-top: 1px solid #863412;
    border-bottom: 1px solid #8a3512;
    border-left: 1px solid #8a3512;
    border-right: 1px solid #8a3512;
}

.main .ch-btn-block.pay input {
    color: #ffffff;
    border-top: 1px solid #a2c826;
    border-bottom: 1px solid #759a14;
    border-left: 1px solid #8fb41e;
    border-right: 1px solid #8fb41e;
    background: #a5ca26 url(/images/btn-green.png) repeat-x 0 0;
    -moz-box-shadow: 0 0 10px #f5f5f5;
    -webkit-box-shadow: 0 0 10px #f5f5f5;
    box-shadow: 0 0 10px #f5f5f5;
}
.main .ch-btn-block.pay input:hover {
    cursor: default;
    background: #b9d552 url(/images/btn-green-hover.png) repeat-x 0 0;
    border-top: 1px solid #a2c826;
    border-bottom: 1px solid #759a14;
    border-left: 1px solid #8fb41e;
    border-right: 1px solid #8fb41e;
}

.main .ch-btn-block.pay input:active {
    background: #8bb71d url(/images/btn-green-active.png) repeat-x 0 0;
    border-top: 1px solid #6a8c12;
    border-bottom: 1px solid #6c8f12;
    border-left: 1px solid #6c8f12;
    border-right: 1px solid #6c8f12;
}

.main .ch-btn-block.create input {
    margin-top: 0;
    margin-bottom: 25px;
}

.main .ch-btn-block.account_attach input {
    margin-top: 0;
    margin-bottom: 15px;
}

.main .ch-btn-block input.disabled {
    opacity: 0.5;
}

.main .ch-btn-block input:hover {
    background-position: 0 -38px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #bababa;
}

.main .ch-btn-block input.disabled:hover {
    cursor: default;
    background-position: 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

.main .ch-btn-block input:active {
    background-position: 0 -76px;
    border-top: 1px solid #868686;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #acacac;
}

.main .ch-btn-block input.active {
    background-position: 0 -76px;
    border-top: 1px solid #868686;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #acacac;
}

.main .error-block {
    border: 1px solid #dca39e;
    margin-bottom: 10px;
    background: #fdefef;
    padding: 12px 24px;
    color: #ff0000;
    font-size: 13px;
}

.main .success-block {
    border: 1px solid #b5dc9e;
    background: #f5fdef;
    padding: 12px 24px;
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.main .error-block p {
    background: url(/images/error-icon.png) no-repeat 0 0;
    padding: 2px 0 2px 26px;
}

.check-block .row .item label {
    display: block;
    width: 226px;
    float: left;
    height: 25px;
    text-align: right;
    color: #333;
    font-size: 13px;
    line-height: 100%;
    margin-right: 25px;
    vertical-align: top;
    margin-top: 8px;
}

.check-block .row .item label:first-child {
    padding-left: 10px;
    box-sizing: border-box;
}

.check-block .row .item .input-block label {
    padding-left: 0px;
}

.payment-block .currency-block .item.currency {
    width: 30%;
    margin: auto;
    padding-top: 18px;
}

.payment-block .currency-block.big .item.currency {
    width: 25%;
    margin: auto;
    padding-top: 18px;
}

.payment-block .currency-block .item.currency label {
    line-height: 15px;
}

.payment-block .currency-block .item label {
    width: 30%;
}

.check-block .row .item .input-block label {
    width: 600px;
}

.check-block .row .item.settings.row-with-centering {
    position: relative;
    margin-top: 18px;
    display: flex;
}

.check-block .row .item.settings.row-with-centering.big {
    margin-bottom: 5px;
}

.check-block .row .item.vertical-center{
    display: flex;
    align-items: center;
}

.check-block .row .item label .Question {
    margin-top: -3px;
}

.item.currency .input-block.check  input{
    margin-top: 6px;
}

.check-block .row .item.settings.row-with-centering label {
    word-wrap: break-word;
    position: static;
    margin: auto 0 auto 0;
    padding: 5px 0px 5px 0px;
}

.check-block .row .item.settings.row-with-centering label:first-child {
    padding-left: 10px;
    box-sizing: border-box;
}

.check-block .row .item .input label {
    padding-left: 0px;
}

.check-block .row .item.settings.row-with-centering .input-block label {
    padding-left: 0px;
}

.check-block .row .item.settings.row-with-centering .input-block.doc {
    height: 420px;
}

.check-block .row .file input {
    width: 100%;
}

.check-block .row .name-doc input {
    width: 640px;
}

.check-block .row .item.settings.row-with-centering .input-block.file {
    width: 270px;
}


.check-block .row .item.settings.row-with-centering.without-image label {
    margin-right: 25px;
}

.check-block .row .item.settings.row-with-centering.valign-center {
    align-items: center;
}

.check-block .row .item.settings label {
    height: auto;
    display: block;
    width: 226px;
    float: left;
    line-height: 20px;
    text-align: right;
    color: #333;
    font-size: 13px;
    margin-right: 25px;
    vertical-align: top;
    margin-top: 3px;
}

.check-block .row .item.images {
    width: 750px;
    height: auto;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-size: 13px;
    margin-right: 70px;
    margin-left: 250px;
}

.check-block .row .item label.edit {
    width: 150px;
}

.check-block .row .item label.test {
    margin-top: 5px;
    height: 28px;
}

.check-block .row .item.profile label {
    text-align: left;
    color: #696969;
    padding-left: 20px;
}

.check-block .row .item.requisites label {
    color: #696969;
}

.check-block .row .item label.captcha {
    height: 40px;
}

.check-block .row .item label.captcha img#captcha_image {
    max-height: 38px;
    border: 1px solid #b1b1b1;
}

.check-block .row .item label.captcha img.refresh {
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    border: 0;
}

.check-block .row .item .input-block {
    float: left;
    height: 30px;
    position: relative;
}

.check-block .row .item .input-block.not-float {
    float: none;
}

.check-block .row .item .logo {
    height: 38px;
}

.check-block .row .item .logoForEmail {
    height: auto;
}

.check-block .row .item .doc-link {
    float: left;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}

.check-block .row .item .test-message {
    float: left;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    position: relative;
}

.check-block .row .item .input-block.text-area {
    float: left;
    height: 125px;
    position: relative;
}

.imperavi-redactor-dropdown {
    position: absolute;
    padding: 0;
    max-width: 250px;
    max-height: 254px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    line-height: 1.6em;
}
.redactor-toolbar .imperavi-redactor-dropdown a{
    display: block;
    text-align: left;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.check-block .row .item .input-block.text-area.imperavi {
    height: 420px;
    width: 570px;
}
.check-block .row .item .input-block.payments_methods {
    height: 200px;
    width: 415px;
}

.check-block .row .item .input-block.text-area.description {
    height: 420px;
    width: 420px;
}

.input-block.text-area.imperavi{
    z-index: 1;
}

.check-block .row .item .input-block.text-area.imperavi .redactor_box {
    height: 400px;
}

.check-block .row .item .input-block.text-area.imperavi .redactor_box .redactor_.redactor_editor {
    height: 350px;
}

.check-block .row .item .input-block.text-area.imperavi-short {
    height: 220px;
    width: 570px;
}

.check-block .row .item .input-block.text-area.imperavi-short .redactor_box {
    height: 200px;
}

.check-block .row .item .input-block.text-area.imperavi-short .redactor_box .redactor_.redactor_editor {
    height: 180px;
}

.check-block .row .item .input-block.doc {
    height: 420px;
    width: 640px;
}

.check-block .row .item .input-block.doc.min {
    height: 100%;
}

.check-block .row .item .input-block.profile {
    line-height: 30px;
}

.check-block .row .item .input-block.banner {
    height: auto;
    width: auto;
}

.button_print {
    padding-left: 30px;
}

.check-block .row .item .requisites {
    display: block;
    line-height: 15px;
    height: 100%;
}

.check-block .row .item .input-block.small input {
    width: 127px;
}

.check-block .row .input-block input {
    border: 1px solid #b1b1b1;
    height: 20px;
    line-height: 20px;
    width: 394px;
    padding: 4px 10px;
    outline: none;
    background: #fff;
    color: #333;
}

.button {
    color: #333;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.button:disabled {
    opacity: 0.5;
}
.button:not([disabled]) {
    cursor: pointer;
}
.button:hover:not([disabled]) {
    background-position: 0 -38px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #bababa;
}

.addGroupButtonBlock.ch-btn-block {
    margin: 36px 0 5px 0;
    text-align: center;
}
.addGroupButtonBlock.ch-btn-block button {
    width: 150px;
    height: 30px;
}
.addGroupButtonBlock.ch-btn-block button img {
    margin-right: 3px;
}

.info-block.image-question-with-centering, .info-block.image-exclamation-with-centering {
    float: left;
    width: 21px;
    height: 20px;
    margin-right: 4px;
    position: static;
}

.info-block.image-question-with-centering .Question {
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
}
.info-block.image-question-with-centering .descriptionQuestion {
    top: 5px;
    margin:0;
}
.info-block.image-question-with-centering .QuestionRight {
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
}

.info-block.image-question-with-centering .QuestionRight {
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
}

.input-block.file.qqupload {
    height: auto !important;
}

.check-block .row .item.settings.row-with-centering .input-block.qqupload {
    height: 30px;
}

.check-block .row .check input {
    width: 15px;
    margin-top: 7px;
}

.check-block .row .item.settings.row-with-centering .input-block {
    position: static;
    height: auto;
}

.check-block .row .item.settings.row-with-centering .input-block.input-block.text-area.imperavi {
    height: 420px;
}

.check-block .row .item.settings.row-with-centering .input-block.file .banner-delete {
    margin-left: 285px;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
}

.item .banner-delete {
    margin-left: 420px !important;
}

.check-block .row .input-with-centering.file input {
    width: auto;
}

.input-block.input-with-centering {
    display: inline-flex;
}

.input-block.input-with-centering .error-message {
    width: 100%;
    color: #ff0000;
    margin-top: 5px;
}

.input-block.check.input-with-centering.marginRight {
    margin-right: 5px;
}

.check-block .row .item.settings.row-with-centering.close-tiket label {
    width: 135px;
}

.check-block .row .check.input-with-centering input {
    height: 15px;
}

.check-block .row .item.settings.row-with-centering .input-block select {
    top: 0;
    bottom: 0;
    margin: auto;
}

.check-block .row .input-with-centering input {
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
}

.banner-title i {
    color: #939393;
}

.check-block .row .input-block textarea {
    border: 1px solid #b1b1b1;
    height: calc(100% - 10px) !important;
    resize: none;
    width: 550px;
    padding: 4px 10px;
    outline: none;
    background: #fff;
    color: #333;
}
.check-block .methods textarea {
    border: 1px solid #b1b1b1;
    height: 100px !important;
    width: 394px;
    max-width: 394px;
    padding: 4px 10px;
    outline: none;
    background: #fff;
    color: #333;
}

.check-block .row .input-block textarea template {
    width: 416px;
}

.check-block .row .doc textarea {
    padding: 0;
    height: 390px;
    width: 414px;
}

.check-block .row .doc.min textarea {
    height: 100px;
}

.check-block .row .doc iframe {
    border: 1px solid #b1b1b1;
    background: #fff;
    color: #333;
}

.check-block .row .input-block input.captcha {
    width: 71px;
    height: 30px;
}

.check-block .row .input-block input.payment-method-name {
    width: 274px;
}

.check-block .row .success input {
    border: 1px solid limeGreen;
}

.check-block .row .errorMessage {
    margin-top: 8px;
    color: #ff0000;
}

.check-block .row .test input {
    cursor: pointer;
    height: 25px;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
    position: relative;
    padding: 0 34px;
    color: #333;
    text-shadow: #e1e1e1 0 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.check-block .row .test input:hover {
    background-position: 0 -38px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #bababa;
}

.check-block .row .test input:active {
    background-position: 0 -76px;
    border-top: 1px solid #868686;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #acacac;
}

.check-block .row .input-block.medium input {
    width: 208px;
}

.check-block .row table {
    width: 100%;
}

.check-block .row th {
    color: #333;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.check-block .row th:first-child,
.check-block .row td:first-child {
    padding-left: 21px;
}

.check-block .row td {
    padding: 1px;
}

.check-block .row th {

    vertical-align: middle;
}

.check-block .row td .close {
    width: 14px;
    height: 14px;
}

.check-block .row td .close a {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/images/close.png) no-repeat 0 0;
}

.check-block .row .item select {
    border: 1px solid #adadad;
    height: 30px;
    width: 416px;
    float: left;
    padding: 5px;
}

.check-block .row .item select.settings {
    width: 662px;
}


.score-block select {
    border: 1px solid #adadad;
    height: 30px;
    width: 149px;
    float: left;
    padding: 5px;
}

.documents select {
    width: 416px;
}

.check-block .row .input-block input:focus {
    border: 1px solid #a4c98b;
}

.check-block .row .input-block textarea:focus {
    border: 1px solid #a4c98b;
}

.check-block .row .item .input-block .checked-arrow {
    width: 17px;
    height: 16px;
    position: absolute;
    right: -24px;
    top: 7px;
    line-height: 16px;
}

.check-block .row .item .input-block .checked-arrow.text li {
    width: auto;
    right: 30px;
    top: -2px;
}

.check-block .row .item .input-block.success .checked-arrow {
    background: url(/images/checked-arrow.png) no-repeat 0 1px;
}

.check-block .row .item .input-block.error .checked-arrow {
    background: url(/images/error-icon.png) no-repeat 0 0;
}
.check-block .row .item.logoMerchant .input-block.error .checked-arrow {
    background: none;
}

.check-block .row .input-block.error input {
    border: 1px solid #dda7a2;
    background: #fdefef;
}

.check-block .row .input-block select.error {
    border: 1px solid #dda7a2;
    background: #fdefef;
}

.check-block .row .input-block.error textarea {
    border: 1px solid #dda7a2;
    background: #fdefef;
}

.check-block .row .item .input-block .checked-arrow i,
.check-block .row .item .checked-arrow.text i
{
    position: relative;
    left: 25px;
    color: #939393;
    font-size: 13px;
    white-space: nowrap;
}

.check-block .row.even {
    background: #efede8;
}

.check-block .check-title {
    position: absolute;
    height: 20.5px;
    left: 21px;
    top: -21px;
}

.check-block .banner-title {
    position: relative;
    margin-top: 5px;
    margin-left: 250px;
    line-height: 1.2;
}

.check-block .banner-delete {
    position: absolute;
    margin-left: 30px;
    margin-top: 8px;
}

.centeredMargin {
    text-align: center;
    line-height: 80px;
}
.centeredMargin input{
    margin-right: 10px;
}
/*END .main*/

/*BEGIN footer.*/
.footer {
    /*height:51px;*/
    padding-top: 10px;
    width: 100%;
    color: #939393;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.footer .left {
    float: left;
}

.footer .copyright {
    padding-top: 21px;
    font-size: 13px;
}

.footer .right {
    float: right;
}

.footer .warning ul {
    overflow: hidden;
    padding-top: 23px;
    padding-bottom: 2px;
}

.footer .warning ul li {
    float: left;
    padding: 0 24px;
}

.footer .warning ul li.last {
    border-left: 1px solid #d7d7d7;
}

.footer .warning a:hover {
    color: #ff4b19;
    text-decoration: underline;
}

/*END .footer*/

/*BEGIN .login-block*/
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.login-block {
    margin-top: -60px;
    width: 560px;
    height: auto;
    z-index: 100;
}

.login-block .login-top {
    height: 38px;
    background: #d0d0d0 url(/images/login-top-bg.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
    position: relative;
    z-index: 2;
}

.login-block .login-top .left {
    float: left;
    padding-left: 10px;
}

.login-block .login-top .right {
    float: right;
    height: 38px;
    padding-right: 6px;
}

.login-block .login-top .lang,
.header .lang {
    float: left;
    width: 40px;
    position: relative;
}

.login-block .login-top .help {
    position: relative;
    top: -1px;
}

.login-block .login-top .help:hover {
    background: url(/images/lang-hover.png) no-repeat 0 0;
}

.login-block .login-top .help:active {
    background: url(/images/lang-hover1.png) no-repeat 0 0;
}

.login-block .login-top .lang:hover .sub,
.header .lang:hover .sub {
    display: block;
}

.login-block .login-top .lang a.active {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    top: -1px;
    font-size: 0;
    text-indent: -9999px;
}

.header .lang a.active {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    top: -1px;
    font-size: 0;
    text-indent: -9999px;
}

.header .help a:hover {
    background: #d0d0d0 url(/images/help-icon.png) no-repeat 50% 50%;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.header .help a:active {
    background: #c0c0c0 url(/images/help-icon.png) no-repeat 50% 50%;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .exit a:hover {
    background: #d0d0d0 url(/images/exit.png) no-repeat 50% 50%;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.header .exit a:active {
    background: #c0c0c0 url(/images/exit.png) no-repeat 50% 50%;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .lang a.active {
    position: relative;
}

.header .lang a.active:hover,
.login-block .login-top .lang a.active:hover {
    background-color: #d0d0d0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.header .lang a.active:active,
.login-block .login-top .lang a.active:active {
    background-color: #c0c0c0;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.header .lang a.active.ru {
    background-position: 0 0;
}

.header .lang a.active.ru:hover {
    background-position: 0 -1px;
}

.header .lang a.active.en {
    background-position: 0 -40px;
}

.header .lang a.active.en:hover {
    background-position: 0 -41px;
}

.header .lang a.active.de {
    background-position: 0 -80px;
}

.header .lang a.active.de:hover {
    background-position: 0 -81px;
}

.header .lang a.active.ar {
    background-position: 0 -120px;
}

.header .lang a.active.ar:hover {
    background-position: 0 -121px;
}

.header .lang a.active.fr {
    background-position: 0 -160px;
}

.header .lang a.active.fr:hover {
    background-position: 0 -161px;
}

.header .lang a.active.mn {
    background-position: 0 -200px;
}
.header .lang a.active.mn:hover {
    background-position: 0 -201px;
}
.header .lang a.active.pl {
    background-position: 0 -240px;
}
.header .lang a.active.pl:hover {
    background-position: 0 -241px;
}
.header .lang a.active.ka {
    background-position: 0 -280px;
}
.header .lang a.active.ka:hover {
    background-position: 0 -281px;
}
.header .lang a.active.cn {
    background-position: 0 -320px;
}
.header .lang a.active.cn:hover {
    background-position: 0 -321px;
}
.header .lang a.active.tw {
    background-position: 0 -360px;
}
.header .lang a.active.tw:hover {
    background-position: 0 -361px;
}
.header .lang a.active.es {
    background-position: 0 -400px;
}
.header .lang a.active.es:hover {
    background-position: 0 -401px;
}
.header .lang a.active.it {
    background-position: 0 -440px;
}
.header .lang a.active.it:hover {
    background-position: 0 -441px;
}
.header .lang a.active.se {
    background-position: 0 -480px;
}
.header .lang a.active.se:hover {
    background-position: 0 -481px;
}
.header .lang a.active.tr {
    background-position: 0 -520px;
}
.header .lang a.active.tr:hover {
    background-position: 0 -521px;
}
.login-block .login-top .lang a.active,
.header .lang a.active {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/images/lang-icons.png) no-repeat 0 0;
}

.login-block .login-top .lang a.active.ru {
    background-position: 0 0;
}

.login-block .login-top .lang a.active.ru:hover {
    background-position: 0 -1px;
}

.login-block .login-top .lang a.active.en {
    background-position: 0 -40px;
}

.login-block .login-top .lang a.active.en:hover {
    background-position: 0 -41px;
}

.login-block .login-top .lang a.active.de {
    background-position: 0 -80px;
}

.login-block .login-top .lang a.active.de:hover {
    background-position: 0 -81px;
}

.login-block .login-top .lang a.active.ar {
    background-position: 0 -120px;
}

.login-block .login-top .lang a.active.ar:hover {
    background-position: 0 -121px;
}

.login-block .login-top .lang a.active.fr {
    background-position: 0 -160px;
}

.login-block .login-top .lang a.active.fr:hover {
    background-position: 0 -161px;
}

.login-block .login-top .lang a.active.mn {
    background-position: 0 -200px;
}

.login-block .login-top .lang a.active.mn:hover {
    background-position: 0 -201px;
}

.login-block .login-top .lang a.active.pl {
    background-position: 0 -240px;
}
.login-block .login-top .lang a.active.pl:hover {
    background-position: 0 -241px;
}
.login-block .login-top .lang a.active.ka {
    background-position: 0 -280px;
}
.login-block .login-top .lang a.active.ka:hover {
    background-position: 0 -281px;
}
.login-block .login-top .lang a.active.cn {
    background-position: 0 -320px;
}
.login-block .login-top .lang a.active.cn:hover {
    background-position: 0 -321px;
}
.login-block .login-top .lang a.active.tw {
    background-position: 0 -360px;
}
.login-block .login-top .lang a.active.tw:hover {
    background-position: 0 -361px;
}
.login-block .login-top .lang a.active.es {
    background-position: 0 -400px;
}
.login-block .login-top .lang a.active.es:hover {
    background-position: 0 -401px;
}
.login-block .login-top .lang a.active.it {
    background-position: 0 -440px;
}
.login-block .login-top .lang a.active.it:hover {
    background-position: 0 -441px;
}
.login-block .login-top .lang a.active.se {
    background-position: 0 -480px;
}
.login-block .login-top .lang a.active.se:hover {
    background-position: 0 -481px;
}
.login-block .login-top .lang a.active.tr {
    background-position: 0 -520px;
}
.login-block .login-top .lang a.active.tr:hover {
    background-position: 0 -521px;
}
.login-block .login-top .lang a.active.id {
    background-position: 0 -80px;
}

.login-block .login-top .lang a.active.id:hover {
    background-position: 0 -81px;
}

.login-block .login-top .lang .sub,
.header .lang .sub {
    position: absolute;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    padding-top: 10px;
    display: none;
}

.login-block .login-top .lang .sub .arrow,
.header .lang .sub .arrow {
    height: 10px;
    position: absolute;
    left: 50px;
    top: 0;
    width: 20px;
    background: url(/images/login-sub-arrow.png) no-repeat 0 0;
}

.login-block .login-top .lang .sub ul,
.header .lang .sub ul {
    background: url(/images/login-sub-bg.png) repeat 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 7px 0;
}

.login-block .login-top .lang .sub li,
.header .lang .sub li {
    line-height: 30px;
}

.login-block .login-top .lang .sub li:hover,
.header .lang .sub li:hover {
    background: url(/images/login-sub-hover.png) repeat 0 0;
}

.login-block .login-top .lang .sub li a,
.header .lang .sub li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding-left: 40px;
    position: relative;
    display: block;
    height: 30px;
}

.login-block .login-top .lang .sub li img,
.header .lang .sub li img {
    position: absolute;
    left: 18px;
    top: 9px;
}

.login-block .login-top .help,
.header .help {
    float: left;
}

.header .help {
    position: relative;
    top: -1px;
}

.login-block .login-top .help a,
.header .help a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/images/help-icon.png) no-repeat 50% 50%;
}

.login-block .login-top .help a:hover {
    background-color: #d0d0d0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 38px;
    line-height: 38px;
    -moz-box-shadow: inset 0 0 5px 5px #c8c8c8;
    -webkit-box-shadow: inset 0 0 5px 5px #c8c8c8;
    box-shadow: inset 0 0 5px 5px #c8c8c8;
}

.login-block .login-top .help a:active {
    background-color: #c0c0c0;
    -moz-box-shadow: inset 0 0 5px 5px #ababab;
    -webkit-box-shadow: inset 0 0 5px 5px #ababab;
    box-shadow: inset 0 0 5px 5px #ababab;
}

.login-block .login-form {
    text-align: left;
    border: 1px solid #d2d2d2;
    background: #f5f5f5;
    margin-top: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
}

.login-block .login-form .border {
    border: 1px solid #fafafa;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
}

.login-block .login-form .cont {
    border: 1px solid #ededed;
    background: #fff;
    padding-left: 20px;
    overflow: hidden;
}

.login-block .login-form .title {
    padding: 17px 0;
}

.login-block .login-form .title h3 {
    color: #6f6f6f;
    font-size: 32px;
    font-weight: 400;
}

.login-block .login-form .form {
    float: left;
    width: 313px;
}

.login-block .login-form .form label {
    float: left;
    width: 77px;
    float: left;
    display: block;
    color: #333;
    font-size: 13px;
    text-align: right;
    line-height: 100%;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}

.login-block .login-form .form label.error {
    color: red;
}

.login-block .login-form .form .item {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.login-block .login-form .info {
    float: left;
    width: 195px;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    margin-top: -5px;
}

.login-block .login-form .info span.title {
    color: #009FE6;
    font-size: 16px;
    line-height: 24px;
}

.login-block .login-form .info span.content {
    display: block;
    line-height: 16px;
}

.login-block .login-form .form input.text {
    width: 186px;
    height: 20px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #adadad;
    float: left;
}

.login-block .login-form .form input.error {
    border: 1px solid red;
}

.login-block .login-form .form .item.checked input.text {
    border: 1px solid #9fc785;
}

.login-block .login-form .form .item.capcha label {
    line-height: 13px;
    padding-top: 5px;
}

.login-block .login-form .form .item.capcha input.text {
    padding: 9px 10px;
    width: 72px;
}

.login-block .login-form .form .item.capcha .img {
    float: left;
    background: #636363;
    width: 94px;
    height: 40px;
    margin-right: 20px;
}

.login-block .login-form .form .item .checked-arrow {
    display: none;
}

.login-block .login-form .form .item.checked .checked-arrow {
    width: 15px;
    height: 12px;
    background: url(/images/checked-arrow.png) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 13px;
    top: 8px;
}

.login-block .login-form .form .item.error {
    margin-left: 69px;
    border: 1px solid #dca39e;
    padding: 15px;
    background: #fdefef;
    color: #ff0000;
    width: 176px;
    font-size: 13px;
    line-height: 15px;
}

.login-block .login-form .form .item.btn {
    padding-top: 5px;
    position: relative;
    width: 208px;
    left: 69px;
}

.login-block .login-form .form .item.btn input {
    width: 206px;
    cursor: pointer;
    height: 28px;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px #DBD8D8;
    -webkit-box-shadow: 0 2px 4px #DBD8D8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 0 15px;
    color: #333;
    text-shadow: 1px 1px 0 #EBEBEB;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.login-block .login-form .form .item.btn.lost input {
    width: 102px;
    display: inline-block;
}

.login-block .login-form .form .item.btn input:hover {
    background-position: 0 -38px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #bababa;;
}

.login-block .login-form .form .item.btn input:active {
    background-position: 0 -76px;
    border-top: 1px solid #868686;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #acacac;
}

.login-block .login-form .info a {
    font-size: 16px;
    line-height: 24px;
}

.login-block .login-form .info a:hover {
    text-decoration: underline;
    color: #ff4b19;
}

.login-block .login-form .info li {
    padding-bottom: 12px;
}

.login-block .login-form .cont.auth-form {
    padding: 0;
}

.login-block .login-form .cont.auth-form p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: normal;
}

.login-block .login-form .cont.auth-form p.phone-number {
    font-size: 20px;
}

.login-block .login-form .cont.auth-form .auth-form-main {
    padding: 0 20px;
}

.login-block .login-form .form.form-fluid {
    float: none;
    width: 100%;
}

.login-block .login-form .form.form-fluid .form-group {
    margin-bottom: 20px;
}

.login-block .login-form .form.form-fluid label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

.login-block .login-form .form.form-fluid input.text,
.login-block .login-form .form.form-fluid .item.error {
    box-sizing: border-box;
    width: 100%;
}

.login-block .login-form .form.form-fluid input.text {
    display: block;
    float: none;
    height: 30px;
}

.login-block .login-form .form.form-fluid .item.error {
    margin: 0;
}

.login-block .login-form .cont.auth-form .auth-form-bottom {
    margin-bottom: 12px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f5f5;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #eaeaea;
}

.login-block .login-form .cont.auth-form .auth-form-bottom > p {
    margin-bottom: 0 !important;
}

table.documents_table td {
    padding: 1px 15px;
}

#grid_block {
    margin-top: 20px;
}

#to_translate {
    width: 830px;
    padding-left: 50px;
}

#translated {
    width: 830px;
    padding-left: 50px;
}

.input_translate {
    min-height: 30px;
    height: 100%;
    border: none;
    width: 100%;
}

.input_exchange_rates {
    min-height: 30px;
    height: 100%;
    width: 100%;
    padding: -14px -15px;
}

.input_exchange_rates_error {
    min-height: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid red;
    padding: -14px -15px;
}

.data_picker {
    height: 60px;
    width: 100px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

/*topic head*/
.dialog_block .topic {
    border-top: 1px solid #e0dcce;
    border-left: 1px solid #e0dcce;
    border-right: 1px solid #e0dcce;
    padding: 10px 10px 0 15px;
    /*height: 40px;*/
    width: auto;
    vertical-align: inherit;
    background: #ebe9e3;
}

.topic .title {
    font-size: 20px;
    word-wrap: break-word;
}

.topic .department {
    padding: 10px 0px;
    font-size: 13px;
}

/*topic head*/

/*topic messages*/
.dialog_block .message {
    background-position: 0 -76px;
    border-top: 1px solid #e0dcce;
    border-left: 1px solid #e0dcce;
    border-right: 1px solid #e0dcce;
    /*border-bottom:1px solid #e0dcce;*/
    height: auto;
    min-height: 100px;
    width: auto;
    font-size: 13px;
}

.dialog_block .message.last {
    border-bottom: 1px solid #e0dcce;
}

.dialog_block .message .info {
    border-right: 1px solid #e0dcce;
    width: 250px;
    height: 100%;
    min-height: 100px;
    font-size: 13px;
    color: #4d4d4d;
    float: left;
}

.dialog_block .message .info .sender {
    padding: 10px 10px 0 10px;
    font-size: 18px;
    word-break: break-word;
}

.dialog_block .message .info .login {
    padding: 10px 10px 0 12px;
}

.dialog_block .message .info .role {
    padding: 5px 10px 0 12px;
}

.dialog_block .message .info .date {
    padding: 25px 10px 10px 10px;
    font-size: 10px;
}

.dialog_block .message .text {
    float: left;
    margin-left: 15px;
    padding: 10px 5px 10px 15px;
    font-size: 13px;
    word-wrap: break-word;
    width: 620px;
}

.dialog_block .message .text .red {
    color: #ff4b19;
    font-weight: 700;
}

.dialog_block .message .text .green {
    color: #1cae1c;
    font-weight: 700;
}

.dialog_block .message .text .message_text {
    line-height: 20px;
}

.dialog_block .message .text .message_text p {
    white-space: normal;
}

/* стили списков */
.dialog_block .message .text .message_text ol {
    list-style: decimal;
}

.dialog_block .message .text .message_text ol ol{
    margin: 2px;
    padding-left: 1em;
}

.dialog_block .message .text .message_text ul {
    list-style: circle;
}

.dialog_block .message .text .message_text ul ul {
    list-style: square;
    margin: 2px;
    padding-left: 1em;
}

.dialog_block .message .text .message_files {
    float: left;
    padding: 15px 5px 0px 0px;
    font-size: 13px;
    width: 100%;
}

.dialog_block .message .text .message_files li {
    padding: 3px 0px;
}

/*topic messages*/
.dialog_block .row {
    padding: 0px 15px;
}

.dialog_block .row h2 {
    padding-bottom: 15px;
    padding-top: 5px;
}

.dialog_block .row .item .input-block.text-area.imperavi {
    height: 380px;
    width: 886px;
}

.dialog_block .row .item .input-block.text-area.imperavi .redactor_.redactor_editor {
    height: 130px !important;
}

.dialog_block .row .item .input-block.text-area.imperavi .redactor_box {
    height: 180px !important;
}

.dialog_block .row .item .uploadFilesButton {
    text-align: left;
    width: 25px;
}

#dialog_messages .dialog_block .row .item .uploadFilesButton.dialogMessages {
    margin-right: 40px;
    margin-bottom: 20px;
}

.clear_block {
    clear: both;
}

.dialog_block .row .item .closeTicket {
    float: left;
    width: 145px;
    float: left;
    display: block;
    color: #333;
    font-size: 13px;
    text-align: right;
    line-height: 100%;
    vertical-align: top;
    margin-top: 5px;

    margin-right: 10px;
}

.login_message_info {
    margin-bottom: 10px;
}

.message_date {
    margin-top: 20px;
    font-size: 11px;
}

.massage_role {
    font-size: 13px;
}

.Question, .Exclamation, .ExclamationRight{
    width: 19px;
    height: 19px;
    display: inline-block;
    overflow: hidden;
    margin-top: -2px;
    position: absolute
}
.Exclamation, .ExclamationRight{
    width: 24px;
    height: 24px;
    /*margin-top: 6px;*/
}
.ExclamationRight {
    margin-left: 12px;
}
.QuestionRight {
    width: 19px;
    height: 19px;
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
}

.item.images .QuestionRight {
    margin-top: 4px;
}

.Question > img {

}

.Question:hover > img {
    margin-top: -20px;
}

.UTPTooltip {
    z-index: 111;
    position: fixed;
    border: solid 1px #B4B4B4;
    background-color: #FBFAFD;
    padding: 3px;
}

.UTPTooltip .TailBorder {
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: fixed;
}

.UTPTooltip .Tail {
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: fixed;
}

.UTPTooltip .Tail.Top {
    border-color: #FBFAFD transparent transparent transparent;
    border-bottom-width: 0px;
}

.UTPTooltip .TailBorder.Top {
    border-color: #B4B4B4 transparent transparent transparent;
    border-bottom-width: 0px;
}

.UTPTooltip .Tail.Bottom {
    border-color: transparent transparent #FBFAFD transparent;
    border-top-width: 0px;
}

.UTPTooltip .TailBorder.Bottom {
    border-color: transparent transparent #B4B4B4 transparent;
    border-top-width: 0px;
}

.UTPTooltip .Tail.Left {
    border-color: transparent transparent transparent #FBFAFD;
    border-right-width: 0px;
}

.UTPTooltip .TailBorder.Left {
    border-color: transparent transparent transparent #B4B4B4;
    border-right-width: 0px;
}

.UTPTooltip .Tail.Right {
    border-color: transparent #FBFAFD transparent transparent;
    border-left-width: 0px;
}

.UTPTooltip .TailBorder.Right {
    border-color: transparent #B4B4B4 transparent transparent;
    border-left-width: 0px;
}

/***   Tooltip end   ***/

/***********************************************************/
.myTooltip {
    background-color: rgba(98, 98, 97, 0.85);
    border: 1px solid transparent;
    color: #FFFFFF;
    padding: 12px;
    max-width: 200px;
    word-wrap: break-word;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 1001;
}

.myTooltip .TailBorder.Top {
    border-color: rgba(98, 98, 97, 0) transparent transparent transparent;
}

.myTooltip .Tail.Top {
    margin-top: 2px;
    border-color: rgba(98, 98, 97, 0.85) transparent transparent transparent;
}

.tr_active {
    background: rgba(255, 101, 85, 0.50);
}

.tr_active_exp_date {
    background: rgba(53, 255, 36, 0.50);
}

.main .table-block tr.even_in_archive {
    background: #efede8;
    color:#999999
}

.main .table-block tr.odd_in_archive {
    color:#999999
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    font-weight: bold !important;
    opacity: 1 !important;
}

.action_description {
    width: 300px !important;
    max-width: 300px !important;
    overflow: hidden !important;
}
.type_account.lim {
    max-width: 156px !important;
    overflow: hidden !important;
}
.users_email {
    max-width: 130px !important;
    overflow: hidden !important;
}

.lim {
    word-wrap: break-word !important;
    box-sizing: border-box;
}

.users_email.lim, .users_login.lim {
    max-width: 190px !important;
}

.users_name_surname_patronymic.lim,
.claims_name_surname.lim {
    max-width: 180px !important;
}

.claims_payment_system.lim {
    max-width: 160px !important;
}

.users_reg_date.lim {
    max-width: 100px !important;
}

.users_city.lim {
    max-width: 115px !important;
}

.action_date {
    width: 140px !important;
    /*max-width: 85px !important;*/
}

.action_text {
    width: 85px !important;
    max-width: 85px !important;
}

.date_doc {
    float: left;
    vert-align: middle;
    margin-top: -15px;
    margin-left: 110px;
}

tr.odd.selected{
    background-color: #cccccc;
}

tr.even.selected{
    background-color: #cccccc !important;
}

.utip_item.context-menu-item, .utip_sub_item.context-menu-item{
    padding: 7px 15px 7px 24px;
    max-width: none;
}
.utip_list.context-menu-list {
    z-index: 3;
}

.utip_item.context-menu-item > .context-menu-list, .utip_sub_item.context-menu-item > .context-menu-list{
    width: max-content;
    max-width: none;
}
/*END .login-block*/

/*Email template*/
.check-block .row .item.for-template.lang  select,
.check-block .row .item.for-template label {
    width: 150px;
}
.check-block .row .item .input-block.text-area.imperavi.template,
.check-block .row .item.for-template  select {
    width: 600px;
}
.check-block .row .item .input-block.text-area.imperavi.template textarea,
.check-block .row .item.for-template .input-block input {
    width: 578px;
}

/*placeholder*/
input::-webkit-input-placeholder {
    font-size: 11.5px;
    font-style: italic;
}

input:-moz-placeholder {
    font-size: 11.5px;
    font-style: italic;
}

input:-ms-input-placeholder {
    font-size: 11.5px!important;
    font-style: italic;
}

.HTMLDescription {
    margin-top: 10px;
}
.file-info-merchants-settings {
    display: flex;
    padding-left: 10px;
    text-align: left;
    margin-top: 1.5px;
}

.replaceFile {
    display: none;
}

.replaceFileImg {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 6px;
}
.documentBlockInPayLeft {
    width: 395px;
    float: left;
    text-align: right;
    color: #333;
    font-size: 13px;
    line-height: 100%;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 8px;
    display: block;
}
.documentBlockInPayRight {
    width: 400px;
    float: left;
    color: #333;
    font-size: 13px;
    line-height: 100%;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 8px;
    display: block;
    text-align: left;
}
.item-list .item.settings.row-with-centering.without-image.logoMerchant.logoMerchant {
    height: 50px;
    margin-top: 0px;
}
.item.settings.row-with-centering.without-image.logoMerchant .labelLogo {
    margin-top: 16px;
}
.logoMerchant .input-block.file input {
    margin-top: 10px;
}

.centeredMarginPayForm {
    text-align: center;
}

.documentPayFormLabel {
    margin-bottom: 10px;
    margin-top: 10px;
}
.documentPayFormLabel input {
    margin-right: 5px;
    vertical-align: middle;
}

.documentPayFormLabel label {
    vertical-align: middle;
}

.documentPayForm {
    margin-bottom: 7px;
    font-size: 13px;
}

.item-list .item.mini {
    margin-top: 10px;
}

.item.mini .input-block.mini input {
    width: 40px;
    margin-right: 36px;
    padding-left: 7px;
    padding-right: 7px;
}

.item.mini .input-block.mini.big input {
    margin-right: 34px;
}

.item.mini .input-block.mini.first input {
    margin-left: 176px;
}

.item.mini .input-block.mini.big.first input {
    margin-left: 90px;
}

.bigDemandsLog {
    left: 510px;
}

.fileBlock {
    margin-bottom: 15px;
}
.fileBlockName {
    margin-bottom: 10px;
}

.fileBlockLink {
    display: flex;
}
.controlDocumentButton {
    margin-left: 5px;
    margin-top: 7px;
}

.controlDocumentButton a {
    display: block;
}

.reorderingActions {
    width: 50px;
    visibility: hidden;
    display: flex;
    align-items: flex-start;
    margin-top: 7px;
}

.reorderingActions__action {
    margin-right: 12px;
}

.reorderingActions__action:hover {
    cursor: pointer;
}

.payments_pay_logo_name {
    display: flex;
    height: 52px;
    box-sizing: border-box;
    align-items: center;
    border-left: 0 !important;
    overflow: hidden;
}

.payments_pay_name {
    width: 160px;
}

#merchantSelect .in,
#merchantSelect .out {
    display: none;
}

#merchantSelect .in.open,
#merchantSelect .out.open {
    display: block;
}

.item.profile.successPay {
    min-height: 50px;
    padding: 5px 0 !important;
    display: flex;
    margin: 0 100px !important;
    box-sizing: border-box;
}

.item.profile.successPay label {
    margin: auto 25px auto 0 !important;
    height: 100% !important;
}

.item.profile.successPay .input-block.profile, .input-block.requisites {
    height: 100%;
    margin: auto 0;
}

.search-btn {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #dbd8d8;
    -webkit-box-shadow: 0 0 10px #dbd8d8;
    box-shadow: 0 0 10px #dbd8d8;
    position: relative;
    width: 70px;
    background: #d0d0d0 url(/images/btn-gray-big.png) repeat-x 0 0;
    height: 28px;
    line-height: 100%;
    cursor: pointer;
    text-shadow: #e0e0e0 0 1px 1px 0;
    color: #333;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding-bottom: 2px;
}

.main .ch-btn-block input {
    line-height: 100%;
    padding-bottom: 2px;
}
.qqupload.delivery {
    width: 570px;
    word-wrap: break-word !important;
}

.qq-upload-list {
    text-align: left;
}

.promotion-img {
    max-width: 200px;
}

.promotion-name {
    max-width: 95px;
    word-wrap: break-word;
}

.promotion-description {
    max-width: 150px;
    word-wrap: break-word;
}

.promotion-description.in-company {
    max-width: 225px;
}

.promotion-participate-img {
    max-width: 100%;
}

.promotion-participate-img-block {
    padding: 25px 0;
}

.promotion-accounts.in-company {
    max-width: 110px;
}

.promotion-date-start.in-company,
.promotion-date-end.in-company {
    max-width: 60px;
}

.labelLink {
    color: #009fe6 !important;
    text-decoration: underline;
    cursor: pointer !important;
}
.labelLink:hover {
    text-decoration: none;
}
.check-block .row .document input {
    width: 547px;
}

.item.settings.row-with-centering .doc-link,
.item.settings.row-with-centering .input-with-centering label
{
    top: 0;
    bottom: 0;
    margin: auto !important;
    position: absolute;
}

.item.settings.row-with-centering .input-with-centering label {
    font-weight: bold;
    text-align: left;
    height: fit-content;
}

.item.settings.row-with-centering.with-textarea .Question {
    margin-top: 5px;
}

.check-block .row .item.settings.row-with-centering.with-textarea {
    display: block;
}

.logo.vertical-center {
    display: flex;
    align-items: center;
}
.check-block .row .input-block .redactor-box textarea {
    height: 340px !important;
}

.item.vertical-center .controlDocumentButton {
    margin-top: 0;
}

.item.vertical-center .QuestionRight {
    margin-top: -2px;
}

.item .fileBlock .fileBlockLink {
    margin-top: -10px !important;
}

#fieldCourse.item.settings.vertical-center label {
    word-wrap: break-word;
}

.item.settings.row-with-centering .profile label {
    font-weight: normal;
}

.divider:last-child {
    border-bottom: solid 1px #e0dcce;
}
.payment-methods-languages.item-list {
    margin-bottom: 40px;
}
.payment-methods-languages select {
    width: 200px;
    height: 30px;
    padding: 6px;
    margin-left: 15px;
}
.payment-methods-languages .label {
    display: inline-block;
    width: 50px
}
.payment-methods-languages .item {
    margin-bottom: 25px;
    width: 350px;
}
.payment-methods-languages .item > .item-element {
    display: inline-block;
    vertical-align: middle;
}
.payment-methods-languages .item:last-child {
    margin-bottom: 0;
}
.payment-methods-languages .check-english {
    padding-left: 65px;
}
.payment-methods-languages .check-english label {
    margin-left: 12px;
}
.payments-methods-block {
    margin-top: 18px;
}
.payments-methods-block .btn-block {
    padding-bottom: 9px;
}
.payments-methods-block .ch-btn-block input {
    margin-top: 20px;
}
.payment-method-block {
    background-color: #f6f5f3;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #e0dcce;
    margin-bottom: -1px;
}

.payment-method-block.open .payment-method-settings {
    display: block;
}

.check-block .payments-methods-block .item.settings label {
    width: 205px;
}
.check-block .payments-methods-block .payment-method-settings .item.settings label {
    width: 184px;
}
.payment-method-name-block {
    margin-bottom: 18px;
}
.payment-method-block:hover .payments-methods-block__reorderingActions {
    visibility: visible;
}
.payments-groups-block:hover .payments-groups-block__reorderingActions {
    visibility: visible;
}

.payments-groups-block:first-child .payments-groups-block__reorderingActions .moveUp-tooltip,
.payments-groups-block:last-child .payments-groups-block__reorderingActions .moveDown-tooltip,
.payment-method-block:first-child .moveUp-tooltip,
.payment-method-block:last-child .moveDown-tooltip {
    pointer-events: none;
    opacity: .5;
}

.payment-method-save-button:disabled {
    opacity: .5;
    pointer-events: none;
}

.payment-method-settings {
    background: #EFEDE8;
    margin: 18px 20px;
    border: 1px solid #DDDDDF;
    display: none;
}
.payment-method-settings > div:last-child {
    margin-bottom: 18px;
}
.payment-method-settings .paymentMethodTooltip {
    margin-left: 210px;
}
.arrowHide input::-webkit-calendar-picker-indicator {
    display: none;
}
.border-top-none {
    border-top: 0 !important;
}
.methods-width .label {
    width: 206px;
}

.methods-button {
    min-width: 130px;
    height: 25px;
    padding: 2px;
}

.select-merchant {
    margin-left: 15px;
    margin-top: 2px;
    text-align: right;
}

.change-type-modal {
    margin-top: 15px;
    display: inline-block;
}

.modal-divider {
    border-bottom: 1px solid #EBE9EA;
}
.select-merchant-button, .merchant-button .method {
    margin-left: 30px;
    margin-top: 2px;
}
.merchant-button, .check-english input {
    vertical-align: middle;
}
.merchant-button, .check-english label {
    vertical-align: middle;
}
.modal-group-border {
    border-bottom: 1px solid #e0dcce;
}
.modal-block div {
    display: inline-block;
    margin: 10px;
}
.modal-block {
    text-align: center;
}

/* arcticmodal */

.modalLeftMargin {
    margin-left: 10px;
}


.modalFooter .modalRow input {
    margin-left: 15px;
}

.defaultModal .modalRow .checkbox input{
    width: 15px;
    height: 17px;
}

.defaultModal .modalRow {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.defaultModal .modalContent .textField {
    width: 100%;
}

.defaultModal .modalContent .textField input {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.defaultModal .modalRow .modalButton {
    padding-top: 5px;
}

.defaultModal .title {
    font-size: 18pt;
    line-height: 30px;
}

.defaultModal .modalFooter .modalRow {
    flex-direction: row-reverse;
}

.defaultModal .modalRow {
    display: flex;
    flex-direction: row;
}

.acceptDoc {
    margin-right: 8px;
}

.docsBlock {
    width: fit-content;
    text-align: left;
    display: inline-block;
}

.documentPayForm a,
.documentPayForm .acceptDoc {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.docsBlock .documentPayForm{
    white-space: nowrap;
}

.check-block .row .item.settings.row-with-centering.doc-input-link {
    display: block;
}

#merchants-edit-form #fileUploader {
    overflow: visible;
}

#description ul {
    list-style-type: disc;
}

#description ol {
    list-style-type: decimal;
}

.messagesDeliveryContainer .input-block {
    margin: auto 0 auto 0;
}

.main .table-block tr:nth-child(odd) {
    background: white !important;
}

.main .table-block tr:nth-child(even) {
    background: #efede8 !important;
}

/*Стили для таблиц gridView*/

#tooltipElem {
    display: none;
    z-index: 999;
    position: absolute;
    background-color: rgba(98, 98, 97, 0.85);
    border: 1px solid transparent;
    color: #FFFFFF;
    padding: 12px;
    max-width: 200px;
    word-wrap: break-word;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main .table-block .resizeColumn {
    width: 70px !important;
    max-width: 70px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.resizeColumn .edit_link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .table-block .resizeColumn .edit_link {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.labelUpload {
    margin-top: 0px !important;
}
.indentRight26 {
    margin-right: 26px !important;
}

.check-block .row .item.settings.row-with-centering .input-block label.checkBoxCaption {
    padding-left: 6px;
    font-weight: normal;
}

.check-block .row .item.settings.row-with-centering.moreCheckBoxes {
    margin-top: -6px;
}

.check-block .row .input-block input.notValidated {
    border-color: #ff0000;
}

.labelError {
    margin-left: 252px;
    margin-top: 3px;
    position: absolute;
    font-size: 10px;
    color: #ff0000;
}

.labelError.notVisible,
.hiddenTextField {
    display: none;
}

.check-block .row .item.settings.row-with-centering .input-block.input-block.text-area.imperavi.authentication {
    height: 185px;
    border: 1px solid #adadad;
}

.check-block .row .item.settings.row-with-centering .input-block.input-block.text-area.imperavi.authentication .redactor-editor {
    height: 111px;
}

.check-block .row .item.settings.row-with-centering .input-block.input-block.text-area.imperavi.notValidated {
    border-color: #ff0000;
}

.disabled a {
    opacity: 0.5;
    cursor: inherit;
}

.redLabel {
    color: #ff0000;
}

#section_select, #manager_checkbox_block {
    display: none;
}

#manager_checkbox_block {
    margin-top: -30px !important;
}

.width50 {
    width: 50px;
}

.width80 {
    width: 80px;
}

.banner-title i {
    color: #939393;
}


.paymentMethodTooltip {
    margin-left: 230px;
    margin-bottom: 15px;
    padding-top: 10px;
    color: #939393;
}

#mt0 label {
    margin-top: 0;
}

.d-none {
    display: none !important;
}

.paymentMethodLink {
    font-size: 14px;
    margin-left: 10px;
}

.textNoActivePaymentSystem {
    color: #ff0000;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 232px;
}


.disabledPaymentSystem {
    color: #ccc !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d5d5d5 #cecece #bababa #cecece !important;
}

#Users_phone::-webkit-outer-spin-button, #Users_phone::-webkit-inner-spin-button, #Users_phone {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.inputFor416px {
    width: 416px !important;
}

.indentRight25 {
    margin-right: 25px !important;
}

.inputDocument input{
    width: 547px !important;
}

.textarea394px {
    width: 394px !important;
}

.errorsPassword {
    font-size: 11px;
    width: 416px;
    margin-left: 252px;
}

.payment-method-toggle {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    border-left: unset;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.payment-method-toggle.open .payment-method-toggle__icon {
    transform: rotate(180deg);
    margin-top: -2px;
}

.payment-method-toggle:hover:not([disabled]) {
    border-left: unset;
}

.payment-method-toggle__title {
    margin-right: 4px;
}
.mini-grey-block {
    background: rgba(255, 255, 255, 0.5);
    height: 38px;
    width: 769px;
    border: 1px solid #E2DDCF;
    margin: 20px 56px 0 56px;
    display: table;
}
.mini-grey-block p {
    font-size: 13px;
    line-height: 15px;
    margin: 7px 20px 8px 19px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #727272;
}
.market-block {
    background: #EFEDE8;
    border: 1px solid #D7D6D3;
    box-sizing: border-box;
    margin: 20px 20px 0 20px;
    width: 880px;
    padding-bottom: 20px;
}
.market-block .input-block.name-doc.input-with-centering .item.settings.row-with-centering .indentRight25 {
    width: 206px;
}
.row .item .input-block .exclaim-red {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 644px;
    top: 7px;
    line-height: 16px;
    background: url(/images/exclaim_red.svg) no-repeat;
}

.payment-block-row {
    display: flex;
    flex-direction: column;
}

#paymentMethods .error {
    margin-top: 8px;
    color: #ff0000;
}

.payments-groups-block .row .item.settings.row-with-centering label {
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.payments-groups-block .info-block.image-question-with-centering .Question {
    position: static;
    margin-top: 7px;
}

.payment-method-block .payment-method-toggle {
    height: 30px;
}

.payment-system-settings .error {
    margin-left: 12px;
}

.payment-methods-modal .error {
    font-size: 12px;
    margin-top: 6px;
    color: #ff0000;
}

.payment-methods-control-hint {
    max-width: 800px;
    margin: 20px auto 0;
    line-height: 1.4;
    font-size: 12px;
}

.payment-block-errors {
    color: #ff0000;
}

.payment-methods-messages {
    margin-bottom: 12px;
}

.payment-methods-messages .yellow-block {
    padding: 12px 24px;
    line-height: 1.1;
}

.payment-method-settings .banner img {
    max-width: 124px;
    max-height: 32px;
}
.check-block .text-area-html {
    width: 416px;
}
.check-block .text-area-html .redactor-box textarea {
    width: 395px;
}
.check-block .text-area-html .redactor-box {
    margin-bottom: 0px;
}