



.load-indicator {
    display: none;
    z-index: 10104;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 50%;
    right: 50%;
    margin-right:-60px;
    margin-bottom:-60px;
}
.load-indicator-body{
    position: relative;
}
.load-indicator-div {
}
.load-indicator-div2 {
    height: 100%;
    padding: 36px;
}
.ui_spinner {
    text-align: center;
}
.ui_spinner::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    animation: spinAround 0.5s linear infinite;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(25, 157, 226) rgba(242, 242, 242,0) rgb(25, 157, 226) rgb(25, 157, 226);
    border-image: initial;
    border-radius: 50%;
}

@keyframes spinAround {
    25% {transform: rotate(90deg); }
    50% {transform: rotate(180deg); }
    75% {transform: rotate(270deg); }
    100% {transform: rotate(360deg); }
}






















@font-face {
    font-family:"Lucida Grande";
    src:url("/out/fonts/EXO2.0-LIGHT.OTF");
    font-weight: normal;
    font-style: normal;}


@font-face {
    font-family:"Lucida Grande";
    src:url("/out/fonts/EXO2.0-MEDIUM.OTF");
    font-weight: bold;
    font-style: normal;}

@font-face {
    font-family:"Lucida Grande Bold";
    src:url("/out/fonts/EXO2.0-EXTRABOLD.OTF");
    font-weight: bold;
    font-style: normal;}




body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size:18px;
}

h1 {
    font-size: 2.2em;
    color: #00a0e4;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    line-height: 1;
}

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



.LogoHead {
    float:left;
    height: 65px;
    width: 100%;
}

.header-table {
    position:fixed;
    float:left;
    width:100%;
    background-color: #00a0e5;
    z-index: 2;
    height: 65px;
    border-bottom: 3px #ffffff solid;
    background-image: url(../img/1.gif);
    background-size: 5%;
}

.header-table .cell1 {
    float:left;
}

.head-logo-a {
    float:left;
    padding: 2px 0 0 0;
}

.head-logo-img,
.head-logo-img2 {
    width: 159px;
    height: 60px;
    margin-left: 5px;
}
.head-logo-img {
    display: none;
}


.header-table .cell4 {
    width:1px;
    height:1px;
    overflow:hidden;
    position: absolute;
}

.header-table .cell2 {
    display: none;
}


.header-table .cell3 {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 65px;
    overflow: hidden;
}

.header-table .cell3 .cart-text1,
.header-table .cell3 .cart-text2{
    display: none;
}


.header-table .cell3 #cartDiv{
    color:#fff;
    font-size: 1.4em;
    width:65px;
    height: 65px;
    line-height:65px;
    text-align:center;
    display: block;
}


#numInCart {
    background-color: red;
    font-size: 0.5em;
    line-height: 1.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    text-align: center;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    position: absolute;
    margin: 5px 23px;
    display: none;
}

.FullCart #numInCart {
    display: block;
}

.mobilebar-tab {
    font-size: 1.6em;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 65px;
    text-align: center;
}

.mobilebar-tab .fa-times {
    display: none;
}

.mobileBar {
    color: #fff;
    display: block;
    text-decoration:none;
}

.mobilebar-tab .fas {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.menu {
    background-color: #fff;
    position:absolute;
    width:100%;
    top:65px;
    /*font-family: "Lucida Grande Bold", Arial, sans-serif;*/
    display: none;
    padding: 15px 0 50px 0;
    z-index: 2;
}

.menu .menu-ul,
.menu .menu-ul-ext{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.menu .menu-li,
.menu .menu-li-ext {
    list-style: none;
    display: block;
    float:left;
    width:100%;
}

.menu .menu-li .menu-a {
    text-decoration: none;
    color: #00a0e5;
    display: block;
    line-height: 1.5em;
    font-size: 1.5em;
    padding: 0 0 0.2em 1em;
    font-weight: bold;
}

.menu .menu-li .menu-li-ext .menu-a {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0 0 0.2em 2em;
}

.menu .menu-li .menu-a:active {
    background-color: #000;
    color: #fff;
}

.menu .menu-li .menu-a.activate {
    color:#000;
}


.oM .menu {
    display:block;
}

.oM .content,
.oM .footer {
    display: none;
}

/* нужно оставить слайдер, чтобы был */
.oM .content-index {
    display: block;
}
.oM .content-index .scatalog-title,
.oM .content-index .podbor,
.oM .content-index .scatalog {
    display: none;
}



.oM .header-table {
    position: absolute;
}

.oM .mobilebar-tab .fa-times {
    display: block;
}

.oM .mobilebar-tab .fa-bars {
    display: none;
}

.oM .mobileBar {
    color: #00a0e4;
    background-color:#fff;
}






.content {
    float: left;
    width:100%;
}

.start-content {
    float: left;
    width:100%;
}

.slider-body {
    float: left;
    width:100%;
}

#slider-div {
    float: left;
    width:100vw;
    height: calc(100vw * 0.442);
    overflow:hidden;
}

.slide {
    float: left;
    width:100%;
}

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





#slider-div .slick-prev {
    left: 10px;
}

#slider-div .slick-next {
    right: 10px;
}

#slider-div .slick-prev,
#slider-div .slick-next {
    width:20px;
    height:20px;
    z-index: 1;
}

#slider-div .slick-next {
    margin-left:-20px;
}

#slider-div .slick-prev:before,
#slider-div .slick-next:before {
    font-size: 20px;
}






.MarketItems .slick-prev {
    left: 20px;
}

.MarketItems .slick-next {
    right: 20px;
}

.MarketItems .slick-prev,
.MarketItems .slick-next {
    width:20px;
    height:20px;
    z-index: 1;
    top: 50vw;
}

.MarketItems .slick-next {
    margin-left:-20px;
}

.MarketItems .slick-prev:before,
.MarketItems .slick-next:before {
    font-size: 20px;
    color:#00a0e7;
}




.imgBody .slick-prev {
    left: 20px;
}

.imgBody .slick-next {
    right: 20px;
}

.imgBody .slick-prev,
.imgBody .slick-next {
    width:20px;
    height:20px;
    z-index: 1;
}

.imgBody .slick-next {
    margin-left:-20px;
}

.imgBody .slick-prev:before,
.imgBody .slick-next:before {
    font-size: 20px;
    color:#00a0e7;
}








