.form-group {
    margin-bottom: 0px;
    text-align: center;
}

.auth__input img {
    top: 40%;
}

.account__avatar {
    padding: 0px;
}

.account__avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*.has-error img, .has-error svg {*/
/*    top:30%;*/
/*}*/

/*.has-error p {*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*}*/

.chat__message img {
	object-fit:cover;
}

.nav__container ul > li > #logout {
    font-size: 16px;
    font-weight: 400;
    transition: all .2s;
}

.reg__login {
    background: #C4C4C4;
}

.service__btn,
.work__btn {
    grid-template-columns: repeat(3, max-content);
}

.service__heading-category img {
    height: 12px;
    object-fit: cover;
}
.work__btn-message {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 140px;
    padding: 9px;
    background: #C4C4C4;
    border-radius: 30px;
}

.work__offer,
.service__btn-message,
.service__btn-manage,
.work__btn-manage,
.work__btn-message,
.work__manage-btn,
.service__manage-btn {
    background: #FEBB14;
    text-transform: none;
}

.service__description-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.filter__disable {
    pointer-events: none;
    background: #EFEFEF;
}

.full__description__disable {
    display: none;
}

.profile__avatar input {
    visibility: hidden;
    position: absolute
}

.profile__avatar label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.profile__diplomas-add {
    height: 120px;
}

.unread__notification {
    font-weight: 400;
}
.account__notification {
    position: relative;
}

.count__notification {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: #CE1124;
    color: #fff;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    padding: 3px 0;
}

.profile__custom__pronouns {
    display: none;
}

.disable__filter__price {
    pointer-events: none;
}

.how__subtitle {
    cursor: pointer;
}

.post-an-ad__container.custom__manage__ads {
    padding: 20px 45px 0;
}

@media screen and (max-width: 991px) {
    .post-an-ad__container.custom__manage__ads {
        padding: 20px 0;
        row-gap: 20px;
    }
}

.explore__map-location input {
    text-transform: uppercase;
	font-weight: unset;
}

.explore__map-location input::placeholder {
    text-transform: initial;
}


@media (max-width: 991px) {
    .map__bg {
		width: 100%;
		height: 100%;
	}
}

.filter__item-text input[name='location'] {
    text-transform: uppercase;
}

.filter__item-text input[name='location']::placeholder {
    text-transform: initial;
}

.post-service__box {
    display: grid;
	grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    justify-items: center;
}

.post-service__box.modal__edit__review {
    display: grid;
	grid-template-columns: unset;
    column-gap: 60px;
    justify-items: center;
}

@media screen and (max-width: 991px) {
    .mobile__bottom__back {
        grid-row: 2/3;
    }

    .post-service__box {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
	
	.post-service__box.modal__edit__review {
        justify-content: flex-end;
		grid-template-columns: unset;
        row-gap: 20px;
    }
}

.tracking__button[data-color='gray'] {
    background-color: #C4C4C4;
}

.range__container.js-open {
    padding-top: 15px;
	margin: 0 20px;
}

.disable__select__range {
    pointer-events: none;
}

.tooltip_error {
    background: tomato;
    display: block;
    padding: 5px;
	font-size: 12px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    width: auto;
    transform-style: preserve-3d;
    transform: translate(0%, 15%);
    z-index: 90;
    will-change: opacity, visibility;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

.login__error {
    top: 85%;
    left: 40%;
}

.signup__error {
    top: 100%;
    left: 40%;
}

.profile__error {
    top: 100%;
    left: 25%;
}

.avatar__error {
    top: 10%;
    left: 0%;
}

.files__error {
    top: 72%;
    left: 125%;
    width: 200px;
}

@media screen and (max-width: 991px) {
    .avatar__error {
        top: 90%;
        left: 0%;
        width: 50%;
    }
	
	.files__error {
        transform: translateY(1300px);
        left: 10%;
    }
}

input ~ .tooltip_error,
textarea ~ .tooltip_error,
button ~ .tooltip_error,
div ~ .tooltip_error {
    visibility: visible;
    opacity: 1;
}

.tooltip_error:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid tomato;
}

.user__profile_diplomas {
    padding-bottom: 15px;
}

.user-profile {
    grid-template-columns: 350px 1fr
}

@media screen and (max-width: 991px) {
    .user-profile {
        grid-template-columns: 1fr
    }
}

.user-profile__user img {
	object-fit: cover;
}

.work__request div {
    width: 22px;
    text-align: center;
}

.filter__item.collapsible .filter__item-container {
    position: relative;
}

.cursor__pointer__profile__image {
    cursor: pointer;
}

.mobile__full-size-image {
    max-width: 1200px;
	max-height: 600px;
}

.popup__container.modal__full__image__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .mobile__container__full-size-image {
        overflow-x: scroll;
        width: 100%;
    }
    .mobile__full-size-image {
        width: 100%;
    }
}

