.mobile-link {
    font-size: 16px;
    color: #24AF34;
    letter-spacing: 0;
    text-decoration: none;
}

.mobile-link:link {
    color: #24AF34; /* Цвет непосещенных ссылок */
}
.mobile-link:visited {
    color: #24AF34; /* Цвет посещенных ссылок */
}
.mobile-link:hover {
    color: #24AF34; /* Цвет ссылок при наведении на них курсора мыши */
}
.mobile-link:active {
    color: #24AF34; /* Цвет активных ссылок */
}

.mobile-header {
    background: #FFFFFF;
    width: 100%;
    height: 32px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    box-shadow: 0 2px 4px 0 rgba(156,156,156,0.50);
}

.mobile-header-cancel {
    font-size: 16px;
    color: #24AF34;
    margin-left: 10px;
}

.mobile-header-title {
    font-size: 18px;
    color: #000000;
}

.mobile-header-close {
    font-size: 16px;
    color: #24AF34;
}

.mobile-body {
    margin: 10px;
    padding: 4%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(156,156,156,0.50);
    border-radius: 8px;
    overflow: hidden;
}

.mobile-body-image {
    padding: 2px;
    text-align: center;
    margin-bottom: 8px;
}

.mobile-body-title {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.mobile-body-content {
    margin: 20px 0px 0px 00px;
}

.mobile-label {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: bold;
}

.mobile-body ul {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    list-style: disc;
    padding: 0 18px;
}

.mobile-decs {
    margin-top: 9px;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-style: italic;
}

.mobile-before-btn {
    margin-top: 40px;
    text-align: center;
}

.mobile-btn {
    display: inline-block;
    border-radius: 100px;
    height: 50px;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: normal !important;
    background: #24AF34;
    color: #FFFFFF;
    padding: 14px 0 !important;
    text-decoration: none !important;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #24AF34, #24AF34);
    line-height: 20px !important;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box;
}

.mobile-btn-div {
    border-radius: 100px;
    font-size: 18px;
    font-weight: normal;
    background: #24AF34;
    color: #FFFFFF;
    padding: 14px 52px 14px 52px;
    text-decoration: none;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #24AF34, #24AF34);
    line-height: 20px;
    box-shadow: none;
    outline: none;
    text-align: center;
}

    .mobile-btn-div img {
        width: 18px;
        position: relative;
        top: 2px;
        right: 6px;
    }

.mobile-card-cash-img {
    width: 22px;
    position: relative;
    top: 6px;
    right: 6px;
}

.mobile-btn-red {
    background-color: #FF0000;
    background: linear-gradient(to top, #ff0000, #ff0000);
    border: 1px solid #ff0000;
}

.mobile-btn:hover {
    color: #FFFFFF;
}

.mobile-text {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.mobile-cash-title {
    font-size: 16px;
    text-align: left;
    padding: 5px 0 10px 10px;
}

.mobile-card-add-text {
    line-height: 25px;
    font-size: 22px;
}

.mobile-search {
    border: none !important;
    border-bottom: 1px solid !important;
    border-color: #CCCCCC !important;
    outline: none !important;
    width: 100% !important;
    margin: 18px 0px 10px 0px !important;
    padding: 0px 0px 12px 0px !important;
    font-size: 16px !important;
    text-align: center !important;
}

.mobile-search::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1; /* Firefox */
}

.mobile-tab-label {
    font-size: 40px;
    color: #CCCCCC;
    letter-spacing: 0;
    line-height: 60px;
    padding: 0 24px;
}

.mobile-tab {
    background: #F5F5F5;
    border-radius: 100px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 24px;
    margin-bottom: 8px;
    position: relative;
}

.mobile-tab-city {
    background: #F4F4F4;
    border-radius: 100px;
    padding: 9px 20px 9px 20px;
    margin-bottom: 10px;
}

.mobile-tab-city-description {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 14px;
}

.mobile-tab-color {
    background: #CCCCCC;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 13px;
}

.mobile-tab-color-name {
    margin: 0 20px;
}

.mobile-textarea {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    width: 94%;
    height: 150px;
    margin: 14px 0px 0px 0px;
    padding: 8px;
    resize: none;
    outline: none;
}

.mobile-textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #CCCCCC;
    letter-spacing: 0;
    line-height: 19px;
}

.mobile-row {
    text-align: center;
}

.mobile-btn-inverse {
    color: #24AF34 !important;
    background: #FFFFFF !important;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF) !important;
}

.mobile-input-text {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    width: 100%;
    margin: 8px 0px 0px 0px;
    padding: 14px;
    resize: none;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
}

.mobile-input-text::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1; /* Firefox */
}

.mobile-textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #CCCCCC;
    letter-spacing: 0;
}

.mobile-input-label {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    width: 90%;
    margin: 8px 0px 0px 0px;
    display: inline-block;
}

