#sidebar {
    width: 254px;
}

#sidebar .show__mobile {
    display: none;
}

#sidebar .box {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

#sidebar .box.box__actions {
    display: none;
}

#sidebar .box .box__title {
    padding: 20px 20px 10px;
    font-weight: 700;
    font-size: 18px;
}

#sidebar .box .categories {
    padding: 0 20px 20px;
    font-size: 13px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

#sidebar .box .categories li {
    margin-bottom: 15px;
}

#sidebar .box .categories li:last-child {
    margin-bottom: 0;
}

#sidebar .box .categories li a {
    color: #787878;
    position: relative;
}

#sidebar .box .categories li a:after {
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    top: calc(50% - 6px);
    left: -26px;
    background: var(--orange);
    border-radius: 50%;
    content: "";
    position: absolute;
    opacity: 0;
}

#sidebar .box .categories li a:hover:after, #sidebar .box .categories li a.active:after {
    opacity: 1;
}

#sidebar .box .categories li a:hover {
    color: var(--orange);
}

#sidebar .box .categories li a.active {
    color: var(--orange);
    font-weight: 700;
}

#sidebar .box .box__row {
    border-bottom: 1px solid #EBEBEB;
}

#sidebar .box .box__row:last-child {
    border-bottom: none;
}

#sidebar .box .box__row .hidden {
    padding: 0 20px 10px;
    display: none;
}

#sidebar .box .box__row.open .hidden {
    display: block;
}

#sidebar .box .box__row .info {
    font-weight: 700;
    font-size: 14px;
}

#sidebar .box .box__row .info span {
    font-weight: normal;
    color: #787878;
}

#sidebar .box .box__row .slider__range {
    margin-bottom: 20px;
}

#sidebar .box .row__title,
#sidebar .box .row__category
{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    position: relative;
    padding: 10px 60px 10px 20px;
    font-weight: 700;
    font-size: 14px;
}

#sidebar .box .row__category a {
    color: #777;
    text-decoration: underline;
}
#sidebar .box .row__category a:hover,
#sidebar .box .row__category a.active
{
    color: #000;
}


#sidebar .box .row__title:after {
    width: 14px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transition: all 0.2s;
    background: url("../images/arrd.svg") 50% 50% no-repeat;
    background-size: 100%;
    content: "";
}

#sidebar .box .row__title.open:after {
    background: url("../images/arrdo.svg") 50% 50% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

#list__works {
    padding: 50px 0;
    border-bottom: 1px solid #EBEBEB;
}

#list__works .list__works {
    width: calc(100% - 284px);
}

#list__works .items {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#list__works .items .item {
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.02)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#list__works .items .item:hover {
    border-color: var(--orange);
}

#list__works .items .item:hover img {
    transform: scale(1.1);
}

#list__works .items .new-item .item img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

#list__works .items .item.oblik img {
    height: 260px;
}

#list__works .items .item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#list__works .items .item .title {
    position: absolute;
    font-size: 14px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #666 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 5px 5px 15px;
}

#list__works .items .item .title .more {
    align-items: center;
    padding: 10px 0 0;
}

#list__works .items .item .title .price {
    font-size: 14px;
    font-weight: 700;
}

#list__works .items .item .title .btn {
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    z-index: 4;
}

.hidden__param {
    display: none;
}

#list__services-small {
    padding-top: 50px;
}

#list__services-small .bt {
    text-align: center;
}

#list__services-small .swiper {
    padding-left: 2px;
    padding-right: 2px;
}

#list__services-small .swiper-pagination {
    display: none;
}

#list__services-small .swiper-slide a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 25px;
    text-align: center;
}

#list__services-small .swiper-slide a:hover {
    border-color: #000;
}

#list__services-small .image {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

@media screen and (max-width: 1279px) {
    #list__services-small .swiper-button-prev, #list__services-small .swiper-button-next {
        display: none;
    }

    #list__services-small .slider-sw {
        padding-bottom: 40px;
    }

    #list__services-small .swiper-pagination {
        display: block;
    }
}

