@viewport { width: device-width;}

* {
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
}

html {
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 3rem;
    min-height: 100%;
}
body.stop-scroll {
    overflow: hidden;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.lc{
  text-transform: lowercase;
}
footer {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*margin-top: 50px;*/
    bottom: 0px;
}
.foot-devider{
    height: 200px;
    width: 100%;
}
input.rr_input.punkt{
    width: 90%;
}
input.rr_input{
    width: 60%;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    color: #000;
    padding: 3px 10px;
    margin: 5px 0;
}
div.buttoner{
    margin: 30px auto;
}
.error-box-r{
    font-size: 24px;
    color: red;
    font-weight: bold;
}
.left-col-buttons {
    padding-right: 30px!important;
}
.f14 {
    font-size: 14px !important;
}

.hide {
    display: none;
}

.visible {
    display: block !important;
}

.uk-grid.bottom_nav {
    padding: 0;
}

.modal-menu a{
    text-align: center;
    color: #8B8B8B;
    border-right: 1px solid #dadada;
    font-size: 14px;
    padding: 10px 10px;
}

.uk-grid > * {
    padding-left: 0;
}

.uk-navbar-container.main_nav {
    background-color: #fff;
}

.green {
    color: #1fb831;
}

.uk-navbar-container.main_nav ul li a,
.profile span a {
    padding: 33px 0px;
    text-transform: none;
    height: auto;
    margin: 0 5px;
}

.pc-screen div.profile {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
    min-width: 210px;

}

.pc-screen .icon_profile {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.pc-screen .icon_profile .ico_user {
   flex-basis: 10%;
}

.pc-screen .icon_profile span {
    flex-basis: 80%;
}

.pc-screen .icon_profile img {
    flex-basis: 5%;
    margin-right: 5px;
}



.pc-screen .profile .user_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-screen .profile .user_actions .reg-button{
    padding: 6px 5px;
}

.pc-screen .profile .current-region {
    display: flex;
    align-items: center;
    float: right;
    justify-content: flex-start;
}

.pc-screen .profile-button {
    box-shadow: 0 0 4px 0 rgba(94, 108, 132, 0.35);
    border-radius: 4px;
    font-family: Tahoma, sans-serif;
    padding: 5px 13px;
    font-size: 13px;
    color: #5e6c84;
    background: #ffffff;
}

.pc-screen .profile-button.reg-button {
    color: #ffffff;
    background: #4bb989;
}

.pc-screen .profile-button.reg-button a{
    color: #ffffff;
}

.pc-screen .header-menu {
    box-shadow: 0 0 4px 0 rgba(94, 108, 132, 0.35);
    border-radius: 4px;
    font-family: Tahoma, sans-serif;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-screen .header-menu .arrow_dropdown {
    padding-right: 5px;
}


.pc-screen div.profile .sl-nav {
    float: left;
}




div.profile span a.ico, .pc-screen div.profile .domain-nav span.ico, .navbar-fixed-top .domain-nav span.ico {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 11px;
    border-radius: 50%;
}

.navbar-fixed-top .nav-wrapper .sl-nav li {
    padding-bottom: 0;
}

.navbar-fixed-top .profile {
    display: flex;
    align-items: center;
}

.pc-screen div.profile .domain-nav .choise_region, .navbar-fixed-top .domain-nav .choise_region {
    border-bottom: 1px solid gray;
    font-weight: bold;
    font-size: 14px;
}

.ico_message {
    background-image: url("../img/ico_message.png");
}

.ico_message.active,
.ico_message:hover {
    background-image: url("../img/ico_message_active.png");
}

.ico_user {
    background-image: url("../img/ico_user.png");
}

.ico_user:hover {
    background-image: url("../img/ico_user_active.png");
}

.ico_lang_ru {
    background-image: url("../img/ru.png");
}

.ico_lang_kz {
    background-image: url("../img/kz.png");
}

.ico_lang_by {
    background-image: url("../img/by.png");
}
.domain-nav>li:hover{
    background-color: #45a2ff;
}
.domain-nav>li{
    padding-bottom: 15px !important;
}
/* .ico_lang_by:hover {
    background-image: url("../img/ico_lang_by_active.png");
} */
.ico_lang_su {
    background-image: url("../img/su.png");
}
.ico_lang_ua {
    background-image: url("../img/ua.png");
}
.ico_lang_pl {
    background-image: url("../img/eu.png");
}

/* .ico_lang_su:hover {
    background-image: url("../img/ico_lang_su_active.png");
} */

.fa {
    color: #a1a1a1;
}

.search-block{
    display: flex;
    flex-wrap: wrap;
}

.uk-button {
    padding: 0;
    border: none;
}

.uk-drop {
    width: 200px;
}

ul.dropdown li {
    list-style: none;
}

ul.dropdown li a {
    color: #000;
}

.uk-card-body {
    padding: 10px 5px;
}

.uk-drop-bottom {
    margin-bottom: 0;
}

ul.dropdown li.enter_button a,
ul.footer_nav li.enter_button a {
    color: #6492E7;
}

.uk-hr.header,
* + hr.header {
    margin: 0;
}

/*footer*/
footer .uk-container {
    background-color: #EAEAEA;
    margin-top: 30px;
}

ul.footer_nav {
    margin-left: 0;
    padding-left: 0;
}

ul.footer_nav li {
    list-style: none;
    padding: 0px 30px 0 0;
}

ul.footer_nav li a,
.pay_ico_text,
.copyright span {

    font-size: 0.875rem;
    /* font-weight: bold; */
}
.copyright span:hover{
    color: #d1ecf1;
}

div.pay_ico {
    margin-top: 20px;
}

div.pay_ico a {
    padding: 20px 20px;
    margin-right: 10px;

}

div.pay_ico a:nth-child(1) {
    background-image: url("../img/visa.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

}

div.pay_ico a:nth-child(2) {
    background-image: url("../img/qiwi.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

}

div.pay_ico a:nth-child(3) {
    background-image: url("../img/master.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

}

div.pay_ico a:nth-child(4) {
    background-image: url("../img/yandex.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

div.copyright {
    margin-bottom: 10px;
}

div.copyright:first-child {
    padding-left: 30px;
}

/*breadcrumb*/
ul.uk-breadcrumb {
    /* margin-left: 60px; */
    padding: 10px 0;
    margin-bottom: 0;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "-";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}

/* subnav*/
div.active_application {
    height: 106px;
    width: 168px;
    padding: 2px 15px;
    border: 1px solid #e4e4e4;
    border-left: none;
}

@media (max-width: 1169px) {
    div.active_application {
        height: 124px;
    }

}

div.show_all {
    width: 167px;
    padding: 20% 19%;

}

.left-col-subnav.left-col-subnav-padding {
    padding-left: 0;
}

.left-col-subnav-padding-all {
    padding: 20px;
}

.left-col-subnav-padding-lr {
    padding: 0 10px;
}

.left-col-subnav-padding a {
    min-width: 20%;
    display: inline-block;
}

div.clear {
    clear: both;
}

#after_submit{
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

p.active_application_count {
    font-size: 30px;
    text-align: center;
    color: #6492E7;
    font-weight: bold;
    margin: 0;
}

div.active_application span {
    font-size: 10px;
    line-height: 1;
}

/*message box*/
.left-col-nav,
.left-col-subnav,
.left-col-subnav-gray {
    min-height: 50px;
    background: #EAEAEA;
    /* margin-left: 90px; */
}

div.filtr {
    margin-left: 90px;
    padding: 0 30px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    background-color: #fff;
}

.filtr select,
.contact_us_form select {
    padding: 3px 10px;
    width: 81%;
    font-size: 12px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #363636;
}

.contact_us_form select {
    color: #000;
    background-color: #fff;
}

.contact_us_form input[type=text],
input#from,
input#to {
    width: 23%;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    color: #000;
    padding: 3px 10px;
    margin: 5px 0;
}

.distance input#from,
.distance input#to {
    width: 95%;
}

.contact_us_form input[type=text] {
    width: 40%;
}

span.plus {
    display: inline-block;
    height: 22px;
    width: 20px;
    background-color: #6492E7;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    border: none;
}

.left-col-subnav .contact a.active {
    padding: 0px;
    color: #6492E7;
}

.left-col-subnav .contact span {
    padding: 5px 0;
}

a.plus {
    border-bottom: 1px dashed #6492E7;
}

.left-col-buttons.padding_reset {
    padding: 0;
}

.contact_us_form textarea {
    padding: 5px 10px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    color: #000;
    margin: 5px 0;
}

.filtr .lbl select {
    width: 70%;
}

#wid {
    width: 83%;
}

.filtr input {
    background-color: #ffffff;
    width: 60%;
    font-size: 12px;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #363636;
}

.filtr label[for=datepicker1],
.filtr label[for=datepicker2],
label[for=start_date],
label[for=end_date] {
    display: inline-block;
    width: 15px;
}

.left-col-subnav {
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-top: none;
    background: #FFF;
}

#refresh-page-text{
    display: block;
    margin-right: 8px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.fil-text-search{
    margin-right: 10px;
}

.ts-main{
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    padding: 3px 10px;
    border: 1px solid #0000006b;
    font-weight: 500;
    background: #bad2fd8f;
}

.allinfo-table .uk-table .uk-grid{
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-bottom: 1px solid #00000052;
    padding-bottom: 2px;
}

.ff-comp{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#filter-btn{
    cursor: pointer;
    margin: 0px;
    padding: 0px 15px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    background-color: #ffffff;
    color: #B6B6B6;
    font-weight: bold;
}

#filter-btn:hover{
    border: 2px solid #b2dbff;
}

.filter-btn-container{
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.left-col-subnav-border {
    border: 1px solid #e4e4e4;
    /* border-top: none; */
}

.search-main .left-col-subnav-border{
    border: 1px solid #c3c3c3;
    background: #ffffff;
}

.mob-search .left-col-nav{
    border: 1px solid #c3c3c3 !important;
    background: #ffffff !important;
}

.border-left-remove {
    border-left: none;
}

.left-col-subnav-gray {
    padding: 10px;
}

p.small {
    font-size: 10px;
    margin: 0;
}

.left-col-nav a,
.row.gray a {
    display: inline-block;
    padding-top: 15px;
    width: 17%;
    text-align: center;
    color: #8B8B8B;
    border-right: 1px solid #dadada;
    font-size: 12px;
}
.left-col-nav div:last-child a{
  border-right: none
}
.left-col-nav a:first-child {
    /* width: 169px; */
}

.left-col-nav a.active{
    color: #000;
    background: #b2dbff;
}
.left-col-nav a:hover{
    color: #000;
    background: #d3d3d3;
}
.left-col-subnav a {
    display: inline-block;
    text-align: center;
    color: #4E4E4E;
    font-weight: bold;
    padding: 15px;
}

.left-col-subnav a.active {
    color: #000;
}

.left-col-subnav a:hover {
    background-color: #45a2ff;
}

.left-col-subnav a:hover span {
    color: #fff;
}

.left-col-subnav input,
.left-col-subnav-gray input {
    /*display: none;*/
}

.left-col-subnav label,
.left-col-subnav-gray label {
    margin-top: 15px;
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #4E4E4E;
}

.left-col-subnav-gray label {
    margin-top: 10px;
}

.left-col-add_cargo {
    margin-left: 90px;
    padding: 10px 40px;
    border: 1px solid #e4e4e4;
    border-top: none;
}


.filtr input[type=checkbox]{
    width: 15px;
    height: 15px;
}





.left-col-subnav input.ddd + label {
    display: inline-block;
    margin-bottom: 15px;
}

.left-col-add_cargo input[type=text],
.left-col-add_cargo input[type=number],
.left-col-add_cargo input[type=tel] {
    width: 18%;
    border-radius: 5px;
    color: #000a41;
    box-shadow: none;
    padding: 4px 5px;
    border: 1px solid #363636;
}


form#addCargo .error-field
{
    outline: none;
    border: 2px solid red;
}

form#addCargo select[name="transport_type"] {
    width: auto;
    padding-right: 1.3rem;
    margin: 0;
}

.right-col .button,
.right .img {
    padding-left: 40px;
}

.right-col .button img,
.right .img img {
    width: 25px;
    margin-right: 10px;

}

a.add_info {
    text-decoration: underline;
    font-weight: 400;
    text-transform: capitalize;
    color: #6492E7;
    padding: 0;
}

.left-col-add_cargo input[type=tel].phone_country,
.left-col-add_cargo input[type=tel].phone_city {
    width: 20%;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.left-col-add_cargo select {
    padding: 3px 10px 3px 0;
    font-size: 12px;
    margin: 10px 0;
    display: block;
    font-weight: bold;
    color: #000a41;
    background-color: #FFFFFF;
    border: 1px solid #363636;
}

.left-col-add_cargo select.phone_select {
    width: 80px;
}

.left-col-add_cargo select.phone_select > * {
    margin: 0px
}

.left-col-add_cargo label {
    font-size: 12px;

}

.left-col-add_cargo select.not_block {
    display: inline-block;
}

#auto_count,
#tonn,
#v3 {
    width: 20%;
    border-radius: 5px;
}

/*input[name=size][type=number] {*/
/*width: 13%;*/
/*border-radius: 5px;*/
/*}*/

.input_contact label {
    display: block;
    margin: 5px 0;
}

.input_contact label span {
    min-width: 117px;
    display: inline-block;
}

.input_contact input[type=text] {
    width: 50%;
    margin-left: 5px;
}

select#phone {
    top: -4px;
    position: relative;
    padding: 3px 10px 3px 0;
    margin-right: 5px;
    width: 20%;
}

select#for {
    padding: 3px 10px;
}

input#theme {
    width: 90%;
    display: inline-block;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
}

.bold_gray {
    color: #6f6f6f;
    font-weight: bold;
}

.bold {
    color: #000;
    font-weight: bold;
}
.search_title{
  line-height: 50px;
  padding-left: 30px;
  margin-right: 20px
}
.left-col-subnav-download p {
    margin-top: 0px;
    padding-left: 5px;
}

.download a img {
    margin-right: 10px;
}

.download a.active {
    color: #6492E7;
}

div.state {
    padding-top: 15px;
    font-weight: 500;
}

.left-col-subnav-download {
    padding: 0 10px;
}

.left-col-subnav-download span.ok {
    color: #1CB830;
}

/* одобрено*/
.left-col-subnav-download span.waiting {
    color: #D27400;
}

/* на рассмотрении */
.left-col-subnav-download span.not-ok {
    color: red;
}

/*отклонено*/
.left-col-subnav-form a.active {
    color: #6492E7;
}

p.title {
    color: #000;
    font-weight: bold;
    padding-top: 15px;
    /* padding-left: 15px; */
    font-size: 14px;

}

.left-col-subnav-form {
    padding: 0px 10px;
}

.left-col-subnav-form input {
    display: inline-block;
    width: 105px;
    padding: 3px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    /* margin-top: 10px; */
    width: 100%;
}

.left-col-subnav-form label::before {
    content: none;
}

.left-col-subnav-form label {
    margin-top: 0;
    font-size: 10px;
    /*width: 228px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-col-subnav-form label span {
    display: inline-block;
    /*line-height: 29px;*/
    min-width: 90px;
}

select.select_phone {
    width: 95%;
    /* padding-right: 15px; */
    font-size: 12px;
}

select,
input.phone_country,
input.phone_city {
    width: 95%;
    text-align: center;
    padding: 3px 0;
    /* margin-top: -5px; */
    font-size: 12px;
    border-radius: 5px;
}

.left-col-add_cargo input.phone_number {
    width: 100px;
    text-align: center;
    /*padding: 2px 0;*/
    /*margin-top: -5px;*/
    /*border-radius: 5px;*/
}

.left-col-add_cargo .phones_width{
    width: calc(100% - 50px);
}

.uk-flex-middle.phone {
    margin: 10px 10px 30px;
}

div.stat {
    padding-left: 40px;
    font-size: 12px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-align: center;
    background-image: url("../img/select.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    padding-left: 5px;
    border-radius: 5px;
}

.left-col-buttons {
    padding-right: 50px;
}

.left-col-buttons button,
.left-col-buttons a {
    text-align: center;
    padding: 15px 30px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    background-color: #eaeaea;
    color: #B6B6B6;
    font-weight: bold;
    margin: 20px 5px;
}

.left-col-buttons button.active,
.left-col-buttons button:hover,
.left-col-buttons a:hover {
    background: #6492E7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;

}

div.pagination {
    color: #000;
    font-weight: bold;
}

.page_content_wrapper {
    min-height: 410px;
}

.uk-pagination {
    padding-right: 20px;
}

.uk-pagination .uk-active > span {
    color: #6492E7;
}

.uk-pagination li {
    padding-left: 7px;
}

.uk-pagination li > * {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

div.pagination .uk-width-expand a,
div.pagination .uk-width-expand span {
    color: #9E9E9E;
    margin: 0 10px;
}

div.pagination .uk-width-expand span:first-child {
    margin: 0;
}

div.pagination .uk-width-expand a.active {
    color: #367CF6;
    font-size: 1.3rem;
}

div.pagination .uk-width-expand span {
    color: #000;
}

div.message {
    border: 2px solid #eaeaea;
    /* min-height: 175px; */
    /* margin-left: 90px; */
    margin-bottom: 20px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    min-height: 130px;
}

div.message.app {
    /* margin-left: 50px; */
    /* padding: 0 30px; */
}

.tarif div.message.bg_gray:first-child {
    background: #e4e4e4;
    margin-left: 0px;
}

.tarif div.message.bg_gray:not(first-child) {
    margin-left: 10px;
    background: #e4e4e4;
}

div.balance {
    min-height: 100px;
    margin: 0 5px 0 0;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}

div.balance:last-child {
    margin: 0 0 0 5px;
}

.carder-mob .actionsOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: -10px;
    right: -45px;
    background-image: url(/themes/adista/assets/img/icons/dots.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.c_gray {
    color: #8b8b8b;
}

.bg_gray {
    background-color: #e4e4e4;
}

.c_black {
    color: #333;
}

div.unread {
    background: #EAEAEA;
}

div.message::before,
div.balance::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #fff;
}

div.message.del.active:before,
div.message.del:hover::before {
    content: '+';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;
}

div.message.active:before,
div.message:hover::before,
div.balance:hover::before,
div.message.bg_gray:hover::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;

}

div.message.bg_gray::before,
div.balance::before {
    background: #e4e4e4;
    transition: 0.3s;

}

div.message.active,
div.message:hover,
div.balance:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;

}

div.message p.message_date {
    color: #000;
    font-weight: bold;
}

.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
    margin-top: 0;
}

