.nav-link {
    color: #191e32 !important;
}

h1 {
    margin: 0 0 0 0 !important;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
    font-display: swap;
}

.bg-light2 {
    background: #fff;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
}

.navbar-nav {
    font-size: 12px;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: #f2f2f2;
    line-height: 18px;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.header-content-top-basket {
    /*margin: 0 20px;*/
    display: flex;
}

.telephone {
    color: #191e32;
    font-size: 14px;
}

.telephone:hover {
    color: rgba(0, 0, 0, 0.75);
}

.header-mobile-phone {
    display: none;
}

.time {
    color: #191e32 !important;
    text-decoration: none !important;
    font-weight: 100 !important;
    font-style: normal !important;
    padding-top: 5px !important;
    font-size: 12px !important;
}

.link-call {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #fff !important;
    font-weight: 500 !important;
    font-style: normal !important;
    padding-top: 5px !important;
    font-size: 14px !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

button.navbar-toggler.ml-auto.hidden-sm-up.float-xs-right:focus {
    outline: none !important;
}

.footer {
    position: relative;
    background-color: #1e1e22;
    background-image: none;
    padding: 48px 0 32px;
    color: #fff;
    min-height: auto;
}

.footer-v2__main {
    row-gap: 32px;
}

.footer-v2__logo img {
    max-width: 180px;
    height: auto;
}

.footer-v2__brand-social {
    display: flex;
    gap: 8px;
    margin: 16px 0 12px;
}

.footer-v2__brand-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.footer-v2__brand-social img {
    width: 35px;
    height: 35px;
}

.footer-v2__copyright {
    font-size: 11px;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.footer-v2__phones {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.footer-v2__phones li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-v2__phones a {
    color: #fff;
    text-decoration: none;
}

.footer-v2__phones img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-v2__phones .material-icons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-v2__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;
}

.footer-v2__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-v2__links li {
    margin-bottom: 10px;
}

.footer-v2__links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-v2__links a:hover {
    color: #fff;
}

.footer-v2__info p {
    margin: 0 0 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.footer-v2__info a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-v2__info a:hover {
    color: #fff;
}

.footer-v2__disclaimer {
    margin-top: 12px;
    font-size: 11px;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.footer-v2__bottom-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-v2__bottom-social a {
    display: inline-flex;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.footer-v2__bottom-social a:hover {
    opacity: 1;
}

.footer-v2__bottom-social img {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.1));
}

.footer-v2__bottom-social svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.footer-v2__bottom-social img {
    fill: #fff;
    width: 45px;
    height: 45px;
}

.footer-content-bottom {
    font-size: 12px;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: #a5a5a5;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.header-content-top-social__item {
    display: inline-block;
    margin-right: 10px;
    max-height: 24px;
}

.footer-content-top-social {
    margin-top: 20px;
}

.header-content-top-social__item svg {
    fill: rgb(180, 200, 255);
    transition: all 0.3s ease;
}

.icon_color_b {
    color: rgb(180, 200, 255);
}

.home-item {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -50px;
    width: 100%;
}

.home-item-category {
    width: 65px;
    height: 65px;
    border: solid 3px #000000;
    background: #fff;
    font-size: 22px;
    font-family: "Gotham-Pro-Medium", sans-serif;
    color: #000;
    line-height: 65px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.home-item-category-165 {
    width: 100%;
    height: 65px;
    border: solid 3px #000000;
    background: #fff;
    font-size: 22px;
    font-family: "Gotham-Pro-Medium", sans-serif;
    color: #000;
    line-height: 65px;
    text-align: center;

    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.home-item-img img {
    width: 100%;
}

.home-item-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.home-flex {
    display: flex;
    align-content: center;
}

.mycard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}

.mg-5,
.mgy-5 {
    --bs-gutter-y: 4rem;
}

.mg-5,
.mgx-5 {
    --bs-gutter-x: 0rem;
}

.mb-20 {
    margin-bottom: 80px;
}

/* CUSTOMIZE THE CAROUSEL
   -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    margin-top: -40px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 1.5rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element
   .carousel-item {
   height: 50rem;
   }
   .carousel-item > img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   height: 50rem;
   }
   */

/* MARKETING CONTENT
   -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

/* rtl:end:ignore */

/* Featurettes
   ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
   -------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/*#myCarousel img {

   height: 40rem;
   max-height: 40rem;
   }*/
.img1 {
    background-image: url("/images/ban1.jpeg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;

    background-size: cover !important;
    background-position: center !important;
}

.img2 {
    background-image: url("/images/ban2.jpeg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;

    background-size: cover !important;
    background-position: center !important;
}

.img3 {
    background-image: url("/images/ban3.jpeg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;

    background-size: cover !important;
    background-position: center !important;
}

.img4 {
    background-image: url("ban4.jpeg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;

    background-size: cover !important;
    background-position: center !important;
}

.home-poster-slick-item-brand {
    width: 227px;
    height: 65px;
    border: solid 3px #fff;
    margin-bottom: 3vw;
    margin-top: 10px;
}

.home-poster-slick-item-brand-left {
    width: 70px;
    height: 62px;
    border-right: solid 3px #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 0px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.home-poster-slick-item-brand-right {
    width: 164px;
    height: 62px;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    line-height: 19px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    padding-left: 23px;
    padding-left: 20px;
}

.home-poster-slick-item-text {
    font-size: 38px !important;
    color: #fff;
    letter-spacing: 1.2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3vw;
    width: 385px;
    font-weight: bold;
}

.home-poster-slick-item-content {
    /* width: 398px;
    position: relative;
    z-index: 8;*/
}

/**/
.home-poster-slick-item-link {
    font-size: 14px;
    font-family: "Gotham-Pro-Medium", sans-serif;
    color: #fff;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.home-poster-slick-number {
    width: 90px;
    font-size: 18px;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 92px;
}

.home-poster-slick-item:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.502;
}

.myconteiner {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.w1 {
    display: block;
    width: 50%;
    height: 300px;
    background: #000;
}

.w2 {
    display: block;
    width: 50%;
    height: 300px;
}

@media (max-width: 700px) {
    .home-poster-slick-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: #000;
        opacity: 0.502;
    }

    .home-poster-slick-item-text {
        font-size: 0.8em !important;
        color: #fff;
        letter-spacing: 1.2px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 2vw;
        width: 100%;
    }

    .home-poster-slick-item-link {
        font-size: 0.7em;
        font-family: "Gotham-Pro-Medium", sans-serif;
        color: #fff;
        letter-spacing: 0.3px;
        position: relative;
        text-transform: uppercase;
    }

    .home-poster-slick-item-brand {
        width: 197px;
        height: 40px;
        border: solid 2px #fff;
        margin-bottom: 3vw;
        margin-top: 10px;
    }

    .home-poster-slick-item-brand-left {
        width: 60px;
        height: 36px;
        border-right: solid 2px #fff;
        display: table-cell;
        vertical-align: middle;
        font-size: 1em;
        color: #fff;
        line-height: 1em;
        letter-spacing: 0px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
    }

    .home-poster-slick-item-brand-right {
        width: 144px;
        height: 36px;
        display: table-cell;
        vertical-align: middle;
        font-size: 1em;
        color: #fff;
        line-height: 0.5em;
        letter-spacing: 2px;
        position: relative;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
    }
}

/*.home-poster-slick-item-link>span:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 12px;
    background-image: url('/images/arrow-right.png');
                                                                background-position: 0px 0px;
                                                                background-repeat: no-repeat;
                                                                right: -31px;
                                                                top: -webkit-calc((100% - 12px) / 2);
                                                                top: calc((100% - 12px) / 2);
                                                                }
                                                            .home-poster-slick-item-link>span:before {
                                                                content: '';
                                                                position: absolute;
                                                                width: 100%;
                                                                height: 1px;
                                                                background-color: #f2f2f2;
                                                                left: 0px;
                                                                bottom: -4px;
                                                                -webkit-transition: all .15s linear;
                                                                -o-transition: all .15s linear;
                                                                transition: all .15s linear;
                                                                opacity: 1;
                                                                }*/

a:hover {
    color: #97a4af;
}

/*@font-face {
   font-family: "Gotham-Pro-Medium";
   src: url("GothaProReg.OTF") format("truetype");
   font-style: normal;
   font-weight: normal;
   }

   @font-face{
   font-family: "Gotham-Pro-Medium";
   src: url("GothaProReg.OTF") format("truetype");
   font-style: normal;
   font-weight: normal;
   }

   body{
   font-family: "Gotham-Pro-Medium";

   }*/

.cat-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
}

.new-catalogue-inner-wrap,
.new-model-right {
    padding-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-catalogue-filter {
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
}

.new-furnitura-filter {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.new-model-left {
    width: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}

.new-catalogue-filter-title {
    text-transform: uppercase;
    font:
        16px/19px "Gotham-Pro-Bold",
        sans-serif;
    color: #282828;
    margin: 0 0 11px 0;
    font-weight: bold;
}

.detail-param-title {
    text-transform: uppercase;
    font:
        16px/19px "Gotham-Pro-Bold",
        sans-serif;
    color: #282828;
    margin: 0 0 4px 0;
    font-weight: bold;
}

.new-catalogue-filter-sections a.selected::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #000;
}

.new-catalogue {
    margin: 28px 0 100px 0;
}

.new-catalogue-inner-wrap {
    padding-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-model-right {
    padding-left: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-catalogue-models-title {
    text-transform: uppercase;
    font:
        16px/19px "Gotham-Pro-Bold",
        sans-serif;
    color: #282828;
    padding: 0;
    font-weight: bold;
}

.new-catalogue-inner::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.new-catalogue-inner-container {
    float: left;
    width: 100%;
}

.new-catalogue-inner-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 34px 10px 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.new-catalogue-inner-list {
    margin: 0 -10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.cat-inner-item-img {
    padding: 34px 10px 8px 10px;
}

.green {
    color: #81c784 !important;
}

.pogonag-inner-item-img {
    padding: 34px 10px 8px 10px;
    width: 100%;
}

.system-inner-item-img {
    padding: 34px 10px 8px 10px;
    width: 100%;
}

.system-catalog-inner-item-img {
    padding: 34px 10px 8px 10px;
    width: 250px;
}

.catalog-inner-item-img {
    width: 100%;
}

.cat-inner-item-title {
    font:
        14px/18px "Gotham-Pro-Bold",
        sans-serif !important;
    border-bottom: 2px solid #000 !important;
    border-bottom-color: rgb(0, 0, 0) !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    letter-spacing: 0;
}

.furnitura-item-title {
    font:
        14px/18px "Gotham-Pro-Bold",
        sans-serif !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    letter-spacing: 0;
}

.upsell-inner-item-title {
    font:
        14px/18px "Gotham-Pro-Bold",
        sans-serif !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    letter-spacing: 0;
    width: 150px;
}

.upsell-price {
    font-weight: bold;
    margin-top: 10px;
}

.pogonag-inner-item-title {
    font:
        14px "Gotham-Pro-Bold",
        sans-serif !important;
    padding: 9px 0px 0px 0px !important;
    letter-spacing: 0;
}

.system-inner-item-title {
    font: 14px !important;
    padding: 9px 0px 0px 0px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #a0826c;
}

.cat-title {
    font-size: 14px !important;
    padding: 9px 0px 0px 0px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #a0826c;
    text-align: center;
}

.cat-title-furnitura {
    font-size: 14px !important;
    padding: 9px 0px 0px 0px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #a0826c;
}

.catalog-title {
    margin-top: 30px;
    font-size: 20px !important;
    padding: 9px 0px 0px 0px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold !important;
}

.href-cat-inner-item-title {
    color: #000 !important;
}

.href-furnitura {
    color: #282828 !important;
}

.comagic-o-rack--bottom {
    padding-bottom: 60px !important;
}

.href-cat-inner-item-title:hover {
    color: #788593 !important;
}

.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-header::before,
.modal-header::after,
.modal-footer::before,
.modal-footer::after {
    content: " ";
    display: table;
}

.new-catalogue-inner::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.new-catalogue-inner-container {
    float: left;
    width: 100%;
}

.conteiner_list_item {
    display: flex;
    flex-wrap: wrap;
}

.cat-filter-sections {
    margin: -4px 0 21px 0;
}

.cat-filter-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cat-filter-sections a {
    width: 60px;
    height: 51px;
    margin: 0 -1px -1px 0;
    text-align: center;
    border: 1px solid #d7d7d7;
    font:
        20px/52px "Gotham-Pro-Regular",
        sans-serif;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
}

.cat-filter-sections a.selected {
    color: #282828;
    font-family: "Gotham-Pro-Medium", sans-serif;
    border: 2px solid #282828;
    z-index: 2;
}

.cat-models-list {
    padding: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cat-models-list a {
    width: 57px;
    height: 36px;
    margin: 0 -2px -2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #000;
    text-align: center;
    font-size: 10px;
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 10px;
    font-weight: bold;
    justify-content: center;
}

.cat-models-list a:hover {
    color: #fff;
    background: #788593;
    z-index: 2;
}

.furnitura-models-list {
    padding: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.furnitura-models-list a {
    font-size: 10px;
    color: #282828;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 10px;
    font-weight: bold;
    justify-content: center;
}

.furnitura-models-list a:hover {
    color: #777f8c;
}

.cat-image-list {
    padding: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pogonag-image-list {
    padding: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.upsell-image-list {
    padding: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.row-bag {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.system-image-list {
    padding: 6px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.catalog-image-list {
    padding: 6px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.furnitura-image-list {
    padding: 6px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.row-title {
    padding: 6px 0 30px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.model_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pogonag_digit {
    margin-top: 10px;
}

.system_digit {
    font-size: 14px;
}

.cat-inner-item-img img {
    width: 100%;
}

.furnitura-item-img img {
    width: 100%;
}

.system-inner-item-img img {
    width: 100%;
}

.system-catalog-inner-item-img img {
    width: 100%;
}

.catalog-inner-item-img img {
    width: 100%;
}

.pogonag-inner-item-img img {
    width: 100%;

    padding: 10px;
    border: 1px solid #ccc;
}

.breadcrumb-wrapper {
    margin: 20px 0 0 0;
    margin-top: 20px;
    width: auto;
}

.nav-page {
    position: relative;
    padding-top: 5px;
}

.nav-page-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
}

.nav-page-list-item {
    margin-right: 20px !important;
    position: relative;
}

.nav-page-list-item-link {
    font-size: 12px;
    font-family: "Roboto-Regular", sans-serif;
    color: #a2a2a2 !important;
    line-height: 20px;
    position: relative;
    letter-spacing: 0px;
    transition: all 0.15s linear;
    text-decoration: underline;
}

.nav-page-list-item-link:hover {
    text-decoration: none;
}

.nav-page-active {
    font-size: 12px;
    font-family: "Roboto-Regular", sans-serif;
    color: #a2a2a2 !important;
    line-height: 20px;
    position: relative;
    letter-spacing: 0px;
    transition: all 0.15s linear;

    margin-bottom: 10px;
}

.nav-link.active {
    color: #777f8c !important;
}

.nav-page-list-item::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: rgba(162, 162, 162, 0.69);
    right: -14px;
    top: 10px;
}

.nav-page-list li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul {
    list-style: none outside;
    padding-left: 0px !important;
}

.new-catalogue-detail-wrap .nav-page-list {
    padding-top: 0;
}

.new-catalogue-header h1 {
    float: left;
    font-size: 20px !important;
    margin: 0 30px 0 0;
    padding: 0;
    letter-spacing: 0;
    color: #00;
    text-transform: uppercase;
    font-weight: bold;
}

.back-link {
    float: right;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000 !important;
    text-decoration: underline;
    width: 300px;
    padding: 0 0 0 30px;
    position: relative;
}

.back-link:hover {
    text-decoration: none;
}

.back-link::before {
    content: "";
    width: 18px;
    height: 12px;
    background: url(/images/back-link-arrow.png) 0 0 no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
}

.new-catalogue-header {
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 13px 0;
}

.new-catalogue-header {
    padding: 0 0 12px 0;
    margin: 0 0 30px 0;
}

.new-catalogue-header::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.new-catalogue-detail-info {
    margin: -20px 0px 20px 0px;
    border: 2px solid #000;
    padding: 27px 23px 10px 23px;
}

.new-catalogue-detail-info2 {
    margin: 0px 0px 20px 0px;
    border: 2px solid #000;
    padding: 27px 23px 10px 23px;
}

.new-catalogue-detail-photo img,
.new-catalogue-detail-photo2 img {
    max-width: 100%;
}

.new-catalogue-detail-left {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
}

.new-catalogue-detail-info dd,
.new-catalogue-detail-info2 dd {
    margin: 0;
    padding: 0 0 9px 0;
    font:
        12px/15px "Gotham-Pro-Medium",
        sans-serif;
    color: #a0826c;
    text-transform: uppercase;
}

.new-catalogue-detail-info dt:first-child,
.new-catalogue-detail-info2 dt:first-child {
    border-top: none;
}

.new-catalogue-detail-info dt,
.new-catalogue-detail-info2 dt {
    margin: 0;
    padding: 10px 0 0 0;
    font:
        12px/15px "Gotham-Pro-Bold",
        sans-serif;
    color: #282828;
    text-transform: uppercase;
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}

.detail-param-header {
    font-size: 14px;
    line-height: 20px;
    color: #a0826c;
    padding: 0 0 0 0;
    letter-spacing: 0.01em;
}

/**/
.catalog-filter-selector-item input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.catalog-filter-selector-item input[type="radio"]:checked + img {
    color: #282828;
    outline: 2px solid #282828;
    border: 2px solid #ffffff;
    z-index: 2;
}

.catalog-filter-selector-item input[type="radio"] + img {
    color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 2;
}

.detail-selector-item input[type="radio"]:checked + img {
    color: #282828;
    outline: 2px solid #282828;
    border: 2px solid #ffffff;
    z-index: 2;
}

.detail-selector-item-78 input[type="radio"]:checked + div {
    color: #282828;
    border: 2px solid #282828 !important;
    z-index: 3;
}

.detail-selector-item-float input[type="radio"]:checked + div {
    color: #282828;
    border: 2px solid #282828 !important;
    z-index: 3;
}

.detail-selector-item input[type="radio"] + img {
    color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 2;
}

.catalog-filter-selector-item {
    margin: 5px;
    width: 40px;
    height: 40px;
}

.new-catalogue-filter-block-checkboxes
    + .new-catalogue-filter-block-checkboxes {
    border-top: 1px solid #e1e1e1;
}

.new-catalogue-filter-block-checkboxes {
    padding: 17px 0 14px 0;
    border-top: 1px solid #e1e1e1;
}

.new-catalogue-filter-block-checkboxes:first-child {
    padding: 17px 0 14px 0;
    border-top: 1px solid #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

.filter-block-checkboxes {
    padding: 17px 0 14px 0;
}

.detail-selector-item {
    margin: 5px;
    width: 50px;
    height: 50px;
}

.detail-selector-item-78 {
    margin: 5px;
    width: 78px;
    height: 40px;
}

.detail-selector-item-float {
    margin: 5px;
    height: 40px;
}

.detail-selector-item input[type="radio"],
.detail-selector-item-78 input[type="radio"],
.detail-selector-item-float input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.detail-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 300px;
    margin-left: -3px;
}

.detail-sections-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.w230 {
    width: 230px;
}

.new-catalogue-detail-photo {
    position: relative;
    line-height: 0;
    text-align: center;
}

.detail-params-box {
    border-top: 1px solid #e1e1e1;
    padding: 15px 0 14px 0;
}

.detail-params-box:first-child {
    border-top: none;
    padding-top: 0;
}

.tabs {
    margin-top: 20px;
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #fff;
    font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4 {
    display: block;
}

.tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 25%;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.tabs > label:not(:first-of-type) {
    border-left: none;
}

.tabs > input[type="radio"]:checked + label {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: none;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #a0826c;
}

.nav__icon {
    font-size: 18px;
}

.detail-size-item {
    width: 78px;
    height: 40px;
    font-size: 10px;
    color: #000;
    border: 2px dotted #000 !important;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.detail-size-item-float {
    padding-left: 8px;
    padding-right: 8px;
    height: 40px;
    font-size: 10px;
    color: #000;
    border: 2px dotted #000 !important;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

.detail-size-item:first-child {
    margin-left: 0px;
}

.add_to_bag,
.add_zamer {
    margin-left: 5px;
    background-color: #282828;
    border: none;
    color: white;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 210px;
}

.add_zamer {
    margin-left: 0px;
}

.w50 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.col {
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.colordc {
    color: #777f8c;
}

.btn_callback {
    background-color: #a0826c;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    height: 100%;
    width: 210px;
}

.input_tel::placeholder {
    font-size: 14px;
}

.checkout {
    background-color: #282828;
    border: none;
    color: white;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.content {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*.add-pogonag {
    background-color: #f5f5f5;;
    border: none;
    color: #282828;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition-duration: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
   }*/

.add-pogonag {
    border: none;
    color: #b9a393;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;

    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.callback:hover {
    background-color: #ededed;
    color: #282828;
}

.callback {
    color: #282828;
    margin-left: 5px;
    background: #fff;
    border: 2px solid #282828;
    color: #282828;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.add_pogonag {
    background-color: white;
    border: none;
    color: #282828;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border: 2px solid #282828;
    transition-duration: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.increase {
    background-color: white;
    border: none;
    color: #282828;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ededed;
    transition-duration: 0.4s;
    margin-top: 5px;
    margin-bottom: 5px;
}

.increase:hover {
    background-color: #ededed;
}

.quantity_bag {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    width: 45px;
    color: #282828;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #ededed;
    transition-duration: 0.4s;
}

.amount,
.tab_title,
.tab_title-upsell,
.tab_title2 {
    color: #282828;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.tab_title {
    visibility: hidden;
}

.tab_title2 {
    margin-top: 20px;
}

h1 {
    font-size: 20px !important;
    margin: 0 30px 0 0;
    padding-top: 25px;
    letter-spacing: 0;
    color: #00;
    text-transform: uppercase;
    font-weight: bold;
}

.transitionOverlayPage {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.8;
    background-color: #fff;
    position: fixed;
    font-size: 30px;
    color: #282828;
    text-align: center;
    padding-top: 300px;
    z-index: 10;
    display: none;
}

.badje {
    right: 0px;
    top: 10px;
    position: absolute;
    background: #a0826c;
    opacity: 0.8;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.badje2 {
    right: 0px;
    top: 10px;
    position: absolute;
    background: #a0826c;
    opacity: 0.8;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping_text {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.sort-div a {
    color: #282828;
}

.sort-div a:hover {
    color: #777f8c;
}

.top_icon_text {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.pd10 {
    padding-right: 5px;
}

.pdl10 {
    padding-left: 10px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.cart_header {
    border-bottom: 2px solid #ededed;
}

.cart_row {
    border-bottom: 2px solid #ededed;
}

.cart_title {
    color: #282828;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart {
    color: #282828;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    vertical-align: middle;
}

.cart_img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart_row_title {
    color: #282828;
    font-size: 14px;
    font-weight: bold;
}

.cart_attr {
    color: #747779;
    font-size: 10px;
}

.cart-del {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #a0826c !important;
    text-transform: uppercase;
    cursor: pointer;
}

.cart-del a {
    color: #a0826c !important;
}

td {
    vertical-align: middle;
}

div.quantity {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
}

.item-minus,
.item-plus {
    color: #282828;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.item-minus:hover,
.item-plus:hover {
    cursor: pointer;
}

.model_quantity {
    color: #282828;
    min-width: 30px;
    text-align: center;
    padding-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.model_total {
    color: #282828;
    font-weight: bold;
}

.sum_zakaza_row {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
}

.sum_zakaza_row2 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ml {
    margin-left: auto;
}

.bold {
    font-weight: bold;
}

.sz16 {
    font-size: 16px;
}

.cart_sum_zakaza {
    color: #282828;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.title_contact {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.container_checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.container_map {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /*padding-top: 110px;*/
    min-height: 100%;
    flex: 1;
}

.content {
    flex-grow: 1;
}

.cart_table {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.sum_zakaza {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    justify-content: space-between;

    margin-top: 30px;
    border: 2px solid #ededed;
}

.card_map {
    margin-bottom: 30px;
    padding: 20px;
    width: 300px;
    justify-content: space-between;
    border: 2px solid #ededed;
}

.div_el3 {
    flex-wrap: wrap;
    width: 25%;
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container_checkout > *:first-child {
    align-self: stretch;
}

.delivery {
    margin-bottom: 30px;
    padding: 20px;
    width: 67%;
    justify-content: space-between;
    margin-right: 30px;
    margin-top: 30px;
    border: 2px solid #ededed;
}

.delivery_label {
    color: #282828;
    padding-right: 0px;

    font-size: 14px;
}

.title {
    margin-top: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.cart-title {
    color: #282828;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.cart-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
}

.cart-icon {
    color: #ededed;
    width: 100%;
    font-size: 100px;
    padding: 15px;
    text-align: center;
}

.required {
    border: none;
    color: #e01020;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
}

.label_contact_form {
    color: #282828;
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 13px;
    vertical-align: middle;
}

.input_text {
    color: #282828;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sort {
    font-size: 12px;
    padding-top: 4px;
    padding-right: 4px;
}

.sort-span {
    padding: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
}

.sort-span-active {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
    padding: 4px;
    border-bottom: 2px solid #282828;
}

.div_el1 {
    flex-grow: 3;
    padding-right: 20px;
    align-self: stretch;
}

.div_el2 {
    width: 75%;
    align-self: stretch;
    padding-right: 20px;
    margin-bottom: 30px;
}

.form_ml {
    margin-left: 15px;
}

.form_mr {
    margin-right: 15px;
}

.form_mb10 {
    margin-bottom: 10px;
}

.form_fg1 {
    flex-grow: 1;
}

.another-size {
    display: none;
}

.icon_chevron {
    color: #dcdcdc;
}

.default-size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 300px;
    margin-left: -3px;
}

.my-form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 2px solid #282828;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-label-select {
    margin-top: 10px;
    color: #282828;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px;
}

.link-other-size {
    font-size: 10px;
    color: #000;
    border: 2px dotted #000 !important;
    text-align: center;
    line-height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    margin-left: 5px;
}

.black {
    color: #282828 !important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    opacity: 0.9;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
    animation:
        fadein 0.5s,
        fadeout 0.5s 2.5s;
}

.catalog-filter-radio input[type="radio"] + label::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/images/filter-radio.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.catalog-filter-radio input[type="radio"] + label {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    padding-bottom: 20px;
    margin: 4px 0 0;
    height: 12px;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    color: #282828;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-left: 12px;
    margin-bottom: 5px;
}

.radio-item label:before {
    content: "";
    width: 12px;
    height: 12px;
    padding-top: 5px;
    background: url(/images/filter-radio.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.radio-item input[type="radio"]:checked + label:before {
    background-position: 0 -12px;
}

.system-link {
    color: #282828;
}

.system-link:hover {
    color: #a2a2a2;
}

.descr-link {
    color: #282828;
    text-decoration: underline;
    font-size: 14px;
}

#content-1 p {
    font-size: 14px;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 0.9;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 0.9;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 0.9;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 0.9;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/*.cat-menu{
    background: #777f8c;

   }*/
.cat-menu {
    background: #191e32;
}

.cat-menu .container {
    max-width: 100%;
}

.cat-menu-item,
.cat-menu-item-active {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: clamp(4px, 0.22vw + 2px, 10px);
    padding-right: clamp(4px, 0.22vw + 2px, 10px);
    font-size: 14px;
}

.cat-menu-item {
    color: #fff;
    text-decoration: underline;
}

.cat-menu-item:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.cat-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.cat-menu-item-active {
    background: #fff;
    color: #282828;
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #777f8c;
    border-color: #777f8c;
}

.page-link {
    position: relative;
    display: block;
    color: #282828;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #282828;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    list-style: none;
}

.new-catalogue-furniture {
    padding-top: 30px;
}

.video {
    width: 50%;
    padding: 10px;
}

.furnitura_grid,
.pogonag_grid,
.system_grid,
.upsell_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.upsell-inner-item-img {
    padding: 10px 10px 8px 10px;
    width: 100%;
}

.furnitura-models-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    grid-row-gap: 10px;
}

.catalog-grid {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 20px;
}

.catalog-grid-furnitura {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 20px;
}

.href-furnitura-item-title {
    color: #282828;
}

.model_peregorodka {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_peregorodka {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.main_m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.type_peregorodka {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.img50 {
    width: 50%;
}

.img60 {
    width: 60%;
    margin-bottom: 20px;
}

.profil_peregorodka {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.zap_peregorodka {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.track {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.border2 {
    border: 2px solid #282828;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alum {
    font-size: 14px;
}

.table > :not(caption) > * > * {
    padding: 1rem 1rem;
}

@media (max-width: 767px) {
    .track,
    .img100 {
        width: 100%;
    }

    .profil_peregorodka {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .zap_peregorodka {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .img50 {
        width: 100%;
    }

    .img60 {
        width: 100%;
        margin-bottom: 20px;
    }

    .type_peregorodka {
        display: grid;
        grid-template-columns: 1fr;
    }

    .main_peregorodka {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .main_m {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .catalog-grid {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 20px;
    }

    .catalog-grid-furnitura {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        gap: 20px;
    }

    .add_to_bag {
        width: 100%;
    }

    .model_grid,
    .furnitura-models-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .furnitura_grid,
    .pogonag_grid,
    .system_grid,
    .upsell_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .comagic-o-rack--bottom {
        padding-bottom: 60px !important;
    }

    .new-catalogue-furniture {
        padding-top: 10px;
        width: 50%;
    }

    body {
        padding-top: 50px;
    }

    .form_ml {
        margin-left: 0px;
    }

    .form_mr {
        margin-right: 0px;
    }

    .tab_title {
        visibility: visible;
    }

    .tabs > label {
        display: none;
    }

    #content-1,
    #content-2,
    #content-3,
    #content-4 {
        display: block;
    }

    .footer-v2__bottom-social {
        margin-bottom: 100px;
    }

    #top_basket {
        display: none;
    }

    .pogonag-inner-item-img {
        padding: 10px 10px 8px 10px;
        width: 100%;
    }

    .upsell-inner-item-img {
        padding: 10px 10px 8px 10px;
        width: 100%;
    }

    .new-catalogue-filter,
    .new-model-left {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .new-furnitura-filter {
        width: 100% !important;
        display: flex;
        gap: 20px;
        justify-content: start;
    }

    .cat-inner-item-img {
        padding: 34px 10px 8px 10px;
    }

    .furnitura-item-img {
        width: 100%;
    }

    .detail-sections-nowrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .zap_peregorodka {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .img50 {
        width: 100%;
    }

    .contact_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .img60 {
        width: 100%;
        margin-bottom: 20px;
    }

    .type_peregorodka {
        display: grid;
        grid-template-columns: 1fr;
    }

    .catalog-grid {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .callback {
        width: 100%;
        margin-left: 0px;
    }

    .model_grid,
    .furnitura-models-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .navbar-brand {
        max-width: 50%;
        height: auto;
    }

    .navbar .container-xl {
        position: relative;
    }

    .header-mobile-phone {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.02em;
        color: #191e32;
        text-decoration: none;
        white-space: nowrap;
        z-index: 2;
    }

    .header-mobile-phone:hover {
        color: rgba(0, 0, 0, 0.75);
    }

    .navbar:has(.navbar-collapse.show) .header-mobile-phone,
    .navbar:has(.navbar-toggler[aria-expanded="true"]) .header-mobile-phone {
        display: none;
    }

    .w50 {
        width: 100%;
    }

    .video {
        width: 100%;
    }

    .row-title h1 {
        text-align: center;
        margin-right: 0px;
    }

    .back-link {
        width: auto;
    }

    .row-title {
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .new-furnitura-filter {
        width: 100% !important;
        display: flex;
        gap: 20px;
        justify-content: start;
    }

    .new-catalogue-furniture {
        padding-top: 30px;
        width: 50%;
    }

    .carousel {
        margin-top: 0px;
    }

    .cat-menu {
        display: block;
    }

    .cat-menu .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .cat-flex {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 4px 12px;
        gap: 0;
    }

    .cat-flex::-webkit-scrollbar {
        display: none;
    }

    .cat-menu-item,
    .cat-menu-item-active {
        flex-shrink: 0;
        white-space: nowrap;
        padding-left: clamp(3px, 1.2vw, 6px);
        padding-right: clamp(3px, 1.2vw, 6px);
    }

    body {
        padding-top: 88px;
    }

    .container_map {
        flex-direction: column;
    }

    .card_map,
    .div_el3 {
        width: 100%;
    }

    .div_el2 {
        width: 100%;
        padding-right: 0px;
    }

    .back-link {
        margin-top: 20px;
    }

    .form_ml {
        margin-left: 0px;
    }

    .form_mr {
        margin-right: 0px;
    }

    .form_fg1 {
        flex-grow: 0;
        width: 100%;
    }

    .div_el1 {
        padding-right: 0px;
    }

    .tab_title {
        visibility: visible;
    }

    .tabs > label {
        display: none;
    }

    #content-1,
    #content-2,
    #content-3,
    #content-4 {
        display: block;
    }

    .footer-v2__bottom-social {
        margin-bottom: 100px;
    }

    #top_basket {
        display: none;
    }

    .nav {
        display: flex;
    }

    .pogonag-inner-item-img {
        padding: 10px 10px 8px 10px;
        width: 100%;
    }

    .system-inner-item-img {
        padding: 10px 10px 8px 10px;
        width: 100%;
    }

    .new-catalogue-inner-wrap,
    .new-model-right {
        padding: 0;
    }

    .cat-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .new-catalogue-filter,
    .new-model-left,
    .new-furnitura-filter {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .cat-inner-item-img {
        padding: 34px 10px 8px 10px;
    }

    .cat-inner-item-img img {
        width: 100%;
    }

    .detail-sections-nowrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
    .div_el1 {
        padding-right: 0px;
    }

    .container_checkout {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .cart_header {
        border-bottom: 0px solid #ededed;
    }

    .cart_row {
        border-bottom: 0px solid #ededed;
    }

    /* Force table to not be like tables anymore */
    .cart_table table,
    .cart_table thead,
    .cart_table tbody,
    .cart_table th,
    .cart_table td,
    .cart_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .cart_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        margin: 0 0 1rem 0;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        width: 100%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    .cart_table td:nth-of-type(6) {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        margin-bottom: 30px;
    }

    .cart_table td:nth-of-type(1):before {
        content: "Фото";
        color: #282828;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cart_table td:nth-of-type(2):before {
        content: "Товар";
        color: #282828;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cart_table td:nth-of-type(3):before {
        content: "Цена";
        color: #282828;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cart_table td:nth-of-type(4):before {
        content: "Количество";
        color: #282828;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .cart_table td:nth-of-type(5):before {
        content: "Подытог";
        color: #282828;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
}