@media screen and (max-width: 1179px) {
    #list__works .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #list__works {
        padding-top: 30px;
    }

    #list__works .container {
        position: relative;
    }

    .hidden__param {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        padding: 0 15px;
        height: 40px;
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        cursor: pointer;
        width: 335px;
        position: absolute;
        top: -60px;
        right: 20px;
    }

    #sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 0;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 1000;
    }

    #sidebar .box {
        border-radius: 0;
    }

    #sidebar .show__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        top: -14px;
    }

    #sidebar .show__mobile .close {
        position: relative;
        top: 2px;
        cursor: pointer;
    }

    #list__works .list__works {
        width: 100%;
    }

    #list__works .list__works .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    #list__works .list__works .items .item img {
        height: 195px;
    }
}


.items.grid {
    gap: 0 !important;
    margin-left: -5px;
    margin-right: -5px;
}

.item_wrap {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 16px;
}

.item_wrap {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 1118px) {
    .item_wrap {
        flex: 0 0 24%;
        max-width: 24%;
        border: 1px solid #eaeaea;
        padding: 8px;
        margin: 3px;
    }
}

@media(min-width: 1180px) {
    .sorting {
        /*justify-content: flex-end !important;*/
    }
}

@media screen and (max-width: 767px) {

    #list__works .item_wrap {
        flex: 0 0 48%;
        max-width: 48%;
    }
}


@media (max-width: 576px) {
    .item_wrap {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media screen and (max-width: 328px) {

    #list__works .item_wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #list__works {
        padding: 30px 0;
        z-index: 700;
    }

    #list__works .list__works .items .item.oblik img {
        height: 240px;
    }

    #list__works .list__works .items .title {
        font-size: 12px;
        padding: 10px;
    }

    #list__works .list__works .items .item .price {
        font-size: 14px;
    }

    #list__works .list__works .items .item .btn {
        width: 74px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }

    .hidden__param {
        width: 100%;
        right: 0;
        position: relative;
        top: 0;
    }

    #list__works .items.grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

@media (max-width: 768px) {
    .pagination {
        gap: 8px;
    }
    .pagination a, .pagination span {
        width: 35px;
        height: 35px;
    }
}

.pagination a:hover {
    color: #fff;
    background: var(--orange);
    border-color: var(--orange);
}

.pagination span.current,
.pagination li.active a
{
    border-color: var(--orange);
    color: var(--orange);
}

.pagination li.active a:hover {
    color: #fff;
}

.pagination span {
    border-color: transparent;
}

.pagination li.disabled {
    display: none;
}

#content {
    padding: 50px 0;
}

.content {
    font-size: 14px;
    line-height: 25px;
    color: var(--grey);
    display: inline-block;
    width: 100%;
}

.content.content__blog {
    font-size: 16px;
    color: #787878;
}

.content.content__blog h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 18px;
}

.content p {
    margin-bottom: 25px;
}

.content strong {
    color: #000;
}

.content img {
    max-width: 445px;
    border-radius: 10px;
}

.content img.alignright {
    float: right;
    margin: 0 0 20px 35px;
}

.content img.alignleft {
    float: left;
    margin: 0 35px 20px 0;
}

.content img.aligncenter {
    width: 100%;
    margin: 0 0 30px;
    max-width: 100%;
}

.content ul {
    margin-bottom: 30px;
    display: block;
}

.content ul li {
    background: url("../images/ls.svg") 0 3px no-repeat;
    padding-left: 30px;
   /* display: flex;*/
}

.content blockquote {
    display: inline-block;
    width: 100%;
    margin: 15px 0 30px;
    background: url("../images/quote.svg") calc(100% - 30px) 50% no-repeat;
    padding: 25px 160px 25px 45px;
    box-sizing: border-box;
    border-left: 9px solid var(--blue);
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    font-style: italic;
}

.content blockquote p:last-child {
    margin-bottom: 0;
}

.content a {
    color: var(--grey);
    border-bottom: 1px solid var(--grey);
}

.content a:hover {
    border-color: transparent;
}

.content ol {
    padding: 0 0 0 20px;
    /*font-weight: 700;*/
    color: var(--black);
}

.content ol ol {
    font-weight: normal;
    list-style-type: lower-latin;
    margin-bottom: 25px;
    padding-top: 10px;
}