div.message .options a {
    color: #000;
    margin-right: 10px;
    font-weight: bold;
}

div.message .options a:last-child,
.orange {
    color: #E67E1D;
}

div.right-col a.button {
    display: flex;
    align-items: center;
    width: 99%;
    margin-left: 1%;
    margin-bottom: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;


}

div.right-col div.right {
    width: 99%;
        height: 120px;
    margin-left: 1%;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    /* padding-left: 30px; */
    padding-right: 5px;
    /* min-height: 240px; */
    background: #EAEAEA;
    color: #4e4e4e;
    font-size:12px;
    line-height: 2;
}

.rightBlocksFlex{
    display: flex;
    max-height: 78px;
}

@media (max-width: 1100px) {
    div.right-col div.right {
         min-height: 45.8%;
    }
}

@media (max-width: 960px) {
    div.right-col div.right {
        min-height: 49.4%;
    }
}

div.right.auth {
    padding-left: 0;
    padding-top: 40px;
    line-height: 1.5;
    height: 346px;
}

div.margin_lr {
    margin: 0 5px;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_top_50 {
    padding-top: 50px;
}

.padding_right {
    padding-right: 50px;
}

div.right.auth a {
    padding: 0 5px;
}

.support_features img,
.support_features p {
    display: inline-block;
    padding-right: 10px;
    float: left;

}

a#login {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px dotted #585858;
    color: #585858;
}