.podbor {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

.podbor-title {
    font-size: 1.6em;
    /* font-weight: bold; */
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    display: block;
    padding: 20px 0 0 15px;
    color: #000;
    text-transform: uppercase;
}

.podbor .strp {
    padding-top: 20px;
    float: left;
    margin-left: 15px;
    width: calc(50% - 20px);
}

.podbor .strp-t {

}

.podbor .slct {

}

.podbor .select1,
.podbor .select2,
.podbor .select3 {
    font-size: 0.9em;
    width: 100%;
    padding: 5px;
}

.podbor-itog {
    float: left;
    width: 100%;
}

.podbor-itog-a {
    display: table;
    width: calc(100vw - 30px);
    background-color: #00a0e5;
    margin-left: 15px;
    margin-top: 30px;
    line-height: 3em;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.podbor-itog-a:active {
    background-color: #0080b8;
    transform: scale(.97);
}


.podbor-itog-a .fas{
    margin-left: 10px;
}





.catalog-title {
    font-size: 1.6em;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    display: block;
    padding: 40px 0 0 15px;
    color: #00a0e8;
    text-transform: uppercase;
    float: left;
    width: calc(100% - 15px);
}


.scatalog {
    float: left;
    width: calc(100% - 25px);
    margin-top: 20px;
    margin-left: 10px;
}

.scatalog-div {
    float: left;
    margin-left: 5px;
    width: calc(50% - 5px);
    margin-bottom: 5px;
}

.scatalog-strong {
    display: block;
    text-transform: uppercase;
}

.scatalog-span {
    display: block;
}

.scatalog-a {
    display: block;
    color: #2859A6;
    font-weight: bold;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 2px;
    line-height: 2.3em;
    font-size: 0.8em;
    border-radius: 3px;
    text-decoration: none;
}

.scatalog-strong  .scatalog-a {
    font-size: 1.1em;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    text-align: center;
    background-color: #00a0e6;
    color: #fff;
    line-height:45px;
}

.scatalog-strong  .scatalog-a.mini-sc {
    font-size: 0.9em;
}

.info {
    float: left;
    margin-left: 15px;
    width: calc(100% - 30px);
    font-size:0.9em;
}

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




.footer {
    float: left;
    width: 100%;
    background-color: #007aaf;
    color: #fff;
}

.footer-phone {
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;
    padding: 15px 0;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}

.footer-p1 {

}

.footer-p2 {
    font-size: 2em;
}

.footer-p2a {
    color:#fff;
    text-decoration: none;
    display: block;
}

.footer-menu {
    margin-left: 15px;
    float: left;
    padding: 15px 0;
}

.footer-menu1 {
    padding-bottom: 10px;
}

.footer-menu2 {

}

.fm-a {
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}

.footer-menu2 .fm-a {
    font-size: 1.2em;
}

.CounterBottom {

}

.copyrights {
    font-size:0.8em;
    font-weight:bold;
    padding:20px 0 30px 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;
}

.copyrights a {
    color:#fff;
}


.dev{

}




h2 {
    color: #0192cb;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    padding: 0;
    margin: 30px 0 0 0;
}



.topSellers {
    margin-top: 30px;
    padding-bottom: 30px;
}

.topsellers-title {
    font-size: 1.6em;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    display: block;
    padding: 20px 0 0 0;
    color: #000;
    text-transform: uppercase;
}

.MarketItems.topSellers {
    margin-top: -20px;
}








#tfButtons {
    float: left;
    width: calc(100% + 5px);
}

.actsButts{

}

.actsButts a.nh {
    display: block;
    float: left;
    width: 32%;
    margin-right: 1%;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    background-color: #f5f5f5;
    color: #777;
    text-align: center;
    border-radius: 0;
}

.actsButts a.nh.presspl {
    color: #00a0e5;
    border-bottom: 2px #00a0e6 solid;
}

.actsButts a.nh span {
    display:block;
    padding:8px;
}



.MarketItems.itemsB {
    width: calc(100% + 30px);
    margin-left:-15px;
    margin-top: 0;
    overflow: hidden;
}

.MarketItems .itemMB {
    float:left;
    width:100%;
}

.MarketItems .itemMB .item{
    width:calc(100% - 30px);
    margin-left:15px;
}





.MarketItems {
    float:left;
    width: 100%;
}

.MarketItems .item {
    float:left;
    width:100%;
    margin-top: 30px;
}






.MarketItems .item  .rating{
    display: block;
    background: url(/out/matrasoffdom/IMG/img/stars-min.png) repeat-x top left;
    position: absolute;
    width: 95px;
    height: 20px;
    margin-top: 6px;
    right: 22px;
}

.MarketItems .item  .rating  small {
    background:url(/out/matrasoffdom/IMG/img/stars-min.png) repeat-x left -20px;
    float:left;
    height:20px;
}


.MarketItems .skidka small {
    color: #FFFFFF;
    text-align: center;
    background-color: #3eaad8;
    background-color: #ff4900;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    text-transform: uppercase;
    width: 163px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-left: -42px;
    margin-top: 22px;}


.MarketItems .item  .skidka {
    display: block;
    position:absolute;
    overflow: hidden;
    width: 100px;
    height: 100px;
}










.MarketItems .item .item-a {
    float: left;
    width: 100%;
    color: #2859A6;
    font-size: 1.6em;
}
.MarketItems .item-img {
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
    border-radius: 0;
}

.MarketItems .item-model {
    display: block;
    float: left;
    line-height: 1;
    padding: 5px 0 5px 10px;
    text-decoration:underline;
}

.MarketItems .novinka {
    display: block;
    padding-left: 10px;
    font-weight: bold;
    color: #2859A6;
    float: left;
    width: calc(100% - 10px);
}

.MarketItems .param {
    float:left;
    width: 100%;
    background: url(/out/matrasoffdom/IMG/img/item-tochki.png) repeat-x;
}

.MarketItems .param2 {
    float: left;
    width: calc(100% - 10px);
    margin-left: 10px;
    max-height: 3.1em;
    overflow: hidden;
    font-size: 0.95em;
    line-height: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.MarketItems .param-t1 {
    float:left;
    padding: 0 10px;
    background-color:#fff;
}

.MarketItems .param-t2 {
    float:right;
    padding: 0 10px;
    background-color:#fff;
}

.MarketItems .oldcena {
    float:left;
    width:calc(100% - 10px);
    margin-left: 10px;
    color: #B30505;
    text-decoration: line-through;
    font-weight:bold;
}

.MarketItems .cena {
    float:left;
    width:calc(100% - 10px);
    margin-left: 10px;
    font-size:1.6em;
}

.MarketItems .item.promoitem {
    display: none;
}

#pageButtons {
    float: left;
    width:100%;
    margin-top: 30px;
    padding-bottom:20px;
}
#pageButtons .actsButts a.nh {
    width: 4em;
    height: 4em;
    line-height: 4em;
    margin-top: 5px;
    margin-right: 5px;
    border-bottom: 2px white solid;
}

#pageButtons .actsButts a.nh.presspl {
    border-bottom: 2px #00a0e6 solid;
}

.MarketInfo {
    float:left;
    width: 100%;
}

.artikulSelect {
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #FFF;
    padding:20px 20px 60px 20px;
    display: none;
}

.artikulSelect .topText {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0;
    padding-right: 20%;
    color: #0080b8;
    line-height: 1em;
    padding-bottom: 10px;
}

.sOption {
    margin-top:20px;
    float:left;
    width:100%;
}

.sOption a {
    text-decoration: none;
    color:#000;
}

.sOption.cenaOption {
    display: none;
}

.select-size {
    float:left;
    width:100%;
}

.size-select select.ss-s1,
.size-select select.ss-s2,
.size-select .ss-t1,
.size-select .ss-t2 {
    float:left;
    width:47%;
    margin-right:3%;
}

.size-select .ss-t1,
.size-select .ss-t2 {
    font-weight:bold;
}


.InpParam {
    float: left;
    width:100%;
}

.InpParam select {
    font-size: 1.2em;
    padding: 5px;
    width: 97%;
    margin-top: 5px;
}

.open-filter {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 65px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 1.5em;
}

.open-filter .fa-times {
    display: none;
}

.open-filter .of-a {
    color: #999;
    text-decoration: none;
}




.accept-butt {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
}

.accept-butt-a {
    display: block;
    background-color: #0aa0e8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 2em;
    border-radius: 4px;
    font-weight: bold;
}

.accept-butt-a:active {
    background-color: #0080b8;
    transform: scale(.97);
}

.oF .artikulSelect {
    display:block;
}

.oF .open-filter {
    z-index: 1;
}

.oF .open-filter .of-a {
    color: #00a0e7;
}

.oF .open-filter .fa-times {
    display: inline;
}

.oF .open-filter .fa-filter {
    display: none;
}


.oF .MarketBody{
    display: none;
}

.oF .footer {
    display: none;
}




#maskBlocked {
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}


.clear-korzina {
    padding: 30px 0;
    text-align:center;
}

.clear-korzina-title {
    color:red;
}


.NotArtikuls {
    font-weight:bold;
    padding:30px 0;
}

.NotArtikuls .notHdr {
    font-size:2em;
}






.toBackCatalog {
    float: left;
    width: 100%;
    display: table;
    height:40px;
}

.toBackCatalog .tobc-span {
    line-height: 34px;
    height: 34px;
    float: left;
    font-size: 0.94em;
    margin-top: 15px;
    margin-left: 15px;
}

.toBackCatalog .tobc-span .tobc-a i {
    float: left;
    margin-right: 10px;
    height: 34px;
    width: 1px;
    margin-top: -2px;
    margin-left: -4px;
}

.toBackCatalog .tobc-span .tobc-a {
    text-decoration:none;
    color:#00a0e3;
    border: 2px #f1f1f1 solid;
    font-weight:bold;
    padding: 0 10px 0 2px;
    float:left;
    border-radius:3px;
    background-color: #f9f9f9;
}

.toBackCatalog .tobc-span .tobc-a:hover {
    color: #FFFFFF;
    background-color: #0077B1;
    border-color: #0077B1;
}


.toBackCatalog .tobc-a i:before,
.toBackCatalog .tobc-a i:after {
    content: "";
    position: absolute;
    border: 19px solid transparent;
    border-right: 18px solid #f1f1f1;
    margin-left: -36px;
}

.toBackCatalog .tobc-a i:after {
    border: 17px solid transparent;
    border-right: 16px solid #f9f9f9;
    margin-top: 2px;
    margin-left: -31px;
}

.toBackCatalog .tobc-a:hover i:before {
    border-right: 18px solid #0077B1;
}

.toBackCatalog .tobc-a:hover i:after {
    border-right: 16px solid #0077B1;
}




#leftTovarContent {
    float: left;
    width: 100%;
}

.imgBody {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    margin-top:20px;
}

.imgTable {
    width: 100vw;
    height: calc(100vw*0.76);
    overflow: hidden;
    position: relative;
}

.imgTable table, .imgTable table td {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
}

.imgTable img {
    float:left;
    display: none;
}


.imgTable  .imgtbl-div {
    float: left;
    display:table;
    width: 100vw;
    height: calc(100vw*0.76);
}

.imgTable  .imgtbl-a {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.dopopts {
    float:left;
    width:100%;
}

#options {
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    color: #0191cb;
    font-size: 1.2em;
    text-transform: uppercase;
}

#carga2,
#strazi,
#ortoped1,
#ortoped2,
#mehanizm {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

#carga2 input,
#strazi input,
#ortoped1 input,
#ortoped2 input,
#mehanizm  input{
    float: left;
    width: 25px;
    height: 25px;
    margin: 3px 10px 10px 0;
}

#carga2 span,
#strazi span,
#ortoped1 span,
#ortoped2 span,
#mehanizm  span{
    float: left;
    width: calc(100% - 40px);
    line-height: 1;
    font-size: 0.9em;
}

#carga2 .opt_icon,
#strazi .opt_icon,
#ortoped1 .opt_icon,
#ortoped2 .opt_icon,
#mehanizm  .opt_icon {
    display:none;
}

#carga2 small,
#strazi small,
#ortoped1 small,
#ortoped2 small,
#mehanizm  small {
    float: left;
    font-size: 1.1em;
    color: #0290cc;
}


.tovarContent {
    float: left;
    width: 100%;
}

.tovarContent h1 {
    line-height: 0.8;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    color:#000;
}

.tovarContent h1 small {
    display: block;
    color: #1173CA;
    font-size: 0.9em;
    padding-bottom:5px;
}

.rtng {
    float: left;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: -10px;
}
.rtng .rating {
    float: left;
    background-image: url(/out/matrasoffdom/IMG/img/stars-min.png);
    background-repeat: repeat-x;
    background-position: top left;
    width: 95px;
    height: 20px;
}
.rtng .rating  small {
    background-image: url(/out/matrasoffdom/IMG/img/stars-min.png);
    background-repeat: repeat-x;
    background-position: left -20px;
    float: left;
    height: 20px;
}

