.vue-slider-dot {
    transition: all 0s;
    z-index: 5
}

.vue-slider-dot, .vue-slider-dot-tooltip {
    position: absolute
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
    visibility: visible
}

.vue-slider-dot-tooltip-top {
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%)
}

.vue-slider-dot-tooltip-bottom {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.vue-slider-dot-tooltip-left {
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%)
}

.vue-slider-dot-tooltip-right {
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%)
}

.vue-slider-marks {
    position: relative;
    width: 100%;
    height: 100%
}

.vue-slider-mark {
    position: absolute;
    z-index: 1
}

.vue-slider-ltr .vue-slider-mark, .vue-slider-rtl .vue-slider-mark {
    width: 0;
    height: 100%;
    top: 50%
}

.vue-slider-ltr .vue-slider-mark-step, .vue-slider-rtl .vue-slider-mark-step {
    top: 0
}

.vue-slider-ltr .vue-slider-mark-label, .vue-slider-rtl .vue-slider-mark-label {
    top: 100%;
    margin-top: 10px
}

.vue-slider-ltr .vue-slider-mark {
    transform: translate(-50%, -50%)
}

.vue-slider-ltr .vue-slider-mark-step {
    left: 0
}

.vue-slider-ltr .vue-slider-mark-label {
    left: 50%;
    transform: translateX(-50%)
}

.vue-slider-rtl .vue-slider-mark {
    transform: translate(50%, -50%)
}

.vue-slider-rtl .vue-slider-mark-step {
    right: 0
}

.vue-slider-rtl .vue-slider-mark-label {
    right: 50%;
    transform: translateX(50%)
}

.vue-slider-btt .vue-slider-mark, .vue-slider-ttb .vue-slider-mark {
    width: 100%;
    height: 0;
    left: 50%
}

.vue-slider-btt .vue-slider-mark-step, .vue-slider-ttb .vue-slider-mark-step {
    left: 0
}

.vue-slider-btt .vue-slider-mark-label, .vue-slider-ttb .vue-slider-mark-label {
    left: 100%;
    margin-left: 10px
}

.vue-slider-btt .vue-slider-mark {
    transform: translate(-50%, 50%)
}

.vue-slider-btt .vue-slider-mark-step {
    top: 0
}

.vue-slider-btt .vue-slider-mark-label {
    top: 50%;
    transform: translateY(-50%)
}

.vue-slider-ttb .vue-slider-mark {
    transform: translate(-50%, -50%)
}

.vue-slider-ttb .vue-slider-mark-step {
    bottom: 0
}

.vue-slider-ttb .vue-slider-mark-label {
    bottom: 50%;
    transform: translateY(50%)
}

.vue-slider-mark-label, .vue-slider-mark-step {
    position: absolute
}

.vue-slider {
    position: relative;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.vue-slider-rail {
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: width, height, left, right, top, bottom
}

.vue-slider-process {
    position: absolute;
    z-index: 1
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    font-family: MontserratI;
    font-display: swap;
    src: local("MontserratI"), url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MontserratI;
    font-display: swap;
    src: local("MontserratI"), url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: MontserratI;
    font-display: swap;
    src: local("MontserratI"), url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: MontserratI;
    font-display: swap;
    src: local("MontserratI"), url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #eb3131;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #237c24;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --green-light: #54c88c;
    --black: #000;
    --primary: #237c24;
    --secondary: #6c757d;
    --success: #237c24;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #eb3131;
    --light: #fff;
    --dark: #000;
    --primary-light: #54c88c;
    --gray-lighter: #f7f9fd;
    --gray-light: #d0d0d0;
    --gray-dark: #a1a1a1;
    --gray-blue: #8b989f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1260px;
    --breakpoint-xxl: 1440px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: MontserratI, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.44444;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #237c24;
    background-color: transparent
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #54c88c
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.44444
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1260px) {
    .modal-xl {
        max-width: 1140px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #237c24 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #1b7647 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #237c24 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1b7647 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #eb3131 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d41515 !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e6e5e5 !important
}

.bg-dark, a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #000 !important
}

.bg-primary-light {
    background-color: #54c88c !important
}

a.bg-primary-light:focus, a.bg-primary-light:hover, button.bg-primary-light:focus, button.bg-primary-light:hover {
    background-color: #39b072 !important
}

.bg-gray-lighter {
    background-color: #f7f9fd !important
}

a.bg-gray-lighter:focus, a.bg-gray-lighter:hover, button.bg-gray-lighter:focus, button.bg-gray-lighter:hover {
    background-color: #cedaf3 !important
}

.bg-gray-light {
    background-color: #d0d0d0 !important
}

a.bg-gray-light:focus, a.bg-gray-light:hover, button.bg-gray-light:focus, button.bg-gray-light:hover {
    background-color: #b7b6b6 !important
}

.bg-gray-dark {
    background-color: #a1a1a1 !important
}

a.bg-gray-dark:focus, a.bg-gray-dark:hover, button.bg-gray-dark:focus, button.bg-gray-dark:hover {
    background-color: #888787 !important
}

.bg-gray-blue {
    background-color: #8b989f !important
}

a.bg-gray-blue:focus, a.bg-gray-blue:hover, button.bg-gray-blue:focus, button.bg-gray-blue:hover {
    background-color: #707f87 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #237c24 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #237c24 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #eb3131 !important
}

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: #000 !important
}

.border-primary-light {
    border-color: #54c88c !important
}

.border-gray-lighter {
    border-color: #f7f9fd !important
}

.border-gray-light {
    border-color: #d0d0d0 !important
}

.border-gray-dark {
    border-color: #a1a1a1 !important
}

.border-gray-blue {
    border-color: #8b989f !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.col {
    flex: 100%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1260px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1260px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1260px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-25p {
    width: 25% !important
}

.w-50p {
    width: 50% !important
}

.w-75p {
    width: 75% !important
}

.w-100p {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-25p {
    height: 25% !important
}

.h-50p {
    height: 50% !important
}

.h-75p {
    height: 75% !important
}

.h-100p {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (max-width: 575.98px) {
    .m-xs-0 {
        margin: 0 !important
    }

    .mt-xs-0, .my-xs-0 {
        margin-top: 0 !important
    }

    .mr-xs-0, .mx-xs-0 {
        margin-right: 0 !important
    }

    .mb-xs-0, .my-xs-0 {
        margin-bottom: 0 !important
    }

    .ml-xs-0, .mx-xs-0 {
        margin-left: 0 !important
    }

    .m-xs-1 {
        margin: .25rem !important
    }

    .mt-xs-1, .my-xs-1 {
        margin-top: .25rem !important
    }

    .mr-xs-1, .mx-xs-1 {
        margin-right: .25rem !important
    }

    .mb-xs-1, .my-xs-1 {
        margin-bottom: .25rem !important
    }

    .ml-xs-1, .mx-xs-1 {
        margin-left: .25rem !important
    }

    .m-xs-2 {
        margin: .5rem !important
    }

    .mt-xs-2, .my-xs-2 {
        margin-top: .5rem !important
    }

    .mr-xs-2, .mx-xs-2 {
        margin-right: .5rem !important
    }

    .mb-xs-2, .my-xs-2 {
        margin-bottom: .5rem !important
    }

    .ml-xs-2, .mx-xs-2 {
        margin-left: .5rem !important
    }

    .m-xs-3 {
        margin: 1rem !important
    }

    .mt-xs-3, .my-xs-3 {
        margin-top: 1rem !important
    }

    .mr-xs-3, .mx-xs-3 {
        margin-right: 1rem !important
    }

    .mb-xs-3, .my-xs-3 {
        margin-bottom: 1rem !important
    }

    .ml-xs-3, .mx-xs-3 {
        margin-left: 1rem !important
    }

    .m-xs-4 {
        margin: 1.5rem !important
    }

    .mt-xs-4, .my-xs-4 {
        margin-top: 1.5rem !important
    }

    .mr-xs-4, .mx-xs-4 {
        margin-right: 1.5rem !important
    }

    .mb-xs-4, .my-xs-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xs-4, .mx-xs-4 {
        margin-left: 1.5rem !important
    }

    .m-xs-5 {
        margin: 3rem !important
    }

    .mt-xs-5, .my-xs-5 {
        margin-top: 3rem !important
    }

    .mr-xs-5, .mx-xs-5 {
        margin-right: 3rem !important
    }

    .mb-xs-5, .my-xs-5 {
        margin-bottom: 3rem !important
    }

    .ml-xs-5, .mx-xs-5 {
        margin-left: 3rem !important
    }

    .p-xs-0 {
        padding: 0 !important
    }

    .pt-xs-0, .py-xs-0 {
        padding-top: 0 !important
    }

    .pr-xs-0, .px-xs-0 {
        padding-right: 0 !important
    }

    .pb-xs-0, .py-xs-0 {
        padding-bottom: 0 !important
    }

    .pl-xs-0, .px-xs-0 {
        padding-left: 0 !important
    }

    .p-xs-1 {
        padding: .25rem !important
    }

    .pt-xs-1, .py-xs-1 {
        padding-top: .25rem !important
    }

    .pr-xs-1, .px-xs-1 {
        padding-right: .25rem !important
    }

    .pb-xs-1, .py-xs-1 {
        padding-bottom: .25rem !important
    }

    .pl-xs-1, .px-xs-1 {
        padding-left: .25rem !important
    }

    .p-xs-2 {
        padding: .5rem !important
    }

    .pt-xs-2, .py-xs-2 {
        padding-top: .5rem !important
    }

    .pr-xs-2, .px-xs-2 {
        padding-right: .5rem !important
    }

    .pb-xs-2, .py-xs-2 {
        padding-bottom: .5rem !important
    }

    .pl-xs-2, .px-xs-2 {
        padding-left: .5rem !important
    }

    .p-xs-3 {
        padding: 1rem !important
    }

    .pt-xs-3, .py-xs-3 {
        padding-top: 1rem !important
    }

    .pr-xs-3, .px-xs-3 {
        padding-right: 1rem !important
    }

    .pb-xs-3, .py-xs-3 {
        padding-bottom: 1rem !important
    }

    .pl-xs-3, .px-xs-3 {
        padding-left: 1rem !important
    }

    .p-xs-4 {
        padding: 1.5rem !important
    }

    .pt-xs-4, .py-xs-4 {
        padding-top: 1.5rem !important
    }

    .pr-xs-4, .px-xs-4 {
        padding-right: 1.5rem !important
    }

    .pb-xs-4, .py-xs-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xs-4, .px-xs-4 {
        padding-left: 1.5rem !important
    }

    .p-xs-5 {
        padding: 3rem !important
    }

    .pt-xs-5, .py-xs-5 {
        padding-top: 3rem !important
    }

    .pr-xs-5, .px-xs-5 {
        padding-right: 3rem !important
    }

    .pb-xs-5, .py-xs-5 {
        padding-bottom: 3rem !important
    }

    .pl-xs-5, .px-xs-5 {
        padding-left: 3rem !important
    }

    .m-xs-n1 {
        margin: -.25rem !important
    }

    .mt-xs-n1, .my-xs-n1 {
        margin-top: -.25rem !important
    }

    .mr-xs-n1, .mx-xs-n1 {
        margin-right: -.25rem !important
    }

    .mb-xs-n1, .my-xs-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xs-n1, .mx-xs-n1 {
        margin-left: -.25rem !important
    }

    .m-xs-n2 {
        margin: -.5rem !important
    }

    .mt-xs-n2, .my-xs-n2 {
        margin-top: -.5rem !important
    }

    .mr-xs-n2, .mx-xs-n2 {
        margin-right: -.5rem !important
    }

    .mb-xs-n2, .my-xs-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xs-n2, .mx-xs-n2 {
        margin-left: -.5rem !important
    }

    .m-xs-n3 {
        margin: -1rem !important
    }

    .mt-xs-n3, .my-xs-n3 {
        margin-top: -1rem !important
    }

    .mr-xs-n3, .mx-xs-n3 {
        margin-right: -1rem !important
    }

    .mb-xs-n3, .my-xs-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xs-n3, .mx-xs-n3 {
        margin-left: -1rem !important
    }

    .m-xs-n4 {
        margin: -1.5rem !important
    }

    .mt-xs-n4, .my-xs-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xs-n4, .mx-xs-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xs-n4, .my-xs-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xs-n4, .mx-xs-n4 {
        margin-left: -1.5rem !important
    }

    .m-xs-n5 {
        margin: -3rem !important
    }

    .mt-xs-n5, .my-xs-n5 {
        margin-top: -3rem !important
    }

    .mr-xs-n5, .mx-xs-n5 {
        margin-right: -3rem !important
    }

    .mb-xs-n5, .my-xs-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xs-n5, .mx-xs-n5 {
        margin-left: -3rem !important
    }

    .m-xs-auto {
        margin: auto !important
    }

    .mt-xs-auto, .my-xs-auto {
        margin-top: auto !important
    }

    .mr-xs-auto, .mx-xs-auto {
        margin-right: auto !important
    }

    .mb-xs-auto, .my-xs-auto {
        margin-bottom: auto !important
    }

    .ml-xs-auto, .mx-xs-auto {
        margin-left: auto !important
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1260px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (max-width: 575.98px) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-center {
        text-align: center !important
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1260px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #237c24 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #16623b !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #237c24 !important
}

a.text-success:focus, a.text-success:hover {
    color: #16623b !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #eb3131 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd1212 !important
}

.text-light {
    color: #fff !important
}

a.text-light:focus, a.text-light:hover {
    color: #d9d9d9 !important
}

.text-dark, a.text-dark:focus, a.text-dark:hover {
    color: #000 !important
}

.text-primary-light {
    color: #54c88c !important
}

a.text-primary-light:focus, a.text-primary-light:hover {
    color: #329d66 !important
}

.text-gray-lighter {
    color: #f7f9fd !important
}

a.text-gray-lighter:focus, a.text-gray-lighter:hover {
    color: #bacbee !important
}

.text-gray-light {
    color: #d0d0d0 !important
}

a.text-gray-light:focus, a.text-gray-light:hover {
    color: #aaa !important
}

.text-gray-dark {
    color: #a1a1a1 !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #7b7b7b !important
}

.text-gray-blue {
    color: #8b989f !important
}

a.text-gray-blue:focus, a.text-gray-blue:hover {
    color: #647279 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: lg;
    src: url(../fonts/Lightgallery/lgd641.eot?n1z373);
    src: url(../fonts/Lightgallery/lgd41d.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/Lightgallery/lgd641.woff?n1z373) format("woff"), url(../fonts/Lightgallery/lgd641.ttf?n1z373) format("truetype"), url(../fonts/Lightgallery/lgd641.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\E095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\E094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\E070"
}

.lg-toolbar .lg-download:after {
    content: "\E0F2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    /*transform: scaleX(1);*/
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:after {
    content: "\E1FF"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../image/vimeo-play.html) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../image/vimeo-play.html) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../image/video-play.html) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../image/youtube-play.html) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../image/youtube-play.html) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\E01D"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    /*transform: scaleX(1);*/
    /*transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;*/
    /*transform-origin: 0 0;*/
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden*/
}

#lg-zoom-in:after {
    content: "\E311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\E033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\E312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\E20C"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\E80D"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903"
}

.group {
    *zoom: 1
}

.group:after, .group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../image/loading.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

html {
    font-size: 10px
}

body {
    fill: #000;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important
}

* {
    outline: none !important
}

.btn, a, button {
    transition: .3s ease
}

.c-basket-empty__title, .c-home-category, .c-home-text, .c-menu-nav, .c-product-price, .c-summary-subtitle, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: block
}

