:root {
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;
    --font-48: 48px;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;
    --container-padding: 40px;
    --row-gap: 5px;
    --color-primary: #E42323;
    --color-secondary: #000;
    --color-default: #333;
    --color-border-deafult: #ccc
}

body {
    color: #000;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: unset
}

a, input, select, textarea, option, button {
    outline: none !important
}

em {
    padding-right: 2px
}

a {
    color: var(--color-primary)
}

a:hover, a:focus {
    color: var(--color-primary)
}

.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.grayscale {
    filter: grayscale(1)
}

.grayscale-fade {
    transition: filter 0.2s
}

.grayscale-fade:hover, .grayscale-fade:focus {
    filter: grayscale(0)
}

#page, #content {
    overflow: hidden
}

#content {
    padding-top: 158px
}

header.has-popup-top + #content {
    padding-top: 215px
}

.container {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1720px;
    width: 100%
}

.container-xs {
    max-width: 650px
}

.container-sm {
    max-width: 890px
}

.container-md {
    max-width: 1440px
}

.container--noClear {
    clear: none
}

.container--noClear::before, .container--noClear::after {
    display: none
}

.icon-mask.icon-mask {
    -webkit-mask-size: cover;
    -mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor
}

.icon-facebook {
    -webkit-mask-image: url(../images/icons/social/facebook.svg);
    mask-image: url(../images/icons/social/facebook.svg)
}

.icon-instagram {
    -webkit-mask-image: url(../images/icons/social/instagram.svg);
    mask-image: url(../images/icons/social/instagram.svg)
}

.icon-linkedin {
    -webkit-mask-image: url(../images/icons/social/linkedin.svg);
    mask-image: url(../images/icons/social/linkedin.svg)
}

.icon-twitter, .icon-x {
    -webkit-mask-image: url(../images/icons/social/twitter.svg);
    mask-image: url(../images/icons/social/twitter.svg)
}

.icon-youtube {
    -webkit-mask-image: url(../images/icons/social/youtube.svg);
    mask-image: url(../images/icons/social/youtube.svg)
}

.icon-pinterest {
    -webkit-mask-image: url(../images/icons/social/pinterest.svg);
    mask-image: url(../images/icons/social/pinterest.svg)
}

.icon-user {
    -webkit-mask-image: url(../images/icons/user.svg);
    mask-image: url(../images/icons/user.svg)
}

.icon-register {
    -webkit-mask-image: url(../images/icons/register.svg);
    mask-image: url(../images/icons/register.svg)
}

.icon-logout {
    -webkit-mask-image: url(../images/icons/logout.svg);
    mask-image: url(../images/icons/logout.svg)
}

.icon-fav {
    -webkit-mask-image: url(../images/icons/fav.svg);
    mask-image: url(../images/icons/fav.svg)
}

.icon-fav-stroke {
    -webkit-mask-image: url(../images/icons/fav-stroke.svg);
    mask-image: url(../images/icons/fav-stroke.svg)
}

.icon-wrapper, .icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-wrapper img, .icon-wrapper svg, .icon img, .icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.icon *[fill]:not([fill="none"]) {
    fill: currentColor
}

.icon *[stroke]:not([stroke="none"]) {
    stroke: currentColor
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.active:focus, .btn-primary:hover:focus, .btn-primary:hover:active, .btn-primary:focus:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.btn-primary.active {
    background-color: #fff;
    color: var(--color-primary)
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.active:focus, .btn-secondary:hover:focus, .btn-secondary:hover:active, .btn-secondary:focus:active {
    background-color: #fff0;
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.btn-secondary.active {
    background-color: var(--color-primary);
    color: #fff
}

.btn-secondary[disabled], .btn-secondary[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.active:focus, .btn-white:hover:focus, .btn-white:hover:active, .btn-white:focus:active {
    background-color: #fff0;
    border-color: #fff;
    color: #fff
}

.btn-white.active {
    background-color: var(--color-primary);
    color: #fff
}

.btn-white[disabled], .btn-white[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-white-fill, .btn-white-fill:hover, .btn-white-fill:focus, .btn-white-fill:active, .btn-white-fill.active, .btn-white-fill.active:focus, .btn-white-fill:hover:focus, .btn-white-fill:hover:active, .btn-white-fill:focus:active {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn-white-fill.active {
    background-color: var(--color-primary);
    color: #fff
}

.btn-white-fill[disabled], .btn-white-fill[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .btn-grey.active:focus, .btn-grey:hover:focus, .btn-grey:hover:active, .btn-grey:focus:active {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    color: #000
}

.btn-grey.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.btn-grey[disabled], .btn-grey[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.active:focus, .btn-blue:hover:focus, .btn-blue:hover:active, .btn-blue:focus:active {
    background-color: #fff;
    border-color: #318FCE;
    color: #318FCE
}

.btn-blue.active {
    background-color: #fff;
    color: var(--color-secondary)
}

.btn-blue[disabled], .btn-blue[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.active:focus, .btn-default:hover:focus, .btn-default:hover:active, .btn-default:focus:active {
    background-color: #fff;
    border-color: rgb(0 0 0 / .2);
    color: #000
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: var(--color-default);
    border-color: var(--color-default)
}

.btn-default.active {
    background-color: #fff;
    color: var(--color-default)
}

.btn-default[disabled], .btn-default[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.active:focus, .btn-black:hover:focus, .btn-black:hover:active, .btn-black:focus:active {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff
}

.btn-black.active {
    background-color: #fff;
    border-color: rgb(0 0 0 / .2);
    color: #000
}

.btn-black[disabled], .btn-black[disabled]:hover {
    opacity: .6;
    cursor: not-allowed
}

@media screen and (min-width: 1140px) {
    .btn-primary:not([disabled]):hover, .btn-primary:not([disabled]).active:hover {
        background-color: #fff;
        color: var(--color-primary)
    }

    .btn-black:not([disabled]):hover, .btn-black:not([disabled]).active:hover {
        background-color: #fff;
        border-color: rgb(0 0 0 / .2);
        color: #000
    }

    .btn-secondary:not([disabled]):hover, .btn-secondary:not([disabled]).active:hover {
        background-color: var(--color-primary);
        color: #fff
    }

    .btn-white:not([disabled]):hover, .btn-white:not([disabled]).active:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff
    }

    .btn-white-fill:not([disabled]):hover, .btn-white-fill:not([disabled]).active:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff
    }

    .btn-default:not([disabled]):hover, .btn-default:not([disabled]).active:hover {
        background-color: #000;
        color: #fff
    }

    .btn-blue:not([disabled]):hover, .btn-blue:not([disabled]).active:hover {
        background-color: #318FCE;
        color: #fff
    }

    .btn-grey:not([disabled]):hover, .btn-grey:not([disabled]).active:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff
    }

    .btn-pay.btn-xl:hover {
        color: #000
    }

    .btn-pay.btn-xl:hover img {
        filter: invert(1)
    }
}

.btn {
    border-radius: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    box-shadow: none !important
}

.btn-lg {
    padding: 10px calc(var(--space-25) + 7px);
    gap: 15px;
    font-size: 14px;
    height: 46px
}

.btn-xl {
    padding: 10px calc(var(--space-25) + 7px);
    gap: 15px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    min-width: 224px;
    justify-content: center;
    height: 50px
}

.btn-pay.btn-xl {
    height: 55px;
    margin-top: 30px;
    gap: 8px
}

.payment-form-bottom {
    margin-bottom: var(--space-40)
}

.btn-circle {
    width: 46px;
    height: 46px;
    justify-content: center;
    border-radius: 50%;
    z-index: 1
}

.btn i {
    font-size: 24px
}

.panel, .panel-heading, .modal-content, .alert, .popover {
    border-radius: 0
}

.panel {
    box-shadow: none
}

.panel-default {
    border-color: #e5e5e5
}

.row {
    margin-left: calc(-1 * var(--row-gap));
    margin-right: calc(-1 * var(--row-gap));
    display: flex;
    flex-wrap: wrap
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: var(--row-gap);
    padding-right: var(--row-gap)
}

.modal-footer[style="display: block;"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.modal-footer:after, .modal-footer:before {
    content: none
}

.text {
    overflow: visible;
    font-size: 15px;
    line-height: 2
}

.text h2 {
    font-size: var(--font-30);
    font-weight: 300
}

.text h3:not(.product-title) {
    font-size: var(--font-24);
    font-weight: 300
}

.text h4 {
    font-size: 20px;
    font-weight: 300
}

.text h5 {
    font-size: 18px;
    font-weight: 300
}

.text h6 {
    font-size: 16px;
    font-weight: 300
}

.text a:hover {
    text-decoration: underline
}

.text ul, .text ol ul, .text ul ul {
    list-style: none
}

.text ul > li, .text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px
}

.text ul > li::before {
    content: "•";
    position: relative;
    display: inline-block;
    color: var(--color-primary);
    width: 10px;
    left: -10px;
    top: 2px;
    margin-left: -10px;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 20px
}

.text ol > li::marker {
    word-spacing: 3px
}

.text table {
    margin: 30px 0
}

.text table tr:nth-child(even) {
    background: rgb(0 0 0 / .05)
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd
}

.text p, .text ul, .text ol {
    margin-bottom: 20px
}

.text h1, .text h2, .text h3:not(.product-title), .text h4, .text h5, .text h6 {
    margin-bottom: 15px;
    line-height: 1.2
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0
}

.header-mid {
    background-color: #fff;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    border-bottom: 1px solid rgb(0 0 0 / .2)
}

header.sticky .header-mid {
    top: 0 !important;
    z-index: 9999
}

.header-top {
    background-color: var(--color-secondary);
    transition: background-color 0.3s
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    transition: color 0.3s
}

.header-top-contact .icon {
    color: var(--color-primary)
}

.top-login-box {
    color: #000
}

.header-top-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.header-top-left {
    color: #fff;
    font-size: 14px
}

.header-mid-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-mid-right-inner {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-mid-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-fav {
    color: #000;
    transition: color 0.3s
}

@media screen and (min-width: 1140px) {
    .mainpage #content {
        padding-top: 0 !important
    }

    .mainpage header:not(.sticky) {
        border-bottom: 0
    }

    .mainpage header:not(.sticky) .header-mid {
        background-color: #fff0;
        color: #fff;
        border-bottom: 0
    }

    .mainpage header:not(.sticky) .header-top {
        background-color: rgb(0 0 0 / .6)
    }

    .mainpage header:not(.sticky) .header-mid-inner #main-menu > ul > li > a {
        color: #fff
    }

    .mainpage header:not(.sticky) .logo a img {
        filter: brightness(0) invert(1)
    }

    .mainpage header:not(.sticky) .header-fav {
        color: #fff
    }

    .mainpage header:not(.sticky) .user-nav-item-inner {
        color: #fff
    }

    .mainpage header:not(.sticky) .basket-icon {
        color: #fff
    }
}

@media screen and (min-width: 1140px) {
    .header-fav:hover {
        color: var(--color-primary) !important
    }
}

.header-fav .icon {
    width: 21px;
    height: 18px;
    display: block
}

.shop-store-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #000;
    z-index: 2;
    cursor: pointer
}

.shop-store-btn.active {
    color: var(--color-primary)
}

.shop-store-btn:hover {
    color: var(--color-primary)
}

.shop-store-btn .icon {
    display: block;
    width: 25px;
    height: 22px
}

.news-slide {
    display: flex;
    flex-wrap: wrap
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .product-photo .shop-store-btn {
            transform: translate3d(0, 0, 0)
        }

        .fancybox-container {
            transform: none !important;
            z-index: 99
        }
    }
}

.shop-store-btn .icon-fav {
    display: none
}

.shop-store-btn.active .icon-fav {
    display: block
}

.shop-store-btn.active .icon-fav-stroke {
    display: none
}

.logo {
    float: left
}

.logo a {
    display: block
}

.logo a img {
    display: block;
    max-width: 100%;
    filter: brightness(0)
}

#main-menu ul {
    font-size: 0
}

#main-menu li {
    position: relative;
    display: inline-block;
    font-size: 1rem
}

#main-menu > ul > li + li {
    margin-left: var(--space-40)
}

#main-menu li a {
    font-size: 14px;
    color: #fff;
    transition: color 0.3s
}