.service__user-level {
    font-size: 11px;
}

@media (max-width: 991px) {
    .service > div:not(:first-child) {
        margin-bottom: 20px;
    }
}

.cs__heading__error {
    top: 78%;
    left: 25%;
}

.cs__description__error {
    top: 85%;
    left: 25%;
}

.cs__button__error {
    top: 105%;
}

.field-profile-sfiles,
#form-create-service .form-group,
.categoryCreateService,
.field-itemservice-dprice,
#form-create-post .form-group,
.categoryCreatePost {
    position: relative;
}

.service__slider .swiper-slide img {
    width: unset;
    height: 100%;
}

.profile__user {
    position: relative;
}

    .side-filter__wrapper .filter__item-check:nth-child(1) span {
        text-decoration: underline;
		text-decoration-thickness: 2px;
        text-decoration-color: #D23D9B;
    }

    .side-filter__wrapper .filter__item-check:nth-child(1) span::after {
        background: initial;
    }

    .side-filter__wrapper .filter__item-check:nth-child(2) span {
        text-decoration: underline;
		text-decoration-thickness: 2px;
        text-decoration-color: #FEBB14;
    }

    .side-filter__wrapper .filter__item-check:nth-child(2) span::after {
        background: initial;
    }

    .side-filter__wrapper .filter__item-check:nth-child(3) span {
        text-decoration: underline;
		text-decoration-thickness: 2px;
        text-decoration-color: #A0A0A0;
    }

    .side-filter__wrapper .filter__item-check:nth-child(3) span::after {
        background: initial;
    }

@media screen and (max-width: 991px) {
    #form-manage-ad,
    #form-manage-service,
    #form-manage-request {
        grid-row: 1/3;
    }
}

/*
.contact__form-select {
    z-index: 101;
    height: 400px;
    overflow-y: scroll;
}
*/

#form-contact .contact__form-input {
    position: relative;
}

.contact-input__error {
    top: 115%;
    left: 40%;
}

.contact-textarea__error {
    top: 104%;
    left: 40%;
}

.settings__subtitle {
    margin-top: 20px;
}

.settings__marketing {
    margin-bottom: 20px;
}

.settings__form_button {
    margin-bottom: 20px;
}

.settings__form-input {
    position: relative;
}

.error__button {
    text-transform: unset;
}

.post-service__category {
    font-weight: 400;
}

.nav__search-btn {
    font-weight: 600;
}

.account__dropdown .dropdown__links-item div {
    width: 17px;
    height: 17px;
    padding: 4px 5px 3px 5px;
}

.work__request div {
    padding: 6px 5px 4px 5px;
}

@media screen and (max-width: 991px) {
    .account__dropdown .dropdown__links-item div {
        width: 17px;
        height: 17px;
        padding: 4px 5px 2px 5px;
    }
}

.profile__title a {
    color: #05B9EC;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.post__modal {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    background: #FEBB14;
    border-radius: 30px;
    color: #fff;
    width: 200px;
    margin: 0 auto;
}

.post-an-ad__container__modal {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 45px;
    -moz-column-gap: 60px;
}

.popup__title__modal {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center;
	color: #02B0E1;
}

@media screen and (max-width: 991px) {
    .popup__title__modal {
        font-size: 20px;
    }
}


