@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700,900';

body { font-family: 'Roboto'; font-size: 16px; font-weight: 300; margin: 0px; background-color: #ffffff;}

.sitewrapper {
  display: block;
  width: 100%;
  margin: 0px auto;
  position:relative;
}

.fullwidth {
  display: block;
  width:100%;
  overflow: hidden;
}


.width__control {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.width__control.categ {
	max-width: 1200px;
}

.topblock {
  background-color: #9c232e;
}

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

.topblock__first .smallnav a {
    font-size:0.725em;
}

.topblock__navigation {
  display: block;
  float: left;
}


.topblock__promo {
	width: 100%;
	background: #faf5ef;
	overflow: hidden;
}
.promo-image {
	display: inline-block;
	height: 15px;
	position: relative;
	top: 2px;
	left: -3px;
}

.promo__inside {
	width: 33.3%;
	float: left;
	display: flex;
	text-align: center;
	padding: 0.3em 0em;
	justify-content: center;
}

.inside__feature {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
}

.smallnav {
  list-style: none;
  overflow: hidden;
  padding: 0% 0% 0% 5.5%;
  width: 100%;
}

.smallnav li {
  float: left;
}

.smallnav a {
  display: block;
  padding: 1.8em 0.3em;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-decoration: none;

}

.smallnav a:hover {
	text-decoration: underline;
}

.smallnav li:first-child a {
  padding-left: 0em;
}

.smallnav li:last-child a {
  padding-right: 0em;
}

.smallnav li a.active {
    font-weight: 600;
}

.topblock__phones {
  width: 40%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}

.topblock__phones .we__online, .topblock__phones .we__time {
    font-size: 0.8em;
    display:flex;
    align-items:center;
}

.we__online:before {
    content: " ";
    display:inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 100px;
    background: green;
}

.we__online.no:before {
    background: none;
    border: 1px solid #ffffff;
}

.topblock__phones a, .topblock__phones span  {
  display: inline-block;
  padding: 1.25em 0.3em;
  font-size: 0.9375em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  margin-right: 1%;
}

.topblock__call {
 display: inline-block;
 padding: 0.6em 1.4em;
 margin: 0% 2.8% 0% 0%;
 border: solid 1px #ffffff;
 border-radius: 100px;
 font-size: 0.625em;
 font-weight: 300;
 letter-spacing: 0.7px;
 text-transform: uppercase;
 color: #ffffff;
 text-decoration: none;
 opacity: 0.9;
 float: right;
}

.topblock__call:hover {
	background: #ffffff;
	color: #9c232e;
}

.topblock__second {
  background-color: #aa2935;
}

.topblock__logo {
  width: 17%;
  display: inline-block;
  float: left;
  margin-left: 1em;
}
.topblock__logo img {
  display: block;
  width: 80%; 
  padding: 9.5% 10%;
  max-width: 181px;
}

.topblock__navigation__catalog {
  display: inline-block;
  width: 65%;
  float: left;
}

.bignav .search__new {
    display:inherit;
    cursor: pointer;
}

.bignav {
  list-style: none;
  overflow: hidden;
  text-align: center;
  padding: 0em;
}

.bignav li {
  max-width: 18%;
  display: inline-block;
}

.bignav a {
  display: block;
  margin: 0em 0.6em;
  padding: 30% 0% 0.5% 0%;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.0875em;
  text-decoration: none;

}

.bignav a:hover {
  border-bottom: 2px solid white;	
}

.bignav a.active {
  border-bottom: 2px solid white;
}

.bignav li:last-child a {
  margin-right: 0em;
}

.topblock__cart {
  display: inline-block;
  width: 10%;
  float: right;
  position: relative;
  margin-right: 3%;
  white-space: nowrap;
}

.item__counter {
  position: absolute;
  left: 1.2em;
  color: #aa2935;
  border-radius: 14px;
  border: solid 1px #ffffff;
  background: #ffffff;
  padding: 0.1em 0.4em;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: -0.4em;
}

.topblock__cart__test a:last-child {
  background: url(../imgs/delivery.png) no-repeat; 
  width: 32px;
  height: 21px;
}

#msMiniCart .empty, #msMiniCart .not_empty {
  background: url(../imgs/shopping-cart.png) no-repeat; 
  height: 26px;
  min-width: 26px;
}

.not_empty a, .empty .ms2_total_cost {
  text-decoration: none;
  display: block;
  padding: 0.3em 0em 0em 2.5em;
  font-size: 1.4em;
  line-height: 0.9em;
  color: #ffffff;
}

.not_empty a:hover span {
	text-decoration: underline;
}


.flex__stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex__stretch .bignav {
    width: 100%;
}

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

.flex__stretch .bignav a {
    padding: 5% 0% ;
    margin: 0;
}



.flex__stretch .bignav a:hover {
    position: relative;
    bottom: -1px;
}

.flex__stretch .bignav a.active:hover {
    bottom: 0px;
}

.flex__stretch .topblock__cart {
    width: auto;
    margin-left: 3%;
}

.search__now {
    padding-left: 2%;
}


.main__slider {
   
    overflow: hidden;
}

.slide__left .header__h {
    font-size:2.2em;
}

.double__slider {
    display:flex;
    align-content:stretch;
    max-height: 310px;
    overflow: hidden;
}

.slide__left {
    width: 75%;
}

.slide__right {
    width: 25%;
    display:flex;
    align-items:stretch;
    justify-content:center;
    background-color: #faf5ef;
}

.slide__right a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    text-align: center;
    background: url('../imgs/hermle-sertificate-s.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0;
    text-decoration: none;
}

.slide__right b {
        font-size:24px;
        text-transform: uppercase;
}

.content__images {
 text-align: center;
}

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

.content__sbig {
  color: #aa2935;
  font-size: 5em;
}


.content__images span {
  font-size: 0.8em;
  display: block;
  width: 100%;
}

.content__table {
    width: 100%;
    text-align: center;
}

.content__table th, .content__table td {
    width: 33%;
}

.content__table th {
    text-transform: uppercase;
    font-weight:600;
    padding: 10px 0px;
}

.content__table tr:first-child {
    background: #faf5ef;
}

.content__table tr {
    border-bottom: 1px solid rgba(237,237,237,0.8);
}

.content__table td {
    padding: 10px 0px; 
}

.content__images.second {
  padding-top: 2em;
}

.content__left {
  float:  left;
  width: 20%;
    text-align: center;
}
.content__right {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.item {
  overflow: hidden;
}

.item__desc {
    background-color: #f7f7f7;
    padding-bottom: 1em;
    position: relative;
}

.item__header {
  display: block;
  width: 67%;
  float: left;
}

.item__inner__right {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-left: 36%;
  margin-right: 9%;
}

.header_crumbcat {
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em; 
  margin: 3em 0em 0em 0em;
  border-bottom: 2px solid #333333;
}

.header_crumbcat:hover {
  border: 0px;
  padding-bottom: 2px;
}

.header__h {
  font-size: 3em;
  letter-spacing: 0.0625em;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin: 0.07em 0em 0em 0em;
}

.header__articul {
  font-size: 0.875em;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.item__price {
  margin: 3em 0em 0em 0em;
  display: block;
  float: right;
  width: 33%;
  text-align: right;
}

.item__charact__addtext.addtext__color {
	opacity: 1.0;
}

.item__charact__addtext.addtext__color span {
	opacity: 0.7;
	position: relative;
	left: 5px;
}

.item__customeronfo .where {
     border: 1px dashed gray;
     background: #e2ffe2;
     padding: 5px;
}

.item__color {
	width: 100px;
  display: block;
  float: left;
}

.price__numb {
  font-family: 'Georgia';
  font-size: 2.9em;
  font-size: 3vw;
  color: #aa2935;
  white-space: nowrap;
}

.price__disc {
  font-size: 0.625em;
  text-transform: uppercase;
  color: #333333;
}

.price__calldiscount {
 display: inline-block;
 padding: 0.6em 1.4em;
 margin: 1em;
 border: solid 1px #d8d8d8;;
 border-radius: 100px;
 font-weight: 300;
 letter-spacing: 0.7px;
 text-transform: uppercase;
 color: #333333;
 text-decoration: none;
 opacity: 0.9;
}

.price__calldiscount:hover {
  border: 1px solid #333333;
}


.cart__remove {
 display: inline-block;
 padding: 0.5em 0.9em;
 margin: 1em;
 border: solid 1px #d8d8d8;;
 border-radius: 100px;
 font-weight: 300;
 letter-spacing: 0.7px;
 text-transform: uppercase;
 color: #333333;
 text-decoration: none;
 opacity: 0.9;
}

.cart__remove:hover {
	border: 1px solid #333333;
}

.item__charact {
  display: block;
  overflow: hidden;
}

.item__charact__h {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1em;
  font-size: 0.9375em;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.07333333em;
  margin: 2em 0em 0em 0em;
}

.item__charact__text {
  font-weight: 300;
  line-height: 1.5em;
}

.item__block__75 {
  display: inline-block;
  width: 75%;
  float:left;
}

.item__block__50 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin:0em;
  padding: 0em 0em 1em 0em;
}

.item__block__25 {
  width:23%;
  float: left;
  padding-left: 2%;
}

.item__charact__addh {
  font-size: 0.75em;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.083333333333em;
}

.item__block__50 .item__charact__addtext {
  margin:0.5em 0.5em 0.5em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__charact__addtext.noflex {
  display: block;
}

.item__charact__addtext {
  font-size: 0.875em;
  font-weight: 300;
  color: #333333;
  opacity: 0.7;
  margin:0.5em 0em;

}

.audiofilename {
  padding-bottom: 5px;
}

.audiofile audio {
  width: 90%;
}

 .avalible {
  display: block;
  line-height: 1.5em;
}

.avalible:before {
  content: " ";
  display: block;
  width: 0.7em;
  height: 0.7em;
  float: left;
  border-radius: 50px;
  background: green;
  margin: 0.3em 0.3em 3.9em 0.3em;
}

.inside__about .avalible {
  display: inline;
}

.inside__about .avalible:before {
  margin: 0.3em 0.3em 0.3em 0.3em;
}


.item__charact__addtext .avalible u {
  font-size: 0.8em;
  text-decoration: none;
}

.avalible.storage:before {
  background: #b1e697;
}

.avalible.toorder:before {
  background: gray;
}
.avalible.storage {
    line-height: 1.2em;
}
.inside-phones {
    text-decoration: none;
    font-weight: 600;
}

.item__melodies {
  padding: 0px;
  list-style: none;
}

.melody__link {
  color:#333333;
  opacity: 0.7;
}

.melody__link:before {
  content: "";
  display: inline-block;
  padding: 0em 0em 0em 0.5em;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid red;
  border-bottom: 4px solid transparent;
  opacity: 1;
}

.video__link {
  color:#333333;
  opacity: 0.7;
}

.video__link:before {
  content: "";
  display: inline-block;
  padding: 0em 0em 0em 0.5em;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid red;
  border-bottom: 4px solid transparent;
  opacity: 1;
}

.item__customeronfo {
    padding-top:1em;
}

.item__customeronfo a {
    color:#aa2935;
}

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

.item__customeronfo p {
    margin: 0.5em 0em 1em 0em;
}

.item__video {
  display: block;
}

.item__video a {
  display: block;
  width: 180px;
  height: 96px;
  background-color: gray;
  margin-top:1.5em;
}

.item__size__front {
  display: block;
  background: url(../imgs/size-front.png) no-repeat; 
  background-size: cover;
  width: 57px;
  height: 229px;
  float: left;
}

.item__size__side {
  display: block;
  float: left;
  margin-left: 1em;
  background: url(../imgs/size-side.png) no-repeat; 
  background-size: cover;
  width: 24px;
  height: 229px;
}

.size__sep {
  display: block;
  width: 100%;
  height: 1em;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  position: relative;
  top: 229px;
}

.size__vertsep {
  display: block;
  width: 5em;
  height: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  left: 24px;
  text-align: right;
}

.size__sep__second {
  display: block;
  width: 100%;
  height: 1em;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  position: relative;
  top: 0px;
}

.item__size--width {
  position: relative;
  top: 230px;
  text-align: center;
}

.item__size--depth {
  width: 50px;
  text-align: center;
}

.item__size--height {
  position: relative;
  top: 50%;
  width: 60px;
}

.item__size {
  font-size: 1.125em;
  font-weight: 700;
  min-height: 95px;
}

.item__size span {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 500;
}

.item__instruction {
  display: block;
  margin-top: 6em;
  margin-bottom: 1em;
  padding-left: 2em;
  background: url(../imgs/pdf.png) no-repeat; 
  background-position: 0% 50%;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 300;
  color: #333333;
  opacity: 0.7;
}

.item__tocart {
  width: 100%;
  background-color: #ededed;
  padding: 3em 0em;
}

.item__block__37-5 {
  display: block;
  float: left;
  width: 37.5%;
}

.tocart__block {
  padding: 3em 0em;
}

.item__tocart__buy {
  border-radius: 100px;
  background-color: #aa2935;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0.9375em;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 1em 2em;
  text-transform: uppercase;
}

.item__tocart__buy:hover {
  background-color: #9c232e;
  font-weight: 600;
}

.item__tocart__buy:active {
  -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
          box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
  font-weight: 600;
}

.item__tocart__buy__s {
  background: url(../imgs/shopping-cart-red.png) no-repeat;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0.875em;
  font-weight: 300;
  color: #333333;
  padding-left: 1.5em;
  }

.item__tocart__buy__s:hover {
  background: url(../imgs/shopping-cart-red-l.png) no-repeat;
  font-weight: 600;
}

.item__tocart__buy__s:active {
  background: url(../imgs/shopping-cart-red.png) no-repeat;
  text-decoration: none;
  font-weight: 300;
}

.item__tocart__buy__s.topblock__call {
    background-color: none;
    float:none;
    padding: 0 0 0 1.5em;
    letter-spacing: inherit;
    text-transform:none;
}

.item__price__compare {
  font-size: 0.8em;
  font-weight: 300;
}

.item__price__compare a {
  color: #333333;
}

.tocart__text {
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
  color: #333333;
  opacity: 0.7;
}

.tocart__text img {
  height: 25px;
}

.tocart__text__s {
  padding-top: 3em;
}


.item__category__8 .item__images {
  top:13em;
}

.item__category__9 .item__images {
  top:13em;
}

.item__images {
  width:38%;
  max-width: 560px;
  overflow: hidden;
  position: absolute;
  top:10em;
  z-index: 1;
}

.item__images__galllery img {
  width: 100%;
  max-width: 560px;
}

.Bullet_Container a img {
  display: none;
}

.item__image__hotpoint {
	cursor:pointer;
	padding:3px;
	background:#333333;
	border-radius:2px;
	border:1px solid rgba(51,51,51,0.25);
	-webkit-box-shadow:2px 2px 2px 0px rgba(51,51,51,0.15);
	        box-shadow:2px 2px 2px 0px rgba(51,51,51,0.15);
}


#launchGallery {
    position: absolute;
    top: 80%;
    left: 15%;
    background: #9c213c;
    color: #ffffff;
    padding: 0.5em 1.5em;
}

.item__text {
  overflow: hidden;
  min-height: 350px;
}
.item__text__full {
  width: 54%;
  padding: 0% 10% 0% 0%;
  float: right;
}

.item__text__full p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.item__text__full--small {
  width: 40%;
}

.item__text__h {
  font-size: 2.25em;
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
}

.item__text ul li {
  padding: 0.5em 0em;
}
.nomaincontent .item__addinfo {
  width: 64%;
  margin-left: 36%;
}

.item__addinfo {
  display: block;
  width: 36%;
  margin-left: 10%; 
  background-color: #faf5ef;
  margin-top: 1em;
}

.item__addinfo__h {
  margin: 0em;
  font-size: 1.9em;
  padding: 1em 1em 0.5em 1em;
  font-weight: 700;
}

.item__addinfo p {
  padding: 0.5em 2em;
  margin: 0em;
  font-weight: 300;
  line-height: 1.5em;
}

.addinfo__count {
  font-size: 2em; 
  font-weight: 500;
  color: #aa2935;
  padding: 0em 1em 0.5em 1em;
  overflow:hidden;
}
.addinfo__count span {
  font-size: 2em;
  font-weight: 700;
}

.addinfo__dot {
	width: 10px;
	height: 10px;
	background: #aa2935;
	display: inline-block;
	margin-right: 0.2em;
	border-radius: 10px;
}

.addinfo__dot.active {
	background: gray;
}

.addinfo__control {
  float: right;
  display: inline;
  font-size: 2.0em;
}

.addinfo__control a {
  text-decoration: none;
  color: #000000;
}
.addinfo__control .n, .addinfo__control .p {
	display: inline;
	cursor: pointer;
}

.item__recommend {
  background: url(../imgs/recom.png) no-repeat; 
  background-position: 50% 0%;
  background-size: 100%; 
  overflow: hidden;
  padding: 2em 0em;
  text-align: center;
}

.item__view {
  display: block;
  width: 20%;
  float: left;
  position: relative;
}

.item__view img {
  width: 91%;
}

.item__view a {
  text-decoration: none;
}

.item__view__articul {
  font-size: 0.875em;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.item__view__name {
  font-size: 1.3em;
  padding: 0% 7%;
  color: #333333;
  font-weight: 700;
}

.item__view__price {
  font-family: 'Georgia';
  font-size: 1.5em;
  color: #aa2935;
}

.style__features {
	position: relative;
	margin-top: -60px;
	width: 100%;
	overflow: hidden;
}

.style__features__half {
	float: left;
	clear: both;
	margin: 0% 5% 2% 10%;
	font-size: 0.75em;
	text-align: left;
	background: #f7f7f7;
	font-weight: 600;
	background: rgba(247,247,247,0.6);
	padding: 2px 5px;
	opacity: 0.8;
}

.style__features__half img {
	width: 15px;
	padding-right: 2px;
}

.item__tmp__8 .style__features__half img {
	padding-top: 0%;
}

.popular__banner {
	position: absolute;
	top: 5%;
	display: block;
	right: 10%;
	text-transform: uppercase;
	color: #aa2935;
	font-size: 1.1em;
	border: 2px solid #aa2935;
	padding: 3px 4px;
	font-weight: 600;
}

.page__features {
  width: 100%;
}
.features__block {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 12% 5% 10% 20%;

}

.features__block--left {
  background: url(../imgs/left.png) no-repeat; 
  background-size: contain;
  background-color: #ededed; 
}

.features__block--right {
  background: url(../imgs/right.png) no-repeat; 
  background-position: 100% 0%;
  background-size: contain;
  background-color: #faf5ef; 
  padding: 12% 20% 10% 5%;
}

.features__block__header {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

.features__block__text {
  font-weight: 300;
  line-height: 1.5em;
  color: #333333; 
}

.features__link {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.3em 1.5em;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  border: solid 1px #9c213c;
  margin-top: 1em;
}
.features__link:hover {
	background: #9c213c;
	color: #ffffff;
}

.footer__firstblock {
  width: 80%;
  padding: 2% 10%;
  overflow: hidden; 
}

.footer__nav__fst {
  width:33.3333333%;
  float: left;
  display: block;
  -webkit-column-count:2;
  -moz-column-count:2;
  padding: 0em;
}
.footer__nav__fst li, .footer__nav_scnd li {
  list-style: none;
}
.footer__nav__fst a {
  display: inline-block;
  padding: 0.7em 0em;
  font-weight: 700;
  text-transform: uppercase;
  color:#333333;
  line-height: 1em; 
  text-decoration: none;  
}

.footer__nav_scnd {
  margin-top: 0.5em;
  width:28.3333333%;
  padding-left: 5%;
  float: left;
  display: block;
  -webkit-column-count:2;
  -moz-column-count:2;
}

.footer__nav_scnd a {
  display: inline-block;
  padding: 0.4em 0em;
  font-size: 0.875em;
  font-weight: 300;
  text-transform: uppercase;
  color:#333333;
  line-height: 1.43em; 
  text-decoration: none;  
}

.footer__contacts {
  width: 33.3333333%;
  float: left;
  text-align: right;
  margin-top: 0.5em;
}

.footer__phone {
  font-size: 2.25em;
  color: #3b3b3b;
  text-decoration: none;
  display: block;
}

.footer__phone--s {
  font-size: 1.5em;
}

.footer__mail {
  color: #333333;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: underline;
  cursor: pointer;
}

.footer__adress {
  font-weight: 300;
  line-height: 1.5em;
}

.footer__copyblock {
  background-color: #ededed;
  width: 80%;
  padding: 1% 10%;
}

.copyblock__link {
  float: right;
  margin-top: 0.8em;
  text-decoration: none;
  color: #333333;
  font-weight: 300;
}

.clear {clear: both;}

.main__slider .addinfo__control .n {
	display: inline;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 11.5% 1%;
}

.main__slider .addinfo__control .p {
	display: inline;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 11.5% 1%;
}

.main__slider .addinfo__control {
	color: #ffffff;
	font-weight: 300;
}

.main__slider .addinfo__control .p:hover, .main__slider .addinfo__control .n:hover {
	background: rgba(255,255,255,0.1);
}

.main__slider .owl-dots {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 10%;
	cursor: pointer;
}


.slider__item {
  overflow: hidden;
  width: 80%;
  padding: 2% 10% 5% 10%;
  background: url(../imgs/back.jpg) no-repeat;
  background-size: cover; 
}
.slider__header {
  display: block;
}
.main .item__charact__text {
  display: block;
  float: left;
  width: 80%;
}

.slider__add {
  display: block;
  width: 60%;
  margin-top: 2em;
  float: left;
}

.slider__add__link {
  border-radius: 100px;
  background-color: #aa2935;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0.9375em;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 1em 2em;
  text-transform: uppercase;
}

.white {
  color: #ffffff;
}

.red {
  padding: 0px 10px;
  background-color: rgba(238, 246, 248, 0.7);
  color: #aa2935;
}

.gray {
  padding: 0px 10px;
  font-weight: 300;
  color: #333333;
  background-color: rgba(238, 246, 248, 0.7);
}

.white.backbanner {
  font-weight: 600;
}

.main__category {
  padding: 2% 10% 0% 10%;
  margin-top: 2%;
  background: url(../imgs/cats.png) no-repeat; 
  background-position: 50% 0%;
  background-size: 90%; 
  overflow: hidden;
  text-align: center;
    -webkit-box-shadow:inset 0px -74px 0px 0px #ededed;
    box-shadow:inset 0px -74px 0px 0px #ededed;
}



.main__category__item {
  width: 16.6666666666666%;
  float: left;
}

.main__category__item:hover { 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237,237,237,0)), to(rgba(237,237,237,1))); 
    background: linear-gradient(to bottom, rgba(237,237,237,0), rgba(237,237,237,1)); 
}
.main__category__item:hover .category__link {
	background: #d8d8d8;
}

.category__img {
  height: 100%;
  display: block;
  line-height: 0em;
}

.category__img img {
  width:100%;
}

.category__link {
  display: block;
  padding: 1.5em 0em;
  background: #ededed;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  text-decoration: none;

}

.itemslist__header {
  display: block;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;

}

.block__itemslist {
  padding: 1% 0%;
  background: #f7f7f7;

}

.block__itemslist--long {
  padding: 1% 0% 6% 0%;
}

.block__itemslist--sale {
  background-color: #ffffff;
  position: relative;
}

.itemlist__grid {
	margin: 0% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid__item {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 1%;
  margin-top: 0%;
}

.grid__item:hover {
   -webkit-box-shadow: 0 3px 5px 8px #ededed;
           box-shadow: 0 3px 5px 8px #ededed;
  border-top: 2px solid #aa2935;
  background: #fff;
  padding-bottom: 10px;
  margin-top: -2px;
  position: relative;
  top: 2px;
}

.item__view:nth-child(5n):after {
  content: " ";
  width: 100%;
  display: block;
  clear: both;
}

.item__tmp__8 {
	width: 20%;
}

.item__tmp__8  img {
	padding-top: 30%;
}

.itemlist__h {
  margin: 3% 5%;
  text-transform: uppercase;
}

.main__news {
  background-color: #faf5ef;
  margin: -5% 5% 0% 5%;
  padding: 3% 5%;
  border: 3px solid white;
  overflow: hidden;
}

.main__news__h {
  margin: 0em 0em 0.5em 0em;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  display: block;
}

.news__item {
  display: block;
  width: 23%;
  padding-right: 2%;
  float: left;
}

.news__item__date {
  font-family: 'Georgia';
  font-size: 1.5em;
  color: #aa2935;
}

.news__item__content {
  font-weight: 300;
}

.news__item__link {
  color: #aa2935;
  padding-top: 0.4em;
}

.news__item__link.bigger {
  text-transform: uppercase;
  padding: 0.5em 0em;
  display: inline-block;
}

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

.news__item__full {
	width: 100%;
	position: relative;
}

.news__item__full a:hover {
	text-decoration: underline;
}

.news__item__full__image img {
	width: 100%;
}

.news__item__full__tag {
	position: absolute;
	top: 1em;
	right: 1em;
	background: #aa2935;
	padding: 1em;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	color: #f7f7f7;
}

.news__item__full__text {
	background: #ffffff;
	margin: 0% 20% 0% 20%;
	padding: 2% 5% 5% 5%;
	position: relative;
	top: -6em;
	display: block;
	text-align: center;
}

.news__item__full__text .news__item__date {
	padding: 0.5em 0em;
}

.news__item__full__h {
	display: block;
	text-align: center;
	font-size: 2.25em;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}

.sale__item {
  width: 48.5%;
  float: left;
  margin: 2.5% 1.5% 2.5% 0%;
  max-height: 300px;
}

.sale__item:nth-child(2n) {
   margin: 2.5% 0% 2.5% 1.5%;
}

.sale__item .news__item__full__text {
  margin: 0% 10% 0% 10%;
}

.sale__item .news__item__full__h {
  font-size: 1.75em;
}

.pub__relative {
	width: 100%;
  overflow: hidden;
margin: 2% 0%;
}

.pub__relative .news__item__full {
	width: 32%;
	float: left;
}

.pub__relative .news__item__full:nth-child(2n) {
   margin: 0% 1.5% 0% 1.5%;
}

.pub__relative .news__item__full__text {
	margin: 0% 5% 0% 5%;
	top: -4em;
}

.pub__relative .news__item__full__h {
	font-size: 1.5em;
}

.main__about {
  padding: 0% 5% 5% 5%;
  overflow: hidden;
}

.main__about .about__info p {
  margin-top: 3%;
}

.about__images {
  width: 50%;
  display: block;
  float: left;
}

.about__images img {
  width: 90%;
  padding: 5%;
}

.about__info {
  display: block;
  float: left;
  width: 50%;
}

.about__info p {
  margin:5% 5% 0% 5%;
  font-weight: 300;
}

.category__h {
  margin: 0% 5%;
  padding: 2% 0% 1% 0%;
  text-transform: uppercase;
  font-size: 2.5em;
}

h2.category__h {
  font-size: 1.5em;
  margin: 0%;
}

.information__h {
  text-align: center;
    margin: 0% 5%;
  padding: 2% 0% 1% 0%;
  text-transform: uppercase;
  font-size: 2.5em;
}

.category__about {
  padding: 2% 0%;
}

.category__info {
  width: 100%;
}

.category__info p {
    margin:1% 5%;
  font-weight: 300;
}

.inside__about {
	padding: 2% 5% 5% 5%;
  overflow: hidden;
}

.inside__about p {
	text-indent: 1em;
}

.link__vrezka {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  color: #aa2935;
  text-align: center;
  padding: 1em;
  background-color: #faf5ef;
}

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

.blog-gallery .GL_Container img {
  width: 24.7%;
}

.blog-gallery .GL_Container a {
  margin:0px;
}

.info__smallheader {
	text-align: center;
}

.delivery-avil {
  font-size: 0.9em;
  padding: 1% 2%;
}

.delivery-avil span {
  font-weight: 600;
}

.delivery__info__type {
	width: 30%; 
	padding: 1.65%;
	display: block;
	float: left;
}

.delivery__info__type:nth-child(3) {
	background: #f7f7f7;
}

.delivery__info__type b {
	padding-bottom: 0.5em;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
}

.delivery__info__type a {
	color: #333333;
	background: #ffe6e6;
	text-decoration: none;
	border-bottom: 1px solid #333333;
	padding: 2px;
}
.delivery__info__type a:hover {
	border-bottom: 1px solid #aa2935;
	background: #faf5ef;
}

.delivery__info__type .delivery__b {
	display: block;
	text-align: center;
	font-weight: 500;
}

.delivery__info__type h2 {
	font-size: 1.2em;
	color: #aa2935;
	text-align: center;
	text-transform: uppercase;
}

.delivery__info__type p {
	text-indent: 0em;
}

.order__cart {
    background: #aa2935;
}

.order__cart_h {
    font-size: 2.625em;
    letter-spacing: 0.1625em;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display:block;
}
.order__cart__inner {
    display: block;
    overflow: hidden;
    margin: 2% 5%;
    background: #ffffff;
}

.order__cart__cart {
    width: 45%;
    display: block;
    float: left;
    background: #ffffff;
}

.order__cart__order {
    width: 55%;
    display: block;
    float: left;
}

.cart__order__image {
	display:block;
	display:inline-grid;
    width:30%;
    float: left;
    max-height: 220px; 
}

.cart__order__image img {
    width:100%;
}

.cart__order__title {
    display:block;
    float: left;
    width: 70%;
    padding-top:3em;
}

.cart__order__title  a {
    font-size: 1.5em;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    
}

.cart__order__price {
font-family: 'Georgia';
  font-size: 2.25em;
  color: #aa2935;
  float:left;
  display: block;
  width:70%;
  padding: 0em 0em 0.5em 0em;
}

.cart__order__count {
    display: block;
    background: #f7f7f7;
    float:left;
    padding: 3% 5%;
}

.counter__inp {
width: 2em;
height: 5%;
padding: 0.5em;
}

.cart_total_cost {
    display: block;
    font-family: 'Georgia';
  font-size: 2.25em;
  color: #aa2935;
}
.cart__order__item {
    display:block;
    overflow:hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7; 
}

.cart__order__article {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  opacity: 0.5;
}
.order__cart__order {
    background: #f7f7f7;
}
.cart__order__clientinfo {
    width: 50%; 
    float: left;
display: block;
}

.cart__order__coment {
    
    clear: both;
}

.cart__order__coment.form-group {
    padding: 2%;
}

.cart__order__coment .order__half b {
	display: block;
}

#ms2_order_cost.cart__order__price {
	width: auto;
}

.order__currency {
	font-family: 'Georgia';
	font-size: 2.25em;
	color: #aa2935;
}

.cart__order__block {
    display: block; 
    width: 100%;
}
.form-group {
    padding: 3% 5%;
}
.form-group input {
    width: 96%;
	padding: 3% 2%;
	margin-top: 0.5em;
}
.form-group label {
    font-size:  0.75em;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.0625em;
}

.form-group label .small-desc {
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-left: 11%;
    white-space:normal;
}


.form-group textarea {
       width: 96%;
padding: 2%;
margin-top: 0.5em;
    
}
.order__checkbox input {
    width:10%;
}
.checkbox label {
    font-weight:600;
}
.order__half {
    width: 50%;
    float: left;
}
.order__half .cart__order__price {
    padding:0em 0.2em 0.5em 0em;
}
.price__calldiscount.remove {
   padding: 0.6em 1.0em 0.6em 1em;
}

#msCart{
  margin-top: 50px;
}
.discount-counter-order {
  display: inline-block;
  padding-bottom: 2em;
  clear: both;
  float: left;
}

