
.mobileInfo {
    display: table;
    width: 100%;
    margin:20px 0;
}

.mobileInfo .mi-t1{
    margin-left: 10px;
    line-height: 1.3em;
    font-size: 1em;
    font-weight: bold;
}

.mobileInfo .mi-t1.mi-t0 {
    padding: 0 20px 10px 0;
    font-weight: bold;
    color: red;
}


.mobileInfo .mi-t2,
.mobileInfo .mi-t3 {
    font-weight: bold;
    font-size: 1.2em;
}

.mobileInfo .mi-t2 {
    font-weight: normal;
    margin-top: 15px;
}


.mobileInfo .mi-t2 a,
.mobileInfo .mi-t3 a{
    color: #fff;
    text-decoration: none;
    floaT: left;
    background-color: #856564;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 2em;
    border-radius: 3px;
}


.mobileInfo .headerSocial {
    display: block;
    float: left;
    margin-top: 5px;
}

.mobileInfo .social-links-ul {
    margin-top: 5px;
}






.furnitura p {

}

.furnitura a {
    display: table;
    margin:0 auto;
}

.furnitura img {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.conterBottom {
    width: 100%;
    text-align: right;
    display: none;
}

.tovarParamsDiv  span{
    padding-left: 10px;
}

.imgcenter {
    max-width:100%;
}


.NotArtikuls {
    font-size: 1.4em;
}

.NotArtikuls  .notHdr {
    font-size:1.4em;
    color: #ff3c00;
}

.indexPageList {
    margin: 15px 15px 20px 15px;
}

.MarketBody {
    margin: 15px 15px 20px 15px;
    display: table;
}


.LinksTop {
    display: none;
}


#tfButtons {
    display: none;
}


.sOption {
    float:left;
    width:100%;
    margin-bottom:10px;
}


.InpParam {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
}

.InpParam input {
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px;
}

.InpParam label span {
    float: left;
    margin-right: 20px;
}



.InpParam input[type="checkbox"]:checked + span {
    font-weight: bold;
    color: red;
}

.InpParam label {
    cursor: pointer;
    line-height: 26px;
    height: 26px;
    float: left;
    width: 100%;
}




.ItemsList {
    display: table;
    width: 100vw;
    margin: 0 -15px;
    padding-top: 30px;
}

.item {
    width: calc(50vw - 5px);
    height: calc(70vw - 5px);
    margin-left: 3px;
    margin-bottom: 3px;
    display: table;
    border-top: 0 #e2e2e2 solid;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
}

.item .ia {
    float:left;
    width:100%;
}

.item .img {
    display:table;
    width:100%;
}

.item .imga {
    display: block;
    width: 100%;
    height: calc(70vw - 2px);
    font-size: 0.01em;
    background-size: cover;
    background-position: center center;
    color: #eee;
    background-color: #eee;
}

.item .imgimg {
    margin: 0 auto;
    display: table;
    width:100%;
}

.item .titleTovar {
    display: block;
    text-align: center;
    line-height: 1.2em;
    color: #000;
    height: 1.2em;
    position: relative;
    text-decoration: none;
    font-size: 1.4em;
}

.item:hover .titleTovar {
    text-decoration: underline;
}


.indexPageTopSellers {
    width: 100vw;
    margin-left: -15px;
    display: table;
}



.item .cennik {
    display:block;
    font-size:1.4em;
    text-align:center;
    color:  rgba(1, 37, 126, 1);
    font-weight: bold;
}

.hit {
    position: absolute;
    color: red;
    font-weight: bold;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.51);
    text-align: center;
    border-radius: 50%;
    border: 2px red solid;
    display: none;
}

.hit small {
    font-weight: bold;
    margin-top: 19px;
    display: block;
    font-size: 1em;
}


.skidka {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    margin-top: 56px;
    z-index: 1;
}

.skidka small {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    text-align: center;
    margin-top: 14px;
}
.skidka small b{
    font-size: 1.8em;
}

.tovarBody .hit {
    margin: 10px;
}

.tovarBody .skidka {
    margin: 66px 10px 10px 10px;
}



.oldcena {
    margin: -7px 0 -10px 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #01267e;
    text-decoration: line-through;
    font-size: 1em;
}


.cabinetText {
    padding-top: 30px;
}