.service__box .service__manage-btn, .work__manage-btn {
    width: 140px;
    display: flex;
    justify-content: center;
    height: 32px;
}

.icons_img__button_service {
    margin-right: 8px;
    margin-top: -0.22em;
}

.icons_img__button_post {
    margin-right: 8px;
    margin-top: -0.12em;
}

.profile__full-name {
    font-weight: 400;
    font-size: 17px;
}

.account__dropdown .dropdown__links {
    font-weight: unset;
}

.review__kudos.js-active div {
    color: #05B9EC;
    border-color: #05B9EC;
}

.review__kudos div {
    width: 18px;
    height: 18px;
}

.filter__item-btn button {
    text-transform: unset;
}

.side-nav__title {
    font-weight: 400;
    color: unset;
}

.side-nav {
    font-weight: unset;
}

.no-results__btn {
    text-transform: unset;
}

.modal-kudos__indicator span {
    text-transform: capitalize;
    font-size: 12px;
}

.modal-kudos__indicator label,
.modal-kudos__estimation img {
    width: 33px;
    height: 33px;
}

.modal-kudos__indicator input:checked + label {
	color: #05B9EC;
    border-color: #05B9EC;
}

.work__stats.redesign {
    padding: 12px 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7A7A7A;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.work__stats-parameter img {
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .work__stats.redesign {
        justify-content: space-between;
        margin: 16px 0 23px;
    }
}

.service__btn.redesign {
    display: flex;
    gap: 14px;
    padding: 0 12px;
    margin: 30px 0 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .service__btn.redesign {
        justify-content: center;
        column-gap: 10px;
        row-gap: 24px;
    }
}

.work__stats-parameter span {
    font-size: 14px;
	color: #7A7A7A;
	font-weight: lighter;
}

.service__stats span {
    font-size: 14px;
	color: #7A7A7A;
}

.review__about {
    font-size: 14px;
}

.review__container .review__user {
    font-size: 12px;
}

.review__box {
    font-size: 10px;
}

.review__container .review__user img {
    width: 20px;
    height: 20px;
}

.service__user-level-deactivate {
    background: #A0A0A0;
}

.service__heading-cost-deactivate {
    background: #A0A0A0;
}

.service.deactivated {
    position: relative;
    padding-top: 10px;
}

.service.deactivated::before {
    background: #A0A0A0;
}

.service.deactivated::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    -webkit-box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 30px 30px 0px 0px;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(1) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #05B9EC;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(1) span::after {
    background: initial;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(2) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #FEBB14;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(2) span::after {
    background: initial;
}

.side-filter__wrapper .filter__item-check.deactivated-ad.my__ads:nth-child(2) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #D23D9B;
}

.side-filter__wrapper .filter__item-check.deactivated-ad.my__ads:nth-child(2) span::after {
    background: initial;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(3) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #A0A0A0;
}

.side-filter__wrapper .filter__item-check.deactivated-ad:nth-child(3) span::after {
    background: initial;
}

.work.requested::before {
    background: #02B0E1;
}

.work.completed::before {
    background: #A0A0A0;
}

.work.upcoming.my__ads::before {
    background: #D23D9B;
}

.user-profile__social-links:hover {
    text-decoration: none;
}

.empty__link__profile {
    pointer-events: none;
}

.user-profile__since {
    font-weight: unset;
}

.profile__main-input input,
.profile__main-select select,
.profile__datapicker input,
.profile__main-textarea textarea,
.profile__social-input input {
    font-weight: unset;
    color: unset;
}

.profile__title div p {
    font-weight: unset;
}

.profile__title div p a {
    font-weight: unset;
    color: #02B0E1;
}

.sent {
    background: #C4C4C4;
}

.profile__avatar {
    border-radius: unset;
    overflow: unset;
}

.profile__avatar img {
    border-radius: 50%;
}

.gray__color {
    background: #A0A0A0;
}


.side-filter__wrapper .filter__item-check.review__redesign:nth-child(1) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #D23D9B;
}

.side-filter__wrapper .filter__item-check.review__redesign:nth-child(1) span::after {
    background: initial;
}

