.service-content {
    display: flex;
    flex-direction: column;
}

.service-content__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-content__head .head-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-block {
    position: relative;
    background-color: #FFF;
    padding: 0px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-block .search_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-block img {
    width: 29px;
    height: 29px;
}

.search-block img.search_icon {
    width: 16px;
    height: 16px;
}

.input.search_input {
    padding: 12px 16px;
    border: 0px solid #FFF;
    height: 100%;
    width: 100%;
}

.input.search_input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #98A0B4;
}

.desc_shifts-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #98A0B4;
    display: flex;
    flex-wrap: nowrap;
	gap: 5px;
}

.service-body {
    display: flex;
    gap: 64px;
    margin-top: 16px;
    padding-bottom: 50px;
}

.service-block {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-block .sorting {
    display: flex;
    align-items: center;
    gap: 24px;
}
.sorting.mobile{
    display: none;
}

.sorting .sorting-head {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}

.sorting .sorting-items {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sorting-item {
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: var(--white);
    border: 1px solid var(--stroke);
    padding: 8px 16.5px;
    border-radius: 50px;
}

.sorting-item .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #070538;
}

.sorting-item img {}

.shifts-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.shifts-list {
    width: 100%;
}

.shifts-item {
    border: 1px solid var(--stroke);
    border-radius: 8px;
    padding: 32px 23px;
    width: 100%;
    background-color: var(--white);
}

.shifts_detail {
    display: flex;
    justify-content: space-between;
}

.shifts_info {
    display: flex;
    flex-direction: column;
}

.shifts_info .desc.desc_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #98A0B4;
    margin-bottom: 16px;
}

.shifts_info .specialization_item {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--red);
    padding: 8px 16px;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 8px;
}

.shifts_info .head.head_name {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}
.shifts_info .head.head_name:hover{
	color: var(--main-color);
}

.shifts_info .desc.desc_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00B893;
}

.shifts_info .desc.desc_price span {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #98A0B4;
    margin-bottom: 4px;
}

.shifts_info .desc.desc_price_month {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #98A0B4;
    margin-bottom: 16px;
}

.shifts_info .desc.desc_duration {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #070538;
}

.shifts_company {
    display: flex;
    flex-direction: column;
}

.shifts_company .company-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shifts_company .company-info .picblock {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
}

.shifts_company .company-info .picblock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shifts_company .company-info .textblock {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shifts_company .company-info .head.head_name {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #2D3548;
}

.shifts_company .company-info .desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #070538;
}

.company-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.company-gallery {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 13px;
}

.company-gallery .picblock {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 9px;
}

.company-gallery .picblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-gallery .video-block {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
}

.company-gallery .video-poster {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.company-gallery .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 10px;
    color: #000;
    cursor: pointer;
}

.company-gallery .video-block video::-webkit-media-controls {
    transform: scale(0.7);
}

.company-gallery .video-block video::cue {
    font-size: 8px;
}

.tag_item {
    background-color: #F0F1F4;
    border: 1px solid var(--stroke);
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    padding: 8px 16px;
}

.shift-item_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.shift-item_bottom .buttons-block {
    display: flex;
    align-items: center;
    gap: 24px;
}

.shift-item_bottom .share-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.shift-item_bottom .share-wrapper .share-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.shift-item_bottom .share-wrapper .share-list{
    display: flex;
    visibility: hidden;
    opacity: 0;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    position: absolute;
    background-color: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 8px;
    padding: 10px;
    transform: translate(-78px, 36px);
}
.shift-item_bottom .share-wrapper .share-list .share-item{
    cursor: pointer;
    border: 0px solid white;
    padding: 0px;
}
.shift-item_bottom .share-wrapper:hover .share-list{
    visibility: visible;
    opacity: 1;
}

.btn.share_btn {
    width: fit-content;
    border-radius: 50%;
    border: 1px solid var(--stroke);
    background-color: var(--white);
    padding: 8px;
}

.shifts-filter {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #CCD4E3;
    width: 26%;
    background-color: #FFF;
    margin-top: 8px;
    height: fit-content;
}

.filter-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--stroke);
    gap: 0px;
    transition: 0.5s;
}

.filter-item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.filter-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.mark {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #CCD4E3;
    border-radius: 50%;
}
span.mark.green {
    background-color:#06DFCD;
}

.filter-name .desc_name {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--mainColor);
}

