@charset "UTF-8";

@import "../fonts/Stapel.css";

:root {
    --theme-color-title: #27314A;
    --theme-color-red: #FF3844;
    --theme-color-orange: #E16118;
    --theme-color-green: #00CF6B;
    --theme-color-violet: #494C6C;
    --theme-color-blue-light: #ECF3F7;
    --theme-color-grey: #555A59;
    --theme-color-grey-light: #F5F5F5;
}

body {
    font-family: 'Stapel', sans-serif !important;
    font-weight: 300;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-color: #F7FDFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

p:last-child {
    margin-bottom: 0;
}

body.theme-brad-0 * {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body.theme-no-shadow * {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

input:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

.form-check-input:focus {
    border-color: var(--theme-skit-color);
}

.form-check-input:checked {
    background: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
}

@media screen and (max-width: 450px) {
    .item.list-group-item .swiper-wrapper {
        height: auto;
    }

    .item.list-group-item .card-footer__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item.list-group-item .swiper-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}

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

    .slider-project .projects .card-project .img-wrap {
        height: 200px;
    }

    .products-slider .swiper-button-prev {
        display: none;
    }

    .products-slider .swiper-button-next {
        display: none;
    }

    .row .list-group-item .card-product .swiper-card {
        max-width: 180px;
    }

    .title-wrapper .title-line {
        left: 0;
    }


    .swiper-container.swiper-production .product__block {
        width: 100%;
    }

    .swiper-container.swiper-production .product p {
        padding-left: 1rem;
        margin-left: 10px;
    }
}

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


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

    .projects .card-project .img-wrap {
        height: 280px;
    }

    .catalog__filter .filter__list.open {
        width: 100%;
    }

    .catalog__filter--top .swiper-filter.open {
        width: 100%;
    }

    .drawer .drawer__wrapper .content-wrap li {
        font-size: 35px;
    }

    #showroom .roomy {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 420px !important;
        width: 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .row .rboxy {
        height: 370px;
    }
}

@media screen and (max-width: 991px) {
    .row .catalog__filter {
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
    }

    section .filter__list-header {
        margin-top: 0;
    }

    .about__block .about__block-right {
        margin-top: 50px;
        max-width: 100%;
        margin-left: 0;
    }

    .about__block .about__block-left {
        margin-top: 50px;
        max-width: 100%;
        margin-right: 0;
    }

    #map {
        height: 400px !important;
    }

    .history_item .history__wrap-images {
        width: 100%;
    }

    .history_item .history__wrap-text {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .slider-project .swiper-container__wrap .swiper-button-next {
        display: none;
    }

    .slider-project .swiper-container__wrap .swiper-button-prev {
        display: none;
    }

    .catalog__category-wrap .category__btn-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog__category-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .line__filter .category__btn {
        display: block;
    }

    .catalog__category {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        background-color: #fff;
        width: 350px;
        overflow: auto;
        height: 100%;
    }

    .catalog__category.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog__category-wrap {
        width: 100%;
        padding: 0 10px;
    }

    .catalog__filter--top .swiper-filter .filter__list-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog__filter--top .swiper-filter {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        width: 350px;
        padding: 0 30px;
        height: 100%;
        overflow: auto;
        z-index: 9;
    }

    .swiper-filter.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .filter__wrap-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .line__filter .filter__btn {
        visibility: visible;
    }

    .page_favorites .line__filter .filter__btn {
        visibility: hidden;
    }

    .filter__list-header .filter-close {
        display: block;
    }

    .filter__list-header .filter-clear {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .filter__list-header .filter__list-title {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        font-size: 1rem;
    }

    .filter__list {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .nav-item:hover .nav-sub {
        opacity: 1;
        z-index: 11;
        pointer-events: auto;
    }

    .catalog__filter--top .catalog__filter .accordion-button::after {
        content: none;
    }

    .catalog__filter--top .catalog__filter .accordion-button {
        pointer-events: none;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-main .slide__wrap {
        height: 25rem;
    }

    .swiper-main .slide__text-inner {
        width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    .navbar__menu-list {
        margin-left: 70px;
    }
}

@media screen and (max-width: 1500px) {
    .slider-project .swiper-container__wrap .swiper-button-next {
        right: 20px;
    }

    .slider-project .swiper-container__wrap .swiper-button-prev {
        left: 20px;
    }
}

section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.theme-pt-on {
    padding-top: 60px;
}

section.theme-pb-on {
    padding-bottom: 60px;
}

@media all and (max-width: 991px){
    section.theme-pt-on {
        padding-top: 30px;
    }

    section.theme-pb-on {
        padding-bottom: 30px;
    }
}

body.is-scrolled {
    padding-top: 128px;
}

.nav-sub__inner .more-btn {
    color: #fff;
}

.dropdown-arrow {
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    right: -20px;
    width: 14px;
    height: 10px;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    -o-transition: transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    pointer-events: none;
    color: #666;
}

.dropdown-arrow::after {
    position: absolute;
    top: 0;
    right: 2px;
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
}

.dropdown-toggle.show .dropdown-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.breadcrumb-wrap {
    padding: 10px 0;
}

@media all and (max-width: 1399px){
    .breadcrumb-wrap {
        margin-top: 4rem;
    }
}

html.pushbar_locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.pushbar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
    will-change: opacity;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: #3c3442;
}

.drawer {
    display: none;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer__header {
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: flex-end;
}

.drawer__close {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5px;
    padding: 0.3rem;
    transition: opacity .15s ease-in-out;
}

.drawer__close:hover {
    opacity: 0.9;
}

.drawer__close svg {
    color: #fff;

}

.drawer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 9999;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0);
    /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    -webkit-box-shadow: 0 2px 6px #777;
    box-shadow: 0 2px 6px #777;
}

.drawer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.drawer__content .accordion-item {
    border-bottom: 1px solid #e3e3e3;
}

.item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out,
    -webkit-border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out,
    -webkit-border-radius 0.15s ease;
    -o-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,
    border-radius 0.15s ease;
    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,
    border-radius 0.15s ease;
    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,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out,
    -webkit-border-radius 0.15s ease;
}

.drawer__content .accordion-button {
    font-weight: inherit;
    border: 0;
}

.drawer--left .drawer__wrapper {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 600px;
}

@media all and (max-width: 992px){
    .drawer.is-visible .drawer__wrapper {
        max-width: 100%;
    }
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}

.drawer__content .accordion-body ul {
    list-style: none;
    padding-left: 25px;
}

.drawer__content .accordion-body ul li a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.drawer__content .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drawer__content .accordion-collapse {
    background-color: #f6f6f6;
}

.accordion-body li:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.drawer__content .accordion-body ul li {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 7px 0;
}

.drawer__wrapper .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.drawer__wrapper .content-wrap ul {
    text-align: center;
    padding-left: 0;
}

.drawer__content .menu-item {
    border-bottom: 1px solid #e3e3e3;
}

.drawer__content .menu-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
}

.drawer__content h2 {
    margin-bottom: 0;
}

.drawer__wrapper .content-wrap li {
    cursor: pointer;
    list-style: none;
    font-size: 48px;
    font-weight: 600;
}

.drawer__wrapper .content-wrap li:hover .content-wrap a {
    color: #000;
}

.drawer__wrapper .content-wrap li a {
    position: relative;
    color: #fff;
    z-index: 1;
}

.drawer__wrapper .content-wrap li:hover a {
    color: #000;
}

.is-visible .content-wrap ul li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.is-visible .content-wrap ul li:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.is-visible .content-wrap ul li:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.is-visible .content-wrap ul li:nth-child(4) {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.is-visible .content-wrap ul li:nth-child(5) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.is-visible .content-wrap ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.is-visible .content-wrap ul li:nth-child(7) {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.is-visible .content-wrap ul li:nth-child(8) {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.is-visible .content-wrap ul li:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.is-visible .content-wrap ul li:nth-child(10) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.is-visible .content-wrap ul li:nth-child(11) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.is-visible .content-wrap ul li:nth-child(12) {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}

.is-visible .content-wrap ul li:nth-child(13) {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
}

.is-visible .content-wrap ul li:nth-child(14) {
    -webkit-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.is-visible .content-wrap ul li:nth-child(15) {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.is-visible .content-wrap ul li:nth-child(16) {
    -webkit-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s;
}

.is-visible .content-wrap ul li:nth-child(17) {
    -webkit-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}

.is-visible .content-wrap ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    padding: 0 20px;
}

.content-wrap ul li {
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
}

.content-wrap ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: auto;
    content: "";
    margin: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.14s ease-out;
    -o-transition: width 0.14s ease-out;
    transition: width 0.14s ease-out;
}

.content-wrap ul li:hover:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    -o-transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}

.content-wrap ul li:hover:after .content-wrap ul li a {
    color: #000;
}

.content-wrap ul li:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.drawer__header .close {
    background-color: #fff;
    border: 0;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidemenu .hasnochild.selected > a {
    background-color: #f4f4f5;
    color: #353535;
    margin-top: 5px;
    padding: 5px 10px;
}

.sidemenu > .selected > a {
    font-weight: 600;
}

.sidemenu a {
    display: block;
    position: relative;
    transition: all 0.3s;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 3px 25px 3px 12px;
    z-index: 1;


}

.sidemenu a.is-selected {
    font-weight: bold;
}

.sidemenu {
    padding-left: 0;
}

.sidemenu li {
    position: relative;
}

.sidemenu li i {
    position: absolute;
    top: 8px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
}

.sidemenu .hasnochild a {
    color: #999;
}

.sidemenu a:hover {
    background-color: #f6f6f6;
    color: #000;
}

.sidemenu .selected ul {
    margin-left: 12px;
    padding-left: 0;
}

.sidemenu .selected ul li {
    margin-top: 3px;
}

.drawer__content-bottom {
    width: 100%;
    padding: 20px;
}

.drawer__content-bottom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.btn,
.nav-pills .nav-link {
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(179, 179, 183, 0.5);
}

.title-main {
    text-align: start;
}

.theme-title-left .title-main {
    text-align: left;
}

.theme-title-center .title-main {
    text-align: center;
}

/*title_main_wrap*/
.title_main_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.title_main_wrap .block_in_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0.5rem;
}

.theme-title-center .title_main_wrap .title-main {
    margin-left: auto;
    margin-right: auto;
}

/*slider_top_control*/
.slider_top_control {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 1rem;
    z-index: 2;
}

.slider_top_arrow_prev,
.slider_top_arrow_next {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme-color-red);
    background: var(--theme-color-red);
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 1;
}

.slider_top_arrow_prev {
    background: transparent;
    color: var(--theme-color-red);
}

.slider_top_arrow_next {
    margin-left: -0.5rem;
}

.slider_top_arrow_prev svg,
.slider_top_arrow_next svg {
    width: 20px;
    height: auto;
}

.slider_top_arrow_prev:hover {
    color: #fff;
    background: var(--theme-color-red);
    z-index: 2;
}

.slider_top_arrow_next:hover {
    color: var(--theme-color-red);
    background: #F5F6F9;
    z-index: 2;
}

.slider_top_arrow_prev.swiper-button-disabled,
.slider_top_arrow_next.swiper-button-disabled {
    background: #F5F6F9;
    border-color: #F5F6F9;
    color: inherit;
    pointer-events: none;
}
@media all and (max-width: 768px) {
    .title_main_wrap h2 {
        margin-right: auto;
    }

    .title_main_wrap .block_in_title.align_left {
        margin-left: 0 !important;
    }

    .slider_top_control {
        margin-left: auto;
    }
}

@media all and (max-width: 768px) {
    h1,
    h1.title-main {
        font-size: 1.6rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }
}

.more-link {
    padding-top: 20px;
}

.more-link a {
    -webkit-transition: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.more-link a:hover {
    opacity: 0.8;
}

.text {
    color: #3B3C40;
    font-size: 19px;
}

.header_photo {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* новости на титуле */
.news-item-block {
    cursor: pointer;
}

.news-item-block .card-img-overlay a {
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.news-item-block .card-img-overlay a:hover {
    opacity: 0.8;
}

.news-item-block .card-body a {
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.news-item-block .card-body a:hover {
    color: var(--theme-skit-color);
}

/* о компании */
.about-text__wrap a {
    text-decoration: underline !important;
}

/* модальные */
.modal__scroll .modal-dialog {
    margin: 0.5rem 0;
    margin-left: auto;
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem);
}

.modal__scroll .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 5px solid #EEF3F8;
}

.modal__feedback .modal-content {
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid #EEF3F8;
}

.modal__feedback .modal-body {
    padding: 3rem;
}

.modal__feedback .object-name {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--theme-skit-color);
    margin-bottom: 2rem;
}

/*label_srar_list*/
.label_star_list {
    display: -webkit-flex;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid #9B9A9A;
    padding-bottom: 1rem;
}

.label_star {
    width: 25px;
    min-width: 25px;
    color: #9B9A9A;
    cursor: pointer;
}

.label_star.active {
    color: var(--theme-skit-color);
}

.label_star svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.label_star input {
    display: none;
}

button .addbasket {
    color: #fff;
}

.btn-warning {
    color: #fff !important;
}

.btn-order-form {
    margin-top: 15px;
    background-color: #3B4D9A;
    color: #fff;
}

.btn-outline-warning:hover {
    color: #808080;
}

.promo__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 20px 20px 50px;
    background-color: #F3F4F6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.promo__img {
    max-height: 300px;
    width: 100%;
    max-width: 300px;
}

.promo__img img {
    width: 100%;
}

.promo__title {
    padding-top: 10px;
}

.promo__tag {
    text-transform: uppercase;
    color: #696969;
}

.promo__text {
    line-height: 18px;
    color: #696969;
}

.promo__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.promo__card:hover .promo__title {
    opacity: 0.8;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 2px 0;
}

.swiper-filter {
    height: auto;
    padding-bottom: 20px;
}

.swiper-filter .filter__list-header {
    display: none;
}

.swiper-main .slide__item span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.swiper-container-horizontal > .swiper-scrollbar {
    opacity: 1 !important;
}

.slide__wrap {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 35rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide__wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), color-stop(91%, rgba(118, 117, 137, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.44) 0%, rgba(118, 117, 137, 0) 91%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.44) 0%, rgba(118, 117, 137, 0) 91%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(118, 117, 137, 0) 91%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.slide__desc {
    width: 50%;
    max-width: 1050px;
    margin: 0 auto 0 200px;
    padding: 0 20px;
}

.slide__text-inner {
    width: 50%;
}

.swiper-blog .swiper-slide {
    min-height: 170px;
}

.swiper-card {
    height: 200px;
    z-index: 0;
}

.swiper-blog .card-img-overlay {
    top: inherit;
}

.swiper-blog .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.swiper__news-wrap {
    position: relative;
}

.swiper__news-wrap .swiper-button-prev::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/arrow-left.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.swiper__news-wrap .swiper-button-next::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/arrow-right.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.swiper__news-wrap .swiper-button-next {
    top: -39px;
    right: 15px;
    left: auto;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.swiper__news-wrap .swiper-button-prev {
    top: -39px;
    right: 60px;
    left: inherit;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.slider-project .swiper-button-next {
    color: #fff;
}


.swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-slide {
    height: auto;
}

.swiper-container__wrap {
    position: relative;
}

.swiper-news,
.swiper-product,
.product-popular,
.product-new,
.product-hit {
    padding: 4px;
}

.priceSlider .noUi-connect {
    background: #0d6efd;
}

.noUi-target {
    margin: 0 7px;
}

.priceSlider.noUi-horizontal .noUi-handle {
    top: -6px;
    right: -8px;
    width: 15px;
    height: 15px;
}

.priceSlider .noUi-handle {
    border: 1px solid #ebedf8;
}

.priceSlider .noUi-handle::after {
    content: none;
}

.priceSlider .noUi-handle::before {
    content: none;
}

.priceSlider.noUi-horizontal {
    height: 6px;
}

.slider-project .swiper-container__wrap {
    position: relative;
}

.slider-project .swiper-pagination {
    position: static;
    margin-top: 10px;
}


.slider-project .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: -90px;
    width: 62px;
    height: 62px;
    border: 3px solid #8AC44B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.slider-project .swiper-button-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -90px;
    width: 62px;
    height: 62px;
    border: 3px solid #8AC44B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.slider-project .swiper-button-next::after {
    display: block;
    position: relative;
    right: -5px;
    content: '';
    background: url("/local/templates/main_catalog/img/svg/right-arrow.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.slider-project .swiper-button-prev::after {
    display: block;
    position: relative;
    content: '';
    background: url("/local/templates/main_catalog/img/svg/left-arrow.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.slider-project {
    position: relative;
}

.swiper-about {
    height: 37rem;
    border-radius: 10px;
}

.swiper-about .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-about .swiper-button-next::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/chevron-right.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.swiper-about .swiper-button-prev::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/chevron-left.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.swiper-about .swiper-button-next {
    top: 35px;
    right: 15px;
    left: auto;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.swiper-about .swiper-button-prev {
    top: 35px;
    right: 70px;
    left: inherit;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 15px;
}


.products-slider {
    position: relative;
    background-color: #fafafa;
    overflow: hidden;
}

.swiper-production .product__img {
    position: relative;
    text-align: center;
    height: 15rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-production .product__img img {
    width: auto;
    height: 100%;
}

.swiper-production .product__block {
    position: absolute;
    top: 13rem;
    left: 0;
    width: 100%;
    height: 7rem;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-production .product h6 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.5rem;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    padding: 0 5px;
    background: #fff;
    border: 3px solid #000;
    margin: 0 2rem;
}

.swiper-production .product .product__title a {
    color: #000;
}

.swiper-production .product p {
    position: relative;
    margin-left: 3.8rem;
    margin-top: 3.5rem;
    padding-left: 1.5rem;
    height: 10rem;
}

.swiper-production .text--l {
    font-size: 15px;
}

.swiper-production .text--l::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 120px;
    width: 1px;
    background-color: #ebda44;
}

.swiper-production .button {
    position: relative;
    color: #333;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding-bottom: 1rem;
    margin-left: 3.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.swiper-production .button::after {
    position: absolute;
    bottom: 0;
    left: -1.3rem;
    content: '';
    width: 100%;
    height: .3rem;
    background-color: #ebda44;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.swiper-production .button:hover img {
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
}

.swiper-production .button img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.swiper-production .button:hover::after {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}

.swiper-production .swiper-slide {
    width: 462px;
}

.swiper-production .swiper-slide {
    position: relative;
    height: 20rem;
    opacity: .5;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    pointer-events: none;
    outline: 0;
}

.swiper-production .button svg {
    width: 19px;
    margin-left: 1rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.swiper-production .button:hover svg {
    margin-left: 0.7rem;
}

.swiper-production .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.swiper-production .product:hover .product__img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.swiper-production .product:hover .product__block {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.swiper-production .product:hover h6 {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.swiper-production .swiper-button-next {
    top: 50px;
    right: 50px;
}

.swiper-production .swiper-button-prev {
    top: 50px;
    right: 140px;
    left: inherit;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-production .swiper-button-prev::after {
    display: block;
    content: '';
    background: url(../img/svg/arrow.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 65px;
    height: 65px;
}

.swiper-production .swiper-button-next::after {
    display: block;
    content: '';
    background: url(../img/svg/arrow.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 65px;
    height: 65px;
}

.swiper-production .swiper-button-prev,
.swiper-production .swiper-button-next {
    width: 55px;
    height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.huge-letters {
    position: absolute;
    font-size: 14.8rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15rem;
    color: #222;
    opacity: .02;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.huge-letters--products {
    display: none;
}

.huge-letters--products {
    top: 3rem;
    left: 9rem;
}

.sections_group {
    overflow: hidden;
}

.persons-slider {
    font-size: 12pt;
    line-height: 1.25;
    color: #3b3b3c;
}

.persons-slider .ps-cf {
    float: none;
    clear: both;
}

.ps-persons-photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ps-persons-names {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.persons-slider .ps-persons-photos {
    position: relative;
}

.persons-slider .ps-persons-photo-wrap,
.persons-slider .ps-persons-name-wrap {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 10px;
}

.persons-slider .ps-persons-photo-wrap .ps-persons-photo-substrate {
    display: none !important;
    position: relative;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 0;
    width: 102px;
    height: 108px;
    margin-left: -54px;
    fill: #fff;
    stroke: #989798;
    stroke-width: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.persons-slider .ps-persons-photo-wrap.ps-active .ps-persons-photo-substrate {
    stroke: #ffc107;
}

.persons-slider .ps-persons-photo {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    width: 115px !important;
    height: 115px !important;
    max-width: 115px !important;
    margin: 0;
    padding: 0;
    margin-left: -57px;
    -webkit-border-radius: 60px !important;
    border-radius: 60px !important;
    border: none;
    cursor: pointer;
}

.persons-slider .ps-persons-name-wrap {
    text-align: center;
    color: #b2b2b2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.persons-slider .ps-persons-name-wrap.ps-active {
    color: #3b3b3c;
}

.persons-slider .ps-persons-names .ps-name,
.persons-slider .ps-persons-names .ps-position {
    display: block;
    cursor: pointer;
}

.persons-slider .ps-persons-names .ps-name {
    font-size: 15px;
    font-weight: 600;
}

.persons-slider .ps-persons-names .ps-position {
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    padding-top: 4px;
}

.persons-slider .ps-persons-name-wrap.ps-active .ps-position {
    font-weight: 600;
}

.persons-slider .ps-slides {
    position: relative;
    min-height: 400px;
    padding: 0px 32px;
    padding-top: 40px;
}

.persons-slider .ps-slides:after {
    display: block;
    position: absolute;
    top: 150px;
    bottom: 0;
    left: -50%;
    content: '';
    width: 200%;
    /*height: 300px;*/
    background: #f6f9fa;
}

.persons-slider .ps-button {
    display: block;
    position: absolute;
    top: 150px;
    bottom: 0;
    width: 40px;
    /*height: 300px;*/
    z-index: 300;
}

.persons-slider .ps-button .ps-button-icon {
    display: block;
    position: relative;
    top: 50%;
    width: 11px;
    height: 52px;
    fill: none;
    stroke: #212529;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    margin-top: -26px;
}

.persons-slider .ps-button:hover .ps-button-icon {
    stroke: #ffc107;
}

.persons-slider .ps-button.ps-prev {
    left: -8px;
}

.persons-slider .ps-button.ps-prev:after {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 12px;
    height: 300px;
    background: url(shadow.png) no-repeat center right;
}

.persons-slider .ps-button.ps-next {
    right: 0;
}

.persons-slider .ps-slides-items {
    position: relative;
    z-index: 200;
}

.persons-slider .ps-slides-items .ps-slides-item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.persons-slider .ps-slides-items .ps-slides-item.ps-active {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.persons-slider .ps-slides-item-photo {
    display: block;
    height: 400px !important;
    width: auto;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 30px;
    float: left;
}

.persons-slider .ps-slides-item-content {
    padding: 30px 20px 10px 20px;
}

.persons-slider .ps-slides-item-content .ps-name,
.persons-slider .ps-slides-item-content .ps-position {
    display: block;
}

.persons-slider .ps-slides-item-content .ps-name {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
}

.persons-slider .ps-slides-item-content .ps-position {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 40px;
}

@media all and (max-width: 980px) {
    .persons-slider .ps-persons-photo {
        width: 88px !important;
        height: 88px !important;
        max-width: 88px !important;
        margin-left: -47px;
        border: 2px solid transparent;
    }

    .persons-slider .ps-slides-item-photo {
        height: 200px !important;
        width: 200px !important;
        float: none;
        border: 2px solid #ccc;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin: 0 auto;
    }

    .persons-slider .ps-button {
        top: 70px;
    }

    .persons-slider .ps-slides-items .ps-slides-item.ps-active {
        position: relative;
    }

    .persons-slider .ps-persons-names {
        display: none;
    }

    .persons-slider .ps-slides {
        position: relative;
    }

    .persons-slider .ps-button.ps-prev::after {
        display: none;
    }

    .persons-slider .ps-slides {
        padding: 15px 0px 30px 0px;
    }

    .persons-slider .ps-slides-item-content .ps-name,
    .persons-slider .ps-slides-item-content .ps-position {
        text-align: center;
    }

    .persons-slider .ps-slides-item-content {
        padding: 10px 10px 10px 10px;
    }

    .persons-slider .ps-slides-item-content .ps-position {
        padding-bottom: 25px;
    }

    .persons-slider .ps-slides::after {
        top: 290px;
        bottom: auto;
        height: 100%;
    }
}

/* Slider */
.slick-slider {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.news .card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.news .card-img-overlay {
    top: inherit;
}

.card-news .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    -webkit-border-radius: initial;
    border-radius: initial;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.84)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.card-news {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid transparent;
}

.card-news .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.list-group__news .list-group-item img {
    width: 70px;
    height: 70px;
    max-width: inherit;
    min-width: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-group__news .list-group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1rem;
}

.list-group__news .title {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.list-group__news p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    font-size: 14px;
}

.list-group__wrap {
    padding-left: 15px;
}

.news_1 {
    position: relative;
}

.news_1 .container {
    /*max-width: 985px;*/
}

.news_1_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_1 .main_title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #0D2241;
    margin-bottom: 22px;
}

.news_1 .news_items {
    max-width: 740px;
    width: 100%;
    margin-right: 38px;
}

.news_1 .news_items .news_item {
    /*display: -webkit-flex;*/
    /*display: -ms-flex;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    border: 1px solid #AEADAD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 16px;
    margin-bottom: 18px;
}

.news_1 .news_item .news_item_date {
    max-width: 97px;
    width: 100%;
    margin-top: 3px;
}

.news_1 .news_item .number {
    font-size: 0;
}

.news_1 .news_item .number {
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D2241;
    vertical-align: top;
    margin-right: 8px;
}

.news_1 .news_item .number:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: '';
    width: 15px;
    height: 3px;
    background: #C4C4C4;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.news_1 .news_item .date {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #0D2241;
    vertical-align: top;
}

.news_1 .news_item_content .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0D2241;
    margin-bottom: 20px;
}

.news_1 .news_item_content .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}

.news_1 .news_btn {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    width: 100%;
    max-width: 147px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7D7C7C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_1 .company_info {
    position: relative;
    max-width: 178px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 177px;
    -ms-flex: 0 0 177px;
    flex: 0 0 177px;
}

.news_1 .company_info .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0D2241;
    margin-bottom: 10px;
}

.news_1 .company_info .menu {
    padding: 30px 17px 35px 17px;
    background: #EEF3F8;
}

.news_1 .menu li {
    margin-bottom: 21px;
}

.news_1 .company_info .menu li a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
}

.news_1 .company_info .menu li.active a,
.news_1 .company_info .menu li a:hover {
    color: #C31A3C;
}

.news_1 .phone_email {
    position: absolute;
    top: 63%;
    right: -20px;
}

.news_1 .phone_email .phone,
.news_1 .phone_email .mail {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.news_1 .phone_email .phone {
    width: 40px;
    height: 40px;
    background: #3CC31A url(../images/phone_1.svg) no-repeat center center/22px 22px;
}

.news_1 .phone_email .mail {
    background: #C31A3C url(../images/email_1.svg) no-repeat center center/22px 16px;
    margin-bottom: 2px;
}

@media (max-width: 1200px) {
    .news_1 .phone_email {
        right: 0px;
    }
}

@media (max-width: 992px) {
    .news_1 .news_items {
        max-width: 700px;
    }
}

@media (max-width: 556px) {
    .news_1_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news_1 .company_info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .news_1 .news_items {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
    }

    .news_1 .menu li {
        display: inline-block;
        margin-right: 15px;
    }

    .news_1 .company_info .menu {
        padding: 15px;
    }
}

.news_2 {
    margin-top: 50px;
}

/*.news_2 .container {*/
/*max-width: 879px;*/
/*}*/

.news_2 .header_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.news_2 .header_top .title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-right: 7px;
}

.news_2 .header_top .menu ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_2 .header_top .menu ul li {
    margin-right: 5px;
}

.news_2 .header_top .menu ul li a {
    padding: 6px 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #3323B8;
    text-decoration: none;
    border: 1px solid #3323B8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.news_2 .header_top .menu ul li.active a,
.news_2 .header_top .menu ul li a:hover {
    color: #ffffff;
    background: #3323B8;
}

.news_2 .header_bottom {
    position: relative;
    max-width: 100%;
    margin-bottom: 14px;
}

.news_2 .header_bottom img {
    max-width: 100%;
}

.news_2 .header_bottom .header_bottom_content {
    position: absolute;
    bottom: 15px;
    left: 25px;
}

.news_2 .header_bottom .date {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.news_2 .header_bottom .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 7px;
    text-decoration: none;
}

.news_2 .header_bottom .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
}

.news_2 .news_items {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 85px;
}

.news_2 .news_items .news_item {
    width: 100%;
    max-width: 277px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 6px;
    margin-bottom: 50px;
}

.news_2 .news_items .news_item:nth-child(3n+3) {
    /* margin-right: 0px; */
}

.news_2 .news_items .news_item img {
    width: 100%;
    max-width: 277px;
    margin-bottom: 10px;
}

.news_2 .news_items .news_item .date {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #7D7C7C;
    margin-bottom: 8px;
}

.news_2 .news_items .news_item .title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 8px;
    text-decoration: none;
}

.news_2 .more_news {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    background: #EEEFF2;
}

@media (max-width: 992px) {
    .news_2 .news_items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 556px) {
    .news_2 .news_items {
        margin-bottom: 0;
    }

    .news_2 .header_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news_2 .header_top .title {
        margin-bottom: 15px;
    }

    .news_2 .header_top .menu ul li a {
        padding: 6px 8px;
        font-size: 10px;
    }

    .news_2 .header_bottom .title {
        font-size: 11px;
    }

    .news_2 .header_bottom .desc {
        font-size: 10px;
        max-width: 200px;
    }
}

/*news_3*/
.news_3 .main_title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}

.news_3 .content_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.news_3 .menu {
    width: 100%;
    max-width: 160px;
    margin-right: 40px;
}

.news_3 .menu .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.news_3 .menu a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #2281F0;
}

.news_3 .news_items .news_item .image {
    margin-right: 18px;
}

.news_3 .news_items .news_item .image img {
    width: 100%;
    max-width: 176px;
    height: auto;
    -webkit-border-radius: 10px 10px 10px 0;
    border-radius: 10px 10px 10px 0;
}

.news_3 .news_items .news_item .date {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #2281F0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.news_3 .news_items .news_item {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
}

.news_3 .news_items .news_item .content {
    max-width: 330px;
}

.news_3 .news_items .news_item .title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 7px;
}

.news_3 .news_items .news_item .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.news_3 .load_more {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    max-width: 114px;
    margin: 0 auto;
    margin-top: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    -webkit-border-radius: 15px 15px 0px 15px;
    border-radius: 15px 15px 0px 15px;
    background: #145E99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_3 .load_more:hover {
    background: #fff;
    color: #145E99;
}

@media (max-width: 992px) {
    .news_3 .content_wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news_3 .news_items {
        margin-top: 20px;
    }

    .news_3 .load_more {
        margin-top: 20px;
    }
}


.hosting__card {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: box-shadow .15s ease-out, transform .15s ease-out, -webkit-box-shadow .15s ease-out, -webkit-transform .15s ease-out;
}

.hosting__card .card-footer {
    background-color: transparent;
    border: 0;
}

.hosting__card:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
    box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
}

.hosting__price-value {
    font-size: 40px;
    color: #ffc107;
}

.hosting__price-secondary-value {
    font-size: 25px;
}

.hosting__info ul {
    padding-left: 0;
}

.nav-pills.hosting__tab .nav-link.active {
    color: #ffc107;
    border-bottom: 2px solid #ffc107;
    background-color: transparent;
}

.nav-pills.hosting__tab .nav-link {
    padding: .5rem 0rem;
}

.nav-pills.hosting__tab .nav-link {
    color: #212529;
}

.features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.features__item img {
    width: 70px;
    height: 70px;
}

.features__title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.features__wrap {
    padding-left: 20px;
}

.features__text {
    line-height: 17px;
    color: #9d9d9d;
}

.filter-content {
    overflow: hidden;
    max-height: 0px;
}

.catalog__filter--top .card-product .badge {
    z-index: 2;
}

.priceSlider__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.PriceInput {
    width: 60%;
    padding-left: 5px;
}

.PriceInput {
    border: 0;
}

.priceSlider__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebedf8;
    background-color: #fff;
    width: 47%;
}

.priceSlider__wrap span {
    padding-left: 8px;
}

.catalog_control_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
}

.catalog_sort {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.catalog_sort_current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    padding: 15px;
}

.catalog_sort_current svg {
    width: 14px;
    min-width: 14px;
    height: auto;
    margin-left: 8px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.catalog_sort.active .catalog_sort_current svg {
    transform: rotateX(180deg);
}

.catalog_sort_list {
    position: absolute;
    top: 100%;
    display: none;
    height: auto;
    width: auto;
    min-width: 100%;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
    z-index: 500;
}

.catalog_sort.active .catalog_sort_list {
    display: block;
    opacity: 1;
}

.catalog_sort_item {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding: 0.5rem 0;
    white-space: nowrap;
}

.catalog_sort_item:hover {
    color: var(--theme-skit-color);
}

.catalog_sort_item.selected {
    font-weight: 700;
}

@media all and (max-width: 580px){
    .catalog_sort {
        width: 100%;
    }
    .catalog_sort_item {
        white-space: normal;
    }
}

.line__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 580px){
    .line__filter {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.filter__show-all {
    background-color: transparent;
    border: 0;
}

.filter__show-all:focus {
    outline: none;
}

.filter__show-all {
    color: #0d6efd;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.filter__list.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 350px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 9999;
    background: #f5f5f6;
    padding: 5px 30px;
    overflow: auto;
}

.filter__list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-top: 1rem;
}

.catalog__list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000000;
}

.filter__list-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    font-weight: 400;
}

.filter__list {
    border-top: 1px solid #ebedf8;
}

.filter-clear {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: transparent;
    border: 0;
    color: #A9A9A9;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.filter-clear:hover {
    color: #1d1d1d;
}

.filter-close {
    display: none;
    background-color: transparent;
    border: 0;
    color: #5d5d64;
}

.filter-close:hover {
    color: #212529;
}

.filter-clear:focus,
.filter-close:focus {
    outline: none;
}

.filter__btn {
    visibility: hidden;
    background: #f4f4f5 !important;
    border: none;
}

.catalog_control_wrap .filter__btn {
    color: inherit;
    background: transparent !important;
}

.content {
    display: contents;
    overflow: inherit;
}

.content.hidden {
    display: none;
    overflow: hidden;
}

.card-product .badge {
    position: absolute;
    left: 15px;
    font-weight: 500;
    z-index: 2;
    font-size: 13px;
    color: white;
    padding: 8px 13px;
    border-radius: 13px;
}

.card-product .card-img-top {
    display: block;
    margin: 0 auto;
    border-radius: 0;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-product .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-product .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-product .card-text {
    display: none;
    font-size: 14px;
}

.list-group-item .card-product .card-text {
    display: block;
    margin-top: 15px;
}

.card-product .card-img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.card-product .card-img-overlay {
    top: initial;
    color: #fff;
}

.card-product .card-img-overlay {
    -webkit-border-radius: initial;
    border-radius: initial;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.84)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.card-product .card-img-overlay .card-footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
}

.card.card-product {
    height: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid transparent;
}

.card.card-product.card-product-border {
    border: 1px solid rgba(0,0,0,.125);
}

.card-product:hover {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 1px 5px 15px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 1px 5px 15px 0px;
}

.card-product .addbasket {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.card-product .addbasket:focus {
    outline: 0;
}

.card-product .addbasket .bi-plus {
    position: relative;
}

.card-product .addbasket.bi-plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    padding: 1rem;
    transform: translate(-50%, -50%);
}

.card-product .card-footer {
    border-top: 0;
}

.card-product .card-section-name {
    font-size: 0.9rem;
    opacity: 0.5;
}

/*.card-product .card-title {*/
/*    height: 60px;*/
/*}*/

.card-product .card-title a {
    color: #000;
}

.card-product .img-wrap {
    position: relative;
}

.title_item_info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.title_item_info_elem {
    margin-top: 0.5rem;
}

.title_item_prop {
    font-size: 0.8rem;
    line-height: 1.2;
    color: inherit;
    opacity: 0.5;
}

.title_item_prop.in_stock {
    color: var(--theme-skit-color);
    white-space: nowrap;
    opacity: 1;
}

.title_item_prop.no_stock {
    color: #ff0000;
    white-space: nowrap;
    opacity: 1;
}

.btn_favorites {
    display: -webkit-flex;
    display: flex;
    width: 20px;
    min-width: 20px;
    color: inherit;
    cursor: pointer;
}

.btn_favorites:hover,
.btn_favorites.active {
    color: var(--theme-skit-color);
}

.btn_favorites svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.btn_favorites .icon_fill {
    opacity: 0;
}

.btn_favorites.active .icon_fill {
    opacity: 1;
}

.item:not(.list-group-item) .card-product .card-footer .skit-button-order {
    width: 100%;
    margin-top: 0.5rem;
}

@media all and (max-width: 991px){
    .card-product .card-title {
        font-size: 1.5rem;
    }
    .title_item_prop {
        font-size: 1rem;
    }
}

.quick-area {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
}

.quick-area::after {
    display: inline-block;
    position: relative;
    top: 3px;
    content: '';
    background: url(../assets/svg/loupe.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 10px;
    width: 18px;
    height: 18px;
}

.card-product .img-wrap:hover .quick-area {
    visibility: visible;
}

.card-footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.description-wrap .card-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-info a {
    color: #fff;
    text-decoration: none;
}

.card-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-blog .card-img-overlay {
    top: initial;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.card-blog a {
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    padding: 0 0.7rem;
}

.list-group-item .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-group-item {
    border: 0;
}

.list-group-item .description-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.control-view_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    background-color: transparent;
    padding: 15px;
    border: none;
    outline: none;
}

.control-view_item:hover {
    color: inherit;
}

.control-view_item svg {
    opacity: 0.5;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.control-view_item:hover svg,
.control-view_item.active svg {
    opacity: 1;
}

.card-project {
    height: 100%;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

.card-project .card-project__inner {
    position: relative;
}

.card-project .card-project__inner::after {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    opacity: 0;
    transition: all 500ms ease;
}

.card-project:hover.card-project .card-project__inner::after {
    opacity: 1;
    cursor: pointer;
}

.card-project .card-body {
    background: #F5F6F9;
}

.card-project .card-title a {
    font-size: 18px;
    text-decoration: none;
    color: #1F1F1F;
    transition: color 0.15s ease-in-out;
}

.card-project .img-wrap {
    height: 350px;
}

.card-project .card-text {
    display: -webkit-box;
    font-weight: 400;
    line-height: 29px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.card-project .card-img-top {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
    object-fit: cover;
}


.slider-controls {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    height: 60px;
    margin-top: 30px;
}

.slider-controls__btn {
    display: flex;
}

.slider-controls .slider-next {
    display: flex;
    background: #F5F5F5;
    border-radius: 15px;
    padding: 15px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.slider-controls .slider-next svg {
    fill: #5B5B5B;
}

.slider-controls .slider-prev {
    display: flex;
    border-radius: 15px;
    padding: 15px;
    background: #F5F5F5;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.slider-controls .slider-prev svg {
    fill: #5B5B5B;
}

.slider-controls .slider-prev.swiper-button-disabled {
    opacity: 0.2;
    background: transparent;
}

.slider-controls .slider-next.swiper-button-disabled {
    opacity: 0.2;
    background: transparent;
}

.card-project .data {
    display: flex;
    color: #999999;
    margin-bottom: 1.2rem;
}

.card__info {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
}

.card__info a {
    color: #fff;
    height: 100%;
}

.card__info .card-img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-height: 370px;
    max-height: 370px;
}

.card__info:hover .card__info-bottom .card-text {
    display: block;
    visibility: visible;
}

.card__info:hover .card__info-bottom {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.card__info-bottom {
    position: absolute;
    bottom: 0;
    bottom: 20px;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.card-img-overlay-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.63)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    height: 150px;
}

.card__info-bottom .card-text {
    display: none;
    visibility: hidden;
}

.card__info:hover .card-img-overlay {
    opacity: 1;
}

.card__info .card-img-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.62);
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.card__info .card-title {
    font-weight: 600;
}

.card-prod--photos {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card-prod--photos span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 215px;
    min-height: 215px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-prod--photos span {
    -webkit-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
}

.card-prod--photos span img {
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
}

.card-prod--photos img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-product:hover .card-prod--photos span:first-child {
    opacity: 0;
}

.card-product:hover .card-prod--photos span:nth-child(2) {
    opacity: 1;
}

.card-prod--photos span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.control-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.control-icon svg {
    color: #d7d7d7;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.control-icon:hover svg {
    color: #353535;
}

.btn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 152px;
    width: 100%;
}

.product__promo {
    text-align: center;
}

.product__promo img {
    -webkit-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
    max-width: 150px;
    width: 100%;
}

.product__promo a {
    -webkit-transition: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
    color: #8B8B8B;
    text-decoration: none;
}

.product__promo a:hover {
    color: #000;
}

.product__promo a:hover img {
    opacity: 0.8;
}

.product__promo-title {
    padding-top: 15px;
}

.card__manual {
    border: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, box-shadow .3s, opacity .3s;
    transition: transform .3s, box-shadow .3s, opacity .3s;
    transition: transform .3s, box-shadow .3s, opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.card__manual:hover {
    -webkit-box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.card__manual:hover .card-body {
    opacity: 0.8;
}

.card__manual-block {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.card__manual-block img {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card__manual-block .card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: #F4F4F4;
}

.card__manual-block .card-title {
    text-transform: uppercase;
}

.card__manual a {
    color: #212529;
}

.card__manual .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 250px;
}

.card__manual .card-img-top {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.card__features {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.card__features .card-title {
    font-weight: 600;
}

.card__features-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 80px;
    font-weight: 700;
    font-size: 24px;
}

.card__features-icons {
    display: block;
    position: absolute;
    left: 0;
    width: 52px;
    height: 52px;
    background: #fff;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 0;
    font-size: 15px;
    font-style: normal;
    border: 15px solid #000;
    text-align: center;
}

.news .card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.news .card-img-overlay {
    top: inherit;
}

.services__card {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .15s ease-out, transform .15s ease-out, -webkit-box-shadow .15s ease-out, -webkit-transform .15s ease-out;
}

.services__card .card-footer {
    background-color: transparent;
    border: 0;
}

.services__card .card-img-top {
    width: 100%;
    height: 20vh;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.services__card:hover {
    -webkit-box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
    box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
}

.services__card .card-title a {
    color: inherit;
}

.services__card:hover .card-title a {
    color: #ffc107;
}

.services__card-img {
    position: relative;
}

.services__card .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.22);
}

.services__card:hover .card-overlay {
    opacity: 1;
}

.catalog-product__category a {
    color: #6a6666;
}

.catalog-product__category a:hover {
    color: #ffc107;
}

.catalog-product__category h5 a {
    color: #212529;
}

.catalog-product__category {
    position: relative;
    padding-left: 80px;
    margin-bottom: 35px;
}

.list-group-item .card-product .swiper-card {
    max-width: 300px;
}

.catalog-product__category ul {
    padding-left: 10px;
}

.catalog-product__category-img {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-product__category-img img {
    max-width: 75px;
    max-height: 75px;
}

.category__btn {
    display: none;
}

.category__btn-close {
    display: none;
    background-color: transparent;
    border: 0;
    color: #5d5d64;
    font-size: 15px;
}

.catalog-category__card-image {
    margin-bottom: 10px;
}

.catalog-category__card-image img {
    max-width: 100px;
    max-height: 60px;
}

.catalog-category__card {
    position: relative;
}

.catalog-category__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    color: transparent;
}

.catalog-category__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border-radius: 15px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.catalog-category__card:hover {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.catalog__filter {
    padding: 15px;
}

.catalog__filter .btn-showMore {
    border: 0;
    background: #f0f2f4;
    padding: 8px 10px;
    width: 100%;
    -webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in;
    -o-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in;
    transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in;
}

.catalog__filter .btn-showMore:hover {
    background: #e6e8ea;
}

.catalog__category-title {
    font-size: 20px;
    font-weight: 400;
}

.catalog__category-wrap .accordion-body li:hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.catalog__category-wrap .accordion {
    margin-top: 34px;
}

.catalog__category-wrap .accordion-item:first-of-type .accordion-button {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.catalog__category-wrap .accordion-button {
    border: 1px solid #ebedf8;
}

.catalog__filter-search .form-control {
    border: 1px solid #ebedf8;
}

.catalog__filter-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catalog__filter .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}

.catalog__filter .accordion-button {
    border: none;
    padding: 0;
}

.catalog__filter .accordion-body {
    padding: 1rem 0rem;
}

.catalog__filter .accordion-collapse {
    border: none;
}

.catalog__filter .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-btn-block .product-price-val,
.product-btn-block .product-basket a.addbasket {
    height: 50px;
    padding: 15px 15px !important;
}

/*fixed_wrapper*/
.fixed_wrapper {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 1030;
}

/*fixed-basket*/
.fixed-basket {
    display: block;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.05), -1px 4px 10px rgba(68, 92, 130, 0.1), 0 0 2px rgba(68, 92, 130, 0.12);
    box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.05), -1px 4px 10px rgba(68, 92, 130, 0.1), 0 0 2px rgba(68, 92, 130, 0.12);
}

.fixed-basket a i {
    font-size: 1.2rem;
}

.fixed-basket .fixed-basket-title {
    font-size: 0.9rem;
}

.fixed-basket .fixed-basket-subtitle {
    color: #A9A9A9;
    font-size: 0.7rem;
}

/*fixed_favorites*/
.fixed_favorites {
    display: block;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.05), -1px 4px 10px rgba(68, 92, 130, 0.1), 0 0 2px rgba(68, 92, 130, 0.12);
    box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.05), -1px 4px 10px rgba(68, 92, 130, 0.1), 0 0 2px rgba(68, 92, 130, 0.12);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    transform: translate(100px, 0);
}

.fixed_favorites.active {
    transform: translate(0, 0);
}

.fixed_favorites_link {
    position: relative;
    display: block;
    color: var(--theme-skit-color) !important;
    margin: 0 auto;
}

.fixed_favorites_link .fixed_favorites_icon {
    display: block;
    width: 24px;
    margin: 0 auto;
}

.fixed_favorites_link .fixed_favorites_icon svg {
    width: 100%;
    height: auto;
}

.fixed_favorites_link .fixed_favorites_icon .icon_fill {
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.fixed_favorites_link:hover .fixed_favorites_icon .icon_fill {
    opacity: 0;
}

.fixed_favorites_link .fixed_favorites_count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    margin-top: -1px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.fixed_favorites_link:hover .fixed_favorites_count {
    color: inherit;
}

@media all and (max-width: 991px){
    .fixed_wrapper {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.1);
        box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.1);
    }

    .fixed-basket,
    .fixed_favorites {
        position: relative;
        width: 100%;
        min-width: 50%;
        padding: 0.5rem;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .fixed-basket {
        border-right: 1px solid rgba(68, 92, 130, 0.2);
    }

    .fixed-basket a {
        display: block;
        width: 100%;
    }

    .fixed-basket a i {
        font-size: 1.5rem;
    }

    .fixed-basket .fixed_basket_title,
    .fixed-basket .fixed_basket_text {
        display: none;
    }

    .fixed_favorites {
        display: none;
        transform: translate(0, 100px);
    }

    .fixed_favorites.active {
        display: block;
    }

    .fixed_basket_count {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.7rem;
        line-height: 1;
        color: #fff;
        margin-top: -4px;
        margin-left: 2px;
    }
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus {
    position: absolute;
    right: 0px;
    height: 20px;
    width: 20px;
}

.quantity_inner .bt_plus {
    top: 0px;
    border-bottom: 1px solid #e8e8e8;
}

.quantity_inner .bt_minus {
    bottom: 0px;
}

.quantity_inner .quantity {
    text-align: center;
    color: #000;
}

.quantity_inner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quantity_inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    max-width: 60px;
    min-width: 60px;
    border: 1px solid #ebedf8;
}

.bt_minus,
.bt_plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-text__wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
}

.about-text__wrap a {
    -webkit-transition: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in;
    font-size: 19px;
    font-weight: 600;
}

.about-text__wrap a:hover {
    opacity: 0.8;
}

.about__img {
    max-width: 450px;
    width: 100%;
}


.about__text-wrap .title-line {
    bottom: .8rem;
}

.about__info-img {
    border-radius: 15px;
    overflow: hidden;
}

.about__info-img img {
    width: 100%;
}

.about__list ul {
    padding-left: 0;
}

.about__list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #3B3C40;
}

.about__list li:last-child {
    margin-bottom: 0;
}

.about__list svg {
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-background-size: contain;
    background-size: contain;
}

.about__list .bi-dash {
    color: #000000;
}

.about__block-right {
    margin: 0 3rem;
}

.about__info ul {
    padding: 12px 0;
    margin: 0;
}

.about__block-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 648px;
    margin-left: auto;
    margin-right: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__list-wrap {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.about__list-wrap .list-group {
    max-height: 374px;
    overflow-y: auto;
}

.about__list-wrap .list-group-item {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 1.2rem 1rem;
}

.about__list-wrap .list-group-item.active {
    background-color: #ffc107;
}

.about__list-wrap .list-group-item {
    background: #F7F7F7;
}

.about__list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8.26281px 61.9711px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8.26281px 61.9711px rgba(0, 0, 0, 0.25);
}


.about__list-wrap .tab-content h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
}

.rboxy {
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
    text-decoration: none;
}

.rboxy .button {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.rboxy:hover .button {
    visibility: visible;
    opacity: 1;
}

.portfolio-box-caption {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.82%, rgba(0, 0, 0, 0)), color-stop(45.08%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-box-caption h3 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin-top: 30%;
    font-weight: 200;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rboxy h3 {
    color: white;
}

.rboxy:hover .portfolio-box-caption h3 {
    margin-top: 0%;
}

.rboxy:hover p {
    visibility: visible;
    opacity: 1;
}

.rboxy:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
}

.rboxy p {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: white;
}

.whitebutton {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 15px 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
}

.rkoupelny {
    background-image: url("../assets/images/promo/12.jpg");
}

.rkuchyne {
    background-image: url("../assets/images/promo/13.jpg");
}

.rspotrebice {
    background-image: url("../assets/images/promo/14.jpg");
}

#showroom .roomy {
    display: table-cell;
    position: relative;
    height: 700px !important;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    width: 20%;
    -webkit-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    vertical-align: middle;
}

#showroom .praha {
    background-image: url("../assets/images/promo/15.jpg");
}

#showroom .praha-d {
    background-image: url("../assets/images/promo/16.jpg");
}

#showroom .bratislava {
    background-image: url("../assets/images/promo/17.jpg");
}

.columnContainer {
    display: table;
    width: 100%;
}

.columnContainer:hover .roomy:hover {
    width: 50% !important;
}

#showroom .roomy span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

#showroom .roomy h4 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    #showroom .roomy h4 {
        max-width: 350px;
        margin: 0 auto;
    }
}

#showroom .roomy .whitebutton {
    opacity: 0;
}

#showroom .columnContainer .roomy:hover .whitebutton {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.title-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
}

.theme-title-left .title-wrapper {
    margin: 0;
}

.theme-title-center .title-wrapper {
    margin: 0 auto;
}

.title-wrapper .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 1px;
    -webkit-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.title-line {
    position: absolute;
    bottom: .3rem;
    left: 2rem;
    width: 100%;
    height: 12px;
    background-color: #ebda44;
    -webkit-transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
    -o-transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
    transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
    z-index: 1;
}

[data-aos="title"].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

[data-aos="title"] {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

[data-aos="line"] {
    width: 0;
}

.title-wrapper [data-aos="line"].aos-animate {
    width: 100%;
}

.history_list .history_item {
    background: #FFF;
    padding: 20px;
    overflow: hidden;
    border-radius: 15px;
}

.history_list .history_item .img {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.history_list .history_item .preview_text .year {
    position: absolute;
    top: -90px;
    right: -10px;
    color: #F2F5F8;
    font-size: 100px;
}

.history_years {
    background: #F2F5F9;
    margin-bottom: 80px;
    margin-top: 50px;
}

.history_years .swiper-slide {
    flex: 1;
    min-width: 175px;
}

.history_years .swiper-slide.swiper-slide-active .history_year {
    font-size: 18px;
    text-align: center;
    color: #FFF;
    padding: 25px 0;
}

.history_years .swiper-slide.swiper-slide-active .history_year:hover {
    background: #ffc107;
}

.history_years .swiper-slide .history_year {
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 25px 0;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: pointer;
}

.history_years .swiper-slide .history_year:hover {
    background: rgb(234, 238, 242);
}

.history_list .history_item div.preview_text {
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.history_list .swiper-slide-active .history_item div.preview_text {
    visibility: visible;
}


.history_list .history_item .img {
    height: 450px;
}

.history_list .history_item div.preview_text {
    min-height: 150px;
}

@media (max-width: 480px) {
    .history_list .history_item .img {
        height: 250px;
    }

    .history_list .history_item div.preview_text {
        padding: 15px;
    }
}

@media (max-width: 991px) {

    .contact-section.map {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .contact-section.map .contacts__wrappers {
        position: relative;
        max-width: 100%;
    }

    .contacts__wrappers .contacts__box {
        position: relative;
    }

    .contact-section.map .contacts__box {
        max-width: 100%;
    }

    .history_list .history_item .preview_text {
        padding: 20px 30px;
        min-height: 200px;
    }
}

.history__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.history__wrap-images {
    width: 50%;
}

.history__wrap-text {
    width: 50%;
    padding-left: 70px;
}

.history__title {
    font-weight: 700;
}

.history_list .history_item .preview_text {
    position: relative;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.certificate__item > .gallery-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.certificate__item {
    position: relative;
    overflow: hidden;
}

.certificate__item > img {
    -webkit-transition: 0.15s ease 0s;
    -o-transition: 0.15s ease 0s;
    transition: 0.15s ease 0s;
}

.certificate__item > .gallery-poster > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.certificate__item:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.certificate__item:hover .gallery-poster > img {
    opacity: 1;
}

.certificate__item:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lg-backdrop {
    background-color: #000000 !important;
}

.documents__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 80px;
    margin-bottom: 25px;
}

.documents__item::after {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    background: url("../img/svg/pdf.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.documents__item-wrap a {
    color: #3B3C40;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.documents__item-wrap a:hover {
    opacity: 0.8;
}

.documents__info {
    color: #7D7C7C;
}

.company__item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.company__item::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 75px;
    width: 4px;
    background-color: #FCE300;
}

.company__block {
    margin-bottom: 25px;
}

.company__item-number {
    font-size: 2rem;
    font-weight: 700;
}

.company__item-text {
    display: block;
    line-height: 19px;
}

#map {
    height: 550px;
    z-index: 1;
}

.map {
    overflow: hidden;
}

.map.map-slide {
    position: relative;
    height: 80px;
}

.map.map-slide.open {
    height: 100%;
}

.map.map-slide #map {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    transition: transform 1s ease-in-out;

}

.map.map-slide.open #map {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    z-index: 3;
}

.map-slide:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.map-slide.open:before {
    background: transparent;
}

.contact-section.map.map-slide .contacts__wrappers {
    position: absolute;
}

.map-slide-button {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: #fff;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    cursor: pointer;
    z-index: 5;
}

.map-slide-button:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}

.map-slide .map-slide-open {
    display: block;
}

.map-slide .map-slide-close {
    display: none;
}

.map-slide.open .map-slide-open {
    display: none;
}

.map-slide.open .map-slide-close {
    display: block;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}

.contacts__wrappers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contacts__box {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .122132);
    padding: 2rem 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 2;
    max-width: 450px;
    width: 100%;
}