.yashare-auto-init {
    display: none;
}


.razmer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.razmer2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

.razmer small {
    display: none;
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    float: left;
    line-height: 30px;
}

.razmer select {
    float: left;
    width: 48%;
    margin-right: 2%;
    padding: 5px;
    font-size: 1em;
}

.razmer select#size1_7 {
    min-width: 160px;
    width: 160px;
}

.razmer2 .sm-1 {
    float: left;
    width: 50%;
}

.razmer2 .sm-2 {
    float:left;
    width:50%;
}


#gabarit {
    width:100%;
    float: left;
}

#gabarit span {
    font-weight: bold;
}

#gabarit small{
    font-size: 1.2em;
    padding-left:5px;
}

#noSize {
    float: left;
    width: 325px;
    color: #ff0000;
    display: none;
    margin-bottom: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
}


.dateP {
    float:left;
    width:100%;
}

.dateP small {
    display: block;
    font-weight:bold;
}







/* Выбор тканей */

#tkani,
#tkani2 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

#tkani small,
#tkani2 small{
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    float: left;
    line-height: 30px;
}

#tkani b,
#tkani2 b{
    float: left;
    width: 245px;
}

#tkani span,
#tkani2 span{
    float: left;
    width:100%;
}

#tkani span.selecttkan,
#tkani2 span.selecttkan {
    font-size: 0.86em;
}

#tkani .imgtkan,
#tkani2 .imgtkan {
    margin-bottom: 4px;
    display: none;
}

#tkani .titletkan,
#tkani2 .titletkan {
    font-size: 18px;
    color: #005D81;
    padding-top: 5px;
}

#tkani .cenatkan,
#tkani2 .cenatkan {
    color:#0192CB;
}

.selecttkan a{
    text-decoration: none;
    float: left;
    color: #ff6200;
    border-bottom: 1px #ff6200 dotted;
}

.selecttkan a:hover {
    color:red;
    border-color:red;
}





/* Блок с просмотром ткани */
.Tkan,
.Tkan2 {
    float: left;
    margin: 0 0 20px 0;
}

.Tkan a,
.Tkan2 a {
    float: left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}


.Tkan img,
.Tkan2 img {
    float: left;
}

.Tkan h3,
.Tkan2 h3 {
    display: none;
    padding-left: 15px;
    position: absolute;
    background-color: #FFFFFF;
    padding-right: 15px;
    line-height: 50px;
}

.Tkan h3 a,
.Tkan2 h3 a {
    text-decoration: none;
    border-bottom: 1px #2859A6 dotted;
    font-weight: normal;
    font-size: 0.85em;
}

.Tkan h3 a:hover,
.Tkan2 h3 a:hover {
    border-bottom: 1px red dotted;
}





#tkaniListHidden,
#tkaniListHidden2 {
    display: none;
}

#tkaniListWindow,
#tkaniListWindow2 {
    overflow: auto;
    padding: 30px 0 0 0;
}

#tkaniListWindow hr,
#tkaniListWindow2 hr {
    float:left;
    width: 100%;
}

#tkaniListWindow  a,
#tkaniListWindow2  a {
    float: left;
    width: calc(50% - 2px);
    margin-left: 2px;
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #000000;
    outline: none;
}

#tkaniListWindow  a:hover,
#tkaniListWindow2  a:hover {
    background-color: #eeeeee;
}

#tkaniListWindow  a b,
#tkaniListWindow2  a b {
    display: block;
    padding: 0;
    font-weight: normal;
    color: #2859A6;
    text-align: center;
    margin: 0 0 0 -10px;
    font-size: 14px;
    height: 105px;
}

#tkaniListWindow  a span,
#tkaniListWindow2  a span {
    color: #0192CB;
    font-size:18px;
    display:none;
}

#tkaniListWindow  a img,
#tkaniListWindow2  a img {
    float: left;
    width: calc(100% - 10px);
}








.cena,
.cena2 {
    float: left;
    width: 100%;
    margin:0 0 5px 0;
    padding:0;
}

.cena small,
.cena2 small{
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    float: left;
    line-height: 30px;
}

.cena span,
.cena2 span {
    float: left;
    line-height: 1em;
    font-size: 2.2em;
    font-weight: bold;
    color: #0192CB;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}

.cena span span,
.cena2 span span {
    padding-right: 5px;
    font-size: 29px;
}

.cena2 {
    display: none;
}

.cenak {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cenak small{
    font-size: 0.8em;
    width: 100%;
    float: left;
    line-height: 1em;
    margin-left: 0;
    color: #0077b1;
}

#snizim {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#snizim a {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.5em;
    font-size: 0.8em;
    color: #ff0000;
    font-weight: normal;
    background-color: #f5f5de;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}

#snizim a:hover {
    color: red;
    border-color: red;
}

#dostavka {
    float:left;
    width:100%;
}

#dostavka span {
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    float: left;
    line-height: 30px;
}

#dostavka small {
    font-size: 16px;
    float: left;
    line-height: 30px;
    color: #0192CB;
    font-weight:bold;
}

#dostavka span.tk {
    width: 100%;
    line-height: 1;
}

.kupitButton {
    float: left;
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0;
}

.kupitButton a {
    font-weight: normal;
    background: #549600  url(/out/matrasoffdom/IMG/img/ByButtonImg.png) no-repeat  20px 14px;
    font-size: 30px;
    line-height: 75px;
    padding: 0 40px 0 71px;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: table;
    float: none;
    margin: 0 auto;
}

.kupitButton.addWait a,
.kupitButton.addWait a:hover {
    background-color: #777777;
}
.kupitButton a:hover {
    background-color: #467E00;
}

.kupitButton a:active {
    transform: scale(.95);
}

.Vkorzine {
    display: none;
    line-height: 1;
    float: left;
    width: 100%;
    height: 75px;
    margin: 10px 0 15px 0;
    padding: 0;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    font-size: 28px;
}

.Vkorzine a {
    text-decoration: none;
    font-weight: bold;
    display: table;
    padding: 0 20px 0 20px;
    color: #FFFFFF;
    height: 75px;
    background-color: #1173CA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
}

.Vkorzine span {
    font-size: 14px;
    display: block;
    padding: 18px 0 0 0;
    color: #FFFFFF;
    margin-bottom: -5px;
    font-weight: normal;
    text-align: center;
}

.Vkorzine a:hover {
    background-color: #0E64B0;
}

.Vkorzine a:active {
    transform: scale(.95);
}

p.descript {
    font-size: 0.9em;
    line-height: 1.2em;
    width: 100%;
    display: table;
    padding: 35px 0 20px 0;
    float: left;
    border-top: 5px #0191cb solid;
    margin-top: 30px;
}

p.descript small {
    display: block;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}



h2.tovarParams {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 5px 0 20px 0;
    font-size: 1.4em;
    color: #000;
}

.tovarParamsBody {
    float: left;
    display: table;
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
    height: 40px;
    margin-top: -10px;
    border-bottom: 3px #0192CB solid;
}

.tovarParamsBody ul {
    padding: 0;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.tovarParamsBody ul li {
    list-style: none;
    float: left;
    font-size: 16px;
}

.tovarParamsBody ul li a {
    background-color: #f5f5f5;
    margin-right: 3px;
    float: left;
    color: #0192CB;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 8px;
}

.tovarParamsBody ul li a:hover {
    background-color: #EEEEEE;
    height: 43px;
    margin-top: -3px;
}

.tovarParamsBody ul li a.opened {
    font-weight: bold;
    background-color: #0192CB;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.tovarParamsDiv{
    width: 100%;
    float: left;
    margin-bottom: 35px;
    min-height: 1px;
    cursor: default;
}

.tovarParamsDiv .MarketItems.topSellers {
    margin-top: -20px;
    /*
    height: calc((100vw - 30px) * 1.36);
    overflow: hidden;
    */
}

.tovarParamsDiv .MarketItems.topSellers .item {
}



.content .tovarParamsDiv .info {
    margin: 0;
    padding: 0;
    width:100%;
}
.content .tovarParamsDiv .info h1 {
    display: none;
}


#Params div {
    font-size: 0.9em;
    float: left;
    width: 100%;
    line-height: 1em;
    /* height: 30px; */
    border-bottom: 1px #FFFFFF solid;
    background-color: #f5f5f5;
    padding: 0.6em 0;
}

#Params div:hover {
    background-color: #dddddd;
}

#Params div b{
    float: left;
    padding: 0 10px;
    max-width: calc(50% - 20px);
}

#Params div span{
    float: right;
    padding: 0 10px;
    max-width: calc(50% - 20px);
    text-align:right;
}


/* Отзывы о товаре */

.tovarParamsDiv .no {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.tovarParamsDiv .otziv {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px #bbbbbb dotted;
    padding-bottom: 10px;
}

.tovarParamsDiv .otziv b {
    display: block;
    font-size: 20px;
    float: left;
}

.tovarParamsDiv .otziv span {
    padding-bottom: 5px;
    padding-top: 5px;
    display: table;
    width: 100%;
}

.tovarParamsDiv .otziv small.author {
    float: left;
    color: #777777;
    font-weight: bold;
}

.tovarParamsDiv .otziv .rating {
    float: left;
    background: url(/out/matrasoffdom/IMG/img/stars-min.png) repeat-x top left;
    width: 95px;
    height: 20px;
    margin-left: 10px;
}

.tovarParamsDiv .otziv .rating  small {
    background: url(/out/matrasoffdom/IMG/img/stars-min.png) repeat-x left -20px;
    float: left;
    height: 20px;
}

.tovarParamsDiv .otziv .otzIMG {
    margin-right: 5px;
    border: 2px #fff solid;
    float: left;
}


.tovarParamsDiv .otziv .otzIMG:hover {
    border-color: #0191cb;
}

.tovarParamsDiv .otziv .otzIMG img {
    float: left;
}


/* Где можно полежать */

#Polezhat div.polezhat-title {
    float:none;
    font-size: 0.8em;
    padding-right:25%;
    width: auto;
}