.c-product-price {
    font-size: 54px;
    font-weight: 700
}

@media (max-width: 1600px) {
    .c-product-price {
        font-size: 52px
    }
}

@media (max-width: 1440px) {
    .c-product-price {
        font-size: 52px
    }
}

@media (max-width: 991.98px) {
    .c-product-price {
        font-size: 48px
    }
}

@media (max-width: 575.98px) {
    .c-product-price {
        font-size: 35px
    }
}

.c-basket-empty__title, .c-menu-nav, .h2, h2 {
    font-size: 48px;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .c-basket-empty__title, .c-menu-nav, .h2, h2 {
        font-size: 36px
    }
}

@media (max-width: 575.98px) {
    .c-basket-empty__title, .c-menu-nav, .h2, h2 {
        font-size: 24px
    }
}

.c-home-category, .c-home-text, .h3, h3 {
    font-size: 36px;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .c-home-category, .c-home-text, .h3, h3 {
        font-size: 24px
    }
}

@media (max-width: 575.98px) {
    .c-home-category, .c-home-text, .h3, h3 {
        font-size: 18px
    }
}

.c-summary-subtitle, .h4, h4 {
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .c-summary-subtitle, .h4, h4 {
        font-size: 18px
    }
}

.text-lg {
    font-size: 20px
}

@media (max-width: 991.98px) {
    .text-lg {
        font-size: 16px
    }
}

textarea {
    resize: vertical
}

abbr[title] {
    text-decoration: none;
    border-bottom: 0;
    cursor: inherit !important
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
    color: currentColor;
    border-bottom: 1px solid #237c24
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, p a:focus, p a:hover {
    color: #54c88c;
    border-bottom-color: #54c88c
}

.link-dotted {
    border-bottom-style: dotted
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body > main {
    flex-grow: 1
}

.is-filter-open, .is-menu-open {
    overflow: hidden
}

.container, .o-box {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767.98px) {
    .container, .o-box {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 575.98px) {
    .container, .o-box {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container {
    width: 80%;
    margin: 0 auto
}

@media (max-width: 1439.98px) {
    .container {
        max-width: 1140px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .is-tooltip-open {
        overflow: hidden
    }
}

.swiper-container-initialized .swiper-button {
    opacity: 1;
    visibility: visible
}

.swiper-button {
    background: none;
    height: auto;
    width: 46px;
    padding: 10px;
    color: #237c24;
    top: calc(50% - 35px);
    opacity: 0;
    visibility: visible
}

@media (max-width: 767.98px) {
    .swiper-button {
        width: 36px
    }
}

.swiper-button:focus, .swiper-button:hover {
    color: #54c88c
}

.swiper-button-prev {
    transform: rotate(180deg);
    left: 0
}

@media (max-width: 767.98px) {
    .swiper-button-prev {
        left: -10px
    }
}

.swiper-button-next {
    right: 0
}

@media (max-width: 767.98px) {
    .swiper-button-next {
        right: -10px
    }
}

.swiper-button img, .swiper-button svg {
    width: 100%;
    height: auto
}

.vue-slider-disabled .vue-slider-process {
    background-color: #a7a7a7
}

.vue-slider-disabled .vue-slider-dot-handle {
    border-color: #a7a7a7
}

.vue-slider-disabled .vue-slider-mark-step-active {
    box-shadow: 0 0 0 2px #a7a7a7
}

.vue-slider-rail {
    background-color: #f5f5f5;
    border-radius: 15px;
    transition: background-color .3s
}

.vue-slider:hover .vue-slider-rail {
    background-color: #e1e1e1
}

.vue-slider-process {
    border-radius: 15px;
    transition: background-color .3s
}

.vue-slider-process, .vue-slider:hover .vue-slider-process {
    background-color: #237c24
}

.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e8e8e8;
    background-color: #fff
}

.vue-slider-mark-step-active, .vue-slider:hover .vue-slider-mark-step-active {
    box-shadow: 0 0 0 2px #237c24
}

.vue-slider-mark-label {
    font-size: 12px;
    white-space: nowrap
}

.vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #237c24;
    box-sizing: border-box;
    transition: box-shadow .3s, border-color .3s
}

.vue-slider:hover .vue-slider-dot-handle {
    border-color: #237c24
}

.vue-slider-dot-handle-focus {
    border-color: #237c24;
    box-shadow: 0 0 0 3px rgba(84, 200, 140, .2)
}

.vue-slider-dot-handle:hover, .vue-slider:hover .vue-slider-dot-handle-focus, .vue-slider:hover .vue-slider-dot-handle:hover {
    border-color: #237c24
}

.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    border-color: #ddd !important
}

.vue-slider-dot-tooltip {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, .75);
    background-color: rgba(0, 0, 0, .75);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transform: scale(.9);
    transition: transform .3s
}

.vue-slider-dot-tooltip-inner:after {
    content: "";
    position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: inherit
}

.vue-slider-dot-tooltip-inner-bottom:after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: inherit
}

.vue-slider-dot-tooltip-inner-left:after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: inherit
}

.vue-slider-dot-tooltip-inner-right:after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-right-color: inherit
}

.vue-slider-dot-tooltip-inner-top {
    transform-origin: 50% 100%
}

.vue-slider-dot-tooltip-inner-bottom {
    transform-origin: 50% 0
}

.vue-slider-dot-tooltip-inner-left {
    transform-origin: 100% 50%
}

.vue-slider-dot-tooltip-inner-right {
    transform-origin: 0 50%
}

.vue-slider-dot-tooltip-show, .vue-slider-dot:hover .vue-slider-dot-tooltip {
    opacity: 1;
    visibility: visible
}

.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner, .vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner {
    transform: scale(1)
}

.form-group {
    position: relative;
    margin-bottom: 0
}

.form-label {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    line-height: 1.5;
    pointer-events: none;
    color: #8b989f;
    transition: .3s ease;
    padding: 14px 20px 0
}
.select-label {
    font-size: 12px;
    padding-top: 5px
}

.form-control:-webkit-autofill ~ .form-label, .form-control:focus ~ .form-label, .is-fill ~ .form-label {
    font-size: 12px;
    padding-top: 5px
}

.form-control.disabled ~ .form-label, .form-control:disabled ~ .form-label {
    opacity: .5
}

.form-control {
    background-color: #f7f9fd;
    width: 100%;
    line-height: 1.5;
    border: none;
    border-bottom: 2px solid #f7f9fd;
    transition: .3s ease;
    padding: 21px 20px 3px;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #f7f9fd;
    -moz-transition: .3s ease;
    transition: .3s ease
}

.form-control:-ms-input-placeholder {
    color: #f7f9fd;
    -ms-transition: .3s ease;
    transition: .3s ease
}

.form-control::-ms-input-placeholder {
    color: #f7f9fd;
    -ms-transition: .3s ease;
    transition: .3s ease
}

.form-control::placeholder {
    color: #f7f9fd;
    transition: .3s ease
}

.form-control.active, .form-control:focus {
    border-bottom-color: #237c24
}

.form-control.has-error {
    border-bottom-color: #eb3131
}

.form-control.disabled, .form-control:disabled {
    opacity: .5
}

.form-control.is-fill::-moz-placeholder, .form-control:focus::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control.is-fill:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control.is-fill::-ms-input-placeholder, .form-control:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control.is-fill::placeholder, .form-control:focus::placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control:-webkit-autofill, .form-control:-webkit-autofill:active, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f7f9fd inset !important
}

.form-info {
    padding-top: 4px;
    font-size: 12px;
    color: #a1a1a1;
    display: block
}

.form-section {
    margin-bottom: 52px
}

.form-section--sm {
    max-width: 550px
}

.form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

.form-col {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px
}

@media (max-width: 575.98px) {
    .form-col {
        width: 100%
    }
}

.form-col--full {
    width: 100%
}

.form-delivery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 16px
}

@media (max-width: 575.98px) {
    .form-delivery {
        margin-bottom: 10px
    }
}

.form-delivery-item {
    width: 178px;
    padding: 0 6px;
    margin-bottom: 12px;
    display: flex
}

@media (max-width: 575.98px) {
    .form-delivery-item {
        width: 140px
    }
}

.form-delivery-img {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-delivery-label {
    width: 100%;
    border-radius: 5px;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    padding: 32px 10px;
    border: 1px solid #237c24;
    transition: .3s ease;
    cursor: pointer
}

@media (max-width: 575.98px) {
    .form-delivery-label {
        padding: 16px 10px
    }
}

.form-delivery-label:hover {
    background-color: #54c88c;
    border-color: #54c88c;
    color: #fff
}

.form-delivery-label:hover path {
    fill: #fff
}

.form-delivery-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-delivery-input:checked ~ .form-delivery-label {
    background-color: #237c24;
    border-color: #237c24;
    color: #fff;
    cursor: default
}

.form-delivery-input:checked ~ .form-delivery-label path {
    fill: #fff
}

.form-delivery-input:disabled ~ .form-delivery-label {
    opacity: .5;
    pointer-events: none
}

.custom-control {
    margin-bottom: 20px
}

.custom-control a {
    color: currentColor;
    text-decoration: underline
}

.custom-control a:hover {
    color: #54c88c
}

.custom-control:last-child {
    margin-bottom: 0
}

.custom-control-inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.custom-control-inline .custom-control {
    padding-left: 12px;
    padding-right: 12px
}

.custom-control-label {
    padding-left: 28px;
    margin: 0;
    position: relative;
    cursor: pointer
}

.custom-control-label:before {
    border: 1px solid #d0d0d0;
    border-radius: 2px
}

.custom-control-label:after, .custom-control-label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    transition: .3s ease
}

