@font-face {
    font-family: 'RobotoSlab';
    src: local('RobotoSlab'),
         url('/fonts/RobotoSlab-Regular.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Regular.woff') format('woff'); 
    font-weight: 400;
    font-style: normal;
}

/* Bold */

@font-face {
    font-family: 'RobotoSlab';
    src: local('RobotoSlab'),
         url('/fonts/RobotoSlab-Bold.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Bold.woff') format('woff'); 
    font-weight: 700;
    font-style: normal;
}
.topik {
font-size: 24px;
display: inline-block;
vertical-align: middle;
margin: 5px 10px;
}
.container a {
color: #990099;
text-decoration: none;
}
.container {
font-size: 16px;
font-family:'RobotoSlab';
color: #6d6d6d;
margin-right: auto;
margin-left: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
h1,h2,h3,h4 {
text-align: center;
color: #333333;
}
.maininfo {
margin: 20px 0;
}
.btn-ens-style, .btn-ens-cross-style, .easynetshop-buy a {
color: #fff !important;
margin-top:10px;
}
.item {
display: inline-block;
margin: 10px;
width: 200px;
border: 2px solid #d6d6d6;
padding: 10px;
vertical-align: top;
}
.imgtovar {
text-align: center;
height: 120px;
}
.name {
font-weight: bold;
height: 30px;
text-align: center;
font-size: 14px;
}
.description {
font-size: 12px;
height: 60px;
}
.price {
color: #ff0000;
font-weight: bold;
}
.footer {
margin: 0 0 50px 0;
}
/* Адаптивное меню */
#menu {
    background: #990099;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#menu a {
    color: #fff;
    text-decoration: none;
    padding: 12px 12px;
}

#menu a:hover {
    border-bottom: 4px solid #fff;
    background: #CC33CC;
}

.itemsMenu li {
    display:inline;
    width:100%;
    margin: 0 auto;
}
.iconMenu {
    color: #fff;
    cursor: pointer;
    display: none;
}
.showitems {
    display:block !important;
}

@media screen and (max-width: 600px) {
    #menu a{
        padding-bottom: 13px;
    }
    #menu a:hover {
        border-bottom: none; 
    }
    .iconMenu {
      display:block; 
  }
    .itemsMenu {
        display:none;   
    }
        .itemsMenu li {
            display:block;
            padding:10px 0;
        }
}
/* конец Адаптивное меню */
select {
width: 200px;}
.brands1 {
width: 100px;
display: inline-block;
margin: 10px;
}
.best1 {
width: 250px;
display: inline-block;
margin: 10px;
vertical-align: top;
}
.footerbrands, .best {
text-align: center;	
}
@media (min-width: 991px) {
.spoilerx, .btn-ens-style.btn-ens-action-2, .btn-ens-style.btn-ens-action {
display:none !important;}}
@media (max-width: 991px) {
.spoilery {
display:none;}}