.shifts-filter .buttons-block {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.link.link_black {
    color: #000;
    border-bottom: 1px solid #000;
}

.filter-body {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    display: flex;
    flex-direction: column;
}

.filter-item.active {
    gap: 24px;
}

.filter-item.active .filter-item_head img {
    transform: rotateX(180deg);
}

.filter-item.active .filter-body {
    visibility: visible;
    opacity: 1;
    height: fit-content;
}

.filter-body .desc.desc_name {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}

.switcher {
    display: flex;
    align-items: center;
    background-color: #F2F4F7;
    border-radius: 50px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.switcher .btn.active {
    background-color: var(--main-color);
    color: var(--white);
}

.switcher .btn {
    background-color: transparent;
    font-weight: 600;
    font-style: Medium;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 50%;
    color: #98A0B4;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-color: #086bf7ad rgba(0, 0, 0, 0);
    padding-left: 5px;
    padding-bottom: 13px;
    padding-top: 13px;
}

#shifts.check-list {
    display: none;
}

#months.check-list {
    display: none;
}

#shifts.check-list.active {
    display: flex;
}

#months.check-list.active {
    display: flex;
}


.choice-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 8px;
    margin-top: 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.choice-list.active {
    display: flex;
    flex-direction: column;
}

.choice-item {
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-primary);
}

.choice-item:hover {
    background-color: #f5f7fa;
}

.choice-item.selected {
    background-color: #e3f2fd;
    color: var(--primary);
}

.search_icon {
    transition: transform 0.3s ease;
}

.service-content_search-block{
    width: 100%;
}
.choice-list::-webkit-scrollbar {
    width: 6px;
}

.choice-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.choice-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.choice-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.choice-list.active {
    animation: fadeIn 0.2s ease;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-input {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #0d6efd;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    width: 20px;
	min-width: 20px;
    height: 20px;
}

.checkbox-input:checked {
    background-color: #06DFCD;
    border-color: #06DFCD;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.checkbox-input:active {
    filter: brightness(90%);
}

/* Смена цвета границы при наведении */
.checkbox-input:hover:not(:disabled) {
    border-color: #0d6efd;
}

/* Стили для чекбокса при фокусе */
.checkbox-input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Отключенный чекбокс */
.checkbox-input:disabled {
    filter: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-input:disabled~.checkbox-label {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000;
}

.checkitem .desc.desc_name {
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000;
}

.filter-body .filter-inputs {
    margin-top: 24px;
}

.filter-inputs .input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.filter-inputs .inputblock {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--stroke);
    display: flex;
    padding: 9px 10px;
    gap: 4px;
	width:100%;
    align-items: center;
}

.filter-inputs .inputblock .desc {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--black);
}

.input.input_range {
    border: 0px solid transparent;
    width: 100%;
}
.input.input_range::placeholder{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--black);
}

.selected-block {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    position: relative;
}

.selected-block .selected-choice {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--stroke);
    display: flex;
    padding: 9px 10px;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
}

.desc.desc_choice {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}

