<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
    display: block !important; }

.cart-container *,
.cart-container *::before,
.cart-container *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.cart-container ul,
.cart-container ol {
    list-style: none;
    margin: 0;
    padding: 0; }

.cart-container ul ul,
.cart-container ol ul,
.cart-container ul ol,
.cart-container ol ol {
    list-style: none;
    margin: 0;
    padding: 0; }

.cart-container img {
    border-style: none; }

.cart-container button,
.cart-container [type="button"],
.cart-container [type="reset"],
.cart-container [type="submit"] {
    -webkit-appearance: button; }

.cart-container button::-moz-focus-inner,
.cart-container [type="button"]::-moz-focus-inner,
.cart-container [type="reset"]::-moz-focus-inner,
.cart-container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

.cart-container {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 100px 30px; }
@media (max-width: 1023px) {
    .cart-container {
        padding-left: 20px;
        padding-right: 20px; } }
@media (max-width: 767px) {
    .cart-container {
        padding: 51px 10px; } }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.order__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left; }
@media (max-width: 479px) {
    .order__tabs {
        overflow-x: auto; } }

.order__tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left; }
.order__tabs-list li {
    margin: 0 25px; }
@media (max-width: 767px) {
    .order__tabs-list li {
        margin: 0 10px; } }
.order__tabs-list li a {
    display: block;
    float: left;
    padding: 16px 0;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #B8B8B8;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.2s, border-color 0.2s;
    -o-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap; }