.view-all-models {

}

.view-all-href {
    display: table;
    margin: 0 auto;
    line-height: 3.5em;
    text-decoration: none;
    color: #656565;
    background-color: #f2f2f3;
    padding: 0 2em;
    border-radius: 3px;
    font-weight: bold;
    width: calc(100% - 100px);
    text-align: center;
    border: 1px #e4e4e4 solid;
    font-size: 1.2em;
    margin-bottom:20px;
}

.view-all-href:hover {
    text-decoration: none;
    color: #000;
    background-color: #ddd;
    border-color: #ddd;}
















.header-content {
    float: left;
    width: 415px;
    font-size: 1em;
    line-height: 1em;
    margin-top: 30px;
    margin-left: 20px;
    color:#555;
    display: none;
}

.header-content-title{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.header-content-descripttion {
    float: left;
    width: 100%;

}

.header-content-phone {
    float: left;
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 6px;
    color: #ff3c00;
}








.kontaktform a {
    font-size: 1.3em;
    line-height: 3em;
    padding: 0 1em;
    border-radius: 0.2em;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    display: table;
    margin: 30px auto;
    font-weight: bold;
    border: 2px #fff solid;
}

.kontaktform a:hover {
    text-decoration: none;
    background-color: #fff;
    color:#01267e;
    transition: 0.3s;
}

.kontaktform a i {
    float: left;
    margin-right: 10px;
    line-height: 3em;
}


.sliderImage .kontaktform a {
    background-color: rgba(0,0,0,0.2);
}

.sliderImage .kontaktform a:hover {
    background-color:#fff;
}







.zakazat-zvonok {
    background-color: #0064ff;
    color: #fff;
    margin-top: 30px;
    padding: 20px 0 20px 0;
    text-align: center;
    border-top: 5px #004eca solid;
    border-bottom: 5px #014dca solid;
    display: table;
    width: 100%;
}

.zakazat-zvonok .kontaktform {

}

.zakazat-zvonok .kontaktform a {
    margin: 10px auto;
}

.zakazat-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    display: none;
}

.zakazat-title2 {
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
    line-height:1;
}






.catalog-blocks {
    display: table;
    margin: 10px;
}

.catalog-item {
    position: relative;
    margin-bottom: 10px;
    height: 60vw;
    overflow: hidden;
    background-color: #eee;
}

.catalog-item-a {
    display: table;
}

.cataog-item-img {

}

.cataog-item-img img {
    width: 100%;
    float:left;
}

.catalog-item-title {
    position: absolute;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1.3em;
    color: #594229;
    padding: 0 1em 0 1em;
    background-color: rgb(208, 175, 148);
    box-shadow: 0 0 0 7px #ffffff;
    margin: 0;
}

.catalog-item-cena {
    position: absolute;
    margin-top: 33px;
    font-size: 1.1em;
    color: #fe4020;
    background-color: #fff;
    padding: 0 1em;
    line-height: 24px;
    font-weight: bold;
}











.sliderImage{
    display: none;
}

.catalog-title {
    display: none;
}

.catalog-blocks {
}



.navbar-collapse {
    width: 990px;
    font-size: 1.5em;
    margin-left: 0;
    background-color: #5a4229;
    border-top: 0 #ff3c00 solid;
    display: none;
    min-height: calc(100vh - 60px);
    position: absolute;
    top: 60px;
}

.navbar-nav {
    display: table;
    width: calc(100% - 30px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 15px;
}

.navbar-nav .nav-item {
    display: table-cell;
    text-align: left;
}

.dropup, .dropdown {
    position: relative;
}

.navbar-nav .nav-item .nav-link {
    text-decoration:none;
    color:#fff;
}

.navbar-nav .nav-item .nav-link.activate {
    background-color: rgba(0, 0, 0, 0.11);
}




.openedMenu .navbar-collapse {
    width:100%;
    display: table;
}

.navbar-nav {
    padding: 0;
    width:100%;
}

.navbar-nav .nav-item {
    display: block;
}

.navbar-nav .nav-item .nav-link {
    display: block;
    line-height:2em;
    padding-left: 1.5em;
}














.footerSocial .headerSocial {
    display:none;
}


.headerSocial {
    float: right;
    display: none;
}

.social-links-ul {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.social-links-li {
    float:left;
    list-style: none;
    font-size: 2em;
}

.social-links-ul .titl{
    display: none;
}

.sl-a1,
.sl-a2,
.sl-a3,
.sl-a4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.sl-a1 {
    background-color: #5181b9;
}

.sl-a2 {
    background: #f6c500;
    background: -moz-linear-gradient(45deg, #f6c500 0%, #e11b4c 48%, #7d38b6 99%);
    background: -webkit-linear-gradient(45deg, #f6c500 0%, #e11b4c 48%, #7d38b6 99%);
    background: linear-gradient(45deg, #f6c500 0%, #e11b4c 48%, #7d38b6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c500', endColorstr='#7d38b6', GradientType=1);
}

.sl-a3 {
background: #34b525;
}

.sl-a4 {
    background: #774d97;
}














body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: Arial, Tahoma, 'sans-serif';
    background-color: #fff;
}

.CounterTop {
    position: absolute;
    width:1px;
    height:1px;
    top: -1px;
}



.headerBody {
    float: left;
    width: 100%;
    height: 70px;
}

.header {
    border-bottom: 3px #5a4229 solid;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 1;
    background: rgb(201,169,145);
    background: -moz-linear-gradient(top, rgba(201,169,145,1) 0%, rgba(220,187,155,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,169,145,1) 0%,rgba(220,187,155,1) 100%);
    background: linear-gradient(to bottom, rgba(201,169,145,1) 0%,rgba(220,187,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a991', endColorstr='#dcbb9b',GradientType=0 );
}

.logo {
    float: left;
    line-height: 90px;
    height: 75px;
    margin: -15px 10px;
    overflow: hidden;
    position: relative;
}

.logoLink {
    float: left;
    width: 100%;
    line-height: 90px;
    height: 90px;
}

.logoImg {
    width:260px;
    float:left;
    margin-top: 0;
    display: none;
}

.logoImg2 {
    height: 90px;
    float: left;
    margin-top: 0;
}


.mobileBar {
    float:right;
    width:60px;
    height:60px;
    text-align:center;
    color: #5a4229;
    text-decoration: none;
    margin-left: -60px;
}

.mobileBar .fas {
    font-size: 1.6em;
    line-height: 60px;
    width: 60px;
}

.mobileBar .fa-times {
    display: none;
}

.Content {
    float:left;
    width:100%;
    font-size:14px;
}

.textContent {
    display: table;
    margin:15px 15px 20px 15px;
}


.textContent#page264 {
    display:block;
    height:195px;
    overflow: hidden;
}









.photoContent {
    display: table;
    margin:15px 15px 20px 15px;
}

.Content h1 {
    font-size: 1.7em;
    line-height: 1em;
}

.Content .tovarBody h1 {
    padding-left: 10px;
}

.tovarContent {
    margin-left: 10px;
}

 .Content h2 {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
}

.textContent .PhotoGallery {
    float: left;
    width: calc(100vw - 30px);
}

.textContent .PhotoGallery a {
    float:left;
    width: 100%;
    padding-bottom: 10px;
}
.textContent .PhotoGallery img{
    float:left;
    width:100%;
}


.footer {
    border-top: 5px #ddd solid;
    background-color: #5a4229;
    color: #fff;
    float:left;
    width:100%;
    min-height:300px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.39);
}


.navMenu {
    position: absolute;
    width: 100%;
    background-color:#fff;
    top: 63px;
    display: none;
    padding-bottom:15px;
}

.navMenu .menu {
    padding:20px 20px 50px 20px;
}


.navMenu .menu div.separ{
    float:left;
    width:100%;
    height:30px;
}

.navMenu .menu div.extendedUL {
    padding-left:10px;
    font-size:0.9em;
    padding-bottom:10px;
}

.navMenu .menu a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px #eee solid;
    color: #3c3c3c;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
}

.navMenu .menu strong a {
    color:#000;
}

.openedMenu .header {
    position: fixed;
    z-index: 1;
}

.openedMenu .mobileBar .fa-times {
    display: block;
    background-color: #5a4229;
    color: #fff;
}

.openedMenu .mobileBar .fa-bars {
    display: none;
}

.openedMenu .Content {
    display: none;
}

.openedMenu .footer {
    display: none;
}

.openedMenu #KartaBody {
    display: none;
}

.openedMenu .navMenu {
    display: block;
}









.footerMenu {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footerMenu a {
    display: block;
    color: #fff;
    font-size: 1em;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

.footerMenu a.first-a {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px #fff solid;
    margin: 0 10px 5px 10px;
    padding: 3px 0 3px 10px;
}




.footerKontakts {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
}


.footerKontakts .fas {
    float: left;
    font-size: 2em;
    margin: 10px 20px 10px 15px;
    display: none;
}

.footerKontakts a {
    color: #fff;
    text-decoration:none;
    font-weight:bold;
    display: block;
}

.footerKontakts .bottomTels {
    float:left;
    font-size:1.3em;
    width: calc(100% - 20px);
    margin-left: 20px;
}

.footerKontakts .bottomAdres {
    float:left;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top:5px;
}

.footerKontakts .bottomRegim {
    font-size:0.8em;
    float:left;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top:5px;
}



.copyryght {
    font-size: 0.7em;
    margin: 15px 20px 30px;
}


.doc_item {
    line-height: 30px;
    float: left;
    width: 100%;
    font-size: 1.4em;
}

.doc_item a {
    line-height: 30px;
    float: left;
}


ul, ol {
    padding-left: 25px;
}

ul li ul,
ol li ul {
    padding-left: 10px;
}



.PhotoGallery {
    float: left;
    width: calc(100vw - 30px);
}

.PhotoGallery a {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.PhotoGallery img {
    float: left;
    width: 100%;
}




.catalog-title {
    font-size: 1.7em;
    font-weight: normal;
    padding: 30px 0 10px 10px;
}



.bred {
    float: left;
    width: calc(100% - 30px);
    padding: 5px 10px;
    font-size: 0.9em;
}



.MapPicture {
}

#KartaBody{
    width: 100%;
    float: left;
    height: 480px;
    margin-left:10px;
    background-color: #EEEEEE;
    overflow: hidden;
}

#KartaBody .ymaps-map {
}

#KartaAdresa {
    float: left;
    display: table;
    width:100%;
    margin-top:30px;
}

.KartaAdresaBody {
    display:none;
    width: 370px;
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    height: 400px;
    margin-top: 1px;
    margin-left: -19px;
    border-right: 1px #c1c1c1 solid;
    font-size: 0.87em;
}

#KartaAdresa div {
    float: left;
    width: 100%;
    padding: 25px 0;
    cursor: pointer;
    margin-bottom: 3px;
    margin-top:-15px;
}

#KartaAdresa div.On,
#KartaAdresa div.On.hov {
    background-color: #ffdb4d;
    color: #000000;
}

#KartaAdresa div.hov {
    background-color: #ffdb4d;
}