.header-mid-inner #main-menu li a {
    color: #000;
    transition: color 0.3s;
    padding: 36px 0;
    display: block
}

#main-menu li.active > a {
    color: var(--color-primary) !important
}

@media screen and (min-width: 1140px) {
    #main-menu li a:hover {
        color: var(--color-primary) !important
    }
}

.category-list-wrapper.active {
    display: block;
    pointer-events: initial;
    background-color: #F7F7F7
}

.see-more-categories {
    margin-bottom: 14px
}

#main-menu li > .offer-menu-list-wrapper {
    display: flex;
    position: fixed;
    top: 214px;
    left: max(calc((100vw - 1650px) / 2), var(--container-padding));
    right: max(calc((100vw - 1650px) / 2), var(--container-padding));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s
}

#main-menu > ul > li.hover > .offer-menu-list-wrapper {
    opacity: 1;
    pointer-events: initial
}

header.sticky #main-menu li > .offer-menu-list-wrapper {
    top: 93px !important;
}

#main-menu > ul > li > .offer-menu-list-wrapper > ul > li {
    padding-left: 8px
}

#main-menu > ul > li > .offer-menu-list-wrapper li {
    display: block;
    position: static
}

#main-menu > ul > li > .offer-menu-list-wrapper {
    border-radius: 25px;
    background: #F7F7F7;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .25);
    padding: 18px 0
}

#main-menu > ul > li > .offer-menu-list-wrapper > ul {
    max-height: calc(96vh - 245px);
    overflow: auto;
    scrollbar-width: thin;
    width: 100%
}

#main-menu > ul > li::before {
    content: '';
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #F7F7F7;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s
}

#main-menu > ul > li.hover::before {
    opacity: 1;
    transition-delay: 0.1s
}

.header-mid-inner #main-menu > ul > li:after {
    content: '';
    position: fixed;
    pointer-events: none;
    display: block;
    inset: -1000px;
    top: 65px;
    z-index: -1;
    background-color: rgb(0 0 0 / .72);
    opacity: 0;
    transition: opacity 0.2s
}

header:not(.sticky).has-popup-top .header-mid .header-mid-inner #main-menu > ul > li:after {
    top: 121px
}

header:not(.has-popup-top) #main-menu li > .offer-menu-list-wrapper{
    top: 158px;
}

header.sticky .header-mid-inner #main-menu > ul > li:after {
    top: 93px
}

.product-photo .product-labels {
    top: 0
}

.section-news .swiper-button-disabled {
    display: none
}

.category-image {
    display: none;
    position: absolute;
    right: var(--space-40);
    top: 50%;
    max-width: 26%;
    transform: translateY(-50%)
}

.category-image img {
    display: block;
    max-width: 100%
}

#main-menu > ul > li > .offer-menu-list-wrapper > .category-image {
    display: block
}

#main-menu > ul > li > .offer-menu-list-wrapper .offer-menu-list:hover + .offer-menu-list-right + .category-image, #main-menu > ul > li > .offer-menu-list-wrapper .offer-menu-list + .offer-menu-list-right:hover + .category-image {
    display: none
}

#main-menu > ul > li > .offer-menu-list-wrapper li a:hover .category-image {
    display: block
}

#main-menu > ul > li.has-submenu.hover:after {
    opacity: 1
}

#main-menu > ul > li > .offer-menu-list-wrapper > .offer-menu-list {
    color: #000;
    display: flex;
    flex-wrap: wrap
}

#main-menu > ul > li > .offer-menu-list-wrapper > .offer-menu-list .icon {
    max-width: 42px;
    margin: -6px
}

#main-menu > ul > li > .offer-menu-list-wrapper > .offer-menu-list > li {
    width: 16.6666%
}

#main-menu > ul > li > .offer-menu-list-wrapper > .offer-menu-list > li.columns-4 {
    width: 25%
}

#main-menu > ul > li > .offer-menu-list-wrapper li a {
    font-size: 13px;
    padding: 5px 17px;
    display: flex;
    align-items: center;
    gap: 10px
}

#main-menu a .count {
    font-weight: 300
}

#main-menu > ul > li > .offer-menu-list-wrapper li.active > a, #main-menu > ul > li > .offer-menu-list-wrapper li > a:hover {
    color: var(--color-primary)
}

.offer-menu-list > li > a {
    font-size: 16px !important;
    font-weight: 600
}

.offer-menu-list-right li a:hover {
    border-radius: 0 40px 40px 0px !important
}

#main-menu li > ul > li > ul {
    top: 0;
    left: 100%
}

.main-menu-button {
    float: right;
    width: 40px;
    border: none;
    background: #fff0
}

.main-menu-button.animIcon--hamburger.active span {
    background-color: var(--color-primary)
}

.mainsearch.rwdPanel {
    display: block
}

.mainsearch {
    float: left;
    position: relative;
    width: 400px;
    max-width: 100%
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
    border-radius: 23px;
    background-color: #F0F0F0
}

.form .mainsearch-search .error {
    font-weight: 700 !important;
    color: var(--color-primary) !important
}

.mainsearch .form-element-container {
    flex-grow: 1
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    padding: 5px 28px;
    border-right: none;
    box-shadow: none;
    border: 0;
    background-color: #fff0;
    font-size: 13px
}

.mainsearch input.form-control::placeholder {
    font-size: 13px
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-primary);
    padding: 0;
    border: 1px solid var(--color-primary);
    transition: all 0.3s
}

@media screen and (min-width: 1140px) {
    .mainsearch-submit:hover {
        background-color: #fff;
        color: var(--color-primary)
    }
}

.mainsearch-submit .icon {
    display: flex
}

.mainsearch .alert-block {
    display: none !important;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0
}

.mainsearch .form-control-feedback {
    display: none
}

.header-top .user-nav {
    display: flex;
    align-items: stretch
}

.header-top .user-nav-item {
    display: flex;
    align-items: stretch;
    position: relative
}

.header-top .user-nav-item-inner {
    display: flex;
    align-items: center;
    color: #fff
}

.header-top .user-nav-item + .user-nav-item {
    padding-left: 20px;
    margin-left: 20px
}

.header-top .user-nav-item + .user-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 1px;
    height: 12px;
    background-color: rgb(255 255 255 / .6)
}

header .user-nav-item-inner {
    color: #000;
    transition: color 0.3s
}

header .user-nav-item-inner:hover {
    color: var(--color-primary) !important
}

header .user-nav-item-inner .icon {
    width: 18px !important;
    height: 18px !important
}

.header-mid-right .user-nav-item-inner .caption {
    display: none
}

.footer-main {
    color: #fff;
    padding-top: var(--space-40);
    background-size: cover;
    background-position: center
}

.footer-top {
    display: flex;
    align-items: center;
    padding-bottom: var(--space-40);
    margin-bottom: var(--space-60);
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.footer-logo img {
    display: block;
    max-width: 100%
}

.footer-logo {
    width: 26%
}

.footer-contact-wrapper {
    width: 26%;
    display: flex
}

.footer-contact-wrapper:nth-child(3) {
    width: 30%
}

.footer-social {
    width: 20%
}

.footer-social .social-list {
    margin: 0 -15px
}

.footer-contact {
    display: block;
    color: #fff !important;
    font-weight: 300
}

.footer-contact .caption {
    display: block
}

.footer-contact .caption-big {
    display: block;
    margin-top: 10px;
    font-size: calc(var(--font-24) - 2px);
    font-weight: 400;
    transition: color 0.3s
}

@media screen and (min-width: 1140px) {
    .footer-contact:hover .caption-big {
        color: var(--color-primary)
    }
}

.footer-social .caption {
    font-weight: 300;
    margin-bottom: 10px
}

.footer-social .social-icon {
    width: 50px;
    height: 50px
}

.footer-cols {
    display: flex;
    margin-bottom: calc(var(--space-60) + 10px)
}

.footer-col {
    width: 24%
}

.footer-col-1 {
    width: 26%
}

.footer-col-3 {
    width: 30%
}

.footer-col-4 {
    width: 26%;
    margin-left: auto
}

.footer-col-5 {
    width: 20%
}

.footer-col-1 .text {
    font-size: var(--font-24);
    line-height: 1.6
}

.footer-col-title {
    font-size: var(--font-24);
    margin-bottom: var(--space-60)
}

.footer-col-content-payments {
    display: flex;
    flex-wrap: wrap;
    margin: -14px 0
}

.footer-payment-item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 14px 0
}

