body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

a {
    color: #CAA048;
}

ol, ul, dl {
    padding-left: 0;
}

.admin-line + .wrapper .header {
    top: 50px;
}

.img-fluid {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

h4, .h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
}

h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 600;
    text-align: center;
}

h2 + .sub-title, .h2 + .sub-title, h3 + .sub-title, .h3 + .sub-title, h4 + .sub-title, .h4 + .sub-title {
    text-align: center;
    margin-top: -24px;
}

h2.font-thin, .h2.font-thin, h3.font-thin, .h3.font-thin, h4.font-thin, .h4.font-thin {
    font-weight: 300;
    color: #665952;
}

.text-center {
    text-align: center;
}

.text-center.btn-more {
    padding-top: 26px;
}

.btn {
    background: #CAA048;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    padding: 13px 15px 13px 15px;
    font-weight: 700;
    min-height: 48px;
    min-width: 240px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 0;
}

.btn.btn-light {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}

.btn.btn-reset {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    color: #665952;
}

.btn.btn-reset:hover {
    background: none;
}

.btn.btn-special {
    background: #fef7ef;
    color: #CAA048;
}

.btn.btn-special:hover {
    background: #e7d2b3;
    color: #000;
}

.btn:hover, .btn:focus {
    background: #d5b570;
}

.btn.btn-buy, .btn.btn-ask {
    max-width: 100%;
    display: block;
    min-width: auto;
}

.btn.btn-buy .icon, .btn.btn-ask .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
    fill: #fff;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-outline {
    background: #fff;
    border: 1px solid #CAA048;
    color: #CAA048;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn-outline .icon {
    display: inline-block;
    margin-right: 12px;
    fill: #CAA048;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn.btn-outline:hover {
    background: #CAA048;
    color: #fff;
}

.btn.btn-outline:hover .icon {
    fill: #fff;
}

.btn.btn-blank {
    background: none;
    min-width: auto;
}

.btn.btn-blank:hover {
    color: #fff;
    text-decoration: underline;
}

.btn.btn-ghost {
    color: #fff;
    border: 1px #fff solid;
    background: none;
}

.btn.btn-ghost:hover {
    background: #f0f8ff2e;
    color: #fff;
    text-decoration: none;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 60;
}

.filter-open .header-main {
    z-index: 10;
}

.logo .icon {
    max-width: 100px;
    fill: #fff;
}

.theme-light .head-tel {
    color: #665952;
}

.theme-light .head-tel:hover {
    color: #000;
}

.theme-light .head-top address {
    color: #665952;
}

.theme-light .head-nav a {
    color: #372B24;
}

.theme-light .head-top address .icon,
.theme-light .head-tel .icon,
.theme-light .head-top .social a .icon {
    fill: #372B24;
    opacity: 0.5;
}

.theme-light .head-link {
    color: #665952;
}

.theme-light .head-link span {
    border-bottom-color: #665952;
}

.theme-light .head-link:hover {
    color: #000;
}

.theme-light .head-link:hover span {
    border-bottom-color: #000;
}

.theme-light .breadcrumb a, .theme-light .breadcrumb-item.active {
    color: #665952;
}

.theme-light .breadcrumb-item + .breadcrumb-item::before {
    border-right: 2px solid rgba(102, 89, 82, 0.5);
    border-bottom: 2px solid rgba(102, 89, 82, 0.5);
}

.theme-light .hero-static .h1, .theme-light .hero-static h1, .theme-light .hero-static .h2, .theme-light .hero-static h2 {
    color: #372B24;
}

.theme-light .hero-static .h2, .theme-light .hero-static h2 {
    margin-bottom: 23px;
}

.theme-light .hamburger span {
    background: #372B24;
}

.theme-light .hero-static .inner {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #665952;
}

.swiper-hero-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    max-width: 1360px;
}

.hero-slider .swiper-slide, .hero-static .swiper-slide {
    height: 600px;
    position: relative;
    padding-top: 213px;
}

.hero-slider .swiper-slide .container, .hero-static .swiper-slide .container {
    position: relative;
    z-index: 5;
}

.hero-slider .slide-bg, .hero-static .slide-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-static .swiper-slide {
    text-align: center;
    height: auto;
    min-height: 390px;
    padding-bottom: 64px;
}

.hero-static.hero-static-big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 45%;
    z-index: 1;
}

