﻿body {
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    height: 100vh;
}

.menuBtn {
    float: left;
    height: 40px;
    cursor: pointer;
}

    .menuBtn img {
        width: 18px;
        margin: 13px 12px 0 12px;
    }

.lg_logo {
    margin: 60px auto 40px;
    display: block;
    max-width: 220px;
}

.footer {
    position: fixed;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 10;
}

    .footer a {
        width: 50%;
        display: inline-block;
        float: left;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        text-shadow: 1px 1px 2px #272727;
    }

    .footer .call {
        background: #CE25FA;
    }

    .footer .write {
        background: #b6ff00;
    }

.menu {
    position: absolute;
    background: #2F3140; /*linear-gradient(#c818f7, #f0e4ff);*/
    z-index: 10;
    top: 55px;
    left: 8px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 0; /* approximate max height */
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .menu a {
        width: 200px;
        display: block;
        z-index: 30;
        padding: 0 15px;
        color: #fff;
        letter-spacing: 0.5px;
        cursor: pointer;
        text-decoration: none;
    }

        .menu a:hover {
            background: #1A1A22;
        }

    .menu.opened {
        max-width: 230px;
        border: 1px solid #be1aea;
    }

.password {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

/* MAIN PAGE STYLES */

.main {
    margin: auto;
    position: relative;
    background: url(/AppFiles/img/main_bg.png), rgba(1, 1, 1, 0);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 520px;
    padding: 20px 0 0;
    text-align: center;
    max-width: 1200px;
    z-index: 50;
}

.main_bg {
    width: 100%;
}

.info1 {
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

    .info1 .left {
        width: 50%;
        float: left;
    }

.main_logo {
    margin: 20px auto 0;
    max-width: 300px;
    display: block;
}

.info1 .right {
    width: 50%;
    float: right;
    text-align: right;
}

.teh_tel span {
    display: block;
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 100;
}

.teh_tel p {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 100;
}

.teh_tel .zakaz {
    color: #520dff;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 20px;
    display: block;
    text-align: center;
    width: 50%;
    border-radius: 4px;
    letter-spacing: 0.5px;
    float: right;
    margin: 15px 0 10px;
}

.info2 {
    margin: 0px auto;
    width: 70%;
    color: #fff;
    display: inline-block;
}

    .info2 p {
        margin: 0;
        font-weight: 100;
        font-size: 18px;
        text-align: justify;
        line-height: 26px;
    }

    .info2 .left {
        width: 55%;
        float: left;
    }

    .info2 .right {
        width: 45%;
        float: right;
        padding: 10px 0 0;
        text-align: right;
    }

    .info2 .car_photo {
        width: 75%;
        float: right;
    }

.links {
    margin: 30px 0 0;
}

    .links img {
        max-height: 40px;
    }

    .links a:nth-child(1) img {
        margin: 0 30px 0 0;
    }

.map_block {
    max-width: 1200px;
    margin: -200px auto 0;
    background: #fff;
    position: relative;
    min-height: 600px;
    text-align: center;
}

.map {
    min-height: 600px;
}

.map_hijab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 600px;
    background: linear-gradient(90deg, #fde1ff, transparent, transparent, #d1c2ff);
    z-index: 1;
    opacity: 0.5;
}

.map-title {
    position: absolute;
    margin: auto;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6535F9;
    text-transform: uppercase;
    background: linear-gradient(0deg, #ffffff2e, #fff, #fff);
    padding: 7px 15px;
    box-shadow: 0 0 7px #909090;
    top: 220px;
    left: 0;
    right: 0;
    z-index: 60;
    display: inline-block;
    width: max-content;
}


.scope {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    position: relative;
    min-height: 300px;
    text-align: center;
    padding: 15px 0 0;
}

.sc-title {
    margin: 5px 0 20px;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6535F9;
    text-transform: uppercase;
}

.sc-line {
    background: #aa93fd;
    width: 55%;
    height: 1px;
    margin: 5px auto 15px;
}

.sc-block {
    width: 22%;
    display: inline-block;
    margin: 10px 4%;
}

    .sc-block img {
        width: 90%;
    }

    .sc-block p {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 1px;
        color: #eb0ffd;
        text-shadow: 1px 1px 2px #f373ff;
    }

.preim {
    max-width: 1200px;
    margin: auto;
    position: relative;
    background: linear-gradient(48deg, #4b0ffd, #f607fe);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 520px;
    max-height: 600px;
    /*text-align: center;*/
    padding: 1px 0;
}

    .preim::before {
        content: '';
        width: 100%;
        background: url(/AppFiles/img/adv_bg_head.png);
        height: 116px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .preim::after {
        content: '';
        width: 100%;
        background: url(/AppFiles/img/adv_bg_foot.png);
        position: absolute;
        bottom: -1px;
        left: 0;
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 118px;
        background-position: bottom;
    }

.preim-title {
    margin: 140px 0 15px;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}

.preim-block {
    width: 17%;
    display: inline-block;
    margin: 10px 1%;
    position: relative;
}

    .preim-block img {
        width: 100%;
    }

    .preim-block p {
        position: absolute;
        top: 43%;
        left: 13px;
        color: #0500c7;
        right: 13px;
        font-size: 13px;
        line-height: 20px;
        text-align: justify;
        font-weight: 100;
        text-shadow: 1px 1px 1px #9e9e9e;
        font-style: italic;
    }

.screens {
    max-width: 1200px;
    margin: 0 auto -20px;
    background: #fff;
    z-index: 0;
    position: relative;
    min-height: 530px;
    text-align: center;
    padding: 15px 0 0;
}

    .screens::after {
        content: '';
        width: 100%;
        background: url(/AppFiles/img/scr-line1.png);
        position: absolute;
        bottom: -1px;
        left: 0;
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 160px;
        background-position: bottom;
        z-index: 1;
    }

.screen_slide {
    max-width: 80%;
    margin: auto;
}

.owl-item {
    opacity: 0.5;
}

.preim_slide .owl-item {
    opacity: 1;
}

.screen_slide .center {
    opacity: 1;
}

.scr-block {
    width: 25%;
    position: absolute;
}

    .scr-block img {
        width: 100%;
    }

.scr1 {
    top: -25px;
    left: 40px;
}

.scr2 {
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}

.scr3 {
    top: -25px;
    right: 40px;
}

.scr-line {
    max-width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 308px;
}

.download_app {
    max-width: 1200px;
    margin: 0px auto 0;
    padding: 1px 0 0;
    z-index: 1;
    position: relative;
    text-align: center;
    background: #fff;
    font-size: 25px;
}

    .download_app p {
        margin: 10px auto 14px;
        text-transform: uppercase;
    }


.last_links {
    margin: 0;
    padding: 0 0 15px;
}

    .last_links img {
        max-height: 45px;
    }

    .last_links a:nth-child(1) img {
        margin: 0 10px 0 0;
    }

.news {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    position: relative;
    min-height: 390px;
    text-align: center;
    padding: 1px 0 0;
    overflow: hidden;
    display: none;
}

.news-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #6535F9;
    text-transform: uppercase;
}

.new-content {
    background: linear-gradient(to left, #FF00FE, #63f);
    position: relative;
    min-height: 160px;
    z-index: 2;
    margin: 0 0 1px 0;
    padding: 6px 0 0 0px;
}


    .new-content img {
        width: 140px;
        height: 140px;
        position: absolute;
        left: 30px;
        top: 13px;
        border-radius: 15px;
    }

    .new-content p {
        margin: 10px 10px 0 250px;
        text-align: left;
        line-height: 26px;
        color: #fff;
        font-weight: 100;
    }

.new-img-shadow {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 30px;
    top: 13px;
    border-radius: 15px;
    box-shadow: inset 3px 7px 20px #484848;
    z-index: 1;
}

.contacts {
    width: 100%;
    background: linear-gradient(to top, #520dff, #FF00FE);
    padding: 1px 0;
    height: 450px;
}

.contact-center {
    max-width: 950px;
    margin: auto;
}

.contact_form {
    float: left;
    margin: 20px 0 0;
    padding: 15px;
    background: linear-gradient(0deg, #c005fe, #ae06ff);
    border-radius: 4px;
    max-width: 280px;
}

.contact-title {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
}

.contact_form textarea {
    padding: 10px 8px;
    border: 0;
    resize: none;
    font-family: sans-serif;
    min-height: 40px;
    transition: 0.5s;
}

    .contact_form textarea:focus {
        min-height: 70px;
    }


.center_loader {
    display: block;
    width: 40px;
    margin: auto;
}

.contacts-info {
    width: 400px;
    float: left;
    margin: 20px 0 0 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
}

.company_name {
    text-align: center;
}

.company_phone {
}

.company_text {
}

.bottom {
    margin: -110px 0 0;
}
/* MAIN PAGE STYLES */

.login {
    max-width: 350px;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
}

    .login .load {
        width: 50px;
        display: block;
        margin: -10px auto;
    }

.circle0, .circle1 {
    max-width: 13px;
    position: absolute;
    left: 30px;
}

.circle0 {
    top: 14px;
}

.line {
    background: #63f;
    width: 3px;
    height: 40px;
    position: absolute;
    top: 26px;
    left: 35px;
}

.circle1 {
    top: 66px;
}

.i_list {
}

    .i_list .item {
        height: 48px;
        margin: 10px 10px 0 10px;
        background: linear-gradient( #6b34fe, #cd25fa);
        border-radius: 3px;
        padding: 0 5px;
    }

        .i_list .item img {
            float: left;
            width: 34px;
            margin: 7px 10px 0 5px;
        }

    .i_list .label {
        letter-spacing: 0.5px;
        line-height: 48px;
        color: #fff;
        font-weight: 100;
    }

    .i_list .info_block {
        margin: 10px 10px 0;
        padding: 5px 10px;
        background: linear-gradient(#c126fa, #e483ff);
        border-radius: 3px;
    }

    .i_list .info {
    }


    .i_list .info_item {
        line-height: 25px;
        color: #fff;
        font-size: 15px;
        font-weight: 100;
    }

    .i_list .title {
        width: 110px;
        float: left;
    }

    .i_list .value {
    }

    .i_list .actions {
        margin: 10px 0 0;
    }

    .i_list .act {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin: 0 5px 0 0;
        cursor: pointer;
    }

        .i_list .act img {
            width: 34px;
            height: 34px;
        }

.point {
    margin: 0 auto 10px;
    min-width: 290px;
    min-height: 40px;
}

#from_street {
    min-width: 160px;
    width: calc(70% - 48px);
    padding: 10px 8px 10px 38px;
    margin: 0 5px 0 0;
    float: left;
}

#door_number {
    min-width: 71px;
    width: calc(30% - 17px);
    padding: 10px 5px;
    margin: 0;
}

#to_street {
    min-width: 150px;
    width: calc(100% - 48px);
    padding: 10px 8px 10px 38px;
    margin: 0 5px 0 0;
    float: left;
}

#to_city {
    float: left;
    background: #fff;
    font-size: 16px;
    display: block;
    border: 1px solid #6538EA;
    border-radius: 3px;
    letter-spacing: 0.5px;
    outline: none;
    min-width: 71px;
    width: calc(35% - 17px);
    min-height: 18px;
    padding: 9px 5px 8px;
    margin: 0;
    cursor: pointer;
}

.map_marker {
    height: 21px;
    float: left;
}

.to_city_text {
    margin: 0 0 0 7px;
    color: #6633ff;
    line-height: 22px;
    font-size: 15px;
}

.from {
    height: 42px;
    min-height: 42px;
    position: relative;
}

.from_ab {
    position: absolute;
    width: 25px;
    left: 7px;
    top: 8px;
}

.comment_custom {
    position: relative;
}

    .comment_custom #comment {
        min-width: 292px;
        width: calc(100% - 48px);
        padding: 10px 8px 5px 38px;
        font-size: 16px;
        margin: 12px 0 0;
        height: 23px;
        min-height: 22px;
        transition: 0.3s;
        max-width: calc(100% - 48px);
    }

        .comment_custom #comment:focus {
            min-height: 50px;
        }

.comment_img {
    position: absolute;
    top: 7px;
    width: 23px;
    left: 8px;
}

.price {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

    .price img {
        position: absolute;
        width: 34px;
        border-radius: 3px;
        top: 3px;
        cursor: pointer;
    }

    .price .plus_btn {
        right: 3px;
    }

    .price .minus_btn {
        left: 3px;
    }

    .price #price {
        padding: 10px 35px;
        width: calc(100% - 72px);
        min-width: 238px;
        text-align: center;
        margin: 12px 0 0;
    }


.payment-block {
    max-width: 285px;
    margin: 10px auto 0;
    padding: 10px;
    border: 2px solid #a91dff;
    border-radius: 4px;
    min-width: 285px;
    background: linear-gradient(to top, #f725fa, #c36df7);
    position: relative;
}

.search-loader {
    max-width: 28px;
    position: absolute;
    right: 19px;
    top: 16px;
}

.search-icon {
    max-width: 25px;
    position: absolute;
    right: 19px;
    top: 17px;
}

.tel-search {
    padding: 8px 40px 7px 10px;
    min-width: 230px;
    font-size: 18px;
    margin: 0;
}

.search_item {
    max-width: 270px;
    margin: 10px auto 0;
    border: 2px solid #ffffff;
    border-radius: 3px;
    background: linear-gradient(to top, #fff, #d798fb);
    padding: 5px;
    position: relative;
    line-height: 23px;
}

    .search_item .left {
        width: 80%;
    }

    .search_item .right {
        width: 20%;
        top: 5px;
        right: 5px;
        position: absolute;
        height: 50px;
        text-align: center;
    }

.open-btn {
    width: 28px;
    margin: 13px 0 0;
    padding: 6px;
    border: 1px solid #e2b3ff;
    border-radius: 20px;
    cursor: pointer;
    background: #e8c8fb;
}

.pay_form {
    min-width: 220px;
    margin: 10px auto 0;
    position: relative;
}

.pay_val {
    min-width: 170px;
    padding: 10px 70px 8px 9px;
    font-size: 18px;
    width: 186px;
    margin: 0 0 5px;
}

.pay_btn {
    border-radius: 3px;
    position: absolute;
    top: 6px;
    right: 8px;
    height: 30px;
    min-width: 50px;
    width: 60px;
    padding: 0;
}

.payment_item {
    max-width: 270px;
    margin: 10px auto 0;
    border: 2px solid #f39ff2;
    border-radius: 3px;
    background: #ffe5ff;
    padding: 5px;
    position: relative;
    line-height: 24px;
}

    .payment_item .name {
        font-size: 15px;
        color: #5f02d2;
        letter-spacing: 0.5px;
    }

    .payment_item .balance {
    }

.s_val {
    background: #8b2ffd;
    color: #fff;
    padding: 1px 12px;
    border-radius: 3px;
}

.b_val {
}

.is_truck_block {
    height: 50px;
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

    .is_truck_block img {
        max-width: 45px;
        float: left;
        width: 30%;
    }

    .is_truck_block div {
        float: left;
        cursor: pointer;
    }

.is_car {
    width: calc(50% - 26px);
    margin: 0 10px 0 0;
    border-radius: 5px;
    padding: 0 9px;
}

.is_truck {
    width: calc(50% - 26px);
    float: left;
    border-radius: 5px;
    padding: 0 9px;
}

.selected_type {
    color: #6633FF;
    border: 1px solid #63f;
    background: #fff;
}

.unselected_type {
    color: #fff;
    border: 1px solid #fff;
}

.type_text {
    width: 80px;
    margin: 7px 0 0 7px;
}

.is_car_img {
}

.is_truck_img {
}

/* ADMIN PANEL STYLES */

.adm_control {
    max-width: 400px;
    margin: 10px auto;
    min-height: 40px;
    padding: 0 4px;
}

.adm_region {
    width: 100%;
    padding: 10px 5px;
    margin: 0 0 10px;
    border-radius: 3px;
}

.adm_time {
    width: 100%;
    padding: 10px 5px;
    border-radius: 3px;
}

.data a {
    text-decoration: none;
}

.data .loader {
    width: 40px;
    display: block;
    margin: auto;
}

.adm_item {
    max-width: 376px;
    width: 90%;
    margin: 0 auto 10px;
    border: 1px solid #ababab;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
}

.adm_val {
    font-size: 22px;
}

.adm_info {
    letter-spacing: 1px;
    font-weight: 400;
    color: #9b9b9b;
}

.cats_list {
    max-width: 400px;
    margin: auto;
}

    .cats_list .category {
        background: #947bef;
        margin: 8px 0;
        padding: 5px 8px;
        border-radius: 4px;
        position: relative;
    }

    .cats_list .cat_img {
        float: left;
        height: 60px;
        width: 60px;
    }

    .cats_list .title {
        line-height: 20px;
        color: #fff;
        margin: 20px 0 5px 70px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cats_list .desc {
        color: #ffffff;
        margin: 0 0 0 80px;
        cursor: pointer;
        font-weight: 100;
        letter-spacing: 1px;
    }

.add_place_form {
    max-width: 400px;
    margin: 0 auto 25px;
}

.add_place_title {
    margin: 25px 0 15px;
    color: #fff;
    text-align: center;
}

.add_place_show_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: block;
}

.add_place_form {
    display: none;
}

    .add_place_form select {
        width: 365px;
        margin: 0 auto 10px;
        line-height: 50px;
        padding: 10px 8px;
        display: block;
        font-size: 16px;
    }

    .add_place_form textarea {
        max-width: 344px;
        font-family: sans-serif;
        transition: 0.5s;
        min-height: 30px;
    }

        .add_place_form textarea:focus {
            min-height: 100px;
        }

.show_add_form_btn {
    margin: 20px auto;
}

.add_place_close {
    margin: 20px auto -10px;
}

.add_place_edit_btn {
    position: absolute;
    top: 10px;
    right: 70px;
    width: 42px;
    cursor: pointer;
}

.add_place_delete_btn {
    position: absolute;
    width: 42px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* ADMIN PANEL STYLES */
.city_customs {
    max-width: 376px;
    width: 88%;
    margin: 10px auto;
    background: linear-gradient(to top, #a28dea, #aa93fd);
    border: 1px solid #7c58ff;
    border-radius: 3px;
    padding: 10px 10px 12px 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #7669a7;
}

    .city_customs .customs {
        background: #ff00fe;
        padding: 3px 12px 4px;
        border-radius: 12px;
        margin: 0 0 0 20px;
        color: #fff;
        font-weight: 100;
        text-shadow: 1px 1px #888;
    }


.adm_driver {
    max-width: 376px;
    width: 88%;
    margin: 10px auto;
    background: linear-gradient(to top, #a28dea, #aa93fd);
    border: 1px solid #7c58ff;
    border-radius: 3px;
    padding: 10px 10px 12px 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #7669a7;
}

.adm_user {
    max-width: 376px;
    width: 90%;
    margin: 0 auto 10px;
    background: linear-gradient(to top, #fdbafd, #ff57fb);
    border: 1px solid #7c58ff;
    border-radius: 3px;
    padding: 10px 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #7669a7;
    text-align: center;
}

.custom_info {
    max-width: 376px;
    width: 90%;
    margin: 0 auto 10px;
    background: linear-gradient(to top, #6631FD, #6301BC);
    border: 1px solid #6925E2;
    border-radius: 3px;
    padding: 10px 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #7669a7;
}

.chart_div {
    max-width: 396px;
    width: 92%;
    margin: 0 auto 10px;
    border: 1px solid #7c58ff;
    border-radius: 3px;
}

.st_custom_data {
    background: linear-gradient(to top, #6633FF, #6301BB);
    border: 1px solid #662CF5;
    border-radius: 4px;
    padding: 12px 8px 10px;
    position: relative;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    margin: 20px auto 0;
}

.st_type {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to top, #6304BF, #6631FB);
    border: 1px solid #7E55FE;
    width: 110px;
    padding: 4px 5px;
    border-radius: 4px;
    margin: auto;
}

.st_custom_data p {
    margin: 0;
    line-height: 22px;
    min-height: 30px;
}

.st_custom_data img {
    width: 23px;
    float: left;
    margin: 0 5px 0 0;
}

.st_info {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

.st_timer {
    font-size: 31px;
    margin: 15px 0 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.st_text {
    margin: 10px 0 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 18px;
}

.st_cancel {
    background: #333;
    border: 1px solid #444;
    border-radius: 6px;
}

    .st_cancel:hover {
        background: #111;
        border: 1px solid #888;
    }

#st_loader {
    width: 23px;
    display: block;
    background: linear-gradient(45deg, #ea40ff, #a68ffb);
    padding: 0 15px;
    border-radius: 15px;
    margin: auto;
    float: none;
}

.st_driver {
    background: #3d7dff;
    border-radius: 9px;
}

.st_driver_left {
    width: 25%;
    min-height: 90px;
    float: left;
}

.tr_driver {
    min-width: 70%;
    float: none !important;
    display: block;
    margin: 7px auto !important;
    background: #551eec;
}

.st_driver_info {
    padding: 5px 0 0;
}

.st_call_info {
    width: 100%;
    min-height: 50px;
}

.st_tel {
    display: block;
    width: 40%;
    float: left;
    margin: 10px auto 0;
    background: linear-gradient(0deg, #4578FF, #66BDFF);
    padding: 10px 15px 8px 10px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #4578FF;
    border-radius: 4px;
    max-width: 140px;
}

.st_wa {
    display: block;
    width: 40%;
    float: right;
    margin: 10px auto 0;
    background: linear-gradient(0deg, #0EA217, #31DB3A);
    padding: 10px 15px 8px 10px;
    line-height: 24px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #0EA217;
    border-radius: 4px;
    max-width: 140px;
}

.enable_audio_btn {
    width: 43px;
    min-width: 30px;
    padding: 5px 0;
    margin: 10px auto 0;
    border-radius: 25px;
}

    .enable_audio_btn img {
        width: 24px;
    }

.push-data {
}

    .push-data select {
        display: block;
        width: calc(100% - 22px);
        max-width: 394px;
        padding: 10px 5px;
        font-size: 15px;
        margin: 10px auto;
        border-radius: 3px;
        border: 1px solid #6538EA;
        letter-spacing: 0.5px;
    }

.custom_data {
    font-size: 13px;
}

    .custom_data .custom {
        max-width: 476px;
        width: 96%;
        margin: 0 auto 10px;
        background: #6631FD;
        border: 1px solid #6925E2;
        border-radius: 3px;
        padding: 10px 0 0;
        color: #fff;
        text-shadow: 1px 1px 1px #7669a7;
    }

    .custom_data .custom_left {
        width: 20%;
        display: table-cell;
        text-align: center;
    }

    .custom_data .time {
        margin: 5px 0 0 0;
    }

    .custom_data .custom_right {
        display: table-cell;
        padding: 0 0 0 10px;
    }

        .custom_data .custom_right img {
            float: left;
            width: 20px;
            margin: -2px 5px 0 0;
        }

    .custom_data .from {
        height: auto;
        min-height: 20px;
        margin: 0 0 5px 0;
    }

    .custom_data .to {
        min-height: 20px;
        margin: 0 0 5px 0;
    }

    .custom_data .comment {
        min-height: 20px;
        margin: 0 0 5px 0;
    }

    .custom_data .client {
        min-height: 20px;
        margin: 0 0 5px 0;
    }

    .custom_data .offer_over {
        max-width: 476px;
        width: 96%;
        margin: auto;
        position: relative;
    }

        .custom_data .offer_over .line {
            width: 19px;
            height: 60px;
            background: #aa93fd;
            position: absolute;
            border-radius: 5px;
            border-left: 2px solid #5c2bec;
            border-bottom: 2px solid #5c2bec;
            left: 15px;
            top: -20px;
            z-index: -1;
        }

    .custom_data .offer {
        max-width: 456px;
        width: calc(100% - 30px);
        margin: 5px 0 15px 30px;
        background: #3d7dff;
        border: 1px solid #6631fd;
        border-radius: 3px;
        color: #fff;
        line-height: 22px;
        text-shadow: 1px 1px 1px #2868ec;
    }

    .custom_data .offer_left img {
        width: 50px;
        background: #fff;
        margin: 0 0 -10px 10px;
    }

    .custom_data .offer_left {
        display: table-cell;
        width: 70px;
    }

    .custom_data a {
        text-decoration: underline;
        color: #fff;
    }

    .custom_data .offer_right {
        display: table-cell;
        padding: 0 0 0 10px;
    }

.offer .timestart {
    margin: 0px 0 -7px 0;
    display: block;
    text-align: center;
}

.offer .timeclose {
    text-align: center;
    display: block;
}
/* FULL PAGE PARTS */

.full_page {
}

    .full_page .part:nth-child(1) {
        width: calc(34% - 5px);
    }

    .full_page .part {
        width: calc(33% - 5px);
        background: #AA93FD;
        padding: 1px 0;
        min-height: 420px;
        display: inline-block;
        float: left;
        margin: 0 5px 0 0;
        overflow-y: auto;
    }

/* FULL PAGE PARTS */

.part .category {
    border-radius: 4px;
    margin: 7px 5px;
    min-width: 300px;
    background: #bdaaff;
    border: 1px solid #baa7ff;
    position: relative;
    min-height: 50px;
}

    .part .category .cat_img {
        width: 40px;
        float: left;
        margin: 5px 7px;
    }

    .part .category .title {
        line-height: 26px;
        font-size: 16px;
        margin: 4px 0 0;
    }

    .part .category .desc {
        font-size: 13px;
        color: #222;
    }

    .part .category .cat_edit {
        width: 55px;
        height: 40px;
        border-radius: 3px;
        line-height: 16px;
        position: absolute;
        right: 65px;
        top: 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 3px 0 0;
        padding: 4px 0 0;
        cursor: pointer;
        background: #FF00FE;
        text-decoration: none;
        transition: 0.5s;
    }

        .part .category .cat_edit:hover {
            background: #f507f4;
        }

.two_title {
    margin: 10px auto;
    text-align: center;
}

.edit_img {
    width: 22px;
    display: block;
    margin: auto;
}

.cat_cbx {
    display: block;
    margin: 13px auto 10px;
    max-width: 400px;
    cursor: pointer;
}

.cat_title_img {
    margin: 0 auto 7px;
    display: block;
}

.part .category .cat_delete {
    width: 55px;
    height: 40px;
    border-radius: 3px;
    line-height: 16px;
    position: absolute;
    right: 2px;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 3px 0 0;
    padding: 4px 0 0;
    cursor: pointer;
    background: #FF00FE;
    text-decoration: none;
    transition: 0.5s;
}

    .part .category .cat_delete:hover {
        background: #f507f4;
    }

.delete_img {
    width: 22px;
    display: block;
    margin: auto;
}

.add_category {
    display: block;
    margin: 15px auto 5px;
    width: 130px;
    text-align: center;
    background: #ff00fe;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px 1px 2px #8a8a8a;
    border-radius: 30px;
    letter-spacing: 0.5px;
}

.part .profile {
    background: #bdaaff;
    margin: 5px;
    border-radius: 4px;
    padding: 8px;
}

.profile .user_name {
    font-size: 16px;
    margin: 0 0 4px;
    letter-spacing: 1px;
}

.profile .phone {
    font-size: 14px;
    font-weight: 100;
    margin: 6px 0 0;
}

    .profile .phone i {
        font-size: 15px;
    }

.profile .date_reg {
    font-size: 15px;
    font-weight: 100;
    margin: 5px 0 0;
}

.profile .call {
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0px 0px #d436d3;
    font-size: 15px;
    font-weight: 100;
    margin: 3px 0 0;
    padding: 5px 10px 5px 2px;
    cursor: pointer;
    background: #FF00FE;
    text-decoration: none;
    transition: 0.5s;
}

.profile .wa {
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0px 0px #d436d3;
    font-size: 15px;
    font-weight: 100;
    margin: 3px 0 0 7px;
    padding: 5px 15px 5px 4px;
    cursor: pointer;
    background: #FF00FE;
    text-decoration: none;
    transition: 0.5s;
}

.profile .block {
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0px 0px #d436d3;
    font-size: 15px;
    font-weight: 100;
    margin: 3px 0 0 7px;
    padding: 5px 15px 5px 4px;
    cursor: pointer;
    background: #ff0757;
    text-decoration: none;
    transition: 0.5s;
}

.profile .status {
    font-weight: 100;
    font-size: 15px;
    margin: 5px 0;
}

    .profile .status i {
        font-size: 14px;
        margin: 0 3px 0 0;
    }

.part .customs_count {
    text-align: center;
    margin: 8px;
    font-weight: 100;
    text-shadow: 1px 0 0 #777;
}

.my_custom {
    background: #af98ff;
    border: 1px solid #997bff;
    margin: 6px;
    padding: 5px 10px;
    border-radius: 4px;
}

    .my_custom .date {
        font-weight: 100;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }

    .my_custom .from {
        line-height: 20px;
        font-size: 15px;
        height: auto;
        min-height: unset;
    }

    .my_custom .to {
        font-weight: 100;
        line-height: 22px;
        font-size: 15px;
    }

    .my_custom .comment {
        font-weight: 100;
        line-height: 20px;
        font-size: 15px;
    }

    .my_custom .price {
        line-height: 22px;
        font-size: 15px;
        border: none;
        padding: 0;
    }

.offer_info {
    background: #d2a0ff;
    border: 1px solid #c381ff;
    margin: 7px 7px 7px 34px;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 100;
    line-height: 22px;
    font-size: 15px;
}

.part .driver_info {
    background: #af98ff;
    margin: 5px;
    padding: 5px 7px;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
}

.driver_info .car_name {
    font-weight: 400;
}

.tenge {
    font-size: 18px;
    display: inline;
}

@media (min-width: 830px) and (max-width: 1025px) {
    .main, .map_block {
        min-height: 450px;
    }

    .map {
        min-height: 600px;
    }

    .map-title {
        max-width: 360px;
        top: 220px;
    }

    .map_hijab {
        width: 100%;
        min-height: 600px;
    }

    .links {
        margin: 20px 0 0;
    }

        .links img {
            max-height: 37px;
        }

        .links a:nth-child(1) img {
            margin: 0 10px 0 0;
        }

    .preim {
        margin: auto;
        position: relative;
        background: url(/AppFiles/img/main_bg2.png), #fff;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 445px;
        text-align: center;
        padding: 1px 0;
    }

    .preim-title {
        margin: 130px 0 10px;
        text-align: center;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase;
    }

    .screens {
        min-height: 350px;
    }

    .scr1, .scr3 {
        top: -15px;
    }

    .scr-line {
        top: 250px;
    }

    .contact-center {
        max-width: 770px;
    }
}

@media (min-width: 700px) and (max-width: 830px) {
    .info1 .left {
        width: 100%;
        float: none;
    }

    .main_logo {
        margin: 10px auto 0;
        display: block;
        max-width: 50%;
    }

    .teh_tel {
        display: none;
    }

    .info2 {
        margin: auto;
    }

        .info2 .left {
            width: 80%;
            float: none;
            margin: 6px auto;
            display: block;
        }

        .info2 p {
            font-size: 15px;
            line-height: 22px;
        }

        .info2 .right {
            display: none;
        }

    .links {
        margin: 10px 0 0;
    }

        .links img {
            max-height: 39px;
        }

    .main {
        min-height: 345px;
    }

    .map_block {
        min-height: 600px;
    }

    .map {
        min-height: 600px;
    }

    .map-title {
        max-width: 360px;
        top: 220px;
    }

    .map_hijab {
        width: 100%;
        min-height: 600px;
    }

    .scope {
        min-height: 260px;
    }

    .preim {
        background: linear-gradient(48deg, #4b0ffd, #f607fe);
        background-size: 100% 100%;
    }

        .preim::before {
            content: '';
            width: 100%;
            background: url(/AppFiles/img/adv_bg_head.png);
            height: 100px;
            position: absolute;
            top: 0;
            left: 0;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        .preim::after {
            content: '';
            width: 100%;
            background: url(/AppFiles/img/adv_bg_foot.png);
            position: absolute;
            bottom: 0;
            left: 0;
            background-size: 100%;
            background-repeat: no-repeat;
            min-height: 100px;
            background-position: bottom;
        }



    .preim-block {
        width: 25%;
    }

    .preim-title {
        margin: 80px 0 5px;
    }

    .screens {
        position: relative;
        min-height: 290px;
    }

        .screens::after {
            content: '';
            width: 100%;
            background: url(/AppFiles/img/scr-line1.png);
            position: absolute;
            bottom: 0;
            left: 0;
            background-size: 100%;
            background-repeat: no-repeat;
            min-height: 100px;
            background-position: bottom;
        }

    .scr1, .scr3 {
        top: -15px;
    }

    .contact-center {
        max-width: 680px;
    }

    .contacts-info {
        width: 340px;
        margin: 20px 0 0 25px;
    }
}

@media (min-width: 0px) and (max-width: 700px) {
    .main {
        max-width: 400px;
        min-height: 370px;
        background-position: top;
        background-size: cover;
    }

    .tenge {
        font-size: 14px;
        display: inline;
    }

    .map_block {
        max-width: 400px;
        min-height: 600px;
    }

    .map {
        min-height: 600px;
    }

    .map-title {
        max-width: 320px;
        top: 220px;
    }

    .map_hijab {
        width: 100%;
        min-height: 600px;
    }

    .info1 .right {
        display: none;
    }

    .info1 .left {
        width: 100%;
        float: none;
    }

    .main_logo {
        margin: 0 auto 5px;
        display: block;
        min-width: auto;
        max-width: 200px;
    }

    .info2 {
        margin: 5px auto 0;
        width: 84%;
    }

        .info2 .left {
            width: 100%;
            float: none;
        }

        .info2 .right {
            display: none;
        }

        .info2 p {
            margin: 0;
            font-weight: 100;
            font-size: 16px;
            text-align: center;
            line-height: 22px;
        }

    .links {
        margin: 20px 0 0;
    }

        .links img {
            max-height: 45px;
            margin: 0 0 15px;
            border: 1px solid #743bfd;
            border-radius: 5px;
            box-shadow: 2px 3px 3px #7445ff;
        }

        .links a:nth-child(1) img {
            margin: 0 0 10px;
        }

    .scope {
        max-width: 400px;
        min-height: 400px;
    }

    .sc-title {
        font-size: 22px;
    }

    .sc-block {
        width: 60%;
        margin: 0;
    }

    .preim {
        max-width: 400px;
    }

    .preim-title {
        margin: 40px 0 15px;
        font-size: 22px;
    }

    .preim-block {
        width: 60%;
    }

        .preim-block p {
            left: 15px;
            right: 15px;
            font-size: 15px;
            line-height: 23px;
        }

    .screens {
        max-width: 400px;
        padding: 1px 0 0;
        margin: 0 auto -10px;
    }



    .screen_slide {
        max-width: 100%;
        margin: 10px 0 0;
    }

    .download_app {
        max-width: 400px;
        min-height: 300px;
        padding: 20px 0 0;
    }

    .scr-block {
        width: 60%;
        margin: 8px auto 0;
        position: initial;
    }

    .news {
        max-width: 400px;
    }

    .new-content {
        margin: 0 0 100px;
        width: 400px;
    }

        .new-content:last-child {
            margin: 0 0 20px;
        }

    .news-title {
        margin: 0 0 100px;
        font-size: 22px;
    }

    .new-content img {
        width: 200px;
        position: unset;
        transform: rotate(-11deg);
        margin: -85px 0 0 -120px;
    }

    .new-content p {
        margin: 20px 0 0;
        max-width: 390px;
        text-align: center;
    }

    .contacts {
        height: 520px;
    }

    .contact-center {
        max-width: 310px;
    }

    .contact_form {
        float: none;
        margin: 20px auto 0;
        width: 240px;
        border: 1px solid #800efd;
    }

    .contacts-info {
        width: 270px;
        margin: 0;
    }

    .is_truck_block {
        height: 40px;
    }

    .type_text {
        margin: 5px 0 0 7px;
        font-size: 12px;
    }

    .comment_custom #comment {
        min-width: 260px;
    }

    .price #price {
        min-width: 236px;
    }

    .lg_logo {
        width: 200px;
        margin: 20px auto 30px;
    }

    /* sss */
}