.footer-payment-item img {
    display: block;
    max-width: 100%
}

.footer-col .text {
    font-weight: 300
}

.footer-col-content ul li a {
    font-size: 16px;
    line-height: 2.25;
    color: #fff;
    transition: color 0.3s;
    font-weight: 300
}

@media screen and (min-width: 1140px) {
    .footer-col-content ul li a:hover {
        color: var(--color-primary)
    }
}

.footer-bottom-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    padding: calc(var(--space-25) - 2px) 0;
    border-top: 1px solid rgb(255 255 255 / .2)
}

.newsletter-box {
    padding: calc(2 * var(--space-40)) 0;
    background: url(../images/newsletter-bg.webp) no-repeat center / cover;
    background-color: #F7F7F7;
    content-visibility: auto
}

footer {
    content-visibility: auto
}

.newsletter-box-inner {
    text-align: center
}

.newsletter-box-inner .section-title-lg {
    margin-bottom: 8px
}

.newsletter-box-inner .form-teaser {
    font-size: 20px;
    margin-bottom: calc(var(--space-50) + 4px)
}

.newsletter-box-input {
    position: relative
}

.newsletter-box-input .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 66px
}

.newsletter-box-input .btn i {
    font-size: 30px
}

.newsletter-box-input .form-control {
    height: 66px !important;
    border-radius: 50px !important;
    padding-left: var(--space-40) !important;
    background: #E7E7E7;
    border: 0 !important;
    font-size: 16px;
    color: rgb(0 0 0 / .5);
    font-weight: 400;
    padding-right: 74px !important
}

.newsletter-box-input .form-control::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: rgb(0 0 0 / .5);
    font-weight: 400
}

.newsletter-box-input .form-control-feedback {
    display: none
}

.newsletter-box-input .alert-block .error {
    color: var(--color-primary) !important;
    font-size: 14px;
    margin-top: 10px
}

.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / .1)
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both
}

.footer-bar-content > * {
    float: left
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px
}

.footer-bar-links a {
    color: inherit;
    font-size: 13px;
    transition: color 0.3s
}

.footer-bar-links a:hover {
    color: var(--color-primary)
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor
}

.copyright-undicom a img {
    filter: invert(1)
}

.form-control, .form .form-control {
    box-shadow: none;
    height: 46px;
    border-radius: 30px;
    padding: 6px 21px
}

.form .captcha-image-wrapper, .form .form-group-sm .captcha-image-wrapper, .form .form-group-lg .captcha-image-wrapper {
    border-radius: 23px;
    box-shadow: none
}

.form-element-select .form-control-feedback, .form-element-country .glyphicon {
    display: none
}

.form button.captcha-refresh {
    right: var(--row-gap);
    color: #e10121;
    border-radius: 0 23px 23px 0;
    background-color: #fff0;
    border: 0;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px
}

.form button.captcha-refresh .fa.fa-spin {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media screen and (min-width: 1140px) {
    .form button.captcha-refresh:hover {
        color: #fff;
        background-color: var(--color-primary)
    }

    .form button.captcha-refresh:hover .fa.fa-spin {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running
    }
}

.form-control-feedback {
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.select2-dropdown {
    z-index: 100;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single {
    height: 46px;
    border-color: rgb(0 0 0 / .2);
    border-radius: 30px;
    text-align: left;
    min-width: 265px;
    background-color: #fff;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 20px;
    font-size: 14px;
    padding-right: 44px;
    color: #000
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
    line-height: 44px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
    display: inline-block;
    float: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px
}

.has-feedback .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 68px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    transition: all 0.4s;
    right: 16px;
    color: #000;
    text-align: center;
    font-size: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    vertical-align: middle
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -moz-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    -o-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1)
}

.select2-container--default .select2-selection--single .select2-selection__arrow > b {
    display: none
}

.select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    padding: 6px 22px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary)
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi),(min-resolution: 1.25dppx) {
    .form-element-multiselectCheckbox .select2-results__option:not([role="group"]):not(.select2-results__message)::before {
        -webkit-background-size: 200px 20px !important;
        background-size: 200px 20px !important
    }
}

.map-point .custom-map-wrapper {
    position: relative
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: #fff0 url(../images/marker.png) no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important
}

.breadcrumb-container {
    margin: 20px 0
}

.about-top-inner .breadcrumb-container {
    margin-bottom: 12px
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: #fff0
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: rgb(0 0 0 / .6)
}

.about-top .breadcrumb > li {
    color: #fff
}

.about-top .breadcrumb > li a.last {
    color: #fff
}

.breadcrumb > li > a {
    font-size: 12px
}

.breadcrumb > li > a:not([href]), .breadcrumb > li > a:not(:hover) {
    color: inherit
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 12px;
    padding: 0 15px;
    color: inherit
}

.breadcrumb > li > a.last {
    color: #000
}

.breadcrumb > li > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 36px;
    transition: all 0.2s;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #E0DFDF;
    border-radius: 6px
}

@media screen and (min-width: 640px) {
    .breadcrumb > li:hover > ul {
        opacity: 1;
        pointer-events: initial
    }
}

.breadcrumb > li > ul > li + li {
    border-top: 1px solid #E0DFDF
}

.breadcrumb > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: inherit
}

@media screen and (min-width: 1140px) {
    .breadcrumb > li > ul > li > a:hover, .breadcrumb > li > ul > li > a:focus {
        color: var(--color-primary)
    }
}

.pagination-wrapper {
    max-width: initial;
    margin: 16px;
    border-top: 1px solid rgb(0 0 0 / .2);
    padding: calc(var(--space-50) + 5px) 0;
    margin-top: var(--space-40);
    position: relative;
    width: 100%
}

.pagination-wrapper ul {
    max-width: 716px;
    margin: 0 auto
}

.pagination-wrapper ul li a {
    color: #333;
    transition: color 0.4s
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    padding: 8px 10px
}

.pagination-wrapper ul li.active a {
    color: var(--color-primary)
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: var(--color-primary)
    }
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
    line-height: initial;
    display: inline-flex;
    transition: all 0.3s
}

.loader-spin {
    margin: 0 10px;
    font-size: 3px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0)
}

.btn .loader-spin {
    margin: 0 14px
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em
    }
}

.loader2 {
    width: 48px;
    height: 48px;
    border: 5px solid #e5e5e5;
    border-bottom-color: var(--color-primary);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotationLoader2 1s linear infinite
}

@keyframes rotationLoader2 {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.animIcon {
    position: relative;
    display: inline-block;
    width: 32px;
    padding: 0 !important
}

.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.animIcon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    transition: all .4s ease
}

.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg)
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg)
}

.animIcon.animIcon--hamburger span {
    top: 0;
    left: 0;
    transform-origin: left center
}

.animIcon.animIcon--hamburger span:nth-child(1) {
    margin-top: 20%
}

.animIcon.animIcon--hamburger span:nth-child(2) {
    margin-top: 50%
}

.animIcon.animIcon--hamburger span:nth-child(3) {
    margin-top: 80%
}

.animIcon.animIcon--hamburger.active span:nth-child(1) {
    margin-top: 15%;
    margin-left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animIcon.animIcon--hamburger.active span:nth-child(2) {
    opacity: 0;
    margin-top: 70%
}

.animIcon.animIcon--hamburger.active span:nth-child(3) {
    margin-top: 85%;
    margin-left: 15%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.logotypes {
    border-top: 1px solid rgb(0 0 0 / .1);
    height: 156px;
    padding: 28px 0
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle
}

.logotypes-slider-container {
    height: 100px
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto
}

.social-list > ul {
    font-size: 0
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 35px;
    height: 35px;
    margin: 0 -2px;
    transition: color 0.3s
}

.lang-button .langs-menu-icon {
    cursor: initial
}

@media screen and (min-width: 1140px) {
    .social-icon:hover {
        color: var(--color-primary)
    }
}

.rwdPanel .social-icon svg, .rwdPanel .social-icon svg path {
    fill: #000
}

.social-icon img {
    display: block
}

.social-icon .fa {
    font-size: 20px
}

.social-icon svg, .social-icon svg path {
    fill: currentColor
}

.langs-menu {
    position: relative;
    float: right;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001
}

.langs-menu ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    transition: all 0.3s;
    left: -8px;
    padding-top: 6px
}

.langs-menu ul::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    top: -24px;
    z-index: -1;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 18px -5px #000
}

.langs-menu.active, .langs-menu.active ul {
    opacity: 1
}

.langs-menu a {
    color: inherit;
    text-decoration: none;
    border-left: 1px solid rgb(0 0 0 / .1);
    border-right: 1px solid rgb(0 0 0 / .1);
    border-bottom: 1px solid rgb(0 0 0 / .1);
    padding: 8px
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.lang {
    display: flex;
    align-items: center;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color
}

.langs-menu ul .lang {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase
}

.langs-menu-short {
    display: none !important
}

.lang .langs-menu-long {
    display: none
}

.lang-button {
    cursor: pointer;
    position: relative;
    background: #fff0;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 46px;
    z-index: 1
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
    color: #fff
}

.langs-menu-icon img {
    max-width: 100%
}

@media screen and (min-width: 1140px) {
    a.lang:hover, a.lang:focus {
        color: #fff;
        background-color: var(--color-primary)
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px)
    }

    .langs-menu:focus-within .lang-button .arrow, .langs-menu:hover .lang-button .arrow, .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg)
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgb(0 0 0 / .1)
}

.langs-menu--list .lang-button, .langs-menu--list .langs-menu-short {
    display: none
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none
}

.langs-menu--list .lang {
    background: none
}

.langs-menu--list .langs-menu-icon {
    margin: 0
}

.article-content::after {
    content: "";
    display: table;
    clear: both
}

.article-content .section-title {
    margin-bottom: var(--space-25)
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px
}

.article-image img {
    max-width: 100%;
    border-radius: 25px;
    aspect-ratio: 1;
    object-fit: cover
}

.article-subtitle {
    padding-bottom: 30px
}