.custom-control-label:after {
    border-radius: 2px;
    display: inline-block;
    line-height: 1
}

.custom-control-label:hover:before {
    border-color: #54c88c
}

.custom-radio .custom-control-label:after, .custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 3px rgba(84, 200, 140, .2);
    border-color: #54c88c
}

.custom-control-input:checked ~ .custom-control-label {
    cursor: default
}

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #237c24
}

.custom-control-input:checked ~ .custom-control-label:after {
    background-color: #237c24
}

.custom-control-input:disabled ~ .custom-control-label {
    opacity: .5;
    pointer-events: none
}

.custom-control-info {
    display: block;
    font-size: 14px;
    color: #8b989f
}

.custom-control-content {
    /*padding-left: 28px;*/
    margin-bottom: 32px
}

.custom-control.is-active {
    font-weight: 500
}

.custom-control.is-active a {
    color: #54c88c
}

.custom-control-content .form-row .form-col {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.btn {
    border: 1px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    min-width: 200px
}

.btn-sm {
    padding: 5px 15px
}

.btn-lg {
    padding: 13px 32px;
    font-size: 18px
}

@media (max-width: 575.98px) {
    .btn-lg {
        font-size: 16px
    }
}

.btn-block {
    display: block;
    width: 100%
}

.btn-primary {
    color: #fff;
    background-color: #237c24
}

.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    border-color: #54c88c;
    background-color: #54c88c
}

.btn-outline-primary {
    color: #000;
    background-color: #fff;
    border-color: #54c88c
}

.btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #fff;
    border-color: #54c88c;
    background-color: #54c88c
}

.btn-outline-primary:disabled {
    border-color: #dee2e6;
    background-color: #fff;
    color: #000
}

.btn.is-disabled, .btn:disabled {
    opacity: .5;
    pointer-events: none
}

.c-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 1031;
}

.is-home .c-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    background-color: #237c24;
}

@media (max-width: 1259.98px) {
    .c-header {
        font-size: 1.4rem
    }
}

@media (max-width: 991.98px) {
    .c-header {
        padding-top: 16px;
        margin-bottom: 30px;
    }

    .is-home .c-header {
        background-color: transparent;
    }
}


@media (min-width: 768px) {
    .c-header .container, .c-header .o-box {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .c-header .container, .c-header .o-box {
        padding-left: 0;
        padding-right: 0
    }
}

.c-header-wrap {
    display: flex;
    align-items: center
}

.c-header-logo {
    margin-right: 30px
}

.c-header-logo__link {
    display: block
}

@media (max-width: 991.98px) {
    .c-header-logo img, .c-header-logo svg {
        width: 100px;
        height: auto
    }
}

.c-header-nav {
    margin-left: auto
}

@media (max-width: 991.98px) {
    .c-header-nav {
        display: none
    }
}

.c-header-nav__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -20px
}

@media (max-width: 1259.98px) {
    .c-header-nav__list {
        margin-left: -10px;
        margin-right: -10px
    }
}

.c-header-nav__link {
    display: block;
    padding: 5px 20px;
    color: currentColor
}

@media (max-width: 1259.98px) {
    .c-header-nav__link {
        padding-left: 10px;
        padding-right: 10px
    }
}

.is-active .c-header-nav__link {
    color: #54c88c;
    pointer-events: none
}

.c-header-language {
    margin-left: 60px
}

@media (max-width: 1259.98px) {
    .c-header-language {
        margin-left: 32px
    }
}

@media (max-width: 991.98px) {
    .c-header-language {
        display: none
    }
}

.c-header-language__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-header-language__item.is-active {
    opacity: .5;
    pointer-events: none
}

.c-header-language__item:not(:last-child):after {
    opacity: .5;
    content: "/";
    margin-left: 10px;
    margin-right: 12px;
    margin-bottom: -2px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1259.98px) {
    .c-header-language__item:not(:last-child):after {
        margin-left: 4px;
        margin-right: 6px
    }
}

.c-header-language__link {
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    padding: 5px 0
}

.c-header-basket {
    font-weight: 600;
    margin-left: 60px;
    align-self: stretch;
    display: flex
}

@media (max-width: 1259.98px) {
    .c-header-basket {
        margin-left: 32px
    }
}

@media (max-width: 991.98px) {
    .c-header-basket {
        margin-left: auto
    }
}

.c-header-basket__link {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 25px;
    min-width: 187px;
    white-space: nowrap;
    background-color: #237c24
}

.c-header-basket__link:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .c-header-basket__link {
        padding: 0;
        min-width: 0;
        color: inherit;
        background: none
    }

    .c-header-basket__link:hover {
        color: inherit
    }
}

.c-header-basket__inner {
    width: 100%;
    display: flex;
    align-items: center
}

.c-header-basket__icon {
    position: relative;
    margin-right: 16px
}

@media (max-width: 991.98px) {
    .c-header-basket__icon {
        margin-right: 0
    }
}

.c-header-basket__count {
    position: absolute;
    left: calc(100% - 8px);
    bottom: calc(100% - 8px);
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    background-color: #eb3131;
    border-radius: 50%;
    min-width: 17px;
    padding: 0 4px;
    text-align: center;
    color: #fff
}

.c-header-basket__text {
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .c-header-basket__text {
        display: none
    }
}

.c-header-hamburger {
    margin-left: 32px;
    font-weight: 700
}

@media (min-width: 992px) {
    .c-header-hamburger {
        display: none
    }
}

.c-header-hamburger__link {
    display: flex;
    align-items: center;
    color: currentColor
}

.c-header-hamburger__link:hover {
    color: #54c88c
}

.is-menu-open .c-header-hamburger__link {
    color: #237c24
}

.c-header-hamburger__text {
    transition: opacity .3s ease
}

.is-menu-open .c-header-hamburger__text {
    display: none
}

.c-header-hamburger__icon {
    margin-left: 10px;
    width: 28px;
    height: 24px;
    position: relative
}

.c-header-hamburger__icon div {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: currentColor;
    transition: top .3s ease, bottom .3s ease, transform .3s ease, opacity .3s ease
}

.c-header-hamburger__icon div:first-child {
    top: 0
}

.c-header-hamburger__icon div:nth-child(2) {
    top: calc(50% - 2px)
}

.c-header-hamburger__icon div:nth-child(3) {
    bottom: 0
}

.is-menu-open .c-header-hamburger__icon div:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 2px)
}

.is-menu-open .c-header-hamburger__icon div:nth-child(2) {
    opacity: 0;
    transform: rotate(-45deg)
}

.is-menu-open .c-header-hamburger__icon div:nth-child(3) {
    transform: rotate(45deg);
    bottom: calc(50% - 2px)
}

.c-footer {
    padding-top: 48px;
    padding-bottom: 38px
}

.c-footer-bottom, .c-footer-top {
    display: flex;
    flex-wrap: wrap
}

.c-footer-top {
    margin-bottom: 32px
}

.c-footer-nav {
    width: calc(100% - 200px);
    padding-right: 32px
}

@media (max-width: 1259.98px) {
    .c-footer-nav {
        width: 100%;
        max-width: 800px;
        padding-right: 0
    }
}

.c-footer-nav__list {
    /*display: flex;*/
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -5px -20px
}

@media (max-width: 1259.98px) {
    .c-footer-nav__list {
        margin-left: -10px;
        margin-right: -10px
    }
}

.c-footer-nav__link {
    display: block;
    padding: 5px 20px;
    color: currentColor
}

@media (max-width: 1259.98px) {
    .c-footer-nav__link {
        padding-left: 10px;
        padding-right: 10px
    }
}

.c-footer-contacts {
    margin-left: auto;
    max-width: 200px;
    width: 100%;
    font-size: 1.4rem;
    flex-shrink: 0
}

@media (max-width: 1259.98px) {
    .c-footer-contacts {
        max-width: none;
        margin-top: 30px;
        margin-left: 0
    }
}

.c-footer-phone {
    color: #000;
    font-size: 1.6rem
}

.c-footer-social {
    font-size: 1.4rem
}

@media (max-width: 1259.98px) {
    .c-footer-social {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 1259.98px) {
    .c-footer-social p {
        margin-bottom: 0
    }
}

.c-footer-social svg {
    height: 14px;
    width: auto;
    color: #000;
    margin-right: 6px
}

.c-footer-social__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -5px -9px
}

.c-footer-social__link {
    display: flex;
    align-items: center;
    padding: 5px 9px;
    color: currentColor
}

.c-footer-social__text {
    color: currentColor;
    border-bottom: 1px solid #237c24
}

.c-footer-language {
    width: 100%;
    margin-bottom: 25px
}

@media (min-width: 1260px) {
    .c-footer-language {
        display: none
    }
}

.c-footer-language__list {
    display: flex;
    align-items: center;
    margin: -5px 0;
    padding: 0;
    list-style: none
}

.c-footer-language__item.is-active {
    opacity: .5;
    pointer-events: none
}

.c-footer-language__item:not(:last-child):after {
    opacity: .5;
    content: "/";
    margin-left: 10px;
    margin-right: 12px;
    margin-bottom: -2px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .c-footer-language__item:not(:last-child):after {
        margin-left: 4px;
        margin-right: 6px
    }
}

.c-footer-language__link {
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    padding: 5px 0
}

.c-footer-logos {
    margin-left: auto
}

@media (max-width: 1259.98px) {
    .c-footer-logos {
        margin-left: 0
    }
}

.c-footer-logos__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -6px
}

.c-footer-logos__item {
    padding: 0 6px
}

.c-footer-copy {
    margin-left: auto;
    max-width: 200px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 0
}

@media (max-width: 1259.98px) {
    .c-footer-copy {
        max-width: none;
        margin-top: 30px;
        margin-left: 0
    }
}

.c-footer-ideil {
    text-align: center
}

@media (max-width: 1259.98px) {
    .c-footer-ideil {
        width: 100%;
        text-align: left;
        margin-bottom: 15px
    }
}

.c-ideil-link {
    color: #000
}

.c-ideil-link img, .c-ideil-link svg {
    width: 42px;
    height: auto;
    vertical-align: baseline
}

.c-breadcrumbs {
    margin-bottom: 48px
}

@media (max-width: 575.98px) {
    .c-breadcrumbs {
        margin-bottom: 30px
    }
}

.c-breadcrumbs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.c-breadcrumbs-item {
    display: flex
}

.c-breadcrumbs-item:not(:last-child) {
    margin-right: 10px
}

.c-breadcrumbs-item + .c-breadcrumbs-item:before {
    content: "/";
    margin-right: 10px
}

.c-breadcrumbs p {
    color: #d0d0d0
}

.c-breadcrumbs a {
    color: #000
}

@media (max-width: 991.98px) {
    .c-filter {
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        padding: 30px 15px 0
    }
}

.c-filter-title {
    margin-bottom: 24px
}

.c-filter-item {
    margin-bottom: 28px
}

.c-filter-toggle {
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    display: block;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    position: relative
}

.c-filter-toggle:focus, .c-filter-toggle:hover {
    color: #54c88c
}

.c-filter-toggle:before {
    content: "";
    display: block;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #d0d0d0 transparent transparent;
    border-style: solid;
    border-width: 6px 3.5px 0;
    position: absolute;
    left: 2px;
    top: 10px
}

.c-filter-collapse__wrap {
    padding-top: 14px
}

.c-filter-submit {
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .c-filter-submit {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .c-filter-submit {
        display: none
    }
}

.c-filter-reset {
    font-size: 12px
}

@media (max-width: 991.98px) {
    .c-filter-reset {
        margin: 0 auto
    }
}

.c-filter-price__inputs {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 12px
}

.c-filter-price__inputs input {
    max-width: 68px;
    margin: 0 6px
}

.c-filter-price .form-control {
    padding-top: 6px
}

.c-filter-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #fff
}

@media (max-width: 991.98px) {
    .c-filter-bottom {
        display: flex;
        align-items: center
    }
}

.c-filter-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    height: 30px;
    background-image: linear-gradient(0deg, #fff 40%, hsla(0, 0%, 100%, 0));
    pointer-events: none
}