.margin_reset {
    margin: 0 !important;
}

.button_add{
    background: #45a2ff;
    color: #FFFFFF;
}
.button_add:hover {
    background: #45a2ff;
    color: #fff;
}

.button_bell,
.button_bell:hover {
    background: #EAEAEA;
    color: #4e4e4e;
}

.button_lock,
.button_lock:hover {
    background: #4e4e4e;
    color: #d1d1d1;
}

.right-col a.state span {
    padding: 5px 0 0 0;
    display: inline-block;
}

span.active,
i.active {
    color: #6BA0FE;
}

.right-col a.state span.padding {
    padding-left: 45px;
}

.right-col a.state img {
    float: left;
    margin-right: 10px;
}

span.rate {
    width: 20px;
    height: 5px;
    display: inline-block;
}

span.rate1 {
    background: linear-gradient(to right, #E9E200, #FFC801);
}

span.rate2 {
    background: linear-gradient(to right, #FFC801, #E3A401);
}

span.rate3 {
    background: linear-gradient(to right, #E3A401, #EE9400);
}

span.rate4 {
    background: linear-gradient(to right, #EE9400, #CF7100);
}

span.rate5 {
    background: linear-gradient(to right, #CF7100, #E55204);
}

/*модалки*/
.uk-modal-dialog {
    width: 100%;
    padding: 15px 40px;
}

.modal-row,
.modal-row.uk-grid {
    margin-left: 0;

}

.modal-border {
    padding: 15px 5px;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.modal-gray-title {
    min-height: 50px;
    background: #EAEAEA;
    padding: 10px 25px;
}

.modal-row .item input[type=number],
.modal-row .item input[type=text],
.modal-row .item input[type=time],
.modal-row .item textarea {
    width: 37%;
    padding: 3px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.modal-row textarea {
    width: 100%;
    margin: 15px;

}

.mlogo-text{
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    color: #363636;
    text-align: center;
}

textarea#message {
    resize: none;
    height: 128px;
    margin: 20px 10px 20px 60px;
    width: 90%;
    padding: 7px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
}

div.comment {
    padding: 20px 40px 20px 80px;
}

label[for=comment] {
    display: block;
    padding-left: 20px;
}

.modal-row input[type=time] {
    width: 34%;
}

.modal-row select {
    width: 15%;
}

.modal-row label {
    display: inline-block;
    width: 100%;
    margin-left: 5px;
}

.modal-item {
    display: flex;
}

label[for=pay9] {
    width: 50%;
}

.modal-row label span.small,
.modal-row label span.small_min230 {
    font-size: 11px;
    display: inline-block;
    width: 80%;
    min-width: 0;
}

.modal-row .label_input label span.small,
.modal-row .label_input label span.small_min230 {
    width: 50%
}

.modal-row .label_input label select {
    width: 37%;
}



.modal-row div.item {
    padding: 7px;
}





.ok {
    font-weight: bold;
    color: #1CB830;
}

.waiting {
    font-weight: bold;
    color: #E96B21 !important;
}

span.small {
    font-size: 12px;
    min-width: 120px;
    display: inline-block;
}

span.small_min40 {
    min-width: 40px;
    font-size: 12px;
    display: inline-block;
}

span.small_min55 {
    min-width: 55px;
    font-size: 12px;
    display: inline-block;
}

span.small_min230 {
    min-width: 230px;
    font-size: 12px;
    display: inline-block;
    margin: 0px auto;
}

input#prepay {
    width: 30%;
}

label[for=prepay] {
    width: auto;
}

div#dop_input {
    padding-left: 7px;
}

.modal-row input.dop_info,
.modal-row select.dop_info {
    width: 40%;
    margin: 0px 0;
}

.modal-border .uk-flex a {
    margin-top: 20%;
}

.modal-border.comment .uk-flex a {
    margin-top: 0%;
}

.modal-border .left-col-buttons {
    padding-right: 0;
}

/*check*/
div.img_bg {
    background: url("../img/check.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 165px;

    margin-bottom: 70px;
    padding-top: 60px;
}

div.img_bg.faq {
    background: url("../img/faq.png");
}

div.img_bg.contact {
    background: url("../img/contact.png");
}

div.img_bg.distance {
    background: url("../img/dist.png");
}

div.img_bg.tarif {
    background: url("../img/tarif.png");
}

div.img_bg.news {
    background: url("../img/news.png");
}

div.img_bg h1 {
    font-size: 24px;
    color: #fff;
}

div.row {
    /* padding-left: 20px; */
    min-height: 20px;
}

p.info {
    font-size: 12px;
    color: #333;
}

input#check {
    border: 1px solid #363636;
    border-radius: 5px 0 0 5px;
    padding: 8px 10px;
    color: #363636;
    font-size: 12px;
    width: 273px;
    margin-bottom: 40px;
}

input#check + label a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px 7px 8px;
    text-align: center;
    background-color: #6ba0fe;
    position: relative;
    left: -4px;
    top: -1px;
    color: #fff;
    border: 1px solid transparent;
    width: 135px;
    border-radius: 0 5px 5px 0;
}

i.fa-check {
    font-weight: 200;
    border: 2px solid #1CB830;
    color: #1CB830;
    border-radius: 50%;
    padding: 5px;
    margin: 20px 10px 20px 0;
}

i.fa-times {
    font-weight: 200;
    border: 2px solid #E96B21;
    border-radius: 50%;
    padding: 5px 10px;
    margin: 20px 10px 20px 0;
    color: #E96B21;
}

.gray {
    background-color: #EAEAEA;
}

div.row.gray {
    height: 50px;
    /* margin-left: 50px; */
}

.row.check a {
    width: 50%;
    float: left;
    padding: 15px 0;
    border-left: 1px solid #dadada;
}

.row p.active,
a.active {
    font-weight: bold;
    font-size: 12px;
    color: #367CF6;
    padding-top: 15px;
}

.f12 {
    font-size: 12px;
}

.f10 {
    font-size: 10px;
}

.inline_block {
    display: inline-block;
    width: 100%;
}

a.inline_block {
    padding: 10px 30px;
    height: 50px;
}

a.inline_block.app {
    padding: 10px;

}

.border-left {
    border-left: 1px solid #dadada;
}

.border-right {
    border-right: 1px solid #dadada;
}

.border-top {
    border-top: 1px solid #dadada;
}

.border-bottom {
    border-bottom: 1px solid #dadada;
}

.border {
    border: 1px solid #e4e4e4;
}

.row.border {
    border: 1px solid #e4e4e4;
    border-top: none;
    /* margin-left: 50px; */
    padding: 15px 40px;
}

.row.border.bottom {
    padding: 0px 0 0 60px;
}

.row.border.bottom.uk-grid > * {
    margin-left: 0;
}

.left_padding {
    padding-right: 15px;
    padding-left: 20px;
}

.margin_top {
    margin: 5px auto;
}

.uk-width-expand.stat {
    padding: 0 40px;
}

.row.border.bottom span,
.row.border.bottom span.bold {
    display: inline-block;
    margin-top: 15px;
}

.left-col-nav div {
    position: relative;
    overflow: hidden;
}

.left-col-nav a.close {
    width: 100%;
    padding: 18px 0 0 0;
    text-align: center;
}

/* .left-col-nav a.close::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background-color: transparent;
} */

.active .close-tabs {
    width: 0px;
    height: 0px;
    display: none;
}

.left-col-nav .close-tabs {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}

.close-tabs:before {
    content: '+';
    color: #45a2ff;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 25px;
    line-height: 1;
    top: -5px;
    left: 6px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}

.close-tabs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /* background: #45a2ff; */
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}

.close-tabs:hover:after {
    transform: scale(1);
}

.close-tabs:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}

/* .left-col-nav a.close:hover::before,
.left-col-nav a.close.active::before {
    content: '+';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -16px;
    top: -16px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 0 4px;
    cursor: pointer;
} */

.uk-accordion li {
    margin-top: 0 !important;
}

.uk-accordion-title,
a.uk-accordion-title:hover {
    background-color: #eaeaea;
    width: 100%;
    font-size: 12px;
    min-height: 50px;
    display: inline-block;
    padding: 15px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.uk-accordion-title span {
    display: inline-block;
    width: 80%;
}

a.uk-accordion-title::after {
    content: "показать \f078 ";
    background: none;
    position: absolute;
    top: 25%;
    right: 2%;
    height: auto;
    width: auto;
    color: #6ba0fe;
    font-family: FontAwesome;
}

li.uk-open a.uk-accordion-title::after {
    content: "свернуть \f077 ";
    background: none;

    font-family: FontAwesome;
}

.uk-accordion-content {
    padding: 15px;
    margin-top: 0px;
}

a.dashed {
    border-bottom: 1px dashed #333;
    padding: 15px 3px 3px 3px;
    margin-left: 13px;
    margin-bottom: 13px;
}

.img_news img {
    width: 100%;
    height: 265px;
}

div.message.app.min_height_reset,
.min_height_reset {
    min-height: 10px;
}
.modal-window-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 50;
}
div.message.app.min_height_reset,
#modal_window {
    /* background: #fff; */
    width: 500px;
    min-height: 500px;
    margin: 5% auto;
    -webkit-box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75);
    -moz-box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75);
    box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75);
}