.article-date {
    font-weight: 700
}

.article-text {
    margin-bottom: 30px
}

.gallery {
    clear: both
}

.gallery-list {
    margin: -5px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.gallery-list-item {
    width: 25%;
    padding: 5px
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    border-radius: 25px;
    overflow: hidden
}

.gallery-picture > img {
    display: block;
    max-width: 100%
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: rgb(0 0 0 / .6);
    transition: opacity 0.3s
}

.gallery-icon {
    width: 65px;
    height: 65px;
    position: relative
}

.gallery-icon::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff
}

.gallery-icon::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1
    }
}

@media screen and (min-width: 1140px) {
    .page-list-aside .ui-widget.ui-widget-content {
        -webkit-transform: scaleY(33.3333%);
        -moz-transform: scaleY(33.3333%);
        -ms-transform: scaleY(33.3333%);
        -o-transform: scaleY(33.3333%);
        transform: scaleY(33.3333%)
    }

    .page-list-aside .ui-widget.ui-widget-content:hover, .page-list-aside .ui-widget.ui-widget-content:focus, .page-list-aside .ui-widget.ui-widget-content:focus-within {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .ui-slider .ui-slider-handle {
        opacity: 0;
        transition: opacity 0.2s
    }

    .ui-widget.ui-widget-content:hover .ui-slider-handle, .ui-widget.ui-widget-content:focus .ui-slider-handle, .ui-widget.ui-widget-content:focus-within .ui-slider-handle {
        opacity: 1
    }
}

.ui-slider .ui-slider-range {
    border-radius: 0;
    background-color: var(--color-primary)
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    border: none;
    height: 13px;
    width: 13px;
    background-color: var(--color-primary)
}

.ui-slider-horizontal .ui-slider-handle {
    top: -2px;
    left: -7px
}

.form-range .row + .row {
    margin-top: 15px
}

.valueFrom .input-label, .valueFrom .price-suffix, .valueTo .input-label, .valueTo .price-suffix {
    display: none
}

.valueFrom .from, .valueTo .to {
    height: 36px;
    width: 100%;
    border: 1px solid rgb(0 0 0 / .1);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Tenor Sans', sans-serif;
    color: var(--color-primary)
}

.valueTo:before {
    content: '-';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 33px;
    line-height: 36px
}

.form-range {
    background-color: #fff0;
    border: none
}

.ui-widget.ui-widget-content {
    border-radius: 0
}

.form-range {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px
}

.form-range .range-row {
    width: 100%
}

.form-range .col {
    width: 45%;
    margin-top: 10px
}

.section-title {
    font-size: var(--font-30);
    font-weight: 300;
    margin-bottom: var(--space-40)
}

.section-title-sm {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8
}

.section-title-md {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 600
}

.section-title-lg {
    font-size: var(--font-36);
    font-weight: 600
}

.section-title-xl {
    font-size: calc(var(--font-40) + 2px);
    font-weight: 300
}

.asidedPage {
    display: flex;
    width: 100%;
    position: relative
}

.aside {
    position: relative;
    width: 334px;
    flex-shrink: 0;
    pointer-events: auto;
    padding-bottom: var(--space-60);
    background-color: #fff
}

.aside-button {
    position: fixed;
    top: 173px;
    left: 0;
    font-size: 26px;
    background-color: var(--color-primary);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none
}

.aside-close {
    display: none
}

.aside .section-title-md {
    margin-bottom: var(--space-25);
    padding-left: 15px
}

.asided-content {
    position: absolute;
    top: 0;
    left: 0
}

.asidedPage-content {
    width: calc(100% - 334px);
    padding-left: calc(var(--space-50) + var(--space-40))
}

.aside-menu > ul > li ul {
    display: none
}

.aside-menu > ul > li.active ul {
    display: block
}

.aside-menu > ul > li > .menuList-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgb(0 0 0 / .2);
    padding: 0 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s
}

.aside-menu > ul > li:last-of-type > .menuList-group {
    border-bottom: 1px solid rgb(0 0 0 / .2)
}

.aside-menu > ul > li > .menuList-group > a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.6;
    min-height: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    transition: text-shadow 0.3s
}

.aside-menu > ul > li.slided > .menuList-group {
    background-color: #E0DFDF;
    border-radius: 30px;
    border-color: #fff0
}

.aside-menu > ul > li.slided + li > .menuList-group {
    border-color: #fff0
}

.aside-menu > ul > li:hover > .menuList-group {
    background-color: #E0DFDF;
    border-radius: 30px;
    border-color: #fff0
}

.aside-menu > ul > li:hover + li > .menuList-group {
    border-color: #fff0
}

.aside-menu > ul > li.slided > .menuList-group > a, .aside-menu > ul > li:hover > .menuList-group > a {
    text-shadow: 1px 0 #000
}

.aside-menu > ul > li.slided > .menuList-group .icon-wrapper i {
    transform: scale(-1)
}

.aside-menu > ul > li > .menuList-group .icon-wrapper {
    color: var(--color-primary);
    cursor: pointer
}

.aside-menu > ul > li > ul {
    background-color: #F7F7F7;
    padding: 16px calc(var(--space-25) + 5px);
    padding-top: calc(var(--space-40) - 6px);
    margin-top: -18px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.aside-menu > ul > li > ul > li > .menuList-group > a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    position: relative;
    display: block;
    transition: all 0.3s
}

.aside-menu > ul > li > ul > li > .menuList-group > a:hover {
    text-decoration: underline
}

.aside-menu > ul > li > ul > li.active > .menuList-group > a {
    font-weight: 700
}

.aside-menu > ul > li > ul > li > .menuList-group > a::before {
    content: "•";
    position: relative;
    display: inline-block;
    color: var(--color-primary);
    width: 10px;
    left: -5px;
    top: 2px;
    margin-left: 5px;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 17px
}

.heading-page .section-title-md {
    margin-bottom: 15px
}

.heading-description {
    margin-bottom: calc(var(--space-40) - 5px)
}

.form-element-text {
    font-size: 15px;
    margin-bottom: 10px;
    display: block
}

.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--space-50)
}

.filter-section-title {
    margin-bottom: 0 !important
}

.filter-section .form .form-element-name {
    margin-bottom: 10px
}

.filter-section .asidedPage-aside-section {
    flex-grow: 1
}

.shop-sort .form-element-text {
    font-weight: 700
}

.filter-form-buttons {
    display: flex;
    align-items: flex-end
}

.filter-form-buttons-inner {
    display: flex;
    align-items: center
}

.filter-form-content .form-element-text {
    margin-bottom: 0
}

.filter-form-content .form-group {
    margin-bottom: 10px
}

.header-mid-right {
    display: flex;
    align-items: center
}

.header-bottom-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px
}

.about-top-image {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.about-top-image .image-mobile {
    display: none
}

.about-top-image iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%
}

.rwdPanel-scrollLock header.rollup.sticky {
    top: 0 !important
}

.about-top-image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / .55)
}

.about-top-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-top {
    padding-bottom: calc(4 * var(--space-50) + 20px);
    margin-bottom: calc(2 * var(--space-40));
    position: relative;
    aspect-ratio: 16 / 6.5
}

.about-top .page-heading {
    margin-bottom: calc(2 * var(--space-40))
}

.about-top-inner {
    position: relative;
    z-index: 1
}

.about-top .page-heading {
    color: #fff
}

.about-title {
    color: #fff;
    font-size: calc(var(--font-36) + var(--font-30));
    font-weight: 300
}

.about-subtitle {
    font-size: var(--font-48);
    font-weight: 200;
    margin-bottom: var(--space-40);
    color: #fff
}

.about-top-inner .text {
    color: #fff;
    font-weight: 300;
    line-height: 2
}

.icon-list {
    margin: -10px;
    margin-bottom: calc(2 * var(--space-40))
}

.icon-item {
    min-width: 16.6666%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px
}

.icon-item .icon {
    margin-bottom: var(--space-25);
    max-width: 116px
}

.icon-item-title {
    font-size: calc(var(--font-48) + 2px);
    line-height: 1;
    font-weight: 300;
    margin-bottom: var(--space-40)
}

.icon-item-text {
    font-size: 15px;
    line-height: 1.7333;
    max-width: 240px
}

.about-page .description-collection-item:nth-child(odd) {
    flex-direction: row
}

.about-page .description-collection-item:nth-child(even) {
    flex-direction: row-reverse
}

.about-page .description-collection-item-content {
    padding: 15px calc(3 * var(--space-50) - 5px) !important
}

.description-collection {
    margin-bottom: var(--space-60)
}

.gallery-section {
    margin-bottom: calc(var(--space-60) + 10px)
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-60)
}

.contact-form-section {
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding-top: calc(var(--space-50) + 5px) !important;
    padding-bottom: calc(var(--space-60) + 5px);
    color: #fff;
    content-visibility: auto
}

.contact-form-section .form-teaser {
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px
}

.contact-form-section .form .form-control {
    background-color: rgb(255 255 255 / .7);
    border: 0;
    color: #000;
    font-weight: 300
}

.contact-form-section .form .form-control::placeholder {
    color: #000
}

.contact-form-section .form .alert-block .error {
    color: var(--color-primary) !important
}

.contact-form-section .has-error .form-control-feedback {
    color: var(--color-primary)
}

#contact-form .form-element-option-text {
    color: #fff
}

.contact-form-section .form textarea.form-control:not([rows]) {
    padding-top: 13px;
    padding-bottom: 13px
}

.contact-form-section .form .form-group-lg .captcha-image-wrapper {
    background-color: #fff
}

.contact-form .row-flex-center {
    margin-top: var(--space-25)
}

.section-news-big .news-list, .section-news-small .news-list {
    padding-bottom: 0
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px calc(-1 * (var(--space-25) + 5px));
    padding-bottom: calc(var(--space-50) + 5px);
    position: relative
}

.news {
    width: 33.3333%;
    padding: 15px calc(var(--space-25) + 5px);
    content-visibility: auto
}

.news-inner {
    position: relative
}

.news-image {
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: calc(var(--space-25) + 7px);
    position: relative
}

.news-image img {
    display: block;
    max-width: 100%;
    transform: scale(1);
    transition: transform 0.4s;
    border-radius: inherit;
}

