@charset "UTF-8";
.latest-products .fa-angle-left, .latest-products .fa-angle-right {
    position: absolute;
    display: block;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    top: 43%;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 9
}
.slick-tab-centered .slick-center .text-italic {
    overflow: hidden;
}

@media (min-width: 768px) {
    .latest-products .fa-angle-left, .latest-products .fa-angle-right {
        top: 50%
    }
}

.latest-products .fa-angle-left:hover, .latest-products .fa-angle-right:hover {
    outline: 0;
    background: 0 0
}

.latest-products .fa-angle-left:hover:before, .latest-products .fa-angle-right:hover:before {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000
}

.latest-products .fa-angle-left.slick-disabled:before, .latest-products .fa-angle-right.slick-disabled:before {
    opacity: .25
}

.latest-products .fa-angle-left:before, .latest-products .fa-angle-right:before {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 26px;
    line-height: 42px;
    color: #d1d1d1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 250ms
}

@media (max-width: 479px) {
    .latest-products .fa-angle-left:before, .latest-products .fa-angle-right:before {
        background-color: #d1d1d1;
        color: #fff;
        border-color: #d1d1d1
    }
}

.latest-products .fa-angle-left {
    left: -5px
}

.latest-products .fa-angle-right {
    right: -5px
}

@media (min-width: 1200px) {
    .thumbnail-menu-modern .caption {
        max-height: 190px;
    }
}

.thumbnail-menu-modern .caption a {
    color: #3C3C50;
    font-weight: 500;
}

.thumbnail-menu-modern .caption {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

@media (min-width: 1200px) {
    .thumbnail-menu-modern {
        padding: 20px 25px 50px;
    }

    .thumbnail-menu-modern:hover {
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
        z-index: 2;
    }

    .thumbnail-menu-modern:hover .caption {
        max-height: none;
    }

    .thumbnail-menu-modern:hover .btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .thumbnail-menu-modern:hover figure {
        width: 320px;
    }
}

.thumbnail-menu-modern-horizontal {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 24px rgba(34, 34, 43, 0.67);
}

.thumbnail-menu-modern-horizontal .unit figure {
    width: 100%;
}

@media (min-width: 1800px) {
    .thumbnail-menu-modern-horizontal .unit figure {
        width: 370px;
    }
}

.thumbnail-menu-modern-horizontal .caption {
    max-height: 100%;
    transition: 200ms ease-in;
}

@media (min-width: 1200px) {
    .thumbnail-menu-modern-horizontal .caption {
        -webkit-transform: translateY(13%);
        transform: translateY(13%);
    }
}

.thumbnail-menu-modern-horizontal:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.thumbnail-menu-modern-horizontal:hover .caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.thumbnail-menu-modern {
    position: relative;
    padding: 20px 25px 20px;
    border-radius: 6px;
    transition:all 350ms ease;
    text-align: center;
    background-color: #fff;
}

@media (min-width: 768px) {
    h4, .h4 {
        line-height: 1.02778;
        font-size: 36px;
    }
}

h4, .h4 {
    font-size: 28px;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .thumbnail-menu-modern figure {
        width: 310px;
    }
}

.thumbnail-menu-modern figure {
    display: inline-block;
    transition:all 250ms ease-in;
}

figure {
    margin: 0;
}

.thumbnail-menu-modern figure img {
    width: 100%;
    transition:all 350ms ease-in;
}

img {
    vertical-align: middle;
    border: 0;
}

.thumbnail-menu-modern * + p {
    margin-top: 11px;
    margin-bottom: 0;
}

.thumbnail-menu-modern * + .price {
    margin-top: 4px;
}

.text-italic {
    font-style: italic;
    color: #9b9b9b;
}

@media (min-width: 1200px) {
    .slick-tab-centered .thumbnail-menu-modern .price {
        /*margin-top: -10px;*/
    }
}

.thumbnail-menu-modern .price {
    font-size: 24px;
    color: #ff0000;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: inline-block;
}

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    top: 43%;
    margin-top: -10px \9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

@media (min-width: 768px) {
    .slick-prev,
    .slick-next {
        top: 50%;
    }
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
    background: #ffad2e;
    border-color: #ffad2e;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid;
    font-family: "Material Design Icons";
    font-size: 26px;
    line-height: 42px;
    color: #d1d1d1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 250ms;
}

@media (max-width: 479px) {
    .slick-prev:before, .slick-next:before {
        background-color: #d1d1d1;
        color: #fff;
        border-color: #d1d1d1;
    }
}

.slick-prev {
    left: 5px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 5px;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .slick-slider {
        margin-bottom: 60px;
    }
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    left: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    background-color: #d4d4d4;
    border-radius: 50%;
    transition: 350ms;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background-color: #bdbdbd;
}

.slick-dots li.slick-active button {
    background-color: #bdbdbd;
}

.slick-slide {
    outline: none;
}

#child-carousel .slick-slide {
    position: relative;
    cursor: pointer;
    padding: 5px;
}

