.forst_s_bread .suggestions {
    display: none;
    background: #fff;
    max-height: 300px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 11;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,0.1);
}

.forst_s_bread .suggestions a.card {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.forst_s_bread .suggestions a.card div:first-child img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 10px;
}

.forst_s_bread .suggestions a.card div:last-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.forst_s_bread .suggestions a.card div:last-child h3 {
    font-size: 14px;
    color: #979797;
    transition: 0.2s linear;
}

.forst_s_bread .suggestions a.card div:last-child .info_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    color: #979797;
}

.forst_s_bread .suggestions a.card div:last-child .info {
    font-size: 12px;
    color: #979797;
}

.forst_s_bread .suggestions a.card div:last-child .price {
    color: #000;
}

.forst_s_bread .suggestions a.card:hover div:last-child h3 {
    color: #000;
}

.alert {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.alert.alert-light-gray {
    background-color: #f7f7f7;
    color: #666;
}

.label_custom[data-label^="МОУ"]  {
    background: #465b33;
    color: #fbfbfb;
    font-weight: bold;
    position: absolute;
}

.label_custom[data-label^="МОУ"] {
    background: #465b33;
    color: #fbfbfb;
}

.label_custom[data-label^="МВС"] {
    background: #405a8e;
    color: #fbfbfb;
}

.label_custom[data-parent^="29"] {
    background: #465b33;
    color: #fbfbfb;
}

.label_custom[data-parent^="31"] {
    background: #405a8e;
    color: #fbfbfb;
}

.label_custom[data-parent^="32"] {
    background: #6a6a6a;
    color: #fbfbfb;
}

.label_custom[data-parent^="197"] {
    background: #efc056;
    color: #fff;
}
/*Юридичний облік*/
.label_custom[data-parent^="230"] {
    background: #fff7e2;
    color: #333;
}
/*Бухгалтерський облік*/
.label_custom[data-parent^="199"] {
    background: #deebf4;
    color: #333;
}
/*Діловодство нотаріуса*/
.label_custom[data-parent^="416"] {
    background: #f89f4c;
    color: #fff;
}
/*Шкільна документація*/
.label_custom[data-parent^="411"] {
    background: #5581c1;
    color: #fff;
}
/*Охорона праці*/
.label_custom[data-parent^="197"] {
    background: #6a6a6a;
    color: #fff;
}

.label_custom[data-parent^="528"] {
    background: #f5be51;
    color: #383838;
}

.label_product {
    width: max-content;
    font-size: 12px;
    padding: 3px;
}

.gallery .label_product,
.list__works .label_product,
#best__buy .label_product {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}

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

.settings .custom_label a:hover {
    border-color: transparent;
}

/*#best__buy .list__swiper .swiper-slide.item-wrap .item_new {*/
/*    box-shadow: none;*/
/*}*/

#best__buy .list__swiper .swiper {
    padding: 10px;
}

#best__buy .list__swiper .swiper-slide.item-wrap .item_new {
    &:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    }
}

#best__buy .item_new .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    backface-visibility: hidden;
}

#page__market .service__info .settings .buy .count input[type=number]::-webkit-inner-spin-button,
#page__market .service__info .settings .buy .count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#page__market .service__info .settings .buy .count input[type=number] {
    -moz-appearance: textfield;
}

#page__market {
    padding: 50px 0;
}

#page__market .slider-sw {
    padding-bottom: 20px;
}

#page__market .swiper-pagination {
    display: none;
}

#page__market .mobile__title {
    display: none;
}

#page__market .service__tth {
    width: 100%;
}

#page__market .gallery {
    width: 350px;
}

#page__market .gallery .swiper__gallery {
    margin-bottom: 16px;
}

#page__market .gallery img {
    width: 100%;
    border-radius: 10px;
}


#page__market .gallery .swiper.swiper__gallery__market img {
    min-height: 300px;
}

#page__market .service__info {
    width: calc(100% - 375px);
}