.side-filter__wrapper .filter__item-check.review__redesign:nth-child(2) span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #02B0E1;
}

.side-filter__wrapper .filter__item-check.review__redesign:nth-child(2) span::after {
    background: initial;
}

.specify-location {
    max-width: unset;
}

@media screen and (max-width: 991px) {
    .dropdown-modal__list {
        width: 200px;
        justify-content: center;
    }
}


.breadcrumbs {
    margin: 15px 0 0 71px;
}

.container-breadcrumbs {
    width: 100%;
    max-width: 1368px;
    padding: 71px 15px 0 50px;
}

.breadcrumbs-list {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
}

.breadcrumbs-list__link {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
	color: #05B9EC;
}

.breadcrumbs-list a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: inherit;
}

.breadcrumbs-list a:hover {
    color: #05B9EC;
}

.breadcrumbs-list__link::after {
    margin-left: 5px;
    content: '/';
}

.container {
    margin: 0 auto 0;
}

@media screen and (max-width: 991px) {
    .breadcrumbs {
        margin: 15px 0 0 15px;
    }
    .container-breadcrumbs {
        width: 100%;
        max-width: 1368px;
        padding: 50px 0 0 0;
    }
}

.popup {
    top: 20px;
}

.popup.forgot__password {
    top: 200px;
}

@media (max-width: 991px) {
    .popup, .popup.forgot__password {
        top: 55px;
    }
}

.work__time-add {
    text-align: end;
    margin: 25px 15px 5px 0;
    color: #7A7A7A;
}

.display__none {
    display: none;
}

.sent {
    background: #C4C4C4;
    pointer-events: none;
}

.dropdown-modal__list {
    padding: 10px;
}

@media (max-width: 568px) {
    .post-service__container {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.popup__content .service {
    padding-bottom: 10px;
}

.request__date div,
.request__date input {
    width: 100%;
}

.review__btn {
    grid-area: b;
    justify-self: flex-end;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, max-content);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0 12px;
    margin: 30px 0 0;
    gap: 14px;
}

@media screen and (max-width: 991px) {
    .review__btn {
        justify-content: center;
        column-gap: 10px;
        row-gap: 24px;
    }
}

.review__btn-manage {
    text-transform: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 140px;
    padding: 9px;
    background: #FEBB14;
    border-radius: 30px;
}

.cookie__close__hidden {
    visibility: hidden;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie__button {
    background: #FEBB14;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 8px;
}

.cookie__close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.cookie__close::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cookie__close::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width:1200px) {
    .cookie {
        flex-direction: column;
    }

    .cookie__text {
        margin-bottom: 8px;
    }
}

.faq {
    grid-template-columns: minmax(220px, 306px) minmax(700px, 956px);
}

.faq__title {
    margin: 40px 0 0 0;
}

.faq .filter.js-open {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    box-shadow: none;
}

.faq .filter__item-btn {
    margin: 32px auto;
}

.faq .filter__item-btn button {
    padding: 12px 21px 10px;
    text-transform: none;
}

.faq .filter__close {
    display: none;
}

.filter__open {
    display: none;
}

@media (max-width: 991px) {
    .faq {
        padding-top: 0;
    }

    .faq .js-open .filter__close {
        display: block;
    }

    .faq .filter__close {
        text-align: right;
        border-bottom: none !important;
        padding: 12px;

    }

    .faq .filter__close svg{
        width: 18px;
        height: 18px;
    }


    .faq__title {
        margin-bottom: 24px;
    }

    .filter__open {
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        width: 100%;
        background: #C4C4C4;
        border-radius: 40px;
        padding: 12px;
        margin-bottom: 24px;
        line-height: 1em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
}

.work__header {
    margin-top: 15px;
}

.work.deactivated {
    position: relative;
    padding-top: 10px;
}

.work.deactivated::before {
    background: #A0A0A0;
}

.work.deactivated::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    -webkit-box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 30px 30px 0px 0px;
}

input#itemservice-slocation,
input#jobpost-slocation {
    text-transform: uppercase;
}

input#itemservice-slocation::placeholder ,
input#jobpost-slocation::placeholder {
    text-transform: initial;
}