

/* Start:/local/templates/main_catalog/css/style.css?1774620826167188*/
@charset "UTF-8";

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 200;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Light.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Light.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Regular.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Regular.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 500;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Medium.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Medium.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 600;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-SemiBold.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-SemiBold.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 700;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Bold.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Bold.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 900;
    font-style: normal;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-ExtraBold.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-ExtraBold.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-style: italic;
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Italic.eot);
    src: url(/local/templates/main_catalog/css/../fonts/Montserrat-Italic.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Italic.woff) format("woff"),
    url(/local/templates/main_catalog/css/../fonts/Montserrat-Italic.ttf) format("truetype")
}

:root {
    --theme-skit-color-orange: #EB5D36;
    --theme-skit-color-orange-light: #FFE5CE;
    --theme-skit-color-grey: #6B6B6B;
    --theme-skit-color-violet: #3A3285;
    --theme-skit-color-grey-light: #F8F8FB;
    --theme-skit-color-green-light: #93AA96;
    --theme-skit-color-pink-light: #EDEBF3;
    --theme-skit-color-blue-light: #F5FBFF;
}

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 {
    position: relative;
    padding: 10px 0;
}

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: 200;
    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 {
    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;
}

.title-main_grey {
    color: var(--theme-skit-color-grey);
}

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

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

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

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

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

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

.title-main_wrap .title-main {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.block_in_title_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: end;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.block_in_title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.slider_control_in_title {
    width: 200px;
    min-width: 200px;
    margin-top: 1rem;
    margin-right: 1rem;
}

.slider_control_in_title .swiper-scrollbar {
    margin-top: 1rem;
}

.slider_control_in_title .scrollbar_desc {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    font-size: 0.6rem;
    line-height: 1;
    text-align: center;
    color: var(--theme-skit-color-grey);
}

@media all and (max-width: 767px) {
    .title-main_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .title-main_wrap .title-main {
        margin-right: 0;
    }

    .block_in_title_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: start;
    }

    .block_in_title {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: flex-start;
        align-items: start;
        width: 100%;
    }

    .slider_control_in_title {
        width: 100%;
        margin-right: 0;
    }
}

/*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 {
    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: 2px solid var(--theme-skit-color);
    background: var(--theme-skit-color);
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

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

.slider_top_arrow_next {
    margin-left: 0.25rem;
}

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

.slider_top_arrow_prev:hover {
    color: #fff;
    background: var(--theme-skit-color);
}

.slider_top_arrow_next:hover {
    color: var(--theme-skit-color);
    background: #F5F6F9;
}

.slider_top_arrow_prev.swiper-button-disabled,
.slider_top_arrow_next.swiper-button-disabled {
    background: #F5F6F9;
    border-color: #F5F6F9;
    color: inherit;
    pointer-events: none;
}

/*slider_controls_block*/
.slider_controls_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
}

.slider_controls_navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-top: 1rem;
}

.slider_controls_scrollbar {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

.slider_controls_scrollbar .swiper-scrollbar {
    position: relative;
    width: 100%;
    background: transparent;
}

.slider_controls_scrollbar .swiper-scrollbar::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    transform: translateY(-50%);
}

.slider_controls_scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    position: relative;
    background: var(--theme-skit-color);
    border-radius: 10px;
    left: 0;
    top: 0;
    cursor: grabbing;
}

@media all and (min-width: 1200px) {
    .slider_controls_scrollbar .swiper-scrollbar {
        width: 70%;
    }
}

.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 !important;
}

.news-item-block .card-img-overlay a:hover {
    text-decoration: underline !important;
}

.news-item-block .card-body a {
    color: #000 !important;
}

.news-item-block .card-body a:hover {
    text-decoration: underline !important;
}

/* о компании */
.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;
}

@media all and (max-width: 767px) {
    .modal__feedback .modal-body {
        padding: 3rem 1rem;
    }
}

.form-check .form-check-input {
    margin-top: 0;
}

.form-check .form-check-label {
    font-size: 0.8rem;
    line-height: 1.2;
}

.form-check .form-check-label a {
    display: block;
    color: var(--theme-skit-color);
    margin-top: 0.5rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.form-check .form-check-label a:hover {
    color: var(--theme-skit-color-orange);
}

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


.slider-project .title-main {
    margin-bottom: 20px;
}

.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(/local/templates/main_catalog/css/../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(/local/templates/main_catalog/css/../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(/local/templates/main_catalog/css/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(/local/templates/main_catalog/css/../images/phone_1.svg) no-repeat center center/22px 22px;
}

.news_1 .phone_email .mail {
    background: #C31A3C url(/local/templates/main_catalog/css/../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: 1001;
    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(/local/templates/main_catalog/css/../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;
}

.swiper-container__wrap .projects {
    margin-top: 2rem;
}


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

.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: 999;
}

/*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("/local/templates/main_catalog/css/../assets/images/promo/12.jpg");
}

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

.rspotrebice {
    background-image: url("/local/templates/main_catalog/css/../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("/local/templates/main_catalog/css/../assets/images/promo/15.jpg");
}

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

#showroom .bratislava {
    background-image: url("/local/templates/main_catalog/css/../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;
}

#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("/local/templates/main_catalog/css/../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);
    text-transform: uppercase;
}

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

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

.contactForm .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
    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(24px + 42.5 * ((100vw - 320px) / 1920));
        font-size: calc(24px + 42.5 * ((100vw - 320px) / 1920));
    }
}

@media (min-width: 768px) {
    .breadcrumb-title {
        font-size: -webkit-calc(18px + 25 * (100vw / 1920));
        font-size: calc(18px + 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: 1001;
    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%;
    height: auto;
}

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

.modal {
    z-index: 99999;
}

/*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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

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

@media all and (max-width: 767px) {
    .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;
    border-radius: 20px;
}

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

.article-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

.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;
        border-radius: 10px;
    }

    .article-share__title .g-emph {
        font-size: 0.5rem;
    }

    .article-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        border-radius: 10px;
    }

    .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("/local/templates/main_catalog/css/../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("/local/templates/main_catalog/css/../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-title {
    color: #635d5f;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.business p {
    font-weight: 500;
}

.business .business-title span {
    color: #c15549;
}

.business__item-title {
    font-size: 100px;
    font-weight: 400;
    color: #635d5f;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.business__item-desc {
    font-size: 16px;
    color: #635d5f;
    font-weight: 500;
    padding: 0.5rem;
}

.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: 9999;
}

.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: 32px;
    line-height: 1.5;
    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: 992px) {
    .about_text6_title {
        font-size: 24px;
    }

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

/*arrow_link*/
.arrow_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 28px;
    color: #fff;
    background: var(--theme-skit-color);
    border-radius: 20px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 2;
}

.arrow_link:hover,
a:hover .arrow_link {
    background: var(--theme-skit-color-orange);
}

/*arrow_link_text*/
.arrow_link_text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border: 1px solid var(--theme-skit-color);
    border-radius: 50px;
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.arrow_link_text:hover {
    color: #fff;
    background: var(--theme-skit-color);
}

.arrow_link_text .arrow_link {
    height: 25px;
    margin-right: 0.5rem;
}

/*swiper-scrollbar*/
.swiper-scrollbar {
    position: relative;
    background: transparent;
}

.swiper-scrollbar:before {
    position: absolute;
    content: "";
    top: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--theme-skit-color-grey);
}

.swiper-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    position: relative;
    background: var(--theme-skit-color-orange);
    border-radius: 10px;
    left: 0;
    top: 0;
    cursor: grabbing;
}

/*border_radius*/
.border_radius_tr {
    border-top-right-radius: 90px;
}

.border_radius_tl {
    border-top-left-radius: 90px;
}

.border_radius_br {
    border-bottom-right-radius: 90px;
}

.border_radius_bl {
    border-bottom-left-radius: 90px;
}

@media all and (max-width: 991px) {
    .bg_mobile_white {
        background: #fff !important;
        border-radius: 0;
    }
}