/*#modal_window{*/
/*    position: fixed!important;*/
/*}*/

#modal_window .modal_wrapper_header_login {
    height: 150px;
    background: url("/themes/adista/assets/img/daf1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#modal_window .modal_wrapper_header_enter {
    background-color: #eaeaea;
    padding: 20px 0;

}

#modal_window .modal_wrapper_header_pass {
    height: 150px;
    background: url("/themes/adista/assets/img/daf2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#modal_window h2 {
    color: #000;
    font-weight: bold;
}

#modal_window input {
    border: 1px solid #eaeaea;
    width: 80%;
    margin: 10px 10%;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
}

#modal_window input:focus {
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.35);
}

.w80 {
    width: 80%;
    margin-left: 10%;
}

#modal_window p.modal_link, #modal_window p.modal_link a {
    color: #4069ff;
    font-size: 14px;
    font-weight: 400;
}

#modal_window p.modal_link a.dotted {
    padding-bottom: 5px;
    border-bottom: 1px dotted #4069ff;
}

#modal_window .button {
    padding: 10px 0;
    text-align: center;
    width: 120px;
    display: inline-block;
    border: 1px solid #4069ff;
    border-radius: 5px;
    transition: 0.3s;
    color: #fff;
    font-weight: bold;
    background-color: #4069ff;
    margin: 0;
}

#modal_window .button.button_reg {
    padding: 10px;
    width: auto;
}

#modal_window .button:hover {
    transition: 0.3s;
    background: #fff;
    color: #4069ff;
}

#modal_window .button_negative:hover {
    transition: 0.3s;
    background: #4069ff;
    color: #fff;
}

#modal_window .button_negative {
    transition: 0.3s;
    background: #fff;
    color: #4069ff;
}

#modal_window p {
    color: #000;
}

#modal_window p a {
    color: #274E7D;

    font-weight: bold;
    font-size: 18px;
}

#tabs {
    margin: 0px 40px;
}

#modal_window .labelbox {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px;
}

#modal_window input[type=radio] {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 25px;
    padding: 0px;
    margin: 0px;
    transition: 0.3s;
}

#modal_window input[type=radio]:checked {
    background: #274E7D;
    transition: 0.3s;
}

#modal_window #tabs-2 {
    display: none;
}

#modal_window #tabs-1 button,
#modal_window #tabs-2 button {
    width: auto;
    margin: 10px auto;
}

#modal_window h2 {
    margin-bottom: 5px;
}

#modal_window .modal_wrapper_login {
    min-height: 600px;
    width: 500px;
    margin: 10% auto;
}

#modal_window {
    width: 34%;
    min-height: auto;
    min-width: 600px;
    display: none;
    z-index: 50;
    background: #fff;
    box-shadow: none;
    position: relative;
    top:100px;
    /* -webkit-box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75);
    -moz-box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75);
    box-shadow: inset 8px 6px 54px -6px rgba(126, 126, 230, 0.75); */
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 45;
    top: 0;
    left: 0;
    display: none;
}

.additionalEnter {
    float: right;
    padding: 5px 0px !important;
}

.notifAuth {
    min-height: 550px;
}

.not-ok {
    color: red !important;
}

.wait {
    color: #D27400 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.cor1 {
    /* padding: 0px 4px 0px 11px; */

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <— Apparently some margin are still there even though it's hidden */
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    height: 30px !important;
}

.text-content {
    /* padding-left: 50px; */
}

.text-content h3 {
    font-size: 30px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
}

.text-content p {
    font-size: 12px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(134, 134, 134);
    line-height: 1.2;
    text-align: left;
    margin-top: 20px;
    /* padding: 0px 0px 0px 50px; */
}

.name_pd {
    padding: 5px 30px 5px 55px;
}

.inherit-correction {
    padding-bottom: 30px !important;
    /* min-height: inherit !important; */
}

div.balance {
    cursor: pointer;
}

div.balance.selected_tar::before {
    background-color: #6ba0fe;
}

.selected_tar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.devlogo {
    width: 100px;
    height: auto;
}

#header {
    height: 150px;
    background-image: url(/themes/adista/assets/img/headerBlue.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#header h1 {
    font-size: 30px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    /* padding-left: 70px; */
}

#header .accent {
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    background-position: center;
}

#header.faq .accent {
    background-image: url(/themes/adista/assets/img/icofaq.png);
}

#header.rules .accent {
    background-image: url(/themes/adista/assets/img/rules.png);
}

#faq .wrapper h2 {
    font-weight: bold;
}

#faq .wrapper h2, #faq .wrapper p, #ab .wrapper h2, #ab .wrapper p, #rules .wrapper h2, #rules .wrapper p {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
}

#faq .wrapper, #ab .wrapper, #rules .wrapper {
    padding: 20px 0px 20px 0px;
}

#rules .wrapper ul li {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    padding: 3px;
}

#rules .wrapper ul {
    list-style-type: none;
}

.bld {
    font-weight: bold;
}

/*h1de ggle logo*/
.hdpi.pac-logo:after {
    display: none;
}

#addCargo .pretty_rows {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
    padding-right: 1rem;
    align-items: center;
}

#addCargo .pretty_rows.pretty_rows_full-width :first-child {
    width: 100%;
}

#addCargo .pretty_cars_images {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

#addCargo .pretty_cars_images label {
    margin-right: 1rem;
}

#addCargo .pretty_rows input[name="character_cargo"] {
    width: 50%;
}

#addCargo .pretty_rows :first-child {
    width: 9rem;
}

/* Autocomplete cities */
.ui-autocomplete-loading {
    background: white url("ajax-loader.gif") right center no-repeat;
    background-size: contain;
}

#distance_result.ui-autocomplete-loading {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: transparent;
}

/* Sorting jquery.ui */
.sortable_ui {
    counter-reset: counter_cities_sort;
}