#page__market .service__info h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#page__market .service__info .pay__delivery {
    box-sizing: border-box;
    width: 330px;
    background: #F7F7F7;
    border-radius: 25px;
    padding: 16px 20px;
}

#page__market .service__info .pay__delivery .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

#page__market .service__info .pay__delivery .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

#page__market .service__info .pay__delivery .item__title {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#page__market .service__info .pay__delivery .del__item {
    position: relative;
    margin-bottom: 10px;
}

#page__market .service__info .pay__delivery .del__item p {
    font-size: 12px;
    color: var(--grey);
    line-height: 20px;
}

#page__market .service__info .pay__delivery .del__item .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 60px;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
}

#page__market .service__info .pay__delivery .del__item .del__title {
    box-sizing: border-box;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 75px;
    position: relative;
    margin-bottom: 5px;
}

#page__market .service__info .pay__delivery .del__item .del__title p {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

#page__market .service__info .pay__delivery .del__item .del__title p span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--grey);
}

#page__market .service__info .pay__delivery .del__item li {
    padding: 0 0 0 24px;
    background: url("../images/ls.svg") 0 2px no-repeat;
    font-size: 12px;
    line-height: 20px;
    color: var(--grey);
    background-size: 16px;
}

#page__market .service__info .settings {
    width: calc(100% - 360px);
}

#page__market .service__info .settings .information {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 5px;
}

#page__market .service__info .settings .reviews {
    gap: 10px;
}

#page__market .service__info .settings .reviews a {
    color: #787878;
}

#page__market .service__info .settings .reviews a:hover {
    color: #000;
}

#page__market .service__info .settings .artikul {
    color: #787878;
    font-size: 14px;
}

#page__market .service__info .settings .rating {
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

#page__market .service__info .settings .rating span {
    width: 12px;
    height: 12px;
    background: url("../images/star.svg") 50% 50% no-repeat;
}

#page__market .service__info .settings .box {
    margin-bottom: 20px;
}

#page__market .service__info .settings .box .box__title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

#page__market .service__info .settings .box a.grey {
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: var(--grey);
    margin-bottom: 10px;
}

#page__market .service__info .settings .box a.grey._kind:hover {
    color: var(--content-link-color);
}

#page__market .service__info .settings .sum.price {
    font-weight: 700;
    margin: 0;
    position: absolute;
    right: 0;
    min-width: 160px;
    justify-content: end;
}

#page__market .service__info .settings .price {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px;
    display: flex;
}


#page__market .service__info .settings .popover_cover {
    position: absolute;
    top: -160px;
    left: 180px;
    padding: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 250px;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0.3s 0s;
    z-index: 2;
    background: #fff;
    line-height: 25px;
    color: #3b3b3b;
}

#page__market .service__info .settings .popover_cover span {
    display: block;
}

#page__market .service__info .settings .popover_cover .popover_header {
    color: #425A8B;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#page__market .service__info .settings {
    position: relative;
}

#page__market .service__info .settings .open_popover {
    margin-top: 5px;
    color: #fdaf1b;
}


#page__market .service__info .settings .alert__message:hover .popover_cover,
#page__market .service__info .settings .alert__message:focus .popover_cover {
    opacity: 1;
    pointer-events: all;
}

#page__market .service__info .settings .alert__wrapper {
    min-height: 25px;
    position: relative;
}

#page__market  .market__info .settings .alert__message {
    color: #1D227C;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

#page__market .service__info .settings .price__wrapper {
    min-height: 20px;
    margin-bottom: 10px;
}

#page__market .service__info .settings .old_price.discount {
    text-decoration: line-through;
    color:#999;
    font-size: 13px;
    margin-top: 4px;
}

#page__market .service__info .settings .price span {
    display: inline-block;
    min-width: 55px;
}

#page__market .service__info .settings .new_price {
    /*display: block;
    margin-left: 60px;*/
}