/*top_links*/
.top_links_wrap {
    position: absolute;
    top: -160px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.top_link {
    margin-right: 1rem;
    margin-top: 1rem;
}

.top_link a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 40px;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    color: inherit;
    padding: 0 2rem;
    background: rgba(238, 237, 241, 0.8);
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.top_link.active a,
.top_link a:hover {
    color: #fff;
    background: var(--theme-skit-color-orange);
}

@media all and (max-width: 991px) {
    .top_links_wrap {
        position: relative;
        top: 0;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: start;
        padding-bottom: 5px;
        margin-bottom: 2rem;
        overflow-x: auto;
    }

    .top_link {
        margin-top: 0;
        margin-right: 0.5rem;
    }

    .top_link a {
        height: 30px;
        font-size: 0.8rem;
        padding: 0 1rem;
    }
}

/*top_tab_list*/
.top_tab_wrap {
    position: relative;
    padding: 2rem 1rem;
    background: var(--theme-skit-color-grey-light);
    border-radius: 40px;
    z-index: 10;
}

.top_tab_list .nav {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1rem;
}

.top_tab_list .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding: 0.5rem;
    margin: 0;
    background: var(--theme-skit-color-pink-light);
    border: none;
    border-radius: 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top_tab_list_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0.25rem 1rem;
    color: #fff;
    background: var(--theme-skit-color-orange);
    border-radius: 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top_tab_list_icon.icon_3 svg {
    position: relative;
    top: -3px;
}

.top_tab_list_icon svg {
    width: 20px;
    height: auto;
}

.top_tab_list_text {
    white-space: nowrap;
    color: inherit;
    padding: 0 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top_tab_list .nav-link:hover {
    color: var(--theme-skit-color-orange);
}

.top_tab_list .nav-link.active {
    color: #fff;
    background: var(--theme-skit-color-orange);
}

.top_tab_list .nav-link.active .top_tab_list_icon {
    background: var(--theme-skit-color);
}

.top_tab_wrap #criuses_search {
    margin-bottom: 0;
    padding: 1rem 0 0;
}

@media all and (min-width: 992px) {
    .swiper-main3 .swiper-pagination {
        bottom: 90px;
    }

    .top_tab_wrap {
        margin-top: -9rem;
        padding: 2rem 0 0;
    }
}

@media all and (max-width: 1399px) {
    .top_tab_list_text {
        padding: 0 1rem;
    }
}

@media all and (max-width: 991px) {
    .top_tab_list .nav {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: start;
        overflow-x: auto;
    }
}

@media all and (max-width: 575px) {
    .top_tab_wrap {
        padding: 2rem 0.5rem;
        border-radius: 20px;
    }

    .top_tab_list_icon {
        padding: 0.125rem 0.5rem;
    }

    .top_tab_list_text {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
}

/*tab_list*/
.tab_list .nav-item {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.tab_list .nav-link {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--theme-skit-color-grey);
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.tab_list .nav-link:hover {
    color: var(--theme-skit-color-orange);
}

.tab_list .nav-link.active {
    color: var(--theme-skit-color);
    background: transparent;
    border-bottom: 1px dashed var(--theme-skit-color);
}

/*page_top_banner*/
.page_top_banner {
    --bs-gutter-x: 1.5rem;
}

.page_top_banner .breadcrumb-title {
    line-height: 1.2;
}

.page_top_banner:not(.no_image) {
    position: relative;
    margin: 2rem 0 3rem;
    padding: 5rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
}

.page_top_banner:not(.no_image):before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.page_top_banner:not(.no_image) .breadcrumb-title,
.page_top_banner:not(.no_image) .bx-breadcrumb .bx-breadcrumb-item span,
.page_top_banner:not(.no_image) .bx-breadcrumb i {
    color: #fff;
}

.page_top_banner:not(.no_image) .bx-breadcrumb .bx-breadcrumb-item span {
    opacity: 1;
}

.page_top_banner:not(.no_image) .bx-breadcrumb .bx-breadcrumb-item a:hover span {
    opacity: 0.7;
}

.page_top_banner:not(.no_image) .bx-breadcrumb-item-more {
    color: #fff;
    border-color: #fff;
}

.skit-button.d3_link_button.button_orange {
    min-width: 200px;
    text-align: center;
    color: #fff !important;
    background-color: var(--theme-skit-color-orange) !important;
    border-color: var(--theme-skit-color-orange) !important;
}

.skit-button.d3_link_button.button_orange:hover {
    color: var(--theme-skit-color-orange) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

@media all and (min-width: 1199px) {
    .page_top_banner:not(.no_image) .breadcrumb-title {
        max-width: 50%;
    }
}

@media all and (max-width: 767px) {
    .page_top_banner:not(.no_image) {
        margin: 0 0 2rem;
        padding: 2rem 0;
        border-radius: 30px;
    }
}

/*adaptive_text*/
.adaptive_text_wrap {
    position: relative;
}

.adaptive_text {
    display: block;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.adaptive_text_more {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: end;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    color: var(--theme-skit-color-orange);
    background: -webkit-linear-gradient(90deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 100%);
    cursor: pointer;
}

@media all and (max-width: 991px) {
    .adaptive_text {
        display: -webkit-box;
    }

    .adaptive_text.active {
        display: block;
    }
}

/*table*/
.table_wrap {
    display: block;
    overflow-x: auto;
}

table a {
    color: var(--theme-skit-color);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

table a:hover {
    color: var(--theme-skit-color-orange);
}

table .nowrap {
    white-space: nowrap;
}

table .button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    padding: 0.75rem 1rem;
    border: 1px solid var(--theme-skit-color);
    border-radius: 50px;
    background: var(--theme-skit-color);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

table .button:hover {
    color: #fff;
    border-color: var(--theme-skit-color-orange);
    background: var(--theme-skit-color-orange);
}

/*ufs-online.ru*/
.uwg-search,
.wg-search,
.wg-search-box-container,
.av-search,
.ex-search {
    background: var(--theme-skit-color);
    border-radius: 1rem;
}

.uwg-search {
    padding: 30px;
}

.av-search__textinput-wrap,
.av-search__datepicker,
.av-dropdown,
.ex-search__select,
.ex-select-box__wrap,
.ex-search__textinput,
.ex-search__datepicker,
.wg-button,
.av-button,
.ex-button,
.ufs-pay-button {
    border-radius: 4px !important;
}

.uwg-search__button,
.wg-button,
.av-button:not(.av-button_bordered),
.ex-button,
.ufs-pay-button {
    background: var(--theme-skit-color-orange);
    border-color: var(--theme-skit-color-orange);
}

.wg-button:hover,
.av-button:not(.av-button_bordered):hover,
.ex-button:hover,
.ufs-pay-button:hover {
    background: #de3137;
}

.av-block__inner_filled-dark {
    background: var(--theme-skit-color);
}

.ex-title {
    color: var(--theme-skit-color);
}

.ex-order-total__price {
    color: var(--theme-skit-color-orange);
}

/*Турвизор*/
.tv-search-form .TVFullForm.TVTheme2 {
    width: 100%;
}

/*form_tour_select*/
.tour_select_wrap {
    border-bottom: 1px solid #9B9A9A;
}

.tour_select_wrap .edd-root {
    display: inline-block;
    position: relative;
    width: auto;
    user-select: none;
    font-weight: 300;
    font-size: 1rem;
    color: inherit;
}

.tour_select_wrap .edd-head {
    color: inherit;
}

.tour_select_wrap .edd-head:hover,
.tour_select_wrap .edd-head:hover .edd-arrow {
    color: var(--theme-skit-color-orange);
}

.tour_select_wrap .edd-body {
    color: inherit;
    right: auto;
    padding: 0.5rem;
    border-radius: 5px;
}

.tour_select_wrap .edd-items-list {
    max-height: 250px;
}

.tour_select_wrap .edd-option-focused:not(.edd-option-disabled) {
    color: var(--theme-skit-color);
}

.tour_select_wrap .edd-option-selected {
    color: var(--theme-skit-color-orange) !important;
}

.tour_select_wrap .edd-option-selected::before {
    border-color: var(--theme-skit-color-orange);
}

/*modal_form*/
.modal_form .modal-dialog {
    width: auto;
    max-width: none;
    margin: .5rem;
}

.modal_form .modal_content_wrap {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal_form .modal_content_images {
    position: relative;
    width: 30%;
    min-width: 30%;
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal_form .modal_content_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_form .modal_content_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal_form .modal_content_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2rem 20%;
}

.modal_form .modal_content_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal_form .modal-content {
    padding: 1rem 2rem;
    border: none;
    border-radius: unset;
}

.modal_form .modal-header {
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    border-radius: unset;
}

.modal-header .modal_title {
    margin: 0;
}

.modal_form .btn-close {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 1;
    padding: 0;
    color: #fff;
    background: var(--theme-skit-color-orange);
    border: 0;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal_form .btn-close:hover {
    transform: rotate(90deg);
}

.modal_form .modal-body {
    padding: 0;
}

.modal_ship_name {
    display: block;
    color: var(--theme-skit-color-orange);
}

.modal_content_text {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: inherit;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.5;
}

.modal_content_text a {
    font-weight: 500;
    white-space: nowrap;
    color: inherit;
}

.modal_content_text a:hover {
    color: var(--theme-skit-color-orange);
}

.modal_form .form_field {
    position: relative;
    margin-bottom: 1rem;
}

.form_field .skit-input-text,
.form_field .skit-input-textarea,
.form_field .form_field_select {
    height: 60px;
    color: inherit !important;
    padding: 1.5rem 1.3rem 0.5rem !important;
    border: 1px solid rgba(166, 194, 208, 0.7);
    border-radius: 0.5rem;
}

.form_field .skit-input-text:focus,
.form_field .skit-input-textarea:focus {
    border-color: var(--theme-skit-color);
}

.form_field .form-label {
    position: absolute;
    top: 50%;
    left: 1.3rem;
    font-size: 1rem;
    user-select: none;
    pointer-events: none;
    transform-origin: 0 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    transform: translateY(-50%);
}

.form_field .skit-input-text:not(:placeholder-shown) ~ .form-label,
.form_field .skit-input-text:focus ~ .form-label {
    transform: scale(.75) translateY(-120%);
    opacity: 0.5;
}

.form_field .form-label_textarea {
    top: 0.5rem;
    transform: translateY(0);
}

.form_field .skit-input-textarea:not(:placeholder-shown) ~ .form-label_textarea,
.form_field .skit-input-textarea:focus ~ .form-label_textarea {
    transform: scale(.75) translateY(-20%);
    opacity: 0.5;
}

.form_field .form_field_select ~ .form-label {
    transform: scale(.75) translateY(-120%);
    opacity: 0.5;
}

.form_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
}

.modal_form .form_bottom .skit-button {
    border-radius: 0.5rem !important;
}

.modal_form .modal-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    margin-top: 2rem;
    border: none;
    border-radius: unset;
}

.modal-footer .modal_content_text {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0;
    background: var(--theme-skit-color);
    border-radius: 0.5rem;
    opacity: 1;
}

.modal_content_text_big {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--theme-skit-color);
    margin: 0;
}

@media all and (min-width: 992px) {
    .modal_form .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

@media all and (max-width: 991px) {
    .modal_form .modal_content_images {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .form_bottom {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (max-width: 575px) {
    .modal_form .modal-content {
        padding: 1rem;
    }

    .modal_content_text_big {
        font-size: 1.2rem;
    }
}

/*corp_top_block*/
.corp_top_block_img {
    border-radius: 3rem;
    overflow: hidden;
}

.corp_top_block_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.corp_top_block_text {
    font-size: 1.2rem;
    line-height: 1.2;
}

@media all and (max-width: 991px) {
    .corp_top_block_img {
        border-radius: 2rem;
    }
}

/*corp_arenda_block*/
.corp_arenda_item {
    height: 100%;
    color: inherit;
    padding: 2rem 3rem;
    background: var(--theme-skit-color-blue-light);
    border-radius: 3rem;
}

.corp_arenda_item.item_colored {
    color: #fff;
    background: var(--theme-skit-color-orange);
}

.corp_arenda_item_title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--theme-skit-color-violet);
    margin-bottom: 2rem;
}

.corp_arenda_item.item_colored .corp_arenda_item_title {
    color: inherit;
}

.corp_arenda_item_text {
    font-size: 1rem;
    line-height: 1.2;
}

.corp_arenda_item_text ul {
    padding-left: 1rem;
    margin: 0;
}

.corp_arenda_item_text ul li {
    list-style: disc;
}

.corp_arenda_item_text ul li::marker {
    color: var(--theme-skit-color-orange);
}

.corp_arenda_item.item_colored .corp_arenda_item_text ul li::marker {
    color: inherit;
}

@media all and (max-width: 991px) {
    .corp_arenda_item {
        padding: 1.5rem 2rem;
        border-radius: 2rem;
    }
}

@media all and (max-width: 575px) {
    .corp_arenda_item {
        padding: 1.5rem 1rem;
    }

    .corp_arenda_item_title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
}

/*corp_ships_block*/
.corp_ships_block .title-main {
    color: var(--theme-skit-color-violet);
}

/*corp_gallery_block*/
.corp_gallery_wrap {
    display: -webkit-flex;
    display: flex;
    gap: 1.5rem;
}

.corp_gallery_col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.corp_gallery_wrap.inner_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45.5%;
    min-width: 45.5%;
}

.corp_gallery_col.col_2 {
    width: calc(40% - 1.5rem);
}

.corp_gallery_col.col_3 {
    width: 60%;
}

.corp_gallery_col.col_4 {
    margin-top: 5rem;
}

.corp_gallery_title {
    color: var(--theme-skit-color-violet);
    margin-bottom: 2rem;
}

.corp_gallery_text {
    font-size: 1rem;
    line-height: 1.2;
    color: var(--theme-skit-color-grey);
}

.corp_gallery_col.col_2 .corp_gallery_text {
    color: var(--theme-skit-color-violet);
    margin-bottom: 2rem;
}

.corp_gallery_col.col_3 .corp_gallery_text {
    margin-top: 2rem;
}

.corp_gallery_col.col_4 .corp_gallery_text {
    margin: 2rem 0;
}

.corp_gallery_img {
    border-radius: 2rem;
    overflow: hidden;
}

.corp_gallery_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 1199px) {
    .corp_gallery_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .corp_gallery_col {
        width: calc((100% - 3rem) / 3);
    }

    .corp_gallery_wrap.inner_wrap {
        width: 100%;
        min-width: 100%;
        order: 1;
    }

    .corp_gallery_col.col_1,
    .corp_gallery_col.col_4,
    .corp_gallery_col.col_5 {
        order: 2;
    }

    .corp_gallery_col.col_4 {
        margin-top: 0;
    }

    .corp_gallery_title {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .corp_gallery_col {
        width: 100% !important;
    }

    .corp_gallery_col.col_4 {
        order: 2;
    }

    .corp_gallery_col.col_1,
    .corp_gallery_col.col_5 {
        order: 3;
    }

    .corp_gallery_col .corp_gallery_text {
        margin: 0 !important;
    }

    .corp_gallery_col.col_2 .corp_gallery_text {
        margin: 0 !important;
    }
}

/*action*/
.action_detail {
    display: inline-block;
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
    border-radius: 2rem;
    background: var(--theme-skit-color-blue-light);
}

.action_detail a {
    color: var(--theme-skit-color-orange);
}

.action_detail a:hover {
    color: var(--theme-skit-color-violet);
}

@media all and (max-width: 575px) {
    .action_detail {
        padding: 1.5rem 1rem;
    }
}

.button_soc_link .skit-button.style1 {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
}

.button_soc_link .skit-button.style1.button_orange:hover {
    color: #fff !important;
    background-color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.button_soc_link .skit-button img {
    width: 24px;
    min-width: 24px;
    height: auto;
}

/**** Визуальный редактор Битрикса (бывает много табов в редакторе) ***/
.bx-core-adm-dialog {
    max-width: 850px !important;
}

.bx-core-adm-dialog-content {
    max-width: calc(100% - 44px) !important;
}

/**** Визуальный редактор Битрикса (бывает много табов в редакторе) ***/
/* End */


/* Start:/local/templates/main_catalog/css/new_styles.css?176994208112368*/
/*search form*/
#criuses_search {
    margin-bottom: 3em;
    border-radius: 2.5em;
    padding: 2em;
    background: #F8F8FB;
}

#criuses_search .search_input {
    width: 100%;
    padding: 0.5em 1em;
    border-radius: 2.5em;
    background: white;
    border: 1px solid #CFD3E7;
}

#criuses_search .search_inputs-block {
    gap: 0.5em;
}

#criuses_search .form-label {
    margin-bottom: 0;
    padding: 0;
    color: #ADB7C0;
    font-size: 0.75em;
    left: 120%;
}

#criuses_search .form-select, #criuses_search .form-control {
    border: none;
    font-size: 0.8em;
    line-height: 120%;
}

#criuses_search .form-select {
    padding: 0 1.5em 0 0;
    background-position: right 0 center;
}

#criuses_search .form-select:focus {
    box-shadow: none;
}