.sortable_ui .loading--input-group,
.sortable_ui .unloading--input-group {
    width: auto;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sortable_ui .loading--input-group:before,
.sortable_ui .unloading--input-group:before {
    counter-increment: counter_cities_sort;
    content: counter(counter_cities_sort) ".";
    display: block;
    float: left;
    position: relative;
    color: #817d7d;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

.unloading--input, .loading--input {
    display: none;
}

.js-save-true {
    display: block;
}

.uk-container.main .bottom_nav {
    margin: 0px
}

.wide nav.uk-navbar-container.gray.uk-navbar {
    /* margin-left: 27px; */
}

.loop .date-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loop .user_info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.loop .user_info a {
    margin-right: 5px;
}

.text-content.footer-content p {
    padding: 0px;
}

#filter_form,
div.right.auth {
    min-height: 355px;
    box-sizing: border-box;
}


.banner_on_filtr {
    background: url('/themes/adista/assets/img/111.jpg') no-repeat center;
    background-size: cover;
    /* height: 359px; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.filter-wrp{
    background-image: url('../img/back-form-wrp.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.filter-wrp .content-item{
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.8);
    /*background-image: url('../img/maps.png');*/
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 60px;
}
.filter-wrp .content-item p{
    font-size: 16px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 5px #ffffff;
    line-height: 1.2;
    text-align: left;
    /* max-width: 50%; */
    margin-bottom: 40px;
}
.filter-wrp .content-item a:hover{
    border-bottom: 1px solid white;
}
.filter-wrp .content-item a{
    font-size: 14px;
    font-family: "Proxima Nova", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px dashed white;
    transition: 0.3s;
}
.filter-wrp .content-item h2{
    font-size: 30px;
    font-family: "Proxima Nova", sans-serif;
    text-shadow: 0 0 4px #ffffff;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    /* max-width: 50%; */
    margin-bottom: 40px;
}
.fix-height-35 {
    display: inline-block;
    height: 35px;
}

.padding10 {
    padding: 10px;
}

.lilili li {
    margin: 0 20px;
}

.lilili li a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.relative {
    position: relative;
    perspective: 1000px;
}

#gmap {
    height: 300px;
    width: 100%;
    display: flex;
}

.left-col-add_cargo .select--cities-js {
    display: inline-block;
    margin: 0;
}

.left-col-add_cargo .select--cities-js,
.left-col-add_cargo .select--cities-js,
.left-col-add_cargo .field_from input[type='text'],
.left-col-add_cargo .field_to input[type='text'] {
    width: 50%;
}

.left-col-add_cargo .sortable_ui input[type=text] {
    width: 40%;
}

.left-col-add_cargo .sortable_ui .select2.select2-container {
    width: 40% !important;
}

.left-col-add_cargo input,
.left-col-add_cargo select {
    height: 1.8rem;
}

.js-delete-field {
    z-index: 1;
}

.ad_loop .ad_loop-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.js-checkbox-loop-ad {
    display: flex;
    padding-left: 1rem;
}

.line-height-fix {
    line-height: 6px;
}

#report_user div.uk-modal-dialog{
    width: 100%;
    max-width: 480px !important;
}

.img-prev{
    position: relative;
    z-index: 100;
}

#passchange .left-col-buttons button, #passchange .left-col-buttons a {
    padding: 10px 25px;
    margin: 10px 5px;
}
#passchange .left-col-buttons {
    padding-right: 8px!important;
}
#passchange .uk-modal-dialog input{
    display: inline-block;
    width: 145px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 10px;
}
#passchange .uk-modal-dialog .uk-grid{
    margin-left: 0px!important;
}
#passchange .uk-modal-dialog{
    width: max-content!important;
}

div.meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

div.meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
div.meter[value="0"]{ background: red; }
div.meter[value="1"]{ background: red; }
div.meter[value="2"]{ background: yellow; }
div.meter[value="3"]{ background: orange; }
div.meter[value="4"]{ background: green; }
/* Webkit based browsers */
div.meter[value="1"]::-webkit-meter-optimum-value { background: red; }
div.meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
div.meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
div.meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
div.meter[value="1"]::-moz-meter-bar { background: red; }
div.meter[value="2"]::-moz-meter-bar { background: yellow; }
div.meter[value="3"]::-moz-meter-bar { background: orange; }
div.meter[value="4"]::-moz-meter-bar { background: green; }

#password-strength-text span{
    font-weight: bold;
}
#password-strength-text{
    margin: 0px;
}
#news-block{
    padding: 20px 0px;
}
.news-card{
    background: lightgray;
    min-height: 200px;
    background: lightgray;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.news-card:hover .overlay{
    opacity: 1;
    transition: 0.3s;
}
.news-card .overlay .text-content h4 {
    font-size: 22px;
    font-family: "Proxima Nova", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    bottom: 5px;
    right: 10px;
    left: 10px;
}
.news-card .overlay{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: 0.3s;
    display: block;
}
.news-card-container{
    padding: 10px 10px 10px 0px;
}
.svg-lauder{
    display: block;
    margin: 0 auto;
    padding: 25px 25px 0px 25px;
}
.invoice{
    padding: 10px;
}
.invoice .invoice-content{
    border: 3px solid #868686;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    height: 180px;
    padding: 0px 0px 15px;
}
.invoice p{
    font-size: 14px;
    color: rgb(134, 134, 134);
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.invoice a{
    color: rgb(134, 134, 134);
    text-align: center;
    display: block;
}
.invoice a:hover{
    text-decoration-style: dashed;
}

#orderAdwerse .uk-modal-dialog{
    width: max-content;
}
.orderAdwerse{
    width: 500px;
}
.orderAdwerse input{
    display: inline-block;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 5px 0px;
    width: 100%;
}
.orderAdwerse textarea{
    display: block;
    width: 100%;
    resize: none;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #e4e4e4;
}
.orderAdwerse button:hover{
    background: #6492E7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.orderAdwerse button{
    text-align: center;
    padding: 15px 30px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    background-color: #eaeaea;
    color: #B6B6B6;
    font-weight: bold;
    margin: 20px 5px;
    float: right;
}
.action-link{
    padding: 10px 40px 10px 0;
    display: flex;
    font-weight: bold;
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
    color: #222;
}
.action-link.activated, .action-link:hover{
    text-decoration: underline;
    color: #222;
}
.action-link.cert:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/themes/adista/assets/img/cert.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 3px;
}
div.cert:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/themes/adista/assets/img/cert.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 3px;
}
.action-link.online.activated{
    -webkit-animation: online-activated 3s ease-in infinite alternate;
    animation: online-activated 3s ease-in infinite alternate;
}
.action-link.online{
    border-radius: 10px;
}

@-webkit-keyframes online-activated {
    0%  {
        background: #bcf8bc;
        box-shadow: 10px 14px 28px rgb(191, 253, 173), 10px 10px 10px rgb(192, 250, 181);
    }
    49%{
        background: #02ff67;
        box-shadow: 10px 14px 28px rgba(2, 255, 103, 0.5), 10px 10px 10px rgba(2, 255, 103, 0.5);
    }

}

@keyframes online-activated {
    0%  {
        background: #bcf8bc;
        box-shadow: 10px 14px 28px rgb(191, 253, 173), 10px 10px 10px rgb(192, 250, 181);
    }
    49%{
        background: #02ff67;
        box-shadow: 10px 14px 28px rgba(2, 255, 103, 0.5), 10px 10px 10px rgba(2, 255, 103, 0.5);
    }
}

@-webkit-keyframes blinker {
    0%, 49% {
        background-image: url(/themes/adista/assets/img/online.png);
        transition: 0.3s;
    }
    50%, 100% {
        background-image: none;
        transition: 0.3s;
    }
}


#payment div.uk-modal-dialog{
    width: 100%;
    max-width: 480px !important;
}

#payment h3{
    font-family: "Proxima Nova", sans-serif;
    font-weight: bold;
}
.addsumm{
    font-family: "Proxima Nova", sans-serif;
    display: block;
    text-align: center;
    border: 1px solid #80BDF8;
    padding: 5px;
    border-radius: 5px;
    margin: 0px 5px;
    color: #fff;
    background-color: #80BDF8;
    font-weight: bold;
    transition: 0.3s;
}
.ps{
    font-family: "Proxima Nova", sans-serif;
    display: block;
    text-align: center;
    border: 1px solid #80BDF8;
    padding: 5px;
    border-radius: 5px;
    margin: 0px 5px;
    color: #fff;
    background-color: #80BDF8;
    font-weight: bold;
    transition: 0.3s;
    margin-bottom: 10px;
}
.ps.act:before{
    content: ' \2713 ';
    font-family: "Proxima Nova", sans-serif;
    color: #fff;
    margin: 0px 5px;
    font-weight: bold;
    transition: 0.3s;
}
.ps.act:hover:before{
    color: #222;
    transition: 0.3s;
}
.addsumm:hover{
    background-color: #fff;
    color: #222;
    transition: 0.3s;
}
.ps:hover{
    background-color: #fff;
    color: #222;
    transition: 0.3s;
}
#summ{
    display: inline-block;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
}
.action-payment{
    display: block;
    text-align: center;
    padding: 10px;
}
.action-payment a{
    border: 1px solid #80BDF8;
    padding: 5px 20px;
    border-radius: 5px;
    background: #80BDF8;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Proxima Nova", sans-serif;
}
.action-payment a:hover{
    background-color: #fff;
    color: #222;
    transition: 0.3s;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

#content-wrapper-load{
    padding: 20px 0px 0px;
}