.filter-body .selected-block .input.input_search {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.filter-body .selected-block .input.input_search::placeholder {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}

.company-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.company-detail .textblock {
    width: 44%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-detail .textblock .head {
    font-weight: 500;
    font-style: Medium;
    font-size: 43px;
    line-height: 52px;
    letter-spacing: 0%;
    color: #070538;
}

.company-detail .textblock .desc {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.company-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    border: 1px solid var(--stroke);
    border-radius: 8px;
    background-color: var(--white);
    height: fit-content;
}

.company-card .picblock img {
    height: 80px;
    margin-bottom: 8px;
}

.company-card .devide {
    margin-top: 24px;
    margin-bottom: 31px;
}

.company-card .company__rating {
    margin-bottom: 8px;
}

.company-card .link.link_black {
    margin-bottom: 32px;
}

.company-card .head.head_name {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}


.service-content.company .shifts-list {
    width: 67%;
    margin-top: 67px;
}

.service-content.shift .shifts-list {
    width: 67%;
    margin-top: 67px;
}

.shift-detail {
    display: flex;
    gap: 24px;
}

.company-organization {
    width: 52%;
    background-color: var(--white);
    /*border-radius: 8px;*/
    border: 1px solid var(--stroke);
    padding: 32px;
    height: fit-content;
}
.service-content.shift > .company-organization {
	display: none;
}

.company_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.company .head.head_name,
.organization .head.head_name {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 4px;
}

.company-detail .company .picblock img,
.company-detail .organization .picblock img {
    height: 77px;
}

.company .picblock img,
.organization .picblock img {
    height: 60px; 
}


.company-organization .devide.devide_horizontal {
    margin-top: 26px;
    margin-bottom: 32px;
}

.shifts_info_head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}

.shifts_info .shifts_info_head .desc.desc_date {
    margin-bottom: 0px;
}

.shifts_info .shifts_info_head .specialization_item {
	border: 1px solid var(--red);
    margin-bottom: 0px;
}

.service-content.shift .shifts_detail .shifts_info {
    width: 100%;
}

.service-content.shift .shifts_detail .shifts_info .head.head_name {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
}

.shift-detail .shifts-item {
    height: fit-content;
}

.shift_address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.shifts-item .desc.desc_address {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #070538;
}

.shifts-item .duration-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shift-content {
    width: 65%;
    margin-top: 39px;
}

.shift-content p {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    width: 80%;
}

.shift-content img {
    width: 100%;
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.shift-content_bottom {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}

.shift-content_bottom .share {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shift-content_bottom .share img {
    margin: 0px;
}

.shift-content_bottom .share .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #070538;
}

.service-content .shift .gallery {
    margin-top: 32px;
    margin-bottom: 32px;
}

.similar-shift {
    margin-top: 50px;
    margin-bottom: 134px;
}

.similar-shift .head {
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    line-height: 36px;
    letter-spacing: 0%;
}

.similar-shift .shifts-list {
    width: 68%;
    margin-top: 64px;
}

.btn.btn-filter {
    padding: 14px;
    background-color: var(--white);
    border: 1px solid var(--stroke);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    display: none;
}

.search-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.company-tags.mobile {
    display: none;
}

.btn.btn_sort {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.desc.desc_sort {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #086BF7;
}


.specialization_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 20px;
}

.specialization_wrapper .share {
    display: none;
}

.no-scroll {
    overflow-y: hidden;
}

.shifts_info .desc.desc_date.mobile{
	display:none;
}
.company .shifts-list .company-gallery .picblock img, .organization .shifts-list .company-gallery .picblock img{
	height: 100%;
}


@media (max-width: 1200px) {
    .service-body {
        gap: 32px;
    }

    .switcher .btn {
        font-size: 13px;
    }

    .shifts-filter .buttons-block {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .company-organization .devide.devide_horizontal {
        margin-top: 26px;
        margin-bottom: 32px;
        width: 100%;
    }

    .company-organization {
        width: 43%;
    }

    .company-card {
        width: 40%;
    }

    .company-card .devide {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .service-body {
        display: flex;
        flex-direction: column;
    }

    .btn.btn-filter {
        display: flex;
    }
	.similar-shift .shifts-list {
		width: 100%;
		margin-top: 25px;
	}
    .service-block {
        width: 100%;
    }

    .head-wrapper .desc.desc_shifts-count {
        display: none;
    }

    .switcher .btn {
        width: 50%;
    }

    .shifts-filter {
        width: -webkit-fill-available;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        height: auto;
        top: 40%;
        overflow-y: scroll;
        transform: translateY(-10px);
        padding-top: 20px;
        display: none;
    }
	.filter-list {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

    .shifts-filter.active {
        display: flex;
        flex-direction: column;
        z-index: 12;
    }

    .shifts_info .desc_date {
        display: none;
    }
	.shifts_info .desc.desc_date.mobile{
        display: block;
    }

	.shifts_info .shifts_info_head .desc.desc_date.mobile{
		margin-bottom:16px;
	}

	.shifts_info_head {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 16px;
	}

    .shifts_detail {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .shifts-item {
        padding: 32px 16px;
    }

    .shift-item_bottom .share {
        display: none;
    }

    .shift-item_bottom .buttons-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        width: 100%;
    }

    .tag_item {
        border-radius: 8px;
        padding: 4px 8px;
    }

    .tag_item .desc {
        font-weight: 300;
        font-style: Light;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }

    .company-tags.mobile {
        display: flex;
        margin-bottom: 22px;
    }

    .company-tags.desk {
        display: none;
    }

    .shifts_info .specialization_item {
        border: 1px solid var(--red);
        margin-bottom: 0px;
    }

    .service-block .sorting.desk {
        display: none;
    }
    .service-block .sorting.mobile{
        display: flex;
        position: relative;
    }

    .service-block .sorting {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
    }

    .specialization_wrapper .share {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .specialization_wrapper .share .share-list{
            display: flex;
            visibility: hidden;
            opacity: 0;
            align-items: center;
            flex-direction: row;
            gap: 8px;
            position: absolute;
            background-color: var(--white);
            border: 1px solid var(--stroke);
            border-radius: 8px;
            padding: 10px;
            transform: translate(-78px, 69px);
    }
    .specialization_wrapper .share .share-list .share-item{
        padding: 0px;
        border: 0px solid white;
    }
    .specialization_wrapper .share:hover .share-list{
        visibility: visible;
        opacity: 1;
    }

    .shifts-list {
        gap: 16px;
    }

    .shift-detail {
        display: flex;
        flex-direction: column;
        background-color: var(--white);
        gap: 16px;
    }

    .shift-detail .shifts-item {
        border: 0px solid var(--white);
        width: 100%;
    }
	.shift-detail .company-organization {
		display: none;
	}
	.service-content.shift > .company-organization {
		display: block;
	}
    .company-organization {
        border: 0px solid var(--white);
        width: 100%;
        padding: 16px;
        margin-bottom: 32px;
    }

    .shifts_info .shifts_info_head .specialization_item {
        margin-right: auto;
    }

    .service-content.shift .shifts_detail .shifts_info .head.head_name {
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .company .picblock,
    .organization .picblock {
        overflow: hidden;
        height: 100px;
        width: 100px;
    }

    .company .picblock img,
    .organization .picblock img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
	.company .company-gallery .picblock img, .organization .company-gallery .picblock img {
		height: 100%;
        width: 100%;
        object-fit: cover;
	}
	.company .company-gallery .picblock, .organization .company-gallery .picblock{
		height:80px
	}
    .shift-content p {
        width: 100%;
    }

    .shift-content {
        width: 100%;
    }

    .shift-content img {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .shift-item_bottom .share-wrapper {
        display: none;
    }
    .shift-detail .shift-item_bottom .share-wrapper {
        display: flex;
    }

    .shift-detail .shift-item_bottom .share .desc {
        display: none;
    }

    .shift-content_bottom {
        justify-content: space-between;
    }

    .shift-content_bottom .share .desc {
        display: none;
    }

    .similar-shift .head {
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .similar-shift {
        margin-top: 30px;
        margin-bottom: 64px;
    }

    .service-content.shift .shifts-list {
        margin-top: 32px;
        width: 100%;
    }

    .company-detail {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .company-card {
        width: 100%;
    }

    .company-detail .textblock {
        width: 100%;
    }

    .company-detail .textblock .head {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .service-content.company .shifts-list {
        width: 100%;
        margin-top: 32px;
    }
	.shift-detail .share-btn .desc{
		display:none;
	}
	.shift-detail .shift-item_bottom .share-wrapper .share-list{
		transform: translate(-166px, 37px);
	}
}
.service_not-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
    margin-top: 117px;
}
.desc.desc_no-content{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #98A0B4;
}
.btn.btn_no-content{
    background-color: var(--white);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--stroke);
}
.service_not-content .desc.desc.desc_no-content{
    max-width: 425px;
}
.service_not-content .btn.btn_no-content{
    margin-top: 8px;
}
.desc.desc_rating.no-rating{
    color:  #98A0B4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; 
}
.sort-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 5px;
}

.sort-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.sort-option:last-child {
    border-bottom: none;
}

.sort-option:hover {
    background-color: #f5f5f5;
}

.sort-option.active {
    background-color: #e8f4ff;
    font-weight: bold;
}

.sort-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 5px;
}

.sort-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid #eee;
}

.sort-option:last-child {
    border-bottom: none;
}

.sort-option:hover {
    background-color: #f5f5f5;
}

.sort-option.active {
    background-color: #e8f4ff;
    font-weight: bold;
}


.btn_sort {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.shift-item_bottom.shift-bottom {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    padding-bottom: 54px;
}
.shift-item_bottom.shift-bottom .share-wrapper{
    display: block;
}
 .shift-item_bottom.shift-bottom .share-wrapper .share-list{
        transform: translate(-78px, 5px);
}
.desc.desc_date.shifts-date_mobile{
	display:none;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #98A0B4;
}
.duration_wrapper {
    display: flex;
    gap: 10px;
}
.duration_wrapper img{
    width: 16px;
    height: 16px;
	display:none;
}
@media (max-width:800px) {
    .shift-item_bottom.shift-bottom .share-wrapper .desc{
        display: none;
    }
    .shift-item_bottom.shift-bottom {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        padding-bottom: 46px;
    }
    .shift-item_bottom.shift-bottom .share-wrapper .share-list{
        transform: translate(-78px, 5px);
    }
	.desc.desc_date.shifts-date_mobile{
		display:block;
		margin-top:24px;
	}
	.duration_wrapper img{
		display: block
	}

}
.shift-detail .company-organization .company .head.head_name, .shift-detail .company-organization .organization .head.head_name{
	margin-bottom: 24px;
}
.company .shifts-list .shifts_info .head.head_name {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}
.service_content_head{
    margin-bottom: 20px;
}