#criuses_search .form-control {
    padding: 0;
}

#criuses_search .search_sorting-block {
    margin-top: 1.5em;
    gap: 0.5em;
}

#criuses_search .search_sorting-button {
    position: relative;
    padding-bottom: 0.25em;
    cursor: pointer;
    width: max-content;
}

#criuses_search .search_sorting-button input {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#criuses_search .search_sorting-button label {
    color: #6A676D;
}

#criuses_search .search_sorting-button.active label {
    color: #000;
    position: relative;
}

#criuses_search .search_sorting-button.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 2px dashed #D5D5D5;
}

/*rooms*/
.news-detail .cabins {
    border-radius: 2.5em;
    padding: 2em;
    background: #F8F8FB;
}

.news-detail .cabins .cabins_row {
    border-radius: 2.5em;
    padding: 1em;
    background: #FFFFFF;
}

.news-detail .cabins_item {
    position: relative;
    border-radius: 2.2em;
    padding: 0.25em;
    border: 1px solid #CFD3E7;
}

@media (any-hover: hover) {
    .news-detail .cabins_item:hover .cabins_item-text {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}

.news-detail .cabins_item .cabin_image {
    display: block;
    border-radius: 2em;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
}

.news-detail .cabins_item .cabin_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease 0s;
}

@media (any-hover: hover) {
    .news-detail .cabins_item .cabin_image:hover img {
        transform: scale(1.1);
    }
}

.news-detail .cabins_item-labels {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0.75em;
    margin-bottom: 1em;
}

.news-detail .cabins_item-label {

}

.news-detail .cabins_item .buttonsale {
    padding: 10px !important;
    width: 100%;
    margin-bottom: 1em;
    position: relative;
    z-index: 5;
}

.news-detail .cabins_item-text {
    font-size: 0.6125rem;
    position: absolute;
    z-index: 4;
    width: calc(100% + 2px);
    height: 0;
    top: calc(100% - 4em);
    left: -1px;
    border-radius: 0 0 2em 2em;
    padding: 3em 0.5em 1em 0.5em;
    border: 1px solid #CFD3E7;
    border-top: none;
    color: #687094;
    background: #FFFFFF;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

/*detail route*/
.detail_top_sale-block {
    color: #fff;
    background: #EB5D36;
    padding: 0.625em 1.875em;
    font-size: 1em;
    line-height: 120%;
    width: max-content;
    border-radius: 3.125em;
    margin-bottom: 1em;
}

.detail_top_route-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
}

.detail_top_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.detail_top_route-block .detail_top_price {
    margin-top: 0;
    margin-right: 0;
}

.detail_top_route-block .skit-button {
    margin: 0;
}

.detail_top_route-block .detail_top_price, .detail_top_route-block .skit-button {
    width: 100%;
    white-space: nowrap;
}

.trace-route {
    width: 100%;
    padding: 0.5em;
    border-radius: 2em;
    background: #F8F8FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
}

.trace-route__date-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
    border-radius: 1.6em;
    padding: 1em 1.5em;
    background: #fff;
}

.trace-route__date {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 120%;
    color: #EB5D36;
}

.trace-route__time {
    font-weight: 700;
    font-size: 1.5625em;
    line-height: 120%;
}

.trace-route__body {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trace-route__info {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #B8B8B8;
}

.trace-route__days {
    font-size: 1em;
    line-height: 120%;
}

.trace-route__places {
    font-size: 1em;
    line-height: 120%;
}

.trace-route__row {
    margin-top: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

.trace-route__points {
    position: relative;
    color: #B8B8B8;
    font-size: 0.75em;
    line-height: 120%;
}

.trace-route__points:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 0.3em;
    height: 1px;
    top: 50%;
    right: -1.15em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #B8B8B8;
}

@media (max-width: 991.98px) {
    .detail_top_route-block {
        justify-content: center;
        flex-direction: column;
    }

    .detail_top_buttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .trace-route__date-block {
        border-radius: 1em;
        padding: 0.5em;
    }

    .trace-route__date {
        font-size: 0.9em;
    }

    .trace-route__places, .trace-route__days {
        font-size: 0.75em;
    }

    .news-detail .cabins {
        border-radius: 1.25em;
        padding: 1em;
    }

    .news-detail .cabins_item {
        width: calc(50% - 0.5rem) !important;
    }

    .news-detail .cabins_row-items .cabins_item {
        width: 100% !important;
    }
}

@media (max-width: 479.98px) {
    .detail_top_buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .news-detail .cabins_item {
        width: 100% !important;
    }
}

.news-detail .cabins_row-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: start;
    flex-direction: row;
    gap: 1rem;
}

.news-detail .cabins_column, .news-detail .cabins_column h5 {
    width: max-content;
}