.ico-pay{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 40px;
}

.badge{
    border: 1px solid #cdcdcd;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
}
.badge.pending{
    background-color: darkorange;
}
.badge.canceled{
    background-color: darkred;
}
.badge.payed{
    background-color: forestgreen;
}

.tariff-box .tariff-card:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    display: block;
    background: #E4E4E4;
    top: -5px;
    right: -10px;
    transform: rotate(45deg);
    border: 1px solid #FFFFFF;
    transition: 0.3s;
}
.tariff-box .tariff-card:hover:after, .tariff-box .tariff-card.activated:after{
    background: #6BA0FE;
    transition: 0.3s;
}
.tariff-box .tariff-card:hover, .tariff-box .tariff-card.activated{
    -webkit-box-shadow: 5px 5px 10px 1px rgba(205,205,205,1);
    -moz-box-shadow: 5px 5px 10px 1px rgba(205,205,205,1);
    box-shadow: 5px 5px 10px 1px rgba(205,205,205,1);
    transition: 0.3s;
}
.tariff-box{
    padding: 5px;
    font-family: "Proxima Nova", sans-serif;
    cursor: pointer;
}
.tariff-box .tariff-card{
    transition: 0.3s;
    position: relative;
    background: #E4E4E4;
    padding: 5px 10px;
    overflow: hidden;
    min-height: 115px;
    height: 100%
}
.tariff-box .tariff-card .tariff-name{
    color: #3C77D3;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 5px;
}
.tariff-box .tariff-card .tariff-price{
    color: #3C77D3;
    margin: 0px;
    text-align: center;
}
.tariff-box .tariff-card .tariff-time{
    color: #222222;
    margin: 0px;
    text-align: center;
}
.tariff-box .tariff-card .tariff-economy{
    color: #767273;
    text-align: center;
    margin: 5px 0px 5px;
    font-weight: bold;
}
.preloader-spin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 3;
    transition: all 1s;
    visibility: visible;
    transition: all 1s ease;
}
  /*стили для прелодера*/
.preloader-spin-loader{
    position: absolute;
    top: 38%;
    left: 38%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}
.preloader-spin-done{
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
/*стили для прелодера*/

.cargo-ico{
    width: auto;
    height: 30px;
}


.tlb{
    display: table;
}
.tlb-c{
    display: table-cell;
    vertical-align: middle;
}
.tlb-c *{
    margin: 0 auto;
    text-align: center;
}
.tlb-c1{
    width: 10%;
}
.tlb-c2{
    width: 20%;
}
.tlb-c3{
    width: 35%;
}
.tlb-c3 hr{
    margin-top: 10px;
    margin-bottom: 5px;
}
.tlb-c4{
    width: 20%;
}
.tlb-c5{
    width: 15%;
}
#blanker{
    width: 100%;
}

.padding_left_20{
    padding-left: 20px!important;
}

.padding_left_10{
    padding-left: 10px!important;
}


a.additional, a.additional:hover{
    background: #f0f0f0;
    height: auto;
    min-height: inherit;
    padding: 5px;
    color: #ff4b00;
}

a.additional:after{
    content: '\f078';
    color: #ff4b00;
}
li.uk-open a.uk-accordion-title.additional::after{
    content: '\f077';
    color: #ff4b00;
}
.right-col a{
    transition: 0.3s;
}
.right-col a:hover{
    opacity: 0.7;
}
#modal-cost .uk-modal-dialog {
    padding: 0px;
}
.content-sections{
    padding: 20px 0px;
}
.magic_close{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.8);
}
.magic_close svg{
    fill: #6BA0FE;
    transition: 0.5s;
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
}

.magic_close:hover svg{
    fill: #0f6ecd;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.left-col.messages, .left10white{
    border-right: 10px solid white;
}
.margin_bottom{
    margin-bottom: 5px;
}
.d-none{
    display: none;
}
.carder{
    position: relative;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    min-height: 10rem;
    height: auto;
    overflow: hidden;
    margin: 10px 0px;
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    transition: 0.3s;
}
.clinker{
    position: absolute;
    z-index: 20;
    -webkit-box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -22px;
    top: -22px;
    cursor: pointer;
}

.carder .bookmarkOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #fff;
    background-image: url('/themes/adista/assets/images/bookmark.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom;

}

.carder.activated .bookmarkOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;
    background-image: url('/themes/adista/assets/images/bookmark-active.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #6ba0fe;
}


.carder .hideOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -35px;
    top: -35px;
    background-image: url('/themes/adista/assets/img/icons/hideBtn.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom;

}