.contacts__box-wrapper {
    padding-top: 1rem;
}

.contacts__box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0.2rem;
}

.contacts__box-wrapper p {
    font-weight: 300;
    margin: 0;
}

.contacts__box-wrapper .mail {
    text-decoration: none;
}

.contacts__box-wrapper .phone {
    font-weight: 700;
}

.contacts__box-wrapper a {
    color: #212529;
}

.contacts__box-wrapper svg {
    position: absolute;
    top: 3px;
    left: 0;
}

.contacts__box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.contact-wrappers {
    -webkit-box-shadow: 0 1px 4px 0 rgba(35, 35, 35, 0.16);
    box-shadow: 0 1px 4px 0 rgba(35, 35, 35, 0.16);
}

.contact-wrap-title {
    font-size: 28px;
}

.info-wrap {
    color: #000;
    background-color: #f2f2f2;
}

.info-wrap h3 {
    color: #000;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .text-value {
    padding-left: 5px;
}

.info-wrap .dbox .icon {
    min-width: 50px;
    min-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #000;
}

.info-wrap__content {
    padding: 1rem 0;
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #000;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #000;
}

.info-wrap a {
    color: #000;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contact-wrap .form-control {
    border-radius: 0;
}

.contact-wrap .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}


.info-wrap-text p {
    margin-bottom: 0;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
}