#Polezhat div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#Polezhat div.polezhat {
    float: left;
    width: 100%;
    border-top: 1px #bbbbbb dotted;
    margin-bottom: 0;
    padding: 1em 0;
}

#Polezhat div.polezhat b {
    float: left;
    width: 120px;
}

#Polezhat div.polezhat span {
    float: left;
}

#Polezhat div.polezhat span.tlf {
    color: #1173CA;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}




#setOtziv {
    font-size: 20px;
    font-weight: bold;
    float: left;
    background-color: #549600;
    text-decoration: none;
    color: #fff;
    padding: 2px 20px 7px;
    line-height: 2em;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#setOtziv:hover {
    background-color: #467E00;
}

#setOtziv:active {
    padding:4px 18px 5px 22px;
}





#bodyForm {
    padding: 25px;
    min-height: 100%;
}

#bodyForm h1 {
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}

#bodyForm .Inp span {
    padding-left: 0;
    padding-top: 0;
    font-family: "Lucida Grande", Arial, sans-serif;
    color: #0192CB;
}
#bodyForm .Inp span small {
    font-size: 0.6em;
    color: #000;
    white-space: nowrap;
}

.sendSnizim,
.sendOtziv {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.sendSnizim .Inp textarea.kolVo,
.sendOtziv .Inp textarea.kolVo {
    height: 90px;
}

.sendOtziv #InpFiles {

}

#snizimGotovo {
    font-size: 1.4em;
}

.reiting.hovr { opacity:0.8;}
.reiting { float:left; width:225px; height:45px; background-image:url("/out/matrasoffdom/IMG/img/reiting.png"); background-size: 20%; }
.reiting span {opacity:0; float:left; width:45px; height:45px; background-image:url("/out/matrasoffdom/IMG/img/reiting.png"); background-position-y:45px; cursor:pointer;    background-size: 100%;}







.Inp{line-height:2em;display:table;margin-top:5px;color:#444444;float:left;}
.Inp span{ float:left; calc(100% - 30px); padding-left:15px; font-size: 0.9em; font-weight: bold; }
.EditableGroupDiv{display:none;}
.Inp .kolVo{
    height: 2em;
    line-height: 2em;
    float:left;
    width: calc(100vw - 60px);
    text-align: left;
    padding-left: 10px;
    margin:0;
    border:1px #CCCCCC solid;
    font-size: 1em;
}
.Inp .kolVo:focus,
.Inp .kolVo:active{ border:1px rgba(28,110,234,1) solid;  }
.Inp select {font-size:18px;width:420px; border-width:1px; height:30px; line-height:30px; outline: none; }
.Inp b{ color: red;font-size: 15px;font-weight: bold;display: block;padding: 0px 0px 5px 0px;margin-top: 5px;float: left;margin-left: 215px;line-height: 1;}




.megaButtons { float:right; margin:15px 0; }

.megaButton{ float:left; }
.megaButton a {
    font-weight: bold;
    border: 1px #CCCCCC solid;
    background-color: #EEEEEE;
    text-decoration: none;
    color: #333333;
    float: left;
    height: 2.3em;
    font-size: 1.6em;
    line-height: 2em;
    padding: 0 25px 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.megaButton a:hover { background-color: #DDDDDD; color:#000000; }
.megaButton a:active {box-shadow:inset 2px 2px 3px rgba(0,0,0,0.4); margin: 1px -1px -1px 1px;}

.megaButton.BlueB a {
    background-color: #1173CA;
    border-color: #FFFFFF;
    color: #FFFFFF;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    line-height: 2em;
}

.megaButton.BlueB a:hover { background-color: #0E64B0; }




.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: 10px;
    top: 11px;
    position: fixed;
    color: #00a0e4;
}




.cityselect.fancybox-content {
    padding: 50px 0 0 0;
}

.content.cityselect.fancybox-content .info {
    margin: 0;
    width: 100%;
    font-size: 1em;
}

#cityListBody {
    width: calc(100% - 40px);
    display: table;
    margin-left: 40px;
    line-height: 2em;
    font-size: 1.2em;
}

.firstBukva {
    font-weight: bold;
    float: left;
    color: #3EAAD8;
    width: 20px;
    margin-left: -30px;
    position: relative;
}

.cityItem {
    float: left;
    width: 100%;
    font-weight: bold;
}
.cityItem a {
    color: #999999;
    text-decoration: none;
    display: block;
    padding-left: 40px;
    margin-left: -40px;
}

.cityItem.activeCity a { color:#000000; }
.cityItem a:hover { color:#000000; }
.wrapCity { width:100%; height:0px; line-height:0px; display:table;}

.headerCityList {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #0192CB;
    margin-bottom: 39px;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}


.fancybox-skin .Content { background:transparent; width:920px; margin:0; border-radius:0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.fancybox-close { top:10px; right:10px; }

.cityScrollBody { }

















#KartaBody{
    width: 100vw;
    float: right;
    height: 230px;
    background-color: #DDDDDD;
    margin-left: 0;
    position: absolute;
    left: 0;
/*    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;overflow:hidden;margin-left: -30px;margin-top: -30px;margin-right: -30px;margin-bottom:-30px;*/
}
#KartaBody .ymaps-map { /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
    */
}

#KartaAdresa span.phoneNumb {
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    font-size: 2em;
    color: #0191cb;
    padding: 0 0 15px 15px;
}
#KartaAdresa span.phoneNumb1 {
    font-family: "Lucida Grande Bold", Arial, sans-serif;
    font-size: 1em;
    padding: 5px 0 0 15px;
    color: #0290cc;
}


#KartaAdresa{float:right;margin-top:240px;}
#KartaAdresa div{float:left;width:100%;padding:10px 0px;cursor:pointer; background-image:url(/out/matrasoffdom/IMG/img/ShadowWhite85.png); margin-bottom:3px;
    font-family: "Lucida Grande", Arial, sans-serif;
}
#KartaAdresa div.On,
#KartaAdresa div.On.hov{
    background-color:#0192CB;color:#FFFFFF;background-image:none;
    background-image:url(/out/matrasoffdom/IMG/img/NaKarteStrelka.gif);
    background-position:right center;
    background-repeat:no-repeat;}

#KartaAdresa div.On small,
#KartaAdresa div.On.hov small{ color:#FFFFFF; }
#KartaAdresa div.On.hov small{ color:#FFFFFF; }

#KartaAdresa div.hov{background-color:#000000;}
#KartaAdresa span{display:block;font-size:15px;padding:0px 20px; line-height:1;}
#KartaAdresa small{    color: #00a0e3; font-size:16px;padding:0px 20px;font-weight:bold;display:block; line-height:20px;}
#KartaAdresa b{display:none;}
#KartaAdresa strong{
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: normal;
    display:block;}

.ymaps-b-balloon__content b{display:none;}
.ymaps-b-balloon__content span{font-size:14px;display:block;}
.ymaps-b-balloon__content small{font-size:16px;font-weight:bold;}

.MAPA #KartaBody { height:385px; margin:0px; webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; overflow:hidden; }
.MAPA #KartaBody .ymaps-map { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; overflow:hidden; }

.MAPA{
    height:385px;
    display:table;
    float:left;
    margin-top:5px;
    width:980px;
    margin-left:-30px;
    margin-right:-30px;
    border-top: 1px #DDDDDD solid;
    border-bottom: 1px #DDDDDD solid;
    background-color:#EEEEEE; }

.MAPA #KartaAdresa { float:left; width:313px; height:382px; margin-top:3px; }
.MAPA #KartaAdresa span { font-family:Arial; font-size:12px; font-weight:bold; padding-left:45px; padding-right:10px; }
.MAPA #KartaAdresa small{ font-family:Arial; font-size:12px; line-height:14px; padding-top:3px; padding-left:45px; padding-right:10px; }
.MAPA #KartaAdresa strong {     padding-left: 45px; }
.MAPA h1.Konts{ display:none; }
.MAPA #KartaBody { width:667px; height:385px; margin-left:270px; }
.MAPA #KartaAdresa div{ padding:9px 0px; margin:0px; color:#777777; background:none;}


.MAPA #KartaAdresa div.On,
.MAPA #KartaAdresa div.On.hov {
    background-color:#0192CB;color:#FFFFFF;background-image:none;
    background-image:url(/out/matrasoffdom/IMG/img/NaKarteStrelka.gif);
    background-position:right center;
    background-repeat:no-repeat; }

.MAPA #KartaAdresa div.hov { background-color:#FFFFFF; color:#000000; }






.stepProgress {
    font-weight: bold;
    font-size: 0.8em;
    float: left;
    width: 100%;
    color: #848484;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0;
}

.stepProgress span {
    float: left;
    line-height: 2em;
    border-bottom: 2px #EEEEEE solid;
    background-color: #FFFFFF;
    padding: 0 15px;
    width: calc(100% - 30px);
}