.hero-static.hero-static-big .swiper-slide {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-static.hero-static-big .h1, .hero-static.hero-static-big h1 {
    margin-bottom: 22px;
}

.hero-static .sub-title {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.hero-static .btn-group {
    margin-top: 34px;
}

.hero-static .btn-group .btn + .btn {
    margin-left: 30px;
}

.hero-static .btn-group .btn + a {
    margin-left: 30px;
}

.hero-static .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.hero-sub-title {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    max-width: 584px;
    margin: 0 auto;
}

.hero-inner .swiper-slide .inner {
    padding-top: 60px;
}

.hero-inner .swiper-slide .inner.text-left {
    padding-top: 0;
}

.hero .btn-group a:not([class]) {
    color: #fff;
}

.slider-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.swiper-hero-pagination {
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px !important;
    z-index: 100;
}

.slide-icon {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 520px;
}

address {
    font-size: 13px;
    color: #fff;
}

address .icon {
    width: 12px;
    height: 16px;
    display: inline-block;
    margin-right: 14px;
    fill: #fff;
    opacity: 0.5;
}

.head-top {
    padding: 16px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 38px;
}

.head-tel {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.head-tel .icon {
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 14px;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    fill: #fff;
}

.head-tel:hover {
    color: #fff;
    text-decoration: none;
}

.head-tel:hover .icon {
    opacity: 1;
}

.head-link {
    font-size: 13px;
    color: #fff;
    margin: 0 40px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.head-link:hover {
    text-decoration: none;
    color: #fff;
}

.head-link:hover span {
    border-bottom-color: transparent;
}

.head-link span {
    border-bottom: 1px dashed #fff;
}

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

.social a {
    display: inline-block;
    vertical-align: top;
}

.social a + a {
    margin-left: 20px;
}

.social a .icon {
    width: 16px;
    height: 16px;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    fill: #fff;
}

.social a:first-child .icon {
    width: 18px;
    height: 11px;
}

.social a:hover .icon {
    opacity: 1;
}

.head-top--rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-cart .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.head-wishlist .icon {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.head-user .icon {
    width: 14px;
    height: 16px;
    fill: #fff;
}

.head-search .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.theme-light .head-cart .icon, .theme-light .head-wishlist .icon, .theme-light .head-user .icon, .theme-light .head-search .icon {
    fill: #372B24;
}

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

.head-icons a {
    display: inline-block;
    position: relative;
}

.head-icons a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #CAA048;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -6px;
}

.head-icons a + a {
    margin-left: 30px;
}

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

.head-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    font-size: 17px;
    font-weight: 700;
}

.head-nav a {
    color: #fff;
}

.head-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head-nav ul li {
    display: inline-block;
}

.head-nav ul li + li {
    margin-left: 40px;
}

.hero-slider, .hero-static {
    color: #fff;
}

.hero-slider .h1, .hero-slider h1, .hero-static .h1, .hero-static h1 {
    margin-bottom: 21px;
}

.hero-slider .inner, .hero-static .inner {
    max-width: 584px;
}

.hero-slider .inner.full-width, .hero-static .inner.full-width {
    max-width: 100%;
}

.hero-slider .inner span, .hero-static .inner span {
    display: block;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 33px;
}

.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next, .hero-static .swiper-button-prev, .hero-static .swiper-button-next {
    color: #fff;
    opacity: 0.5;
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover, .hero-static .swiper-button-prev:hover, .hero-static .swiper-button-next:hover {
    opacity: 1;
}

.hero-slider .swiper-slide-dark, .hero-static .swiper-slide-dark {
    color: #000;
}

.hero-static .h1, .hero-static h1 {
    text-align: center;
    margin-bottom: 12px;
}

.hero-static .inner {
    max-width: 100%;
}

.hero-static .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-static .btn-group .btn {
    margin: 0;
}

.hero-static .inner {
    max-width: 584px;
}

.hero-static .inner.text-left {
    text-align: left;
}

.hero-static .inner.text-left .h1, .hero-static .inner.text-left h1 {
    text-align: left;
}

.hero-static .inner.text-left .btn-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-static .inner > .btn {
    margin-top: 30px;
}

.promo-img-box {
    position: relative;
}

.promo-img-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 368px;
    height: 371px;
    background: url("../img/promo-icon.png") 0 0 no-repeat;
    background-size: 100%;
    left: 136px;
    top: 0;
}

.promo-img-box img {
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    max-width: 300px;
}

.promo-img-box img:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.promo-img-box img:last-child {
    margin-left: 204px;
    margin-top: 138px;
    position: relative;
    z-index: 1;
}

.promo-img-box img.spec {
    max-width: 265px;
    margin-left: 250px;
}

.section {
    padding: 50px 0 60px 0;
}

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

.section.section-big {
    padding: 118px 0 92px 0;
}

.section.section-catalog {
    padding-bottom: 0;
}

.section.section-unit {
    padding: 0;
}

.section.has-bg {
    background: #F8F8F8;
    background-size: cover;
}

.section.has-solid-bg {
    background: #F8F8F8;
}

.section.has-solid-bg .h2, .section.has-solid-bg h2, .section.has-solid-bg .h3, .section.has-solid-bg h3 {
    color: #372B24;
}

.section.section-promo {
    padding: 60px 0 80px 0;
}

.section-top-menu {
    padding: 50px 0 0 0;
}

.section-top-menu-catalog {
    padding: 30px 0 10px 0;
}

.section-top-menu .promo-nav {
    text-align: center;
}

.section h2, .section .h2, .section h3, .section .h3, .section h4, .section .h4 {
    margin-bottom: 50px;
}

.section.section-contact {
    background: url("../img/contact-bg.jpg") center 40% no-repeat;
    background-size: cover;
    padding: 32px 0;
    color: #372B24;
}

.section.has-bg-solid {
    background: #F8F8F8;
}

.section.has-decor {
    position: relative;
    z-index: 1;
}

.section.has-decor:before {
    content: "";
    display: block;
    position: absolute;
    width: 171px;
    height: 187px;
    background: url("../img/decor-l.png") 0 0 no-repeat;
    background-size: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section.has-decor:after {
    content: "";
    display: block;
    position: absolute;
    width: 174px;
    height: 164px;
    background: url("../img/decor-r.png") 0 0 no-repeat;
    background-size: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.section-shop {
    padding-bottom: 80px;
}

.section-team .slider-holder {
    margin-bottom: 50px;
}

.sub-title {
    font-weight: 700;
    color: #CAA048;
    margin-bottom: 55px;
    text-align: center;
}

.promo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    line-height: 27px;
}

.promo-text p {
    margin-bottom: 33px;
    color: #666;
}

.promo-text h2, .promo-text .h2, .promo-text h3, .promo-text .h3 {
    margin-bottom: 23px;
    text-align: left;
}

.promo-text .sub-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
}

.btn-group {
    display: block;
    font-weight: 700;
}

.btn-group a:not([class]) {
    color: #CAA048;
}

.btn-group .btn {
    margin-right: 50px;
    border-radius: 5px !important;
}

.btn-group .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 14px;
}

.teaser-item {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 220px;
}

.teaser-item:hover {
    color: #fff;
}

.teaser-item:hover img {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
}

.teaser-item:hover .teaser-icon img {
    -webkit-transform: none;
    transform: none;
}

.teaser-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.teaser-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.teaser-name {
    position: absolute;
    left: 30px;
    top: 22px;
    right: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.teaser-link {
    position: absolute;
    bottom: 24px;
    right: 30px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.teaser-link .icon {
    display: inline-block;
    margin-left: 9px;
    fill: #fff;
}

.teaser-icon {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
    text-align: center;
    line-height: 84px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.icon-chevron {
    width: 8px;
    height: 12px;
}

.hero {
    position: relative;
}

.swiper-hero-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-hero-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    margin: 0 11px !important;
}

.swiper-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.btn-box .btn {
    margin: 0 15px;
}

.section .swiper-button-prev {
    color: rgba(0, 0, 0, 0.3);
}

.section .swiper-button-next {
    color: rgba(0, 0, 0, 0.3);
}

.slider-holder {
    position: relative;
}

.slider-holder .swiper-button-prev {
    left: -58px;
    color: #fff;
    color: #caa048;;
}

.slider-holder .swiper-button-next {
    right: -58px;
    color: #caa048;;
}

.slider-holder .unit-slider .swiper-wrapper {
    margin: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
    background-color: transparent;
}

.tabs-nav {
    display: none;
    margin-bottom: 50px;
}

.tabs-nav li {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 18px;
}

.tabs-nav li a {
    color: #999999;
    border-bottom: 2px dashed #999999;
    text-decoration: none;
    display: inline-block;
}

.tabs-nav li a.active {
    color: #000;
    border-bottom-color: transparent;
}

.card .card-header {
    margin-bottom: 15px;
}

.card .card-header a {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #CAA048;
    color: #CAA048;
    text-align: center;
    padding: 5px 10px;
    background: #CAA048;
    color: #fff;
}

@media (min-width: 768px) {
    .tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tab-pane {
        border: none;
    }

    .tab-pane .tab-header {
        display: none;
    }

    .tab-pane .collapse {
        display: block;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.shop-link {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.shop-link:hover {
    color: #000;
}

.shop-link:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.shop-link span {
    display: block;
    position: absolute;
    left: 30px;
    top: 22px;
    width: 80px;
}

.unit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.unit-list .unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.unit {
    height: 578px;
    position: relative;
    padding: 0 15px;
}

.unit .unit-inner {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background: #FFFFFF;
    padding: 30px 0;
}

.unit:hover {
    z-index: 5;
}

.unit:hover .unit-inner {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin: 0 -30px;
}

.unit:hover .btn-buy {
    opacity: 1;
    visibility: visible;
}

.unit:hover .unit-tags {
    right: 30px;
}

.unit .btn-buy {
    opacity: 0;
    visibility: hidden;
}

.unit-tags {
    position: absolute;
    right: 0px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.unit-tags > span {
    min-width: 54px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    padding: 3px 10px;
}

.unit-tags > span + span {
    margin-left: 10px;
}

.unit-tag-discount {
    background: #F3DADA;
    color: #D63A43;
}

.unit-tag-recomm {
    background: #fef7ef;
    color: #CAA048;
}

.unit-tag-hit {
    background: #E8DAF3;
    color: #9245C1;
}

.unit-tag-new {
    background: #DAF3E4;
    color: #45C152;
}

.unit-img {
    height: 277px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 277px;
    margin: 0 auto 18px auto;
}

.unit-img img {
    max-width: 100%;
    max-height: 260px;
}

.unit-cat {
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 12px;
}

.unit-cat a {
    color: #CAA048;
}

.unit-brand {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: #a8aebc;
}

.unit-brand a {
    color: #a8aebc;
}

.unit-inf {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #666;
    margin-bottom: 11px;
    max-width: 277px;
    height: 50px;
    overflow: hidden;
}

.unit-inf a {
    color: #666;
}

.unit-inf a:hover {
    text-decoration: none;
}

.unit-price {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 18px;
}

.unit-price span {
    display: inline-block;
    font-weight: 500;
    color: #D63A43;
    margin-right: 10px;
    text-decoration: line-through;
}

.unit-slider .swiper-slide {
    padding: 20px 24px;
}

.unit-slider .swiper-slide .unit {
    padding: 0;
}

.brand {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
}

.brand span {
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-weight: 500;
    display: block;
}

.brand:hover {
    text-decoration: none;
}

.brand:hover span {
    color: #000;
}

.brand-icon {
    max-width: 140px;
    height: 140px;
    margin: 0 auto 12px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-icon img {
    max-width: 100%;
    max-height: 100%;
}

.brand-list .brand {
    margin-bottom: 30px;
    text-align: center;
}

.brand-list .brand .name {
    padding: 15px 0;
}

.brand-list .brand .name a {
    color: #666;
    font-size: 16px;
    font-weight: 300;
}


.section-big .tabs-nav {
    margin-bottom: 0px;
}

.section-contact .h2, .section-contact h2 {
    margin: 0;
    line-height: 40px;
    text-align: left;
}

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

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

.contact--lft .h3, .contact--lft h3 {
    text-align: left;
    margin-bottom: 0;
}

.contact--rht {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    width: 100%;
}

.contact--rht .btn {
    width: 100%;
}

.contact--rht .btn + .btn {
    margin-top: 20px;
}

.contact-tel {
    padding-left: 30px;
    position: relative;
    margin-left: 85px;
}

.contact-tel .h3 {
    margin-bottom: 0;
    color: #372B24;
}

.contact-tel a {
    color: #fff;
}

.contact-tel:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background: #CAA048;
    top: 5px;
    left: 0;
    bottom: 5px;
}

.contact-tel .icon {
    width: 22px;
    height: 22px;
    fill: #CAA048;
    display: inline-block;
    margin-right: 18px;
}

.contact-tel span {
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.map-canvas {
    height: 500px;
    position: relative;
}

.map-canvas .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.map-canvas + .footer {
    border-top: 0;
}

.footer {
    color: #666;
    padding-bottom: 70px;
    padding-top: 73px;
    border-top: 1px solid #D6D6D6;
}

.footer .logo {
    margin-bottom: 76px;
    max-width: 100px;
}

.footer .logo img {
    max-width: 100%;
}

.footer .social .icon {
    fill: #CAA048;
    opacity: 1;
}

.footer address {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 11px;
    color: #665952;
}

.footer address .icon {
    fill: #CAA048;
    opacity: 1;
}

.footer a[href^="tel:"] {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 11px;
}

.foot-top {
    margin-bottom: 86px;
}

.foot-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}

.foot-nav li {
    display: block;
    font-size: 15px;
}

.foot-nav li + li {
    margin-top: 7px;
}

.foot-nav li a {
    color: #666;
}

.foot-btm {
    font-size: 13px;
    line-height: 23px;
    color: #666;
}

.foot-btm span {
    display: block;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}

.hamburger {
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 12px;
    display: none;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span:nth-child(3) {
    top: 16px;
}

.js-open .hamburger span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.js-open .hamburger span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.js-open .hamburger span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.section-text {
    font-size: 17px;
    line-height: 27px;
    color: #666;
}

.section-text p {
    margin-bottom: 27px;
}

.swiper-thumb {
    margin-bottom: 20px;
}

.swiper-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-thumb .swiper-slide {
    height: 160px;
    position: relative;
}

.swiper-thumb .swiper-slide span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.swiper-thumb .swiper-slide span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid transparent;
}

.swiper-thumb .swiper-slide-thumb-active span:before {
    border-color: #CAA048;
}

.slider-wrap {
    position: relative;
}

.slider-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 23, 23, 0.7);
    color: #fff;
    z-index: 50;
    padding: 26px 30px;
}

.slider-overlay .btn {
    min-width: 190px;
}

.slider-overlay > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-overlay address {
    margin-right: 28px;
    font-size: 15px;
    margin-bottom: 0;
}

.slider-overlay .head-tel {
    font-size: 17px;
}

.slider-overlay .icon {
    opacity: 1;
}

.section-interior {
    padding-bottom: 80px;
}

.section-interior .swiper-target .swiper-slide img {
    width: 100%;
}

.section-interior .swiper-target {
    max-height: 600px;
}

.why-item-icon {
    text-align: center;
    margin-bottom: 32px;
}

.why-item-icon-1 .icon {
    width: 94px;
    height: 64px;
}

.why-item-icon-2 .icon {
    width: 78px;
    height: 64px;
}

.why-item-icon-3 .icon {
    width: 42px;
    height: 64px;
}

.why-item-icon-4 .icon {
    width: 64px;
    height: 64px;
}

.why-item-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 16px;
}

.why-item {
    margin-bottom: 20px;
}

.why-item li {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    padding-left: 20px;
}

.why-item li + li {
    margin-top: 16px;
}

.why-item li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #CAA048;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.why-item + .btn {
    width: 100%;
    margin-top: 23px;
}

.section-wide {
    padding: 60px 0;
    color: #372B24;
}

.section-wide.section-compliment {
    background: url("../img/gift-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #665952;
}

.section-wide.section-welcome {
    background: url("../img/welcome-bg.jpg") center center no-repeat;
    background-size: cover;
}

.section-wide.section-welcome .inner {
    background: rgba(47, 39, 53, 0.9);
    color: #fff;
}

.section-wide.section-welcome .inner .h2, .section-wide.section-welcome .inner h2, .section-wide.section-welcome .inner .h3, .section-wide.section-welcome .inner h3 {
    color: #fff;
}

.section-wide.section-welcome .inner p {
    margin: 32px 0 43px 0;
    font-size: 17px;
    line-height: 27px;
}

.section-wide.section-meeting {
    background: url("../img/meeting-bg.jpg") center center no-repeat;
}

.section-wide .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 50px 60px 50px;
    position: relative;
    text-align: center;
}

.section-wide .inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #CAA048;
    border-radius: 6px;
    pointer-events: none;
}

.section-wide .inner .h2, .section-wide .inner h2, .section-wide .inner .h3, .section-wide .inner h3 {
    margin-bottom: 32px;
    color: #372B24;
}

.section-wide span {
    display: block;
}

.section-wide .btn {
    margin-top: 15px;
    margin-bottom: 13px;
}

.section-wide .btn-group {
    margin-top: 43px;
}

.section-wide .btn-group .btn {
    margin: 0;
}

.section-wide .btn-group .btn:first-child {
    margin-right: 35px;
}

.section-wide .btn-group .btn:last-child {
    margin-left: 35px;
}

.section-wide.section-order {
    background: url("../img/welcome-bg.jpg") center center no-repeat;
    background-size: cover;
}

.section-wide.section-order .inner {
    background: rgba(255, 255, 255, 0.9);
}

.section-wide.section-order .inner:before {
    border-color: #CAA048;
}

.section-wide.section-order .inner .h2 {
    color: #000;
}

.section-wide.section-order .inner p {
    color: #665952;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 43px;
}

.section-wide.section-order .inner .small-title {
    font-size: 17px;
    line-height: 27px;
    color: #CAA048;
    font-weight: 700;
    margin-bottom: 37px;
}

.section-wide.section-order .btn-blank {
    color: #CAA048;
}

.section-wide.section-order .btn-group .icon {
    fill: #CAA048;
}

.section-promo .social {
    margin-top: 27px;
}

.section-promo .social .icon {
    fill: #CAA048;
    opacity: 1;
    width: 64px;
    height: 64px;
}

.section-promo .social a + a {
    margin-left: 60px;
}

.section-promo .social a:first-child .icon {
    width: 72px;
    height: 44px;
}

.icon-star {
    width: 17px;
    height: 16px;
    fill: #CAA048;
}

.serv-card {
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.serv-card-inf {
    padding: 23px 30px 33px 30px;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

.serv-card-inf > span {
    display: block;
    margin-bottom: 20px;
}

.serv-card-inf ul {
    margin-bottom: 26px;
}

.serv-card-inf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    background-image: -webkit-gradient(linear, left top, right top, from(#cdced3), color-stop(16.6666666667%, #cdced3), color-stop(16.6666666667%, transparent));
    background-image: linear-gradient(to right, #cdced3 0%, #cdced3 16.6666666667%, transparent 16.6666666667%);
    background-position: left 17px;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.serv-card-inf li > span {
    text-align: right;
    display: inline-block;
    background: #fff;
    padding: 0 0 0 10px;
}

.serv-card-inf li > span:first-child {
    display: inline-block;
    padding: 0 10px 0 0;
    text-align: left;
}

.serv-card-inf li .price {
    color: #000;
    white-space: nowrap;
}

.serv-card-img {
    height: 220px;
    position: relative;
    display: block;
    overflow: hidden;
}

.serv-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.serv-card-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.serv-card-img span {
    display: block;
    position: absolute;
    left: 30px;
    top: 21px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    z-index: 5;
}

.serv-card-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.serv-tag {
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serv-tag .icon {
    display: inline-block;
    margin-right: 14px;
}

.view-all {
    font-weight: 700;
    color: #CAA048;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view-all .icon {
    width: 8px;
    height: 12px;
    fill: #CAA048;
    margin-left: 10px;
}

.view-all:hover {
    color: #CAA048;
}

.service-list {
    margin-bottom: 40px;
}

.service-list div[class^=col-] {
    margin-bottom: 30px;
}

.person {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.person .btn {
    height: 32px;
    padding: 5px;
    line-height: 38px;
}

.person .btn + .btn {
    margin-top: 19px;
}

.person-ava {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 22px auto;
}

.person-ava img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.person-name {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
}

.person-pos {
    color: #CAA048;
    margin-bottom: 6px;
}

.person-exp {
    color: #666;
    margin-bottom: 23px;
}

.sub-headline {
    font-size: 17px;
    line-height: 27px;
    color: #666666;
    text-align: center;
    margin-bottom: 55px;
    margin-top: -25px;
}

.section-service {
    padding-bottom: 77px;
}

.section-service .text-center.btn-more {
    padding-top: 60px;
}

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 12px;
    margin-top: 8px;
}

.hero-text {
    max-width: 584px;
    margin: 0 auto 25px auto;
    font-size: 17px;
    line-height: 27px;
}

.filter-result {
    margin-bottom: 53px;
}

.filter-result span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 23px;
    font-weight: bold;
    display: block;
}

.filter-block:not(:last-child) {
    margin-bottom: 50px;
}

.filter-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.check-set li {
    display: block;
    position: relative;
}

.check-set li + li {
    margin-top: 7px;
}

.check-set li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.check-set label {
    display: inline-block;
    margin: 0;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.check-set label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #EBEBEB;
    border-radius: 6px;
    left: 0;
    top: 3px;
}

.check-set label:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    left: 4px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
}

.check-set input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.check-set input[type=checkbox]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}

.pagination li {
    display: inline-block;
}

.pagination li + li {
    margin-left: 5px;
}

.pagination .page-link {
    border: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: #666;
    text-align: center;
    line-height: 36px;
}

.pagination .page-item span {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.page-item.active .page-link {
    background: #CAA048;
    color: #fff;
}

.text-block {
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

.text-block h1, .text-block .h1, .text-block h2, .text-block .h2, .text-block h3, .text-block .h3, .text-block h4, .text-block .h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
}

.main-row {
    margin-bottom: 70px;
}

.section-unit h1, .section-unit .h1, .section-unit h2, .section-unit .h2, .section-unit h3, .section-unit .h3, .section-unit h4, .section-unit .h4 {
    margin-bottom: 0;
}

.section-unit {
    margin-bottom: -30px;
}

.section-unit + .section-unit {
    margin-bottom: 0;
}

.summary-not-found {
    text-align: center;
    width: 100%;
}

.filter-btn {
    background: #EBEBEB;
    color: #666;
    border-radius: 6px;
    font-size: 15px;
    line-height: 25px;
    padding: 11px 10px 12px;
    font-weight: 700;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}

.filter-btn .icon {
    margin-right: 14px;
}

.filter-btn.filter-btn-selected {
    background: #fef7ef;
    color: #CAA048;
}

.filter-reset {
    border: 0;
    background: none;
    color: #666;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.icon-plus {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.product-thumb img, .product-target img, .product-row img {
    max-width: 100%;
    max-height: 700px;
}

.product-slider-box {
    padding-left: 90px;
    position: relative;
    padding-right: 30px;
}

.prod-thumbs-slider {
    height: 300px;
}

.prod-thumbs {
    height: 300px;
    width: 81px;
    position: absolute;
    left: 0;
    top: 0;
}

.prod-thumbs img {
    max-width: 78px;
    max-height: 78px;
    cursor: pointer;
}

.prod-thumbs .swiper-slide {
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.prod-thumbs .swiper-slide-thumb-active {
    border-color: #CAA048;
}

.prod-target-slider .swiper-slide {
    text-align: center;
}

.prod-target {
    position: relative;
}

.prod-target .unit-tags {
    z-index: 50;
    top: 10px;
    right: 0;
}

.prod-target:before {
    content: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    /* IE6-9 */
    z-index: 40;
}

.prod-target:after {
    content: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
    /* IE6-9 */
    z-index: 40;
}

.product-row h1, .product-row .h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.prod-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.prod-bar .icon {
    display: inline-block;
    margin-right: 14px;
}

.icon-check {
    width: 14px;
    height: 11px;
}

.icon-heart {
    width: 16px;
    height: 14px;
    padding: 0px;
}

.prod-available {
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-available.in-stock {
    color: #45C152;
}

.prod-buy-later {
    border: 0;
    padding: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.prod-buy-later .icon {
    fill: #999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.prod-buy-later:hover {
    color: #D63A43;
}

.prod-buy-later:hover .icon {
    fill: #D63A43;
}

.icon-chevron {
    width: 8px;
    height: 12px;
}

.prod-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    max-width: calc(50% - 15px);
    min-width: 277px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 30px 0;
}

.prod-brand .icon {
    margin-left: 8px;
    display: inline-block;
}

.prod-brand:hover {
    color: #000;
}

.prod-brand-logo {
    max-width: 80px;
    margin-right: 20px;
    /* display: block; */
    /* margin-bottom: 30px; */
}

.prod-brand-logo img {
    max-width: 100%;
}

.icon-light {
    width: 12px;
    height: 17px;
}

.prod-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 32px;
}

.price-old {
    font-weight: 500;
    text-decoration: line-through;
    color: #D63A43;
    margin-right: 20px;
    display: inline-block;
}

.prod-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 41px;
}

.prod-share span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
}

.prod-share a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #EBEBEB;
    border-radius: 6px;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.prod-share a:hover {
    background: #999;
}

.prod-share a:hover .icon {
    fill: #EBEBEB;
}

.prod-share .icon {
    width: 16px;
    height: 16px;
    fill: #999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.product-row {
    margin-bottom: 52px;
}

.prod-describe, .prod-help {
    margin-bottom: 40px;
}

.prod-describe h2, .prod-describe .h2, .prod-describe h3, .prod-describe .h3, .prod-describe h4, .prod-describe .h4, .prod-help h2, .prod-help .h2, .prod-help h3, .prod-help .h3, .prod-help h4, .prod-help .h4 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #000;
}

.prod-describe ul li, .prod-help ul li {
    display: block;
}

.prod-describe ul li a, .prod-help ul li a {
    color: #CAA048;
}

.prod-describe {
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

.promo-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 23px;
}

.promo-nav {
    font-size: 0;
    line-height: 0;
}

.promo-nav a {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    background: #fef7ef;
    border-radius: 6px;
    padding: 3px 30px 4px;
    font-weight: 700;
    color: #CAA048;
    margin: 0 20px 20px 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.promo-nav a:hover {
    background: #CAA048;
    color: #fff;
    text-decoration: none;
}

.section-info {
    color: #666;
    padding: 50px 0 73px 0;
}

.section-info h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.section-info h2,
.section-info h3 {
    text-align: left;
    margin-top: 44px;
    margin-bottom: 22px;
}

.section-info p {
    margin-bottom: 23px;
}

.section-info p.big {
    font-size: 17px;
    line-height: 27px;
    color: #000;
}

.section-info ol {
    margin-left: 30px;
}

.section-info ol li:not(:last-child) {
    margin-bottom: 10px;
}

.section-info ul:not(:last-child) {
    margin-bottom: 24px;
}

.section-info ul li,
.block-text ul li {
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}

.section-info ul li + li,
.block-text ul li + li {
    margin-top: 5px;
}

.section-info ul li:before,
.block-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #CAA048;
    border-radius: 50%;
}

.tabs-price-nav {
    margin-top: -10px;
}

.tabs-price-nav li {
    font-size: 24px;
    line-height: 34px;
}

.tabs-price-nav li a {
    color: #999;
    border-bottom: 2px solid transparent;
}

.tabs-price-nav li a.active {
    color: #000;
    border-bottom-color: #CAA048;
}

.price-list div[class^=col-] {
    margin-bottom: 44px;
}

.price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: #666;
    margin-bottom: 7px;
}

.price-list li:after {
    content: "";
    display: block;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#BCBCBC), color-stop(16.6666666667%, #BCBCBC), color-stop(16.6666666667%, transparent));
    background-image: linear-gradient(to right, #BCBCBC 0%, #BCBCBC 16.6666666667%, transparent 16.6666666667%);
    background-position: left bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 5px;
}

.price-list li > span {
    display: inline-block;
    background: #F8F8F8;
    position: relative;
    z-index: 1;
    padding-right: 5px;
}

.price-list li .price {
    color: #000;
    white-space: nowrap;
}

.price-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 13px;
    font-weight: 600;
}

.work-slider .swiper-wrapper {
    justify-content: center;
}

.work-slider .swiper-slide {
    width: 50%;
    position: relative;
}

.work-slider .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.work-slider .swiper-slide span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

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

.swiper-work-prev, .swiper-work-next {
    z-index: 999;
}

.slider-holder .work-slider .swiper-work-prev {
    left: 20px;
    color: #fff;
}

.slider-holder .work-slider .swiper-work-next {
    right: 20px;
    color: #fff;
}

.section-article {
    font-size: 15px;
    line-height: 25px;
    color: #665952;
}

.section-article p a {
    color: #CAA048;
}

.section-article p a.btn {
    color: #372B24;
}

.section-article p.big {
    font-size: 17px;
    line-height: 27px;
}

.section-article ul {
    margin-bottom: 42px;
}

.section-article ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.section-article ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CAA048;
    left: 0;
    top: 13px;
}

.section-article ol {
    list-style: none;
    counter-reset: point;
    margin-bottom: 51px;
}

.section-article ol li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.section-article ol li:before {
    content: counter(point) ".";
    counter-increment: point 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #CAA048;
    font-weight: 700;
}

.section-article .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-article .btn-group .btn {
    min-width: 133px;
    margin-right: 20px;
}

.section-article hr {
    color: #D6D6D6;
    margin: 60px 0 50px 0;
    background: #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

.section-article h1, .section-article .h1, .section-article h2, .section-article .h2, .section-article h3, .section-article .h3, .section-article h4, .section-article .h4, .section-article h5, .section-article .h5, .section-article h6, .section-article .h6 {
    text-align: left;
    font-weight: 600;
}

.section-article h1, .section-article .h1 {
    margin-bottom: 23px;
}

.section-article h2, .section-article .h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

.section-article h3, .section-article .h3 {
    margin-bottom: 24px;
}

.section-article h4, .section-article .h4 {
    margin-bottom: 16px;
}

.section-article h5, .section-article .h5 {
    margin-bottom: 17px;
}

.section-article h6, .section-article .h6 {
    margin-bottom: 16px;
}

blockquote {
    font-size: 17px;
    line-height: 27px;
    padding: 12px 0 14px 30px;
    color: #372B24;
    margin: 0;
    position: relative;
    margin: 33px 0;
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #CAA048;
}

.figure {
    margin: 53px 0;
}

.figure img {
    max-width: 100%;
}

.figure.float-left {
    margin: 0 30px 30px 0;
    float: left;
}

.figure.float-right {
    margin: 0 0 30px 30px;
    float: right;
}

.figure.w-50 {
    width: 50%;
}

.ico-tel-outline {
    width: 65px;
    height: 64px;
    display: inline-block;
}

.ico-locate-outline {
    width: 42px;
    height: 64px;
    display: inline-block;
}

.ico-mail-outline {
    width: 64px;
    height: 46px;
    display: inline-block;
}

.contact-unit-img {
    height: 64px;
    margin-bottom: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-unit {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-unit ul li {
    display: block;
    font-size: 17px;
    line-height: 27px;
}

.contact-unit ul li a {
    color: #000;
}

.contact-unit address {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 16px;
}

.contact-unit span {
    display: block;
    color: #665952;
    margin-bottom: 23px;
}

.contact-unit a[href^="mailto:"] {
    color: #CAA048;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 23px;
}

.contact-unit .btn {
    padding-left: 39px;
    padding-right: 39px;
    min-width: 200px;
}

.contact-unit-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sertif-row {
    text-align: center;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sertif-row img {
    max-width: 100%;
    margin-bottom: 25px;
}

/* select */
.select2 + .jcf-list-box,
.filter-block .jcf-list-box {
    display: none;
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
    border-radius: 6px;
    margin: 0;
    min-width: 100%;
    height: 48px;
}

.jcf-select.jcf-drop-active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 0 0;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    color: #665952;
    line-height: 48px;
    margin: 0 35px 0 20px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    right: 20px;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
    border-radius: 0 0 6px 6px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
    border: 0px solid #fff;
    -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
    border-radius: 0 0 6px 6px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list ul li:last-child {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.jcf-list ul li:last-child span {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px 5px 20px;
    color: #656565;
    min-height: 48px;
    line-height: 38px;
    font-size: 15px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

@media (min-width: 576px) {
    .modal-main .modal-dialog {
        max-width: 790px;
    }
}

.modal-main .modal-header {
    border-bottom: none;
    text-align: center;
    display: block;
    padding: 0 10px;
}

.modal-main .modal-title {
    font-size: 40px;
    color: #372B24;
    font-weight: 600;
    margin-bottom: 25px;
}

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

.modal-main .modal-content {
    padding: 50px 50px 60px 50px;
    position: relative;
}

.modal-main .modal-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 168px;
    height: 185px;
    background: url("../img/promo-icon.png") right top no-repeat;
    left: 0;
    bottom: 0;
}

.modal-main .h2 {
    color: #372B24;
    margin-bottom: 23px;
}

.modal-main .help-block {
    font-size: 12px;
    color: #caa048;
}

.modal-main .help-block {
    font-size: 12px;
    color: #caa048;
}

.modal .close {
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 20px;
}

.close .icon {
    width: 16px;
    height: 16px;
}

.modal-sub-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #665952;
    margin-bottom: 40px;
    text-align: center;
}

.form-section div[class^=col-] {
    margin-bottom: 12px;
}

.form-section .form-control {
    width: 100%;
    background: #EBEBEB;
    border-radius: 6px;
    height: 48px;
    border: 1px solid #EBEBEB;
    padding: 12px 30px 11px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

textarea.form-control {
    height: initial !important;
}

.form-section .form-control:focus {
    border-color: #6873D6;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-section .form-control::-webkit-input-placeholder {
    color: #665952;
    opacity: 1;
}

.form-section .form-control::-moz-placeholder {
    color: #665952;
    opacity: 1;
}

.form-section .form-control:-ms-input-placeholder {
    color: #665952;
    opacity: 1;
}

.form-section .form-control:-moz-placeholder {
    color: #665952;
    opacity: 1;
}

.form-section .form-area {
    height: 100px;
}

.form-section .form-group {
    position: relative;
}

.form-section .form-group label {
    display: block;
    margin-bottom: 13px;
}

.form-section .help-block {
    font-size: 12px;
    color: #caa048;
}

.form-section .btn {
    margin: 0 auto;
    width: 240px;
}

span.required {
    color: #E45858;
    position: absolute;
    right: 20px;
    top: 16px;
}

.agree {
    margin-bottom: 70px;
}

.agree input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.agree input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.agree a {
    color: #CAA048;
}

.agree label {
    margin: 0;
    display: block;
    padding-left: 40px;
    cursor: pointer;
}

.agree label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #EBEBEB;
    border-radius: 6px;
    left: 0px;
    top: 0px;
}

.agree label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    border-left: 1px solid #372B24;
    border-bottom: 1px solid #372B24;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 7px;
    opacity: 0;
}

.master-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    max-width: 276px;
    max-height: 276px;
}

.master-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.section-master {
    font-size: 17px;
    line-height: 27px;
    padding: 60px 0;
}

.section-master .h2, .section-master h2, .section-master .h3, .section-master h3 {
    text-align: left;
    margin-bottom: 23px;
}

.section-master span {
    display: block;
    font-weight: 700;
    margin-bottom: 45px;
    color: #CAA048;
}

.master-box {
    margin: 0;
}

.master-box div[class^=col-] {
    padding: 0 30px;
}

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

.master-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 60px;
}

.cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    padding: 20px 30px 20px 0;
    color: #665952;
}

.cart-row:not(.cart-head) {
    border-bottom: 1px solid #D6D6D6;
}

.cart-row.cart-head {
    padding: 0;
}

.cart-td-remove {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
}

.cart-td-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100%;
}

.cart-td-img img {
    max-width: 100%;
}

.cart-td-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding: 0 20px;
    min-width: 160px;
    max-width: 374px;
    padding-left: 10px;
    padding-right: 10px;
}

.cart-td-name a {
    color: #665952;
    transition: 0.5s;
}

.cart-td-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
    padding: 0 15px;
    text-align: center;
}