#KartaAdresa span {
    display: block;
    padding:0 20px;
    line-height:1;
}

#KartaAdresa small {
    padding: 0 20px;
    font-weight: bold;
    display: block;
    line-height: 20px;
    font-size: 1.15em;
}

#KartaAdresa b {
    display: none;
}

.ymaps-b-balloon__content {
    font-size: 0.5em;
}
.ymaps-b-balloon__content b {
    display:none;
}

.ymaps-b-balloon__content span {
    font-size: 12px;
    display: block;
}

.ymaps-b-balloon__content small {
    font-size: 14px;
    font-weight: bold;
}







.adminemailform h2 {
    line-height:1;
    margin-bottom: 10px;
}
.adminemailform {
    margin: 30px;
    display: table;
}

.adminemailform .ifrm div span input,
.adminemailform .ifrm div span textarea,
.adminemailform .ifrm div span select {
    width: 520px;
    font-size: 1.2em;
}

.adminemailform .ifrm div span textarea {
    height:200px;
}


.adminemailform .ifrm small {
    display:block;
    margin-top:10px;

}

.maskForm {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 565px;
    line-height: 229px;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 1.5em;
    display:none;
}












@media (min-width: 568px) {

    .mobileInfo {
        width: 568px;
        display: table;
        padding: 20px 0;
    }

    .mobileInfo .headerSocial {
        display: none;
    }


    .furnitura {
        width:568px;
    }

    .furnitura p {
        width: 50%;
        float: left;
    }

    .furnitura a {
        width:90%;
    }

    .footerMenu,
    .footerKontakts{
        width: 568px;
        display: table;
        margin: 10px auto;
        float: none;
    }

    .footerSocial .social-links-ul .titl {
        display: inline;
    }

    .catalog-blocks {
        font-size: 1.6em;
        width: 568px;
        margin: 0 auto;
    }

    .catalog-item {
        height: 300px;
    }

    .cataog-item-img img {

    }
    .catalog-item-cena {
        line-height: 42px;
        margin-top: 55px;
    }
    /*
    .logo {
        width: 348px;
        line-height: 112px;
        height: 112px;
        margin-left: 0;
    }

    .logoImg {
        width: 348px;
        margin-top: 0;
        display: block;
    }

    .logoLink {
        height: 112px;
    }

    .logoImg2 {
        display: none;
    }

    .mobileBar {
        width: 112px;
        height: 112px;
    }

    .mobileBar .fas {
        width: 112px;
        height: 112px;
        font-size: 3em;
        line-height: 112px;
    }
    */


    .header {
        float: none;
        width: 568px;
        position: static;
        display: table;
        margin: 0 auto;
    }

    .openedMenu .header {
        position: fixed;
        z-index: 1;
        margin-left: calc(50vw - 284px);
    }

    .logo {
        margin-left: 0;
    }

    .headerSocial {
        display: block;
        margin-right: 80px;
    }

    .social-links-ul {
        margin-top:10px;
    }

    .sl-a1, .sl-a2, .sl-a3, .sl-a4 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        transition: transform 0.1s linear;
        box-shadow: 0 0 0 0 white;
    }


    .sl-a1:hover,
    .sl-a2:hover,
    .sl-a3:hover,
    .sl-a4:hover {
        transform: scale(1.2);
        transition: transform 0.1s linear;
    }


    .social-links-li {
        font-size: 1.4em;
    }




    .footerSocial {
        float: left;
        width: 100%;
        margin: -20px 0 20px 0;
    }

    .footerSocial .headerSocial {
        width: 568px;
        display: table;
        margin: 0 auto;
        float: none;
    }

    .footerSocial .social-links-ul {
        width: 100%;
    }

    .footerSocial .social-links-li {
        width:100%;
    }


    .footerSocial  .sl-a1,
    .footerSocial .sl-a2,
    .footerSocial .sl-a3,
    .footerSocial .sl-a4 {
        width:auto;
        text-align:left;
        background-color: transparent;
        background-image: none;
        margin-left:20px;
    }



    .footerSocial  .sl-a1:hover,
    .footerSocial .sl-a2:hover,
    .footerSocial .sl-a3:hover,
    .footerSocial .sl-a4:hover {
        transform: none;
    }


    .Content {
        float: none;
        width: 568px;
        position: static;
        margin: 0 auto;
        display: block;
    }