.discontrol-discounts .comparison-true {
  font-weight: 600;
  color: #aa2935;
}

.top__link__white {
  color: #ffffff;
  font-size: 0.8em;
}

.not_empty .top__link__white {
  font-size: 0.8em;
}
.comparison-corner .comparison-link {
  display: inline-block;
  padding: 5px;
  font-weight: 400;
}

.item__price__mobile__snav {
  display: none;
}

.order__checkbox .col-sm-6 {
  width: auto;
}

.order__checkbox .col-sm-4 {
	padding: 2% 0%;
	display: inline-block;
}
.input-parent {
  white-space: nowrap;
}

.input-parent img {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 3px;
}
.input-parent p {
  display: inline-block;
  white-space: normal;
}
.checkbox .input-parent p {
	margin: 0px;
}

.col-sm-6 .checkbox {
	margin: 5% 0%;
}

.input-parent p small {
  font-size: 100%;
}

#msOrder {
	padding: 0% 2%;
}

/*---------------------------------------------*/
/*------------Стили для настенных--------------*/
/*---------------------------------------------*/

  .item__category__5 .item__size {
    min-height: 275px;
  }

.item__category__8 .item__size__front {
  display: block;
  background: url(../imgs/wall-front.png) no-repeat; 
  background-size: cover;
  width: 62px;
  height: 138px;
  float: left;
}

