/*font-family: 'Fira Sans', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Source Sans 3', sans-serif;*/
body {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url("bg.jpg");
    background-size: 100%;
    filter: blur(5px);
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #FAAE00;

}

*,
*:before,
*:after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
}
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    margin: unset;
}

a:hover {
    color: unset;
}

button {
    outline: none;
    border: unset;
}

.header {
    background-color: #E5E5E5;
    display: flex;
    margin-bottom: 70px;
}

.header__btn {
    padding: 20px 112px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    border-right: 2px solid #CBCBCB;
    cursor: pointer;
    transition: background-color .2s linear;
}

.header__btn:hover {
    background-color: #c1c1c1;
}

.header button {
    background-color: #E5E5E5;
}

.header-back-img {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 25px;
}

.header-back-link {
    position: relative;
}

.header__logo {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-input {
    position: relative;
    margin-bottom: 30px;
}

.search-input__txt {
    width: 100%;

}

.search-input__txt {
    outline: none;
    border-radius: 4px;
    border: unset;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #1A1A1A;
    padding: 15px 0 15px 50px;
    font-size: 18px;
}

.search-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px
}

.search-input__txt::placeholder {
    color: #B2B2B2;
}

.search-card {
    border-radius: 4px;
    background-color: #F1F1F1;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px !important;
    cursor: pointer;
}
.search-card:last-child {
    margin-bottom: 0;
}

.search-card-img {
    width: 42px;
    height: 62px;
    margin-right: 30px;
}

.search-card-imgContainer {
    width: 10%;
}

.search-card-content {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.search-card-info {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.search-card-carNums {
    display: flex;
}

.search-card-name, .search-card-carNum {
    font-size: 25px;
    font-weight: 500;
    background-color: #E5E5E5;
    border-radius: 6px;
    padding: 7px 10px;
}

.search-card-name {
    width: 30%;
    margin-right: 30px;
}

.search-card-carNum {
    margin-right: 35px;
}

.search-card-carNum:last-child {
    margin-right: 0;
}

.search-card-phones {
    display: flex;
}

.search-card-phone {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-color: #E5E5E5;
    border-radius: 6px;
    padding: 7px 10px;
    width: fit-content;
    margin-right: 35px;
}

.search-card-phone:last-child {
    margin-right: 0;
}

.mainCard {
    background-color: #fff;
    border-radius: 10px;
    font-size: 22px;

}

.mainCard__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 29px 0 29px 34px;
    background-color: #FAAE00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainCard__content {
    display: flex;
    padding-left: 34px;
}

.content__info, .content__order {
    width: 40%;
    padding: 55px 34px 55px 0;
}

.content__cars, .content__service {
    width: 60%;
    background-color: #CBCBCB;
    padding: 55px 34px;
}

.info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-avatar {
    margin-right: 30px;
    width: 149px;
}

.avatar-img {
    border-radius: 7px;
}

.info-text-name {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.info-text-phone {
    display: flex;
    align-items: center;
}

.info-phone {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-right: 15px;
}

.info-text-birthday {
    display: flex;
    align-items: center;
}

.birthday-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-right: 15px;
}

.birthday-title span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.info-bonus {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 2px solid #CBCBCB;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.info-bonus span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: #FAAE00;
    padding: 3px;
    border-radius: 3px;
}

.info-details {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
}


.info-details span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FAAE00;
}