#child-carousel .slick-slide img {
    display: inline;
}

#child-carousel.align-center .slick-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#child-carousel.custom-pagination {
    max-width: 300px;
    margin: auto;
}

#child-carousel.custom-pagination .slick-track {
    display: flex;
    align-items: center;
    height: 110px;
}

#child-carousel.custom-pagination .slick-slide {
    position: relative;
    cursor: pointer;
    padding: 5px;
}

#child-carousel.custom-pagination .slick-slide.slick-current {
    opacity: 1;
}

#child-carousel.custom-pagination .slick-slide.slick-current div:before {
    transform: scale(1.1);
}

#child-carousel.custom-pagination .slick-slide div {
    position: relative;
    min-height: 84px;
    line-height: 84px;
    width: 84px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#child-carousel.custom-pagination .slick-slide div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(68, 73, 83, 0.12);
    transition: .3s;
}

#child-carousel.custom-pagination .slick-slide div:hover:before {
    transform: scale(1.1);
}

@media (min-width: 1200px) {
    .slick-tab-centered:before {
        position: absolute;
        top: -3px;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        display: inline-block;
        background: url("/assets/img/slick-center-bg.png") no-repeat center center;
        z-index: 1;
        pointer-events: none;
    }
}
@media (min-width: 1800px) {
    .slick-tab-centered:before {
        /*background: url("/assets/img/slick-center-bg.png") no-repeat center center;*/
    }
}

.slick-tab-centered .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 575px;
}

@media (min-width: 768px) {
    .slick-tab-centered .slick-track {
        min-height: 600px;
    }
}

.slick-tab-centered .slick-slide {
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .slick-tab-centered .slick-prev {
        margin-left: -255px;
        left: 50%;
    }

    .slick-tab-centered .slick-next {
        margin-right: -255px;
        right: 50%;
    }
}

.slick-tab-centered .thumbnail-menu-modern {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .slick-tab-centered .thumbnail-menu-modern {
        padding: 132px 65px 130px;
    }
}

.slick-tab-centered .thumbnail-menu-modern figure {
    width: auto;
    max-width:320px;
}

.slick-tab-centered .thumbnail-menu-modern .caption {
    max-height: none;
    margin-top: 6px;
}

.slick-tab-centered .thumbnail-menu-modern .caption h4 {
    font-size:16px;
    font-weight: 500;
}
.slick-tab-centered .thumbnail-menu-modern .caption h4 + p {
    margin-top: 10px;
}