#page__market .service__info .settings .price strong {
    color: var(--blue);
}

#page__market .service__info .settings .buy .count {
    position: relative;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 40%;
}

#page__market .service__info .settings .buy .count .btn {
    display: flex;
    line-height: normal;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    color: var(--orange);
    font-size: 22px;
    font-weight: 600;
}

#page__market .service__info .settings .buy .count .btn:hover {
    background: var(--orange);
    color: #fff;
}

#page__market .service__info .settings .buy .count .btn.btn-minus {
    left: 25px;
}

#page__market .service__info .settings .buy .count .btn.btn-plus {
    right: 25px;
}

#page__market .service__info .settings .buy .count input {
    width: 100%;
    height: 60px;
    border: none;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

#page__market .service__info .settings .buy .btn-orange {
    width: 52%;
}

#page__service {
    padding: 0 0 50px;
    margin-top: -50px;
}

#reviews {
    padding: 0 !important;
}

#reviews .item__new {
    height: 50px;
    gap: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#reviews .item__new span {
    width: 200px;
}

#reviews .item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.socials__order {
    font-size: 18px;
    font-weight: 700;
    padding: 40px 0 0;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.socials__order p {
    width: 310px;
}

.socials__order ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.socials__order ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--orange);
}

.socials__order ul a:hover {
    background: #000;
}

#page__service .service__tth {
    width: 100%;
    padding-top: 20px;
}


#page__service .service__tth .tab {
    display: none;
}

#page__service .service__tth .tab.tab1 {
    display: block;
}

#page__service .service__tth .tab__details p {
    position: relative;
    top: 14px;
}

#page__service .service__tth .tab__details .item {
    width: 25%;
}

#page__service .service__tth .tab__reviews #reviews {
    padding: 0;
}

#page__service .service__tth .tab__reviews #reviews .item__new {
    height: 50px;
    gap: 10px;
    margin-bottom: 15px;
}

#page__service .service__tth .tab__reviews #reviews .item__new span {
    display: inline;
  /*  width: auto;*/
}

#page__service .service__tth .tab__reviews #reviews .item {
    width: 100%;
    margin-bottom: 30px;
}

#page__service .service__tth .tab__reviews .pagination {
    justify-content: flex-start;
}

#page__service .service__tth .tab__tth li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    flex-wrap: wrap;
}

#page__service .service__tth .tab__tth li p {
    font-weight: 700;
    min-width: 310px;
}

#page__service .service__tth .tab__tth li span {
    font-size: 14px;
    color: var(--grey);
}

#page__service .service__tth .tab__recc .content li {
    margin-bottom: 20px;
}

#best__buy {
    border-top: 1px solid #ebebeb;
    padding: 50px 0 10px;
}

#best__buy .bt {
    text-align: center;
}

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

#best__buy .swiper-pagination {
    display: none;
}

.item__work {
    position: relative;
    color: #fff;
}

.item__work .title {
    font-weight: 700;
    font-size: 18px;
}

.item__work a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#best__buy .swiper .item__work a {
    height: 73%;
}

.tab_delivery {
    display: none;
}

.tab4 .pay__delivery {
    box-sizing: border-box;
    width: 100%;
    background: #F7F7F7;
    border-radius: 25px;
    padding: 16px 20px;
}

.tab4 .pay__delivery .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.tab4 .pay__delivery .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.tab4 .pay__delivery .item__title {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tab4 .pay__delivery .del__item {
    position: relative;
    margin-bottom: 10px;
}

.tab4 .pay__delivery .del__item p {
    font-size: 12px;
    color: var(--grey);
    line-height: 20px;
}

.tab4 .pay__delivery .del__item .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 60px;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
}

.tab4 .pay__delivery .del__item .del__title {
    box-sizing: border-box;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 75px;
    position: relative;
    margin-bottom: 5px;
}

.tab4 .pay__delivery .del__item .del__title p {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.tab4 .pay__delivery .del__item .del__title p span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--grey);
}

