.page-template-template-operators-2 a.next, .page-template-template-operators-2 a.prev {
    border: none;
}

.page-template-template-operators-2 .main-ttl:before {
    width: 103%;
}

.page-template-template-operators-2 .filter-block {
    margin-bottom: 10px;
    padding-top: 10px;
}

.page-template-template-operators-2 .filter-section .block-submit {
    justify-content: center;
    margin: 30px 0;
}

.page-template-template-operators-2 .filter-block.active {
    border-radius: 5px;
    background: #F9F9F9;
}

.page-template-template-operators-2 .filter-block .filter-block__category {
    padding: 10px 0 14px;
}

.page-template-template-operators-2 .filter-block .filter-block__category .filter-block__category--scroll {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 5px;
    margin: 10px 15px 14px 10px;
    padding: 10px 0 14px 0;
}

.page-template-template-operators-2 .filter-block .filter-block__decoration {
    border-top: 1px solid #B1C0E1;
    width: 92%;
    display: block;
}

.page-template-template-operators-2 .filter-block .filter-block__title,
.page-template-template-operators-2 .filter-block .btn-filter-remove {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    padding-bottom: 10px;
}

.page-template-template-operators-2 .filter-block .btn-filter-remove span {
    padding-bottom: 10px;
    padding-right: 25px;
    margin-right: 25px;
    color: #B1C0E1;
}

.page-template-template-operators-2 .filter-block .btn-filter-remove::before,
.page-template-template-operators-2 .filter-block .btn-filter-remove::after {
    content: "";
    display: block;
    position: absolute;
    right: 18%;
    top: 6px;
    height: 16px;
    width: 2px;
    background-color: #B1C0E1;
}

.page-template-template-operators-2 .filter-block .btn-filter-remove::before {
    transform: rotate(45deg);
}

.page-template-template-operators-2 .filter-block .btn-filter-remove:after {
    transform: rotate(-45deg);
}

.page-template-template-operators-2 .filter-block.active .filter-block__title {
    padding-bottom: 0;
}

.page-template-template-operators-2 .filter-block .filter-block__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #8E8E8E;
    right: 15%;
    top: 10px;
    transition: all .3s;
}

.page-template-template-operators-2 .filter-block.active .filter-block__title::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}

.page-template-template-operators-2 .filter-block .filter-block__title-text {
    padding-bottom: 10px;
    padding-right: 25px;
    margin-right: 25px;
}

.page-template-template-operators-2 .filter-block.active .filter-block__title-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.page-template-template-operators-2 .filter-block .filter-block__decoration--title {
    border-color: #93AEEB;
    width: 85%;
}

.page-template-template-operators-2 .filter-block.filter-block__remove .filter-block__decoration--title {
    border-color: #B1C0E1;
    width: 85%;
    margin-left: 10px;
}

.page-template-template-operators-2 .filter-block .filter-block__category .filter-category-item {
    padding: 11px 0 6px 0;
}

.page-template-template-operators-2 .filter-block .filter-block__category .filter-category-item:first-child {
    padding-top: 0;
}

.page-template-template-operators-2 .filter-block .filter-block__category .filter-block__category--scroll::-webkit-scrollbar {
    width: 2px;
    background: #DDD;
}

.page-template-template-operators-2 .filter-block .filter-block__category .filter-block__category--scroll::-webkit-scrollbar-thumb {
    background: #B7B7B7;
    border-radius: 9px;
    stroke-width: 7px;
    stroke: #B7B7B7;
}

.page-template-template-operators-2 .filter-block .filter-category-item__title label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.page-template-template-operators-2 .filter-block.filter-block__cat-type .filter-category-item__title {
    display: flex;
    align-items: center;
}

.page-template-template-operators-2 .filter-block.filter-block__cat-type .filter-category-item__title svg {
    margin-right: 10px;
}

.page-template-template-operators-2 .filter-block.filter-block__cat-type .filter-category-item__title label {
    font-size: 18px;
    width: 70%;
}

.page-template-template-operators-2 .filter-block input[type='checkbox'] {
    width: 1px;
    height: 18px;
    margin-left: 28px;
    position: relative;
    cursor: pointer;
}