.item__category__8 .item__size__side {
  display: block;
  float: left;
  margin-left: 1em;
  background: url(../imgs/wall-side.png) no-repeat; 
  background-size: cover;
  width: 31px;
  height: 138px;
}
.item__category__8 .size__sep {
	top: 141px;
}
.item__category__8 .item__size--width {
	top: 139px;
}

.item__category__8 .item__size {
  min-height: 180px;
}

/*---------------------------------------------*/
/*------------Стили для настольных-------------*/
/*---------------------------------------------*/

.item__category__9 .item__size__front {
  display: block;
  background: url(../imgs/table-front.png) no-repeat; 
  background-size: cover;
  width: 97px;
  height: 34px;
  float: left;
}

.item__category__9 .item__size__front .size__sep {
  top: 34px;
}

.item__category__9 .item__size__front .item__size--width {
  top: 30px;
}

.item__category__9 .tmp__4 .item__size__front {
  display: block;
  background: url(../imgs/table-mini.png) no-repeat; 
  background-size: cover;
  width: 46px;
  height: 56px;
  float: left;
}

.item__category__9 .tmp__4 .item__size__front .size__sep {
  top: 55px;
}

.item__category__9 .tmp__4 .item__size__front .item__size--width {
  top: 55px;
}

.item__category__9 .tmp__4 .item__size--depth {
  top: -2px;
}