.cart-td-qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    padding: 0 10px;
    text-align: center;
}

.cart-td-summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    padding: 0 10px;
}

.cart-td-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    max-width: 112px;
    padding: 0 10px;
    text-align: center;
}

.cart-td-price span {
    /*display: block;*/
}

.cart-td-price span.old {
    display: block;
    color: #D63A43;
    text-decoration: line-through;
}

.cart-th {
    font-size: 15px;
    color: #999;
}

.cart-td .jcf-select {
    margin: 0 auto;
    min-width: 90px;
    text-align: left;
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cart-total-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10%;
}

.cart-total-rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 292px;
    flex: 0 0 292px;
    max-width: 292px;
    max-width: none;
}

.cart-total-rht span {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    max-width: 112px;
    text-align: center;
    padding: 0 10px;
}

.total-summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

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

.checkout-step-title .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-step-number {
    width: 48px;
    height: 48px;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    color: #665952;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    margin-right: 28px;
}

.checkout-step {
    padding-bottom: 48px;
}

.checkout-step:not(:last-child) {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 46px;
}

.checkout-step-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

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

.checkout-inf span {
    color: #665952;
}

.checkout-inf span span {
    font-weight: 700;
    color: #000;
}

.check-btn {
    background: none;
    border: 0;
    color: #CAA048;
    display: inline-block;
    margin-left: 38px;
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px;
}