.mobile-avatar-container {
    position: relative;
    text-align: center;
}

.mobile-avatar {
    width: 80px;
    height: 80px;
    background: #CCCCCC;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-btn-avatar-upload {
    border-radius: 100px;
    width: 60%;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #24AF34;
    padding: 6px 0px 6px 0px !important;
    text-decoration: none !important;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF);
    line-height: 16px !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    margin-top: 14px;
    background-color: white;
}

.mobile-btn-danger {
    color: #D32E1F !important;
    border: 1px solid #D32E1F !important;
    background: #FFF0F0;
}

.mobile-form-control {
    margin-top: 14px;
}

.mobile-box-input-radio {
    margin-top: 32px;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
}

.mobile-input-radio {
    margin: 0px 0px 0px 0px;
    padding: 14px;
    resize: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #24AF34;
    color: #24AF34;
}

.mobile-input-radio-disabled {
    margin: 0px 0px 0px 0px;
    padding: 14px;
    resize: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}

.mobile-input-radio-male {
    border-radius: 8px 0 0 8px;
    font-size: 16px;
}

.mobile-input-radio-female {
    border-radius: 0 8px 8px 0;
    font-size: 16px;
}

.mobile-input-radio-active {
    background: #24AF34;
    color: #FFFFFF;
}

.mobile-input-radio-active-disabled {
    background: #F8F8F8;
    color: #CCCCCC;
}