.tab4 .pay__delivery .del__item li {
    padding: 0 0 0 24px;
    background: url("../images/ls.svg") 0 2px no-repeat;
    font-size: 12px;
    line-height: 20px;
    color: var(--grey);
    background-size: 16px;
}

.basket-loader {
    justify-content: center;
    display: flex;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
            radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
            conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

#sidebar .categories label.checkbox {
    margin-left: 0;
}
#sidebar .box__actions {
    display: none;
}

@keyframes l13{
    100%{transform: rotate(1turn)}
}

@media screen and (max-width: 1179px) {
    #page__market .gallery, #page__market .service__info {
        width: 100%;
    }

    .service__info h2 {
        display: none;
    }

    #page__main__title h1 {
        text-transform: uppercase;
    }

    .service__info .pay__delivery {
        display: none;
    }

    #page__market .service__info .settings {
        width: 100%;
        margin-bottom: 30px;
    }

    .tab_delivery {
        display: block;
    }

    #best__buy .swiper-pagination {
        display: block;
    }

    #best__buy .slider-sw {
        margin-bottom: 40px;
    }

    #best__buy .swiper-button-prev, #best__buy .swiper-button-next {
        display: none;
    }

    #best__buy .item__work .title {
        font-size: 12px;
        padding: 10px;
    }

    #best__buy .item__work .title .price {
        font-size: 14px;
    }

    #best__buy .item__work .title .btn {
        width: 74px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 12px;
    }

    #best__buy .item__work img {
        height: 240px;
    }

    .tth__filters {
        justify-content: space-between !important;
    }

    #page__market .slider-sw {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    #page__market .swiper {
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-left: -20px;
    }

    #page__market .swiper-pagination {
        display: block;
    }

    #page__market .swiper-slide {
        width: 360px;
        margin-right: 12px;
    }

    #page__market .slider-th-market {
        display: none;
    }

    #sidebar {
        padding-bottom: 0;
        height: 100%;
    }
    #sidebar .box__actions {
        display: block !important;
        position: sticky;
        bottom: 0;
        background-color: #fff;
        padding: 0.5rem 1rem;
        z-index: 2;
    }
    #sidebar .box__actions .btn-orange-tr {
        display: block;
        width: 100%;
        height: 50px;
    }

    #best__buy .item_new {
        padding: 5px;
    }
}

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

    #page__market .swiper__gallery__market .swiper-slide {
        width: 200px;
        margin-right: 12px;
    }

    #page__market .service__info .settings {
        width: 100%;
    }

    /*#page__market .gallery .swiper.swiper__gallery__market img {*/
    /*    min-height: 100%;*/
    /*}*/

    #page__market .pay__delivery {
        display: none;
    }

    .slider-th-market {
        display: none;
    }

    #page__service {
        margin: 0;
        padding: 0 0 30px;
    }

    .tth__filters {
        gap: 0 !important;
        justify-content: space-between !important;
        border-color: #ebebeb !important;
    }

    .tth__filters a {
        width: auto;
        overflow: hidden;
        font-size: 16px !important;
        width: auto !important;
        border-color: #ebebeb !important;
        text-transform: none;
        font-size: 16px;
        padding: 12px 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        display: block;
    }

    #page__service .service__tth .tab__tth li p {
        font-size: 16px;
    }

    #page__service .service__tth .tab__tth li span {
        display: block;
        width: 100%;
    }

    #page__service .service__tth .tab__reviews #reviews .item__new {
        height: 44px;
    }

    #page__service .service__tth .tab__reviews #reviews .item__new span {
        font-size: 14px;
    }

    .socials__order {
        text-align: center;
        justify-content: center;
    }

    .socials__order ul {
        justify-content: center;
        padding-top: 15px;
    }

    #best__buy {
        padding: 30px 0 1px;
    }

    #best__buy .swiper {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 3px 20px;
    }

    #best__buy .swiper-slide {
        width: 160px;
    }

    .fixed__block {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        background: #fff;
        z-index: 400;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
        z-index: 500;
    }

    #page__market .service__info .settings .price {
        margin-top: 0;
    }

    #page__market .service__info .settings .buy .count input {
        height: 44px;
    }

    #page__market .service__info .settings .box label.radio {
        width: calc(50% - 5px);
        padding: 0;
    }

    #page__market .service__info .settings .box label.radio i {
        font-size: 14px;
        line-height: 16px;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
        border-radius: 10px;
        border: 2px solid #ebebeb;
        padding: 0;
        text-align: center;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
    }

    #page__market .service__info .settings .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #page__market .service__info .settings .box .box__title {
        text-align: center;
        width: 100%;
    }

    #page__market .service__info .settings .box label.radio:after {
        display: none;
    }

    #page__market .service__info .settings .box label.radio i::after {
        display: none;
    }

    #page__market .service__info .settings .box label.radio input:checked + i {
        border-color: var(--blue);
    }
  /*.tth__filters.tth__filters-4{
      a{
          width: 50%!important;
      }
  }*/
    #page__market .service__info .settings {
        margin-bottom: -30px;
    }

    #page__market .service__info .settings .sum.price {
        right: 20px;
    }
}

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