/*
    .navMenu {
        top: 88px;
    }






    .textContent .PhotoGallery {
        margin-bottom: 20px;
    }

    .textContent .PhotoGallery a {
        float: left;
        width: calc(50vw - 20px);
        margin-left: 5px;
        height: calc(50vw - 146px);
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 0;
    }




    .PhotoGallery {
        margin-bottom: 20px;
    }

    .PhotoGallery a {
        float: left;
        width: calc(50vw - 20px);
        margin-left: 5px;
        height: calc(50vw - 146px);
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 0;
    }

*/


    .ItemsList {
        width: 568px;
    }

    .item {
        width: calc(33% - 2px);
        height: 185px;
    }
    .item .imga {
        height: 270px;
    }


    .indexPageTopSellers {
        width:568px;
    }


    .catalog-title {
        font-size: 2em;
        padding: 10px 0 15px 10px;
    }








    #KartaBody {
        display: table;
        margin: 0 auto;
        float: none;
    }






















}






@media (min-width: 736px) {

    .navbar-collapse {
        font-size: 1.6em;
    }

    .catalog-title {
        font-size: 2.6em;
        padding: 20px 0 27px 10px;
    }

    #KartaBody {

    }

}




@media (min-width: 992px) {
    html {
        background-image: url(../img/shik-bc.jpg);
        background-position: top center;
        background-repeat: repeat-x;
    }

    body {
        background-image:url(../img/bc.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-color: transparent;
    }


    .InpParam {
        font-size: 1em;
    }


    #KartaBody {
        margin-left: calc(50% - 495px);
        width: 990px;
    }

    .navbar-collapse {
        background-color: transparent;
        font-size: 1.2em;
    }
    .navbar-nav .nav-item {
        text-align:center;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 0;
    }

    .mobileInfo {
        width:100%;
        padding:0;
        display: none;
    }

    .mobileInfo .mi-t1 {
        color: #ff3c00;
        font-weight: bold;
        font-size:1.4em;
    }

    .mobileInfo .mi-t2, .mobileInfo .mi-t3 {
        display: none;
    }



    .furnitura {
        width:992px;
    }

    .furnitura p {
        width: 33%;
        float: left;
    }

    .furnitura a {
        width:90%;
    }



    .view-all-models {
        margin-left: -15px;
        width: calc(100% + 30px);
    }


    .cabinetText {
        margin-top: 0;
        border-top: none;
    }


    .footerSocial .headerSocial {
        width: 200px;
    }


    .footerSocial {
        width: 200px;
        float: right;
    }



    .NotArtikuls {
    margin:30px;
    }

    body {
        font-family: 'Ubuntu', sans-serif;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .zakazat-title {
        display: block;
    }

    .indexPageList {
        display: table;
    }

    .indexPageTopSellers {
        float: left;
        width: 1000px;
        margin: 0 -25px;
    }

    .MarketBody {
        margin: 0 15px 0 15px;
        width: 915px;
        padding: 30px;
        display: block;
    }

    .ItemsList {
        width:1000px;
        margin-left: -55px;
    }

    .item {
        width:240px;
        height: auto;
        float: left;
        margin-left: 10px;
        overflow:hidden;
        border-top: 0 #e2e2e2 solid;
        padding:10px 0 0 0;
    }

    .item .imga {
        width: 240px;
        height: 362px;
        overflow: hidden;
    }

    .item .imgimg {
        width:240px;
        height: 202px;
        transition: transform 0.2s linear;
    }

    .item:hover .imgimg {
        transform: scale(1.1);
        transition: transform 0.2s linear;
    }


    .logo {
        width: 343px;
        line-height: 215px;
        height: 215px;
        margin-left: calc(50% - 170px);
        margin-top: 20px;
    }

    .logoImg {
        width: 348px;
        margin-top: 0;
        display: block;
    }

    .logoLink {
        height: 112px;
    }

    .logoImg2 {
        display: none;
    }

    .mobileBar {
        width: 112px;
        height: 112px;
    }








    .bg-animate {
        transition: background 0.3s, color 0.3s;
    }

    .bg-animate:hover {
        transition: background 0.3s, color 0.3s;
    }




    .header-content {
        display: block;
    }



    .zakazat-zvonok2 {
        display: table;
        width: 930px;
        margin: 0 auto;
    }

    .zakazat-zvonok .kontaktform {
        float: right;
    }

    .zakazat-zvonok .kontaktform a {
        margin: 10px auto;
        border-color: #FFF;
    }

    .zakazat-title {
        text-align: left;
        font-size: 2em;
        margin: 0;
        padding: 0;
        line-height: 1em;
        margin-top: 15px;
    }

    .zakazat-title2 {
        text-align: left;
        padding: 0;
    }

    .catalog-title {
        font-size: 3em;
        padding: 40px 0 20px 10px;
    }


    .catalog-blocks {
        margin: 20px 0 20px -10px;
        float:left;
        width:1000px;
    }

    .catalog-item {
        float:left;
        width: calc(50% - 10px);
        margin-left:10px;
        height: auto;

    }

    .catalog-item-a {
        float: left;
        width: 100%;
        height: 340px;
    }

    .catalog-item-title {
        font-size: 0.9em;
        position: static;
        float: left;
        padding: 0;
        width: 100%;
        text-align: center;
        background-color: rgb(208, 175, 148);
        color: #594229;
        font-weight: bold;
        font-size: 1.2em;
    }

    .catalog-item:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .catalog-item-a:hover .catalog-item-title {
        color: #fff;
        background-color: #594229;
    }


    .catalog-item-cena {
        position: absolute;
        text-decoration: none;
        display: block;
        padding: 0;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 36px;
        font-size: 1em;
        background-color: rgba(255, 255, 255, 0.58);
    }


    .catalog-item-a:hover     .catalog-item-cena {
    }




    .sliderImage{
        display: block;
        height: 440px;
        overflow: hidden;
        color:#fff;
        width: 990px;
    }

    .carousel-inner{
    }

    .carousel-item {
        width: 990px;
        height: 440px;
        position: relative;
        display: table;
        background-size: cover;
    }

    .carousel-item .slider {
        width: 990px;
        height: 440px;
        position: relative;
        display: table;
    }






    .sliderHeader,
    .sliderHeader2,
    .sliderHeader3,
    .sliderHeader4 {
        text-shadow: 1px 1px 30px rgba(0,0,0,0.7), 1px 1px 20px rgba(0,0,0,0.7), 1px 1px 10px rgba(0,0,0,0.7);
        font-weight: bold;
        text-align: center;
        font-size: 3.5em;
        padding: 20px 75px 20px 75px;
        line-height: 0.9;
        background-color:rgba(0,0,0,0.6);
    }

    .sliderHeader {
        text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
        margin-top: 100px;
        color: #ff3c00;
    }

    .sliderHeader2 {
        padding: 0 15% 20px 15%;
        font-size: 2.2em;
        line-height: 1;
    }


    .sliderHeader3 {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 100px;
        font-size: 1.8em;
        line-height: 1.2em;
        font-weight: normal;
    }

    .sliderHeader4 {
        padding: 0 15% 20px 15%;
        font-size: 1.4em;
        line-height: 1.2em;
        font-weight: normal;
    }







    .kontaktform a {
        font-size: 1.3em;
        line-height: 3em;
        padding: 0 1em;
        border-radius: 0.2em;
        color: #ffffff;
        text-decoration: none;
        transition: 0.3s;
        display: table;
        margin: 30px auto;
        font-weight: bold;
        border: 2px #fff solid;
    }

    .kontaktform a:hover {
        text-decoration: none;
        background-color: #fff;
        color:#01267e;
        transition: 0.3s;
    }

    .kontaktform a i {
        float: left;
        margin-right: 10px;
        line-height: 3em;
    }


    .sliderImage .kontaktform a {
        background-color: rgba(0,0,0,0.2);
    }

    .sliderImage .kontaktform a:hover {
        background-color:#fff;
    }








    .openedMenu .header {
        position:static;
    }

    .openedMenu .navbar-collapse,
    .navbar-collapse {
        width: 990px;
        border-top: 0 #fff solid;
        display: table;

        min-height:40px;
        top: 274px;
    }

    .navbar-nav {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        background-color: #5b4229;
        margin: 0;
        background-image: url(../img/TopMenuBC.gif);
        font-size: 1.2em;
    }

    .navbar-nav .nav-item {
        display: block;
        float: left;
    }

    .navbar-nav .nav-item .nav-link {
        line-height: 72px;
        color: #fff;
        padding: 0 15px;
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
        font-weight: bold;
    }

    .navbar-nav .nav-item .nav-link:hover {
        background-color: rgba(0,0,0,0.25);
    }

    .navbar-nav .nav-item .nav-link.activate {
        padding:0 15px;
        font-weight:bold;
        background-color: rgba(0, 0, 0, 0.3)
    }





    .headerSocial {
        display: block;
        margin-right:0;
    }

    .social-links-ul {
        margin-top: 215px;
    }

    .footerSocial    .social-links-ul {
        margin-top: 40px;
    }



    .Content h1 {
        font-size: 2.9em;
        line-height: 1em;
        margin-top: 0;
    }

    .Content h2 {
        font-size:1.9em;
    }

    .headerBody {
        float: left;
        width: 100%;
        height: 248px;
    }

    .header {
        border-bottom: 0 #073b71 solid;
        float: none;
        width: 990px;
        background: transparent;
        position: static;
        display: table;
        margin: 0 auto;
    }

    .mobileBar {
        display: none;
    }

    .navMenu {
        display: block;
        position: static;
        width: 25%;
        font-size: 1em;
        float:left;
    }

    .navMenu div {
        float:left;
        width:100%;
    }

    .navMenu .menu {
        padding: 20px 10px 50px 10px;
    }

    .navMenu .menu a {
        padding: 6px;
        border-radius:3px;
    }

    .navMenu .menu strong a,
    .navMenu .menu strong a:hover {
        background-color: #073b71;
        color:#fff;
    }


    .navMenu .menu a:hover {
        background-color: #eee;
        color:#073b71;
    }

    .centerContent {
        display: table;
        width: 990px;
        margin: 0 auto;
        padding-top: 98px;
    }

    .Content {
        width: 990px;
        background-color:#ffffff;
        display: table;
    }

    .textContent {
        display: block;
        float: left;
        padding-bottom:20px;
        font-size: 1.2em;
        width: 910px;
        margin: 30px 40px 20px 40px;

    }

    .textContent#page264 {
        height: auto;
    }

    .textContent .PhotoGallery {
        width: 700px;
        margin-left:-10px;
    }

    .textContent .PhotoGallery a {
        width: 340px;
        height: 226px;
        border:2px #fff solid;
        border-radius: 5px;
    }

    .textContent .PhotoGallery a:hover {
        border: 2px #073b71 solid;
    }



    .PhotoGallery {
        width: 700px;
        margin-left:-10px;
    }

    .PhotoGallery a {
        width: 340px;
        height: 226px;
        border:2px #fff solid;
        border-radius: 5px;
    }

    .PhotoGallery a:hover {
        border: 2px #073b71 solid;
    }




    .footerBody {
        border-top: 5px #ddd solid;
        background-color: #5a4229;
        color: #fff;
        padding:20px 0 20px 0;
    }

    .footer {
        float: none;
        width: 990px;
        background-color: transparent;
        position: static;
        display: table;
        margin: 0 auto;
        border-top:0 #fff solid;
        min-height: 100px;
    }

    .footerKontakts {
        float: right;
        width: 300px;
        background-color: transparent;
    }

    .footerMenu{
        float: left;
        width: 250px;
        margin-top: 30px;
        /* font-weight: bold; */
        font-size: 0.9em;
    }

    .footerMenu.footerMenu2{
        font-size:0.9em;
        font-weight:normal;
        width: 230px;
    }

    .footerMenu a:hover {
        text-decoration: none;
        color:#ff3c00;

    }



    }