.item__category__9 .tmp__4 .item__size__side {
  background: url("/tpl/imgs/table-mini-2.png") no-repeat;
  width: 21px;
  height: 56px;
  background-size: cover;
}

.item__category__9 .tmp__4 .item__size--height {
  top: 24%;
}

.tmp_4 .size__vertsep {
  width: 3em;
}


.item__category__9 .item__size__side {
  display: block;
  float: left;
  margin-left: 1em;
  background: url(../imgs/table-side.png) no-repeat; 
  background-size: cover;
  width: 34px;
  height: 34px;
}

.item__category__9 .size__vertsep {
  left: 33px;
}

.item__category__9 .item__size--height {
  top: 17%;
  width: 42px;
}

.item__category__9 .item__size--depth {
  position: relative;
  top: -6px;
}

/*---------------------------------------------*/
/*-----------------Соседи товаров--------------*/
/*---------------------------------------------*/

.link-next-neigbor , .link-prev-neigbor  {
  height: 100%;
  text-decoration: none;
  opacity: 0.5;
}
.link-next-neigbor:hover , .link-prev-neigbor:hover {
  opacity: 1;
  background-color: #efefef;
}

.link-next-neigbor {
  position: absolute;
  top: 0px;
  width: 260px;
  right: -100px;
  height: 100%;
}

.link-next-neigbor img {
  width: 100%;
  max-width: 239px;
}

.link-prev-neigbor {
  position: absolute;
  top: 0px;
  width: 260px;
  left: -100px;
  height: 100%;
}

.link-prev-neigbor img {
  width: 100%;
  max-width: 239px;
}

.neig__name, .neig__price {
  margin-left: 110px;
}

.neig__name {
  font-size: 0.9375em;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.07333333em;
  font-weight: 600;
}

.neig__price {
  text-decoration: none;
  color: #aa2935;
  font-family: 'Georgia';
}

.link-next-neigbor .neig__name, .link-next-neigbor  .neig__price {
  margin-right: 110px;
  margin-left: 0px;
  text-align: right;
}

/*---------------------------------------------*/
/*--------------Сравнение товаров--------------*/
/*---------------------------------------------*/
.comparison-table {
  overflow-x: auto;
  display: block;
}
.comparison-corner {
  width: 200px;
  padding: 10px;
  display: inline-block;
} 

.comparison-head {
  width: 250px;
  padding: 10px;
  display: inline-block;
}

.comparison-param {
  width: 26%;
  display: inline-block;
}

.comparison-table .comparison-head, .comparison-cell {
  text-align: center;
}

.comparison-table .comparison-head img {
  height: 200px;
}

.comparison-table thead {
  min-width: 100%;
  display: block;
}
.comparison-table tbody {
  min-width: 100%;
  display: block;
}

.comparison-row {
  min-width: 100%;
  display: block;
  white-space: nowrap;
}

.comparison-row a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

.comparison-table .comparison-remove {
  position: relative;
}

.comparison-row:nth-child(2n) {
  background: #f7f7f7;
}

.comparison-cell {
  font-size: 0.8em;
  color: #333333;
}

.comparison-cell {
  display: inline-block;
  width: 250px;
  padding: 10px;
  white-space: normal;
}

.comparison-param {
  display: inline-block;
  width: 200px;
  padding: 10px;
}

.comparison-param strong {
  text-transform: uppercase;
}

.field-price {
  font-family: 'Georgia';
  font-size: 1em;
  color: #aa2935;

}

.main__slider .lSSlideOuter .lSPager.lSpg {
  text-align: left;
  padding-left: 10%;
}

.slider__item__inner {
	padding: 0% 5%;
}

.order__success {
  width: 100%;
  text-align: center;
}
.order__success table {
  width: 100%;
}

.order__success table .image {
  width: 10%;
}

.order__success table td.price {
  font-family: 'Georgia';
  font-size: 1em;
  color: #aa2935;
}

th.total_cost {
  font-family: 'Georgia';
  font-size: 1.2em;
  color: #aa2935;
}

.order__success table .image img {
  width: 100%;
}

.order__success table .title a {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 1em;
}

.order__success table td, .order__success table th {
  width: 20%;
  padding: 0% 2.5%;
}

.order__success h2 {
  font-size: 1.5em;
  color: #333333;
  text-transform: uppercase;
  padding: 0em 1em;
}

.order__success h2 b:first-child {
  font-family: 'Georgia';
  font-size: 2em;
  color: #aa2935;
}

.order__success h4 {
  font-size: 2em;
}

.howtoget .horizontal {
    padding: 20px 0;
}

.howtoget .horizontal li a, .howtoget .horizontal li:first-child a, .howtoget .horizontal li:last-child a {
    background: none;
    padding: .5em;
}

.howtoget .map {
    display: block;
    float: left;
    width: 67%;
}

.contacts__column, .payment__column, .guarantees__column {
	display: block;
	width: 30%;
	float: left;
	padding: 0% 1.5%;
}

.contacts__column p, .payment__column p, .guarantees__column p {
	text-indent: 0px;
}

.contacts__column b, .payment__column b, .guarantees__column b {
	display: inline-block;
	width: 100%;
	margin: 0.5em 0em;
}