.news-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px
}

@media screen and (min-width: 1140px) {
    .news-inner:hover .news-title {
        text-decoration: underline
    }

    .news-inner:hover .news-image img {
        transform: scale(1.045)
    }
}

.news-content .text {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical
}

.news-date {
    display: block;
    font-size: 15px;
    margin-bottom: 20px
}

.news-list-wrapper .pagination-wrapper {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.news-link {
    position: absolute;
    inset: 0;
    z-index: 1
}

.news-contact-form {
    background-image: url(../images/contact-form-bg.webp)
}

.ask-info {
    background: url(../images/newsletter-bg.webp) no-repeat center / cover;
    background-color: #F7F7F7;
    padding-top: var(--space-60);
    padding-bottom: calc(2 * var(--space-40) + 5px)
}

.ask-info-left {
    width: 60%
}

.ask-info-right {
    width: 40%
}

.ask-info-inner {
    display: flex;
    align-items: flex-start;
    gap: var(--space-40)
}

.ask-title {
    font-size: var(--font-36);
    font-weight: 300
}

.ask-teaser {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 10px;
    margin-bottom: var(--space-25)
}

.ask-info-contact {
    display: flex;
    align-items: center;
    gap: calc(var(--space-25) + 5px);
    font-size: 20px;
    color: #000;
    transition: color 0.3s
}

.ask-info-contact + .ask-info-contact {
    margin-top: 10px
}

.ask-info-contact .icon-wrapper {
    width: 62px;
    height: 62px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    flex-shrink: 0
}

.ask-info + .container .description-collection {
    margin-top: calc(2 * var(--space-50))
}

.shop-product-params {
    background: #F7F7F7;
    padding-top: var(--space-60);
    padding-bottom: calc(var(--space-60) + 10px);
    margin-top: var(--space-50)
}

.shop-product-params-table td {
    font-size: 16px;
    font-weight: 600;
    padding: 18px calc(var(--space-25) + 5px) !important;
    border: 0 !important;
    width: 50%
}

.shop-product-params-table td:last-of-type {
    font-weight: 400
}

.shop-product-params-table tr:nth-of-type(odd) {
    background-color: #fff !important
}

.params-teaser {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: var(--space-50)
}

.contact-items {
    margin-bottom: var(--space-60)
}

.contact-item {
    display: flex;
    gap: calc(var(--space-50) + var(--space-25) - 5px)
}

.contact-collection {
    display: flex;
    margin: -5px
}

.contact-collection-item {
    width: 33.3333%;
    padding: 5px
}

.contact-item + .contact-item {
    margin-top: var(--space-60);
    padding-top: var(--space-60);
    border-top: 1px solid rgb(0 0 0 / .2)
}

.contact-item-image {
    width: 26.5%
}

.contact-item-image img {
    display: block;
    max-width: 100%
}

.contact-item-content {
    width: 72.5%
}

.contact-item-title {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 600;
    margin-bottom: var(--space-40)
}

.contact-collection-item-image {
    width: 55px
}

.contact-collection-item-image img {
    display: block;
    max-width: 100%
}

.contact-collection-item-title {
    font-size: 20px;
    font-weight: 600
}

.contact-collection-item-text {
    font-size: 16px;
    line-height: 2
}

.contact-collection-item-header {
    display: flex;
    margin-bottom: var(--space-25);
    align-items: center;
    gap: 5px
}

.contact-collection-item a:not(.btn) {
    color: #000;
    transition: color 0.3s
}

.contact-collection-item a:not(.btn):hover {
    color: var(--color-primary)
}

.input-group-addon {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px
}

.login-form .btn {
    width: 100%
}

.btn.btn-link {
    color: #000;
    font-size: 15px;
    transition: color 0.3s
}

.btn.btn-link:hover {
    color: var(--color-primary)
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #000
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #000
}

.btn .fa-search {
    font-size: 14px;
    margin-right: 6px
}

.ask-info .btn {
    min-width: 190px
}

.password-reset-form-container .controls.captcha-container .col-sm-4, .newsletter-modal-form .controls.captcha-container .col-sm-4 {
    width: 50%
}

.main-slider.swiper {
    overflow: initial;
    margin-bottom: calc(4 * var(--space-50) - 10px);
    position: relative
}

.main-slider-arrows .btn-prev {
    position: absolute;
    z-index: 999;
    left: var(--space-40);
    top: 50%;
    transform: translateY(-50%)
}

.main-slider-arrows .btn-next {
    position: absolute;
    z-index: 999;
    right: var(--space-40);
    top: 50%;
    transform: translateY(-50%)
}

.main-slider-arrows .btn {
    width: 55px;
    height: 55px
}

.main-slide {
    position: relative;
    height: initial;
    background-color: #fff
}

.main-slide-image {
    position: relative
}

.main-slide-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / .15);
    z-index: 0
}

.main-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1905/855;
    min-height: 700px;
    object-fit: cover
}

.main-slide-content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff
}

.slider-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: var(--space-25);
    text-align: center
}

.main-slide-content-right .btn-row {
    display: flex;
    justify-content: center
}

.main-slide-content-inner {
    display: flex
}

.main-slide-content-image img {
    display: block;
    max-width: 100%
}

.main-slide-content-right {
    width: 66%;
    padding-left: calc(5 * var(--space-50) - 5px);
    margin-top: var(--space-50)
}

.main-slide-content-right .text {
    font-size: 15px;
    font-weight: 300;
    text-align: center
}

.main-slide-content-image {
    width: 34%;
    opacity: 0;
    transition: opacity 0.1s
}

.main-slide.swiper-slide-active .main-slide-content-image {
    opacity: 1
}

.main-slider .swiper-pagination {
    bottom: var(--space-50);
    width: initial;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%)
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    transition: all 0.3s;
    background-color: #ddd
}

.swiper-pagination-bullet:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px
}

.text-image {
    margin-bottom: calc(2 * var(--space-60))
}

.text-image-inner {
    display: flex
}

.text-image-inner.center {
    align-items: center
}

.text-image-title {
    font-size: calc(var(--font-40) + 2px);
    line-height: 1.309;
    font-weight: 600
}

.section-subtitle {
    font-size: var(--font-36);
    font-weight: 200;
    margin-bottom: calc(var(--space-40) - 5px)
}

.text-image-content .text {
    padding-right: var(--space-60)
}

.text-image-content .text::-webkit-scrollbar {
    width: 6px;
    background-color: #EFEFEF
}

.text-image-content .text::-webkit-scrollbar-thumb {
    background-color: var(--color-primary)
}

.text-image-content {
    width: 41%
}

.text-image-photo {
    position: relative;
    padding-left: var(--space-60);
    margin-right: min(calc(-1 * var(--container-padding)), calc((1655px - 100dvw) / 2));
    width: max(calc(59% + var(--container-padding)), calc(59% + ((100dvw - 1655px) / 2)))
}

.text-image-photo img {
    display: block;
    max-width: 100%
}

.text-image-photo-inner {
    position: relative
}

.mainIcons-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--space-25)) calc(-1 * var(--space-60))
}

.mainIcon {
    width: 33.3333%;
    display: flex;
    gap: var(--space-25);
    padding: var(--space-25) var(--space-60)
}

.mainIcon-icon {
    width: 26%
}

.mainIcon-content {
    width: 74%
}

.mainIcon-icon img {
    display: block;
    max-width: 100%
}

.mainIcons-section {
    margin-bottom: var(--space-60)
}

.mainIcons-section + .section-boxes {
    margin-top: calc(2 * var(--space-50))
}

.mainIcon-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.boxes-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px
}

.section-boxes {
    padding-bottom: var(--space-60)
}

.box {
    width: 50%;
    padding: 10px 5px;
    position: relative;
    display: flex;
    flex-direction: column
}

.box .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-color: #000;
    color: #000
}

@media screen and (min-width: 1140px) {
    .box .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff
    }
}

.box .section-title-sm {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    padding-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
    text-align: center
}

.box-image {
    flex-grow: 1;
    background-color: #F7F7F7;
    position: relative;
    display: block
}

.box-image img {
    display: block;
    max-width: 100%
}

.box-image-inner {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    aspect-ratio: 2/1;
    background-size: cover;
    background-position: center
}

.box-content {
    padding: var(--container-padding);
    padding-bottom: calc(2 * var(--space-50) + 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.shop-category-sections > * {
    margin: 0 !important;
    padding: var(--space-60) 0
}

.section-titleOnBg {
    padding-bottom: 0;
    padding-top: 0
}

.box-content .text {
    max-width: 600px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: calc(var(--space-25) + 5px);
    text-align: left
}

.shop-product-slider-wrapper {
    padding-bottom: calc(2 * var(--space-40));
    padding-top: var(--space-50);
    background-color: #F7F7F7;
    margin-bottom: var(--space-60)
}

.shop-product-slider-wrapper .section-header {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center
}

.mainCategories {
    padding: var(--space-60) 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: var(--space-60)
}

.shop-product-slider-wrapper + .mainCategories {
    margin-top: calc(-1 * var(--space-60))
}

.mainCategories-image {
    background: #F7F7F7;
    position: absolute;
    inset: 0;
    z-index: -1
}

.mainCategories-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mainCategories-list {
    display: flex;
    flex-wrap: wrap
}

.mainCategories-item {
    width: 25%
}

.mainCategories-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: calc(var(--space-25) + 7px)
}

.mainCategories-item-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    transition: color 0.3s;
    gap: var(--space-25)
}

@media screen and (min-width: 1140px) {
    .mainCategories-item-link:hover {
        color: var(--color-primary)
    }
}

.mainCategories-item-link + .mainCategories-item-link {
    margin-top: 20px
}

.mainCategories-item-link .icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: -12px
}

.mainCategories-item-link .icon img {
    display: block;
    max-width: 100%;
    filter: invert(1) brightness(100)
}

.mainCategories .section-title-lg {
    text-align: center;
    margin-bottom: var(--space-40)
}

.section-news-small .news {
    width: 50%
}

.section-news-small .news-inner {
    display: flex
}

.section-news-small .news-image {
    width: 40%
}

.section-news-small .news-content {
    width: 60%;
    padding-left: var(--space-50)
}