.switch input {
    display: none;
}

.switch label {
    padding: 0 0 0 30px;
    font-size: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0;
    cursor: pointer;
}

.switch label:hover {
    color: #000;
}

.switch label:first-child {
    padding: 0 30px 0 0;
}

.switch label:last-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.switch span {
    width: 48px;
    height: 24px;
    background: #CAA048;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    border-radius: 50px;
}

.switch span i {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.switch input:checked + span i {
    left: 26px;
}

.checkout-inner {
    padding-top: 33px;
    display: none;
    color: #665952;
}

.checkout-inner .form-group {
    width: 100%;
    padding-right: 68px;
    margin-bottom: 33px;
    position: relative;
}

.checkout-inner .prepay-hint {
    margin: 33px 0;
    color: #665952;
    display: block;
}

.active .checkout-inner {
    display: block;
}

.active .checkout-step-number {
    background: #fff;
    border: 1px solid #372B24;
}

.check-sub-title {
    font-weight: 700;
    color: #372B24;
    margin-bottom: 26px;
}

.form-group-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group-big .jcf-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 20px;
    min-width: auto;
}

.form-group-big .input-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.btn-plus {
    width: 48px;
    height: 48px;
    background: #EBEBEB;
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 28px;
    color: #999;
}

.input-box {
    position: relative;
}