.hermle__docs {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  color: #333333;
 
}
.hermle__docs:before {
  content: " ";
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 26px;
  background: url(../imgs/doc.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 10px;
}

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

.contacts__phone {
	display: inline-block;
	width: 100%;
	font-size: 2em;
	color: #3b3b3b;
	text-decoration: none;
	font-weight: 300;
}

.contacts__adr__show, .payment__sub, .guarantees__sub {
	font-size: 1.2em;
	font-weight: 300;
	color: #3b3b3b;
	display: inline-block;	
}

.contacts__adr__metro {
  font-weight: 300;
}

.contacts__adr__metro:before {
  content: " ";
  display: inline;
  width: 0.7em;
  height: 0.7em;
  float: left;
  border-radius: 50px;
  background: blue;
  margin: 0.3em 0.3em 0em 0em;
}

.metro__brown:before {
    background: brown;
}

.metro__orange:before {
    background: orange;
}

 .contacts__h4, .payment__h4, .guarantees__h4 {
 	font-size: 1.1em;
 	color: #3d3d3d;
 	text-transform: uppercase;
 	margin: 0.5em 0em;
 }

 .contacts__email {
 	font-weight: 300;
 	color: #333333;
 }

 .contacts__s__block {
 	padding-bottom: 1em;
 }

 .contacts__map {
  clear: both;
  height: 400px;
  padding: 1em 0em;
 }

 .redlink {
  color: #aa2935;
 }
 .redlink:hover {
  text-decoration: none;
 }

 .item__blog {

 }

/*---------------------------------------------*/
/*--------------Горизонтальный товар-----------*/
/*---------------------------------------------*/

.item__horizontal .item__images {
	width: 100%;
	padding: 0% 5%;
	position: relative;
	top: 0px;
	left: 0px;
  max-width: 1020px;

}

.item__horizontal .item__images img {
	max-width: 1063px;
}

.item__horizontal .item__images__galllery img {
  width: 100%;
}

.item__horizontal .item__inner__right {
	margin-left: 9%;
}

.item__horizontal  .item__price {
	width: auto;
	z-index: 2;
	position: relative;
}

.item__horizontal .item__charact {
	margin-top: 0px;
}
.item__horizontal .item__header {
	position: relative;
	z-index: 2;
}

.item__horizontal .item__block__50 {
	width: 33%;
}

.item__horizontal .item__block__75 {
    display: flex;
    flex-wrap: wrap;
    padding-top:1em;
}

.item__horizontal .item__text__full {

}

#contact_form {
  width:100%;
  max-width:500px;
  padding:19px 20px;
  text-align: center;
  background-color:#FFF;
  background:#fff;
}

#contact_form input[type="text"]{background-color:#fff;border:1px solid #DFDFDF;border-radius:6px;color:#555;display:block;font-size:1em;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#contact_form input[type="text"].error{border:1px solid red;}
#contact_form h3{
  text-align:center;
  font-size:1.2em;
  text-transform:uppercase;
  color:#000;
  margin: 0;
 }
#contact_form .comment{color:#272727;padding-bottom:15px;font-size:14px;text-align:center;padding-top:10px;}
#contact_form .button{display:inline-block;background-color:#faf5ef;border:1px solid #ccc;border-radius:3px;color:#000;cursor:pointer;font-size:17px;font-weight:bold;height:40px;margin:10px 0;padding:2px 16px;margin:0 auto;-webkit-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}
#contact_form .button:hover{background-color:#9c213c;border:1px solid #9c213c;color:#fff;}
#contact_form .error{border:1px solid red;}

#mse2_form #contact_form input[type="text"] {
    width: 70%;
    margin-top: 0;
}
#mse2_form  #contact_form .button {
    height: 45px;
}

/*---------------------------------------------*/
/*------------------------Табы-----------------*/
/*---------------------------------------------*/

.horizontal {
  width: 100%;
  padding: 0px 0px 10px 0px;
  text-align: center;
  overflow: hidden;
  display: block;
}

.horizontal li {
  display: inline;

}

.horizontal li a {
  display: inline-block;
  background: url("/tpl/imgs/wall-front.png") no-repeat 9px 6px;
  background-size: 12px;
  padding: .5em 1em .5em 1.8em;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  color: #333333;
  text-decoration: underline;

}

.horizontal li.active a {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #aa2935;
}
.horizontal li:first-child a {
  background: url("/tpl/imgs/size-front.png") no-repeat 4px 4px;
  background-size: 20px;
}

.horizontal li:last-child a {
  background: url("/tpl/imgs/table-mini.png") no-repeat 7px 10px;
  background-size: 15px;
}


/*---------------------------------------------*/
/*----------------------Вверх------------------*/
/*---------------------------------------------*/

#back-top {
  position: fixed;
  bottom: 30px;
  display: none;
}
#back-top span {
  width: 100px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  transition: 1s;
}
#back-top span:hover {
  
}
/* arrow icon (span tag) */
#back-top span {
  cursor: pointer;
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 7px;
  background: #f7f7f7 url("/tpl/imgs/totop-red.png") no-repeat center 40px;
  /* rounded corners */
  border-radius: 15px;
  /* transition */
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.7;
  padding: 10px 0px 0px 0px;
}
#back-top span:hover {
  opacity: 1;
}


/*---------------------------------------------*/
/*--------------Модальные окна-----------------*/
/*---------------------------------------------*/
#modal_form{
  width:100%;
  max-width:300px;
  padding:19px 20px;
  border-bottom:5px solid #aa2935;
  text-align: center;
  background-color:#FFF;
  background:#fff;
  position:fixed;
  top:-60%;
  right:0%;
  display:none;
  opacity:0;
  z-index:5;
}
#overlay{
  z-index:3;
  position:fixed;
  background-color:#000;
  opacity:0.8;-moz-opacity:0.8;
  filter:alpha(opacity=80);
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  display:none;
}
.notification__h {
  font-weight: 600;
  text-align: center;
  color: #aa2935;
  text-transform: uppercase;
}
.notification__h__addtcart {
  font-weight: 600;
  text-align: center;
  color: #aa2935;
  text-transform: uppercase;
  font-size: 1.5em;
}
#modal_form input[type="text"]{background-color:#fff;border:1px solid #DFDFDF;border-radius:6px;color:#555;display:block;font-size:1em;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form input[type="text"].error{border:1px solid red;}
#modal_form h3{
  text-align:center;
  font-size:1.2em;
  text-transform:uppercase;
  color:#000;
  margin: 0;
 }
#modal_form .comment{color:#272727;padding-bottom:15px;font-size:14px;text-align:center;padding-top:10px;}
.exit{background:#d0d0d0;display:block !important;border-radius:50%;right:-30px;top:-20px;position:absolute;opacity:1;WIDTH:33PX;HEIGHT:33px;line-height:30px;font-size:36px;border:2px solid #3e5368;-webkit-transition:background 0.2s linear;transition:background 0.2s linear;}
.exit:after{display:block;font-size:23px;content:"x";padding-left:11px;line-height:29px;cursor:pointer;text-decoration:none;font-weight:bold;color:#000000;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
.exit:hover{background:#EAEAEA;text-decoration:none;}
#modal_form .button{display:inline-block;background-color:#faf5ef;border:1px solid #ccc;border-radius:3px;color:#000;cursor:pointer;font-size:17px;font-weight:bold;height:40px;margin:10px 0;padding:2px 16px;margin:0 auto;-webkit-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}
#modal_form .button:hover{background-color:#aa2935;border:1px solid #aa2935;color:#fff;}
#modal_form .error{border:1px solid red;}
#modal_form input[]

#modal_form .exit_cont {
  text-align: center;
  padding: 2px 5px;
  color: #000000;
}
#modal_form .exit_cont:hover {
  background-color:#ededed;
  color: #000000;
  border: 1px solid #333333;
}
#modal_form .gotocart {
  background-color:#aa2935;
  text-align: center;
  color: #ffffff;
  padding: 2px 5px;
  border: 1px solid #aa2935;
  margin-top: 12px;
}
#modal_form .gotocart:hover {
  background-color:#9c232e;
  border: 1px solid #333333;

}

#modal_form.modal_form_discount {
  width:100%;
  max-width:300px;
  padding:19px 20px;
  border-left:5px solid #aa2935;
  border-bottom: 0px;
  text-align: center;
  background-color:#FFF;
  background:#fff;
  position:fixed;
  right:-60%;
  top:0%;
  display:none;
  opacity:0;
  z-index:5;
}

#modal_form.modal_form_addedtocart {
  border-left:5px solid #aa2935;
  border-bottom: 0px;
  text-align: center;
  background-color:#FFF;
  background:#fff;
  position:fixed;
  right:-60%;
  top:20%;
  display:none;
  opacity:0;
  z-index:5;
}

#modal_form.modal_form_addedtocart input[type="button"] {
    width: 80%;
}

/*---------------------------------------------*/
/*--------------Стили фильтрации---------------*/
/*---------------------------------------------*/

#mse2_sort {
	position: absolute;
	top: 4.5em;
	right: 5%;
}

#mse2_sort a {
	font-size: 0.75em;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	text-decoration: none;
	margin-left: 10px;
}

#mse2_sort a.active {
	color: #aa2935;
}

#mse2_sort .sort span {
	color: #aa2935;
}

#mse2_mfilter {
	margin:0% 5% 2% 5%;
}

#mse2_filters {
	overflow: hidden;
	background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}
#mse2_filters fieldset {
	display: block;
	padding: 1% 2%;
	float: left;
	border: none;
}

.mse2_filter__send {
  clear: both;
  padding: 2em;
}

.mse2_selected_link {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #d8d8d8;
	text-decoration: none;
}
.mse2_selected_link em {
	font-size: 0.875em;
	color: #333333;
	font-style: normal;
}

.mse2_selected_link:hover em {
	text-decoration: underline;
}

.mse2_selected_link sup {
	top: 0px;
	font-size: 1em;
	display: inline-block;
	background: #aa2935;
	border-radius: 20px;
	color: #ffffff;
	padding: 0.6em 0.45em 0.8em 0.45em;
	margin-left: 0.5em;
}