.mobile-cargosnomer {
    background: #EAEAEA;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.mobile-image {
    opacity: 1.0;
    background: #CCCCCC;
    border-radius: 8px;
    margin: auto;
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.mobile-btn-upload-container {
    width: 100%;
    text-align: center;
}

.mobile-btn-upload {
    font-size: 16px;
    color: #24AF34;
    letter-spacing: 0;
    line-height: 17px;
    height: 45px;

    border-radius: 100px;
    width: 60%;
    font-weight: normal !important;
    padding: 6px 0px 6px 0px !important;
    text-decoration: none !important;
    border: 1px solid #24AF34 !important;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF);
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    margin-top: 14px;
    background-color: white;
}

.mobile-privacy-policy {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
    margin: 20px;
}

.mobile-privacy-policy a {
    font-size: 12px;
}

.mobile-input-error {
    background: #FFF0F0;
    border-color: #D32E1F !important;
    color: #D32E1F;
    letter-spacing: 0;
}
.mobile-input-error::-webkit-input-placeholder {color:#c0392b;}
.mobile-input-error::-moz-placeholder          {color:#c0392b;}/* Firefox 19+ */
.mobile-input-error:-moz-placeholder           {color:#c0392b;}/* Firefox 18- */
.mobile-input-error:-ms-input-placeholder      {color:#c0392b;}

.mobile-button-error {
    background: #FFF0F0;
    border-color: #D32E1F;
    color: #D32E1F;
    letter-spacing: 0;
}

.mobile-circle-media {
    width: 50px;
    height: 50px;
    background: #CCCCCC;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-circle-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-name {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    word-wrap: break-word;
}

.mobile-user-rating {
    font-size: 16px;
    color: #CCCCCC;
    letter-spacing: 0;
}

.mobile-profile-notification {
    padding: 10px 20px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
    background: #FFFDD0;
}

.mobile-link {
    color: #24af34;
}

.mobile-error-summary {
    display: none;
    font-size: 16px;
    color: #D32E1F;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 20px;
}

.mobile-error-summary-list {
    list-style-type: disc;
    padding: 0 20px;
    word-break: break-all;
}

.mobile-city-list-error {
    text-align: center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#mobile-page-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: var(--background-primary);
}

#mobile-page-preloader svg {
    transform: matrix(0, 1, 1, 0, 0, 0);
    transform-origin: 50% 50%;
    animation: spin 2s linear infinite;
    background: transparent;
    color: var(--text-and-icon-primary);
}

#mobile-page-preloader-img {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:41px;
}

#mobile-page-loading-img {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:41px;
    opacity: 0.5;
}

.mobile-file-input-hide {
    opacity: 0;
    height: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: -1000;
}

.mobile-file-driver-photo {
    opacity: 0;
    height: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: -1000;
}

.mobile-btn-fixed-container {
    background: #FFFFFF;
    border-top: 1px solid #C9C9C9;
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.mobile-btn-fixed {
    border-radius: 100px;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    background: #24AF34;
    color: #FFFFFF;
    padding: 14px 0;
    text-decoration: none;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #24AF34, #24AF34);
    line-height: 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.mobile-btn-fixed-link {
    border-radius: 100px;
    font-size: 18px;
    font-weight: normal;
    background: #24AF34;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #24AF34, #24AF34);
    line-height: 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 0;
}

.mobile-btn-close {
    font-size: 16px;
    color: #C9C9C9;
    letter-spacing: 0;
    line-height: 17px;
    height: 45px;

    border-radius: 100px;
    width: 60%;
    font-weight: normal !important;
    padding: 6px 0px 6px 0px !important;
    text-decoration: none !important;
    border: 1px solid #FFFFFF !important;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF);
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    margin-top: 14px;
    background-color: white;
}

.mobile-btn-fixed-link:hover {
    color: #FFFFFF;
}

.mobile-btn-inverse-no-border-link {
    font-size: 14px;
    font-weight: normal;
    color: #24AF34;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    line-height: 17px;
    height: 45px;
    width: 60%;
    padding: 6px 0 6px 0;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF);
    margin-top: 14px;
    background-color: white;
}

.mobile-btn-inverse-no-border-link:hover {
    color: #24AF34;
}

.mobile-btn-inverse-no-border-link-w100 {
    font-size: 14px;
    font-weight: normal;
    color: #24AF34;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    line-height: 17px;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 0;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF);
    margin-top: 14px;
    background-color: white;
}

.mobile-btn-inverse-no-border-link-w100:hover {
    color: #24AF34;
}

.mobile-space {
    height: 75px;
}

.mobile-card-notify {
    opacity: 0.8;
    background: #000000;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
    padding: 17px;
    margin: 0 0 0 5%;
    position: absolute;
    bottom: 30px;
    width: 80%;
}

.mobile-c-alert {
    background: #545f6e;
    color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(190,190,190,0.50);
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding: 4px;
}

.mobile-c-alert-info {
    background: #D9EDF6;
    color: #3586B3;
}

.mobile-c-alert-success {
    background: #dff0d8;
    color: #3c763d;
}

.mobile-c-ul {
    padding-left: 0 !important;
}

.mobile-c-ul li {
    list-style: none;
    margin: 4px 0 4px 0;
    font-size: 16px;
}

.mobile-c-question-icon {
    width: 18px;
    position: relative;
    top: 2px;
    right: 4px;
    cursor: pointer;
}

.mobile-c-qiwi-icon-container {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.mobile-c-qiwi-icon-container-body {
    display: table-row-group;
}

.mobile-c-qiwi-icon-container-row {
    display: table-row;
}

.mobile-c-qiwi-icon-container-cell-l {
    display: table-cell;
    position: relative;
    width: 50px;
}

.mobile-old-c-qiwi-icon-container-cell-l {
    display: table-cell;
    position: relative;
    width: 20px;
}

.mobile-c-qiwi-icon-container-cell-r {
    display: table-cell;
}

.mobile-c-qiwi-icon {
    position: absolute;
    width: 28px;
    top: -2px;
    right: 6px;
}

.mobile-old-c-qiwi-icon {
    position: absolute;
    width: 22px;
    top: 10px;
    right: 8px;
}

.mobile-c-btn-link {
    border-radius: 100px;
    font-size: 16px;
    font-weight: normal;
    background: #24AF34;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #24AF34, #24AF34);
    line-height: 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 0 14px 0;
    margin-bottom: 10px;
    position: relative;
}

.mobile-c-btn-orange {
    background: #FF8200;
    background: linear-gradient(to top, #FF8200, #FF8200);
    border: 1px solid #FF8200;
}

.mobile-c-btn-link-in {
    border-radius: 100px;
    font-size: 16px;
    font-weight: normal;
    background: #ffffff;
    color: #24AF34;
    text-decoration: none;
    border: 1px solid #24AF34;
    background: linear-gradient(to top, #ffffff, #ffffff);
    line-height: 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 0 14px 0;
    margin-bottom: 10px;
}

.mobile-btn-in-red {
    border: 1px solid #D32E1F;
    color: #D32E1F;
}

.mobile-btn-in-gray {
    border: none;
    color: #cccccc;
}

.mobile-card-sliding-view-bg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000000;
    z-index: 900;
}

.mobile-card-sliding-view-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}

.mobile-card-sliding-view {
    display: none;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    z-index: 1000;
    bottom: 0;
    padding: 20px 10px 10px 10px;
    margin: 0 10px 0 10px;
}

.mobile-card-sliding-view-title {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

.mobile-card-sliding-view-content {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
}

.mobile-old-c-btn-qiwi {
    background: #FF8200;
    color: #FFFFFF;
}

.mobile-optional {
    color: #999999;
    font-weight: bold;
}

.office-map img {
    width: 100%;
    padding: 10px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.office-map .mobile-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;

    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

.office-link {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

body[dir="rtl"] .mobile-input-radio-male {
    border-radius: 0 8px 8px 0;
}

body[dir="rtl"] .mobile-input-radio-female {
    border-radius: 8px 0 0 8px;
}

body[dir="rtl"] .mobile-star.half {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

body[dir="rtl"] .mobile-tab-color {
    right: 13px;
    left: unset;
}
body[dir="rtl"] .mobile-decs {

}