.section-news-small .news-content .text {
    -webkit-line-clamp: 5;
    line-clamp: 5
}

.section-news-small .news-list {
    display: block
}

.section-news-small .swiper-grid-column > .swiper-wrapper {
    flex-direction: initial
}

.section-news-small {
    padding-bottom: var(--space-40);
    padding-top: var(--space-50);
    margin-bottom: var(--space-50)
}

.section-news-big {
    margin-bottom: calc(2 * var(--space-40))
}

.mainCategories + .section-news-small {
    margin-top: calc(-1 * var(--space-60))
}

.container-custom {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1840px
}

.news-list-wrapper {
    position: relative
}

.product-label img {
    margin-top: 10px
}

.news-list-wrapper .slider-arrows .btn.prev {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: -75px
}

.news-list-wrapper .slider-arrows .btn.next {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    right: -75px
}

.news-category-list {
    margin-bottom: var(--space-50);
    display: flex;
    flex-wrap: wrap;
    gap: 10px calc(var(--space-60) + 10px)
}

.news-category {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    transition: color 0.3s
}

.news-category.active {
    color: var(--color-primary)
}

@media screen and (min-width: 1140px) {
    .news-category:hover {
        color: var(--color-primary)
    }
}

.news .categories {
    position: absolute;
    right: -2px;
    z-index: 999;
    top: 20px;
    display: flex;
    writing-mode: vertical-lr
}

.news .category {
    padding: calc(var(--space-25) + 3px) 6px;
    min-height: 120px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/label-bg.png) no-repeat center / 100% 100%;
    display: flex;
    justify-content: center
}

.news .category .caption {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px
}

.panel-page .login-form .btn {
    width: initial
}

.article-image .categories {
    position: absolute;
    right: -1px;
    z-index: 999;
    top: 20px;
    display: flex;
    writing-mode: vertical-lr
}

.article-image .category {
    padding: calc(var(--space-25) + 3px) 6px;
    min-height: 120px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000 !important;
    text-align: center;
    background: url(../images/label-bg.png) no-repeat center / 100% 100%;
    display: block
}

.section-news .section-header {
    display: flex;
    align-items: center;
    justify-content: center
}

.shop-manufacturer-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
    padding-bottom: var(--space-60)
}

.shop-manufacturer-box {
    width: 25%;
    padding: 12px
}

.shop-manufacturer-box-inner {
    border: 1px solid rgb(0 0 0 / .1);
    padding: var(--space-25) 15px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.manufacturer-title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.manufacturer-image img {
    display: block;
    max-width: 100%
}

.mainpage #content > .container .alert-container {
    position: absolute;
    top: 190px;
    right: max(calc((100dvw - 1662px) / 2), var(--container-padding));
    left: max(calc((100dvw - 1662px) / 2), var(--container-padding));
    z-index: 99
}

.payment-channels {
    margin-top: 20px
}

.payment-channel {
    transition: border-color 0.3s;
    cursor: pointer;
    width: 100%;
    min-height: 120px
}

.payment-channel.active {
    border-color: var(--color-primary)
}

.payment-channel:hover {
    border-color: var(--color-primary)
}

.textImage {
    display: flex
}

.textImage-image {
    width: 50%
}

.textImage-content {
    width: 50%;
    padding-left: var(--space-60);
    padding-top: var(--space-50);
    padding-right: max(calc((100dvw - 1640px) / 2), var(--container-padding))
}

.textImage-content.textImage-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.textImage:nth-child(even) {
    flex-direction: row-reverse
}

.textImage:nth-child(even) .textImage-content {
    padding-left: max(calc((100dvw - 1640px) / 2), var(--container-padding));
    padding-right: var(--space-60)
}

@media screen and (min-width: 1921px) {
    .textImage-section {
        max-width: 1920px;
        margin: 0 auto
    }

    .textImage-content {
        padding-right: var(--space-60)
    }

    .textImage:nth-child(even) .textImage-content {
        padding-left: var(--space-60)
    }
}

.textImage-image img {
    display: block;
    max-width: 100%
}

.textImage-title {
    font-size: var(--font-30);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

.mainpage .textImage-title {
    text-align: center
}

.textImage-section {
    margin-bottom: var(--space-60)
}

.about-page .contact-form-section + .textImage-section {
    margin-top: calc(2 * var(--space-40))
}

.about-page .contact-form-section + .icons-section {
    margin-top: calc(2 * var(--space-40))
}

.textImage-text {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: calc(var(--space-25) - 5px)
}

.shop-product-info-bottom-text {
    font-size: 14px;
    margin-right: 2px
}

.shop-product-info-bottom-text span {
    font-family: inherit !important
}

.input-paginator {
    display: flex;
    border-top: 0;
    margin: 0;
    padding: 0;
    width: initial;
    align-items: center;
    gap: 10px
}

.input-paginator .pagination-form {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px
}

.input-paginator .pagination-form .form-control {
    width: 86px
}

.page-count {
    white-space: nowrap
}

.faq-item + .faq-item {
    margin-top: 10px
}

.faq-item-heading {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 11px 10px var(--space-25);
    border-radius: 6px;
    border: 1px solid rgb(0 0 0 / .1);
    cursor: pointer;
    transition: color 0.3s;
    background-color: #fff
}

.faq-title {
    font-size: 15px;
    font-weight: 700
}

.section-faq {
    margin-bottom: var(--space-60)
}

.faq-toggle {
    flex-shrink: 0
}

.faq-item-heading.active .faq-toggle {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important
}

.faq-item-heading.active .faq-toggle i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #fff;
    transition: color 0.3s
}

.faq-item-heading.active {
    color: var(--color-primary)
}

@media screen and (min-width: 1140px) {
    .faq-toggle:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary)
    }

    .faq-item-heading:hover {
        color: var(--color-primary)
    }
}

.faq-content {
    padding: var(--space-25) 0;
    padding-bottom: calc(var(--space-25) + 9px);
    display: none
}

.text + .description-collection-item {
    margin-top: var(--space-50)
}

@media screen and (min-width: 1140px) {
    .offer-menu-list-wrapper .hide-desktop {
        display: none !important
    }
}

.form-group h2 {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 300;
    margin-bottom: 10px
}

.easy-protect-label {
    position: absolute;
    text-align: center;
    top: 10px;
    left: 10px;
    pointer-events: none;
    max-width: 20%;
    color: #fff;
    z-index: 2
}

.easy-protect-label-text {
    padding: 7px 16px;
    border-radius: 14px;
    line-height: 1.3;
    min-width: 108px
}

.easy-protect-label img {
    display: block;
    max-width: 100%
}

.shop-product-linked-categories {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7
}

.shop-product-linked-categories a {
    color: #000;
    transition: color 0.3s;
    font-weight: 600
}

.shop-product-linked-categories a:hover {
    color: var(--color-primary)
}

.mainCategories-list-top {
    padding-bottom: 20px
}

.mainCategories-list-bottom {
    display: none;
    padding-bottom: 20px
}

.mainCategories-list-rwd {
    display: none
}

.see-more {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff
}

.see-more i {
    transition: transform 0.3s
}

.see-more.active i {
    transform: scaleY(-1)
}

.see-more .caption-less {
    display: none
}

.see-more.active .caption-more {
    display: none
}

.see-more.active .caption-less {
    display: block
}

.product-photo .swiper-pagination {
    display: none
}

.product-photo .swiper-pagination .swiper-pagination-bullet {
    border: 0
}

