.nav .count {
    background: #b10047;
    color: white;
    padding: 1px 5px 1px 3px;
    margin-top: -20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: normal;
    position: absolute;
    font-size: 12px;

    top: 26px;
    right: -20px;
    line-height: 1.5;
}


#google_translate_element {
}

.goog-te-menu-value span {
    display: none;
}

.drp_d {
    margin-left: -14px;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 !important;
}

.goog-te-gadget-icon {
    background-image: none !important;
    padding: 0 20px 0 0;
}

.tariffs .heading {
    height: 60px;
    width: 100%;
    text-align: center;
    border: solid 1px #eee;
    /*border-radius: 10px;*/
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
    margin-top: 40px;
}
.tariffs .heading div{
    float: left;
    width: 33.333333333%;
    font-size: 20px;
    padding-top: 20px;
    height: 40px;
    position: relative;
}

.tariffs .heading div:hover, .tariffs .heading div.active{
    background: #81B642;
    color: white;
    cursor: pointer;
}

.tariffs .heading:after {
    content:'';
    clear: both;
}

.tariff_table table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-spacing: 0px;
    border-collapse: separate;
}

.tariff_table table td{
    height: 30px ;
    font-size: 14px;
    border-bottom: solid 1px #F9F7ED;
    padding: 4px 14px;
}

.tariff_table table td.cat_name {
    background: #F9F7ED;
    font-size: 16px;
    color: #36393D;
    height: 40px;
    border: solid 1px #3F4C6B;
}

/*.tariff_table table tr:nth-child(even) {*/
/*background-color: #CDEB8B;*/
/*color: #3F4C6B;*/
/*}*/

.tariff_table table tr.odd {
    background-color: #f0f7da;
    color: #3F4C6B;
}

/*.tariff_table table tr:nth-child(odd) {*/
/*background-color: white;*/
/*}*/

.tariffs .who_pay {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
}

.tariffs .who_pay div{
    float: left;
    /*width: 160px;*/
    margin: 0 20px 0 0;
}

.tariffs .who_pay .shop {
    font-size: 20px;
    /*width: 100px;*/
    cursor: pointer;
    text-align: center;
}

.tariffs .who_pay .client {
    font-size: 20px;
    /*width: 100px;*/
    cursor: pointer;
    text-align: center;
}

.tariffs .who_pay .shop:hover,.tariffs  .who_pay .shop.active,.tariffs  .who_pay .client:hover,.tariffs  .who_pay .client.active {
    border-bottom: dashed 1px #76AD3A;
    color: #76AD3A;
}

.tariffs .who_pay:after{
    clear: both;
}

.tariff_desc {
    position: absolute;
    display: none;

    width: 600px;
    left: -100px;
    top:70px;
    text-align: justify;
    z-index: 111;
    background:	white;
    color: #3F4C6B !important;
    padding: 20px;
    font-size: 12px;
    border: dashed 1px #76AD3A;
}

.tariffs .heading div:hover .tariff_desc {
    display: block;
}

.modules .list .module {
    float: left;
}

.faq_a {
    margin-top: 40px;
}
.faq_a .subtitle {
    color: #303335;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 22px;
    position: relative;
}



.ticket_error {
    color: red;
}

.ticket_success {
    font-size: 16px;

    color: green
}

.lcol {
    float: left;
    padding-right: 70px;
}
.rcol {
    float: left;
    padding-left: 70px;
    border-left: 1px solid #EEEEEE;
}
.rcol .formrow input {
    width: 400px;
}

.formrow textarea {
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;

    width: 400px;
    color:#393c3e;
}
textarea {
    color:#393c3e;
}

.formrow input[type="file"] {
    border: 0px;
}

.formrow input, .formrow select {
    margin-top: 4px;
    background: #fff;

    width: 400px;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;
    color:#393c3e;
}
.form-control {
    color:#393c3e;
}
.add_ticket_form  {
    font-size: 16px;
}
.formrow {
    padding: 10px 0;
}