@media (max-width: 767.98px) {
    .news-detail .cabins_column {
        width: 100%;
    }

    .news-detail .cabins_row-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479.98px) {
    .news-detail .cabins_row-items {
        grid-template-columns: repeat(auto-fit, minmax(29em, 1fr));
    }
}

.breadcrumb--black .breadcrumb-title, .breadcrumb--black .bx-breadcrumb-item{
    color: #212529;
}

.page_top_banner--empty:before{
    display: none;
}

.header_wrap{
    box-sizing: border-box;
    padding: 0 10px 0 5px;
}

.btn_modal_tg{
    text-decoration: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-h-bottom-color);
    border: 1.5px solid var(--theme-skit-color);
    border-radius: 15px;
    line-height: 30px;
    padding: 0 10px;
}

.modal-tg {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-tg--hidden {
    display: none;
}

.modal-tg__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-tg__close:hover {
    background-color: #f0f0f0;
    color: #333;
}

.modal-tg__close svg {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.modal-tg__illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.modal-tg__illustration svg {
    width: 100%;
    height: 100%;
}

.modal-tg__body {
    width: auto;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    border-radius: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.modal-tg__content {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 0 70px;
}

.modal-tg__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: #EB5D36;
}

/* Элемент: Подзаголовок (строка с иконкой ТГ) */
.modal-tg__subtitle {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

/* Элемент: Иконка Телеграм внутри текста */
.modal-tg__telegram-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-color: #2A6E9B;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.modal-tg__telegram-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* Элемент: Навигация (список ссылок) */
.modal-tg__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 5px;
}

/* Элемент: Ссылка */
.modal-tg__link {
    font-size: 14px;
    color: #483C78; /* Фиолетовый цвет ссылок */
    text-decoration: underline dotted #483C78 1px;
    text-underline-offset: 2px;
    line-height: 1.4;
    transition: opacity 0.2s ease;

}

.modal-tg__link:hover {
    opacity: 0.8;
}

/* Адаптив для мобильных устройств */
@media (max-width: 600px) {
    .modal-tg {
        align-items: flex-start;
    }

    .modal-tg__body {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 15px 15px 15px 30px;
    }

    .modal-tg__content {
        padding: 45px 0 0 0;
    }

    .modal-tg__illustration {
        width: 30px;
        height: 30px;
    }

    .modal-tg__link {
        max-width: none;
    }
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/logo_favicon/style.css?170971298384*/
.logo_img_dark {
    display: block;
}

.logo_img_light {
    display: none;
}
/* End */


/* Start:/local/templates/main_catalog/css/header/header12.css?177088812418584*/
/* Start Главный слайдер*/
.header_absolute .for_header_absolute_top {
    padding-top: 160px;
}

@media all and (max-width: 992px) {
    .for_header_absolute_top,
    .header_absolute .for_header_absolute_top {
        padding-top: 0;
    }
}
/* End Главный слайдер*/

/*header_margin_bottom*/
body:not(.is_main_page) .header_margin_bottom {
    height: 6rem;
}
@media all and (max-width: 992px) {
    .header_margin_bottom {
        height: 5rem !important;
    }
}

@media all and (max-width: 580px) {
    .header_margin_bottom {
        height: 4rem !important;
    }
}

/*header*/
.header {
    position: relative;
    background: transparent;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 996;
}

.header.header-fixed {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
}

.header_wrapper {
    position: relative;
    /*-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

.header_absolute .header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header_absolute:not(.is-scrolled) .header_wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media all and (max-width: 992px) {
    .header_wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
    }
}

.is-scrolled .header_wrapper {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
}

.is-scrolled .header.header-fixed {
    position: fixed;
}

.header .navbar {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media all and (min-width: 992px){
    .header_item {
        margin-left: 1rem;
    }
}

.drawer .header_item {
    margin-left: 0;
    margin-top: 2rem;
}

.header_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.header .header_wrap,
.drawer .header_wrap {
    padding: 0;
}

@media all and (max-width: 992px) {
    .header_wrap.header_bottom_content {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
}

/*header_top*/
.header_top {
    font-size: 13px;
}

.header_top .navbar {
    padding: 1rem 0;
}

.is-scrolled .header.header-fixed .header_top {
    display: none;
}

.header_top #more-nav-1 {
    -webkit-justify-content: center;
    justify-content: center;
}

@media all and (max-width: 992px) {
    .header_top {
        display: none;
    }
}


/*header_bottom*/
.header_bottom {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    font-size: 15px;
}

.is-scrolled .header_bottom {
    top: 100%;
    bottom: auto;
    background: #fff;
    padding: 0.25rem 0;
}

.header_bottom .block_bg_color {
    padding: 1rem;
    border-radius: 10px;
    background: var(--theme-skit-color);
    border: none;
    /*-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

.header_bottom_menu_block {
    width: calc(100% - 140px);
}

.header_bottom #more-nav-2 {
    -webkit-justify-content: center !important;
    justify-content: center !important;
    font-size: 14px;
}

.header_bottom #more-nav-2 > li.nav-item a.root-item,
.header_bottom #more-nav-2 .more-2 > a {
    color: #fff;
}

.header_bottom .search-button-wrap .search-button {
    color: #fff;
    opacity: 1;
}

.header_bottom .search-button-wrap .search-button:hover {
    color: #fff !important;
    opacity: 0.7;
}

.header_absolute .header_bottom .logo_img_dark {
    display: none;
}

.header_absolute .header_bottom .logo_img_light {
    display: block;
}

.is-scrolled.header_absolute .header_bottom .logo_img_dark {
    display: none;
}

.is-scrolled.header_absolute .header_bottom .logo_img_light {
    display: block;
}

@media all and (max-width: 992px) {
    .header_bottom {
        top: 0;
        bottom: auto;
    }

    .header_bottom_menu_block {
        width: 100%;
    }
}

/*header_curses*/
.header_curses_item {
    margin-right: 1rem;
}

.header_curses_item:last-child {
    margin-right: 0;
}

.header_curses_icon {
    width: 1rem;
    min-width: 1rem;
    color: var(--theme-skit-color-grey);
    margin-right: 2px;
}

.header_curses_icon svg {
    width: 100%;
    height: auto;
}

/*navbar_brand*/
.header_bottom .logo_img_dark {
    display: none;
}

.header_bottom .logo_img_light {
    display: block;
}

.header_absolute .logo_img_dark {
    display: none;
}

.header_absolute .logo_img_light {
    display: block;
}

.is-scrolled.header_absolute .logo_img_dark {
    display: block;
}

.is-scrolled.header_absolute .logo_img_light {
    display: none;
}

@media all and (max-width: 992px) {
    .navbar_brand {
        width: 120px;
        min-width: 120px;
    }

    .navbar_brand img {
        width: 100%;
    }
}

/*header_city*/
.header_city {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header_city .select-city {
    opacity: 0;
}

.header_city .edd-root {
    font-size: inherit;
    color: inherit;
    opacity: 0.5;
}

.header_city:hover .edd-root,
.header_city .edd-root.edd-root-open,
.drawer .header_city .edd-root {
    opacity: 1;
}

.header_city svg {
    min-width: 14px;
    margin-right: 5px;
    opacity: 0.5;
}

.header_city:hover svg,
.drawer .header_city svg {
    opacity: 1;
}

.header_city .edd-head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header_city .edd-value {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0;
}

.header_city .edd-arrow {
    position: relative;
    top: 1px;
    left: 3px;
    right: auto;
    color: inherit;
}

.header_city .edd-body {
    right: auto;
    padding: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
}

.header_city .edd-items-list {
    overflow: hidden;
}

.header_city .edd-option-focused:not(.edd-option-disabled) {
    color: var(--theme-skit-color);
}

.header_city .edd-option-selected::before {
    border-color: var(--theme-skit-color);
}

/*header_address*/
.header_address {
    font-size: 0.8rem;
    line-height: 1.2;
    white-space: nowrap;
}

.header_address svg {
    width: auto;
    height: 30px;
    margin-right: 1rem;
}

.header_address_top {
    color: var(--theme-skit-color-grey);
}

.header_address_all {
    position: relative;
    margin-top: 3px;
}

.header_address_all_link {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    opacity: 0.5;
    padding-left: 19px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.header_address_all:hover .header_address_all_link {
    color: var(--theme-skit-color);
    opacity: 1;
}

.header_address_all_wrap {
    position: absolute;
    top: auto;
    left: 50%;
    display: none;
    height: auto;
    width: auto;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500;
}

.header_address_all:hover .header_address_all_wrap {
    display: block;
}

.header_address_all_content {
    background: #fff;
    margin-top: 5px;
    padding: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.10);
}

.header_address_all_wrap a {
    display: block;
    font-size: inherit;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    padding: 5px 15px;
}

.header_address_all_wrap a:hover {
    color: var(--theme-skit-color);
}

@media all and (max-width: 991px){
    .header_address {
        font-size: 1rem;
    }
}

/*header_social*/
.header_social .navbar__social,
.drawer__content-bottom-row .navbar__social {
    padding: 0;
    margin: 0;
}

.navbar__social a:hover {
    color: var(--theme-skit-color) !important;
}

/*header_bnt_catalog*/
.header_bnt_catalog {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #fff;
    color: inherit;
    border-radius: 5px;
    border: 2px solid #fff;
    text-transform: none !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    box-shadow: none;
}

.drawer .header_bnt_catalog {
    color: #fff;
    background: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
    padding: 10px 15px;
}

.drawer .header_bnt_catalog:hover {
    color: var(--theme-skit-color);
    background: transparent;
    border-color: var(--theme-skit-color);
    padding: 10px 15px;
}

.header_bnt_catalog:hover {
    color: #fff;
    background: transparent;
}

.header_bnt_catalog svg {
    margin-right: 0.5rem;
}

/*header_phone*/
.header_phone a {
    color: inherit;
    /*font-weight: 900;*/
    white-space: nowrap;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_phone a:hover {
    color: var(--theme-skit-color);
}

.header_phone svg {
    width: 16px;
    min-width: 16px;
    height: auto;
}

.header_phone_mob {
    height: 40px;
    color: #fff;
    padding: 1rem !important;
    background: var(--theme-skit-color);
    border-radius: 50px;
}

.header_phone_mob a:hover {
    color: #fff;
}

/*header_link_two*/
.header_link_two a {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    color: inherit;
    padding-left: 17px;
    margin-top: 3px;
    white-space: nowrap;
    opacity: 0.5;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_link_two a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

.header_email.header_link_two a {
    padding-left: 5px;
}

.drawer .header_email.header_link_two a {
    font-size: 1rem;
    opacity: 1;
    padding-left: 0;
}

.header_button {
    white-space: nowrap;
}

.header_bottom:not(.theme_h_block_bg_color) .header_button .skit-button {
    color: inherit;
    background: #fff !important;
    border-color: #fff !important;
}

.header_bottom:not(.theme_h_block_bg_color) .header_button .skit-button:hover {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
}

.header_bottom:not(.theme_h_block_bg_color) .header_button.header_button_inv .skit-button {
    color: #fff !important;
    background: transparent !important;
}

.header_bottom:not(.theme_h_block_bg_color) .header_button.header_button_inv .skit-button:hover {
    color: inherit !important;
    background: #fff !important;
}

/*hamburger*/
.header_bottom .hamburger {
    position: relative;
    padding: 0;
}

.header_bottom .hamburger .hamburger-box {
    width: 63px;
    height: 40px;
}

.header_bottom .hamburger .hamburger-box svg {
    width: 100%;
    height: auto;
    color: var(--theme-skit-color-orange);
}

.header_bottom .hamburger .hamburger-box svg rect {
    fill: var(--theme-skit-color-grey-light);
}

/*header_basket*/
.header_basket {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header_basket.active {
    color: var(--theme-skit-color);
    background: #fff;
    border-color: #fff;
}

.header_basket svg {
    width: 16px;
    min-width: 16px;
    height: auto;
}

.header_basket:hover {
    color: inherit !important;
    background: #fff ;
}

.header_basket_count {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1;
    color: #fff !important;
    background: #000;
    border: 1px solid transparent;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.header_basket.active .header_basket_count {
    visibility: visible;
    opacity: 1;
}

.drawer .header_basket svg {
    width: 20px;
    min-width: 20px;
    margin-right: 0.5rem;
}

.header_basket_text  {
    display: none;
}

.drawer .header_basket_text  {
    display: block;
}

.drawer .header_basket {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.3);
}

.drawer .header_basket.active {
    color: var(--theme-skit-color);
    border-color: var(--theme-skit-color);
}

.drawer .header_basket:hover {
    color: #fff !important;
    background: var(--theme-skit-color) ;
    border-color: var(--theme-skit-color) !important;
}

/*drawer*/
.drawer * {
    white-space: normal  !important;
}

.drawer_block_title {
    font-size: 1.5rem;
    color: inherit;
    font-weight: bold;
    padding-left: 1.25rem;
    margin-top: 2rem;
}

@media all and (min-width: 1400px) {
    .header_top .header_phone,
    .header_top .header_button {
        margin-left: 2rem;
    }
}


/*mobail header*/
@media all and (max-width: 580px) {
    .navbar_brand {
        width: 80px;
        min-width: 80px;
    }

    .header_phone_mob {
        height: 30px;
        font-size: 0.8rem;
    }

    .header_bottom .hamburger .hamburger-box {
        width: auto;
        height: 30px;
    }

    .header_bottom .hamburger .hamburger-box svg {
        width: auto;
        height: 100%;
    }
}

@media all and (max-width: 320px) {
    .header_phone_mob {
        font-size: 0.7rem;
        padding: 0.5rem !important;
    }
}

/*THEME SETINGS*/
/*theme_h_top_bg_color*/
.theme_h_top_bg_color {
    background: var(--theme-h-top-bg-color) !important;
}

.theme_h_top_bg_color .logo_img_dark,
.is-scrolled .theme_h_top_bg_color .logo_img_dark {
    display: block;
}

.theme_h_top_bg_color .logo_img_light,
.is-scrolled .theme_h_top_bg_color .logo_img_light {
    display: none;
}

.theme_h_top_bg_color.theme_h_top_color .logo_img_dark,
.is-scrolled .theme_h_top_bg_color.theme_h_top_color .logo_img_dark {
    display: none;
}

.theme_h_top_bg_color.theme_h_top_color .logo_img_light,
.is-scrolled .theme_h_bottom_bg_color.theme_h_top_color .logo_img_light {
    display: block;
}

/*theme_h_top_color*/
.theme_h_top_color .header_city svg,
.theme_h_top_color .edd-head,
.theme_h_top_color .header_address,
.theme_h_top_color .header_address_all_link,
.theme_h_top_color .navbar__social a,
.theme_h_top_color .header_phone,
.theme_h_top_color .header_link_two {
    color: var(--theme-h-top-color);
}

.theme_h_top_color #more-nav-1 > li.nav-item a.root-item,
.theme_h_top_color #more-nav-1 .more-1 > a {
    color: var(--theme-h-top-color);
}

/*theme_h_bottom_bg_color*/
.theme_h_bottom_bg_color {
    background: var(--theme-h-bottom-bg-color);
}

.is-scrolled .header.header-fixed .header_bottom.theme_h_bottom_bg_color {
    background: var(--theme-h-bottom-bg-color);
}

.theme_h_bottom_bg_color .block_bg_color {
    border: none;
}

/*theme_h_block_bg_color*/
.theme_h_block_bg_color .block_bg_color {
    padding: 1rem;
    border-radius: 100px;
    background: var(--theme-h-block-bg-color);
    border: none;
}

body:not(.is_main_page) .header.header-fixed .theme_h_block_bg_color .block_bg_color,
.is-scrolled .header.header-fixed .theme_h_block_bg_color .block_bg_color {
    background: var(--theme-skit-color-grey-light);
}

.theme_h_block_bg_color.theme_h_bottom_color .logo_img_dark,
.is-scrolled .theme_h_block_bg_color.theme_h_bottom_color .logo_img_dark {
    display: block;
}

.theme_h_block_bg_color.theme_h_bottom_color .logo_img_light,
.is-scrolled .theme_h_block_bg_color.theme_h_bottom_color .logo_img_light {
    display: none;
}

.theme_h_block_bg_color .header_bnt_catalog {
    background-color: var(--theme-skit-color);
    color: #fff;
    border-color: var(--theme-skit-color);
}

.theme_h_block_bg_color .header_bnt_catalog:hover {
    color: var(--theme-skit-color);
    background: transparent;
}

@media all and (max-width: 992px) {
    .theme_h_block_bg_color .block_bg_color {
        padding: 1rem 0;
        border-radius: 0;
        background: transparent !important;
        border: none;
    }
}

/*theme_h_bottom_color*/
.theme_h_bottom_color .block_bg_color {
    border-color: var(--theme-h-bottom-color);
}

.theme_h_bottom_color #more-nav-2 > li.nav-item a.root-item,
.theme_h_bottom_color #more-nav-2 .more-2 > a {
    color: var(--theme-h-bottom-color);
}

.theme_h_bottom_color .search-button-wrap .search-button {
    color: var(--theme-h-bottom-color);
    opacity: 1;
}

.theme_h_bottom_color .search-button-wrap .search-button:hover {
    color: var(--theme-h-bottom-color) !important;
    opacity: 0.7;
}

.theme_h_bottom_color .header_basket {
    color: var(--theme-h-bottom-color);
    border-color: var(--theme-h-bottom-color);
}

.theme_h_bottom_color .header_basket.active {
    color: var(--theme-skit-color) !important;
    background: #fff !important;
    border-color: var(--theme-skit-color);
}

.theme_h_bottom_color .header_basket:hover {
    color: inherit;
    border-color: var(--theme-skit-color);
    background: #fff !important;
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/menu/header_top_menu/style.css?17097129834111*/
#more-nav-1
{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	font-size: inherit;
	margin: 0;
	padding: 0;
	background: transparent;
	list-style:none;
	opacity: 0;
	visibility: hidden;
}

#more-nav-1.active {
	opacity: 1;
	visibility: visible;
}

#more-nav-1 ul
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style:none;
}


#more-nav-1 li {
	position: relative;
	padding:5px 15px;
}

#more-nav-1 li.nav-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#more-nav-1 svg {
	width: 1em;
	height: auto;
	margin-left: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#more-nav-1 > li > a:hover svg,
#more-nav-1 > li:hover > a svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*Links*/
#more-nav-1 a
{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	color: inherit;
	padding: 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#more-nav-1 > li:first-child {
	padding-left: 0;
}

#more-nav-1 > li:last-child {
	padding-right: 0;
}

/*Root items*/
#more-nav-1 li a.root-item
{
	position: relative;
	color:inherit;
}

#more-nav-1 li a:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background: currentColor;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#more-nav-1 li a:hover:after {
	left: 0;
	width: 100%;
}

/*Root menu selected*/
/*
#more-nav-1 li a.root-item-selected:after
{
	left: 0;
	width: 100%;
}
*/

/*Root items: hover*/
/*
#more-nav-1 li:hover > a.root-item
{
	color: var(--theme-skit-color);
}
*/

/*Item-parents*/
#more-nav-1 a.parent svg
{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*Denied items*/
#more-nav-1 a.denied
{
	background: url(/local/templates/main_catalog/components/bitrix/menu/header_top_menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#more-nav-1 li:hover
{
	background:transparent;
	color: inherit;
}

/*Child-items selected*/
/*
#more-nav-1 li.item-selected
{
	background:transparent;
}

#more-nav-1 li.item-selected > a:after {
	left: 0;
	width: 100%;
}
*/

/*Sub-menu box*/
#more-nav-1 li ul
{
	position:absolute;
	top:100%;
	display:none;
	height:auto;
	width: auto;
	background:#fff;
	padding: 1rem;
	border-radius: 1rem;
	-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);
	z-index:500;
}

/*Sub-menu item box*/
#more-nav-1 li li
{
	position: relative;
	width:100%;
}

/*Item link*/
#more-nav-1 li ul a
{
	text-align:left;
}


/*Items text color & size */
/*
#more-nav-1 li a,
#more-nav-1 li:hover li a,
#more-nav-1 li:hover li:hover li a,
#more-nav-1 li:hover li:hover li:hover li a,
#more-nav-1 li:hover li:hover li:hover li:hover li a,
#more-nav-1 li:hover li:hover li:hover li:hover li:hover li a
{
	color: inherit;
}
*/

/*Items text color & size: hover*/
/*
#more-nav-1 li:hover li:hover a,
#more-nav-1 li:hover li:hover li:hover a,
#more-nav-1 li:hover li:hover li:hover li:hover a,
#more-nav-1 li:hover li:hover li:hover li:hover li:hover a,
#more-nav-1 li:hover li:hover li:hover li:hover li:hover li:hover a
{
	color: var(--theme-skit-color);
}
*/

#more-nav-1 li ul ul
{
	top: 0;
	left: 100%;
}

#more-nav-1 > li:last-child ul {
	right: 0;
}

#more-nav-1 > li:last-child ul ul {
	left: auto;
	right: 100%;
}

#more-nav-1 li:hover ul ul,
#more-nav-1 li:hover ul ul ul,
#more-nav-1 li:hover ul ul ul ul,
#more-nav-1 li:hover ul ul ul ul ul
{
	display:none;
}

#more-nav-1 li:hover ul,
#more-nav-1 li li:hover ul,
#more-nav-1 li li li:hover ul,
#more-nav-1 li li li li:hover ul,
#more-nav-1 li li li li li:hover ul
{
	display:block;
}

#more-nav-1 .more-1 a {
	color: inherit;
}

#more-nav-1 .more-1 a.root-item svg
{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/* End */


/* Start:/local/components/skit/main.include.button/templates/.default/style.css?176391804316893*/
/*skit-button - все стили*/
/*style1*/
button.skit-button.style1 {
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: none !important;
    transition: all .15s ease-in-out;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}

button.skit-button.style1:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.card-product button.skit-button.style1.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style1.addbasket:before,
.card-product button.skit-button.style1.addbasket:after {
    display: block;
}

.card-product button.skit-button.style1.addbasket:hover:before,
.card-product button.skit-button.style1.addbasket:hover:after {
    background-color: var(--theme-skit-color);
}

a.skit-button.style1 {
    display: inline-block;
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    border: 2px solid var(--theme-skit-color) !important;
    transition: all .15s ease-in-out;
    text-decoration: none;
    text-transform: none !important;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}

a.skit-button.style1:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

button.skit-button.style1:after,
a.skit-button.style1:after {
    display: none;
}

button.skit-button.style1._light,
a.skit-button.style1._light {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

button.skit-button.style1._light:hover,
a.skit-button.style1._light:hover {
    color: var(--theme-skit-color) !important;
    background-color: #fff !important;
    border-color: var(--theme-skit-color) !important;
}

/*style2*/
button.skit-button.style2 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-transform: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style2:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

button.skit-button.style2:hover:after {
    width: 30%;
}

.card-product button.skit-button.style2.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style2.addbasket:after {
    background-color: #fff;
    width: 12px;
    height: 2px;
}

a.skit-button.style2 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    margin: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style2:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

a.skit-button.style2:hover:after {
    width: 30%;
}

.card-product button.style2.addbasket {
    border: 2px solid var(--theme-skit-color) !important;
    background: var(--theme-skit-color) !important;
}

.card-product button.style2.addbasket:after {
    margin: 0;
}

.card-product button.style2.addbasket:hover {
    background: transparent !important;
}

.card-product button.style2.addbasket:hover:before,
.card-product button.style2.addbasket:hover:after {
    background: var(--theme-skit-color) !important;
}

button.skit-button.style2._light,
a.skit-button.style2._light {
    color: #fff !important;
}

button.skit-button.style2._light:after,
a.skit-button.style2._light:after {
    background: #fff;
}

/*style3*/
button.skit-button.style3 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px !important;
    border: 2px solid var(--theme-skit-color) !important;
    border-radius: 4px;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style3:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

a.skit-button.style3 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style3:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

button.skit-button.style3:after,
a.skit-button.style3:after {
    display: none;
}

.card-product button.skit-button.style3.addbasket {
    border-radius: 50%;
}

.card-product button.style3.addbasket:before,
.card-product button.style3.addbasket:after {
    display: block;
    background: var(--theme-skit-color) !important;
}

.card-product button.style3.addbasket:hover:before,
.card-product button.style3.addbasket:hover:after {
    background: #fff !important;
}

button.skit-button.style3._light,
a.skit-button.style3._light {
    color: #fff !important;
    border-color: #fff !important;
}

button.skit-button.style3._light:hover,
a.skit-button.style3._light:hover {
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
    background-color: #fff !important;
}

/*style4*/
button.skit-button.style4 {
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: uppercase !important;
    transition: all .15s ease-in-out;
    border-radius: 5px;
    box-shadow: none !important;
}

button.skit-button.style4:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.card-product button.skit-button.style4.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style4.addbasket:before,
.card-product button.skit-button.style4.addbasket:after {
    display: block;
}

.card-product button.skit-button.style4.addbasket:hover:before,
.card-product button.skit-button.style4.addbasket:hover:after {
    background-color: var(--theme-skit-color);
}

a.skit-button.style4 {
    display: inline-block;
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all .15s ease-in-out;
    border-radius: 5px;
    box-shadow: none !important;
}

a.skit-button.style4:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

button.skit-button.style4:after,
a.skit-button.style4:after {
    display: none;
}

button.skit-button.style4._light,
a.skit-button.style4._light {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

button.skit-button.style4._light:hover,
a.skit-button.style4._light:hover {
    color: var(--theme-skit-color) !important;
    background-color: #fff !important;
    border-color: var(--theme-skit-color) !important;
}

/*style5*/
button.skit-button.style5 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style5:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .15s ease-in-out;
}

button.skit-button.style5:hover:after {
    width: 30%;
}

.card-product button.skit-button.style5.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style5.addbasket:after {
    background-color: #fff;
    width: 12px;
    height: 2px;
}

a.skit-button.style5 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    margin: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style5:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

a.skit-button.style5:hover:after {
    width: 30%;
}

.card-product button.style5.addbasket {
    border: 2px solid var(--theme-skit-color) !important;
    background: var(--theme-skit-color) !important;
}

.card-product button.style5.addbasket:after {
    margin: 0;
}

.card-product button.style5.addbasket:hover {
    background: transparent !important;
}

.card-product button.style5.addbasket:hover:before,
.card-product button.style5.addbasket:hover:after {
    background: var(--theme-skit-color) !important;
}

button.skit-button.style5._light,
a.skit-button.style5._light {
    color: #fff !important;
}

button.skit-button.style5._light:after,
a.skit-button.style5._light:after {
    background: #fff;
}


/*style6*/
button.skit-button.style6 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: uppercase !important;
    border-radius: 4px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style6:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

.card-product button.skit-button.style6.addbasket {
    border-radius: 50%;
}

a.skit-button.style6 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style6:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

button.skit-button.style6:after,
a.skit-button.style6:after {
    display: none;
}

.card-product button.style6.addbasket:before,
.card-product button.style6.addbasket:after {
    display: block;
    background: var(--theme-skit-color) !important;
}

.card-product button.style6.addbasket:hover:before,
.card-product button.style6.addbasket:hover:after {
    background: #fff !important;
}

button.skit-button.style6._light,
a.skit-button.style6._light {
    color: #fff !important;
    border-color: #fff !important;
}

button.skit-button.style6._light:hover,
a.skit-button.style6._light:hover {
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
    background-color: #fff !important;
}

/*skit-button - small - для все стилей*/
button.skit-button._small,
a.skit-button._small {
    font-size: 0.8rem !important;
    padding: 5px 15px !important;
}

/*skit-button - upper - для все стилей*/
button.skit-button._upper,
a.skit-button._upper {
    text-transform: uppercase !important;
}

/*button_arrow_text*/
.button_arrow_text {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    border: none;
    background: transparent;
}

.button_arrow_text:hover,
.button_arrow_text:focus {
    color: inherit;
    outline: unset;
}

.card-product .button_arrow_text.addbasket {
    width: auto;
    height: auto;
}

.button_arrow_text.addbasket:before,
.button_arrow_text.addbasket:after {
    display: none !important;
}

.button_arrow_text._light {
    color: #fff !important;
}

.button_arrow_text._small {
    font-size: 14px !important;
}

.button_arrow_text._upper {
    text-transform: uppercase;
}

.link__arrow {
    border: 1px solid currentColor;
    border-radius: 0.3125rem;
    padding: 0.3rem 0.5rem;
}

._small .link__arrow{
    padding: 0.2rem 0.25rem;
}

.link__arrow svg {
    color: inherit !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

._small .link__arrow svg {
    width: 25px;
}

.button_arrow_text:hover svg {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
}

.button_arrow_text._small:hover svg {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
}

.link__text {
    margin-left: 1rem;
}

._small .link__text {
    margin-left: 0.5rem;
}

/*text_arrow - button*/
.text_arrow {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow:hover,
.text_arrow:focus {
    color: #fff;
    outline: unset;
}

.card-product .text_arrow.addbasket {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.card-product .text_arrow.addbasket:before,
.card-product .text_arrow.addbasket:after {
    display: none;
}

.text_arrow._light {
    background: transparent !important;
    border-color: #fff;
}

.text_arrow._small {
    font-size: 14px !important;
    padding: 5px 10px !important;
}

.text_arrow._upper {
    text-transform: uppercase;
}

.text_arrow svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow:hover svg {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}

button.skit-button.style1 {
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: none !important;
    transition: all .15s ease-in-out;
    box-shadow: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
}

button.skit-button,
a.skit-button {
    border-radius: 50px !important;
}

button.skit-button:not(._small),
a.skit-button:not(._small) {
    padding: 10px 30px !important;
}

/*button_orange*/
.skit-button.style1.button_orange {
    background-color: var(--theme-skit-color-orange) !important;
    color: #fff;
    border-color: var(--theme-skit-color-orange) !important;
}

.skit-button.style1.button_orange:hover {
    background-color: #fff !important;
    color: var(--theme-skit-color-orange) !important;
    border-color: var(--theme-skit-color-orange) !important;
}

/*button_grey*/
.skit-button.style1.button_grey {
    background-color: var(--theme-skit-color-grey-light) !important;
    color: inherit;
    border-color: var(--theme-skit-color-grey-light) !important;
}

.skit-button.style1.button_grey:hover {
    background-color: var(--theme-skit-color-grey-light) !important;
    color: var(--theme-skit-color-orange) !important;
    border-color: var(--theme-skit-color-orange) !important;
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/menu/header_bottom_menu_big/style.css?17097129833708*/
#more-nav-2 {
	position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-size: inherit;
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}

#more-nav-2.active {
    opacity: 1;
    visibility: visible;
}

#more-nav-2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
}

#more-nav-2 li {
    position: relative;
    padding: 5px 15px;
}

#more-nav-2 li.nav-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#more-nav-2 > li.nav-item > a {
    text-transform: uppercase;
}

#more-nav-2 svg {
    width: 1em;
    height: auto;
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#more-nav-2 > li > a:hover svg,
#more-nav-2 > li:hover > a svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*Links*/
#more-nav-2 a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: inherit;
    padding: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#more-nav-2 > li:first-child {
    padding-left: 0;
}

#more-nav-2 > li:last-child {
    padding-right: 0;
}