.form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 600px;
    max-width: 100%;
}

.radio-set {
    max-width: 650px;
    margin-bottom: 53px;
}

.check-step-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    color: #665952;
}

.check-step-footer .btn {
    display: inline-block;
    margin-right: 30px;
}

.check-step-footer span {
    font-size: 12px;
    line-height: 22px;
}

.check-step-footer span a {
    color: #CAA048;
}

.radio-item {
    margin-bottom: 4px;
}

.radio-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding-left: 38px;
    line-height: 25px;
    color: #665952;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio-item label span:first-child {
    padding-right: 15px;
}

.radio-item label span:last-child {
    color: #000;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

.radio-item label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E2E2E2;
    left: 0;
    top: 3px;
}

.radio-item label:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #372B24;
    left: 7px;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio-item input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-item input[type=radio]:checked + label:after {
    opacity: 1;
}

.form-hint li {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #665952;
}

.total {
    background: #F6F6F6;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding: 33px;
    margin-bottom: 53px;
}

.total.total-final {
    margin-bottom: 33px;
}

.total span {
    display: block;
    font-size: 15px;
    color: #665952;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
}

.pay-way-list {
    margin-bottom: 53px;
}

.pay-way-list input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.pay-way-list input[type=radio]:checked + label {
    background: #fff;
    border-color: #CAA048;
}

.pay-way-list input[type=radio]:checked + label:after {
    opacity: 1;
}

.pay-way-list input[type=radio]:checked + label .icon {
    fill: #CAA048;
}

.icon-cash {
    width: 66px;
    height: 54px;
}

.icon-card {
    width: 64px;
    height: 46px;
}

.radio-pay-item {
    height: 290px;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 138px 15px 15px 15px;
    position: relative;
    border: 1px solid #F6F6F6;
    text-align: center;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio-pay-item:hover {
    border-color: #CAA048;
}

.radio-pay-item .icon {
    position: absolute;
    bottom: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    fill: #999;
}

.radio-pay-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E2E2E2;
    left: 50%;
    bottom: 38px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.radio-pay-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #372B24;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio-pay-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #372B24;
    display: block;
    margin-bottom: 6px;
}