.filter__counter__numb {
  display:inline-block;
  font-weight: 300;
  padding: 1%;
  width: 48%;
}

.filter__counter__numb.rght {
  float: right;
  text-align: right;
}

.filter_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
  margin: 1em 0em 1em 0em;
	font-weight: 300;
	color: #333333;
}
.mse2_number_inputs .form-group {
	padding: 0%;
	display: inline-block;
	width: 50%;
	text-align: center;
}

.call__filters__js__close, .call__filters__js {
	margin: 1% 0% 0% 0%;
	padding: 1% 0%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
	color: #333333;
	cursor: pointer;
	background: #f7f7f7;
}

.call__filters__js__close:hover, .call__filters__js:hover {
	background: #ededed;
	text-decoration: underline;
}
.msearch__filters__show, .call__filters__js__close {
	display: none;
}


.msearch__filters__show fieldset {
  width: 20%;
}

.msearch__filters__show  label {
  font-size: 0.8em;
}


.filter__vary {
    display: none;
}

.hover {
    position:relative;
    margin-top: 1em;
}

.hover .mse2_filter__send {
    padding: 0px;
}



.hover .filter_title {
    cursor: pointer;
    background:#f7f7f7;
    margin: 0;
    padding: 1em;
}

.hover .filter__title__in:after {
    content: "\25BC";
        font-size: 0.5em;
    position: relative;
    top: -0.2em;
    padding: 0em 0em 1em 0.5em;
}

.filter__on .filter__title__in:after {
    content: "\25B2";
}


.hover #mse2_filters fieldset {
    padding: 0;
    margin:0;
}

.show__filter {
    display:block;
    position: absolute;
    z-index: 1;
    padding: 0px 10px 10px 10px;
    top: 100%;
    background:#fff;
    border-bottom: 1px solid #aa2935;
}

.hover .filter__on {
    background:#fff;
}

.button__morefilters {
    display:none;
}

.add__info__s {
  width: 50%;
  float: left;
}


.old_price {
color: brown;
font-style: italic;
text-decoration: line-through;
}


.pagination {
  text-align: center;
}

.pagination a, .pagination a.active, .pagination a.control, .pagination span.disabled, .pagination span.active  {
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}
.pagination a {
  color: #aa2935;
}

#mse2_results .itemlist__grid {
  margin: 0% 0%;
}
.call__filters__js {
    display:none;
}



.notify {
    display: block;
    width: 100%;
    text-align: center;
    padding: 2%;
    font-weight: 600;
    border-top: 2px solid #aa2935;
    box-shadow: 0 0px 5px 3px #ededed;
}

.videofull {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.videofull iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/*---------------------------------------------*/
/*--------------Мобильные стили----------------*/
/*---------------------------------------------*/
.topblock__menu, .topblock__catalog_mobile {
  display: none;
}
.mobile .topblock__navigation.show__topmenu {
    display: block;
    opacity: 1;
    left: 0%;
  }
  
.mobile .bignav a, .mobile .smallnav a {
    color:#333;
    display:block;
    width: 100%;
    padding-top: 2%;
    text-align: left;
}

.mobile  .show__topmenu span {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 600;
      color: #aa2935;
  }

.mobile .bignav li, .mobile .smallnav li {
    display:block;
    max-width:100%;
    width: 100%;
}
.mobile .topblock__menu::before {

    content: " ";
    display: block;
    background: url("/tpl/imgs/menu-icon.png") no-repeat;
    height: 24px;
    width: 24px;
}
.mobile .topblock__menu, .mobile .topblock__catalog_mobile {
  display: flex;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}


  .not__mobile {
    display: block;
    opacity: 1;
    right: 0%;
  }
  
 #launchGallery {
     display:none;
 }
 
.mobile__view {
    position:relative !important;
    top:0px !important;
}

.mobile__view .item__price {
    width: 100% ;
    margin-top: 1em;
}

.mobile__view .header__h {
    font-size: 1.5em;
    padding: 0.5em 0em;
}
 
.item__images.images__mobile {
    position:relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.mobile__view .launch__wrapper {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.mobile__view #launchGallery {
    position: absolute;
    top: 80%;
    background: #9c213c;
    color: #ffffff;
    padding: 0.5em 1.5em;
}

.item__images__galllery.mobile__view {
    width: 80% !important;
    display: inline-block;
    margin-left: 0px;
}
.images__mobile.mobile__view {
    position: relative;
    top: 0px;
}
.item__charact.mobile__view {
    margin-top: 0px;
}

.gallery_small {
    display:flex;
    flex-wrap:wrap;
    padding: 0 10%;
}

.gallery_small a {
    max-width: 31.33333%; 
    height: 75px; 
    overflow: hidden;
    padding: 0;
    margin: 1%;
    box-sizing: border-box;
    border: 1px solid #aa2935;
}

.showroom__in {
    margin-left: 0.3em;
    display: block;
}

.showroom__in-adress {
    display: block;
    margin: 0.5em 0 0.5em 1em;
}

.showroom__in-adress a {
    color: #333;
    text-decoration: none;
    font-size: 1.1em;
    padding-top:0.3em;
    display: inline;
}

.showroom__in b {
    margin-left: 0.9em;
}

@media all and (max-width: 720px) {
    .gallery_small {
        padding: 0;
    }
    .gallery_small a {
        max-width: 33.333%
        padding: 2px;
        box-sizing: border-box;
        border: 0;
    }
}


@media all and (max-width: 1380px) {

.bignav {
  padding: 0em 1em;
}

.item__header {
  width: 67%;
}
}


@media all and (max-width: 1368px) {

.fullwidth.item .width__control {
  max-width: 1200px;
}

.item__images {
  width: 32%;
}
.item__charact {
  font-size: 0.9em;
}
}

@media all and (max-width: 1349px) {

.bignav a {
  font-size: 1.0em;
  font-size: 1.2vw;
  margin: 0em 0.6em;
}

.item__inner__right {
  margin-left: 32%;
}

.item__header {
  width: 67%;
}

.item__images__galllery {
  margin-left: -6%;
}

}

@media all and (max-width: 1280px) {
.link-next-neigbor, .link-prev-neigbor {
  display: none;
}
.not_empty a, .empty .ms2_total_cost {
  font-size: 1.1em;
  font-size: 1vw;

}

.topblock__navigation {
  width: 55%;
}

.topblock__navigation {
  width:55%;
}
.smallnav a {
  font-size: 0.525em;
  margin: 0em 0.5em;
  padding: 2.4em 0em;
}

.not_empty a, .empty .ms2_total_cost {
  font-size: 1.2em;
  font-size: 1.2vw;
}

.bignav a {
  font-size: 0.9em;
  font-size: 1.1vw;
}

.header__h {
  font-size: 2.5em;
}

.item__header {
  width: 63%;
}

.price__numb {
  font-size: 2.5em;
}


.price__calldiscount {
  padding: 0.6em 1.0em;
}
.price__disc {
  font-size: 0.51em;

}
.item__block__37-5 {
    display: block;
    float: left;
    width: 36%;
    padding-left: 1.5%;
}

.news__item__content {
  font-size: 0.9em;
}
.header__h {
  font-size: 2em;
}
.item__charact__h {
  margin-top: 0.5em;
}
.item__charact__text {
  font-size: 0.8em;
}
.item__charact__addtext {
  padding-right: 1em;
}
.item__block__50 {
  padding-bottom: 0.5em;
}
.item__tocart__buy {
  padding: 1.5em 2em;
  font-size: 0.8em;
}
.mobile .topblock__navigation {
  display: none;
  width:50%; 
  padding:19px 20px;
  border-right:5px solid #aa2935;
  background-color:#FFF;
  background:#fff;
  position:absolute;
  top:0%;
  left:-50%;
  margin-top:0px;
  margin-left:0px;
  display:none;opacity:0;
  z-index:5;
  height: auto;
}
}

@media all and (max-width: 1200px) {
  .features__block {
    padding: 5% 5% 5% 20%;
  }
  .features__block--right {
    padding: 5% 20% 5% 5%;
  }
  #mse2_sort {
	top: 3.5em;
	}
}

@media all and (max-width: 1150px) {
.item__text {
  position: relative;
}
.item__addinfo {
  position: absolute;
  top: 0px;
  margin-left: 5%;
  width: 32%;
}
.item__text__full--small {
  width: 50%;
}

.item__text__full {
  width: 50%;
}
}

@media all and (max-width: 1094px) {
  .topblock__call {
    padding: 0.6em 1%;
  }

  .topblock__phones {
    width: 28%;
  }

  .topblock__logo {
    width: 15%;
  }

  .bignav a {
    padding-top: 25%;
  }


  .topblock__cart {
    width: 10%;
    margin-left: 0em;
    padding-top: 0%;
  }

  .topblock__cart a {
    background-size: cover;
    width: 18px;
    height: 19px;
    margin: 0em 0.3em;
  }

  .topblock__cart a:first-child {
    background-size: cover;
    width: 18px;
    height: 18px;
  }
  .topblock__cart a:last-child {
    background-size: cover;
    width: auto;
    height: 14px;
  }

 .item__addinfo__h {
    font-size: 1.5em;
    padding: 1em 1em 0.5em 1.4em;
  }

  .item__addinfo p {
    font-size: 0.9em;
    padding: 0.5em 2.3em;
  }
  .item__text__full p {
    font-size: 0.9em;
  }

  .price__numb {
    font-size: 2.3em;
  }
  .footer__firstblock {
    font-size: 0.9em;
  }
  .item__size--height {
    width: 30px;
  }

  .item__size {
    font-size: 1em;
  }
  .item__inner__right {
    margin-left: 35%;
  }
  .item__price {
    float: right;
  }
  .item__images {
    width: 35%;
  }
  .hover .filter_title {
      font-size:0.8em;
  }
}