.content h2 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 25px;
    color: #000;
}

.content__tags.flex {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.content__tags a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 13px;
    font-weight: 700;
    color: var(--black);
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.content__tags a:hover {
    background: var(--orange);
    color: #fff;
}

@media screen and (max-width: 1179px) {
    .content img {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .content img {
        float: none !important;
        margin: 0 auto 30px !important;
        max-width: 100%;
    }

    #content {
        padding: 30px 0;
    }

    .content img {
        max-width: 100%;
        width: 100%;
    }

    .content blockquote {
        padding: 20px 40px 30px 30px;
        background-position: calc(100% - 15px) calc(100% - 15px);
    }

    #seo .content img {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    #seo .content p {
        margin-bottom: 10px;
    }
}

#faq {
    padding: 50px 0;
    background: url("../images/bgfaq.png") 50% 50% no-repeat;
    border-radius: 25px;
    margin: 0 34px;
    background-size: cover;
    position: relative;
}

#faq.faqwhite {
    background: transparent;
}

#faq.faqwhite:after {
    display: none;
}

#faq:after, #actions__sales:after, #blog.blog__added:after, #list__services-small.list__services-small__faq:after, #actions__sales:after {
    width: 80px;
    height: 80px;
    background: url("../images/faqlogo.png") 50% 50% no-repeat;
    content: "";
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 660px);
    background-size: 100% !important;
}

#faq .title {
    padding: 0 70px 0 35px;
    height: 60px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: none !important;
}

#faq .ui-accordion-header-icon {
    display: none;
}

#faq .title:after {
    width: 16px;
    transition: all 0.2s;
    height: 12px;
    content: "";
    background: url("../images/arrd.svg") 50% 50% no-repeat;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    background-size: 100%;
}

#faq .title.ui-accordion-header-active:after {
    transform: rotate(180deg);
    background: url("../images/arrdo.svg") 50% 50% no-repeat;
    background-size: 100%;
}

#faq .title.ui-accordion-header-active {
    border-radius: 10px 10px 0 0;
    color: var(--orange);
}

#faq .answer {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #787878;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: -15px;
    padding: 0 115px 20px 35px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 2px 1px rgba(0, 0, 0, 0.08);
    border: none !important;
}

.child {
    margin-left: 20px;
}

.categories {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 1279px) {
    #faq {
        margin: 0;
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    #faq {
        padding: 30px 0;
    }

    #faq .title {
        height: 45px;
        padding: 0 50px 0 13px;
        font-size: 14px;
        line-height: 17px;
    }

    #faq .answer {
        padding: 0 30px 20px 13px;
        font-size: 14px;
    }
}

#works__advantages {
    padding: 0 0 50px;
    text-align: center;
}

#works__advantages .item {
    font-weight: 700;
    font-size: 18px;
}

#works__advantages .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}


.category_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
}
.parent {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}
.parent a {
    color: #000;
}
.child_section > .child {
    font-size: 12px;
    text-align: center;
    padding: 3px;
    margin-left: 0 !important;
    a {
        color: #565656;

        &:hover {
            text-decoration: underline;
        }
    }
}
.child a.more {
    color: #000;
}
.child_section {
    max-height: 300px;
    scrollbar-width: thin;
    position: relative;
}


.category_block {
    text-align: center;
}
.category_block svg {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #000;
}

.title_block {
    font-size: 18px;
    padding: 20px 0px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin: 40px 0px;

    a {
        color: #2c2c2c;

        &:hover {
            text-decoration: underline;
        }
    }
}

@media screen and (max-width: 920px) {
    .category_section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .category_section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1179px) {
    #works__advantages .items {
        grid-template-columns: repeat(3, 1fr);
    }

    #works__advantages .item {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1179px) {
    #list__works .list__works .grid {
        margin-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    #works__advantages {
        padding: 0 0 30px;
    }

    #works__advantages .items {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    #works__advantages .items .item {
        position: relative;
        padding: 0 0 0 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        font-size: 14px;
        text-align: left;
    }

    #works__advantages .items .item img, #works__advantages .items .item svg {
        width: 44px;
    }

    #works__advantages .items .item .icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
}