.hideOnCarder.activated {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -35px;
    top: -35px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    transition: 0.3s;
    background-image: url('/themes/adista/assets/img/icons/hideBtn.png');
    background-size: 40%;
    opacity: 45%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.carder .actionsOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -35px;
    right: -35px;
    background-image: url('/themes/adista/assets/img/icons/dots.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.actionsOnCarder.activated {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -35px;
    right: -35px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;
    background-image: url('/themes/adista/assets/img/icons/hideBtn.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.carder:hover, .carder.activated{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    transition: 0.3s;
}

.carder.activated {
    /* background: #EAEAEA; */
}

.brd-left{
    border-left: 1px solid #eaeaea;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.cls-padding{
    padding-left: 40px;
}
.p-card{
    padding: 25px 20px 10px 0px;
}
.date {
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: right;
    line-height: 25px;
    height: 25%;
}
.tags{
    height: 30%;
    /* padding: 7px 15px; */
    padding: 0px 15px 7px 15px;
}
.timestamps{
   width: 220px;

}
.timestamps span{
    font-size: 10px;
    line-height: 1;
    display: block;
    text-align: right;
}
.descriptor{
    padding: 0px 20px 0px 0px;
}
.descriptor h3{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}
.descriptor h3 span.distance{
    color: #6BA0FE;
}
.descriptor .text{
    font-size: 10px;
    display: block;
    margin: -5px 0px 0px 0px;
    justify-content: start;
    align-items: center;

}
.descriptor .contactor{
    font-size: 12px;
    width: 100%;

}

@media screen and (max-width: 800px){
    .descriptor .contactor{
       padding-top: 40px;
        font-size: 2vh;
    }
    .descriptor>.text{
        font-size: 2vh;
    }
    .contactor{

    }
}
.descriptor .contactor .tel{
    font-weight: bold;
    margin-right: 20px;
    color: #6BA0FE;
}
.descriptor .contactor span{
    font-weight: bold;
    color: black;
    margin-left: 20px;
}
.cargo-type{
    padding-left: 5px;
}
.h-25{
    height: 15%;
}
.h-25{
    height: 25%;
}
.h-50{
    height: 50%;
}
.ct{
    font-weight: bold;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    height: 28px;
}
.mass{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #676767;
    font-weight: bold;
}
.pay-info{
    font-size: 10px;
}
.price{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #6BA0FE;
    font-weight: bold;
}
.contact-fied-wrp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-fied-wrp .contact-fied .links{
    display: flex;
    justify-content: center;
    font-size: 12px;
    flex-wrap: wrap;
}
.contact-fied-wrp .contact-fied .links a{
    font-size: 12px;
}
.contact-fied-wrp .contact-fied .gocompany:hover{
    text-decoration: underline;
}
.contact-fied-wrp .contact-fied .gocompany{
    color: #666;
}
.contact-fied-wrp .contact-fied .writemess:hover{
    text-decoration: underline;
}
.contact-fied-wrp .contact-fied .writemess{
    color: #6BA0FE;
}
.contact-fied-wrp .contact-fied{

}
.contact-fied-wrp .contact-fied .rater{
    display: flex;
    justify-content: center;
}
.contact-fied-wrp .contact-fied h3{
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.type_v{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.type_v > span{
  margin-right: 10px
}
.lbl{
  display: flex;
  justify-content: space-between;
}
.lbl > span{
  display: block;
  width: 15px
}
.filtr .lbl select{
  margin: 0 15px;
  width: calc(100% - 50px);
}
.select_transport_type-wrapp{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.select_transport_type-wrapp select{
  width:calc(100% - 15px);
  margin-right: 15px
}
.select_transport_type-wrapp.hide{
  display: none
}
.uk-table td {
    word-break: break-word;
  }
@media screen and (min-width: 1200px){
  .w25{
    width: 25%;
  }
}
@media screen and (max-width: 1200px){
  .w25{
    width: 20%;
  }
}
@media screen and (max-width: 1150px){
  .custom .uk-width-1-5{
    width: 25%;
  }
  .custom .uk-width-4-5{
    width: 75%;
  }
}


input#submit_button{
    background: #6492E7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.img_news{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.image-news{
    width: auto;
    display: flex;
    align-self: center;
    align-items: center;
}
.text-online-cert{
    margin: 0px 3px;
}

.text-online{
    margin: 0px 5px;
}


.menu-title:hover{
    color: #45a2ff;
}

.hoverBudge{
    cursor: pointer;
}
/* .hoverBudge:hover span{
    position: absolute;
    left: 20px;
    padding: 2px 7px;
    background-color: #c4c4c4;
    border-radius: 7px;
    z-index: 10;
    font-weight:700;
    transition:all .5s;
    color: #000;
} */

.header-menu ul li {
    transition: 0.1s ease-in-out;
}

.header-menu ul li:hover a {
    color: #6492E7
}


/*

p {
    white-space: nowrap;
    width: 100%;                   !* IE6 needs any width *!
    overflow: hidden;              !* "overflow" value must be different from  visible"*!
    -o-text-overflow: ellipsis;    !* Opera < 11*!
    text-overflow:    ellipsis;    !* IE, Safari (WebKit), Opera >= 11, FF > 6 *!
}
*/


.carder-mob{
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    box-shadow: 0px 0px 0px 0px rgba(82,82,85,1);
    transition: 0.3s;
}

/* .carder-mob .bookmarkOnCarder{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #fff;
}
.carder-mob.activated .bookmarkOnCarder{
    content: '+';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;
} */

.carder-mob .bookmarkOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #eaeaea;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #fff;
    background-image: url('/themes/adista/assets/images/bookmark.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom;

}

.carder-mob.activated .bookmarkOnCarder{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #6ba0fe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -35px;
    top: -35px;
    background-color: #6ba0fe;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 12px;
    cursor: pointer;
    transition: 0.3s;
    background-image: url('/themes/adista/assets/images/bookmark-active.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #6ba0fe;
}
.carder-mob:hover, .carder-mob.activated{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    box-shadow: 0px 0px 10px 0px rgba(82,82,85,1);
    transition: 0.3s;
}

.carder-mob.activated {
    /* background: #EAEAEA; */
}
.partner-card{
    border: 2px solid #eaeaea;
    margin-bottom: 20px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    min-height: 130px;
}
.text-area-button{
    background: #6492E7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 5px;
}
.text-area-button:hover{
    background: #113579;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 5px;
}
.stars input {
    position: absolute;
    clip: rect(0, 0, 0, 0);

}
.stars label {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 4px;
    height: 25px;
    width: 25px;
    /* background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='transparent' stroke='slategray' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1) i,
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2) i,
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3) i,
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4) i,
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) i {
    color:#ffd400;
    /* background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='slategray' stroke='slategray' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
}

#filt-body {
    width: 30%;
    min-width: 400px;
}

.uk-switch {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 30px;
}

.uk-switch input {
    display:none;
}

.uk-switch-slider {
    background-color: rgba(0,0,0,0.22);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 500px;
    bottom: 0;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.07);
}

.uk-switch-slider:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 1px;
    bottom: 1px;
    border-radius: 50%;
    transition-property: transform, box-shadow;
    transition-duration: .2s;
}

input:checked + .uk-switch-slider {
    background-color: #39f !important;
}

input:checked + .uk-switch-slider:before {
    transform: translateX(13px);
}

.uk-switch-slider.uk-switch-on-off {
    background-color: #f0506e;
}

input:checked + .uk-switch-slider.uk-switch-on-off {
    background-color: #32d296 !important;
}

.uk-switch-slider.uk-switch-big:before {
    transform: scale(1.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.22);
}

.uk-switch-slider.uk-switch-small:before {
    box-shadow: 0 0 3px rgba(0,0,0,0.22);
}

input:checked + .uk-switch-slider.uk-switch-big:before {
    transform: translateX(13px) scale(1.2);
}

.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
    background-color: rgba(255,255,255,0.22);
}

.options-ads-menu{
    top: 15%;
    right: 10px;
    z-index: 50;
    background-color: whitesmoke;
    border: 2px solid rgba(0,0,0,0.3);
}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: auto; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #3989c9; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
}

.date-ad>[data-tooltip]::after {
    padding: 2px;
    min-width: 190px;
    font-size: 14px;
    font-weight: 400;
}

#selcount1, #selcount2{
    width: 100%;
    max-width: 80%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    margin: 10px 10%;
    background: #FFF no-repeat center / cover;
    outline: 0;
}

select[name="type_user"]{
    width: 100%;
    max-width: 80%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    margin: 10px 10%;
    background: #FFF no-repeat center / cover;
    outline: 0;
}

select>optgroup{
    border-top:2px;
    border-bottom:2px;
}

.place>select{
    margin-bottom:10px;
    text-align: left;
    color:rgb(0, 0, 0);
}

.place>input{
    width:80%;
}

.current .fa{
    /* color:#45a2ff; */
}

.new .fa{
    /* color:#45a2ff; */
}

.js-switch-tabs span{
    font-size: 14px;
}

.search_setting .fa{
    color:#45a2ff;
}

.checkbox_Form-field input{
    width: auto !important;
}
.checkbox_Form-field label{
    display: inline !important;
}

.blue-btn{
    background: #6492E7 !important;
    color: #fff !important;
    cursor: pointer;
}
.uk-open>.uk-modal-dialog>.uk-modal-footer>.uk-modal-close{
    padding: 5px 10px !important;
    margin-right: 20px !important;
}
.online[data-tooltip]::after {
    text-transform: lowercase;
    font-size: 12px;
    min-width: 200px;
}
.inpartners{
    border: 2px solid #eaeaea;
    /* min-height: 175px; */
    /* margin-left: 90px; */
    margin-bottom: 20px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    min-height: 130px;
}
.partner [data-tooltip] {
    position: relative; /* Относительное позиционирование */
}
.partner [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: auto; /* Ширина подсказки */
    font-size: 14px;
    min-width: 130px;
    left: 40px; 
    top: -18px !important; /* Положение подсказки */
    background: #3989c9; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
}
.partner [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
}
.closed{
    /* background: #ff00000f; */
    border-color: #ff000052;
    border-style: dashed;
}
.closeADS{
    content: 'Закрыто';
    display: inline-block;
    width: 10%;
    border: 4px solid #eaeaea;
    position: absolute;
    right: 45%;
    border-radius: 0% 0% 50% 50%;
    color:red;
    font-weight: 700;
}
.new-ad-timer{
    background: #c1ffdd6e;
    border-color: #00ff3752;
    border-style: dashed;
}
.closed .ad-time{
    color:red !important; 
}
.closed .ad-time .fa{
    color:red !important; 
}
.new-timer{
    content: 'Новое';
    display: inline-block;
    width: 10%;
    position: absolute;
    right: 45%;
    color:rgb(0, 129, 22);
    font-weight: 700;
    border-color: rgb(223 220 220);
    border: 4px solid #eaeaea;
    border-radius: 0% 0% 50% 50%;
    font-weight: 700;
}
.top-menu img{
    width: 15%;
    padding: 5px;
}
.top-menu a{
    width: 100%;
}
#filter_form{
    min-height: 50px !important;
}
a.active .fa{
    color: #000;
}
.top-menu-item>div{
    /* -webkit-box-shadow: 1px 1px 47px 5px rgba(149, 180, 204, 0.2) inset;
    -moz-box-shadow: 1px 1px 47px 5px rgba(149, 180, 204, 0.2) inset;
    box-shadow: 1px 1px 47px 5px rgba(149, 180, 204, 0.2) inset; */
}
.top-bg{
    min-height: 110px;
}
.fon-1{
    background: url("../img/fons/road1.png") center center no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-2{
    background: url("../img/fons/road2.png") center center no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-3{
    background: url("../img/fons/road3.png") center center no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-4{
    background: url("../img/fons/road4.png") center center no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-5{
    background: url("../img/fons/road5.png") center center no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-custom{
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-size: cover;
}
.fon-custom img{
    height: 100px !important;
}
.top-menu a:hover{
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3); 
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3); 
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(0, 0, 0, 0.1); 
    /* background: rgb(183 183 183 / 56%) !important; */
    font-weight: 600;
    /* color: rgba(0, 0, 0) !important; */
    transform: 0.3s;
}
a.search-accordion::after {
    right: 20% !important;
    color: #088300 !important;
}
.fixed-top-menu{
    width: 100%; 
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
}

#filter-dopbar>li>a{
    display: block;
    text-align: center;
    padding: 2px 3px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 0.775rem;
    text-transform: uppercase;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.main-r-block>h3{
    color: #45a2ff;
    font-weight: 600;
}
.delete-filter {
    width: 5px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* margin-top: 5px;
    margin-right: 5px; */
}

.delete-filter:before {
    content: '+';
    color: #45a2ff;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 25px;
    line-height: 1;
    top: -5px;
    left: 6px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}

.delete-filter:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /* background: #45a2ff; */
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
#filt-body hr{
    margin-top:3px;
    margin-bottom:5px;
}
.accordion-blue a{
    color:#6BA0FE;
}
.accordion-blue a:hover{
    color:#6BA0FE;
}
.accordion-blue a::after{
    color:#6BA0FE !important;
}
.allinfo-table>table>tbody>tr{
    font-size: 14px;
}
.allinfo-table>table>tbody>tr>td{
    padding-top:2px;
    padding-bottom:2px;
}
.allinfo-table>table>tbody>tr{
    border: 1px solid #0000004d;
    border-top: none;
    border-right: none;
    border-left: none;
}
.company-info ~ tr{
    border-top:none !important;
}
.company-info{
    border-bottom: none !important;
}
.p-card .text-ads{
    font-size:14px;
    color: #000;
}
#drop-ads-for-page{
    min-width: 50px;
    padding: 15px;
}
#drop-ads-for-page>p{
    margin-top:10px;
    margin-bottom:10px;
}
#drop-ads-for-page a{
    font-size: 16px !important;
}
#count-for-page{
    font-size: 16px;
    color: #367CF6;
}
.h-80{
    height: 80%;
}
#bt-drop-count{
    border: 1px solid #367CF6;
    padding: 0px 10px;
    height: 90%;
    border-radius: 10px;
}
.search-set{
    background: #b2dbff !important;
    margin-bottom: 10px;
}

.search-set .uk-card{
    background: #ffffff !important;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1 !important; 
}
#dialog-modal{
    max-width: 600px !important;
}
#dialog-model .uk-modal-close{
    background: #b9b9b9 !important;
}
.btn-blue-style{
    text-align: center;
    padding: 15px 30px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    font-weight: bold;
    margin: 5px 5px;
    background: #6492E7;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
#filt-body .uk-modal-title{
    margin: 0 auto;
}
.logo {
    margin-right: 10px;
    padding: 20px 10px;
    border: 2px solid #45a2ff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px 15px rgb(34 60 80 / 14%) inset;
    -moz-box-shadow: 0px 0px 8px 15px rgba(34, 60, 80, 0.14) inset;
    box-shadow: 0px 0px 10px 10px rgb(34 60 80 / 14%) inset;
    margin-left: 10px;
}
.name-user{
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 10px;
}
.drp-menu{
    padding: 0px !important;
}
.drp-menu>li{
    padding: 2px 7px;
}
.alert-mode{
    border: 1px double #bdbdbd;
    border-radius: 10px;
    background: #eb000021;
    padding: 3px 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.alert-mode>a{
    text-align: center;
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    font-weight: bold;
    background: #45a2ff;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}
.ads-page .left-col-nav a.active{
    background-color: #d4ebff !important;
}
.ads-page .left-col-subnav a {
    background-color: #d4ebff !important;
    transition: cubic-bezier(1, 0, 0, 1);
}
.ads-page .left-col-subnav a:hover {
    text-decoration:underline;
    background-color: #77c0ff !important;
}
.chat{
    border: 1px solid #367CF6;
    padding: 0px 10px;
    height: 90%;
    border-radius: 10px;
    margin-left: 10px;
}
.input_ad{
    position: absolute;
    top: 10%;
    left: 1%;
}
.checkall{
    margin: 0px !important;
}
.info-places{
    display: inline-block;
    vertical-align: middle !important;
}
.info-places>i{
    font-size: 22px !important;
    color: #45a2ff;
}
/* Контейнер подсказок */
.info-places {
    position: relative;
}
  
/* Текст подсказки */
.info-places .info-places-text {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-weight: 500 !important;
    /* Расположите текст подсказки */
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -200px;

    /* Исчезают в подсказке */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Подсказка стрелка */
.info-places .info-places-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.info-places:hover .info-places-text {
    visibility: visible;
    opacity: 1;
}
.viber-container>div{
    width: 50%;
    margin-left: 5px;
}
.viber-container>div input{
    width: 100% !important;
}
.contact-full>label>div{
    width: 100% !important;
}
.views-count{
    margin: 2px 10px;
    border: 1px solid #367CF6;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}
.views-count:hover{
    cursor:pointer;
}
.views-grid{
    padding: 5px 0px;
    border-bottom: 1px solid #0000004a;
    margin-right: -20px !important;
    margin-left: -30px !important;
    font-size: 16px;
}
.toast-message{
    margin: 0 auto !important;
    min-height: 50px !important;
    font-size: 24px !important;
    vertical-align: middle !important;
    text-align: center !important;
}
#toast-container{
    bottom: 70% !important;
    margin: 0 auto !important;
}
.info-places-ads{
    left: 35% !important;
    margin-left: 200px !important;
    top: 0px !important;
}
.reclama-img{
    margin-bottom: 0px !important;
}
.ads-row{
    max-height: 155px !important;
}
.ads-row .reclama-img{
    max-height: 155px !important;
}
.ads-top{
    min-height: 0px;
}
.ads-top .reclama-img{
    max-height: 150px !important;
}
.ads-bottom .reclama-img{
    max-height: 200px !important;
}
.ads-a{
    margin-top: 0px;
    margin-bottom: 0px;
}
.tel-reg>label>div{
    width: 100%;
}
.delete-acc{
    background-color: #b9b9b9; 
    margin: 10px !important;
    padding: 5px 15px !important;
    border-radius: 10px;
}
.rate-star{
    color: #ffd400 !important;
}
.login-btn{
    width: 100% !important;
    margin-top: 10px !important;
}
.staff-contact a{
    margin: 2px 10px;
    font-weight: 500;
}
.c-contact{
    font-size: 12px;
}
.c-contact a{
    margin: 3px 5px;
}
.name-cargo .ui-autocomplete-loading {
    background: none;
}
.cargoname-popular{
    font-weight: 700;
    background: #c7e1f7;
    text-align: center;
}
.ui-datepicker {
    min-width: 260px !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    padding-left: 0px;
    padding-right: 5px;
}
.mapp-menu{
    border-left: 1px solid #939393 !important;
    border-bottom: 1px solid #939393 !important;
    background-color: #fff !important;
    margin-right: 1px;
}
.uk-flex-left.mapp-menu{
    border-top: 1px solid #939393 !important;
}
.mapp-menu>a{
    border-right: 1px solid #939393 !important;
}
.border-right-gray{
    border-right: 1px solid #939393 !important;
}
.prim-txt{
    font-size: 11px;
    line-height: 1.4;
    display: block;
    text-align: left;
}
.hide-btn{
    cursor: pointer;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 10px;
    border: 1px solid #808080;
    border-radius: 10px;
}
.border-remove{
    border:none !important;
}

.carder-hide-search {
    min-height: 2rem;
    padding: 20px;
    overflow: visible;
}

.carder-hide-search.contact-fied-wrp {
    justify-content: space-between;
}

.container-contact-fied {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.removeHideOnCarden.activated svg {
    cursor: pointer;
    fill: #aabeff;
    transition: all 0.1s ease;
}

.removeHideOnCarden.activated:hover svg {
    fill: #fa5252;
    transition: all .3s ease;
}

.removeHideOnCarden .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    top: -22px;
    right: -32px;
    transition: all .3s ease;
    font-size: 12px;
}

.removeHideOnCarden .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.removeHideOnCarden:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
}

.carder-hide-search .hideOnCarder {
    top: unset;
    left: unset;
    position: relative;
    height: 20px;
    width: 40px;
    padding: 0;
    border: 0;
    background-color: unset;
    background-size: 50%;
    transform: rotate(0);
}

.carder-hide-search [data-tooltip]::after,
.carder-hide-search [data-tooltip]:hover::after {
    z-index: 2;
}

.select2.select2-container .select2-selection {
    color: #000a41;
    font-size: 13px;
    height: 1.8rem;
    padding: 4px 5px;
    border: 1px solid #363636;
    border-radius: 5px;
    box-shadow: none;
}

.select2.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #000a41;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: initial;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow {
    height: 90%;
    line-height: 10px;
}

.select2.select2-container .select2-selection-custom__clear {
    color: #000;
    font-weight: 500;
    height: calc(100% - 2px);
    margin-right: 25px;
    padding: 0 0 0 10px;
    background: #fff;
    top: 1px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.select2.select2-container .select2-selection-custom__clear span {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

.select2-container .select2-dropdown {
    border-color: #363636;
}

.select2-container .select2-results__message {
    font-size: 12px;
    padding: 0 5px 5px;
}

.select2-search__field.ui-autocomplete-loading {
    background-position: calc(100% - 5px) center;
    background-size: 16px;
}

.show_hidden__text {
    width: 100%;
}

.header-middle {
    height: 110px;
}

.