.slick-tab-centered .thumbnail-menu-modern .text-italic,
.slick-tab-centered .thumbnail-menu-modern .btn {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .slick-tab-centered .thumbnail-menu-modern .price {
        /*margin-top: -10px;*/
    }

    .slick-tab-centered .thumbnail-menu-modern .btn,
    .slick-tab-centered .thumbnail-menu-modern .price {
        transition:all 450ms ease;
    }

    .slick-tab-centered .thumbnail-menu-modern .text-italic {
        transition:all 250ms ease-out;
    }

    .slick-tab-centered .thumbnail-menu-modern .text-italic,
    .slick-tab-centered .thumbnail-menu-modern .btn {
        font-size: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .thumbnail-menu-modern .btn {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@media (min-width: 992px) {
    .slick-tab-centered .slick-center .thumbnail-menu-modern:before {
        position: absolute;
        top: -6px;
        bottom: -6px;
        right: 0;
        left: 0;
        content: "";
        display: inline-block;
        border: 2px solid #e0e1e9;
    }
}

@media (min-width: 1200px) {
    .slick-tab-centered .slick-center .thumbnail-menu-modern {
        padding: 42px 35px 50px;
    }

    .slick-tab-centered .slick-center .thumbnail-menu-modern:before {
        content: none;
    }
}

.slick-tab-centered .slick-center .text-italic,
.slick-tab-centered .slick-center .btn {
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.thumbnail-menu-modern .caption .btn {
    height: 40px;
    width: 110px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 15px;
    line-height: 26px;
    font-weight: 500;
}

.thumbnail-menu-modern .caption .btn:hover, .thumbnail-menu-modern .caption .btn:focus {
    background: #EA2D2B;
    outline: none;
}

.slick-tab-centered .slick-center .price {
    margin-top: 3px;
}

.carousel-center-mode {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .carousel-center-mode .slick-prev,
    .carousel-center-mode .slick-next {
        top: 52%;
    }
}

@media (min-width: 480px) {
    .carousel-center-mode .slick-prev {
        left: -20px;
    }
}

@media (min-width: 480px) {
    .carousel-center-mode .slick-next {
        right: -20px;
    }
}

@media (min-width: 768px) {
    .carousel-center-mode {
        max-width: 700px;
    }

    .carousel-center-mode .deals-block-variant-1 {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .carousel-center-mode {
        max-width: 1100px;
    }

    .carousel-center-mode .deals-block-variant-1 {
        max-width: 100%;
    }
}

@media (min-width: 1800px) {
    .carousel-center-mode {
        max-width: 1350px;
    }
}

.carousel-center-mode, .carousel-center-mode * {
    outline: 0 !important;
}

.carousel-center-mode .slick-track {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.carousel-center-mode .slick-list {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px !important;
}

.carousel-center-mode .slick-slide {
    padding: 0 2px;
    height: auto;
    outline: none;
}

@media (min-width: 480px) {
    .carousel-center-mode .slick-slide {
        padding: 0 15px;
    }
}

.carousel-center-mode .slick-slide .slick-slide-inner {
    transition: 600ms linear;
}

.carousel-center-mode .slick-slide .item {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .carousel-center-mode .slick-track {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .carousel-center-mode .slick-slide {
        position: relative;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }

    .carousel-center-mode .slick-slide .slick-slide-inner {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: scale(0.44);
        transform: scale(0.44);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        min-width: 840px;
    }

    .carousel-center-mode .slick-slide .slick-slide-inner > * {
        position: relative;
        max-width: 100%;
    }

    .carousel-center-mode .slick-list:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 150px;
        content: "";
        display: inline-block;
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
        z-index: 1;
    }

    .carousel-center-mode .slick-list:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 150px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
        z-index: 1;
    }

    .carousel-center-mode .slick-dots {
        display: none !important;
    }

    .carousel-center-mode .slick-slide.slick-active {
        cursor: pointer;
        overflow: visible;
    }

    .carousel-center-mode .slick-slide.slick-center {
        z-index: 10;
        cursor: default;
        overflow: visible;
    }

    .carousel-center-mode .slick-slide.slick-center .slick-slide-inner {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel-center-mode .slick-slide.slick-center .slick-slide-inner:after {
        opacity: 0;
        visibility: hidden;
    }

    .ie-10 .carousel-center-mode .slick-slide .slick-slide-inner,
    .ie-11 .carousel-center-mode .slick-slide .slick-slide-inner {
        margin-left: -43%;
    }
}

.responsive-tabs.responsive-tabs-horizontal-background .resp-tabs-list li {
    padding: 10px 55px 5px;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.responsive-tabs.responsive-tabs-horizontal-background .resp-tabs-list li.resp-tab-active {
    font-weight: 700;
}

.responsive-tabs.responsive-tabs-horizontal-background .resp-tabs-list li:hover, .responsive-tabs.responsive-tabs-horizontal-background .resp-tabs-list li.resp-tab-active {
    color: #2b2c2f;
    background-color: #f2f3f8;
}

@media (min-width: 768px) {
    .responsive-tabs.responsive-tabs-horizontal-background .resp-tabs-container {
        background-color: #f2f3f8;
    }
}

.responsive-tabs.responsive-tabs-horizontal-background .resp-tab-content {
    padding: 20px 15px;
}

@media (min-width: 1200px) {
    .responsive-tabs.responsive-tabs-horizontal-background .resp-tab-content {
        padding: 46px 0 85px;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}

.responsive-tabs-carousel.responsive-tabs-button .resp-tabs-list > li {
    border-color: #d8d8d8;
    font-weight: 500;
}

.responsive-tabs-carousel.responsive-tabs-button .resp-tabs-list > li.resp-tab-active, .responsive-tabs-carousel.responsive-tabs-button .resp-tabs-list > li:hover {
    border-color: #ff0000;
    background: transparent;
    color: #646473;
}

@media (max-width: 767px) {
    .responsive-tabs-carousel.responsive-tabs-button .resp-tab-content,
    .responsive-tabs-carousel.responsive-tabs-horizontal-background .resp-tab-content {
        padding: 0 15px 20px 15px;
    }
}

@media (min-width: 768px) {
    .responsive-tabs-carousel .resp-tab-content {
        padding: 50px 0 26px;
    }
}

.resp-tabs-list li {
    cursor: pointer;
    transition: .33s all ease;
}

* + .responsive-tabs {
    margin-top: 35px;
}

@media (min-width: 768px) {
    * + .responsive-tabs {
        margin-top: 50px;
    }
}

.resp-accordion,
.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
}

.responsive-tabs-horizontal .resp-tabs-list {
    word-spacing: 0;
}

@media (min-width: 768px) {
    .responsive-tabs-modern .resp-tabs-list {
        display: inline-block;
    }

    .responsive-tabs-modern .resp-tabs-list > li {
        font-size: 16px;
    }

    .responsive-tabs-modern .resp-tabs-list > li:hover, .responsive-tabs-modern .resp-tabs-list > li.resp-tab-active {
        color: #202020;
    }

    .responsive-tabs-modern.responsive-tabs-fullwidth .resp-tabs-list {
        display: block;
    }

    .responsive-tabs-button .resp-tabs-list {
        word-spacing: 0;
    }

    .responsive-tabs-button .resp-tabs-list > li {
        padding: 10px 36px;
        text-transform: uppercase;
        letter-spacing: .075em;
        color: #646473;
        background-color: transparent;
        border: 2px solid #e0e1e9;
        border-radius: 35px;
        text-align: center;
    }

    .responsive-tabs-button .resp-tabs-list > li:hover, .responsive-tabs-button .resp-tabs-list > li.resp-tab-active {
        color: #fff;
        background: #ff0000;
        border-color: #ff0000;
    }

    .responsive-tabs-button.responsive-tabs-button-mod-1 {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .slick-tab-centered .fa-angle-left {
        margin-left: -255px;
        left: 50%;
    }
}

@media (min-width: 1200px) {
    .slick-tab-centered .fa-angle-right {
        margin-right: -255px;
        right: 50%;
    }
}

@media (min-width: 768px) {
    .responsive-tabs-horizontal .resp-tabs-list {
        /*margin-top: -10px;*/
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }

    .responsive-tabs-horizontal .resp-tabs-list > li {
        display: inline-block;
        margin-top: 10px;
    }

    .responsive-tabs-horizontal .resp-tab-content {
        padding: 30px 0 26px;
    }

    .responsive-tabs-horizontal.responsive-tabs-condensed .resp-tab-content {
        padding: 0;
    }

    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list {
        border-bottom: 1px solid #f2f3f8;
    }

    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list > li {
        position: relative;
        bottom: -1px;
        z-index: 10;
        padding: 0 0 8px 0;
        margin: 10px 30px 0 0;
    }

    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list > li:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #f2f3f8;
        opacity: 0;
        visibility: hidden;
        transition: .33s all ease;
    }

    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list > li:last-child {
        margin-right: 0;
    }

    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list > li:hover:after,
    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list .resp-tab-active:after {
        opacity: 1;
        visibility: visible;
    }

    .responsive-tabs-horizontal.responsive-tabs-button .resp-tabs-list > li:not(:last-child) {
        margin-right: 10px;
    }

    .responsive-tabs-vertical {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .responsive-tabs-vertical .resp-tabs-list {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .responsive-tabs-vertical .resp-tabs-list > li {
        z-index: 10;
        width: 100%;
        margin: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: none;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .responsive-tabs-vertical .resp-tabs-list > li {
        min-width: 265px;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .responsive-tabs-vertical .resp-tabs-list > li:hover, .responsive-tabs-vertical .resp-tabs-list > li.resp-tab-active {
        box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .responsive-tabs-vertical .resp-tabs-container {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .responsive-tabs-vertical .resp-tabs-container {
        padding: 0 30px 3px;
    }

    .responsive-tabs-vertical .resp-tab-content {
        padding: 0;
    }

    .responsive-tabs-vertical.responsive-tabs-modern .resp-tabs-list {
        border-right: 1px solid #f2f3f8;
    }

    .responsive-tabs-vertical.responsive-tabs-modern .resp-tabs-list > li {
        position: relative;
        right: -1px;
        padding: 0 16px 0 0;
        text-align: right;
        border-right: 1px solid transparent;
        background-color: transparent;
    }

    .responsive-tabs-vertical.responsive-tabs-modern .resp-tabs-list > li:hover, .responsive-tabs-vertical.responsive-tabs-modern .resp-tabs-list > li.resp-tab-active {
        border-right-color: #f2f3f8;
    }

    .responsive-tabs-vertical.responsive-tabs-modern .resp-tabs-list > li + li {
        margin-top: 16px;
    }

    .responsive-tabs-vertical.responsive-tabs-button .resp-tabs-list > li {
        padding-left: 31px;
        padding-right: 31px;
    }

    .responsive-tabs-vertical.responsive-tabs-button .resp-tabs-list > li + li {
        margin-top: 8px;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-horizontal.responsive-tabs-modern .resp-tabs-list li {
        margin: 10px 44px 0 0;
        min-width: 125px;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .resp-tabs-list {
        display: none;
    }

    .responsive-tabs .resp-accordion,
    .responsive-tabs .resp-tab-content {
        background: #fff;
    }

    .responsive-tabs .resp-accordion {
        position: relative;
        display: block;
        padding: 11px 38px 11px 29px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
    }

    .responsive-tabs .resp-tab-content {
        position: relative;
        margin-top: -1px;
        will-change: transform;
    }

    .responsive-tabs .resp-arrow {
        position: absolute;
        transition: .33s;
        will-change: transform;
    }

    .responsive-tabs .resp-arrow:before, .responsive-tabs .resp-arrow:after {
        content: '';
        position: absolute;
        background-color: transparent;
    }

    .responsive-tabs .resp-arrow:after {
        opacity: 1;
        visibility: visible;
        transition: .2s all ease;
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion {
        position: relative;
        padding: 20px 55px 20px 30px;
        color: #2b2c2f;
        border-bottom: 1px solid #f2f3f8;
        transition: 350ms;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion:not(:first-child) {
        margin-top: 30px;
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion:nth-last-child(2) {
        transition-delay: .33s;
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion:nth-last-child(2).resp-tab-active {
        transition: .33s all ease;
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion:hover {
        color: #ffad2e;
    }

    .responsive-tabs.responsive-tabs-modern .resp-accordion.resp-tab-active {
        border-bottom-color: transparent;
        color: #2b2c2f;
    }

    .responsive-tabs.responsive-tabs-modern .resp-tab-content {
        margin-top: -3px;
        padding: 28px 55px 22px 30px;
        border-bottom: 1px solid #f2f3f8;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
        border-radius: 0 0 6px 6px;
        border-top: 1px solid #d3d3d6;
    }

    .responsive-tabs.responsive-tabs-modern.responsive-tabs-condensed .resp-tab-content {
        padding: 30px 0;
    }

    .responsive-tabs.responsive-tabs-modern .resp-arrow {
        top: 0;
        bottom: -1px;
        right: 0;
        width: 50px;
        background: #ffad2e;
        border-radius: 0 6px 6px 0;
    }
}

@media (max-width: 767px) and (min-width: 1200px) {
    .responsive-tabs.responsive-tabs-modern .resp-arrow {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .responsive-tabs.responsive-tabs-modern .resp-arrow:before, .responsive-tabs.responsive-tabs-modern .resp-arrow:after {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .responsive-tabs.responsive-tabs-modern .resp-arrow:before {
        width: 20px;
        height: 2px;
    }

    .responsive-tabs.responsive-tabs-modern .resp-arrow:after {
        width: 2px;
        height: 20px;
    }

    .responsive-tabs.responsive-tabs-modern .resp-tab-active .resp-arrow:after {
        opacity: 0;
        visibility: hidden;
    }

    .responsive-tabs.responsive-tabs-modern-mod-1 .resp-tab-content {
        padding: 14px 15px 30px 13px;
    }

    .responsive-tabs.responsive-tabs-button .resp-accordion,
    .responsive-tabs.responsive-tabs-button .resp-tab-content, .responsive-tabs.responsive-tabs-horizontal-background .resp-accordion,
    .responsive-tabs.responsive-tabs-horizontal-background .resp-tab-content {
        color: #2b2c2f;
        background: #f2f3f8;
    }

    .responsive-tabs.responsive-tabs-button.responsive-tabs-button-mod-1 .resp-tab-content, .responsive-tabs.responsive-tabs-horizontal-background.responsive-tabs-button-mod-1 .resp-tab-content {
        padding: 30px 15px 20px;
        color: #9b9b9b;
        background: transparent;
    }

    .responsive-tabs.responsive-tabs-button .resp-accordion, .responsive-tabs.responsive-tabs-horizontal-background .resp-accordion {
        padding: 14px 59px 11px 10px;
        border-radius: 6px;
        font-weight: 700;
        text-align: right;
        transition: 1.3s all ease;
    }

    .responsive-tabs.responsive-tabs-button .resp-accordion:not(:first-child), .responsive-tabs.responsive-tabs-horizontal-background .resp-accordion:not(:first-child) {
        margin-top: 10px;
    }

    .responsive-tabs.responsive-tabs-button .resp-accordion.resp-tab-active, .responsive-tabs.responsive-tabs-horizontal-background .resp-accordion.resp-tab-active {
        border-radius: 6px 6px 0 0;
        transition: none;
    }

    .responsive-tabs.responsive-tabs-button .resp-tab-content, .responsive-tabs.responsive-tabs-horizontal-background .resp-tab-content {
        padding: 0 15px 15px;
        border-radius: 0 0 6px 6px;
    }

    .responsive-tabs.responsive-tabs-button .resp-arrow, .responsive-tabs.responsive-tabs-horizontal-background .resp-arrow {
        right: 20px;
        top: 24px;
    }

    .responsive-tabs.responsive-tabs-button .resp-arrow:before, .responsive-tabs.responsive-tabs-button .resp-arrow:after, .responsive-tabs.responsive-tabs-horizontal-background .resp-arrow:before, .responsive-tabs.responsive-tabs-horizontal-background .resp-arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #2b2c2f;
    }

    .responsive-tabs.responsive-tabs-button .resp-arrow:before, .responsive-tabs.responsive-tabs-horizontal-background .resp-arrow:before {
        width: 18px;
        height: 4px;
        right: 0;
    }

    .responsive-tabs.responsive-tabs-button .resp-arrow:after, .responsive-tabs.responsive-tabs-horizontal-background .resp-arrow:after {
        width: 4px;
        height: 18px;
        right: 7px;
    }

    .responsive-tabs.responsive-tabs-button .resp-tab-active .resp-arrow:after, .responsive-tabs.responsive-tabs-horizontal-background .resp-tab-active .resp-arrow:after {
        opacity: 0;
        visibility: hidden;
    }

    .bg-gray-lighter .responsive-tabs.responsive-tabs-button .resp-accordion,
    .bg-gray-lighter .responsive-tabs.responsive-tabs-button .resp-tab-content, .bg-gray-lighter .responsive-tabs.responsive-tabs-horizontal-background .resp-accordion,
    .bg-gray-lighter .responsive-tabs.responsive-tabs-horizontal-background .resp-tab-content {
        background: #fff;
    }
}

.responsive-tabs[data-type='accordion'] .resp-tabs-list {
    display: none;
}

.responsive-tabs[data-type='accordion'] .resp-accordion,
.responsive-tabs[data-type='accordion'] .resp-tab-content {
    background: #fff;
}

.responsive-tabs[data-type='accordion'] .resp-accordion {
    position: relative;
    display: block;
    padding: 11px 38px 11px 29px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.responsive-tabs[data-type='accordion'] .resp-tab-content {
    position: relative;
    margin-top: -1px;
    will-change: transform;
}

.responsive-tabs[data-type='accordion'] .resp-arrow {
    position: absolute;
    transition: .33s;
    will-change: transform;
}

.responsive-tabs[data-type='accordion'] .resp-arrow:before, .responsive-tabs[data-type='accordion'] .resp-arrow:after {
    content: '';
    position: absolute;
    background-color: transparent;
}

.responsive-tabs[data-type='accordion'] .resp-arrow:after {
    opacity: 1;
    visibility: visible;
    transition: .2s all ease;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion {
    position: relative;
    padding: 20px 55px 20px 30px;
    color: #2b2c2f;
    border-bottom: 1px solid #f2f3f8;
    transition: 350ms;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion:not(:first-child) {
    margin-top: 30px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion:nth-last-child(2) {
    transition-delay: .33s;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion:nth-last-child(2).resp-tab-active {
    transition: .33s all ease;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion:hover {
    color: #ffad2e;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-accordion.resp-tab-active {
    border-bottom-color: transparent;
    color: #2b2c2f;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-tab-content {
    margin-top: -3px;
    padding: 28px 55px 22px 30px;
    border-bottom: 1px solid #f2f3f8;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #d3d3d6;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern.responsive-tabs-condensed .resp-tab-content {
    padding: 30px 0;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow {
    top: 0;
    bottom: -1px;
    right: 0;
    width: 50px;
    background: #ffad2e;
    border-radius: 0 6px 6px 0;
}

@media (min-width: 1200px) {
    .responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow {
        width: 70px;
    }
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow:before, .responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow:before {
    width: 20px;
    height: 2px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-arrow:after {
    width: 2px;
    height: 20px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern .resp-tab-active .resp-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-modern-mod-1 .resp-tab-content {
    padding: 14px 15px 30px 13px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-accordion,
.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-tab-content, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-accordion,
.responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-tab-content {
    color: #2b2c2f;
    background: #f2f3f8;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button.responsive-tabs-button-mod-1 .resp-tab-content, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background.responsive-tabs-button-mod-1 .resp-tab-content {
    padding: 30px 15px 20px;
    color: #9b9b9b;
    background: transparent;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-accordion, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-accordion {
    padding: 14px 10px 11px 59px;
    border-radius: 6px;
    font-weight: 700;
    transition: 1.3s all ease;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-accordion:not(:first-child), .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-accordion:not(:first-child) {
    margin-top: 10px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-accordion.resp-tab-active, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-accordion.resp-tab-active {
    border-radius: 6px 6px 0 0;
    transition: none;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-tab-content, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-tab-content {
    padding: 0 35px 20px 59px;
    border-radius: 0 0 6px 6px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-arrow, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-arrow {
    left: 38px;
    top: 30px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-arrow:before, .responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-arrow:after, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-arrow:before, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #2b2c2f;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-arrow:before, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-arrow:before {
    width: 18px;
    height: 4px;
    right: 0;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-arrow:after, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-arrow:after {
    width: 4px;
    height: 18px;
    right: 7px;
}

.responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-tab-active .resp-arrow:after, .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-tab-active .resp-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.bg-gray-lighter .responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-accordion,
.bg-gray-lighter .responsive-tabs[data-type='accordion'].responsive-tabs-button .resp-tab-content, .bg-gray-lighter .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-accordion,
.bg-gray-lighter .responsive-tabs[data-type='accordion'].responsive-tabs-horizontal-background .resp-tab-content {
    background: #fff;
}

.responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list {
    border-bottom: 0;
}

.responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list li {
    font-size: 24px;
    min-width: auto;
    margin: 10px 0 0 0;
    padding: 0 13px;
}

.responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list li:after {
    content: none;
}

.responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list li + li:before {
    position: absolute;
    left: -4px;
    content: "|";
    display: inline-block;
    color: #e5e7e9;
    pointer-events: none;
}

.responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list li.resp-tab-active, .responsive-tabs-horizontal.responsive-tabs-modern-mod-1 ul.resp-tabs-list li:hover {
    color: #ffad2e;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

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