/*Root items*/
#more-nav-2 li a.root-item {
    position: relative;
    color: inherit;
}

#more-nav-2 li > a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#more-nav-2 li > a:hover:after {
    left: 0;
    width: 100%;
}

/*Item-parents*/
#more-nav-2 a.parent svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*Denied items*/
#more-nav-2 a.denied {
    background: url(/local/templates/main_catalog/components/bitrix/menu/header_bottom_menu_big/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#more-nav-2 li:hover {
    background: transparent;
    color: inherit;
}


/*Sub-menu box*/
#more-nav-2 li ul {
    position: absolute;
    top: 100%;
    display: none;
    height: auto;
    width: auto;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    -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);
    z-index: 500;
}

/*Sub-menu item box*/
#more-nav-2 li li {
    position: relative;
    width: 100%;
}

/*Item link*/
#more-nav-2 li ul a {
    text-align: left;
}

#more-nav-2 li ul ul {
    top: 0;
    left: 100%;
}

#more-nav-2 > li:last-child ul {
    right: 0;
}

#more-nav-2 > li:last-child ul ul {
    left: auto;
    right: 100%;
}

#more-nav-2 li:hover ul ul,
#more-nav-2 li:hover ul ul ul,
#more-nav-2 li:hover ul ul ul ul,
#more-nav-2 li:hover ul ul ul ul ul {
    display: none;
}