@media all and (max-width: 1024px) {
  .item__charact__addtext {
    font-size: 0.8em;
  }
  .order__cart__cart {
    width: 40%;
    font-size: 0.8em;
  }
  .cart__order__count {
   padding: 1em 1em;
  }
  .price__calldiscount.remove {
    padding: 0.2em 0.5em 0.2em 0.5em;
  }
  .order__cart__order {
    width: 60%;
  }
  .topblock__call {
    margin-top: 0%;
  }
  .news__item__full.sale_item .news__item__full__h {
    font-size: 1.5em;
  }
  .news__item__full.sale_item  .news__item__full__content {
    font-size: 1em;
  }
  .topblock__first .smallnav a {
    font-size:0.625em;
}
    #back-top {
        bottom: 0px;
    }
    .item__block__50 {
        width: 100%;
    }
}

@media all and (max-width: 960px) {
  .howtoget .map {
      width: 100%;
  }
  .topblock__first {
      display: block;
  }
  .topblock__navigation {
    width: 100%;
    height: auto;
  }

  .smallnav a {
    font-size: 1.3vw;
    padding: 1.4em 0em;
  }

  .topblock__phones {
    width: 50%;
    text-align: left;
    padding-left: 2.5em;
  }

  .topblock__call {
    float: left;
  }

  .topblock__cart {
    position: absolute;
    top: 3.5%;
    right: 1em;
    width: auto;
  }

  .not_empty a, .empty {
    font-size: 1em;
  }

  .topblock__navigation__catalog {
    width: 81%;
    padding-right: 1%;
  }

  .bignav {
    padding: 0em;
  }

  .bignav a {
    font-size: 0.9em;
    font-size: 1.5vw;
    padding-top: 18%;
  }

  .item__size__front img {
    width: 100%;
  }

  .main .item__charact__text p {
    font-size: 0.8em;
  }
  

  .slider__header .header_crumbcat {
    margin-top: 1em;
  }
  .slider__add {
    margin-top: 1em;
  }
  .slider__add__link {
    font-size: 0.75em;
  }

  a.slider__add__link:hover {
    text-decoration: underline;
  }

  .main__slider .owl-dots {
    bottom: 20px;
  }
  .category__link {
    font-size: 1.0em;
  }
  .main__category  {
    -webkit-box-shadow: inset 0px -68px 0px 0px #ededed;
    box-shadow: inset 0px -68px 0px 0px #ededed;
  }
  .item__view {
    width: 25%;
    font-size: 0.8em;
  }
  .news__item {
    font-size: 0.8em;
  }
  .features__block {
    width: 75%;
  }
  .price__numb {
    font-size: 1.8em;
  }
  .header__h {
    font-size: 1.8em;
  }
  .order__cart__cart{
    font-size: 0.7em;
  }
  .delivery__info__type, .payment__column, .contacts__column, .guarantees__column {
  	width: 96%;
    margin-top: 20px;
  }
  .news__item__full__content {
    font-size: 0.8em;
  }
  .pub__relative .news__item__full {
    width: 48%;
  }
  .item__images {
    top: 12em;
  }
  .SC_Bullet {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .launch__wrapper {
      text-align:center;
  }
  #launchGallery {
    display: inline;
  }
  .item__charact__addtext, .item__charact__text {
      font-size: 1em;
  }

}

@media all and (max-width: 900px) {
  .item__block__75 {
    width: 73%;
  }
  .item__size__front, .item__size__side {
    font-size: 0.9em;
  }
  .item__size__side {
    margin-left: 0.5em;
  }
  .inside__feature {
  	font-size: 0.75em;
  }
  .item__block__50 {
    width: 100%;
  }
  .item__block__25 {
    width:25%;
}
.item__inner__right.item__inner__grayline {
    margin-left: 5%;
    display:flex;
  }
}



@media all and (max-width: 780px) {
  .topblock__logo {
    width: 23%;
  }
  .topblock__cart {
    top: 3.5%;
  }

  .topblock__navigation__catalog {
    width: 74%;
  }

  .bignav {
    padding-top: 0.5em;
  }
  .bignav .search__new {
      display:none;
  }
  .bignav li {
    width: 30%;
    max-width: 30%;
  }
  .bignav a {
    font-size: 1.1em;
    padding: 0.5em 0em 0.5em 0em;
    text-align: center;
  }
  .double__slider {
    flex-direction: column;
  }
  .slide__left, .slide__right {
      width: 100%;
  }
  
  .bignav a:hover, .bignav a.active {
    -webkit-box-shadow: inset 0px -2px 0px 0px #ededed;
    box-shadow: inset 0px -2px 0px 0px #ededed;
    border: 0px;
  }
  .item__header {
    
  }
  .item__images {
    top: 17em;
  }
  .price__numb {
    font-size: 1.5em;
  }
  .item__size__front {
    width: 45px;
    height: 180px;
    background-size: cover;
  }
  .item__size__side {
    background-size: cover;
    height: 180px;
    width: 20px;
  }
  .size__sep, .item__size--width {
    top: 180px;
  }
  
  .item__text__h {
    font-size: 2em;
  }
  #msCart {
    position: relative;
  }
  .order__cart__cart {
    width: 100%;
  }
  .cart__order__image {
    width: 8%;
    padding: 0% 5%;
    max-height: 100px;
  }
  .cart__order__title {
    width: 30%;
    float: left;
  }
  .cart__order__article {
    display: block;
    position: absolute;
    top: 5%;
    left: 18%;
  }
  .cart__order__price {
    width: 26%;
    padding-top: 1em;
  }
  .cart__order__count {
    width: 10%;
  }
  .cart__order__remove {
    width: 10%;
    display: block;
    float: left;
    padding-top: 2em;
  }
  .order__cart__order {
    width: 100%;
  }
  #ms2_order_cost {
    width: 100%;
  }
  .news__item__full__image {
    height: 200px;
    overflow: hidden;
  }
  .news__item__full__text {
    font-size: 0.8em;
    top: -9em;
    margin: 0% 12% 0% 12%;
  }
  .main__slider .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
  #mse2_sort {
	top: 2.5em;
  }
  .mobile__view .item__price {
    width: 100% ;
    margin-top: 1em;
}
.item__inner__right.mobile__view {
    margin-left: 9%;
}
.mobile__view .item__images__galllery {
    width:70%;
}

.flex__stretch .bignav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.item__horizontal .item__block__50 {
    width: 100%;
}
.topblock__call {
    display: none;
}
.howtoget .horizontal li a {
    margin: 10px 10px 0 10px;
}

}

@media all and (max-width: 700px) {
  .item__price {
      text-align: left;
  }
  .item__text {
      min-height: 220px;
  }
  .item__block__50 {
    width: 98%;
    font-size: 0.9em;
  }
  .item__addinfo, .nomaincontent .item__addinfo {
    width: 90%;
    font-size: 0.6em;
  }
  .nomaincontent .item__addinfo{
    margin-left: 5%;
  }
  .item__addinfo p {
    font-size: 1.5em;
    padding: 0.5em 1.3em;
  }
  .item__addinfo__inside {
    max-height: auto;
  }
  .item__text__full {
    margin-top: 0px;
    width: 90%;
    padding: 0% 5%;
  }
  .item__text__full--small  {
    margin-top: 0px;
  }
  .cart__order__price {
    font-size: 2em;
    padding-top: 1.3em;
    text-align: center;
  }
  .order__success {
    font-size: 0.8em;
  }
  .item__category__9.item__horizontal .item__images {
  	width: 100%;
  }
  .item__horizontal .item__charact {
  	margin-top: 0px;
  }

  .item__horizontal {
  	width: 100%;
  }
  .item__horizontal .item__images__galllery img {
  	width: 100%;
  }
  .we__time {
      display: none;
  }
  .topblock__phones {
      padding: 0 !important;
  }
  .topblock__phones a, .topblock__phones span {
      padding: 0.5em .3em;
  }
}

@media all and (max-width: 640px) {
  .smallnav a {
    font-size: 0.525em;
  }
  .bignav li:first-child a {
    margin-left: 0.6em;
  }
  .topblock__call {
    float: right;margin-right: 2em;
  }
  .topblock__cart {
    position: relative;
    top: 0px;
  }
  .topblock__cart {
    padding-top: 0%;
  }
  .slider__item {
    height: 7em;
    font-size: 0.5em;
  }
  .slider__item .item__charact__text p, .addinfo__dot {
    display: none;
  }
  .main__slider .addinfo__control .n, .main__slider .addinfo__control .p {
    padding: 0.2em 0em;
  }
  .main__category {
    -webkit-box-shadow: inset 0px -55px 0px 0px #ededed;
    box-shadow: inset 0px -55px 0px 0px #ededed;
  }
  .category__link {
    font-size: 0.8em;
  }
  .news__item {
    width: 100%;
    padding: 0.5em 0em;
  }
  .footer__nav__fst, .footer__nav_scnd {
    -webkit-column-count: 1;
    column-count: 1;
    width: 43%;
  }

  .footer__contacts {
    width: 100%;
    text-align: center;
  }
  .footer__nav__fst li {
    width: 100%;
  }
  .footer__copyblock {
    font-size: 0.8em;
  }
  .topblock__catalog_mobile{
    padding: 0;
    width: 53%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

  .topblock__navigation__catalog {
    display: none;
    width:60%; 
    padding:0px;
    border-left:5px solid #aa2935;
    background-color:#FFF;
    background:#fff;
    position:absolute;
    top:0%;
    right:-50%;
    margin-top:0px;
    margin-left:0px;
    opacity:0;
    z-index:5;
    height: auto;
  }

  .topblock__navigation__catalog.show__cat {
    display: block;
    opacity: 1;
    right: 0%;
  }
  
  .topblock__phones {
      display: flex;
      align-items: center;
  }
  .no__show__cat {
    
  }
  .bignav li {
    width: 100%;
    max-width: 100%;
  }
  .bignav a, .bignav li:first-child a {
    width: 100%;
    color: #333333;
    margin: 0px;
  }
  .bignav a:hover, .bignav a.active {
  	background: #eeeeee;
  }
  .item__inner__right {
    margin-left: 40%;
  }
  .item__images, .item__category__8 .item__images {
    top: 18em;
    width: 43%;
  }
  .item__block__75 {
    width: 100%;
  }
  .item__block__25 {
    width: 100%;
    padding-left: 0%;
  }
  .item__video {
    width: 60%;
    float: left;
  }
  .item__instruction {
    line-height: 1em;
    width: 40%;
    margin-top: 0em;
  }
  .item__inner__grayline .item__block__25 {
    width: 20%;
  }
  #mse2_sort {
	position: relative;
	top: 0px;
	right: 0px;
	text-align: center;
	margin: 2% 5%;
  }
  #mse2_filters fieldset {
  	width: 45%;
  }
  
  

  .inside__feature {
    font-size: 0.7em;
  }
  .content__sbig {
    font-size: 4em;
  }
  .news__item__full.sale__item {
    width: 100%;
    max-height: 250px;
  }
  .item__customeronfo {
    padding-top:0em;
  }
  .button__morefilters {
      display: block;
      background: #f7f7f7;
      width:100%;
      padding: 0.5em;
      text-align: center;
      text-transform: uppercase;
      font-size: .75em;
      letter-spacing: .0625em;
      font-weight: 600;
  }
  .hover #mse2_filters {
      display:none;
      
  }
  .call__filters__js {
    display:block;
}