.support button {
    background: #58b737;
    display: block;
    height: 39px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}

.api_help ul {
    list-style-type: decimal;
}

.api_help ul li {
    display: list-item;
    list-style-type: decimal;
}

.api_help ul ul {
    margin-left: 20px;
}

.help_item h2 {
    padding: 20px 0;
    font-size: 24px;
    margin: 20px 0 10px 0;
}

.api_help img {
    border: 1px dashed #ccc;
    padding: 6px;
    margin: 6px;
}




.api_help {
    font-size: 16px;
}

.api_help ul  {
    list-style-type: decimal;
}
.api_help .help_body {
    padding-top: 40px;
}

.api_help .help_item {
    padding-bottom: 40px;
}
.api_help .help_item h2 {
    padding: 20px 0;
}

.api_help img {
    border: 1px dashed #ccc;
    padding: 6px;
    margin: 6px;
}

.api_help .params {
    width: 100%;
}

.api_help .params_title {
    margin-top: 20px;
    font-size: 20px;
}

.api_help .params {
    border-spacing: 0px;
    border-collapse: separate;
}

.api_help .params td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.api_help .params  .key {
    font-size: 18px;
    width: 30%;
    color:#78838C;
}

.api_help .params  .value {
    width: 70%;
}

.api_help input {
    width: 200px;
    height: 40px;
    font-size: 16px;
}
.api_help a {
    text-decoration: underline;

}
.api_help table tbody tr td a {
    color: #40c4ff;

    padding: 0 0 3px 30px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.inputs textarea {
    margin-top: 4px;
    background: #fff;
    width: 100%;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;
}
.inputs input, #generate_online input[type="text"] {
    height: 40px;
    margin-top: 4px;
    background: #fff;
    width: 100%;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;
    color: #393c3e;
}

.inputs input[type="submit"], .send_test_request, .generate_form {
    background: #58b737;
    display: block;
    height: 39px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #58b737;
    font-size: 18px;
}

.h-profile a, .h-id-title, .h-id-popup-loop, .nav.active{
    background-color: #F5F5F5 !important;
/*url(../images/ico-10.png) no-repeat center center;*/
}

.h-id-title{
    border-color: #dddddd;
}

.h-id-title b, .h-id-popup-loop b {
    color: #333638;
}

.h-id-popup-loop li:hover {
    background-color: #dddddd;
}

.h-id-title.hide:after {
    display: none;
}
.purse-bg {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.30);
    border-radius: 5px;
    padding: 50px 98px;
    width: calc(50% - 15px);
    box-sizing: border-box;
}
.purse-bg.middle {
    margin: 40px auto;
    /*width: calc(80% - 15px);*/
    width: 1474px
}

@media only screen and (max-width: 1474px) {
    .purse-bg.middle {
        width: calc(80% - 15px);
    }
}


.purse-title {
    border-bottom: 3px solid #e7e7e7;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.purse-title b {
    display: block;
    font-size: 16px;
    color: #3a3b3d;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.purse-row.ico-19 {
    background: url(../images/ico-19.png) no-repeat center center;
}

.purse-row {
    float: left;
    width: 128px;
    height: 128px;
    border: 3px solid #d2d2d2;
    border-radius: 50%;
    margin: 0 35px 0 0;
}

.purse-title span {
    color: #959595;
    font-size: 13px;
}

.purse-info {
    padding: 17px 0;
    border-bottom: 1px solid #e7e7e7;
    color: #3a3b3d;
    font-size: 15px;
}
.purse-hidden {
    overflow: hidden;
}
.purse-link {
    height: 42px;
    line-height: 42px;
    background: #58b737;
    border-radius: 5px;
    display: block;
    color: #fff;
    padding: 0 0 0 21px;
    font-size: 15px;
    position: relative;
}

.purse-bg.middle input {
    width: 100%;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    resize: none;
    color: #393c3e;
}