#actions__sales:after {
    width: 80px;
    height: 80px;
    background: url("../images/faqlogo.png") 50% 50% no-repeat;
    content: "";
    position: absolute;
    bottom: 80px;
    left: calc(50% - 800px);
    background-size: 100%;
}

#actions__sales .bt {
    margin-bottom: 15px;
}

#actions__sales .note {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 25px;
}

#actions__sales .filters a {
    width: calc(50% - 15px);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #EBEBEB;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 58px;
    color: #000;
    margin-bottom: 20px;
}

#actions__sales .filters a:hover, #actions__sales .filters a.active {
    border-color: var(--orange);
    color: var(--orange);
}

#actions__sales .tab {
    display: none;
}

#actions__sales .tab.tab1 {
    display: block;
}

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

#actions__sales .grid .item {
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
}

#actions__sales .grid .item .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

#actions__sales .grid .item.sale {
    border-color: var(--blue);
    border-radius: 10px 10px 0 0;
}

#actions__sales .grid .item span {
    position: absolute;
    bottom: -24px;
    left: -1px;
    width: calc(100% + 2px);
    box-sizing: border-box;
    background: var(--blue);
    font-size: 8px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 0 0 10px 10px;
}

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

#works__example:after {
    width: 80px;
    height: 80px;
    background: url("../images/faqlogo.png") 50% 50% no-repeat;
    content: "";
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 800px);
}

#works__example .swiper-pagination {
    display: none;
}

.item__work {
    box-sizing: border-box;
    text-align: left;
    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));*/
  /*&.oblik img{height: 390px}*/
}

.item__work:hover {
    border-color: var(--orange);
}

.item__work img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.item__work a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.item__work .title {
    position: absolute;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #848484 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 15px 20px;
}

.item__work .title .more {
    align-items: center;
    padding: 10px 0 0;
}

.item__work .title .price {
    font-size: 18px;
    font-weight: 700;
}

.item__work .title .btn {
    width: 120px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
}

.tth__filters {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    gap: 40px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
}

.tth__filters a {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 5px solid transparent;
    color: #000;
    padding-bottom: 15px;
    position: relative;
    top: 1px;
}

.tth__filters a.active, .tth__filters a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