.hover #mse2_filters fieldset {
    width: 100%;
}
.show__filter {
    position: relative;
    top:0%;
}
.show__filter label {
    padding: 0.5em 0em;
}
}

@media all and (max-width: 630px) {
.topblock__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  padding: 1em 0em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  cursor: pointer;
}
.topblock__menu:before {
    content: " ";
    display: block;
    background: url(../imgs/menu-icon.png) no-repeat;
    height: 24px;
    width: 24px;
}

.flex__center .topblock__navigation {
    width: 60%;
}

.topblock__first .smallnav a {
    font-size: 0.825em;
}

.topblock__navigation {
  display: none;
  width:50%; 
  padding:19px 20px;
  border-right:5px solid #aa2935;
  background-color:#FFF;
  background:#fff;
  position:absolute;
  top:0%;
  left:-50%;
  margin-top:0px;
  margin-left:0px;
  display:none;opacity:0;
  z-index:5;
  height: auto;
}

.smallnav li {
  width: 100%;
}

.smallnav a {
 display: block;
 width: 100%;
 font-size: 1em;
 color: #333333;
 margin: 0em 0.2em;
 padding: 0.5em 0em;
}

.main__category {
    padding: 2% 0 0 0;
}

.main__category__item {
  width: 33.33333333%;
}
.item__header {
  left: 0px;
}

.header__articul {
  font-size: 0.8em;
}
.news__item__full__image {
  height: 150px;
}


}

@media all and (max-width: 630px) {
  .topblock__navigation {
    width:60%;
  }

  .topblock__navigation.show__topmenu {
    display: block;
    opacity: 1;
    left: 0%;
  }
  .show__topmenu span {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 600;
      color: #aa2935;
  }
  .show__topmenu .bignav a {
      text-align: left;
  }
  
  .show__topmenu .smallnav {
      padding: 0.5em 0% 0% 5.5%;
  }
  .show__topmenu .bignav {
      padding: 0 0% 0% 5.5%;
  }
  
  .menu__mob {
      width: auto;
  }

}

@media all and (max-width: 600px) {
  .topblock__cart {
    margin-right: 0%;
  }

  .topblock__logo {
    margin-left: 0%;
  }

  .item__header {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .topblock__phones  {
      width:100%;
      padding:0;
      text-align:center;
  }
  .header_crumbcat {
    margin-top: 1em;
  }
  .item__inner__right {
    margin-left: 10%;
  }


  .item__category__9 .item__images {
    top: 17em;
    width: 60%;
    left: -3%;
    z-index: 1;
  }

  .item__category__8 .item__images {
    top: 21em;
  }

  .item__category__5 .item__images {
    top: 21em;
  }

  .item__price {
    text-align: center;
    width: 55%;
  }
  .price__numb {
    font-size: 2em;
  }
  .price__disc {
    margin-top: 1em;
  }
  .item__inner__right.item__inner__grayline {
    flex-wrap: wrap;
  }

  .item__inner__right {
    z-index: 0;
    position: relative;
  }
  .item__charact {
    margin-top: 80%;
  }
  
  .item__block__25 {
    margin-bottom: 1em;
  }
  .item__block__37-5:first-child {
    width: 100%;
    text-align: center;
  }
  .tocart__text, .item__block__25.tocart__text {
    width: 48%;
    text-align: center;
    margin-top: 2em;
  }
  .comparison-link {
    margin: 1em;
  }
  .item__price__mobile__snav {
    display: inline-block;
    width: 70%;
    padding: 1em;
    margin-top: 1em;
    background: #f8f0e8;
  }
  .item__price__mobile__snav a {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    padding: 4% 0%;
    color: #333333;
  }
  .item__horizontal .item__price {
  	width: 100%;
  	margin-top: 0px;
  }
  .item__horizontal .item__images {
  	top: 0;
  }
  .filter__counter__numb {
    font-size: 0.8em;
  }
  

}

@media all and (max-width: 523px) {
  .topblock__second {
    width: 90%;
    padding: 0% 5%;
  }
  .topblock__call {
    margin: 0em 2em 1em 0em;
  }
  .topblock__menu {
    background-position: 15% 50%;
  }
  .topblock__cart {
    position: relative;
    top: 0em;
    right: 0em;
    padding-top: 0%;

  }
  .topblock__logo {
    width: 25%;
    display: block;
    float: left;
  }

  .bignav li {
    width: 100%;
  }
  .item__text__h {
      font-size: 1.5em;
      text-align: center;
  }

   .item__view {
    width: 33.333333%;
  }

  .news__item {
    width: 100%;
  }
  .about__images {
    display: none;
  }
  .about__info {
    width: 100%;
  }
  .features__block {
    width: 65%;
  }
  .features__block--left {
    padding: 5% 5% 5% 30%;
  }
  .features__block--right {
    padding: 12% 30% 10% 5%;
  }
  .item__view {
    width: 50%;
  }

  .topblock__phones {
    width: 100%;
    padding-left: 0em;
  }
  .topblock__phones a {
    padding: 0em 0.1em 0.4em 0.1em;
  }
  .topblock__logo img {
    width: 100%;
    padding: 1em 0em;
  }
  
  .empty .ms2_total_cost {
    color: #aa2935;
  }
  .topblock__cart {
    width: 25px;
  }
  .topblock__catalog_mobile {
    width: 65%;
  }
  .topblock__cart a:last-child {
    color:#aa2935; 
    width: 0px;
    margin: 0px;
  }
  .features__block {
    font-size: 0.8em;
  }
  #msCart {
    font-size: 0.8em;
  }
  .counter__inp {
    width: 3em;
  }
  .cart__order__image {
    width: 15%;
    padding: 0% 0% 0% 5%;
  }
  .cart__order__title {
    width: 50%;
  }
  .cart__order__clientinfo {
    width: 100%;
  }
  .order__cart__order #msOrder {
    margin-top: 10px;
    font-size: 0.8em;
  }
  .cart__order__coment.form-group{
    padding: 3% 5%;
  }
  .cart__order__price {
    display: inline-block;
    width: 55%;
    float: left;
    padding-top: 0em;
    text-align: left;
  }
  .cart__order__count, .cart__order__remove {
    margin-top: -4em;
  }
  .cart__order__count {
    width: 9%;
    background: none;
  }
  .news__item__full__text {
    margin: 0% 5% 0% 5%;
  }
  .news__item__full__h {
    font-size: 1.8em;
  }
  .news__item__full__content p {
    margin: 0px;
  }
  .news__item__full__tag {
    font-size: 0.8em;
  }
  #modal_form {
    font-size: 0.8em;
    max-width: 250px;
  }
  .item__video {
    width: 55%;
  }

  .item__video a {
    width: 90%;
    max-width: 180px;
  }
  #mse2_filters fieldset {
  	width: 95%;
  }
  .item__horizontal .item__images {
  	top: 0px;
  }
  .content__sbig {
    font-size: 3em;
  }
  .pub__relative .news__item__full {
    width: 100%;
  }

} 

@media all and (max-width: 500px) {
  .item__charact {
    margin-top: 90%;
  }
  .price__numb{
      margin-top: 10px;
  }
  .mobile__view {
    position:relative !important;
    top:0px !important;
}

.mobile__view .item__price {
    width: 100% ;
    margin-top: 1em;
}

.mobile__view .header__h {
    font-size: 1.5em;
    padding: 0.5em 0em;
}
 
.item__images.images__mobile {
    position:relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.launch__wrapper {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#launchGallery {
    position: absolute;
    top: 80%;
    right: 0%;
    background: #9c213c;
    color: #ffffff;
    padding: 0.5em 1.5em;
}

.item__images__galllery.mobile__view {
    width: 80% !important;
    display: inline-block;
    margin-left: 0px;
}
.images__mobile.mobile__view {
    position: relative;
    top: 0px;
}
.item__charact.mobile__view {
    margin-top: 0px;
}
.promo__inside {
    width: 100%;
}
.mobile__promo .promo__inside {
    width: 33.33333%;
}
}
@media all and (max-width: 415px) {
  .topblock__phones {
    width: 100%;
    margin: 1% 0%;
  }
  .topblock__call {
    margin-top: 1em;
  }
  .item__charact {
    margin-top: 50%;
  }

}
@media all and (max-width: 374px) {
  .topblock__phones {
    width: 100%;
    padding: 2% 0% 2% 0%;
    margin: 0%;
    text-align: center;
  }
  .topblock__call {
    display: none;
  }
  .item__charact {
    margin-top: 35%;
  }
  .content__sbig {
    font-size: 2.5em;
  }

}