.contactForm .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.contactForm .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.contactForm .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.contactForm .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.contactForm .form-control {
    border: none;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactForm .form-control:focus,
.contactForm .form-control:active {
    border-color: #000000;
}

.contactForm .form-control:focus {
    color: #495057;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .text {
        font-size: -webkit-calc(15px + 6.8 * ((100vw - 320px) / 1920));
        font-size: calc(15px + 6.8 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .text {
        font-size: -webkit-calc(15px + 4 * (100vw / 1920));
        font-size: calc(15px + 4 * (100vw / 1920));
    }
}

@media (max-width: 768px) {
    .company__block .company__item-number {
        font-size: -webkit-calc(30px + 68 * ((100vw - 320px) / 1920));
        font-size: calc(30px + 68 * ((100vw - 320px) / 1920));
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .company__block .company__item-number {
        font-size: -webkit-calc(30px + 40 * (100vw / 1920));
        font-size: calc(30px + 40 * (100vw / 1920));
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .swiper-production .product h6 {
        font-size: -webkit-calc(18px + 23.8 * ((100vw - 320px) / 1920));
        font-size: calc(18px + 23.8 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .swiper-production .product h6 {
        font-size: -webkit-calc(18px + 14 * (100vw / 1920));
        font-size: calc(18px + 14 * (100vw / 1920));
    }
}

@media (max-width: 768px) {
    .title-wrapper .title {
        font-size: -webkit-calc(24px + 40.8 * ((100vw - 320px) / 1920));
        font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .title-wrapper .title {
        font-size: -webkit-calc(24px + 24 * (100vw / 1920));
        font-size: calc(24px + 24 * (100vw / 1920));
    }
}

@media (max-width: 768px) {
    .about__list li {
        font-size: -webkit-calc(14px + 6.8 * ((100vw - 320px) / 1920));
        font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .about__list li {
        font-size: -webkit-calc(14px + 4 * (100vw / 1920));
        font-size: calc(14px + 4 * (100vw / 1920));
    }
}

@media (max-width: 768px) {
    .breadcrumb-title {
        font-size: -webkit-calc(30px + 42.5 * ((100vw - 320px) / 1920));
        font-size: calc(30px + 42.5 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .breadcrumb-title {
        font-size: -webkit-calc(30px + 25 * (100vw / 1920));
        font-size: calc(30px + 25 * (100vw / 1920));
    }
}

.btn,
.skit-button,
.show-more,
.addbasket,
.filter-clear,
.btn-showMore {
    -webkit-appearance: none;
}

.btn__catalog {
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 0.65rem 1rem;
    font-size: 18px;
    transition: opacity .15s ease-in-out;
}

.btn__catalog:hover {
    color: #fff;
    opacity: 0.8;
}

.btn__catalog:focus {
    box-shadow: none;
}

html::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 9997;
    background: rgba(20, 20, 20, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.catalog-mask::before {
    visibility: visible;
    opacity: .44;
}

html.mask::before {
    visibility: visible;
    opacity: .44;
}

body.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

body.catalog-overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #000000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

header.header {
    z-index: 1020;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

blockquote {
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    background: #e8eff1;
    margin: 1rem 0;
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 2rem;
}

blockquote:before {
    position: absolute;
    content: '';
    top: 0.5rem;
    bottom: 0.5rem;
    left: 1.5rem;
    width: 1.5rem;
    background: var(--theme-skit-color);
    border-radius: 1rem;
}

/*use cookies*/
.use_cookies-wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 999;
}

.use_cookies-wrap.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.use_cookies-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.20);
    margin: 10px auto;
}

.use_cookies-text {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.use_cookies-close {
    margin-left: 20px;
    text-align: center;
}

@media all and (max-width: 767px){
    .use_cookies-wrap {
        left: 1rem;
        right: 1rem;
        bottom: 3rem;
    }

    .use_cookies-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .use_cookies-close {
        margin-top: 20px;
        margin-left: 0;
    }
}

/*yandex share*/

.article-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.article-share__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-right: none;
    color: rgba(52, 48, 50, 0.5);
    margin-top: -2px;
    justify-content: center;
    width: 180px;
}

.g-icon:first-child {
    margin-right: 5px;
}

.article-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0;
}

.article-share .ya-share2__badge {
    border-radius: 0 !important;
    color: #fff;
}

.article-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    min-width: 96px;
    width: 96px;
    height: 60px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 767px){
    .article-share__title {
        width: auto;
        padding: 0 0.25rem;
    }

    .article-share__title .g-emph {
        font-size: 0.5rem;
    }

    .article-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
        min-width: 50px;
        width: 50px;
        height: 30px;
        background-size: 25px 25px;
    }
}

.contact-section .map {
    border-radius: 10px;
}

.contact-section {
    position: relative;
}

.leaflet-control-attribution {
    display: none;
}


.leaflet-touch .leaflet-bar a:last-child::after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: url("../img/minus2.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 21px;
    height: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.leaflet-touch .leaflet-bar a:first-child::after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: url("../img/plus2.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 21px;
    height: 21px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.leaflet-touch .leaflet-bar a {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 0;
}

.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    border-radius: 5px !important;
    font-size: 0px;
    margin-right: 5px;
}

div.leaflet-touch .leaflet-bar {
    display: flex;
    border: 0;
}

div.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    border-radius: 5px !important;
    font-size: 0px;
    margin-right: 5px;
}


.about-section .about__text-wrap {
    text-align: left;
}

.about-section .about__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.about__text-wrap p {
    margin-bottom: 0;
}

.about__text-container {
    display: flex;
    justify-content: center;
}


.products-slider .swiper-button-prev::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/chevron-left.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.products-slider .swiper-button-next::after {
    display: block;
    content: '';
    background: url(/local/templates/main_catalog/img/svg/chevron-right.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.products-slider .swiper-button-prev {
    top: 45px;
    right: 65px;
    left: inherit;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.products-slider .swiper-button-next {
    top: 45px;
    right: 10px;
    left: inherit;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.swiper-production {
    margin-top: 2rem;
}

.contact-section .form-control {
    border-radius: 0;
}

.news {
    position: relative;
}

.about__text-wrap .skit-button {
    margin-bottom: 0.5rem;
}

.slide__item p {
    color: #fff;
    font-size: 30px;
    margin: 0;
}

.swiper-main .swiper-scrollbar {
    display: none;
}

.swiper-main .swiper-button-next,
.swiper-main .swiper-button-prev {
    color: #fff;
}

.swiper-main .swiper-pagination-bullet {
    background: #fff;
}

.popular-goods .swiper-pagination {
    bottom: 0;
}

.popular-goods .nav-link {
    margin-right: 1rem;
}

.popular-goods .swiper-wrapper {
    padding-bottom: 3rem;
}

.about__list-wrap .tab-content {
    padding: 2rem;
    max-height: 374px;
}

.about__list-wrap .tab-content {
    overflow-y: auto;
}

.about {
    padding: 2rem 0;
}

.about__content-block {
    margin-bottom: 2rem;
}

.about__text-wrap .title-main {
    margin-bottom: 1rem;
}

.about-text__wrap p {
    text-align: center;
}


.article-item__image {
    border-radius: 15px;
    overflow: hidden;
}

.about .card {
    border-radius: 15px;

}

.card-blog {
    border-radius: 15px;
    overflow: hidden;
}

.features .title-main {
    margin-bottom: 1.5rem;
}

.news_item-body {
    padding: 30px 20px 10px;
}

.news_item .image {
    position: relative;
}

.news_item .image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.news_item:hover .image::before {
    opacity: 1;
}

.news_item .read_more .lni-arrow-right {
    margin-left: 10px;
    transition: all .35s ease;
}

.news_item .read_more:hover .lni-arrow-right {
    transform: translateX(5px);
}

.modal-footer .btn--close {
    background-color: #6c757d;
    border-color: #6c757d;
}

.modal-body p {
    font-size: 20px;
}


.navbar__menu-list {
    margin-left: auto;
}

.nav-sub__wrap ul {
    margin-bottom: 0;
    padding: 0;
}

.card-product .price {
    font-size: 22px;
}

.badge-new {
    top: 10px;
    background: #2675fc;
}

.badge-popular {
    top: 35px;
    background: #1bcda1;
}

.badge-hit {
    background-color: #ffd83f;
}

.card-product .swiper-button-next:after,
.card-product .swiper-button-prev:after {
    font-size: 15px;
}

.card-product .swiper-button-next,
.card-product .swiper-button-prev {
    color: #ababab;
    opacity: 0;
    transition: all 0.4s;
}

.card-product .swiper-button-next:hover,
.card-product .swiper-button-prev:hover {
    color: #000;
}


.card-product:hover .swiper-button-next,
.card-product:hover .swiper-button-prev {
    opacity: 1;

}

.card-product .card-footer {
    padding: 1rem;
    background-color: transparent;
}

.filter__list-wrap .bx-filter .bx-ui-slider-track {
    height: 2px;
}

.feedback-left__form {
    position: fixed;
    top: 43%;
    right: 0;
    z-index: 1045;
    padding: 3rem 2rem;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 370px;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.feedback-left__form.active {
    transform: translateX(0);
}

.feedback-left__block {
    position: fixed;
    top: 50%;
    right: -82px;
    z-index: 9;
}

.feedback-btn {
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    background: #048451;
    padding: 0.65rem 1.5rem;
    border: 0;
    transition: all 0.3s;
}

.feedback-btn:hover,
.feedback-btn:active,
.feedback-btn:focus {
    background: #05663f;
}

.feedback-left__form-close {
    position: absolute;
    top: 20px;
    right: 20px;

}

.feedback-left__form-close:hover i {
    color: #048451;
}

.feedback-left__form-close i {
    font-size: 35px;
    transition: all 0.3s;
}

.feedback-left__form-close {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    border: 0;
    outline: none;
}

.feedback-left__form .form-control {
    border-radius: .35rem;
    padding: .575rem .75rem;
    border-color: #e8e8e8;
}

.feedback-left__form .form-control:focus,
.feedback-left__form .form-control:active {
    box-shadow: none;
    border-color: #333;
}


.feedback-left__social-icons i {
    margin-left: 0.5rem;
    color: #fff;
}

.feedback-left__social-icons i {
    font-size: 18px;
}


.filter__list-wrap .bx-filter .bx-ui-slider-handle.right,
.filter__list-wrap .bx-filter .bx-ui-slider-handle.left {
    border-radius: 50%;
    box-shadow: none;
}


.filter__list-wrap .bx-filter.bx-blue .bx-filter-input-container input:focus {
    box-shadow: none;
    border-color: #8e8e93;
}


.filter__list-wrap .bx-filter .bx-filter-parameters-box-container-block {
    flex: 1;
}


.filter__list-wrap .bx-filter .bx-filter-parameters-box {
    padding: 1rem 0;
}

.catalog__filter-search .form-control {
    padding: .675rem .75rem;
}


.min-price,
.max-price {
    padding: .675rem .75rem;
    border: .1rem solid #ebedf8;
}

.min-price:hover,
.max-price:hover {
    border-color: #8e8e93;
}

.range-price {
    display: flex;
    align-items: center;
}

.range-separator {
    flex-shrink: 0;
    margin: 1.5rem .4rem 0;
    background-color: #ebedf8;
    width: 0.8rem;
    height: .1rem;
}


.catalog__filter-search {
    margin-bottom: 1rem;
}

.accordion-button::after {
    opacity: 0.3;
    transition: all .2s;
}


.accordion-button:hover.accordion-button::after {
    opacity: 1;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #eee;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter__list-wrap .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: .15em;
    border: solid 2px #ccc;
    border-radius: 3px;
}

.filter__list-wrap .form-check-input:focus {
    box-shadow: none;
}

.filter__list-wrap .form-check-label {
    margin-left: 0.3rem;
}

.filter__list-wrap .form-check-label span {
    color: #999;
}


.filter__list-wrap .checkbox {
    padding-bottom: 12px;

}


.filter__list-wrap .checkbox:hover .form-check-input {
    border-color: #8e8e93;
}


.filter__list-wrap .search-form {
    display: flex;

}

.filter__list-wrap .search-form .form-control {
    padding: .675rem .75rem;
    border: .1rem solid #ebedf8;
}

.filter__list-wrap .search-form .form-control:hover {
    border-color: #8e8e93;
}

.filter__list-wrap .search-form .form-control:focus {
    border-color: #8e8e93;
}

.filter__list-wrap .search-submit {
    width: 30px;
    height: 30px;
    transform: translate(-10px, -50%);
}


.filter__list-wrap .show-more {
    color: #a5a5a5;
}


.filter__list-wrap .show-more:hover {
    color: #8e8e93;
}


.filter__list-wrap .bx-filter .bx-filter-popup-result.right {
    padding: 15px 25px;
    font-size: 16px;
    background: #fff;
    border-image: none;
    border-width: inherit;
    background: #fff;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 40px #bbb;
    left: 100%;
}

.filter__list-wrap .bx-filter .bx-filter-popup-result.right::before {
    position: absolute;
    top: 50%;
    left: -7px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    transform: rotate(45deg);
    background: #fff;
    content: " ";
}


.card-product .bi-plus {
    font-size: 22px;
}

.card-product .addbasket {
    position: relative;
}

.card-product .addbasket::before,
.card-product .addbasket::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background-color: #fff;
    width: 12px;
    height: 2px;
    content: "";
}

.card-product .addbasket::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.card-product .wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.product-details .product-price {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.product-price__wrap p {
    color: #a5a5a5;
    margin: 0;
    font-size: 18px;
}

.product-detail-buttons {
    margin-top: 3rem;
}

.product-basket {
    margin-bottom: 1rem;
}

.product-order button {
    border: 0;
    border-radius: 5px;
    outline: none;
    transition: .15s ease-in-out;
}

.catalog__section-items {
    margin-bottom: 2rem;
}

.item.list-group-item .card {
    -webkit-flex-direction: row;
    flex-direction: row;
}

@media all and (max-width: 991px){
    .item.list-group-item .card {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

/*business*/
.business_text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.business_text_2 {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.business__items {
    margin-bottom: -1.5rem;
}

.business__item {
    height: 100%;
    padding: 3rem 0;
    border-radius: 1rem;
    background: #F5F6F9;
}

.business__item-title {
    position: relative;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--theme-skit-color);
    padding: 0 2rem;
}

.business__item-title:after {
    position: absolute;
    content: '';
    bottom: -0.5rem;
    left: 3rem;
    right: 0;
    border-top: 1px solid var(--theme-skit-color);

}

.business__item-desc {
    font-size: 1rem;
    color: inherit;
    font-weight: 500;
    padding: 1rem 2rem 0;
}

@media all  and (max-width: 991px){
    .business_text {
        font-size: 1.2rem;
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}

.swiper-pagination-bullet-long .swiper-pagination-bullet {
    width: 18px;
    height: 15px;
    display: inline-block;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}

.swiper-pagination-bullet-long .swiper-pagination-bullet-active {
    opacity: 1;
    width: 100px;
    transition-delay: 0s;
}

/*sections templates (news, projects...) */
.sidebar-right .article-layout__main {
    border-right: 1px solid #d6d6d6;
    padding-right: 55px;
}

.sidebar-left .article-layout__main {
    border-left: 1px solid #d6d6d6;
    padding-left: 55px;
}

.sidebar-right .article-layout__sidebar {
    padding-left: 60px;
}

.sidebar-left .article-layout__sidebar {
    padding-right: 60px;
}

@media all and (max-width: 991.98px) {
    .sidebar-right .article-layout__main,
    .sidebar-left .article-layout__main {
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .sidebar-right .article-layout__sidebar,
    .sidebar-left .article-layout__sidebar {
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 50px;
    }
}

/******************/
.modal-backdrop.show {
    opacity: 0.8;
}

/*scroll-up-down*/
.scroll-up-down {
    display: none;
    position: fixed;
    left: 1.875rem;
    bottom: 1.875rem;
    z-index: 99999;
}

.scroll-up-down-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    color: #fff;
    margin: 0;
    padding: .875rem 0;
    border-radius: 50%;
}

@media all and (max-width: 991px) {
    .scroll-up-down {
        left: 10px;
        bottom: 2rem;
    }
}

/*about_text6*/
.about_text6_right {
    width: 100%;
}
.about_text6_subtitle {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about_text6_title {
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2rem;
}

.about_text6_bottom{
    padding-left: 40%;
}

.about_text6_text {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.about_text6_left_img {
    border-radius: 2.5rem;
    overflow: hidden;
}

.about_text6_left_img img {
    width: 100%;
}

@media all and (max-width: 1200px) {
    .about_text6_title {
        font-size: 48px;
    }
}

@media all and (max-width: 992px) {
    .about_text6_title {
        font-size: 32px;
    }

    .about_text6_bottom{
        padding-left: 0;
        margin-bottom: 3rem;
    }
}

/*about_text9*/
.about_text9_left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}

.about_text9_title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

.about_text9_digits_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_text9_digits_item {
    margin-top: 2rem;
}

.about_text9_digits_item:first-child {
    margin-right: 2rem;
}

.about_text9_digit {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    margin-bottom: 1rem;
}

.about_text9_digit_desc {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

.about_text9_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.about_text9_subtitle {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    margin-bottom: 2rem;
}

.about_text9_info {
    display: -webkit-flex;
    display: flex;
}

.about_text9_info_img {
    width: 50%;
    min-width: 50%;
    margin-right: 2rem;
}

.about_text9_info_img img {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
}

.about_text9_info_desc {
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
}

@media all and (max-width: 767px){
    .about_text9_info {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about_text9_info_img {
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
    }
}

/*about_4*/
.about_4_info {
    height: 100%;
    border-radius: 2rem;
    padding: 3rem;
    background: #F5F6F9;
}

.about_4_info h2 {
    margin-bottom: 2rem;
}

.about_4_text {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.about_4_text_2 {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.about_4_img {
    position: relative;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

.about_4_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_4_advantages {
    height: 100%;
    padding: 3rem 2rem;
    border-radius: 2rem;
    border: 1px solid #E9ECF2;
}

.about_4_advantage_item {
    margin-bottom: 3rem;
}

.about_4_advantage_item:last-child {
    margin-bottom: 0;
}

.about_4_advantage_top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.about_4_advantage_title {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
}

.about_4_advantage_icon {
    width: 60px;
    min-width: 60px;
}

.about_4_advantage_text {
    font-size: 1rem;
    line-height: 1.2;
    opacity: 0.5;
}

@media all  and (min-width: 1400px){
    .about_4_info {
        padding-right: calc((100vw - 1320px) / 2 - var(--bs-gutter-x)/ 2);
    }
}

@media all  and (max-width: 991px){
    .about_4_info {
        border-radius: 1rem;
        padding: 2rem;
    }

    .about_4_info h2 {
        margin-bottom: 1rem;
    }

    .about_4_text {
        font-size: 1.2rem;
    }

    .about_4_img {
        border-radius: 1rem;
    }

    .about_4_advantages {
        border-radius: 1rem;
    }
}

@media all  and (max-width: 767px) {
    .about_4_img img {
        position: relative;
    }
}

/*digits_3*/
.digits_3_info {
    height: 100%;
    padding: 3rem;
    border-radius: 2rem;
    background: #F5F6F9;
}

.digits_3_info h2 {
    margin-bottom: 2rem;
}

@media all  and (min-width: 1400px){
    .digits_3_info {
        padding-left: calc((100vw - 1320px) / 2 - var(--bs-gutter-x)/ 2);
    }
}

@media all  and (max-width: 991px){
    .digits_3_info {
        padding: 2rem;
        border-radius: 1rem;
    }
}

/*countdown_timer*/
.countdown_timer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 135px;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
    z-index: 10;
}

.countdown_timer.disabled {
    color: var(--theme-skit-color);
}

.countdown_timer svg {
    width: 1rem;
    min-width: 1rem;
    height: auto;
    color: var(--theme-skit-color);
    margin-right: 0.5rem;
}

/*simplebar*/
.simplebar-scrollbar::before {
    background: var(--theme-skit-color);
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

/*page_top_block*/
.page_top_block_wrap {
    position: relative;
    margin-bottom: 5rem;
}

.page_top_block_wrap .breadcrumb-wrap {
    margin-top: 0;
}

.page_top_block_content {
    position: relative;
    color: var(--theme-color-violet);
    padding-top: 5rem;
    z-index: 2;
}

.page_top_block_content .bx-breadcrumb .bx-breadcrumb-item a,
.page_top_block_content .bx-breadcrumb .bx-breadcrumb-item span {
    color: inherit;
}

.page_top_block_img {
    width: 100%;
    height: 100%;
    background: var(--theme-color-violet);
    border-radius: 0 0 0 100px;
    overflow: hidden;
    z-index: 1;
}

.page_top_block_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .page_top_block_img {
        border-radius: 0 0 0 60px;
    }
}

@media (max-width: 992px) {
    .page_top_block_wrap {
        min-height: 50vw;
        margin-bottom: 3rem;
    }

    .page_top_block_content {
        color: #fff;
        padding-bottom: 40px;
    }

    .page_top_block_wrap .bx-breadcrumb .bx-breadcrumb-item span {
        opacity: 1;
    }

    .page_top_block_img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 40px 40px;
    }

    .page_top_block_img:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 575px) {
    .page_top_block_wrap {
        min-height: 75vw;
    }
}

/*top_block_main*/
.top_block_main {
    position: relative;
    padding: 3rem 0;
}

.top_block_main_info_wrap {
    display: -webkit-flex;
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

.top_block_main_info {
    position: relative;
    min-width: 610px;
}

.top_block_main_item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    gap: 1rem;
    padding-left: 1.5rem;
}

.top_block_main_title {
    position: relative;
    font-size: 3rem;
    line-height: 1;
}

.item_1 .top_block_main_title {
    font-size: 5rem;
}

.top_block_main_img {
    position: relative;
    width: 90px;
    min-width: 90px;
    height: 80px;
    padding: 0.25rem 0.25rem 1rem;
    background: var(--theme-color-blue-light);
    border-radius: 0.25rem;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transform: rotate(-20deg);
}

.item_2 .top_block_main_img {
    top: 1rem;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transform: rotate(25deg);
}

.top_block_main_img img {
    width: 100px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.25rem;
}

.top_block_main_text_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: end;
    padding-bottom: 32px;
}

@media all and (min-width: 1680px){
    .top_block_main_text {
        max-width: 480px;
    }
}

@media all and (max-width: 1399px){
    .top_block_main {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 991px) {
    .top_block_main_info_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }

    .top_block_main_info {
        min-width: unset;
    }

    .item_1 .top_block_main_title {
        font-size: 4rem;
    }

    .top_block_main_title {
        font-size: 2.5rem;
    }

    .top_block_main_text_wrap {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .top_block_main_item {
        gap: 0.5rem;
        padding-left: 0;
    }

    .top_block_main_title {
        font-size: 1.4rem;
    }

    .item_1 .top_block_main_title {
        font-size: 2.5rem;
    }

    .top_block_main_img {
        width: 60px;
        min-width: 60px;
        height: 50px;
        padding: 0.2rem 0.2rem 0.5rem;
    }

    .item_2 .top_block_main_img {
        top: 0.5rem;
    }
}

/*afisha_main*/
.afisha_wrap  {
    padding: 3rem 2rem;
    border-radius: 40px;
}

.afisha_wrap .title_main_wrap {
    gap: 1rem 2rem;
    margin-bottom: 1rem;
}

.afisha_wrap .title_main_wrap .title-main {
    margin-bottom: 0;
    margin-right: auto;
}

.afisha_wrap .title_main_wrap .afisha_filters_wrap {
    margin-bottom: 0;
}

@media all and (max-width: 1199px){
    .afisha_wrap  {
        padding: 3rem 1rem;
    }

    .afisha_wrap .title_main_wrap .afisha_filters_wrap {
        width: 100%;
    }
}

@media all and (max-width: 991px){
    .afisha_wrap  {
        padding: 2rem 1rem;
        border-radius: 20px;
    }
}

@media all and (max-width: 575px){
    .afisha_main > .container-xxl {
        padding: 0;
    }

    .afisha_main .afisha_wrap > .row {
        margin: 0;
    }

    .afisha_main .afisha_wrap  {
        padding: 2rem 0;
    }
}

/*afisha_filters_wrap*/
.afisha_filters_wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem 2rem;
    margin-bottom: 2rem;
}

.afisha_filters {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem 0.5rem;
    margin-right: auto;
}

.afisha_filter_item {
    width: 190px;
}

.afisha_filter_date {
    width: 100%;
}

.afisha_filter_date input {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid var(--theme-color-red);
    border-radius: 1em;
    cursor: pointer;
}

.afisha_filters_wrap .afisha_slider_controls {
    margin-left: auto;
}

.afisha_filters_wrap .slider_top_arrow_prev,
.afisha_filters_wrap .slider_top_arrow_next {
    border: 1px solid var(--theme-color-red);
    background: var(--theme-color-red);
}

.afisha_filters_wrap .slider_top_arrow_prev {
    background: transparent;
    color: var(--theme-color-red);
}

.afisha_filters_wrap .slider_top_arrow_prev:hover {
    color: #fff;
    background: var(--theme-color-red);
}

.afisha_filters_wrap .slider_top_arrow_next:hover {
    color: var(--theme-color-red);
    background: #F5F6F9;
}

.afisha_filters_wrap .slider_top_arrow_prev.swiper-button-disabled,
.afisha_filters_wrap .slider_top_arrow_next.swiper-button-disabled {
    background: #F5F6F9;
    border-color: #F5F6F9;
}

@media all and (max-width: 991px){
    .afisha_filters_wrap .afisha_slider_controls .slider_top_control {
        display: none;
    }
}

@media all and (max-width: 479px){
    .afisha_filter_item {
        width: calc((100% - 0.5rem) / 2);
    }

    .afisha_filter_date input {
        font-size: 14px;
        padding: 11px 15px;
    }

    .afisha_filter_item .afisha_filter_section.nice-select {
        font-size: 14px;
        padding-left: 16px;
        padding-right: 30px;
    }

    .afisha_filter_section.nice-select::after {
        margin-top: -6px;
    }
}

/*slider_control_swipe*/
.slider_control_swipe {
    display: none;
    width: 24px;
    height: 24px;
}

.slider_control_swipe img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 991px){
    .slider_control_swipe {
        display: block;
    }
}


/*simplebar-track*/
@media all and (max-width: 991px){
    .simplebar-track {
        display: none !important;
    }
}