.stepProgress span.stepOk { color: #3EAAD8; border-color: #3EAAD8;     background-color: #f5f5f5;}
.stepProgress span.stepActive { color: #0077B1; border-color: #0077B1;     background-color: #eeeeee;}



.h1header p {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;
}




/* Блок с товарами в корзине */
.KorzinaList { border-bottom:2px #3EAAD8 solid; }
.KorzinaList table { width: 100%; }

/* Стиль для артикула в списке товаров в корзине */
.ArtikulP { border-bottom:1px #0E64B0 dotted;     margin-top: 10px; }
.ArtikulP h3{ margin:0px; font-size:22px; }
.ArtikulP small.ArtikulCategory { display:block; margin:0; font-size:14px; color:#2398CA; font-weight:bold;}
.ArtikulP b.cena { font-size:24px; font-weight:normal; float:left; }
.ArtikulP b.cena span { padding-right:5px; }
.ArtikulP b.cena small { font-size:16px; color: #555555; float:none;}

.ArtikulP .cenaold {     font-weight: normal;
    float: left;
    width: 100%;
    color: #00a0e5;
    margin: -5px 0 5px 0;}

.ArtikulP .cenaold2 {
    margin-top: 0;
}

.ArtikulP.Hdr {    margin-top: 0; }
.ArtikulP.Hdr.Ftr { border-width: 0; }
.ArtikulP.Hdr b{font-weight:normal; color:#444444; }
.ArtikulPlusMinus2 {
    line-height: 30px;
    position: absolute;
    width: 150px;
}
.ArtikulPlusMinus2 .ArtikulMinus,
.ArtikulPlusMinus2 .ArtikulPlus,
.ArtikulPlusMinus2 .ArtikulInput { margin-right:3px; float:left; width:30px; height:30px; line-height:30px; border:2px #3EAAD8 solid; color:#3EAAD8; font-size:26px; font-weight:bold; text-decoration:none; text-align:center;-webkit-border-radius: 17px;-moz-border-radius: 17px;border-radius: 17px; background: transparent;}
.ArtikulPlusMinus2 .ArtikulMinus:hover,
.ArtikulPlusMinus2 .ArtikulPlus:hover { background-color:#3EAAD8; color:#FFFFFF; }
.ArtikulPlusMinus2 .ArtikulInput { width:54px; color:#000000; outline:none; height: 30px; font-weight: normal;}

.cena small{ }
.dopParam {  font-size: 0.85em; line-height: 1;}


.imgTD a {

}

.imgTD a img {

}

.textItem {
    width:10px
}

.textItem div.textItemDiv {
    margin-top: 100px;
    margin-left: -120px;
    margin-right: calc(0px - 100vw + 180px);
}


.summaDIV{
    text-align: left;
    margin-top: 45px;
    font-size: 1.6em;
    font-family: "Lucida Grande Bold", Arial, sans-serif;
}

.promocodeInput {
    background-color: #f5f5f5;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.kolVo { font-size: 20px; line-height: 30px; text-align: center; width: 130px; margin-left: 10px; float:left; }
.ttpr {
    font-size: 0.8em;
    color: #3e3e3e;
    display: block;
    padding-top: 7px;
    float: left;
    margin-left: 22px;
    line-height: 14px;
    font-weight: bold;
    padding-right: 30px;
}

.HelpText {
    font-size: 1em;
    margin: 10px 0px;
    padding-right: 0;
    float: left;
}


.megaButtons.oformit {
    float: left;
    width: 100%;
    margin: 15px 0 40px 0;
}

.megaButtons.oformit .megaButton {
    width:100%;
}

.megaButtons.oformit .megaButton a {
    text-align: center;
    width: calc(100% - 50px);
}



.rightHelp {
    display:none;
}


.formazakaza {
    float: left;
    width: 100%;
}

.formazakaza .Inp {
    float: left;
    width:100%;
}


.formazakaza .Inp span {
    float: left;
    width:100%;
    padding: 0;
}

.formazakaza .Inp select {
    width:100%;
}

.formazakaza .slcity {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 2em;
    padding: 0 15px;
    float: left;
    background-color: #1172ca;
    border-radius: 4px;
}


.formazakaza .Inp .kolVo {
    width: calc(100% - 15px);
}

.formazakaza .Inp span.eslipromo {
    line-height: 1em;
    padding-top: 5px;
    padding-bottom:10px;
    color: #00a0e5;
    font-size: 0.8em;
}

.formazakaza .Inp b {
    font-size: 0.8em;
    margin: 5px 0 0 0;
}

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

.megaButtons.oformit .megaButton.prevstep {
    display: none;
}

.formazakaza .MAPA {
    width: 100vw;
    height: auto;
    float: left;
    margin: 0 -15px;
}
.formazakaza .MAPA #KartaBody {
    display: none;
}

.formazakaza .Inp.InpMAPt {
    margin-top: 15px;
}

.formazakaza .Inp span.selmaptext {
    line-height:1em;
    padding-bottom: 10px;
}

.formazakaza #KartaAdresa span.phoneNumb {
    display: none;
}

.formazakaza .MAPA #KartaAdresa {
    width: 100%;
    height: auto;
}


.formazakaza .MAPA #KartaAdresa small,
.formazakaza .MAPA #KartaAdresa strong,
.formazakaza .MAPA #KartaAdresa span {
    padding-left: 15px;
    font-family: "Lucida Grande", Arial, sans-serif;
}


.main_link {
    position: absolute;
    margin: -100px 0 0 0;
}























@media (min-width: 568px) {

    .LogoHead {
    }

    .header-table {
    }

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

    #slider-div {
        width:568px;
        height:251px;
    }

    .podbor-itog-a {
        width: auto;
        display: block;
        margin-right: 15px;
    }

    .footer-body{
        width:568px;
        float: none;
        display: table;
        margin: 0 auto;

    }


    .MarketItems {
        float: left;
        width: calc(100% + 10px);
        margin-left: -10px;
    }

    .MarketItems .item {
        float: left;
        width: calc(50% - 10px);
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.8em;
        height: 400px;
    }

    .MarketItems .itemMB {
        float:left;
        width:50%;
    }

    .MarketItems .itemMB .item{
        width:calc(100% - 30px);
        margin-left:15px;
    }

    .MarketItems .item  .rating {
        right: auto;
        margin-top: 214px;
        margin-left: 10px;
    }



    .podbor {
        background: transparent;
    }

    .nh small {
        display: block;
        width: 40px;
        height: 36px !important;
        float: left;
        margin-left:0;
        margin-right: -40px;
        background: url(../img/tfIcons2.png) no-repeat left top;
    }

    .nh:hover small, .nh.presspl small, .nh:active small {
        background-position-x: right !important;
    }

    #ftRniz.nh small {
        background-position: 0 -180px;
    }

    #ftCrost.nh small {
        background-position: 0 -72px;
    }

    #ftCniz.nh small {
        background-position: 0 -108px;
    }




}



@media (min-width: 736px) {


    .LogoHead {
    }

    .header-table {
    }

    .content {
        width:736px;
        float: none;
        display: table;
        margin: 0 auto;
    }

    #slider-div {
        width:736px;
        height:326px;
    }

    .podbor-itog-a {
        width: auto;
        display: block;
        margin-right: 15px;
    }

    .footer-body{
        width:736px;
        float: none;
        display: table;
        margin: 0 auto;

    }

    .MarketItems {
        float: left;
        width: calc(100% + 10px);
        margin-left: -10px;
    }

    .MarketItems .item {
        float: left;
        width: calc(33% - 10px);
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.8em;
        height: 400px;
    }

    .MarketItems .itemMB {
        float:left;
        width:33%;
    }

    .MarketItems .itemMB .item{
        width:calc(100% - 30px);
        margin-left:15px;
    }


    .MarketItems .item  .rating {
        right: auto;
        margin-top: 177px;
        margin-left: 10px;
    }



    #maskBlocked {
        left: auto;
    }


}



@media (min-width: 992px) {

    #KartaAdresa span.phoneNumb1 {
        padding-top:20px;
    }

    body {
        font: 18px Arial, sans-serif;
        background-color: #E6E6E4;
        margin: 10px 0;
        padding: 0;
    }

    .LogoHead {
        float:none;
        width: 980px;
        padding-top: 20px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    }

    .header-table {
        width:920px;
        position: static;
        background: none;
        border-width: 0;
        height: auto;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .cell1 {
        float:left;
        width: 200px;
    }

    .head-logo-a {
        float: left;
        padding: 0;
    }

    .head-logo-img {
        display: block;
        width: 188px;
        height: 71px;
        margin: 0;
    }

    .head-logo-img2 {
        display: none;
    }


    .header-table .cell4 {
        display: block;
        float: left;
        padding-top: 5px;
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
    }

    .cell4 b {
        color: #00A0E3;
        font-family: "Lucida Grande", Arial, sans-serif;
        font-size: 15px;
        line-height: 15px;
        display: block;
    }


    .topstringHead a {
        font-family: "Lucida Grande Bold", Arial, sans-serif;
        color: #757575;
        float: left;
        text-decoration: none;
        padding-left: 23px;
        height: 23px;
        line-height: 20px;
        background: url(../img/TopCity2.png?a) no-repeat top left;
        font-size: 21px;
        margin-top: 5px;
        outline: none;
    }
    .topstringHead a:hover {
        color:#000;
    }

    .header-table .cell3 {
        width: 260px;
        height: auto;
        position: static;
        right: auto;
        float:left;
        overflow: visible;
    }

    .header-table .cell3 #cartDiv{
        color: #000;
        font-size: 1em;
        text-align: left;
        line-height: 1;
        text-decoration: none;
        display: table;
        background-color: #FFFFFF;
        width: 225px;
        margin: 0 auto;
        height: 46px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 3px #00A0E3 solid;
    }

    .header-table .cell3 #cartDiv:hover, .header-table .cell3 #cartDiv.FullCart {
        background-color: #00A0E3;
    }

    #cartDiv .fas {
        display: none;
    }

    #cartBody {
        margin: 10px 0 0 30px;
    }

    #cartDiv {
        line-height: 1;
        text-decoration: none;
        display: table;
        background-color: #FFFFFF;
        width: 225px;
        margin: 0 auto;
        height: 46px;
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 3px #00A0E3 solid;
    }


    #cartDiv span.icon {
        float: left;
        width: 50px;
        height: 50px;
        background-image: url(/out/matrasoffdom/IMG/img/cart-icon.png);
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 0;
        margin-bottom: -6px;
        position: relative;
        margin-left: 5px;
    }

    #cartDiv span.cart-text1 {
        display: block;
        color: #3EAAD8;
        font-size: 14px;
        font-weight: bold;
        margin-top: 9px;
    }

    #cartDiv span.cart-text2 {
        display: block;
        color: #000000;
        font-size: 12px;
    }

    #cartDiv:hover,
    #cartDiv.FullCart {
        background-color: #00A0E3;
    }

    #cartDiv:hover span.icon,
    #cartDiv.FullCart span.icon {
        background-position: 0 -50px;
    }

    #cartDiv:hover span.cart-text1,
    #cartDiv.FullCart span.cart-text1 {
        color: #FFFFFF;
    }

    #cartDiv:hover span.cart-text2,
    #cartDiv.FullCart span.cart-text2 {
        color: #FFFFFF;
    }

    .mobilebar-tab {
        display: none;
    }

    .header-table .cell2 {
        display: block;
        float:right;
        width: 250px;
        text-align: right;
    }

    .header-table .cell2 b {
        color: #00A0E3;
        font-family: "Lucida Grande", Arial, sans-serif;
        font-size: 15px;
        line-height: 15px;
        display:block;
        margin-bottom:10px;
    }

    .topPhone {
        font-family: "Lucida Grande Bold", Arial, sans-serif;
        font-size: 1.5em;
        color: #00a0e4;
    }

    .menu {
        top: auto;
        display:block;
        padding: 0;
        position: static;
        margin-left: 30px;
        width: 920px;
        height: 50px;
        overflow: hidden;
        margin-top: 20px;
    }

    .menu .menu-ul {
        padding-bottom:0;
        display:table;
    }

    .menu .menu-ul-ext {
        position: absolute;
        display: none;
        width: auto;
        z-index: 2;
        padding: 10px 0;
        background-color: #00a0e4;
        margin-top: -3px;
        transition: background 0.2s linear;
    }

    .menu  .menu-li:hover .menu-ul-ext {
        background-color:#0077b1;
        transition: background 0.2s linear;
    }

    .menu .menu-li {
        display:table-cell;
        padding:0 2px;
        float: none;
        width: auto;
    }

    .menu .menu-li-ext {
        float: none;
        width: auto;
    }

    .menu  .menu-li .menu-a {
        line-height: 40px;
        color: #FFFFFF;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        font-size: 17px;
        text-align: center;
        background-color: #00A0E3;
        font-family: "Lucida Grande Bold", Arial, sans-serif;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0 0 2px 0;
        transition: background 0.2s linear;
    }

    .menu .menu-li .menu-a.activate {
        color: #FFFFFF;
        background-color: #0077B1;
    }


    .menu  .menu-li:hover .menu-a {
        background-color:#0077b1;
        transition: background 0.2s linear;
    }

    .menu  .menu-li:hover .menu-ul-ext {
        display: block;
    }

    .menu .menu-li .menu-li-ext .menu-a {
        text-align: left;
        padding: 0 20px;
        text-transform: none;
        border-radius: 0;
        transition: background 0.2s linear;
    }

    .menu .menu-li .menu-li-ext .menu-a:hover {
        background-color: #00A0E3;
        transition: background 0.2s linear;
    }

    .menu  .menu-li .menu-a#punkt849 {
        color: #FFFF00;
    }


    .content {
        font-family: 'Lucida Grande', Arial, sans-serif;
        width: 980px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-bottom: 30px;
        -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    }

    .slider-body {
        float:right;
        width: 610px;
        height: 270px;
        margin: 30px 30px 0 0;
    }

    #slider-div {
        float:right;
        width: 610px;
        height: 270px;
    }

    #slider-div .slick-dots {
        bottom: 5px;
        left: 5px;
        width: auto;
    }

    #slider-div .slick-dots li button:before {
        font-size: 14px;
        color: white;
        opacity: 1;
    }

    #slider-div .slick-dots li.slick-active button:before {
        color:#0077b1;
    }

    #slider-div .slick-dots li {
        margin: 0 1px;
    }

    .podbor {
        width: 300px;
        margin: 30px 0 0 30px;
        padding-bottom: 10px;
        background-color: #F7F7F7;
    }

    .podbor-title {
        color: #3EAAD8;
        padding: 4px 0 0 15px;
    }

    .podbor .select1, .podbor .select2, .podbor .select3 {
        font-size: 0.68em;
        width: 100%;
        padding: 2px;
    }

    .podbor .strp {
        padding-top: 0;
        float: left;
        margin-left: 15px;
        width: calc(100% - 30px);
    }

    .podbor .strp-t {
        float:left;
        width:108px;
        line-height: 30px;
        font-size: 0.8em;
        font-weight: bold;
        color: #333;
    }

    .podbor .slct {
        float:left;
        width:162px;
    }


    .podbor .strp.strp1 {
        margin-left: 123px;
        width:80px;
        margin-bottom: 5px;
    }

    .podbor .strp.strp1 .strp-t {
        width:100%;
    }

    .podbor .strp.strp1 .slct {
        width:100%;
    }


    .podbor .strp.strp2 {
        margin-left: 1px;
        width:80px;
        margin-bottom: 5px;
    }

    .podbor .strp.strp2 .strp-t {
        width:100%;
    }

    .podbor .strp.strp2 .slct {
        width:100%;
    }

    .podbor-itog-a {
        margin-top: 5px;
        line-height: 2em;
        transition: background 0.2s linear;
    }
    .podbor-itog-a:hover {
        background-color: #0077b1;
        transition: background 0.2s linear;
    }

    .info {
        float: left;
        margin-left: 30px;
        width: calc(100% - 60px);
        font-size: 0.9em;
    }

    .MarketInfo {
        margin-top:40px;
    }

    h2 {
        color: #0192cb;
        margin: 0;
        font-family: "Lucida Grande Bold", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.6em;
        padding: 0;
        margin-top: 30px;
    }

    .content-index .catalog-title {
        display: none;
    }

    .scatalog {
        float: left;
        width: calc(100% - 45px);
        margin-top: 20px;
        margin-left: 15px;
    }

    .scatalog-div {
        width: calc(25% - 10px);
        margin-left: 10px;
    }

    .scatalog-strong {
        float:right;
        width: calc(100% - 5px);
    }

    .scatalog-strong  .scatalog-a {
        font-size: 1.8em;
        text-transform: uppercase;
        line-height: 58px;
        padding-bottom: 0.1em;
        border-radius: 4px;
    }


    .scatalog-strong  .scatalog-a.mini-sc {
        font-size: 1.3em;
    }


    .scatalog-span {
        display: block;
        float: left;
        width: calc(50% - 5px);
        margin-left: 5px;
    }

    .scatalog-a {
        background-color: #00a0e4;
        color: #fff;
        font-size: 0.65em;
        line-height: 33px;
        margin-top: 5px;
        transition: background 0.2s linear;
    }


    .scatalog-a:hover {
         background-color:#0077b1;
        transition: background 0.2s linear;
    }

    #maskBlocked {
        left: 50%;
        margin-left: -490px;
        background-color: rgba(255,255,255,0.8);
        border-radius: 10px;
        padding-bottom: 30px;
    }

    #page815.content,
    #page816.content,
    #page817.content,
    #page818.content,
    #page819.content,
    #page822.content,
    #page823.content,
    #page824.content {
        background: #fff url(../img/MarketContentBC.gif) repeat-y left top;
    }

    .MarketBody {
        float: right;
        display: table;
        width: 675px;
        margin-left: 20px;
        margin-right: -5px;
    }

    .MarketBody h1 {
        font-size: 2.5em;
        color: #00a0e4;
        font-family: "Lucida Grande Bold", Arial, sans-serif;
    }

    .artikulSelect {
        float: left;
        width: 205px;
        font-size: 1em;
        margin-left: -5px;
        margin-top: 10px;
        padding: 20px 0;
        position: static;
        display: block;
        background: transparent;
    }

    .sOption a {
        text-decoration: none;
        font-weight: bold;
        color: #0077b1;
        font-size: 1.2em;
        line-height: 1;
    }

    .InpParam select {
        font-size: 0.9em;
    }

    .artikulSelect .topText {
        font-size: 0.85em;
        color: #000;
        font-weight: normal;
    }

    .accept-butt {
        display: none;
    }

    .open-filter {
        display: none;
    }

    .actsButts a.nh {
        text-align: left;
    }

    #pageButtons .actsButts a.nh {
        text-align: center;
    }








    #tfButtons {
        float: left;
        margin-bottom: 30px;
        width:70%;
    }

    .nh small {
        margin-right: 5px;
    }


    .sOption.cenaOption {
        display: block;
        width: 197px;
    }

    .sOption.cenaOption .InpParam {
        width: calc(100% + 20px);
        margin-top: 5px;
    }

    .artikulSelect .dragValue {
        padding-bottom: 20px;
    }
    .artikulSelect .dragValue input {
        width: 80px;
        margin-right: 10px;
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
        font-size: 18px; border: 1px #CCCCCC solid;
        padding: 5px;
        outline: none;
    }

    .dragValue .shkala{
        position: relative;
        width: 100%;
        height: 8px;
        background-color: #ddd;
        margin-top: 45px;
    }

    .dragValue .activeShkala{
        position: relative;
        height: 6px;
        margin-top: -7px;
        width: 30%;
        left: 20%;
        background: rgb(1,146,203);
    }

    .dragValue .shkala .Begunok {
        margin-top: 7px;
        width: 15px;
        height: 15px;
        position: absolute;
        cursor: pointer;
    }

    .dragValue .shkala .Begunok.rbeg {
        left: 90%;
        margin-left: 0;
    }








    .MarketItems {
        margin-left: -5px;
    }

    .MarketItems .item{
        cursor: pointer;
        float: left;
        width: 220px;
        min-height: 374px;
        margin-left: 5px;
        margin-bottom: 10px;
        border: 1px #DDDDDD solid;
        line-height: 1.1;
        margin-top: 0;
        background-color: #f5f5f5;
    }

    .MarketItems .itemMB {
        float:left;
        width:25%;
    }

    .MarketItems .itemMB .item{
        width:calc(100% - 20px);
        margin-left:10px;
    }


    .MarketItems .item.hover.promoitem,
    .MarketItems .item.promoitem {
        box-shadow: none;
        display: block;
        border: 1px #fff solid;
        background-color: transparent;
    }



    .MarketItems .item.promoitem a {
        overflow: hidden;
        width: 220px;
        height: 374px;
        float: left;
        display: block;
    }

    .MarketItems .item.promoitem img {
        float: left;
    }

    /*#mlist1 */.MarketItems .item {
        min-height: 374px;
        height: 374px;
    }

    .MarketItems .item .chekItem {
        position: absolute;
        background: url(/out/matrasoffdom/IMG/img/ItemInKorzina3.png) right bottom no-repeat;
        width: 100px;
        height: 100px;
        margin-left: 120px;
    }

    .MarketItems .item .item-a{
        display: table;
        width: 100%;
        height: 275px;
        float: none;
        color: #2859A6;
    }

    .MarketItems .item-img {
        border-width: 0;
        border-bottom: 1px #DDDDDD solid;
        float: none;
        width: auto;
        box-shadow: none;
        border-radius: 0;
    }

    .MarketItems .item .item-a .item-model{
        font-size: 0.87em;
        padding-right: 10px;
        display: block;
        padding-left: 10px;
        padding-top: 10px;
    }

    .MarketItems .novinka {
        width: auto;
        color: red;
        position: absolute;
        display: block;
        padding-left: 10px;
        font-weight: bold;
        font-size: 14px;
        margin-top: -25px;
        line-height: 20px;
        height: 20px;
    }

    .MarketItems .item div.param {
        font-size: 13px;
        float: left;
        width: 100%;
        color: #333333;
        margin-bottom: 1px;
        background: url(/out/matrasoffdom/IMG/img/item-tochki.png) repeat-x;
    }

    .MarketItems .item div.param span {
        background-color: #f5f5f5;
        float: left;
        padding-left: 10px;
        padding-right: 3px;
    }

    .MarketItems .item div.param b {
        background-color: #f5f5f5;
        float: right;
        padding-right: 10px;
        padding-left: 3px;
    }

    .MarketItems .item div.param2 {
        font-size: 14px;
        float: left;
        margin-left: 10px;
        height: 45px;
        overflow: hidden;
        padding-right: 15px;
    }



    .MarketItems .item div.cena {
        margin-left: 0;
        float: left;
        width: 100%;
        font-size: 24px;
        padding-top: 10px;
    }

    .MarketItems .item div.cena b {
        display: table;
        padding-left: 10px;
        font-weight: normal;
    }

    .MarketItems .item div.oldcena {
        margin-left: 0;
        float: left;
        width: 100%;
        padding-top: 10px;
        margin-bottom: -10px;
        color: #B30505;
        margin-top: -10px;
    }

    .MarketItems .item div.oldcena small {
        display: table;
        padding-left: 10px;
        text-decoration: line-through;
        font-size: 16px;
        font-weight: bold;
    }

    .MarketItems .item  .rating {
        right: auto;
        margin-top: 170px;
        margin-left: 10px;
    }

    .MarketItems .item.hover { border: 1px transparent solid;  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); box-shadow: 1px 1px 5px rgba(0,0,0,0.5); }
    .MarketItems .item.hover,
    .MarketItems .item.hover div.param span,
    .MarketItems .item.hover div.param b { background-color:#0192CB; color:#FFFFFF;}
    .MarketItems .item.hover .item-a{ color:#FFFFFF; text-decoration:none; }
    .MarketItems .item.hover a.item-a strong { text-decoration:none; }
    .MarketItems .item.hover .novinka { color:#A5E5FF;  }
    .MarketItems .item.hover div.param { background-image:url(/out/matrasoffdom/IMG/img/item-tochki2.png); }
    .MarketItems .item.hover div.oldcena { color:#A5E5FF;  }


    .topsellers-title {
        padding: 30px 0 0 0;
        float: left;
        color: #00a0e7;
        color: #000000;
        width: 100%;
        font-size: 1.8em;
    }

    .MarketItems.topSellers {
        margin-top: 15px;
        padding-bottom: 0;
        display: table;
        position: relative;
    }

    .MarketItems.topSellers#topSellers .item {
        width: 220px;
        margin-left: 9px;
        display: table;
    }


    .MarketItems.topSellers#rasprodagaSellers .item {
        min-height: 339px;
        height: 339px;
    }

    .MarketItems.topSellers#rasprodagaSellers .item div.param2 {
        display: none;
    }




    .toBackCatalog {
        height: 70px;
    }


    #leftTovarContent {
        float: left;
        width: 590px;
    }

    .imgBody {
        float: left;
        width: 600px;
        min-height: 522px;
        margin-left: -33px;
        padding-bottom: 5px;
        margin-top: -5px;
        border-width: 0;
    }

    .imgTable {
        border-top: 1px #dddddd solid;
        border-bottom: 1px #dddddd solid;
        float: left;
        overflow: hidden;
        width: 600px;
        height: 450px;
        margin: 3px 3px 0 3px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: static;
    }

    .imgTable table {
        width: 600px;
        height: 450px;
    }


    .imgTable img {
        max-width: 600px;
        max-height: 450px;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .imgTable img.imgPreview {
        display:none;
    }

    .imgMini {
        float: left;
        width: 580px;
        margin: 9px 3px 3px 13px;
    }
    .imgMini:hover {

    }
    .imgMini a i{
        position: absolute;
        margin: -7px 0 0 -33px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .imgMini a {
        float:left;
        border:1px #DDDDDD solid;
        margin-right:1px;
    }
    .imgMini img {
        background-color:#FFFFFF;
        border:1px #FFFFFF solid;
        float:left;
        width:49px;
        height:49px;
        margin:1px;
    }
    .imgMini a:hover {
        background-color:#CCCCCC;
        border-color:#CCCCCC;
    }
    .imgMini a.active {
        background-color: #FF7A00;
        border-color: #FF7A00;
    }
    .imgMini a.active i{
        border-bottom-color:#FF7A00;
    }
    .imgMini a.active img {
    }


    /* Увеличитель картинок */
    #zoomImage {
        opacity:0;
        width:600px;
        height:450px;
        margin:3px;
        border-top:1px #DDDDDD solid;
        border-bottom:1px #DDDDDD solid;
        background-color:#FFFFFF;
        position:absolute;
        overflow:hidden;
        transition: 0.3s;
        cursor:pointer;
    }
    #zoomImage.fadeIn {
        transition: 0.3s;
        opacity: 1;
    }
    #zoomImage img{
        display: none;
        position: absolute;
    }
    #zoomImage img.active {
        display: block;
    }
    .info #zoomImage img {
        max-width: 2000px;
    }

    .content.tovarImg {
        background: #fff url(/out/matrasoffdom/IMG/img/MarketContentItemBC.gif) repeat-y right top;
    }

    .tovarContent {
        float: right;
        width: 345px;
        margin-right: -20px;
        font-size: 16px;
        margin-top: -20px;
    }

    .yashare-auto-init {
        display: block;
    }

    .yashare-auto-init {
        float:left;
        width:100%;
    }

    .b-share_theme_counter .b-share_type_small .b-share-icon {
        margin:5px !important; }

    .b-share_theme_counter .b-share_type_small .b-share__link {
        border-radius:15px !important;}



    #leftTovarContent {
        float:left;
        width: 590px;
    }

    #leftTovarContent.fixed {
        position:fixed;
        top:0;
    }

    #leftTovarContent.absolute {
        position:absolute;
    }




    .razmer {float:left; width:100%; margin:0; padding:0; margin-bottom:5px;}
    .razmer2 {float:left; width:100%; margin:0; padding:0; margin-bottom:2px; display: block;}
    .razmer small{ display:block; font-weight:bold; font-size:18px; width:100px; float:left; line-height:30px; }

    .razmer2 .sm-1 {
        margin-left: 100px;
        width: 120px;
    }
    .razmer2 .sm-2 {
        width: 120px;
    }

    .razmer select { float:left; width: 115px; margin-right:5px;}

    .razmer select#size1_7 {min-width:160px; width:160px;}

    #gabarit span {
        font-weight: bold;
        font-size: 18px;
        width: 100px;
        float: left;
        line-height: 30px;
    }

    p.dateP small, p.dateP span {
        display: block;
        padding-left: 100px;
    }
    p.dateP span {
        font-weight: bold;
        color: #0077B1;
    }

    .cena small, .cena2 small {
        font-weight: bold;
        font-size: 18px;
        width: 100px;
        float: left;
        line-height: 30px;
    }


    .cena span, .cena2 span {
        float: left;
        line-height: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #0192CB;
        font-family: "Lucida Grande Bold", Arial, sans-serif;
    }

    #snizim {
        float: left;
        width: 160px;
        margin-top: -1px;
        margin-left: 90px;
        line-height: 1em;
    }

    #snizim a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 1em;
        font-size: 0.8em;
        color: #0191cb;
        font-weight: normal;
        background-color: #f5f5de;
        border-radius: 5px;
        text-align: left;
        text-transform: uppercase;
        font-family: "Lucida Grande Bold", Arial, sans-serif;
    }

    .Vkorzine a,
    .kupitButton a {
        margin: 0;
    }

    p.descript {
        border-width: 0;
        margin-top: 0;
    }

















    /* ----------- Выбор дополнительных опций ------------- */

    #options {
        margin: 0;
        font-weight: bold;
        float: left;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 35px; }

    #mehanizm, #strazi, #strazi2, #carga, #carga2, #carga3, #carga4, #ortoped1, #ortoped2 { float:left; width:545px; margin:0px; height: 70px;}
    .optLabel { cursor: pointer; font-size: 16px; color: #777777; float:left; width:100%; height:70px; }
    .optLabel:hover { color:#000000; }
    .optLabel i { margin-left: 60px; margin-right: 15px; margin-bottom: 2px; }
    .optLabel span { float:left; width:300px; line-height:30px;  font-size: 18px;}

    /* Однострочные опции */
    #strazi .optLabel span,
    #strazi2 .optLabel span,
    #carga .optLabel span,
    #carga2 .optLabel span,
    #carga3 .optLabel span,
    #carga4 .optLabel span {
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 2px;
        font-size: 18px;
        width: 300px;}

    /* Двухстрочные опции */
    #ortoped1 .optLabel span,
    #ortoped2 .optLabel span,
    #mehanizm .optLabel span{
        line-height: 17px;
        margin-top: 0;
        margin-bottom: 2px;
        font-size: 18px;
        width: 300px;}

    .optLabel small { color: #afafaf;   float: right; font-weight: bold; margin-top:4px; font-size:16px; }
    .optLabel:hover small { color: #777777; }
    label > input[type="checkbox"] { position:absolute; visibility: hidden;  }
    label > input[type="checkbox"]:checked + i ,
    label > input[type="checkbox"]:checked:hover + i { border-color: #70be44; background: #FFFFFF url(/out/matrasoffdom/IMG/img/checked.png) no-repeat center center; }
    label > input[type="checkbox"] + i { display: inline-block; width: 20px; height: 20px; border: solid 2px #d8dbdf; border-radius: 3px; background-color: #fff; float: left; margin: 3px 8px 0px 0px; }
    label:hover > input[type="checkbox"] + i { border-color:#AFAFAF; }
    label > input[type="checkbox"]:checked + i + span {color:#000000;}
    label > input[type="checkbox"]:checked + i + span + small { color: #0192CB; }
    label > input[type="checkbox"]:checked + i + span  + b + small { color: #0192CB; }

    #carga2 small, #strazi small, #ortoped1 small, #ortoped2 small, #mehanizm  small {
        float:right;
    }

    .opt_icon {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px #008dd2 solid;
        margin-top: -13px;
        margin-bottom: -10px;
        position: relative;
        background-size:contain;
        transition: 0.3s;
        display:block;
    }

    .optLabel:hover .opt_icon {
        width: 140px;
        height: 140px;
        margin-left:-45px;
        margin-top:-58px;
        border: 2px #008dd2 solid;
        z-index:1;
        transition: 0.3s;
    }

    #mehanizm .opt_icon {
        background-image: url(../img/icons/icon1.jpg);
        display:block;
    }

    #ortoped1 .opt_icon {
        background-image: url(../img/icons/icon2.jpg);
        display:block;
    }

    #ortoped2 .opt_icon {
        background-image: url(../img/icons/icon3.jpg);
        display:block;
    }

    #carga2 .opt_icon {
        background-image: url(../img/icons/icon4.jpg);
        display:block;
    }

    #strazi .opt_icon {
        background-image: url(../img/icons/icon5.jpg);
        display:block;
    }

    #strazi2 .opt_icon {
        background-image: url(../img/icons/icon5.jpg);
        display:block;
    }



    .tovarParamsBody {
        float: left;
        display: table;
        width: 980px;
        margin-left: -30px;
        margin-right: -30px;
        height: 40px;
        margin-top: 15px;
        border-bottom: 3px #0192CB solid;
    }

    .tovarParamsBody ul {
        padding: 0;
        display: table;
        width: calc(100% - 60px);
        margin: 0 auto;
    }


    .tovarParamsDiv {
        margin-top:30px;
    }

    #Polezhat div.polezhat-title {
        float: none;
        font-size: 1em;
        padding-right: 25%;
        width: auto;
        font-weight: bold;
    }
    #Polezhat div.polezhat span.tlf{
        float: right;
    }

    .cenak {
        width: calc(100% - 100px);
        margin-left: 100px;
        margin-bottom: 10px;
    }

    #Params div {
        font-size: 1em;
    }



    #bodyForm {
        min-height: 0;
        width:560px;
    }
    #bodyForm .Inp span {
        width:100%;
    }
    .sendSnizim, .sendOtziv {
    }

    .Inp .kolVo {
        width: 500px;
    }



    #tkaniListWindow  a, #tkaniListWindow2  a {
        width:170px;
    }

    #tkaniListWindow, #tkaniListWindow2 {
        overflow: auto;
        padding: 65px 0 0 0;
        width: 870px;
    }










    .footer {
        display: table;
        float: none;
        width: 980px;
        margin: 20px auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        font-size: 0.9em;
        font-family: "Lucida Grande", Arial, sans-serif;
        padding: 30px 0 10px 0;
    }

    .footer-phone {
        float: right;
        width: 300px;
        padding: 10px 0;
    }

    .footer-menu {
        margin-left: 30px;
        float: left;
        padding: 10px 0;
    }

    .footer-menu1 {
        float: left;
    }

    .footer-menu2 {
        margin-top: 5px;
        float: left;
        margin-left:50px;
    }

    .fm-a {
        font-size: 1.5em;
    }

    .fm-a:hover {
        text-decoration: none;
    }

    .footer-menu2 .fm-a {
        font-size: 1em;
    }


    .copyrights {
        font-weight: normal;
        margin-left: 30px;
        padding: 40px 0 10px 0;
    }



    .clear-korzina-title {
        color: red;
        font-size: 1.7em;
    }
    .clear-korzina {
        padding: 60px;
        text-align: center;
        min-height: calc(100vh - 738px);
    }




    .fancybox-slide--html .fancybox-close-small {
        position: absolute;
    }
    .cityselect.fancybox-content {
        width: 900px;
        padding-bottom:40px;
    }
    #cityListBody {
        line-height: 1.5em;
        font-size: 1em;
    }
    .cityItem {
        width:25%;
    }
    .cityItem a {
        outline: none;
    }


    .FullCart #numInCart {
        display: none;
    }

    #KartaBody {
        width: 980px;
        float: right;
        height: 630px;
        background-color: #DDDDDD;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 0;
        margin-right: -30px;
        margin-bottom:-30px;
        position: relative;
    }

    #KartaAdresa {
        float: right;
        width: 340px;
        position: absolute;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.6509803921568628);
        margin-left: -30px;
        height: 630px;
        padding: 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
    }



    .stepProgress span {
        width:auto;
        line-height:3em;
    }


    .textItem div.textItemDiv {
        margin: 0 0 0 10px;
    }

    .textItem{
        width: auto;
    }

    .ArtikulPlusMinus2 {
        position: static;
        width: 160px;
    }

    .summaDIV {
        width: 211px;
        text-align: right;
        margin-top: 0;
    }
    .ArtikulP b.cena small {
        float: none;
    }

    .formazakaza .Inp {
        margin-top:10px;
    }

    .formazakaza .Inp span {
        width:200px;
        font-size:1em;
    }

    .formazakaza .Inp select {
        width: 445px;
    }

    .formazakaza .Inp .kolVo {
        width: 433px;
    }

    .formazakaza .Inp span.eslipromo {
        margin-left: 15px;
        width: 250px;
    }

    .content .content {
        width: 100%;
        margin: 30px 0;
        float: left;
        background-color: #f5f5f5;
    }

    .h1header p {
        font-size: 1em;
        font-weight: normal;
        line-height: 1.2em;
        padding-right: 40%;
    }

    .rightHelp {
        display: block;
        float: right;
        font-weight: bold;
        padding-bottom: 20px;
        padding-right: 250px;
    }


    .formazakaza .MAPA {
        width: 100%;
        margin: 0;
    }

    .formazakaza .MAPA #KartaBody {
        float: right;
        display: block;
        width: 100%;
        margin:0;
    }

    .formazakaza .MAPA #KartaAdresa {
        width: 350px;
        height: 383px;
        border-radius: 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.82);
    }
    .formazakaza .Inp span.selmaptext {
        width:100%;
    }

    .formazakaza .Inp b {
        width: calc(100% - 200px);
        margin-left: 200px;
    }

    .catalog-title {
        padding: 40px 0 0 30px;
        width: calc(100% - 30px);
    }












}



@media (min-width: 1199px) {







}