#more-nav-2 li:hover ul,
#more-nav-2 li li:hover ul,
#more-nav-2 li li li:hover ul,
#more-nav-2 li li li li:hover ul,
#more-nav-2 li li li li li:hover ul {
    display: block;
}

#more-nav-2 .more-2 a {
    color: inherit;
}

#more-nav-2 .more-2 a.root-item svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*big_menu*/
#more-nav-2 li.nav-item.big_menu_item {
    position: static;
}

#more-nav-2 li.big_menu_item ul {
    left: 0;
    right: 0;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/countries_list_popular_menu/style.css?17097129833070*/
.countries_menu_wrap {
    max-width: 820px;
    padding: 0 15px;
}

.countries_menu_wrap .countries_popular_item {
    position: relative;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}

.countries_menu_wrap .countries_popular_item:hover {
    color: inherit;
}

.countries_menu_wrap .countries_popular_item_img {
    width: 50px;
    min-width: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.countries_menu_wrap .countries_popular_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.countries_menu_wrap .countries_popular_item_content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    left: -20px;
    color: inherit;
}

.countries_menu_wrap .countries_popular_item_icon {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-right: 0.5rem;
}

.countries_menu_wrap .countries_popular_item_icon:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 25px;
    height: 13px;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.countries_menu_wrap .countries_popular_item:hover .countries_popular_item_icon:before {
    background: var(--theme-skit-color-orange);
}