.radio-pay-title + span {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 25px;
    color: #665952;
}

.pay-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pay-logos span {
    display: inline-block;
    margin: 0 15px;
}

.beware {
    font-size: 12px;
    line-height: 22px;
    background: #fef7ef;
    border-radius: 6px;
    padding: 24px 30px;
    margin-bottom: 34px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@media (max-width: 1340px) {
    .slider-holder .swiper-button-next {
        right: 0;
    }

    .slider-holder .swiper-button-prev {
        left: 0;
    }

    .swiper-service-prev,
    .swiper-promo-prev,
    .swiper-news-prev {
        left: 20px !important;
        color: #fff !important;
        z-index: 50 !important;
    }

    .swiper-service-next,
    .swiper-promo-next,
    .swiper-news-next {
        right: 20px !important;
        color: #fff !important;
        z-index: 50 !important;
    }

    .swiper-unit-prev {
        left: 20px !important;
        z-index: 50 !important;
    }

    .swiper-unit-next {
        right: 20px !important;
        z-index: 50 !important;
    }

    .teaser-name {
        font-size: 18px;
        line-height: 28px;
    }

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

    .hero-slider .swiper-button-next {
        right: 20px;
    }

    .shop-link img {
        opacity: 0.5;
    }

    .contact-tel {
        margin-left: 40px;
    }

    .footer address {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-tel span {
        font-size: 13px;
    }

    .why-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 1259px) {
    .promo-img-box::before {
        width: 288px;
        height: 291px;
    }

    .promo-img-box img:last-child {
        margin-left: 104px;
        margin-top: 100px;
        position: relative;
        z-index: 1;
    }

    .tabs-price-nav li {
        font-size: 22px;
        line-height: 32px;
    }

    .section.has-decor:before, .section.has-decor:after {
        opacity: 0.5;
    }

    .slide-icon {
        bottom: 0;
        top: auto;
        max-width: 300px;
    }

    .contact-unit .btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .radio-pay-item {
        padding-top: 115px;
    }

    .radio-pay-title {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .head-link {
        display: none;
    }

    .head-tel {
        margin-right: 30px;
    }

    .head-nav ul li {
        font-size: 14px;
    }

    .head-nav ul li + li {
        margin-left: 20px;
    }

    .head-btm .logo {
        max-width: 80px;
    }

    .head-btm .logo img {
        max-width: 100%;
    }

    .head-icons a + a {
        margin-left: 20px;
    }

    .promo-img-box img,
    .promo-img-box img.spec {
        max-width: 200px;
    }

    .promo-img-box::before {
        width: 200px;
        height: 204px;
    }

    .promo-img-box img:last-child {
        margin-left: 84px;
        margin-top: 80px;
    }

    .btn-group {
        display: block;
        text-align: center;
    }

    .btn-group .btn {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .shop-link {
        margin-bottom: 30px;
    }

    .shop-link img {
        opacity: 1;
    }

    .section-shop {
        padding-bottom: 40px;
    }

    .contact--lft {
        display: block;
    }

    .contact-tel {
        margin-left: 0;
    }

    .section-contact .h2, .section-contact h2 {
        margin-bottom: 20px;
    }

    .section-contact .h2 br, .section-contact h2 br {
        display: none;
    }

    .contact-tel span {
        margin-bottom: 0;
    }

    .foot-top .row div[class^=col-] {
        text-align: center;
    }

    .foot-top .row div[class^=col-]:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .foot-top .row div[class^=col-]:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .foot-top .row div[class^=col-]:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .foot-top .row div[class^=col-]:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer .logo {
        margin: 0 auto 15px auto;
    }

    .footer .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer .social a .icon {
        width: 32px;
        height: 32px;
    }

    .footer address {
        margin-bottom: 5px;
    }

    .foot-top {
        margin-bottom: 40px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .slide-icon {
        max-width: 500px;
        opacity: 0.2;
    }

    .unit .btn-buy {
        opacity: 1;
        visibility: visible;
    }

    .section.section-big {
        padding: 60px 0 60px 0;
    }

    .unit-slider .unit .unit-inner {
        position: static;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .unit-slider .unit:hover .unit-tags {
        right: 0px;
    }

    .unit-slider .unit {
        height: auto;
    }

    .unit-slider .swiper-slide {
        padding: 0;
    }

    .promo-text {
        padding-top: 0;
    }

    .swiper-unit-next {
        right: 0 !important;
    }

    .swiper-unit-prev {
        left: 0 !important;
    }

    .swiper-unit-next, .swiper-unit-prev {
        top: 30% !important;
    }

    .swiper-thumb .swiper-slide {
        height: 120px;
    }

    .slider-overlay {
        padding: 15px;
    }

    .filter {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        z-index: 50;
        overflow: auto;
        padding: 20px;
    }

    .filter-open {
        overflow: hidden;
    }

    .filter-open .filter {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .filter-open .backdrop {
        opacity: 1;
        z-index: 7;
        visibility: visible;
    }

    .section-unit {
        margin-bottom: 30px;
    }

    .section-unit + .section-unit {
        margin-bottom: 30px;
    }

    .product-slider-box {
        padding-right: 0px;
    }

    .prod-btns div[class^=col-] + div[class^=col-] {
        margin-top: 15px;
    }

    .product-row h1, .product-row .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .prod-share {
        margin-top: 20px;
    }

    .prod-bar, .prod-brand, .prod-price {
        margin-bottom: 15px;
    }

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

    .filter-reset {
        display: block;
    }

    .promo-nav a {
        padding: 3px 15px 4px;
        margin: 0 10px 10px 0;
    }

    .tabs-price-nav li {
        font-size: 18px;
        line-height: 28px;
        margin: 0 12px;
    }

    .price-list div[class^=col-] {
        margin-bottom: 0;
    }

    .price-title {
        margin-top: 20px;
    }

    .price-list li > span:not([class]) {
        padding-right: 15px;
    }

    .section-meeting .btn-group .btn {
        width: auto;
        display: inline-block;
    }

    .section-wide .btn-group .btn {
        min-width: 180px;
    }

    .section-wide .btn-group .btn-blank {
        min-width: auto;
    }

    .section-wide .btn-group .btn:first-child,
    .section-wide .btn-group .btn:last-child {
        margin: 0;
    }

    .section-wide .btn-group {
        margin-top: 30px;
    }

    .hero-static .swiper-slide {
        padding-top: 160px;
        padding-bottom: 50px;
        min-height: auto;
    }

    .figure.float-left, .figure.float-right {
        margin-bottom: 10px;
    }

    h1, .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3, .h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4, .h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5, .h5 {
        font-size: 22px;
        line-height: 32px;
    }

    h6, .h6 {
        font-size: 17px;
        line-height: 27px;
    }

    .contact-unit address {
        font-size: 15px;
        line-height: 25px;
    }

    .master-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        max-height: 200px;
    }

    .cart-row {
        font-size: 14px;
    }

    .cart-td-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .cart-td-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
    }

    .cart-td-summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
    }

    .cart-total-lft {
        padding-right: 0;
    }

    .cart-total-lft .btn {
        min-width: 220px;
    }

    .cart-total-rht {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
        flex: 0 0 232px;
        max-width: 232px;
    }

    .cart-total {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .head-nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        display: block;
        width: 80%;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        z-index: 20;
        padding: 30px 40px;
    }

    .js-open {
        overflow: hidden;
    }

    .js-open .head-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .js-open .backdrop {
        opacity: 1;
        z-index: 10;
        visibility: visible;
    }

    .head-nav ul {
        display: block;
    }

    .head-nav ul li {
        display: block;
        font-size: 24px;
    }

    .head-nav ul li + li {
        margin: 10px 0 0 0;
    }

    .head-nav ul li a {
        color: #000;
    }

    .head-btm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hero-slider .swiper-slide {
        height: auto;
        min-height: 540px;
        padding-top: 180px;
        padding-bottom: 60px;
    }

    .header .head-tel {
        font-size: 0;
    }

    .header .head-tel .icon {
        margin-right: 0;
    }

    .section-contact .container {
        display: block;
    }

    .contact--rht {
        max-width: 100%;
    }

    .contact--lft {
        margin-bottom: 30px;
    }

    .hamburger {
        display: block;
    }

    .head-btm {
        position: relative;
        padding-right: 40px;
    }

    .section-promo .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section.section-promo {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .swiper-hero-nav {
        display: none;
    }

    .promo-img-box {
        width: 330px;
        margin: 40px auto 0 auto;
    }

    .btn-box {
        margin-top: 15px;
    }

    .section h2, .section .h2, .section h3, .section .h3, .section h4, .section .h4 {
        margin-bottom: 30px;
    }

    .section {
        padding: 40px 0 40px 0;
    }

    .tab-content .tab-pane {
        margin-bottom: 15px;
    }

    .unit-inner {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .person .btn {
        display: block;
    }

    .why-item-title {
        text-align: center;
    }

    .why-item ul {
        max-width: 360px;
        margin: 0 auto;
    }

    .slider-overlay {
        display: block;
    }

    .slider-overlay > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .slider-overlay .head-tel {
        margin-right: 0;
    }

    .slider-overlay .btn {
        min-width: 100%;
    }

    .section-promo .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .section-promo .promo-text .h2, .section-promo .promo-text h2 {
        text-align: center;
    }

    .slider-overlay address {
        margin-right: 0;
    }

    .product-list .unit {
        padding: 0;
    }

    .product-list .unit .unit-inner {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 !important;
        padding: 0;
    }

    .product-list .unit:hover .unit-tags {
        right: 0px;
    }

    .product-row h1, .product-row .h1 {
        margin-bottom: 30px;
    }

    .product-slider-box {
        margin-bottom: 20px;
    }

    .hero-static .btn-group .btn + .btn {
        margin-left: 0;
    }

    .hero-static .btn-group .btn {
        min-width: 160px;
        width: auto;
    }

    .section-meeting .btn-group {
        display: block;
    }

    .section-meeting .btn-group .btn {
        display: block;
        width: 100%;
    }

    .section-meeting .btn-group .btn + .btn {
        margin-top: 10px;
    }

    .promo-title, .promo-text .sub-title {
        text-align: center;
    }

    .promo-nav {
        text-align: center;
    }

    .contact-unit-img {
        margin-bottom: 20px;
    }

    .contact-unit address {
        margin-bottom: 5px;
    }

    .master-text {
        padding-left: 40px;
    }

    .master-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        max-height: 120px;
    }

    .cart-row {
        display: block;
        padding: 20px 30px;
    }

    .cart-head {
        display: none;
    }

    .cart-td {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .cart-td:before {
        content: attr(data-hint);
        display: block;
        color: #000;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .cart-td-name {
        width: 100%;
    }

    .cart-td-remove {
        top: 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0;
    }

    .cart-total-lft {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .cart-total {
        padding-top: 30px;
        display: block;
        text-align: center;
    }

    .cart-total-lft .btn + .btn {
        margin-top: 15px;
    }

    .cart-total-rht {
        display: block;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cart-total-rht span {
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .total-summ {
        max-width: 100%;
    }

    .cart-total-lft .btn + .btn {
        margin-top: 0;
    }

    .radio-pay-item {
        height: auto;
        padding: 15px 15px 15px 130px;
        text-align: left;
    }

    .radio-pay-title {
        max-width: 100%;
    }

    .radio-pay-item .icon {
        left: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        bottom: auto;
    }

    .pay-logos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pay-logos span {
        margin: 0 15px 0 0;
    }

    .radio-pay-item::before {
        left: auto;
        bottom: auto;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .radio-pay-item::after {
        left: auto;
        bottom: auto;
        right: 37px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .radio-pay-title + span {
        margin-bottom: 5px;
    }

    .radio-set {
        font-size: 14px;
        line-height: 24px;
    }

    .checkout-step-name {
        font-size: 18px;
        line-height: 28px;
    }

    .checkout-step-number {
        margin-right: 20px;
        width: 28px;
        height: 28px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        max-width: 28px;
    }

    .check-btn {
        margin-left: 18px;
    }

    .checkout-step {
        padding-bottom: 28px;
    }

    .checkout-step:not(:last-child) {
        margin-bottom: 26px;
    }

    .switch {
        margin-bottom: 26px;
    }

    .check-sub-title {
        margin-bottom: 15px;
    }

    .checkout-inner .form-group {
        margin-bottom: 15px;
    }

    .radio-set, .pay-way-list {
        margin-bottom: 28px;
    }

    .radio-pay-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .btn-box .btn {
        margin: 0;
        width: 100%;
    }

    .btn-box {
        margin: 30px 0 0 0;
        display: block;
    }

    .btn-box .btn + .btn {
        margin-top: 15px;
    }

    .section-shop .row {
        margin: 0 -14px;
    }

    .section-shop .row div[class^=col-] {
        padding: 0 7px;
    }

    .shop-link {
        margin-bottom: 14px;
    }

    .tab-content {
        margin-bottom: 50px;
    }

    .shop-link img {
        opacity: 0.4;
    }

    .social a .icon, .head-tel .icon {
        opacity: 1;
    }

    .head-nav {
        padding: 20px 30px;
    }

    .head-nav ul li {
        font-size: 20px;
    }

    .section-wide .inner {
        padding: 50px 35px 45px;
    }

    .section-wide.section-welcome .inner p {
        margin: 15px 0 15px 0;
    }

    .section-service .text-center.btn-more {
        padding-top: 30px;
    }

    .serv-card-inf {
        padding: 23px 15px 15px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .section-promo .social a + a {
        margin-left: 30px;
    }

    .section.section-promo {
        overflow: hidden;
    }

    .slider-overlay > div {
        display: block;
        text-align: center;
    }

    .slider-overlay address {
        margin-bottom: 10px;
    }

    .prod-thumbs {
        height: 300px;
        width: 60px;
        z-index: 50;
    }

    .prod-thumbs img {
        max-width: 58px;
        max-height: 58px;
    }

    .product-slider-box {
        padding-left: 0px;
    }

    .hero-static .btn-group {
        display: block;
    }

    .hero-static .btn-group .btn {
        display: block;
        width: 100%;
    }

    .hero-static .btn-group .btn + .btn {
        margin-top: 10px;
    }

    .section-price .tab-content {
        margin-bottom: 0;
    }

    .modal-main .modal-content {
        padding: 50px 20px 30px 20px;
        position: relative;
    }

    .modal-sub-title {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }

    .modal-main .modal-content::before {
        width: 140px;
        height: 140px;
    }

    .form-section div[class^=col-] {
        margin-bottom: 15px;
    }

    .master-box {
        display: block;
    }

    .master-img {
        max-width: 200px;
        margin: 0 auto 30px auto;
        max-height: none;
    }

    .master-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .section-master .h2, .section-master h2, .section-master .h3, .section-master h3 {
        text-align: center;
    }

    .section-master span {
        margin-bottom: 25px;
    }

    .form-group-big .jcf-select {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        margin-right: 10px;
    }

    .jcf-select .jcf-select-text {
        margin-left: 15px;
    }

    .checkout-inner .form-group {
        padding-right: 0px;
    }

    .btn-plus {
        position: static;
        margin-left: 10px;
    }

    .check-step-footer {
        display: block;
    }

    .check-step-footer span {
        display: block;
    }

    .check-step-footer .btn {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .checkout-inner .prepay-hint {
        margin: 15px 0 25px 0;
    }

    .beware {
        padding: 10px 15px;
        margin-bottom: 0;
    }

    .check-step-footer {
        margin-top: 30px;
    }

    .radio-item label {
        padding-left: 32px;
    }

    .footer {
        padding-top: 30px;
    }

    .foot-top .row div[class^=col-]:last-child {
        margin-bottom: 15px;
    }

    .foot-top {
        margin-bottom: 20px;
    }

    .checkout-step-title {
        display: block;
    }

    .checkout-inf {
        padding-left: 48px;
        margin-top: 5px;
    }

    .icon-cash {
        width: 46px;
        height: 38px;
    }

    .icon-card {
        width: 46px;
        height: 33px;
    }

    .radio-pay-item .icon {
        left: 20px;
    }

    .radio-pay-item {
        padding-left: 90px;
    }

    .radio-pay-item::before {
        right: 20px;
    }

    .radio-pay-item::after {
        right: 27px;
    }

    .radio-pay-title {
        font-size: 15px;
        line-height: 25px;
        max-width: 160px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 486px) {
    .cart-total-lft {
        display: block;
    }

    .cart-total-lft .btn {
        width: 100%;
    }

    .cart-total-lft .btn + .btn {
        margin-top: 15px;
    }
}

@media (max-width: 380px) {
    .foot-top .row div[class^=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .foot-top .row div[class^=col-]:not(:nth-child(2)) .foot-nav {
        margin-bottom: 20px;
    }

    .foot-btm {
        font-size: 12px;
        line-height: 18px;
    }

    .footer {
        padding-bottom: 15px;
    }

    .foot-top {
        margin-bottom: 20px;
    }

    h2, .h2, h3, .h3, h4, .h4 {
        font-size: 24px;
        line-height: 42px;
    }

    .section-shop .row div[class^=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .section-shop .row {
        margin: 0;
    }

    .shop-link img {
        opacity: 1;
    }

    .shop-link {
        height: 160px;
    }

    .social a + a {
        margin-left: 10px;
    }

    .head-tel {
        margin-right: 10px;
    }

    address {
        font-size: 12px;
    }

    address .icon {
        margin-right: 5px;
    }

    .section-wide .btn {
        max-width: 100%;
        min-width: 100%;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .hero-text {
        font-size: 15px;
        line-height: 25px;
    }
}

/** Vacancy and Brand */
/******************12-21-2022********************/
.brand-hint {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 53px;
}

.brand-hint-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brand-hint-rht {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 106px;
    font-size: 15px;
    line-height: 25px;
    color: #665952;
}

.brand-hint-rht p {
    margin-bottom: 19px;
}

.brand-hint-rht .btn-special {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    background: #F3E9DA;
    border-radius: 6px;
    padding: 3px 30px 4px;
    color: #CAA048;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.brand-hint-rht .btn-special:hover {
    background: #CAA048;
    color: #fff;
    text-decoration: none;
}

.brand-hint-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-hint-logo img {
    max-width: 100%;
}

.brand-hint-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 25px;
}

.brand-hint-name span {
    display: block;
}

.brand-hint-name > span {
    font-size: 20px;
    line-height: 30px;
}

.brand-hint-name a {
    color: #CAA048;
}

.brand-hint-name div span {
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 1199px) {
    .brand-hint {
        padding: 30px;
    }

    .brand-hint-rht {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .brand-hint-lft {
        display: block;
        text-align: center;
    }

    .brand-hint-logo {
        margin: 0 auto 10px auto;
    }

    .brand-hint {
        padding: 25px;
    }

    .brand-hint-rht {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .brand-hint {
        display: block;
        padding: 15px 20px 20px 20px;
    }

    .brand-hint-lft {
        margin-bottom: 10px;
    }

    .brand-hint-rht {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.vacancy-unit-top div[class^=col-] {
    font-size: 24px;
    line-height: 34px;
    color: #372B24;
    font-weight: 600;
}

.vacancy-unit-top div[class^=col-]:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vacancy-unit-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, right top, from(#cdced3), color-stop(16.6666666667%, #cdced3), color-stop(16.6666666667%, transparent));
    background-image: linear-gradient(to right, #cdced3 0%, #cdced3 16.6666666667%, transparent 16.6666666667%);
    background-position: left 18px;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 -10px;
}

.vacancy-unit-top ul li span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

.vacancy-unit-top ul li span:first-child {
    color: #665952;
}

.vacancy-unit-top ul li span:last-child {
    color: #372B24;
}

.btn-toggle {
    font-size: 15px;
    font-weight: 700;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 268px;
}

.btn-toggle:not(.collapsed) {
    background: #F3E9DA;
    color: #CAA048;
}

.btn-toggle:not(.collapsed) span:before {
    border-color: #CAA048;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.btn-toggle:not(.collapsed):hover {
    color: #CAA048;
}

.btn-toggle:hover {
    color: #fff;
}

.btn-toggle span {
    display: inline-block;
    padding-left: 28px;
    position: relative;
}

.btn-toggle span:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vacancy-block:not(:last-child) {
    margin-bottom: 45px;
}

.vacancy-unit {
    padding-bottom: 50px;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 50px;
}

.vacancy-unit:first-child {
    padding-top: 0;
}

.vacancy-unit:last-child {
    border-bottom: 0;
}

.vacancy-unit-btm {
    background: #F6F6F6;
    border-radius: 6px;
    padding: 32px 40px 53px 40px;
    margin-top: 50px;
}

.vacancy-unit-btm p {
    margin: 0;
}

.vacancy-unit-btm ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #665952;
    font-size: 15px;
    line-height: 25px;
}

.vacancy-unit-btm ul li + li {
    margin-top: 6px;
}

.vacancy-unit-btm ul li > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    background-image: -webkit-gradient(linear, left top, right top, from(#B1B1B1), color-stop(0%), color-stop(#B1B1B1), color-stop(16.6666666667%), color-stop(16.6666666667%, transparent));
    background-image: linear-gradient(to right, #B1B1B1, 0%, #B1B1B1, 16.6666666667%, transparent 16.6666666667%);
    background-position: left 16px;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.vacancy-unit-btm ul li > span span {
    display: inline-block;
    background: #F6F6F6;
    padding-right: 8px;
}

.vacancy-unit-btm .inner {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.vacancy-unit-btm ol li,
.vacancy-unit-btm .inner ul li {
    display: block;
    padding-left: 20px;
    position: relative;
}

.vacancy-unit-btm ol li + li,
.vacancy-unit-btm .inner ul li + li {
    margin-top: 5px;
}

.vacancy-unit-btm ol li:before,
.vacancy-unit-btm .inner ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #CAA048;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.vacancy-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #372B24;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .vacancy-unit-top div[class^=col-]:last-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }

    .vacancy-unit-top div[class^=col-]:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .vacancy-unit {
        padding: 30px 0;
    }

    .vacancy-unit-btm {
        margin-top: 30px;
    }

    .vacancy-unit-btm {
        padding: 20px;
    }
}

@media (max-width: 420px) {
    .vacancy-unit-btm ul li {
        font-size: 13px;
        line-height: 22px;
    }

    .vacancy-unit-btm {
        padding: 15px;
    }
}

/** Vacancy and Brand End */

/** Index banner and Club programm */
.index-banner {
    background: url("../img/index-banner.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    margin-top: 20px;
}

.index-banner span {
    display: block;
    margin-bottom: 18px;
}

.index-banner .btn {
    background: #A96F48;
}

.index-banner .btn:hover {
    background: #fff;
    color: #dedede;
}

.title-banner {
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 20px 0;
}

@media (max-width: 767px) {
    .index-banner .block-left {
        margin: 30px 0;
        text-align: center;
    }

    .index-banner .block-right {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .index-banner {
        font-size: 16px;
        line-height: 24px;
        position: relative;
        z-index: 2;
    }

    .index-banner:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        z-index: -1;
    }

    .title-banner {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.card-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 60px 0;
}

.card-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    position: relative;
}

.card-sample {
    padding-bottom: 64%;
    position: relative;
}

.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-rht {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 122px;
}

.card-rht ul {
    margin-bottom: 33px;
}

.card-rht ul li {
    display: block;
    font-size: 17px;
    line-height: 27px;
    padding-left: 21px;
    position: relative;
    font-weight: 500;
    color: #665952;
}

.card-rht ul li + li {
    margin-top: 3px;
}

.card-rht ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #CAA048;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.card-rht .btn {
    min-width: 328px;
    max-width: 100%;
}

.sample-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}

.sample-logo.logo-invert {
    -webkit-filter: invert(59%) sepia(5%) saturate(2374%) hue-rotate(358deg) brightness(94%) contrast(87%);
    filter: invert(59%) sepia(5%) saturate(2374%) hue-rotate(358deg) brightness(94%) contrast(87%);
}

.card-standart {
    color: #6F6048;
}

.card-silver {
    color: #6F6F6F;
}

.card-bronze {
    color: #743D1E;
}

.card-gold {
    color: #744D1E;
}

.card-info {
    position: absolute;
    bottom: 31px;
    left: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.card-info span {
    display: block;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 600;
}

.card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.card-title span {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-right: 40px;
    color: #372B24;
}

.card-title a {
    color: #CAA048;
    font-weight: 700;
}

@media (max-width: 1259px) {
    .card-rht {
        padding-left: 60px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .card-lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }

    .sample-logo {
        max-width: 60px;
        left: 20px;
        top: 20px;
    }

    .card-info {
        left: 20px;
        bottom: 20px;
        font-size: 24px;
        line-height: 34px;
    }

    .card-info span {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .card-layout {
        padding: 0;
        display: block;
    }

    .card-rht {
        width: 100%;
        padding-left: 0;
    }

    .card-lft {
        margin: 0 auto 30px auto;
    }

    .card-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .card-rht .btn, .card-rht ul {
        margin: 0 auto;
        display: block;
        max-width: 400px;
    }

    .card-rht ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 370px) {
    .sample-logo {
        left: 15px;
        top: 15px;
        max-width: 80px;
    }

    .card-info {
        bottom: 15px;
        left: 15px;
    }

    .card-info {
        font-size: 20px;
        line-height: 30px;
    }

    .card-info span {
        font-size: 16px;
        line-height: 26px;
    }

    .card-rht .btn {
        max-width: 100%;
        min-width: auto;
    }
}

/** Index banner and Club programm End */

.attention-block {
    border: 1px #e9ecef solid;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #fff9f2;
}

.attention-block img {
    max-width: 50px;
    display: block;
    float: left;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .attention-block img {
        display: none;
    }
}

.seo-body-wrapper {
    display: flex;
    padding: 30px 0;
    gap: 30px;
}

.seo-body-wrapper .block-img {
    overflow: hidden;
    height: 300px;
    max-width: 300px;
}
.seo-body-wrapper .block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seo-body-wrapper .block-text {
    height: 300px;
    flex: 1;
    overflow: auto;
}

@media (max-width: 767px) {
    .seo-body-wrapper {
        display: block;
    }
    .seo-body-wrapper .block-img {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

/*
Only in Belle block
 */
.section-wide.section-only-here {
        background: url("../img/promo/brands/brands-bg.jpg") center center no-repeat;
        background-size: cover;
        color: #fff;
}
.section-wide.section-only-here .col-md-5 {
    padding-right: 70px;
}
.section-wide.section-only-here .title {
        font-size: 28px;
        margin-bottom: 20px;
}
.section-wide.section-only-here .description {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .section-wide.section-only-here .col-md-5 {
        padding-right: 15px;
    }
    .only-here-brands {
        margin: 20px 0;
    }
    .section-wide.section-only-here .title,
    .only-here-brands .col-md-6 {
        text-align: center;
    }
    .section-wide.section-only-here .btn {
        display: block;
    }
}
/*
End Only in Belle block
 */