#page__service .service__tth .tab__reviews #reviews .item__new i {
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
}

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

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

    #works__example .swiper-pagination {
        display: block;
    }

    #works__example .swiper-button-prev, #works__example .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width: 1179px) {
    #page__service .service__tth .tab__details .item {
        width: 48%;
    }
}

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

    #actions__sales .note {
        font-size: 14px;
        line-height: 22px;
    }

    #actions__sales .filters a {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    #works__example .swiper-slide {
        width: 160px;
    }

    #works__example .swiper {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 3px 20px;
    }

    .item__work img {
        height: 230px;
    }

    .item__work .title {
        font-size: 12px;
        padding: 10px;
    }

    #page__service .service__tth .tab__details .item {
        width: 100%;
    }

    #page__service .service__tth .tab__reviews #reviews .item {
        width: 100%;
    }
}

#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;
    }

    #page__market .service__info .settings .popover_cover {
        left: 25%;
    }
}

#reviews {
    padding: 50px 0;
}

#reviews .list__swiper {
    width: calc(75% - 9px);
}

#reviews .new__reviews {
    width: calc(25% - 18px);
    padding: 3px 0;
}

#reviews .new__reviews strong {
    font-weight: normal;
    transform: scale(2.4);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

#reviews .new__reviews i {
    font-style: normal;
}

#reviews .swiper-button-next {
    right: -320px;
}

#reviews .item {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px;
}

#reviews .item .user {
    align-items: center;
}

#reviews .item .user img {
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
    height: 50px;
}

#reviews .item .user .info {
    width: calc(100% - 60px);
}

#reviews .item .user .info .name {
    font-size: 16px;
    font-weight: 700;
}

#reviews .item .user .info .city {
    line-height: normal;
    margin: 5px 0;
    font-size: 14px;
    color: #787878;
    padding-left: 15px;
    background: url("../images/address.svg") 0 50% no-repeat;
}

#reviews .item .user .info .rating {
    justify-content: flex-start;
}

#reviews .item .user .info .rating span {
    width: 14px;
    height: 12px;
    background: url("../images/star.svg") 0 0 no-repeat;
}

#reviews .item .review {
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    font-style: italic;
}

#reviews .item .review .date {
    position: relative;
    top: 5px;
    font-style: normal;
}

#reviews .item .review a {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    font-size: 14px;
    font-weight: 700;
}

#reviews .item .review a:hover {
    border-color: transparent;
}

#reviews .swiper {
    padding: 3px 0;
}

#reviews .swiper-wrapper {
    align-items: stretch;
}

#reviews .swiper-slide {
    height: auto;
}

#reviews .item__new {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid var(--blue);
    background: #F7F7F7;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--blue);
    font-weight: 700;
    font-size: 18px;
}

#reviews .item__new svg {
    width: 16px;
}

#reviews .item__new span {
    width: 100%;
    display: block;
}

#reviews .item__new:hover {
    color: var(--white);
    background: var(--orange);
    border-color: var(--orange);
}

#reviews .item__new:hover svg path {
    fill: var(--white) !important;
}

#reviews .container {
    position: relative;
}

#reviews .btn-orange-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(25% - 18px);
}

#reviews .show__mobile {
    display: none;
}

#reviews .swiper-pagination {
    display: none;
}

#reviews.page__reviews .list__reviews .item, #reviews.page__reviews .list__reviews .item__new {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    height: auto;
}

#reviews.page__reviews .list__reviews .item p {
    line-height: 1.5;
}

#reviews.page__reviews .information {
    align-items: center;
    margin-bottom: 25px;
}

#reviews.page__reviews .information .title {
    font-size: 22px;
    font-weight: 700;
}

#reviews.page__reviews .information a {
    color: #707070;
    font-weight: 800;
    align-items: center;
    height: 60px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    padding: 0 20px;
    width: 230px;
}

#reviews.page__reviews .information a i {
    display: block;
    font-size: 8px;
    font-style: normal;
}

#reviews.page__reviews .information a span {
    display: flex;
    color: var(--orange);
    border-radius: 10px;
    border: 1px solid var(--orange);
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

#reviews.page__reviews .information a:hover {
    border-color: #000;
}

#reviews.page__reviews .item__new i {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    position: relative;
}