.page-template-template-operators-2 .filter-block input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 2px solid #B1C0E1;
    border-radius: 2px;
}

.page-template-template-operators-2 .filter-block input[type=checkbox]:checked:before {
    background-color: #B1C0E1;
}

.page-template-template-operators-2 .filter-block input[type=checkbox]:checked:after {
    content: "";
    display: block;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 5px;
    height: 10px;
    top: 3px;
    left: 7px;
}

.page-template-template-operators-2 .info-block .info-block__img {
    background-color: #4783cf;
    width: 100%;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.page-template-template-operators-2 .flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.page-template-template-operators-2 .search-block {
    margin-bottom: 30px;
}

.page-template-template-operators-2 .search-title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.page-template-template-operators-2 .search-container {
    width: 75%;
    height: 100%;
    padding: 15px 17px 12px 17px;
    margin-right: 10px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 50px;
    background: #F6F6F6;
}

.page-template-template-operators-2 .search-container input {
    width: 96%;
    margin-right: 10px;
    background: #F6F6F6;
    color: #838383;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.page-template-template-operators-2 .search-container button {
    background: #F6F6F6;
}

.page-template-template-operators-2 .search-container button:hover svg path {
    fill: #4783cf;
}

.page-template-template-operators-2 .info-block__content {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    margin-bottom: 0;
}

.page-template-template-operators-2 .info-caption {
    color: #737373;
    background: #F6F6F6;
    padding: 15px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-template-template-operators-2 .info-block .info-block__img {
    display: flex;
    padding: 15px 15px 10px 15px;
    flex-direction: column;
    justify-content: space-between;
    height: 155px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.page-template-template-operators-2 .info-block {
    width: 100%;
}

.page-template-template-operators-2 .info-caption__operators-type {
    color: #737373;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    text-transform: capitalize;
}

.page-template-template-operators-2 .info-caption__location {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #8F8F8F;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}

.page-template-template-operators-2 .info-caption__location svg {
    margin-right: 6px;
}

.page-template-template-operators-2 .sg-rating .rating-star {
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

.page-template-template-operators-2 .sg-rating .rating-star:before {
    width: 17px;
    height: 17px;
    background-size: contain;
}

.checkbox-label input[type="checkbox"] + span,
.filter-tag {
    font-size: 14px;
    line-height: 1em;
}

.checkbox-label input[type="checkbox"] {

    & + span::before {
        display: none;
        content: '';
    }

    &:checked + span:before {
        display: none;
        content: '';
    }
}

.checkbox-label {
    display: block;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-label span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
}

/* базовий вигляд */
.checkbox-icon {
    transition: all 0.25s ease;
    transform-origin: center;
    flex: none;
}

/* активний стан */
.checkbox-label input[type="checkbox"]:checked + span .checkbox-icon {
    transform: rotate(45deg);
}

.checkbox-label input[type="checkbox"]:checked + span .checkbox-icon rect {
    fill: var(--colorC);
    stroke: white;
}

.checkbox-label input[type="checkbox"]:checked + span .checkbox-icon path {
    stroke: white;
}


@media screen and (max-width: 1200.98px) {
    .page-template-template-operators-2 .filter-block .filter-category-item__title label,
    .page-template-template-operators-2 .filter-block.filter-block__cat-type .filter-category-item__title label {
        font-size: 16px;
    }
}

@media screen and (max-width: 768.98px) {
    .page-template-template-operators-2 .search-title {
        margin-bottom: 15px;
    }

    .page-template-template-operators-2 .search-block {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .page-template-template-operators-2 .search-container {
        width: 100%;
        height: 50%;
        margin-bottom: 15px;
    }

    .page-template-template-operators-2 .btn-form {
        /*margin-bottom: 30px;*/
    }

    .page-template-template-operators-2 .filter-block .btn-filter-remove::before,
    .page-template-template-operators-2 .filter-block .btn-filter-remove::after {
        content: "";
        display: block;
        position: absolute;
        right: 17%;
    }
}