@media (min-width: 1199px) {

    #KartaBody {
        margin-left: calc(50% - 590px);
        width: 1180px;
    }

    .furnitura {
        width:1190px;
    }

    .furnitura p{
        width:25%;
    }


    .indexPageTopSellers {
        width:1190px;
    }




    .header-content {
        width: 570px;
        margin-left: 50px;
        margin-top: 23px;
        line-height: 1.1em;
    }

    .header-content-title {
        font-size: 1.4em;
    }

    .zakazat-zvonok2 {
        width: 1110px;
    }



    .catalog-blocks {
        width: 1190px;
    }

    .catalog-item-a {
        width: 100%;
        height: 403px;
    }

    .catalog-item-title {
        font-size: 1.5em;
    }


    .catalog-item-cena {
    }




    .carousel-item {
        width: 1180px;
    }

    .carousel-item .slider {
        width: 1180px;
    }



    .navbar-collapse {
        width: 1180px;
        font-size: 1.4em;
    }

    .navbar-nav .nav-item .nav-link {
    }


    .textContent {
        font-size: 1.4em;
        width: 1100px;
    }

    .header {
        width: 1180px;
    }

    .centerContent {

        width: 1180px;
    }

    .navMenu {
        width: 280px;
    }

    .Content {
        width: 1180px;
    }

    .sliderImage{
        width: 1180px;
    }

    .textContent .PhotoGallery {
        width:100%;
    }

    .textContent .PhotoGallery a {
        width: 201px;
        height: 134px;
    }

    .footer {
        width: 1180px;
    }


    .PhotoGallery {
        width: 100%;
    }

    .PhotoGallery a {
        width: 270px;
        height: 180px;
    }



    .ItemsList {
        width:1190px;
    }

    .item {
        width: 287px;
        padding-bottom: 0;
    }

    .item .imga {
        width: 287px;
        height: 432px;
    }

    .item .imgimg {
        width: 386px;
        height: 244px;
    }




    .footerMenu,
    .footerMenu.footerMenu2 {
        width: 320px;
        font-size: 1.1em;
    }


}