.order__tabs-list li a:hover {
    color: #18191B; }
@media (max-width: 767px) {
    .order__tabs-list li a {
        font-size: 18px;
        line-height: 18px;
        padding: 12px 0; } }
@media (max-width: 479px) {
    .order__tabs-list li a {
        font-size: 16px;
        line-height: 16px; } }
.order__tabs-list li.is-active a {
    color: #18191B;
    border-bottom-color: #18191B; }
.order__tabs-list li:first-child {
    margin-left: 0; }

.order__section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 19px; }
@media (max-width: 1365px) {
    .order__section {
        margin-top: 45px; } }

.order__table {
    width: 100%; }
.order__table th, .order__table td {
    font-family: "Open Sans",Arial, Helvetica, sans-serif; }
.order__table th {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #18191B;
    padding-bottom: 29px; }
.order__table td {
    border-top: 1px solid #555555;
    padding: 29px 0 28px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
@media (max-width: 1365px) {
    .order__table td {
        padding: 0;
        border-top: transparent; }
    .order__table td::before {
        content: attr(data-title);
        display: block;
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 25.2px;
        color: #18191B;
        margin-bottom: 20px; }
    .order__table td:first-child {
        border-top: 1px solid #555555; }
    .order__table td:first-child::before {
        border-bottom: 1px solid #555555;
        padding-bottom: 29px; }
    .order__table td.order__td-action {
        display: none !important; } }
@media (max-width: 479px) {
    .order__table td::before {
        margin-bottom: 10px; } }
@media (max-width: 1365px) {
    .order__table td.order__td-info {
        padding-top: 30px;
        width: 100%;
        margin-bottom: 20px; } }
@media (max-width: 479px) {
    .order__table td.order__td-info::before {
        margin-bottom: 20px; } }
@media (max-width: 1365px) {
    .order__table td.order__td-quantity {
        width: 210px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
@media (max-width: 479px) {
    .order__table td.order__td-quantity {
        width: 100%;
        margin-top: 9px; } }
.order__table td.order__td-sum {
    font-size: 36px;
    line-height: 36px;
    color: #18191B;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    white-space: nowrap; }
@media (max-width: 1365px) {
    .order__table td.order__td-sum {
        text-align: right;
        line-height: 44px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 1px;
        padding-right: 0;
        padding-left: 15px; } }
@media (max-width: 479px) {
    .order__table td.order__td-sum {
        text-align: left;
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
@media (max-width: 1365px) {
    .order__table tr.order__table-header {
        display: none !important; } }
@media (max-width: 1365px) {
    .order__table tr.order__table-header + tr.order__table-item td {
        border-top: 0; } }
@media (min-width: 1366px) {
    .order__table tr.order__table-header + tr.order__table-item td {
        padding-top: 55px; } }
@media (max-width: 1365px) {
    .order__table .order__table-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        float: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px; } }
@media (max-width: 479px) {
    .order__table .order__table-item {
        margin-bottom: 28px; } }

.order__sum-text {
    white-space: nowrap; }
@media (max-width: 1365px) {
    .order__sum-text {
        float: left;
        width: 100%;
        display: block;
        text-align: right; } }
@media (max-width: 479px) {
    .order__sum-text {
        text-align: left; } }

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

.order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px; }
@media (max-width: 1365px) {
    .order__info {
        padding-right: 0;
        width: 100%;
        float: left; } }
@media (max-width: 479px) {
    .order__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.order__info-img {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
@media (max-width: 479px) {
    .order__info-img {
        width: 100%;
        margin-bottom: 18px; } }

.order__info-img__block {
    width: 120px;
    border: 1px solid #BFBFBF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 76.67%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (max-width: 479px) {
    .order__info-img__block {
        height: 94px;
        padding-bottom: 0; } }
.order__info-img__block img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
    display: block;
    padding: 2px 5px; }

.order__info-block {
    min-width: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
    padding-top: 1px; }
@media (max-width: 767px) {
    .order__info-block {
        padding-left: 20px; } }
@media (max-width: 479px) {
    .order__info-block {
        padding-left: 0;
        width: calc(100% - 40px); } }

.order__info-title {
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    color: #555555;
    display: block;
    float: left;
    text-decoration: none;
    text-align: left !important; }
.order__info-title:hover {
    text-decoration: underline; }
@media (max-width: 1365px) {
    .order__info-title {
        font-size: 24px;
        line-height: 28.8px; } }

.order__info-code {
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px; }
@media (max-width: 1365px) {
    .order__info-code {
        margin-top: 10px; } }

@media (min-width: 1366px) {
    .order__info-action {
        display: none; } }

@media (max-width: 1365px) {
    .order__info-action {
        padding-top: 1px; } }

.order__quantity-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 208px;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    height: 44px;
    margin: 0 auto; }
@media (max-width: 479px) {
    .order__quantity-control {
        margin: 0; } }

.order__quantity-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    height: 100%;
    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-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
.order__quantity-btn svg {
    stroke: #555555;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s; }
.order__quantity-btn:hover {
    background: #555555; }
.order__quantity-btn:hover svg {
    stroke: #fff; }

.order__quantity-input {
    background: #fff;
    width: 70px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border: 0;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 5px;
    outline: none !important; }
.order__quantity-input:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }

.order__action-bnt {
    display: block; }
.order__action-bnt svg {
    stroke: #828282;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s; }
.order__action-bnt:hover svg {
    stroke: #18191B; }

.order__summary {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #18191B;
    padding: 22px 24px  !important;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #18191B; }
@media (max-width: 479px) {
    .order__summary {
        padding: 22px 20px  !important; } }

.summary__item-price {
    font-size: 36px;
    line-height: 36px;
    white-space: nowrap;
    margin-left: 18px;
    display: block; }
@media (max-width: 479px) {
    .summary__item-price {
        margin-left: 0; } }

.summary__btn {
    display: block;
    width: 200px;
    height: 44px;
    padding: 0;
    background: #000000;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase; }
.summary__btn:hover {
    color: #000000;
    background: #fff;
    border-color: #000000; }
@media (max-width: 479px) {
    .summary__btn {
        width: 100%; } }

.summary__item {
    display: block;
    float: left;
    width: 100%;
    margin-top: 32px; }
.summary__item:first-child {
    margin-top: 0; }
.summary__item:last-child {
    margin-top: 28px; }
.summary__item.is-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media (max-width: 479px) {
    .summary__item.is-price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .summary__item.is-price .summary__item-label {
        margin-right: 18px; } }

.summary__item-label {
    white-space: nowrap; }

.summary__item-quantity {
    margin-left: 3px; }

/*PAGE Оформление заказа */
.order-container {
    display: block;
    float: left;
    width: 100%;
    max-width: 1385px;
    margin-top: 10px; }
.order-container button, .order-container input, .order-container textarea {
    outline: none !important; }
@media (min-width: 1440px) {
    .order-container {
        padding-left: 40px; } }
@media (max-width: 1023px) {
    .order-container {
        margin-top: 48px; } }

.order-content {
    display: block;
    float: left;
    width: 100%;
    margin-top: 64px; }
@media (max-width: 1365px) {
    .order-content {
        margin-top: 37px; }
    .order-content:not(:last-child) {
        margin-bottom: 27px; } }
@media (max-width: 1023px) {
    .order-content {
        margin-top: 0; }
    .order-content:not(:last-child) {
        margin-bottom: 0; } }

.order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    margin-right: -40px; }
@media (max-width: 1439px) {
    .order-row {
        margin-left: -10px;
        margin-right: -10px; } }
@media (max-width: 1023px) {
    .order-row {
        display: block;
        width: 100%;
        float: left;
        margin: 0; } }

.order-col {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    width: 50.527%; }
.order-col.is-col__two {
    width: 49.473%; }
@media (max-width: 1023px) {
    .order-col.is-col__two {
        width: 100%; } }
@media (min-width: 1024px) {
    .order-col.is-col__two .order-block {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .order-col.is-col__two .order-control__delivery {
        margin-top: auto !important; } }
@media (max-width: 1439px) {
    .order-col {
        padding-left: 10px;
        padding-right: 10px; } }
@media (max-width: 1023px) {
    .order-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.order-block {
    display: block;
    float: left;
    width: 100%; }
@media (max-width: 1023px) {
    .order-block {
        margin-bottom: 44px; } }

.order-block__title {
    display: block;
    float: left;
    width: 100%;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #353140;
    border-bottom: 1px solid #828282;
    margin-bottom: 36px;
    padding-bottom: 46px; }

.order-list {
    display: block;
    float: left;
    width: 100%; }

.order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
    text-align: left;
    color: #9C9C9C; }
.order-item:not(:last-child) {
    margin-bottom: 26px; }
.order-item.order-item__black {
    color: #353140; }

.order-item__text {
    padding-left: 10px; }

.order-item__text.nowrap {
    white-space: nowrap;
}
    
.order-item__price, .order-item__sum {
    display: inline-block;
    white-space: nowrap; }

.order-block__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    border: 1px solid #555555;
    height: 56px;
    padding: 5px 4px; }

.order-control__input {
    outline: none !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px; }

.order-control__input-text {
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    background: #fff;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #9C9C9C;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase; }
@media (max-width: 767px) {
    .order-control__input-text {
        padding: 0 10px; } }

.order-control__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.order-btn__apply {
    min-width: 128px; }

.btn-style {
    display: block;
    height: 44px;
    padding: 0;
    background: #000000;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase; }
.btn-style:hover {
    color: #000000;
    background: #fff;
    border-color: #000000; }

.order-item__label {
    position: relative; }
@media (max-width: 479px) {
    .order-item__label {
        display: block;
        width: 100%;
        float: left; } }

.order-radio {
    opacity: 0 !important;
    height: 17px !important;
    width: 17px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
.order-radio:checked + .order-label {
    color: #18191B; }
.order-radio:checked + .order-label::before {
    border-color: #18191B; }
.order-radio:checked + .order-label::after {
    background: #18191B;
    opacity: 1; }

.order-label {
    padding-left: 37px;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 0;
    cursor: pointer; }
.order-label::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 9px;
    border: 1px solid #555555;
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.order-label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #555555;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 13px;
    margin-top: -4.5px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.order-label:hover {
    color: #18191B; }
.order-label:hover::before {
    border-color: #18191B; }
.order-label:hover::after {
    background: #18191B; }

.order-delivery__price {
    white-space: nowrap; }

.is-black {
    color: #18191B !important; }

.order-list__delivery {
    margin-top: 4px !important;
    margin-bottom: 20px !important; }
.order-list__delivery .order-item {
    font-size: 15px;
    line-height: 19.5px; }
.order-list__delivery .order-item:not(:last-child) {
    margin-bottom: 32px; }
.order-list__delivery .order-item__text {
    font-size: 20px; }
@media (max-width: 1023px) {
    .order-list__delivery {
        margin-top: 25px; } }
@media (max-width: 479px) {
    .order-list__delivery .order-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .order-list__delivery .order-item__text {
        padding-left: 0;
        width: 100%;
        float: left;
        margin-top: 10px; } }

.order-control__list {
    display: block;
    float: left;
    width: 100%; }

.order-control__list--item {
    display: block;
    float: left;
    width: 100%; }
.order-control__list--item:not(:last-child) {
    margin-bottom: 16px; }

.order-control__text {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #555555;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding: 0 20px;
    background: #fff;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    height: 56px;
    font-size: 14px;
    font-weight: 400;
    color: #9C9C9C;
    display: block;
    float: left;
    width: 100%; }
@media (max-width: 767px) {
    .order-control__text {
        padding: 0 10px; } }

textarea.order-control__text {
    height: auto;
    min-height: 122px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 100%;
    max-width: 100%; }

.order-action {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px; }
@media (max-width: 1365px) {
    .order-action {
        margin-top: auto; } }
@media (max-width: 1023px) {
    .order-action {
        margin-top: 20px; } }

.order-action__block {
    display: block;
    float: left;
    width: 100%; }
.order-action__block:not(:last-child) {
    margin-bottom: 4px; }

.order-action__btn {
    width: 100%;
    max-width: 406px; }
@media (max-width: 479px) {
    .order-action__btn {
        max-width: 100%; } }

.order-action__text {
    margin-bottom: 0;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 400;
    color: #9C9C9C; }
.order-action__text a {
    color: #9C9C9C;
    text-decoration: underline; }
.order-action__text a:hover {
    text-decoration: none; }

@media (max-width: 1023px) {
    .order-control__delivery {
        margin-top: 28px; } }

/*# sourceMappingURL=furnitek.css.map */

.breadcrumbs{
    position: relative;
    z-index: 1;
  }
  
  
  .home{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 568px;
    padding-top: 50px;
  }
  @media(max-width: 1024px){
    .home{
      height: 460px;
    }
  }
  @media(max-width: 768px){
    .home{
      height: 425px;
    }
  }
  @media(max-width: 480px){
    .home{
      height: auto;
      /* padding-bottom: 20px; */
    }
  }
  @media(max-width: 380px){
    
  }
  
  .home__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .home__content{
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .home__content .container {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
  }
  
  .home__content--partners{
    margin-top: 173px;
  }
  .home__content--cart{
    margin-top: 96px;
  }
  @media(max-width: 1024px){
   
    .home__content--cart{
      margin-top: 13px;
    }
  }
  @media(max-width: 768px){
    .home  {
    }
    .home__content--cart{
      margin-top: 28px;
    }
  }
  @media(max-width: 480px){
    .home__content--cart{
        margin-top: 66px;
    }
  }
  @media(max-width: 380px){
   
    .home__content--cart{
      margin-top: 20px;
      margin-top: 46px;
    }
  }
  
  .home__contentbox{
    width: 480px;
    margin-top: auto;
    margin-bottom: auto;
  }
  @media(max-width: 768px){
    .home__contentbox{
      width: 362px;
    }
  }
  @media(max-width: 480px){
    .home__contentbox{
      max-width: 100%;
      width: 100%;
    }
  }
  @media(max-width: 380px){
    
  }
  
  #subheader .home__title{
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 37px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 5%;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    float: none;
  }
  @media(max-width: 1024px){
    .home__title{
      font-size: 32px;
      line-height: 38px;
    }
  }
  @media(max-width: 768px){
    .home__title{
      font-size: 24px;
      line-height: 29px;
    }
    #subheader .home__title {
        margin-top: 66px;
    }
  }
  @media(max-width: 480px) {
    .home__title{
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  .home__text{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFF;
  }
  
.home__breadcrumbs {
    position: relative;
    z-index: 5;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

#subheader .home__breadcrumbs .crumb span {
    color: #fff;
}

#subheader .home__content .container,
.home__breadcrumbs {
    max-width: 1320px;
    padding: 0 30px;
    width: 100%;
}
@media (max-width: 480px) {
    #subheader  .home__content .container,
    .home__breadcrumbs {
        padding: 0 10px;
    }
}
#subheader {
    margin-top: -30px;
}

.joomshopping &gt; .container {
    padding-left: 0;
    padding-right: 0;
}
  
.joomshopping.joomshopping-catalog {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .dj-offcanvas-wrapper {
        padding-top: 80px;
    }
}</pre></body></html>