@media screen and (max-width: 1179px) {
    #reviews {
        padding-bottom: 110px;
    }

    #reviews .container {
        padding: 0;
    }

    #reviews .bt {
        padding-left: 20px;
    }

    #reviews .swiper-button-prev, #reviews .swiper-button-next {
        display: none;
    }

    #reviews .swiper-pagination {
        display: block;
    }

    #reviews .bt {
        text-align: left;
    }

    #reviews .list__swiper {
        width: 100%;
        padding: 0 0 30px;
    }

    #reviews .swiper {
        padding-left: 20px;
        padding-right: 20px;
    }

    #reviews .new__reviews {
        width: auto;
        position: absolute;
        top: -14px;
        right: 20px;
    }

    #reviews .new__reviews .item__new {
        padding: 0 30px;
    }

    #reviews .new__reviews i {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        height: 44px;
        font-size: 14px;
    }

    #reviews .new__reviews strong {
        margin: 0;
    }

    #reviews .btn-orange-tr {
        top: calc(100% + 10px);
        width: calc(100% - 40px);
        right: 20px;
    }

    #reviews.page__reviews {
        padding-bottom: 50px;
    }

    #reviews.page__reviews .container {
        padding: 0 20px;
    }

    .gallery .label_product,
    .list__works .label_product {
        top: 0;
        left: 0;
    }
}

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

    #reviews .bt {
        padding-left: 0;
        text-align: center;
        margin-bottom: 90px;
    }

    #reviews .new__reviews {
        width: calc(100% - 40px);
        top: 40px;
    }

    #reviews .swiper-slide {
        width: 255px;
    }

    #reviews.page__reviews .title {
        display: none;
    }

    #reviews.page__reviews .information a {
        width: calc(50% - 5px);
        padding: 0 10px;
    }

    #reviews.page__reviews .list__reviews .item, #reviews.page__reviews .list__reviews .item__new {
        width: 100%;
    }

    #reviews.page__reviews .list__reviews .item__new {
        height: 144px;
    }
}

.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);
}

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

.pagination span.current {
    border-color: var(--orange);
    color: var(--orange);
}

.pagination span {
    border-color: transparent;
}

@media screen and (max-width: 1179px) {
    #page__market .gallery {
        width: 44%;
    }

    #page__market .gallery .swiper-slide {
        width: 100%;
        margin: 0;
    }

    #page__market .swiper {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    #page__market .swiper img {
        width: 100%;
        height: 300px;
        /*-o-object-fit: cover;
        object-fit: cover;*/
        object-fit: contain;
    }

    #page__market .service__info {
        width: 54%;
    }

    #page__market .service__info .settings .buy .count {
        height: 44px;
    }

    #page__market .service__info .settings .buy .count input {
        height: 44px;
        font-size: 19px;
    }

    #page__market .service__info .settings .buy .btn-orange {
        height: 44px;
    }
}

@media screen and (max-width: 767px) {
    #page__market .swiper {
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-left: -20px;
    }

    #page__market .gallery {
        width: 100%;
    }

    #page__market .gallery .swiper-slide {
        width: 200px;
        margin: 0 12px 0 0;
    }

    #page__market .swiper img {
        width: 100%;
        height: auto;
    }

    #page__market .service__info {
        width: 100%;
    }

    iframe[name="helpcrunch-iframe"] {
        bottom: 120px !important;
        right: 20px !important;
    }

    #totop {
        bottom: 170px;
    }

}

@media screen and (max-width: 480px) {
    .fixed__block {
        padding: 8px 16px;
    }

    #page__market .service__info .settings .buy .count .btn {
        font-size: 30px;
    }

    #best__buy .item_new .image img {
        height: 220px;
    }
}

@media screen and (min-width: 1024px) {

    #top__page__data #br__search {
        display: none !important;
    }
    #top__page__data #br__search + .forst_s_bread {
        display: block !important;
        top: 80px;
        max-width: 430px;
    }
}