.countries_menu_wrap .countries_popular_item_icon:after {
    position: absolute;
    content: '';
    left: 3px;
    bottom: 2px;
    width: 4px;
    height: 4px;
    background: var(--theme-skit-color-orange);
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.countries_menu_wrap .countries_popular_item:hover .countries_popular_item_icon:after {
    background: #fff;
}

.countries_menu_wrap .countries_popular_item_icon img {
    position: relative;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    z-index: 2;
}

.countries_menu_wrap .countries_popular_item_title {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.3;
    color: inherit;
    text-transform: none;
    font-weight: 300;
    white-space: normal;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.countries_menu_wrap .countries_popular_item:hover .countries_popular_item_title {
    color: inherit;
}

.countries_menu_wrap .countries_popular_item_title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.countries_menu_wrap .countries_popular_item:hover .countries_popular_item_title:after {
    left: 0;
    width: 100%;
}

.countries_menu_wrap .countries_popular_item_desc {
    font-size: 0.6rem;
    line-height: 1.2;
    opacity: 0.5;
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/regions_list_popular_menu/style.css?17097129833036*/
.regions_menu_wrap {
    max-width: 820px;
    padding: 0 15px;
}

.regions_menu_wrap .countries_popular_item {
    position: relative;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}

.regions_menu_wrap .countries_popular_item:hover {
    color: inherit;
}

.regions_menu_wrap .countries_popular_item_img {
    width: 50px;
    min-width: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.regions_menu_wrap .countries_popular_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.regions_menu_wrap .countries_popular_item_content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    left: -20px;
    color: inherit;
}

.regions_menu_wrap .countries_popular_item_icon {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-right: 0.5rem;
}

.regions_menu_wrap .countries_popular_item_icon:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 25px;
    height: 13px;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.regions_menu_wrap .countries_popular_item:hover .countries_popular_item_icon:before {
    background: var(--theme-skit-color-orange);
}

.regions_menu_wrap .countries_popular_item_icon:after {
    position: absolute;
    content: '';
    left: 3px;
    bottom: 2px;
    width: 4px;
    height: 4px;
    background: var(--theme-skit-color-orange);
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.regions_menu_wrap .countries_popular_item:hover .countries_popular_item_icon:after {
    background: #fff;
}

.regions_menu_wrap .countries_popular_item_icon img {
    position: relative;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    z-index: 2;
}

.regions_menu_wrap .countries_popular_item_title {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.3;
    color: inherit;
    text-transform: none;
    font-weight: 300;
    white-space: normal;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.regions_menu_wrap .countries_popular_item:hover .countries_popular_item_title {
    color: inherit;
}

.regions_menu_wrap .countries_popular_item_title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.regions_menu_wrap .countries_popular_item:hover .countries_popular_item_title:after {
    left: 0;
    width: 100%;
}

.regions_menu_wrap .countries_popular_item_desc {
    font-size: 0.6rem;
    line-height: 1.2;
    opacity: 0.5;
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/flot_list_menu/style.css?17097129831247*/
.flot_menu_wrap {
    min-width: 650px;
    max-width: 100%;
    padding: 0 15px;
}

.flot_menu_wrap .flot_list_item {
    position: relative;
    display: block !important;
    color: inherit;
}

.flot_menu_wrap .flot_list_item:hover {
    color: inherit;
}

.flot_menu_wrap .flot_list_img {
    position: relative;
    padding-top: 40%;
    background-color: var(--theme-skit-color-grey);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.flot_menu_wrap .flot_list_title {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 300;
    color: inherit;
    margin-top: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.flot_menu_wrap .flot_list_item:hover .flot_list_title {
    color: inherit;
}

.flot_menu_wrap .flot_list_title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.flot_menu_wrap .flot_list_item:hover .flot_list_title:after {
    left: 0;
    width: 100%;
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/breadcrumb/mobile_cut/style.css?17097129831573*/
.bx-breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 1rem;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    position: relative;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 1rem;
    vertical-align: middle;
    margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    /*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    color: #000;
    font-size: 12px;
    white-space: normal;
    opacity: 0.5;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover span {
    opacity: 1;
}

.bx-breadcrumb-item-more {
    display: none;
    padding: 0 15px;
    border: 1px solid var(--theme-skit-color);
    border-radius: 5px;
}

.bx-breadcrumb-item-more div {
    position: absolute;
    top: -0.3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (max-width: 992px){
    .bx-breadcrumb {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .bx-breadcrumb.open {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bx-breadcrumb .bx-breadcrumb-item:not(.bx-breadcrumb-item-last) {
        display: none;
    }

    .bx-breadcrumb .bx-breadcrumb-item.bx-breadcrumb-item-more {
        display: block;
        height: 1em;
        cursor: pointer;
    }
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/about_list_3/style.css?17097129831299*/
.about-list-2-item {
    border-top: 1px solid #eee;
}

.about-list-2-item:last-child {
    border-bottom: 1px solid #eee;
}

.about-list-2-item-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 27px 50px 27px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about-list-2-item-title:hover {
    padding-left: 15px;
}

.about-list-2-item-icon {
    position: absolute;
    top: 16px;
    right: 0;
    content: '';
    border-radius: 50%;
}

.about-list-2-item-icon i {
    display: block;
    font-size: 24px;
    line-height: 1em;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about-list-2-item-title:hover .about-list-2-item-icon {
    background: #eee;
}

.about-list-2-item-title.active i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.about-list-2-item-text {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

/* End */


/* Start:/local/templates/main_catalog/css/footer/footer2.css?17254340077369*/
.footer_wrapper {
    margin-top: auto;
    border-top: 1px solid #d6d6d6;;
    overflow: hidden;
}

.footer_block_bg {
    position: relative;
    z-index: 2;
}

.footer_top {
    position: relative;
    padding: 1rem 0;
}

.footer_top:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -100%;
    right: -100%;
    border-bottom: 1px solid #d6d6d6;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_item {
    margin: 1rem 1rem 1rem 0;
}

.footer_item:last-child {
    margin-right: 0;
}

@media all and (max-width: 767px){
    .footer_top .footer_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: start;
    }

    .footer_top .footer_item {
        margin-right: 0;
    }
}

/*footer__soc-icons*/
.footer_item .footer__soc-icons {
    margin: 0;
}

.footer_item .footer__soc-icon {
    color: var(--theme-skit-color-orange) !important;
    background: #fff !important;
}

.footer_item .footer__soc-icon:hover {
    color: #fff !important;
    background: var(--theme-skit-color-orange) !important;
}

/*footer_bottom*/
.footer_bottom {
    padding: 2rem 0;
}

.footer_bottom .footer_item {
    margin-right: 0;
}

@media all and (max-width: 767px){
    .footer_bottom .footer_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: start;
    }
}

/*footer_contacts*/
.footer_contacts_title,
.footer_contacts_title a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

.footer_contacts_title a:hover {
    color: var(--theme-skit-color);
}

.footer_contacts_title svg {
    width: 1em;
    height: auto;
    margin-right: 0.25rem;
}

.footer_contacts_desc,
.footer_contacts_desc a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    margin-top: 3px;
}

.footer_contacts_desc > * {
    opacity: 0.5;
}

.footer_contacts_desc a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

/*buttons*/
.buttons_wrap.footer_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.buttons_wrap .footer_item {
    margin-right: 1rem;
}

.buttons_wrap .footer_item:last-child {
    margin-right: 0;
}

.skit-button.style3.adress_all {
    color: inherit !important;
    border: 2px solid var(--theme-skit-color-orange) !important;
}

.skit-button.style3.adress_all:hover {
    color: #fff !important;
    background: var(--theme-skit-color-orange) !important;
    border-color: var(--theme-skit-color-orange) !important;
}

.footer_item.card_social {
    max-width: 200px;
}

@media all and (max-width: 767px){
    .buttons_wrap .footer_item {
        margin-right: 0;
    }

    .footer_bottom .buttons_wrap .skit-button {
        min-width: 160px;
        text-align: center;
    }
}

/*footer_menu*/
.footer_menu_title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 0.5rem;
}

.footer_menu_title_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_menu_title_wrap .footer_item {
    margin: 0 0 0.5rem;
}

@media all and (max-width: 767px){
    ul.footer_menu.footer_menu_size {
        font-size: 1rem;
    }

    .footer_menu_title_wrap {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer_menu_title_wrap .footer_item {
        width: 100%;
        margin: 0 0 2rem;
    }
}

/*footer_logo*/
.footer_logo img {
    width: 100%;
}

.footer_logo_vertical {
    display: block;
    position: relative;
    width: 100%;
}

.footer_logo_vertical img {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: auto;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media all and (max-width: 1199px){
    .footer_logo_vertical img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
}

/*footer_pay*/
.footer_pay_desc {
    font-size: 0.8rem;
    font-weight: 400;
    color: inherit;
    margin-bottom: 0.25rem;
    opacity: 0.5;
}

.footer_pay_icons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}

.footer_pay_icons svg {
    margin: 0 1rem 1rem 0;
}

.footer_pay_icons svg:last-child{
    margin-right: 0;
}

/*footer_bottom_links*/
.footer_bottom_links {
    margin: 1rem 0;
}
.footer_bottom_links_item {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.footer_bottom_links_item > * {
    opacity: 0.5;
}

.footer_bottom_links_item > *:hover {
    opacity: 1;
}

.footer_bottom_links_item a {
    color: inherit;
}

.footer_bottom_links_item a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

/*THEME SETINGS*/
/*theme_footer_bg_color*/
.theme_footer_bg_color {
    background: var(--theme-f-bg-color);
}


/*theme_footer_block_bg_color*/
.theme_footer_block_bg_color {
    padding: 2rem 3rem;
    margin: 0 -3rem;
    border-radius: 45px;
    background: var(--theme-f-block-bg-color);
}

.theme_footer_block_bg_color .footer_top:after {
    display: none;
}

@media all and (max-width: 1400px){
    .theme_footer_block_bg_color {
        padding: 2rem 1rem;
        margin: 0;
        border-radius: 30px;
    }
}

/*theme_footer_color*/
.theme_footer_color {
    color: var(--theme-f-color);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer__soc-icon {
    background: var(--theme-f-color-opacity);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control {
    color: var(--theme-f-color);
    border-color: transparent;
    background: var(--theme-f-color-opacity);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control:focus {
    border-color: var(--theme-f-color);
}

/*theme_footer_color and theme_footer_block_bg_color  */
.block_bg_colored .footer_search,
.block_bg_colored .footer__soc-icons {
    color: var(--theme-f-block-bg-color);
}

.block_bg_colored .footer_bottom_links_item {
    color: #000;
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/footer_slider/style.css?1709712983524*/
.footer_slider {
    position: relative;
    width: auto;
    margin: 0 -3rem -3rem;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    overflow: hidden;
    z-index: 1;
}

.footer_slider_item {
    position: relative;
    min-height: 200px;
    max-height: 300px;
}

.footer_slider_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

@media all and (max-width: 1400px){
    .footer_slider {
        margin: 0 0 -3rem;
        border-radius: 30px;
    }
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/menu/footer_menu_more/style.css?1709712983489*/
ul.footer_menu
{
	position: relative; /*IE bug*/
	font-size: 0.8rem;
	line-height: 1.2;
	color: inherit;
	list-style:none;
	margin:0;
	padding:0;
}

ul.footer_menu li.footer_menu_item
{
	padding: 10px 0;
}

ul.footer_menu li.footer_menu_item a
{
	font-size: inherit;
	color: inherit;
	text-decoration:none;
}



ul.footer_menu li.footer_menu_item a:hover
{
	color: var(--theme-skit-color);
}

ul.footer_menu li.footer_menu_item.footer_menu_item_more a {
	color: var(--theme-skit-color);
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/menu/footer_menu/style.css?1709712983397*/
ul.footer_menu
{
	position: relative; /*IE bug*/
	font-size: 0.8rem;
	line-height: 1.2;
	color: inherit;
	list-style:none;
	margin:0;
	padding:0;
}

ul.footer_menu li.footer_menu_item
{
	padding: 10px 0;
}

ul.footer_menu li.footer_menu_item a
{
	font-size: inherit;
	color: inherit;
	text-decoration:none;
}



ul.footer_menu li.footer_menu_item a:hover
{
	color: var(--theme-skit-color);
}






/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/social_list_footer/style.css?1709712983905*/
.footer__soc-icons {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.footer__soc-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 45px;
	min-width: 45px;
	height: 45px;
	color: inherit;
	background: #f3f3f3;
	border-radius: 5px;
	margin-right: 0.5rem;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.footer__soc-icon:last-child {
	margin-right: 0;
}

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

.footer__soc-icon .social_icons_img {
	width: 20px;
	height: 20px;
	margin: 0;
}

.footer__soc-icon .social_icons_img img {
	width: 100%;
}

.footer__soc-icon svg {
	width: 20px;
	min-width: 20px;
	height: auto;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news.list/modal_banner/style.css?1712129968588*/
.modal_banner .modal-dialog {
	max-width: 800px;
}

.modal_banner .modal-content {
	border: 1px solid transparent;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	overflow: hidden;
}

.modal_banner .btn-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: auto;
	height: auto;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	padding: 0;
	background: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	z-index: 2;
}

.modal_banner .modal_banner_img {
	padding: 0;
}

.modal_banner .modal_banner_img img {
	width: 100%;
	max-width: 100%;
}
/* End */


/* Start:/local/templates/main_catalog/styles.css?1751966992160*/
.kit-logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.kit-logo img {
    margin-left: 5px;
}
/* End */
/* /local/templates/main_catalog/css/style.css?1774620826167188 */
/* /local/templates/main_catalog/css/new_styles.css?176994208112368 */
/* /local/templates/main_catalog/components/bitrix/news.list/logo_favicon/style.css?170971298384 */
/* /local/templates/main_catalog/css/header/header12.css?177088812418584 */
/* /local/templates/main_catalog/components/bitrix/menu/header_top_menu/style.css?17097129834111 */
/* /local/components/skit/main.include.button/templates/.default/style.css?176391804316893 */
/* /local/templates/main_catalog/components/bitrix/menu/header_bottom_menu_big/style.css?17097129833708 */
/* /local/templates/main_catalog/components/bitrix/news.list/countries_list_popular_menu/style.css?17097129833070 */
/* /local/templates/main_catalog/components/bitrix/news.list/regions_list_popular_menu/style.css?17097129833036 */
/* /local/templates/main_catalog/components/bitrix/news.list/flot_list_menu/style.css?17097129831247 */
/* /local/templates/main_catalog/components/bitrix/breadcrumb/mobile_cut/style.css?17097129831573 */
/* /local/templates/main_catalog/components/bitrix/news.list/about_list_3/style.css?17097129831299 */
/* /local/templates/main_catalog/css/footer/footer2.css?17254340077369 */
/* /local/templates/main_catalog/components/bitrix/news.list/footer_slider/style.css?1709712983524 */
/* /local/templates/main_catalog/components/bitrix/menu/footer_menu_more/style.css?1709712983489 */
/* /local/templates/main_catalog/components/bitrix/menu/footer_menu/style.css?1709712983397 */
/* /local/templates/main_catalog/components/bitrix/news.list/social_list_footer/style.css?1709712983905 */
/* /local/templates/main_catalog/components/bitrix/news.list/modal_banner/style.css?1712129968588 */
/* /local/templates/main_catalog/styles.css?1751966992160 */