@media print {
    body {
        margin: 0;
        padding: 0
    }

    .header-top {
        display: none
    }

    .container {
        margin: 0;
        padding: 0
    }

    #page {
        margin: 0 !important;
        padding: 0 !important
    }

    header {
        position: static;
        margin-bottom: 0px !important
    }

    .header-mid {
        padding-top: 0;
        padding-bottom: 15px;
        position: static
    }

    .header-mid-inner > *:not(.logo) {
        display: none
    }

    footer, .rwdPanel, .heading-breadcrumb, .shop-product-offer-box-actions, .shop-product-offer-box-actions-bottom, .shop-product-info-bottom, .row-flex-center, .btn, .shop-product-slider-wrapper, .shop-product-linked-categories, .shop-product-info, .shop-product-info-bottom, .shop-product-info-bottom-text, .text img, .product-nav-slider-wrapper, #callpageWrapper, .header-info, #cookiescript_badge {
        display: none !important
    }

    .shop-product-view-top {
        display: block
    }

    #content {
        padding-top: 0 !important
    }

    .product-photo {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .shop-product-view-under-title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .shop-product-price {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .mt-25, .my-25 {
        margin-top: 15px;
    }

    .shop-product-view-top-content {
        width: 100%;
        padding-left: 0 !important
    }

    a:after {
        content: '';
        display: none !important
    }

    .logo {
        max-width: 180px
    }

    .logo a {
        font-size: 0
    }

    .shop-product-view-top-content {
        padding-left: 30px
    }

    .section-title-md {
        font-size: 20px
    }

    .shop-product-price .price-net .price:not(.price-old) {
        font-size: 24px
    }

    .shop-product-price .price-gross .price:not(.price-old) {
        font-size: 18px
    }

    .shop-product-price .price-box .caption {
        width: 100%
    }

    .shop-product-info {
        padding: 0;
        display: block
    }

    .shop-product-info-right {
        margin-top: 15px
    }

    .shop-product-view-top .section-title-md {
        margin-bottom: 15px
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .text {
        font-size: 12px;
    }

    .contact-form-section-product {
        display: none !important;
    }

    .shop-product-view-top {
        margin-bottom: 30px
    }

    .product-slider-top .product-slide {
        display: none;
        width: 100% !important;
        height: initial !important;
        flex-shrink: initial !important
    }

    .product-slider-top .product-slide:first-of-type {
        display: block
    }

    .product-slider-top {
        transform: none !important;
        width: initial !important
    }

    .product-slide-image img {
        max-height: 100%
    }

    .product-nav-slider-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .product-nav-slider .product-slide {
        width: 25% !important
    }

    .description-collection-item {
        display: block
    }

    .description-collection-item-image {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px
    }

    .description-collection-item-content {
        width: 100%;
        padding: 0 !important
    }

    .shop-product-params-table table tr {
        border-bottom: 1px solid rgb(0 0 0 / .1)
    }

    .shop-product-params {
        background: #fff;
        padding: 0
    }

    .shop-product-params-table td {
        padding: 14px 22px !important
    }

    .product-nav-slider .product-slide.swiper-slide-thumb-active .product-slide-inner {
        border-color: rgb(0 0 0 / .2)
    }

    .text iframe {
        display: none !important
    }
}

.categorybox-list {
    margin: -12px;
    font-size: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center
}

.heading-page .categorybox-list {
    justify-content: flex-start
}

.categorybox-list .item-wrapper {
    display: flex;
    align-items: stretch;
    vertical-align: top;
    width: calc(100% / 6);
    padding: 12px;
    font-size: 1rem
}

.search-boxes.categorybox-list .item-wrapper {
    width: calc(100% / 7)
}

.categorybox {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 15px 13% 0 13%;
    text-align: center;
    color: #000;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 25px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.categorybox:hover, .categorybox:focus {
    color: #000
}

.categorybox:before, .categorybox:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    background-color: gray;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.categorybox:before {
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 3px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.categorybox:after {
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 3px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.categorybox-img {
    position: relative;
    padding-bottom: 100%
}

.categorybox-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.categorybox-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 15px;
    margin-top: 5px;
    word-break: break-word
}

.categorybox-content > * {
    display: table-cell;
    vertical-align: middle
}

.categorybox .title-base {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s
}

@media screen and (min-width: 1140px) {
    .categorybox[href]:hover {
        border-color: #000
    }

    .categorybox[href]:hover .categorybox-img img {
        filter: none;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.03);
        transform: translate3d(-50%, -50%, 0) scale(1.03)
    }
}

@media screen and (max-width: 1600px) {
    .categorybox-list .item-wrapper {
        width: calc(100% / 5)
    }
}

@media screen and (max-width: 1440px) {
    .categorybox {
        padding: 8% 9% 0 9%
    }

    .categorybox-content {
        padding: 20px 0
    }

    .categorybox-list {
        margin: -8px
    }

    .categorybox-list .item-wrapper {
        padding: 8px
    }
}

@media screen and (max-width: 1280px) {
    .search-boxes.categorybox-list .item-wrapper {
        width: calc(100% / 6)
    }
}

@media screen and (max-width: 1200px) {
    .categorybox-list .item-wrapper {
        width: calc(100% / 4)
    }
}

@media screen and (max-width: 1139px) {
    .categorybox-list .item-wrapper, .search-boxes.categorybox-list .item-wrapper {
        width: calc(100% / 5)
    }
}

@media screen and (max-width: 1024px) {
    .categorybox-list .item-wrapper, .search-boxes.categorybox-list .item-wrapper {
        width: calc(100% / 4)
    }
}

@media screen and (max-width: 767px) {
    .categorybox-list .item-wrapper, .search-boxes.categorybox-list .item-wrapper {
        width: calc(100% / 3)
    }
}

@media screen and (max-width: 560px) {
    .categorybox-list .item-wrapper, .search-boxes.categorybox-list .item-wrapper {
        width: calc(100% / 2)
    }

    .categorybox-list {
        margin: -4px
    }

    .categorybox-list .item-wrapper {
        padding: 4px
    }

    .categorybox-content {
        padding: 10px 0;
        margin-top: 0
    }
}

@media screen and (max-width: 460px) {
    .categorybox {
        padding: 10px 10px 0 10px
    }
}

@media screen and (max-width: 420px) {
    .categorybox .title-base {
        font-size: 11px;
        line-height: 16px
    }
}

@media screen and (min-width: 1140px) {
    .search-group .shop-product-box {
        width: 25%
    }
}

@media screen and (min-width: 1401px) {
    .search-group .shop-product-box {
        width: 20%
    }
}

.custom-popup {
    width: 760px;
    padding: 0;
    overflow-x: hidden
}

.custom-popup h2,
.custom-popup > p {
    background-color: #F0F0F0;
    padding: 15px;
    font-size: 24px;
    font-weight: 300
}

.fancybox-close-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff0;
    border: 2px solid #000;
    text-shadow: none !important;
    color: #000;
    opacity: 1;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px
}

.fancybox-close-small:after {
    width: initial;
    height: initial;
    position: static;
    color: inherit !important
}

.fancybox-close-small:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.fancybox-close-small:after {
    background-color: transparent !important
}

.custom-popup .text {
    padding: 15px
}

.delivery-options {
    padding: 25px 15px
}

.delivery-option {
    display: flex;
    justify-content: space-between
}

.delivery-option + .delivery-option {
    margin-top: 10px
}

.shop-method-price-value {
    font-weight: 700
}

.grid-actions .btn {
    background-color: #000
}

.grid-actions .btn:hover {
    color: #000
}

.userpanel-container.order-history-container .panel-radius {
    border-radius: 23px
}

.easy-protect-wrapper .btn.btn-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 16px;
    text-decoration: none !important;
    padding: 0
}

.easy-protect-wrapper .btn.btn-link::after {
    content: '>';
    padding-left: 8px
}

.swiper-button-disabled.swiper-button-lock {
    display: none
}

.basket-summary.summary-box-borderless {
    margin-bottom: 20px
}

.basket-summary.basket-summary-total {
    margin-bottom: 20px
}

.submenu-logout {
    font-size: 16px;
    line-height: 26px;
    display: block;
    letter-spacing: 0;
    padding: 12px 50px 11px var(--container-padding);
    border-bottom: 1px solid rgb(0 0 0 / .1);
    color: #000
}

.submenu-logout:hover {
    background-color: #000;
    color: #fff
}

.text .product-title {
    line-height: 1.6;
    font-weight: 400
}

.textImage-content .btn {
    margin-bottom: var(--space-40)
}

.text-image-video > div {
    aspect-ratio: 16/9;
    overflow: hidden
}

.text-image-video iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
    pointer-events: none
}

.header-info {
    background-color: var(--color-primary);
    color: #fff;
    position: relative;
    transition: margin-top 0.3s
}

.header-info-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    position: relative;
    padding-right: 30px
}

.header-info-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    transition: color 0.3s
}

.header-info-close:hover {
    color: var(--color-secondary)
}

.header-info-close svg {
    display: flex
}

.header-info-close .icon {
    margin-right: 0 !important
}

.header-info-inner .icon {
    margin-right: 10px
}

.header-info-inner .caption {
    font-weight: 300;
    font-size: 15px;
    padding-right: var(--space-25);
    line-height: 1.2
}

.header-info-inner .btn {
    height: 36px;
    font-size: 12px;
    min-width: 151px;
    font-weight: 300;
    padding: 6px var(--space-25)
}

.header-info-inner .btn:hover {
    background-color: #fff;
    color: var(--color-primary)
}

header.has-popup-top .header-mid {
    top: 121px
}

header.sticky .header-info {
    margin-top: -50px
}

.product-slider-bottom {
    display: flex;
    justify-content: center;
    margin-top: var(--space-40)
}

.product-video .btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1
}

.product-slider-top-section {
    position: relative
}

.product-video-wrapper {
    background-color: #fff0
}

.product-video-wrapper .fancybox-close-small {
    z-index: 2;
    border-color: #fff;
    color: var(--color-primary);
    background-color: #fff;
    top: 10px;
    right: 10px
}

@media screen and (min-width: 1140px) {
    .product-video-wrapper .fancybox-close-small:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff
    }
}

.product-video-wrapper iframe {
    display: flex;
    max-width: 100%
}

.product-video .btn {
    background-color: #000;
    color: #fff
}

.product-video .btn .icon {
    width: 35px;
    height: 35px;
    margin: -11px
}

.product-video .btn .icon svg path {
    fill: #fff;
    transition: fill 0.3s
}

.product-video .btn:hover .icon svg path {
    fill: #000
}

.product-video .btn:hover {
    background-color: #fff;
    color: #000
}

.form-control.fullName2 {
    display: none !important
}

.faq-content p {
    margin-bottom: 0
}

.faq-section {
    margin-bottom: var(--space-60)
}

.text-long {
    display: none
}

.text-section {
    margin-bottom: var(--space-60)
}

.text-section .text p:last-child {
    margin-bottom: 0
}

.text-section .read-more {
    float: right;
    margin-top: 12px
}

.read-more .less {
    display: none
}

.read-more.active .less {
    display: block
}

.read-more.active .more {
    display: none
}

.section-gallery {
    margin-bottom: var(--space-60)
}

.section-tiles {
    margin-bottom: var(--space-60)
}

.section-textForm {
    padding: var(--space-60) 0
}

.textForm-inner {
    display: flex
}

.textForm-inner.textPosition-right {
    flex-direction: row-reverse
}

.textForm-text {
    padding-right: calc(var(--space-60) / 2)
}

.textForm-text.textCenter {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.textForm-form {
    position: relative;
    background-color: #F7F7F7
}

.textForm-form > .contact-form-container {
    padding-top: calc(var(--space-60) / 2);
    padding-bottom: calc(var(--space-60) / 2);
    padding-left: calc(var(--space-60) / 2);
    padding-right: calc(var(--space-60) / 2)
}

.textForm-inner.textPosition-right .textForm-text {
    padding-right: 0;
    padding-left: calc(var(--space-60) / 2)
}

.textForm-inner.width-50 .textForm-text {
    width: 50%
}

.textForm-inner.width-50 .textForm-form {
    width: 50%
}

.textForm-inner.width-75 .textForm-text {
    width: 73%
}

.textForm-inner.width-75 .textForm-form {
    width: 27%
}

.textForm-inner .form-group.form-group-lg {
    width: 100%
}

.textForm-inner .form-element-option-text {
    color: #000 !important
}

.textForm-inner .section-header {
    margin-bottom: var(--space-25)
}

.contact-form-section .form-element-option-text {
    color: #fff
}

.gallery-list-slider-wrapper {
    position: relative;
    padding: 0 14px
}

.mainIcons-list-wrapper {
    position: relative;
    padding: 0 60px
}

.gallery-list-slider-wrapper .slider-arrows .btn.prev, .mainIcons-list-wrapper .slider-arrows .btn.prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 9
}

.gallery-list-slider-wrapper .slider-arrows .btn.next, .mainIcons-list-wrapper .slider-arrows .btn.next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    z-index: 9
}