.c-basket-item {
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (max-width: 991.98px) {
    .c-basket-item {
        position: relative
    }
}

.c-basket-item__img {
    flex-shrink: 0;
    padding-right: 20px;
    width: 110px
}

@media (max-width: 575.98px) {
    .c-basket-item__img {
        width: 70px
    }
}

.c-basket-item__img img {
    width: 100%;
    height: auto
}

.c-basket-item__inner {
    display: flex;
    align-items: center;
    flex-grow: 1
}

@media (max-width: 991.98px) {
    .c-basket-item__inner {
        flex-wrap: wrap;
        max-width: 320px
    }
}

.c-basket-item__info {
    align-self: flex-start;
    width: 40%
}

@media (max-width: 991.98px) {
    .c-basket-item__info {
        width: 100%;
        padding-right: 30px;
        margin-bottom: 10px
    }
}

.c-basket-item__price, .c-basket-item__title, .c-basket-item__total {
    font-weight: 700
}

.c-basket-item__price, .c-basket-item__total {
    flex-grow: 1;
    text-align: center;
    width: calc(30% - 62px)
}

@media (max-width: 991.98px) {
    .c-basket-item__price {
        display: none
    }
}

@media (max-width: 991.98px) {
    .c-basket-item__total {
        width: auto;
        padding-left: 32px;
        text-align: left
    }
}

@media (max-width: 575.98px) {
    .c-basket-item__total {
        padding-left: 16px;
        width: calc(100% - 98px);
        text-align: right
    }
}

.c-basket-item--simple .c-basket-item__total {
    width: 30%;
    text-align: right
}

@media (max-width: 991.98px) {
    .c-basket-item--simple .c-basket-item__total {
        text-align: left
    }
}

@media (max-width: 575.98px) {
    .c-basket-item--simple .c-basket-item__total {
        text-align: right
    }
}

.c-basket-item__count {
    min-width: 124px
}

@media (max-width: 575.98px) {
    .c-basket-item__count {
        min-width: 98px
    }
}

.c-basket-item--simple .c-basket-item__count {
    min-width: 0;
    width: 30%;
    text-align: right
}

@media (max-width: 991.98px) {
    .c-basket-item--simple .c-basket-item__count {
        text-align: left
    }
}

.c-basket-item__title {
    margin-bottom: 10px
}

.c-basket-item__title a {
    color: currentColor
}

.c-basket-item__props {
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 10px
}

.c-basket-item__size {
    margin-right: 9px
}

.c-basket-item__size img {
    margin-top: -4px;
    margin-right: 4px
}

.c-basket-item__article {
    margin-right: 22px
}

.c-basket-item__color {
    display: flex;
    align-items: center;
    font-size: 12px
}

.c-basket-item__color-item {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.c-basket-item__trash {
    background: none;
    border: none;
    -webkit-appearance: none;
    padding: 10px;
    margin-right: -10px;
    color: #237c24
}

@media (max-width: 991.98px) {
    .c-basket-item__trash {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -10px
    }
}

.c-basket-item__trash:hover {
    color: #eb3131
}

.c-basket-empty {
    text-align: center
}

.c-basket-empty__title {
    color: #8b989f
}

.c-basket-empty__text {
    margin-bottom: 32px
}

.modal {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 575.98px) {
    .modal {
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal-backdrop {
    background-color: hsla(0, 0%, 100%, .75)
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px
    }
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 450px
    }
}

@media (min-width: 576px) {
    .modal-lg {
        max-width: 969px
    }
}

.modal-content {
    border: 2px solid #237c24;
    border-radius: 0
}

.modal-body {
    padding: 50px
}

@media (max-width: 767.98px) {
    .modal-body {
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .modal-body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal-body p {
    margin-bottom: 27px
}

.modal-product {
    display: flex;
    margin: 0 -5px 28px
}

@media (max-width: 575.98px) {
    .modal-product {
        flex-wrap: wrap
    }
}

.modal-product__img, .modal-product__info {
    padding: 0 5px
}

@media (max-width: 575.98px) {
    .modal-product__img, .modal-product__info {
        width: 100%
    }
}

.modal-product__title {
    margin: 0
}

.modal-product__count {
    margin-bottom: 10px
}

.modal-product__props {
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 10px;
    display: block
}

.modal-product__props-size {
    margin-right: 9px
}

.modal-product__props-size img {
    margin-top: -4px;
    margin-right: 4px
}

.modal-product__color {
    display: flex;
    align-items: center
}

.modal-product__color-item {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    cursor: pointer;
    color: #237c24;
    width: 44px;
    height: 44px;
    padding: 7px
}

@media (max-width: 575.98px) {
    .modal-close {
        right: 8px;
        top: 8px
    }
}

.modal-close img, .modal-close svg {
    width: 100%;
    height: 100%
}

.modal-close:focus, .modal-close:hover {
    color: #54c88c
}

.modal-success {
    max-width: 520px
}

.modal-success__section {
    margin-bottom: 28px;
    font-size: 18px
}

.modal-success__section p {
    margin-bottom: 0
}

.modal-success__section-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px !important
}

.modal-basket__control {
    display: flex;
    align-items: center
}

@media (max-width: 991.98px) {
    .modal-basket__control {
        flex-wrap: wrap
    }
}

.modal-basket__control-total {
    margin-left: auto;
    margin-right: 32px;
    font-size: 36px
}

@media (max-width: 991.98px) {
    .modal-basket__control-total {
        margin-left: 0;
        margin-right: auto
    }
}

@media (max-width: 575.98px) {
    .modal-basket__control-total {
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .modal-basket__control-next, .modal-basket__control-total {
        width: 100%;
        text-align: right;
        margin-bottom: 16px
    }
}

@media (max-width: 991.98px) {
    .modal-basket__control-close {
        order: 1;
        width: 100%;
        margin-top: 16px;
        text-align: right
    }
}

.c-branch-item {
    position: absolute
}

.c-branch-item picture {
    display: block
}

.c-branch-item img {
    max-width: 100%;
    height: auto
}

.c-count {
    width: 124px;
    display: flex;
    align-items: center
}

@media (max-width: 575.98px) {
    .c-count {
        width: 98px
    }
}

.c-count-input {
    width: 100%;
    text-align: center;
    border: none
}

.c-count-input::-webkit-inner-spin-button, .c-count-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.c-count-btn {
    font-size: 24px;
    min-width: 35px;
    line-height: 1;
    height: 35px;
    padding: 2px 10px
}

@media (max-width: 575.98px) {
    .c-count-btn {
        height: 27px;
        min-width: 27px;
        padding: 1px 5px
    }
}

.c-count-btn[data-type=minus] {
    padding-top: 3px;
    padding-bottom: 1px
}

@media (max-width: 575.98px) {
    .c-count-btn[data-type=minus] {
        padding-top: 2px;
        padding-bottom: 0
    }
}

.c-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1030;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

@media (min-width: 992px) {
    .c-menu {
        display: none
    }
}

.is-menu-open .c-menu {
    opacity: 1;
    visibility: visible
}

.c-menu-inner {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    padding: 90px 15px 40px
}

@media (min-width: 576px) {
    .c-menu-inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.c-menu-nav {
    line-height: 2.1;
    margin-bottom: 30px
}

.c-menu-nav__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-menu-nav__link {
    color: currentColor
}

.is-active .c-menu-nav__link {
    color: #54c88c;
    pointer-events: none
}

.c-menu-contacts {
    margin-top: auto;
    line-height: 1.5;
    margin-bottom: 20px
}

.c-menu-contacts p {
    margin: 0
}

.c-menu-contacts p a {
    border: none
}

.c-menu-contacts__address {
    margin-bottom: 8px
}

.c-menu-socials__list {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.c-menu-socials__link {
    padding: 4px 15px;
    display: block
}

.c-menu-language {
    margin-top: 20px
}

.c-menu-language__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-menu-language__item.is-active {
    opacity: .5;
    pointer-events: none
}

.c-menu-language__item:not(:last-child):after {
    opacity: .5;
    content: "/";
    margin-left: 4px;
    margin-right: 6px;
    margin-bottom: -2px;
    display: inline-block;
    vertical-align: middle
}

.c-menu-language__link {
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    padding: 5px 0
}

.lg-backdrop {
    background-color: #fff
}

.lg-toolbar {
    background-color: transparent
}

.lg-toolbar .lg-icon, .lg-toolbar .lg-icon:focus, .lg-toolbar .lg-icon:hover {
    color: #000
}

.lg-toolbar .lg-counter, .lg-toolbar .lg-counter:focus, .lg-toolbar .lg-counter:hover {
    color: #000
}

.lg-content .lg-prev, .lg-content .lg-prev:focus, .lg-content .lg-prev:hover, .lg-content .lg-next, .lg-content .lg-next:focus, .lg-content .lg-next:hover {
    color: #000;
    background-color: #ffffff;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent;
    color: #000
}

.lg-actions .lg-next:focus, .lg-actions .lg-next:hover, .lg-actions .lg-prev:focus, .lg-actions .lg-prev:hover {
    color: #000
}

.is-loading {
    position: relative
}

.is-loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: hsla(0, 0%, 100%, .85);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg2IiBoZWlnaHQ9IjQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yMS4zNzUgNDR2LTcuMzMzSDM4TDE5IDAgMCAzNi42NjdoMTYuNjI1VjQ0aDQuNzV6TTcuOTMzIDMxLjc3OEwxOSAxMC40MTNsMTEuMDY3IDIxLjM2NUg3LjkzM3oiIGZpbGw9IiMyNEEwNjAiPjxhbmltYXRlIGlkPSJiIiBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIwIiB0bz0iMSIgZHVyPSIxcyIgYmVnaW49ImEuZW5kIi8+PGFuaW1hdGUgaWQ9ImEiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwIiBkdXI9IjFzIiBiZWdpbj0iMHM7Yi5lbmQiLz48L3BhdGg+PHBhdGggZD0iTTk1LjM3NSA0NHYtNy4zMzNIMTEyTDkzIDAgNzQgMzYuNjY3aDE2LjYyNVY0NGg0Ljc1ek04MS45MzMgMzEuNzc4TDkzIDEwLjQxM2wxMS4wNjcgMjEuMzY1SDgxLjkzM3oiIGZpbGw9IiMyNEEwNjAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjAiIHRvPSIxIiBkdXI9IjFzIiBiZWdpbj0iYy5lbmQiLz48YW5pbWF0ZSBpZD0iYyIgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZnJvbT0iMSIgdG89IjAiIGR1cj0iMXMiIGJlZ2luPSIwLjVzO2FuaW0yMS5lbmQiLz48L3BhdGg+PHBhdGggZD0iTTE2OS4zNzUgNDR2LTcuMzMzSDE4NkwxNjcgMGwtMTkgMzYuNjY3aDE2LjYyNVY0NGg0Ljc1em0tMTMuNDQyLTEyLjIyMkwxNjcgMTAuNDEzbDExLjA2NyAyMS4zNjVoLTIyLjEzNHoiIGZpbGw9IiMyNEEwNjAiPjxhbmltYXRlIGlkPSJlIiBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBmcm9tPSIwIiB0bz0iMSIgZHVyPSIxcyIgYmVnaW49ImQuZW5kIi8+PGFuaW1hdGUgaWQ9ImQiIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGZyb209IjEiIHRvPSIwIiBkdXI9IjFzIiBiZWdpbj0iMXM7ZS5lbmQiLz48L3BhdGg+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100px auto
}

.c-static {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-static {
        margin-bottom: 30px
    }
}

.c-static-title {
    margin-bottom: 44px
}

@media (max-width: 575.98px) {
    .c-static-title {
        margin-bottom: 24px
    }
}

.c-static-text {
    max-width: 876px
}

.c-static-text p {
    margin-bottom: 20px
}

.c-static-text h2, .c-static-text h3, .c-static-text h4, .c-static-text h5 {
    margin-bottom: 20px;
    margin-top: 40px
}

.c-static-text h2 {
    font-size: 1.8em
}

@media (max-width: 575.98px) {
    .c-static-text h2 {
        font-size: 1.4em
    }
}

.c-static-text h3 {
    font-size: 1.6em
}

@media (max-width: 575.98px) {
    .c-static-text h3 {
        font-size: 1.3em
    }
}

.c-static-text h4 {
    font-size: 1.4em
}

@media (max-width: 575.98px) {
    .c-static-text h4 {
        font-size: 1.2em
    }
}

.c-static-text h5 {
    font-size: 1.2em
}

@media (max-width: 575.98px) {
    .c-static-text h5 {
        font-size: 1.1em
    }
}

.c-product {
    margin-bottom: 100px;
    overflow: hidden
}

@media (max-width: 575.98px) {
    .c-product {
        margin-bottom: 30px
    }
}

.c-product-top {
    display: flex;
    margin-bottom: 60px
}

@media (max-width: 767.98px) {
    .c-product-top {
        flex-wrap: wrap;
        margin-bottom: 40px
    }
}

.c-product-info {
    width: 40%;
    flex-shrink: 0
}

@media (max-width: 1259.98px) {
    .c-product-info {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .c-product-info {
        width: 100%;
        order: 1
    }
}

.c-product-img {
    width: 60%;
    flex-shrink: 0;
    padding-left: 32px
}

@media (max-width: 1259.98px) {
    .c-product-img {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .c-product-img {
        width: 100%;
        padding-left: 0;
        max-width: 400px;
        margin-bottom: 30px
    }
}

.c-product-img .swiper-slide {
    background: #fff
}

.c-product-img .swiper-slide picture {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-product-img .swiper-slide picture[data-src] {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: url(../image/zoom-in.svg), auto
}

.c-product-img .swiper-slide img {
    width: 100%;
    height: auto;
    transition: .3s ease
}

.c-product-img .swiper-slide-inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.c-product-img .swiper-slide-inner:before {
    content: "";
    width: 100%;
    padding-bottom: 100%;
    display: block
}

.c-product-img .swiper-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.c-product-img .swiper-wrapper {
    margin-bottom: 16px
}

.c-product-img .swiper-nav {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    justify-content: center
}

.c-product-img .swiper-nav-slide {
    padding: 0;
    width: 76px;
    margin: 8px;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    transition: .3s ease
}

@media (max-width: 767.98px) {
    .c-product-img .swiper-nav-slide {
        width: 60px
    }
}

.c-product-img .swiper-nav-slide:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

.c-product-img .swiper-nav-slide.is-active {
    box-shadow: none
}

.c-product-img .swiper-nav-slide img {
    width: 100%;
    height: auto
}

.c-product-img .swiper-nav-video {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

@media (max-width: 767.98px) {
    .c-product-img .swiper-nav-video {
        font-size: 10px
    }
}

.c-product-img .swiper-nav-video svg {
    width: 26px;
    height: 20px;
    color: #237c24;
    margin-bottom: 5px
}

@media (max-width: 767.98px) {
    .c-product-img .swiper-nav-video svg {
        width: 22px;
        height: 17px
    }
}

.c-product-img .swiper-button-disabled {
    opacity: .3
}

.c-product-img .is-zoom .swiper-slide picture {
    cursor: url(../image/zoom-out.svg), auto
}

.c-product-img .is-zoom .swiper-slide img {
    opacity: 0
}

.c-product-img .is-zoom .swiper-button {
    opacity: 0;
    visibility: hidden
}

.c-product-article {
    margin: 0
}

.c-product-title {
    font-size: 42px;
    margin-bottom: 16px
}

@media (max-width: 991.98px) {
    .c-product-title {
        font-size: 32px
    }
}

@media (max-width: 575.98px) {
    .c-product-title {
        font-size: 24px
    }
}

.c-product-subtitle {
    font-weight: 400
}

.c-product-size {
    margin-top: 15px;
    margin-bottom: 30px
}

.c-product-size__item {
    margin-right: 12px
}

.c-product-size__item img {
    margin-top: -3px;
    margin-right: 6px
}

.c-product-props {
    margin: 24px -8px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px
}

.c-product-props.t-tabs {
    margin: 24px -5px
}

.c-product-props__item {
    padding: 0 6px;
    position: relative
}

.t-tabs .c-product-props__item {
    padding: 0 3px
}

.c-product-props__input {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px
}

.c-product-props__label, .c-product-props__link {
    cursor: pointer;
    display: block;
    color: #000;
    margin: 0 0 0 26px;
    border-bottom: 1px dashed #237c24;
    transition: .3s ease;
    position: relative
}

.c-product-props__label .color, .c-product-props__link .color {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -26px;
    top: 0;
    display: block;
    position: absolute
}

.c-product-props__label:hover, .c-product-props__link:hover {
    color: #54c88c;
    border-color: #54c88c
}

.t-tabs .c-product-props__label, .t-tabs .c-product-props__link {
    border-radius: 20px;
    padding: 4px 8px;
    border: 1px solid #237c24;
    margin: 0
}

.is-active .c-product-props__label, .is-active .c-product-props__link, input:checked + .c-product-props__label, input:checked + .c-product-props__link {
    border-color: transparent;
    pointer-events: none
}

.t-tabs .is-active .c-product-props__label, .t-tabs .is-active .c-product-props__link, .t-tabs input:checked + .c-product-props__label, .t-tabs input:checked + .c-product-props__link {
    color: #fff;
    border-color: #237c24;
    background-color: #237c24
}

.is-disabled .c-product-props__label, .is-disabled .c-product-props__link, input:disabled + .c-product-props__label, input:disabled + .c-product-props__link {
    color: #d0d0d0;
    border-color: transparent;
    pointer-events: none
}

.t-tabs .is-disabled .c-product-props__label, .t-tabs .is-disabled .c-product-props__link, .t-tabs input:disabled + .c-product-props__label, .t-tabs input:disabled + .c-product-props__link {
    border-color: #d0d0d0
}

.c-product-params {
    line-height: 1.25;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 24px;
    padding: 0
}

.c-product-params li {
    margin-bottom: 16px;
    padding-left: 22px;
    position: relative
}

.c-product-params li:before {
    content: "\2714";
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 0
}

.c-product-price {
    line-height: 1.22;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 28px
}

.c-product-buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-product-count {
    margin-right: 20px
}

.c-product-btn, .c-product-count {
    margin-bottom: 20px
}

.c-product-text {
    font-size: 15px
}

@media (max-width: 1259.98px) {
    .c-product-text {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .c-product-text {
        font-size: 15px
    }
}

.c-product-text p {
    margin-bottom: 46px
}

@media (max-width: 767.98px) {
    .c-product-text p {
        margin-bottom: 20px
    }
}

.c-product-text p img {
    margin: -40px 0;
    position: relative;
    z-index: -1
}

@media (max-width: 1259.98px) {
    .c-product-text p img {
        max-width: 60px
    }
}

.c-product-photos {
    margin-top: 64px;
    margin-bottom: 120px
}

@media (max-width: 767.98px) {
    .c-product-photos {
        margin-bottom: 60px;
        margin-top: 60px
    }
}

.c-product-photos__title {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .c-product-photos__title {
        margin-bottom: 20px
    }
}

.c-product-photos .swiper-container {
    margin-left: calc(-10vw + -60px);
    margin-right: calc(-10vw + -60px);
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 1439.98px) {
    .c-product-photos .swiper-container {
        margin-right: calc((100vw - 100%) / 2 * -1);
        margin-left: calc((100vw - 100%) / 2 * -1)
    }
}

@media (max-width: 1259.98px) {
    .c-product-photos .swiper-container {
        margin-left: -60px
    }
}

@media (max-width: 991.98px) {
    .c-product-photos .swiper-container {
        margin-right: -60px
    }
}

@media (max-width: 767.98px) {
    .c-product-photos .swiper-container {
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 575.98px) {
    .c-product-photos .swiper-container {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-product-photos .swiper-wrapper {
    height: 34vw
}

@media (max-width: 991.98px) {
    .c-product-photos .swiper-wrapper {
        height: 50vw
    }
}

@media (max-width: 767.98px) {
    .c-product-photos .swiper-wrapper {
        height: 85vw
    }
}

@media (max-width: 575.98px) {
    .c-product-photos .swiper-wrapper {
        height: 95vw
    }
}

.c-product-photos .swiper-slide {
    display: flex;
    width: auto;
    margin-right: 32px
}

@media (max-width: 767.98px) {
    .c-product-photos .swiper-slide {
        margin-right: 20px
    }
}

.c-product-photos picture {
    width: 100%
}

.c-product-photos img {
    width: auto;
    height: 100%
}

.c-product-download__link {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    border: none
}

.c-product-download__link:hover .c-product-download__text {
    border-bottom-color: #54c88c
}

.c-product-download__link:hover .c-product-download__info {
    color: #54c88c
}

.c-product-download__img {
    margin-right: 16px
}

.c-product-download__text {
    font-weight: 700;
    border-bottom: 1px dotted #237c24;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: border .3s ease
}

.c-product-download__info {
    display: block;
    color: #a1a1a1;
    transition: .3s ease
}

.c-product-more {
    margin-top: 80px
}

@media (max-width: 767.98px) {
    .c-product-more {
        margin-top: 60px
    }
}

.c-product-more__title {
    margin-bottom: 40px
}

.c-product-more .swiper-container {
    margin-left: calc(-10vw + -60px);
    margin-right: calc(-10vw + -60px);
    padding-left: calc(10vw + 60px);
    padding-right: 60px
}

@media (max-width: 991.98px) {
    .c-product-more .swiper-container {
        margin-right: -60px;
        margin-left: -60px;
        padding-left: 60px
    }
}

@media (max-width: 767.98px) {
    .c-product-more .swiper-container {
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 575.98px) {
    .c-product-more .swiper-container {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-product-more .swiper-slide {
    width: 30vw;
    margin-right: 24px
}

@media (max-width: 767.98px) {
    .c-product-more .swiper-slide {
        width: 40vw
    }
}

@media (max-width: 575.98px) {
    .c-product-more .swiper-slide {
        width: 60vw
    }
}

@media (max-width: 480px) {
    .c-product-more .swiper-slide {
        width: 75vw
    }
}

.c-product-more picture {
    width: 100%
}

.c-product-more img {
    height: 100%;
    width: auto
}

.c-error {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh
}

.c-error-logo {
    margin-bottom: 24px
}

.c-error-logo__link {
    display: block
}

.c-error-title {
    font-size: 96px;
    font-weight: 700;
    line-height: 105%;
    display: block;
    margin-bottom: 24px
}

@media (max-width: 1259.98px) {
    .c-error-title {
        font-size: 60px
    }
}

@media (max-width: 991.98px) {
    .c-error-title {
        font-size: 48px
    }
}

@media (max-width: 575.98px) {
    .c-error-title {
        font-size: 36px
    }
}

.c-error-text {
    font-size: 20px
}

.c-error-text p {
    max-width: 425px;
    margin-bottom: 20px
}

.c-error-wrap {
    display: flex;
    align-items: center
}

.c-error-main {
    position: relative;
    z-index: 1
}

@media (max-width: 767.98px) {
    .c-error-main {
        width: 100%
    }
}

.c-error-img {
    flex-shrink: 0
}

@media (max-width: 767.98px) {
    .c-error-img {
        display: none
    }
}

.c-error-img img {
    margin-left: -35%;
    max-width: 100%;
    height: auto
}

.c-home {
    overflow: hidden
}

.c-home-top {
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    background-color: #0d1e18;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px
}

@media (max-width: 767.98px) {
    .c-home-top {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

.c-home-top a {
    border-bottom-width: 2px;
    border-bottom-color: currentColor
}

.c-home-about {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 42px;
    background-color: #237c24;
    color: #fff;
    position: relative
}

@media (max-width: 1259.98px) {
    .c-home-about {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .c-home-about {
        padding-top: 60px;
        padding-bottom: 50px;
        margin-bottom: 20px
    }
}

.c-home-about .container {
    position: relative;
    z-index: 1
}

.c-home-about .c-branch-item:first-child {
    left: -117px;
    top: 60px
}

@media (max-width: 1439.98px) {
    .c-home-about .c-branch-item:first-child {
        width: 300px;
        left: -100px
    }
}

@media (max-width: 1259.98px) {
    .c-home-about .c-branch-item:first-child {
        width: 250px
    }
}

@media (max-width: 991.98px) {
    .c-home-about .c-branch-item:first-child {
        width: 150px;
        left: -50px
    }
}

.c-home-about .c-branch-item:last-child {
    right: -290px;
    top: -190px
}

@media (max-width: 1439.98px) {
    .c-home-about .c-branch-item:last-child {
        width: 800px;
        right: -200px
    }
}

@media (max-width: 1259.98px) {
    .c-home-about .c-branch-item:last-child {
        width: 650px
    }
}

@media (max-width: 991.98px) {
    .c-home-about .c-branch-item:last-child {
        width: 500px;
        top: -90px
    }
}

@media (max-width: 767.98px) {
    .c-home-about .c-branch-item:last-child {
        width: 350px;
        top: -40px
    }
}

.c-home-about__title {
    margin-bottom: 24px;
    max-width: 587px
}

@media (max-width: 575.98px) {
    .c-home-about__title {
        margin-bottom: 40px
    }
}

.c-home-about__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -40px
}

.c-home-about__col {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .c-home-about__col {
        width: 100%
    }
}

.c-home-about__col img {
    margin-bottom: 24px
}

.c-home-about__col p {
    max-width: 403px
}

.c-home-text {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.c-home-tooltip {
    position: absolute;
    top: calc(50% - 45px);
    right: 70px
}

@media (min-width: 1260px) {
    .c-home-tooltip {
        right: 4.86111vw
    }
}

@media (max-width: 991.98px) {
    .c-home-tooltip {
        right: 0
    }
}

@media (max-width: 767.98px) {
    .c-home-tooltip {
        top: calc(50% - 30px)
    }
}

@media (max-width: 575.98px) {
    .c-home-tooltip {
        right: inherit;
        left: 0
    }
}

.c-home-category__item:nth-child(2) .c-home-tooltip, .c-home-category__item:nth-child(4) .c-home-tooltip {
    right: inherit;
    left: 70px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip, .c-home-category__item:nth-child(4) .c-home-tooltip {
        left: 4.86111vw
    }
}

@media (max-width: 991.98px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip, .c-home-category__item:nth-child(4) .c-home-tooltip {
        left: 0
    }
}

@media (max-width: 767.98px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip, .c-home-category__item:nth-child(4) .c-home-tooltip {
        left: inherit;
        right: 0
    }
}

@media (max-width: 575.98px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip, .c-home-category__item:nth-child(4) .c-home-tooltip {
        right: inherit;
        left: 0
    }
}

.c-home-tooltip__toggle {
    color: #237c24;
    background: none;
    border: none;
    padding: 0;
    border-radius: 50%;
    display: block
}

@media (max-width: 767.98px) {
    .c-home-tooltip__toggle {
        width: 60px;
        height: 60px
    }
}

.c-home-tooltip__toggle:hover {
    color: #54c88c
}

.c-home-tooltip__toggle:focus {
    box-shadow: 0 0 0 10px rgba(36, 160, 96, .2)
}

.is-open .c-home-tooltip__toggle {
    opacity: 0;
    visibility: hidden
}

.c-home-tooltip__toggle img, .c-home-tooltip__toggle svg {
    max-width: 100%;
    height: auto
}

.c-home-tooltip__inner {
    position: absolute;
    z-index: 3;
    font-size: 16px;
    font-weight: 400;
    transition: .3s ease;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 100px
}

@media (max-width: 767.98px) {
    .c-home-tooltip__inner {
        position: fixed;
        z-index: 1040;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        background-color: hsla(0, 0%, 100%, .75);
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 575.98px) {
    .c-home-tooltip__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip__inner, .c-home-category__item:nth-child(4) .c-home-tooltip__inner {
        right: inherit;
        left: 100px
    }
}

.c-home-tooltip__inner-wrap {
    position: relative;
    width: 100vw;
    max-width: 520px;
    min-height: calc(100% - 60px);
    display: flex;
    align-items: center
}

@media (max-width: 767.98px) {
    .c-home-tooltip__inner-wrap {
        margin: 30px auto;
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .c-home-tooltip__inner-wrap {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.is-open .c-home-tooltip__inner {
    transform: none;
    opacity: 1;
    visibility: visible
}

.c-home-tooltip__wrap {
    border: 2px solid #237c24;
    position: relative;
    padding: 40px 50px 60px;
    width: 100%;
    background-color: #fff;
    transition: .3s ease;
    transform: translateY(40px);
    line-height: 1.5
}

@media (max-width: 767.98px) {
    .c-home-tooltip__wrap {
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .c-home-tooltip__wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.is-open .c-home-tooltip__wrap {
    transform: none
}

.c-home-tooltip__close {
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    color: #237c24;
    top: 5px;
    right: -95px
}

@media (max-width: 767.98px) {
    .c-home-tooltip__close {
        top: 0;
        right: 0;
        width: 54px;
        height: 54px;
        padding: 10px
    }
}

@media (min-width: 768px) {
    .c-home-category__item:nth-child(2) .c-home-tooltip__close, .c-home-category__item:nth-child(4) .c-home-tooltip__close {
        left: -95px;
        right: inherit
    }
}

.c-home-tooltip__close:focus, .c-home-tooltip__close:hover {
    color: #54c88c
}

.c-home-tooltip__close img, .c-home-tooltip__close svg {
    max-width: 100%;
    height: 100%
}

.c-home-tooltip__title {
    margin-bottom: 15px;
    padding-right: 40px
}

.c-home-tooltip__props {
    margin-bottom: 20px
}

.c-home-tooltip__props-item {
    margin-left: 8px;
    margin-right: 16px
}

.c-home-tooltip__props-item img {
    margin-top: -3px
}

.c-home-tooltip__text {
    margin-bottom: 30px
}

.c-home-tooltip__text p:last-child {
    margin-bottom: 0
}

.c-home-tooltip__colors ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.c-home-tooltip__colors li {
    width: 19px;
    height: 19px;
    margin-right: 5px;
    border-radius: 50%
}

.c-home-category {
    margin: 0 -150px 80px;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 1439.98px) {
    .c-home-category {
        margin-right: calc((100vw - 100%) / 2 * -1);
        margin-left: calc((100vw - 100%) / 2 * -1)
    }
}

@media (max-width: 1259.98px) {
    .c-home-category {
        margin-left: -60px;
        margin-right: -60px
    }
}

.c-home-category__info {
    width: 50%
}

@media (max-width: 575.98px) {
    .c-home-category__info {
        width: 100%;
        order: 1
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__info {
        padding-top: 5%
    }
}

@media (max-width: 575.98px) {
    .c-home-category__info {
        padding-top: 0
    }
}

.c-home-category__img {
    width: 50%;
    text-align: center
}

@media (max-width: 767.98px) {
    .c-home-category__img {
        order: 1
    }
}

@media (max-width: 575.98px) {
    .c-home-category__img {
        width: 100%;
        max-width: 350px;
        order: 0;
        margin-bottom: 50px
    }
}

.c-home-category__img-wrap {
    position: relative;
    z-index: -1
}

.c-home-category__img-item picture {
    display: block
}

.c-home-category__img-item img {
    width: 100%;
    height: auto
}

.c-home-category__title {
    line-height: 1.2;
    font-size: 96px;
    margin-bottom: 40px;
    font-weight: 700
}

@media (min-width: 1260px) {
    .c-home-category__title {
        font-size: 6.66667vw;
        margin-bottom: 2.77778vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__title {
        font-size: 64px
    }
}

@media (max-width: 991.98px) {
    .c-home-category__title {
        font-size: 50px
    }
}

@media (max-width: 767.98px) {
    .c-home-category__title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 16px
    }
}

@media (max-width: 575.98px) {
    .c-home-category__title {
        font-size: 24px;
        line-height: 1.4
    }
}

.c-home-category__title a {
    border-bottom-width: 2px
}

@media (min-width: 1260px) {
    .c-home-category__title a {
        border-bottom-width: .13889vw
    }
}

.c-home-category__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

@media (max-width: 1259.98px) {
    .c-home-category__item {
        margin-bottom: 60px
    }
}

@media (max-width: 575.98px) {
    .c-home-category__item {
        margin-bottom: 30px
    }
}

.c-home-category__item:first-child .c-home-category__img-wrap {
    margin-left: -40px
}

@media (min-width: 1260px) {
    .c-home-category__item:first-child .c-home-category__img-wrap {
        margin-left: -2.77778vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:first-child .c-home-category__img-wrap {
        margin: 0
    }
}

.c-home-category__item:first-child .c-home-category__img-item:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-home-category__item:nth-child(2) .c-home-category__img {
    text-align: left;
    padding-right: 50px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(2) .c-home-category__img {
        padding-right: 3.47222vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(2) .c-home-category__img {
        padding-right: 60px
    }
}

@media (max-width: 767.98px) {
    .c-home-category__item:nth-child(2) .c-home-category__img {
        padding: 0
    }
}

.c-home-category__item:nth-child(2) .c-home-category__img-wrap {
    margin-left: -40px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(2) .c-home-category__img-wrap {
        margin-left: -2.77778vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(2) .c-home-category__img-wrap {
        margin: 0
    }
}

.c-home-category__item:nth-child(2) .c-home-category__img-item:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-home-category__item:nth-child(3) .c-home-category__img-wrap {
    margin-left: -60px;
    margin-right: -15px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(3) .c-home-category__img-wrap {
        margin-left: -4.16667vw;
        margin-right: -1.04167vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(3) .c-home-category__img-wrap {
        margin: 0
    }
}

.c-home-category__item:nth-child(3) .c-home-category__img-item:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-home-category__item:nth-child(4) .c-home-category__title {
    margin-right: -60px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(4) .c-home-category__title {
        margin-right: -4.16667vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(4) .c-home-category__title {
        margin: 0
    }
}

.c-home-category__item:nth-child(4) .c-home-category__info {
    padding-top: 220px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(4) .c-home-category__info {
        padding-top: 15.27778vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(4) .c-home-category__info {
        padding-top: 5%
    }
}

@media (max-width: 575.98px) {
    .c-home-category__item:nth-child(4) .c-home-category__info {
        padding-top: 0
    }
}

.c-home-category__item:nth-child(4) .c-home-category__img {
    text-align: left
}

.c-home-category__item:nth-child(4) .c-home-category__img-wrap {
    margin-left: -70px;
    padding-right: 30px
}

@media (min-width: 1260px) {
    .c-home-category__item:nth-child(4) .c-home-category__img-wrap {
        margin-left: -4.86111vw;
        padding-right: 2.08333vw
    }
}

@media (max-width: 1259.98px) {
    .c-home-category__item:nth-child(4) .c-home-category__img-wrap {
        margin: 0;
        padding-right: 60px
    }
}

@media (max-width: 767.98px) {
    .c-home-category__item:nth-child(4) .c-home-category__img-wrap {
        padding: 0
    }
}

.c-home-more {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 160px
}

@media (max-width: 767.98px) {
    .c-home-more {
        margin-bottom: 80px
    }
}

.c-home-more__item {
    width: 50%;
    padding-right: 30px;
    flex-shrink: 0
}

@media (max-width: 575.98px) {
    .c-home-more__item {
        width: 100%;
        margin-bottom: 50px
    }
}

.c-home-more__inner {
    position: relative;
    max-width: 415px
}

.c-home-more__img {
    height: 175px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end
}

.c-home-more__img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

.c-home-more__title a {
    border-bottom-width: 2px
}

.c-home-more__title a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-catalog {
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto
}

.c-catalog-title {
    margin-bottom: 36px
}

.c-catalog-row {
    display: flex;
    margin: 0 -20px 60px
}

@media (max-width: 991.98px) {
    .c-catalog-row {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .c-catalog-row {
        margin-left: 0;
        margin-right: 0
    }
}

.c-catalog-filter, .c-catalog-main {
    padding: 0 20px
}

.c-catalog-main {
    flex-grow: 1;
    min-width: 0
}

@media (max-width: 767.98px) {
    .c-catalog-main {
        padding: 0
    }
}

.c-catalog-filter {
    flex-shrink: 0;
    width: 300px
}

@media (min-width: 992px) {
    .c-catalog-filter {
        margin-top: -20px
    }
}

@media (max-width: 991.98px) {
    .c-catalog-filter {
        width: auto;
        padding: 0
    }
}

.c-catalog-filter__backdrop {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

@media (min-width: 992px) {
    .c-catalog-filter__backdrop {
        display: none
    }
}

.is-filter-open .c-catalog-filter__backdrop {
    opacity: 1;
    visibility: visible
}

.c-catalog-filter__close {
    position: absolute;
    right: 5px;
    top: 20px;
    padding: 10px;
    border: none;
    background: none;
    color: #237c24
}

.c-catalog-filter__close:hover {
    color: #54c88c
}

@media (min-width: 992px) {
    .c-catalog-filter__close {
        display: none
    }
}

@media (min-width: 992px) {
    .c-catalog-filter__inner {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-top: 20px
    }
}

@media (max-width: 991.98px) {
    .c-catalog-filter__inner {
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        width: 300px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
        z-index: 1040;
        transition: .3s ease
    }

    .is-filter-open .c-catalog-filter__inner {
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

.c-catalog-filter__toggle {
    margin: 0 0 0 auto
}

@media (min-width: 992px) {
    .c-catalog-filter__toggle {
        display: none
    }
}

.c-catalog-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px
}

.c-catalog-choosen__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -6px;
    font-size: 12px
}

@media (max-width: 991.98px) {
    .c-catalog-choosen__list {
        margin-top: 10px;
        width: calc(100% + 12px)
    }
}

@media (max-width: 767.98px) {
    .c-catalog-choosen__list {
        margin-top: 20px
    }
}

.c-catalog-choosen__item {
    padding: 0 6px;
    margin-bottom: 10px
}

.c-catalog-choosen__link {
    display: block;
    border-radius: 20px;
    padding: 5px 11px;
    background-color: #237c24;
    color: #fff
}

.c-catalog-choosen__link:focus, .c-catalog-choosen__link:hover {
    background-color: #eb3131;
    color: #fff
}

.c-catalog-choosen__link img {
    margin-left: 5px;
    margin-top: -2px
}

.c-catalog-sorting {
    margin-right: 24px;
    position: relative
}

@media (max-width: 767.98px) {
    .c-catalog-sorting:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-color: #d0d0d0 transparent transparent;
        border-style: solid;
        border-width: 6px 3.5px 0;
        position: absolute;
        right: 2px;
        top: 10px
    }
}

.c-catalog-sorting__select {
    display: none;
    background: none;
    border: none;
    border-bottom: 1px dotted #237c24;
    border-radius: 0;
    -webkit-appearance: none;
    padding-right: 20px
}

@media (max-width: 767.98px) {
    .c-catalog-sorting__select {
        display: block
    }
}

.c-catalog-sorting__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    list-style: none;
    padding: 0
}

@media (max-width: 767.98px) {
    .c-catalog-sorting__list {
        display: none
    }
}

.c-catalog-sorting__item {
    padding: 0 10px
}

.c-catalog-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -16px 58px
}

@media (max-width: 991.98px) {
    .c-catalog-list {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .c-catalog-list {
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-catalog-list__item {
    width: 33.333%;
    padding: 0 16px;
    margin-bottom: 32px
}

@media (max-width: 1259.98px) {
    .c-catalog-list__item {
        width: 50%
    }
}

@media (max-width: 991.98px) {
    .c-catalog-list__item {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {
    .c-catalog-list__item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 480px) {
    .c-catalog-list__item {
        width: 100%
    }
}

.c-catalog-item__img {
    position: relative
}

.c-catalog-item__img-picture {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.c-catalog-item__img-picture:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.c-catalog-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c-catalog-item__info {
    color: #a1a1a1;
    font-size: 12px
}

.c-catalog-item__article {
    margin-right: 26px
}

.c-catalog-item__size {
    margin-right: 9px
}

.c-catalog-item__size img {
    margin-top: -4px;
    margin-right: 4px
}

.c-catalog-item__title {
    margin-bottom: 12px
}

.c-catalog-item__link {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #000
}

.c-catalog-item__property {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -2px 8px;
    font-size: 12px
}

.c-catalog-item__property-item {
    padding: 0 2px;
    margin-bottom: 4px
}

.c-catalog-item__property-link {
    display: block;
    border-radius: 20px;
    padding: 4px 8px;
    border: 1px solid #237c24;
    color: #000
}

.is-active .c-catalog-item__property-link {
    background-color: #237c24;
    color: #fff;
    pointer-events: none
}

.is-disabled .c-catalog-item__property-link {
    background-color: transparent;
    color: #d0d0d0;
    border-color: #d0d0d0;
    pointer-events: none
}

.c-catalog-item__colors {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0
}

.c-catalog-item__colors-item {
    margin-bottom: 5px;
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.c-catalog-item__price {
    font-weight: 400
}

.c-about {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-about {
        margin-bottom: 0
    }
}

.c-about img {
    max-width: 100%;
    height: auto
}

.c-about .container {
    position: relative
}

.c-about .c-branch-item {
    right: -250px;
    top: 0
}

@media (max-width: 1439.98px) {
    .c-about .c-branch-item {
        width: 800px;
        right: -300px
    }
}

@media (max-width: 1259.98px) {
    .c-about .c-branch-item {
        width: 650px
    }
}

@media (max-width: 991.98px) {
    .c-about .c-branch-item {
        width: 550px
    }
}

@media (max-width: 575.98px) {
    .c-about .c-branch-item {
        width: 400px
    }
}

.c-about-top {
    margin-bottom: 90px
}

@media (max-width: 767.98px) {
    .c-about-top {
        margin-bottom: 70px
    }
}

.c-about-top__title {
    margin-bottom: 90px;
    max-width: 1028px;
    position: relative;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #ffffff)
}

@media (max-width: 767.98px) {
    .c-about-top__title {
        margin-bottom: 60px
    }
}

.c-about-top__title p:last-child {
    margin: 0
}

.c-about-info {
    margin: 90px -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width: 767.98px) {
    .c-about-info {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

.c-about-info__img, .c-about-info__text {
    width: 50%;
    padding: 0 30px;
    flex-shrink: 0
}

@media (max-width: 767.98px) {
    .c-about-info__img, .c-about-info__text {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .c-about-info__img {
        order: 1
    }
}

@media (max-width: 767.98px) {
    .c-about-info__text {
        margin-bottom: 40px
    }
}

.c-about-info__count {
    font-size: 290px;
    line-height: 210px;
    position: relative;
    color: #237c24;
    margin-bottom: 60px
}

@media (max-width: 1259.98px) {
    .c-about-info__count {
        font-size: 200px;
        line-height: 150px
    }
}

@media (max-width: 767.98px) {
    .c-about-info__count {
        font-size: 140px;
        line-height: 100px
    }
}

.c-about-info__count:before {
    content: attr(text);
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 18px;
    top: 9px;
    z-index: -1
}

.c-about-info__img picture {
    display: block
}

.c-about-info__img img {
    width: 100%;
    height: auto;
    max-width: 930px
}

.c-about-info__img:first-child {
    text-align: right
}

.c-about-info__img:first-child picture {
    margin-left: calc(-10vw + -60px)
}

@media (max-width: 1439.98px) {
    .c-about-info__img:first-child picture {
        margin-left: -60px
    }
}

@media (max-width: 767.98px) {
    .c-about-info__img:first-child picture {
        margin-left: 0
    }
}

.c-about-info__img:last-child picture {
    margin-right: calc(-10vw + -60px)
}

@media (max-width: 1439.98px) {
    .c-about-info__img:last-child picture {
        margin-right: -60px
    }
}

@media (max-width: 767.98px) {
    .c-about-info__img:last-child picture {
        margin-right: 0
    }
}

.c-about-info__text {
    position: relative;
    z-index: 1
}

.c-about-info__text picture {
    display: block;
    margin-bottom: 30px
}

.c-about-info__text p:last-child {
    margin: 0
}

.c-about-info__text-inner {
    max-width: 450px
}

.c-about-info__text:last-child .c-about-info__text-inner {
    margin-left: auto
}

@media (max-width: 767.98px) {
    .c-about-info__text:last-child .c-about-info__text-inner {
        margin-left: 0
    }
}

.c-about-catalog {
    position: relative;
    z-index: 1
}

.c-about-catalog__title {
    margin-bottom: 46px
}

@media (max-width: 575.98px) {
    .c-about-catalog__title {
        margin-bottom: 30px
    }
}

.c-about-catalog__item {
    margin-bottom: 20px
}

.c-contacts {
    overflow: hidden;
    position: relative
}

.c-contacts .container {
    position: relative;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #ffffff)
}

.c-contacts .c-branch-item:first-child {
    left: -270px;
    top: -100px
}

@media (max-width: 1439.98px) {
    .c-contacts .c-branch-item:first-child {
        width: 400px;
        left: -200px
    }
}

@media (max-width: 1259.98px) {
    .c-contacts .c-branch-item:first-child {
        left: -250px
    }
}

@media (max-width: 991.98px) {
    .c-contacts .c-branch-item:first-child {
        width: 300px;
        left: -150px
    }
}

@media (max-width: 575.98px) {
    .c-contacts .c-branch-item:first-child {
        width: 200px;
        top: 130px;
        left: -100px
    }
}

.c-contacts .c-branch-item:last-child {
    right: -500px;
    top: 700px
}

@media (max-width: 1439.98px) {
    .c-contacts .c-branch-item:last-child {
        width: 800px;
        right: -400px
    }
}

@media (max-width: 1259.98px) {
    .c-contacts .c-branch-item:last-child {
        width: 600px;
        right: -300px
    }
}

@media (max-width: 991.98px) {
    .c-contacts .c-branch-item:last-child {
        width: 500px
    }
}

@media (max-width: 575.98px) {
    .c-contacts .c-branch-item:last-child {
        width: 400px
    }
}

.c-contacts-main {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-contacts-main {
        margin-bottom: 60px
    }
}

.c-contacts-main__title {
    margin-bottom: 20px
}

.c-contacts-main__title a {
    border-bottom-width: 3px
}

.c-contacts-section {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-contacts-section {
        margin-bottom: 60px
    }
}

.c-contacts-section__title {
    font-size: 16px;
    margin-bottom: 24px
}

.c-contacts-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -54px
}

@media (max-width: 575.98px) {
    .c-contacts-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px
    }
}

.c-contacts-row .c-contacts-item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 54px
}

@media (max-width: 575.98px) {
    .c-contacts-row .c-contacts-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }
}

.c-contacts-item {
    margin-bottom: 40px
}

.c-contacts-item__info {
    margin: 0
}

.c-contacts-item__title {
    margin-bottom: 24px
}

.c-contacts-item__email, .c-contacts-item__phone {
    margin: 10;
    font-weight: 400
}

.c-contacts-item__email a, .c-contacts-item__phone a {
    border-bottom-width: 3px
}

.c-contacts-item__phone a {
    border: none
}

.c-contacts-form {
    max-width: 526px
}

.c-contacts-social {
    max-width: 800px
}

.c-contacts-social img {
    height: 26px;
    width: auto
}

@media (max-width: 991.98px) {
    .c-contacts-social img {
        height: 18px
    }
}

@media (max-width: 575.98px) {
    .c-contacts-social img {
        height: 13px
    }
}

.c-contacts-map {
    margin-bottom: 24px;
    height: 541px
}

.c-delivery-title {
    margin-bottom: 16px
}

.c-delivery-block {
    margin-bottom: 80px
}

@media (max-width: 767.98px) {
    .c-delivery-block {
        margin-bottom: 60px
    }
}

.c-delivery-block__title {
    margin-bottom: 30px
}

.c-delivery-block__item {
    margin-bottom: 44px
}

.c-delivery-block__item-img {
    margin-bottom: 10px
}

.c-delivery-block__item-title {
    margin: 0
}

.c-delivery-text {
    margin-bottom: 80px
}

@media (max-width: 767.98px) {
    .c-delivery-text {
        margin-bottom: 60px
    }
}

.c-delivery-row {
    display: flex
}

.c-delivery-row__block, .c-delivery-row__media {
    width: 50%
}

@media (max-width: 991.98px) {
    .c-delivery-row__block {
        width: 60%
    }
}

@media (max-width: 767.98px) {
    .c-delivery-row__block {
        width: 100%
    }
}

.c-delivery-row__media {
    padding-left: 60px;
    text-align: center
}

@media (max-width: 991.98px) {
    .c-delivery-row__media {
        width: 40%
    }
}

@media (max-width: 767.98px) {
    .c-delivery-row__media {
        display: none
    }
}

.c-delivery-row__media img {
    max-width: 100%;
    height: auto
}

.c-partners {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-partners {
        margin-bottom: 0
    }
}

.c-partners-top {
    display: flex
}

.c-partners-top__info {
    flex-grow: 1;
    margin-right: 30px;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .c-partners-top__info {
        margin-right: 0
    }
}

.c-partners-top__img {
    width: 280px;
    flex-shrink: 0;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .c-partners-top__img {
        display: none
    }
}

.c-partners-top__img img {
    max-width: 100%;
    height: auto
}

.c-partners-title, .c-partners-years {
    margin-bottom: 40px
}

.c-partners-years {
    background-color: #237c24;
    color: #fff;
    padding: 24px 55px;
    display: flex;
    align-items: center
}

@media (max-width: 575.98px) {
    .c-partners-years {
        padding: 20px
    }
}

.c-partners-years__icon {
    margin-right: 90px
}

@media (max-width: 767.98px) {
    .c-partners-years__icon {
        display: none
    }
}

.c-partners-years__number {
    font-size: 96px;
    line-height: 96px;
    position: relative;
    margin-right: 20px;
    font-weight: 700;
    z-index: 1
}

@media (max-width: 575.98px) {
    .c-partners-years__number {
        font-size: 80px;
        line-height: 80px
    }
}

.c-partners-years__number:before {
    content: attr(text);
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    z-index: -1
}

.c-partners-years__info {
    display: flex;
    align-items: center;
    font-weight: 700
}

.c-partners-params {
    margin: 70px -50px 20px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 991.98px) {
    .c-partners-params {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 767.98px) {
    .c-partners-params {
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-partners-params__item {
    width: 33.333%;
    padding: 0 50px;
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .c-partners-params__item {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .c-partners-params__item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 575.98px) {
    .c-partners-params__item {
        width: 100%;
        margin-bottom: 30px
    }
}

.c-partners-params__img {
    margin-bottom: 28px
}

.c-partners-params__img img {
    max-height: 80px;
    width: auto
}

.c-order {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-order {
        margin-bottom: 30px
    }
}

.c-order-title {
    margin-bottom: 87px
}

@media (max-width: 767.98px) {
    .c-order-title {
        margin-bottom: 64px
    }
}

@media (max-width: 575.98px) {
    .c-order-title {
        margin-bottom: 32px
    }
}

.c-order-inner {
    display: grid;
    grid-template-columns:1fr 440px
}

@media (max-width: 1259.98px) {
    .c-order-inner {
        grid-template-columns:1fr
    }
}

@media (min-width: 1260px) {
    .c-order-basket {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

.c-order-summary {
    max-width: 550px
}

@media (min-width: 1260px) {
    .c-order-summary {
        grid-column: 2/3;
        grid-row: 1/3;
        padding-left: 32px
    }
}

@media (max-width: 1259.98px) {
    .c-order-summary {
        margin-bottom: 54px
    }
}

.c-order-summary dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    margin: 0
}

.c-order-summary dd, .c-order-summary dt {
    margin-bottom: 26px;
    width: 50%
}

@media (max-width: 575.98px) {
    .c-order-summary dd, .c-order-summary dt {
        width: 100%;
        margin-bottom: 20px
    }
}

.c-order-summary dt {
    font-size: 1.4rem;
    font-weight: 400
}

@media (max-width: 575.98px) {
    .c-order-summary dt {
        margin-bottom: 10px
    }
}

.c-order-summary dd {
    font-weight: 700;
    text-align: right
}

@media (max-width: 575.98px) {
    .c-order-summary dd {
        text-align: left
    }
}

.c-order-summary hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0
}

.c-order-summary hr:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 575.98px) {
    .c-order-summary hr:not(:last-child) {
        margin-bottom: 20px
    }
}

.c-order-summary__title {
    margin-bottom: 26px
}

.c-order-summary__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    padding: 32px;
    background-color: #f7f9fd
}

@media (max-width: 575.98px) {
    .c-order-summary__inner {
        padding: 20px
    }
}

.c-order-summary__btn {
    margin: 52px -32px -32px
}

@media (max-width: 1259.98px) {
    .c-order-summary__btn {
        display: none
    }
}

.c-order-summary__btn .btn {
    padding-top: 20px;
    padding-bottom: 20px
}

.c-order-summary__info {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    font-size: 14px;
    text-align: center;
    padding: 20px 60px 0
}

.c-order-summary__info a {
    color: currentColor;
    text-decoration: underline;
    -webkit-text-decoration-color: #237c24;
    text-decoration-color: #237c24
}

.c-order-summary__info a:hover {
    color: #54c88c;
    text-decoration: none
}

.c-order-form {
    max-width: 732px
}

@media (min-width: 1260px) {
    .c-order-form {
        grid-column: 1/2;
        grid-row: 2/3
    }
}

.c-order-form dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    margin-bottom: -14px
}

.c-order-form dd, .c-order-form dt {
    margin-bottom: 14px
}

@media (max-width: 575.98px) {
    .c-order-form dd, .c-order-form dt {
        margin-bottom: 10px
    }
}

.c-order-form dt {
    width: 160px;
    flex-shrink: 0;
    padding-right: 20px;
    font-size: 1.4rem;
    font-weight: 400
}

@media (max-width: 575.98px) {
    .c-order-form dt {
        width: 100%;
        margin-bottom: 5px
    }
}

.c-order-form dd {
    width: calc(100% - 160px);
    font-weight: 700;
    word-break: break-word
}

@media (max-width: 575.98px) {
    .c-order-form dd {
        width: 100%
    }
}

.c-order-form hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 50px 0
}

@media (min-width: 1260px) {
    .c-order-btn {
        /*display: none*/
    }
}

.c-order-btn__info {
    font-size: 14px;
    margin-bottom: 12px;
    color: #a1a1a1
}

.c-order-btn__info a {
    color: currentColor;
    text-decoration: underline;
    -webkit-text-decoration-color: #237c24;
    text-decoration-color: #237c24
}

.c-order-btn__info a:hover {
    color: #54c88c;
    text-decoration: none
}

.c-summary {
    max-width: 650px;
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .c-summary {
        margin-bottom: 30px
    }
}

.c-summary-title {
    margin-bottom: 20px;
    line-height: 1.4
}

.c-summary-text {
    max-width: 380px;
    margin-bottom: 46px;
    font-size: 1.4rem
}

.c-summary-basket {
    margin-bottom: 54px
}

@media (max-width: 767.98px) {
    .c-summary-basket {
        margin-bottom: 32px
    }
}

.c-summary-total {
    margin-top: -32px;
    margin-bottom: 54px
}

@media (max-width: 767.98px) {
    .c-summary-total {
        margin-top: -20px;
        margin-bottom: 32px
    }
}

.c-summary-total dl {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.c-summary-total dt {
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px
}

@media (max-width: 767.98px) {
    .c-summary-total dt {
        padding-top: 2px
    }
}

.c-summary-total dd {
    font-size: 36px;
    margin-left: 16px;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .c-summary-total dd {
        font-size: 22px;
        margin-left: 12px
    }
}

.c-summary-info {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 32px;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    .c-summary-info {
        font-size: 16px;
        margin-bottom: 0
    }
}

.c-summary-info p {
    margin-bottom: 0
}

.c-summary-info__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important
}

.c-summary-info__col {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 32px
}

@media (max-width: 767.98px) {
    .c-summary-info__col {
        width: 100%
    }
}

.c-summary-info__col--full {
    width: 100%
}

.c-summary-subtitle {
    margin-bottom: 24px
}

.c-summary-details {
    margin-bottom: 64px
}

.c-summary-details dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    margin-bottom: -14px
}

.c-summary-details dd, .c-summary-details dt {
    margin-bottom: 14px
}

@media (max-width: 575.98px) {
    .c-summary-details dd, .c-summary-details dt {
        margin-bottom: 10px
    }
}

.c-summary-details dt {
    width: 160px;
    flex-shrink: 0;
    padding-right: 20px;
    font-size: 1.4rem;
    font-weight: 400
}

@media (max-width: 575.98px) {
    .c-summary-details dt {
        width: 100%;
        margin-bottom: 5px
    }
}

.c-summary-details dd {
    width: calc(100% - 160px);
    font-weight: 700;
    word-break: break-word
}

@media (max-width: 575.98px) {
    .c-summary-details dd {
        width: 100%
    }
}

/*add to cart popup start*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: calc(50%);
    /*max-width: 600px;*/
    margin: 20px auto;
    border: 4px solid #237c24;
    border-radius: 0;
}
.mfp-container{
    height: 100vh;
}
@media (max-width: 992px) {
    .white-popup {
        max-width: 600px;
    }
}
/*add to cart popup end*/
/*product option start*/
.c-product-info .radio_container{
    margin: 10px 0;
}
.c-product-info .radio{
    padding: 0 3px;
}
.c-product-info .radio:hover{
    color: #54c88c;
    border-color: #54c88c;
}
.c-product-info .radio_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/*.c-product-info .radio{*/
/*    width: -webkit-calc(100% / 3 - 10px);*/
/*    width: calc(100% / 3 - 10px);*/
/*    margin: 0 5px;*/
/*}*/
.c-product-info .radio label{
    font-size: 12px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    padding: 4px 8px;
    border: 1px solid #237c24;
    color: #000;
    /*width: 50%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
.c-product-info .radio label:hover{
    color: #54c88c;
    border-color: #54c88c;
}
.c-product-info input:checked + label{
    font-size: 12px;
    border-radius: 20px;
    padding: 4px 8px;
    border: 1px solid #237c24;
    margin: 0;
    color: #fff!important;
    background-color: #237c24;
}
/*product option end*/
/*pagination start*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 12px 24px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #237c24;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #237c24;
    border-color: #237c24;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #237c24;
    border-color: #237c24;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*pagination end*/

.price-old span.price {
    text-decoration: line-through;
    font-size: 14px;
}
.price-old span.sale-date {
    float: right;
    padding: 6px 120px;
}
.price-old span.sale-date svg {
    height: 40px;
    vertical-align: middle;
}
.price-new {
    color: #eb3131;
}

@media (max-width: 1440px) {
    .price-old span.sale-date {
        padding: 8px 80px;
    }
}
@media (max-width: 1024px) {
    .price-old span.sale-date {
        padding: 8px 60px;
    }
}
@media (max-width: 768px) {
    .price-old span.sale-date {
        padding: 15px 30px;
        font-size: 1.3rem;
    }
    .price-old span.sale-date svg {
        height: 25px;
    }
}
@media (max-width: 575.98px) {
    .price-old span.sale-date {
        padding: 8px 40px;
    }
}

.old-price .current {
    text-decoration-line: line-through;
    font-size: 30px;
}
.old-price .current-date-sale {
    float: right;
    padding: 60px 100px;
    font-size: 40px;
}
.old-price .current-date-sale svg {
    height: 40px;
    vertical-align: middle;
}
.special-price .current {
    color: #eb3131;
}
@media (max-width: 1600px) {
    .old-price .current-date-sale {
        padding: 60px 60px;
        font-size: 30px;
    }
}
@media (max-width: 1440px) {
    .old-price .current-date-sale {
        padding: 70px 45px;
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .old-price .current-date-sale {
        padding: 70px 60px;
    }
}
@media (max-width: 768px) {
    .old-price .current-date-sale {
        padding: 55px 20px;
    }
}
@media (max-width: 575.98px) {
    .old-price .current-date-sale {
        padding: 35px 40px;
        font-size: 14px;
    }
}
.select2-zd-selection {
    box-shadow: none!important;
    background-color: unset!important;
    border: none!important;
}
.select2-zd-form-control {
    background-color: #f7f9fd;
    line-height: 1.5;
    border: none;
    border-bottom: 2px solid #f7f9fd;
    padding: 21px 20px 3px;
    box-shadow: none;
}

/*
***************   REVIEWS   ***********************
*/
.c-product-review-block {
    display: flex;
    margin-top: 60px
}

.c-product-reviews {
    width: 60%;
    flex-shrink: 0
}

@media (max-width: 1259.98px) {
    .c-product-reviews {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .c-product-review-block {
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .c-product-reviews {
        width: 100%;
        /*order: 1*/
    }
}

.c-product-review-form {
    width: 40%;
    flex-shrink: 0;
    padding-left: 32px
}

@media (max-width: 1259.98px) {
    .c-product-review-form {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .c-product-review-form {
        width: 100%;
        padding-left: 0;
        /*max-width: 400px;*/
        margin-bottom: 30px
    }
}

.c-product-review-form .custom-control-label {
    padding-left: 20px;
}

/*
        DROPDOWN MENU STYLES START
 */
.c-header-nav__item {
    position: relative;
    list-style: none;
}

.c-header-nav-dropdown {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.3s ease;
}


.c-header-nav-dropdown::after {
    content: "▾";
    font-size: 0.7em;
    transition: transform 0.3s ease;
}

.c-header-nav-dropdown:hover {
    color: #54c88c;
}

.c-header-nav__item:hover .c-header-nav-dropdown::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    width: max-content;
    min-width: unset;
    white-space: nowrap;
}

.c-header-nav__item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: #2e7d32;
}

/*
        DROPDOWN MENU STYLES END
 */

.c-header-social__link {
    display: block;
    padding: 0px 16px;
    color: currentColor
}