.info-addBtn {
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.info-btn-margin {
    margin-top: 40px;
}

.info-addBtn-wrapper {
    display: flex;
    background-color: #FAAE00;
    padding-right: 13px;
    border-radius: 6px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s linear;
}

.car-btn-wrapper {
    display: flex;
    background-color: #FAAE00;
    padding-right: 13px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s linear;
    width: 100%;
}

.btn-black {
    background-color: #222221;
    color: #fff;
}

.info-addBtn-wrapper:hover, .car-btn-wrapper:hover, .order-btn-add:hover  {
    background-color: #ec9f0c;
}

.btn-black:hover {
    background-color: #1a1919;
    color: #fff;
}

.car-card {
    display: flex;
    margin-bottom: 40px;
}

.car-info {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    position: relative;
}

.car-btns {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.car-names {
    display: flex;
    background-color: #222221;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 0;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}

.car-names__item {
    width: 50%;
    text-align: center;
    border-right: 2px solid #CBCBCB
}

.car-names__item:last-child {
    border-right: unset;
}

.car-number {
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 0;
    font-size: 27px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.btn__icon {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.btn-withIcon {
    padding: 13px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;

    cursor: pointer;
    transition: background-color .2s linear;
    width: fit-content;
    background-color: #fff;
    color: #000;
}

.btn-withIcon:hover {
    background-color: #e3e3e3;
}

.order-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.order-item {
    background: #FAAE00;
    border-radius: 6px;
    padding: 10px 13px;
    margin-bottom: 15px;
    font-size: 20px;
}



.order-total {
    background: #FAAE00;
    border-radius: 6px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.order-total-input, .order-service-input {
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    padding: 10px 13px;
    border-radius: 5px;
    border: unset;
    outline: unset;
    margin-bottom: 15px;
}

.order-total-input::placeholder, .order-service-input::placeholder, textarea::placeholder {
    color: #B2B2B2;
}

.order-bonus-total {
    padding-left: 13px;
    font-size: 18px;
    margin-bottom: 15px;
}

.order-bonus-total span{
    font-weight: 500;
}

textarea {
    width: 100%;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    padding: 10px 13px;
    border-radius: 5px;
    border: unset;
    outline: unset;
    margin-bottom: 15px;
}

.order-btn-submit, .order-btn-add {
    padding: 13px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .2s linear;
    width: 100%;
    background-color: #222221;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.btn-loader {
    width: 27px;
}

.order-btn-add {
    background-color: #FAAE00;
    color: #1a1a1a;
    font-weight: 500;
}

.admin-edit-service {
    text-align: left;
    width: 30%;
    display: block;
}

.admin-card-service {
    display: block;
    cursor: unset;
}

.order-btn-add:disabled {
    background-color: #686868;
    cursor: not-allowed;
}
.order-btn-submit:hover {
    background-color: #1a1919;
    color: #fff;

}

.content__service {
    display: flex;
    flex-direction: column;
}

.order-carModel, .service-select {
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    padding: 10px 13px;
    border-radius: 5px;
    border: unset;
    outline: unset;
    margin-bottom: 15px;
    background-color: #fff;
}

.service-select option:hover {
    background-color: #B2B2B2;
}

.modal-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #CBCBCB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-header {
    background-color: #FAAE00;
    border-bottom: unset;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.phone-edit {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.phone-add {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.delete-phone {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.history-item {
    display: flex;
    flex-direction: column;
    padding: 13px;
    background-color: #FAAE00;
    border-radius: 6px;
    margin-bottom: 25px;
}

.history-item-date {

}

.history-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }

.history-item-text {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.input-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }

.divForInputs {
    width: 100%;
    display: flex;
    flex-direction: column; }

.sign-form {
    display: flex;
    flex-direction: column;
}

.sign-form-content {
    display: flex;
    flex-direction: column;
    background-color: #CBCBCB;
    padding: 20px 34px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sign-form-title {
    font-weight: 500;
    padding: 29px 0 29px 34px;
    background-color: #FAAE00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sign-form-content p {
    margin-bottom: 5px;
    font-size: 15px;
}

.modal-tel-btn:disabled {
    background-color: #a0a0a0;
    cursor: not-allowed;
}

.form-error {
    color: red;
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 15px;
}

.hide {
    display: none;
}

.notFound {
    font-size: 30px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: 500;
}

.order-item-wrapper {
    position: relative;
}

.order-item-close {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: -10px;
    top: -10px;
}


.delete-car {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.delete-item-admin {
    font-size: 15px;
    padding: 5px;
}

.delete-client {
    margin-top: 15px;
    width: fit-content;
    background-color: #222221;
    color: #fff
}

.delete-client:hover {
    background-color: #080808;
}

.preload-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
}

.img-preload {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.signin-form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.signin-title {
    padding: 29px 0;
    text-align: center;
}

.header-response {
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    background-color: #E5E5E5;
    background-color: #fff;
}

.politic__text {
    background-color: #F1F1F1;
    padding: 30px;
    border-radius: 10px;
}

.form-check-label {
    font-size: 12px;
}

.form-check {
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin-bottom: 15px;
}

.form-check-input {
    margin-right: 10px;
}

.link-policy:hover {
    text-decoration: underline;
}

.contacts-item {
    color: #000;
}

.contacts-tel {
    font-weight: 500;
}

.form-vinNum {
    text-transform: uppercase;
}
.form-vinNum::placeholder {
    text-transform: none;
}

.span-datalist {
    position: relative;
    width: 100%;
}

.addPhoto-btn {
    background-color: #FAAE00;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 10px;
}

.add-vin {
    width: 40%;
}

datalist {
    position: absolute;
    left: 0 !important;
    top: -20px;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

datalist option {
    font-size: 18px;
    padding: 0.3em 1em;

    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  
datalist option:hover, datalist option:focus {
    color: #fff;
    background-color: #036;
    outline: 0 none;
}

.password-btn {
    margin-top: 10px;
    width: 244px;
}

.service-card {
    background-color: #F1F1F1 !important;
}

.admin-td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px;
}

@media (max-width: 991px) {
    .mainCard__content {
        flex-direction: column;
        align-items: center;
        padding-left: 10px;
    }
    .content__info {
        width: 100%;
        padding: 10px 0;
    }

    .content__cars {
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        padding-right: 10px;
    }

    .car-number {
        background-color: #CBCBCB;
    }
}

@media (max-width: 429px) {
   .info-avatar {
        width: 100px;

   }

   .birthday-title {
        margin-right: 5px;
   }

   .birthday-title span {
    font-size: 17px;
   }
}

@media (max-width: 571px) {
    .contacts-item {
        font-size: 15px;
    }

    .contacts-tel {
        font-size: 17px;
    }
    .header-logo-response {
        width: 40%;
        margin-right: 10px;
        padding: 0;
    }

    .header-img-response {
        width: 80%;
    }
 }

@media (max-width: 767px) {
    .car-card {
        flex-direction: column;
    }

    .car-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .car-btns {
        width: 100%;
    }
 }


.comment-client-btn {
    margin-top: 10px;
    width: 244px; }

.history-item-textClient {
    display: block;
}

.history-delete-icon {
    position: unset;
    margin-left: 15px; }
  
  .history-card-icons {
    display: flex;
    align-items: center; }