.noTop #content {
    padding-top: 0 !important
}

.section-titleOnBg .about-top {
    padding-top: var(--space-50);
    padding-bottom: calc(3 * var(--space-50));
    margin-bottom: 0
}

.section-titleOnBg .about-top {
    aspect-ratio: 16 / 4.333
}

.section-titleOnBg .about-top-image iframe {
    height: 120%
}

.icon-list .swiper-wrapper {
    justify-content: center
}

.more-categories {
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px
}

.aside-menu > ul {
    display: flex;
    flex-direction: column
}

.aside-menu > ul > li {
    order: 2
}

.aside-menu > ul > li.active {
    order: 0
}

.aside-menu .more-categories {
    order: 1
}

.gallery-picture-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    padding: 12px 20px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.contact-form-section + .faq-section {
    margin-top: var(--space-60)
}

.faq-content .text h2, .faq-content .text h3, .faq-content .text h4, .faq-content .text h5 {
    margin-top: 25px
}

.faq-content .text p + p {
    margin-top: 25px
}

.text-image-inner .text ul li + li {
    margin-top: 15px
}

.about-top .categories {
    display: flex;
    gap: 10px;
    margin-top: 15px
}

.about-top .category {
    padding: 6px calc(var(--space-25) + 3px);
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center
}

.modal-basket-slider .product-container .product-image {
    margin-top: 10px;
    margin-bottom: 10px
}

.modal-basket-slider .product-title {
    margin-bottom: 10px
}

.modal-basket-slider .product-container {
    padding: 15px
}

.modal-product-slider {
    margin: -16px
}

.modal-slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px
}

.shop-product-variants-header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.about-date {
    display: block;
    font-size: 22px;
    margin-bottom: 12px
}

.news-page-content.has-vertical-image {
    display: none
}

.shop-product-variants-container .form-control-feedback {
    display: none
}

.news-top-wrapper .about-title {
    line-height: 1.15;
    font-size: calc(var(--font-30) + var(--font-30));
    margin-bottom: 40px
}

section.grey {
    background-color: #f7f7f7
}

.shop-product-slider-wrapper.white {
    background-color: #fff
}

.asidedPage-heading {
    display: flex;
    justify-content: space-between
}

.sort-wrapper {
    margin-bottom: var(--space-50);
    display: flex;
    justify-content: flex-end;
    padding: 0 8px
}

.text-image-content-top {
    text-align: center
}

.text-image-content .btn-row {
    display: flex;
    justify-content: center
}

.textImage .btn-row {
    display: flex;
    justify-content: center
}

.shop-product-offer-box-actions-sticky {
    display: none;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 12px var(--container-padding);
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgb(0 0 0 / .2)
}

.shop-product-offer-box-actions-sticky .shop-product-price .price-net {
    width: initial;
    display: block
}

.shop-product-offer-box-actions-sticky .shop-product-price {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media screen and (min-width: 901px) {
    .shop-product-offer-box-actions-sticky {
        display: none !important
    }
}

.shop-product-offer-box-actions-sticky.show-footer {
    display: flex
}

.shop-product-offer-box-actions-sticky .shop-quantity-box {
    max-width: 130px
}

.shop-product-offer-box-actions-sticky .btn {
    flex-grow: 1;
    justify-content: center !important
}

.contact-form-section-product {
    background-image: url(../images/form-bg.webp)
}

.rwdAccount {
    display: none
}

.shop-manufacturer-box .manufacturer-image {
    margin-bottom: 15px
}

.shop-manufacturer-box .manufacturer-image img {
    margin: 0 auto
}

.row .col-xs-12 .summary-box {
    height: 100%
}

.order-summary-items + .row {
    margin-bottom: 20px
}

.order-summary-data + .order-summary-items {
    margin-top: 20px
}


.about-top + .container.container-md {
    margin-top: var(--space-60);
}

.text-image-photo-inner{
    display: flex;
    justify-content: center;
    margin-bottom: var(--space-50);
    margin-top: var(--space-50);
    position: relative;
}

.text-image-link{
    position: absolute;
    inset: 0;
}

.text-image-photo-inner img {
    display: block;
    max-width: 100%;
}

.article-contents{
    padding: var(--space-25);
    margin-bottom: var(--space-40);
    background: #F7F7F7;
    border-radius: 30px;
}

.article-contents ol {
    margin: 0;
    margin-left: -20px;
}

.article-contents ol li{
    font-weight: 700;
    line-height: 1.65;
    font-size: 14px;
}

.article-contents ol li + li{
    margin-top: 8px;
}

.article-contents ol li a {
    color: #000;

    transition: color 0.3s;
}

@media screen and (min-width: 1140px){
    .article-contents ol li a:hover {
        color: var(--color-primary);
    }
}

.article-contents-title{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 15px;
}

.article-content .article-contents{
    width: 46%;
    margin-right: 0;
    margin-left: auto;
}

.article-content .article-contents ol {
    display: flex;
    flex-direction: column;
}

.article-content .article-contents{

    margin-bottom: var(--space-25);
}

.shop-product-archive .product-slide-image img,
.shop-product-archive .product-slide-inner img {
    opacity: 50%;
}

/*
Popup koszyk
 */
.modal-body .section-wrapper.top-box-top {
    display: flex;
    flex-wrap: wrap;
}

.modal-body .section-wrapper.top-box-top > .top-box-left {
    width: 80px;
}

.modal-body .section-wrapper.top-box-top > .top-box-right.name-wrapper {
    width: calc(100% - 80px);
}

.modal-body .section-wrapper.top-box-top > .row {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    align-items: center;
    line-height: 25px;
}

.modal-body .section-wrapper.top-box-top > .row > .text-right strong {
    color: var(--color-primary);
}

.modal-body .section-wrapper.top-box-top .top-box-product-item-flex {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.modal-body .section-wrapper.top-box-top .top-box-product-item-flex .price-box.has-discount > .price-gross,
.modal-body .section-wrapper.top-box-top .top-box-product-item-flex .price-box.has-discount > .price-net {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.modal-body .section-wrapper.top-box-top > .row > .text-right .top-box-product-item-flex {
    justify-content: flex-end;
}

.modal-body .top-box-product .top-box-right .product-name {
    line-height: ;
}

.modal-body .section-wrapper.top-box-top > .row br {
    display: none;
}

.modal-body .top-box-product {
    padding-bottom: 0;
}

/*
Select podgląd produktu
 */
.shop-product-group {
    margin-bottom: var(--space-25);
    padding-bottom: var(--space-25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: calc(1 * var(--space-60));
}

.shop-product-group-name {
    font-size: 16px;
    font-weight: 500;
}

.shop-product-group > span.select2 {
    max-width: 270px;
}

.shop-product-group > span.select2 .select2-selection--single {
    min-width: unset;
}

/*
Dodatki
 */
.shop-product-accessories {
    margin-top: var(--space-25);
}

.shop-product-accessories-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.shop-product-accessories-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 25px;
    padding: var(--space-25);
}

.shop-product-accessories-item + .shop-product-accessories-item {
    margin-top: 10px;
}


.shop-product-accessories-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.shop-product-accessories-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.shop-product-accessories-check {
    color: var(--color-primary);
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-product-accessories-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-product-accessories-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4rem;
}

.shop-product-accessories-item-content a.btn {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    height: 34px;
    border-color: var(--color-secondary) !important;
    background-color: #fff;
    color: #000;
}

.category-section-news-small {
    padding: 0;
}

.category-section-news-small .news-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.category-section-news-small .news-content {
    padding-left: 15px;
}

.category-section-news-small .news-content .text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.category-section-news-small .news-image {
    margin-bottom: 0;
}

.category-section-news-small {
    padding: 0 75px;
    margin-left: -75px;
}

.shop-availability {
    font-weight: 300;
}

.shop-availability strong {
    font-weight: 600;
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .visible-mobile {
        display: initial;
    }
}

.shop-product-variants-body .select2-results__option[aria-selected] {
    min-height: 38px;
}

.shop-product-variants-body .select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 44px;
    /*padding-top: 9px;*/
    /*padding-bottom: 8px;*/
    padding-left: 22px;
}

.shop-product-variants-body .select2-results__option[aria-selected] .shop-option-preview-square {
    border: 1px solid rgba(0, 0, 0, .1);
}

.shop-product-variants-body .select2-container .select2-selection--single .select2-selection__rendered .shop-option-preview-square {
    border: 1px solid rgba(0, 0, 0, .1);
}

.shop-product-variants-body .select2-container .select2-selection--single .select2-selection__rendered .select2-cms-option {
    min-height: 44px;
    display: flex;
    align-items: center;
}

.shop-product-variants-body .select2-dropdown {
    border-color: #000;
}

.shop-product-variants-body .select2-container .select2-selection--single {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: rgba(0, 0, 0, .1);
}

.shop-product-variants-body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}

.shop-product-offer-box .shop-product-availability{
    font-weight: 700;
}

.shop-product-offer-box .shop-availability .fa {
    padding-right: 4px;
}

.basket-bottom-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: var(--space-25);
}

.shop-basket-price-discount {
    color: #227c40;
}

.product-labels:not(:has(.product-label-image)){
    left: 20px;
    right: 20px;
    top: 20px;
    transform: none;
}

/*.product-photo .product-labels:not(:has(.product-label-image)){*/
/*}*/

.product-label:not(.product-label-image){
    min-width: unset;
    aspect-ratio: unset;
    padding: 2px 10px;
    border: 1px solid #fff;
}

.basket-bottom-info .btn-blue.leasing-link {
    border-color: #318FCE;
    background: #318FCE;
    color: #fff;
}

@media screen and (min-width: 1140px) {
    .basket-bottom-info .btn-blue.leasing-link:hover {
        background-color: #fff;
        color: #318FCE;
    }
}

.panel-body .form-element-nip .element-row .input-group {
    position: relative;
    width: 100%;
}

.panel-body .form-element-nip .element-row .input-group input {
    width: 100%;
    border-radius: 30px;
    padding-right: 170px;
}

.panel-body .form-element-nip .element-row .input-group .input-group-btn {
    position: absolute;
    right: 0;
    width: fit-content;
    z-index: 10;
}