.p40 {
    width: 40%;
}

.purse-bg a, :before, button[type="submit"], input[type="submit"] {
    transition: all 0.5s ease;
}


.order-top {
    height: 89px;
    border-bottom: 3px solid #e7e7e7;
    overflow: hidden;
    padding: 0 30px;
}

.order-title {
    float: left;
    padding: 25px 0 0 0;
}

.register_page .order-title b {
    font-size: 20px;
}

.order-title span {
    color: #959595;
    font-size: 13px;
}

.register_page .sett-bg-left {
    width: calc(33.33% - 15px);
    transition: 0.5s;
    cursor: pointer;
}

.c-bg {
    box-shadow: 0 0 15px rgba(0,0,0,0.30);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

.register_page {
    margin: 40px auto;
    /*width: calc(80% - 15px);*/
    width: 1474px
}

@media only screen and (max-width: 1474px) {
    .register_page {
        width: calc(80% - 15px);
    }
}

.register_page .sett-bg-left:hover, .register_page .sett-bg-left.active {
    transform: scale(1.1);
}

.register_page .sett-upload-loop {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px 30px;
}

.kass-loop {

    margin: 40px auto !important;
    /*width: calc(80% - 15px);*/
    width: 1474px
}


@media only screen and (max-width: 1474px) {
    .kass-loop {
        width: calc(80% - 15px);
    }
}

.order-top {
    height: 89px;
    border-bottom: 3px solid #e7e7e7;
    overflow: hidden;
    padding: 0 30px;
}

.invoices-form {
    width: 100%;
}

.invoices-form-i:nth-child(2) {
    width: calc(25% - 25px);
    margin: 0 25px 0 0;
}



.invoices-form-i {
    float: left;
}

.invoices-form-i:nth-child(1) {
    width: calc(33.5% - 25px);
    margin: 0 25px 0 0;
}

.access-user .invoices-form-i:nth-child(3), .kass-loop .invoices-form-i:nth-child(3) {
    width: calc(100%/ 3);
    margin: 0;
}

.access-user .invoices-form-i, .kass-loop .invoices-form-i {
    width: calc(100%/ 3 - 25px);
}

@media only screen and (max-width: 1480px) {

    .invoices-form-i .left {
        font-size: 11.5px;
    }

}
.invoices-form-i .left {
    padding: 0 0 0 13px;
    color: #393c3e;
    font-size: 14px;
}

@media only screen and (max-width: 1480px) {

    .invoices-form-i .right {
        font-size: 11.5px;
    }
}
.invoices-form-i .right {
    padding: 0 13px 0 0;
    color: #9c9c9c;
    font-style: italic;
}

.invoices-form-i .left span {
    color: #b10047;
}

.order-content {
    padding: 30px;
}

.kass-line {
    background: #ebebeb;
    height: 1px;
    margin: 30px 0;
    overflow: hidden;
}

.invoices-form2 .invoices-form-i {
    width: calc(50% - 12.5px);
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

.invoices-form-i input[type="password"] {
    width: 100%;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    resize: none;
    color: #393c3e;
}

.invoices-form2 .invoices-form-i:nth-child(2n) {
    float: right;
}

.invoices-form2 .invoices-form-i:nth-child(3) {
    width: calc(50% - 12.5px);
    margin: 0;
    margin-bottom: 20px;
}

.invoices-form2 .invoices-form-i:nth-child(2n) {
    float: right;
}

.kass-select {
    margin: 20px 0 0 0;
}

.ik_select {
    width: 100%!important;
    height: 48px;
}

.ik_select_link {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.ik_select_link_text {
    padding: 0 0 0 20px;
    color: #393c3e;
}

.ik_select_list_inner {
    height: auto!important;
    overflow-y: hidden!important;
    position: absolute!important;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    width: 100%!important;
    border-radius: 5px;
    margin: 5px 0 0 0;
    box-sizing: border-box;
}

.ik_select_list_inner ul li {
    color: #464646;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    transition: all 0.5s ease;
    cursor: pointer;
}

.ik_select:after {
    background: url(../images/ico-22.png) no-repeat 0 0;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 21px;
    right: 20px;
    content: '';
}

.kass-button {
    background: #b10047;
}

.access-button {
    width: 172px;
    height: 48px;
    background: #58b737;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.conclusion-form-text {
    background: url(../images/line.png) no-repeat 0 center;
    padding: 0 0 0 28px;
    margin: 20px 0 0 0;
    color: #959595;
    font-size: 13px;
    font-style: italic;
}

.invoices-form-i input[type="text"] {
    width: 100%;
    height: 48px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 0 20px;
    background: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    resize: none;
    color: #393c3e;
}

.order-title b {
    display: block;
    color: #63bc44;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.invoices-form-i button[type="submit"] {
    width: 100%;
    height: 48px;
    background: #58b737;
    border-radius: 5px;
    margin: 38px 0 0 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.info-block {
    margin: 40px auto !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.30);
    border-radius: 5px;
    background: #fff;
    width: 1474px

}


@media only screen and (max-width: 1474px) {
    .info-block {
        width: calc(80% - 15px);
    }
}


.register_page a {
    text-decoration: underline;
}

.tariff_table table td.cat_name {
    background: #F5F5F5;
}

.about-bg.news a{
    font-size: 16px;
    margin-left: 15px;
}

.about-bg.news div {
    margin-top: 15px;
}

@media only screen and (max-width: 1100px) {

    .nav {
        z-index: -99999;
    }

}

@media only screen and (max-width: 1100px) {
    .register_page .sett-bg-left {
        width:100%
    }
    .kass-loop .invoices-form-i {
        width:100% !important;
        margin-bottom: 20px;
    }

    .purse-bg.middle {
        width:100% !important;
        margin:10px;
        padding:10px;
    }
    .purse-link {
    }
}

.cont-about {
    background-image: url(/images/new/robot_image.png);
}

.slider-ico.ico-7 {
    background: url(/images/new/ico-btc.png) no-repeat 0 0;
    width: 276px;
    height: 221px;
    position: absolute;
    bottom: -0px;
    left: -43px;
    background-size: contain;
}


.mobile-button--unique-mobile-button img {
    display: none;
}
.navigation-wrapper--unique-nav-wrapper .close-overlay {
    display: none;
}
.mobile-button--unique-mobile-button .list-show {
    display: none;
}

@media only screen and (max-width: 1100px) {

    .noscroll {
        overflow: hidden;
    }
    .navigation-wrapper--unique-nav-wrapper.overlay {
        padding: 30px;
        box-sizing: border-box;
        position: fixed;
        overflow-y: scroll;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(40,40,40, .75);
    }
    .navigation-wrapper--unique-nav-wrapper[aria-hidden="true"] {
        /*transition: opacity 1s, z-index 0s 1s;*/
        width: 100vw;
        z-index: -99999 !important;
        opacity: 0 !important;;
    }

    .navigation-wrapper--unique-nav-wrapper[aria-hidden="false"] {
        /*transition: opacity 1s;*/
        width: 100%;
        z-index: 99999 !important;;
        opacity: 1 !important;;
    }
    .mobile-button--unique-mobile-button {
        text-align: center;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .mobile-button--unique-mobile-button img {
        display: inline-block;
        max-width: 45px;
        margin-bottom: 15px;
    }
    .navigation-wrapper--unique-nav-wrapper {

    }
    .navigation-wrapper--unique-nav-wrapper > div {
        background: #fff;
        padding: 70px 24px 30px 24px;
        position: relative;
    }
    .navigation-wrapper--unique-nav-wrapper .f-nav {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .navigation-wrapper--unique-nav-wrapper .close-overlay {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 30px;
    }
    .mobile-button--unique-mobile-button .list-show {
        display: block;
        float: none;
        width: 100%;
        margin-top: 0;
    }

}