h1 {
  font-size: 30px;
}
h2 {
  font-weight: lighter;
  font-size: 36px;
  margin: 20px 0;
}
p {
  margin: 5px 0;
}
input,
textarea {
  outline: 0;
}
.inline-list {
  margin: 0;
}
body {
  font-family: 'Open Sans', 'Segoe UI';
  font-weight: 300;
}
header {
  background: #003f80;
  height: 63px;
  color: white;
}
.relate {
  position: relative;
}
.right-pos {
  position: absolute;
  right: 0;
  top: 0;
}
.logo {
  height: 63px;
}
.logo img {
  width: 100%;
  max-width: 180px;
  min-width: 120px;
  vertical-align: middle;
}
.tel {
  color: white;
  font-size: 22px;
  float: left;
  padding: 20px 10px;
}
.cart {
  width: 75px;
  text-align: center;
  background: #99cb32;
  height: 63px;
  padding-top: 15px;
  font-weight: bold;
  margin-right: 20px;
}
.top_menu {
  background: #f7f8fa;
  height: 64px;
  border-bottom: 1px solid #e3e4e6;
}
.top_menu a {
  display: block;
  float: left;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1f2229;
}
.callme {
  font-size: 14px;
  margin: 0 30px;
  position: relative;
  bottom: 3px;
  border-bottom: 1px dotted #fff;
}
.main-page {
  margin-top: 10px;
}
.search {
  width: 100%;
  padding: 0 20px;
}
.search input {
  display: none;
  width: 100%;
  background: #fff;
  padding: 10px;
  padding-left: 35px;
  height: 64px;
  font-size: 16px;
  border: 2px solid orange;
  transition: 0.5s;
}
.search input:focus {
  width: 100%;
}
.search div {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 75px;
  height: 64px;
  background: #e8e9eb url(/web/20230916170731im_/https://www.imin.ru/img/lupa.png) center center no-repeat;
  cursor: pointer;
  margin-right: 20px;
}
.search .small-search {
  display: none;
  position: absolute;
  left: 30px;
  background: url(/web/20230916170731im_/https://www.imin.ru/img/lupa.png) center center no-repeat;
  height: 55px;
  width: 20px;
  top: 5px;
  opacity: 0.4;
}
.search .krestik {
  display: none;
  position: absolute;
  top: 5px;
  right: 40px;
  background: url(/web/20230916170731im_/https://www.imin.ru/img/close.png) center center no-repeat;
  height: 55px;
  width: 20px;
  z-index: 5;
  cursor: pointer;
}
.categories {
  background: #f7f8fa;
  border: 1px solid #e3e4e6;
  padding: 20px;
  height: 400px;
  margin-right: 20px;
}
.sub-cat {
  position: absolute;
  right: -20px;
  z-index: 3;
  display: none;
}
.cat-img {
  overflow: hidden;
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.cat-img img {
  width: 100%;
}
.cat-bow {
  width: 10px;
  height: 20px;
  position: absolute;
  right: -1px;
  background: url(/web/20230916170731im_/https://www.imin.ru/img/bow.png);
  z-index: 5;
  display: none;
}
.cat-list span,
.cat-list a {
  color: #3e434a;
  text-decoration: none;
  font-size: 15px;
}
.cat-list span:hover,
.cat-list a:hover {
  text-decoration: underline;
}
.cat-list li {
  margin: 5px 0;
  color: #3e434a;
}
.category {
  height: 190px;
  position: relative;
  margin: 0 20px;
}
.category span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  color: white;
  transition: 0.3s;
}
.category:hover span {
  padding-bottom: 30px;
}
.no-padd {
  padding: 0 0 0 0;
}
.feature {
  width: 200px;
  font-size: 12px;
  margin: 20px 0;
  float: left;
  padding: 10px;
  height: 290px;
  margin: 10px;
}
.feature p {
  font-size: 14px;
}
.feature img {
  margin: 10px 0;
}
.grey-p {
  color: #999;
  font-size: 13px;
}
.block {
  padding: 10px;
}
.grey-block {
  background: #f7f8fa;
  border-top: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  padding: 10px;
}
.h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.dark-grey-block {
  background: #23282d;
  padding: 10px;
  height: 300px;
}
.dark-grey-block li {
  color: #8c989f;
  font-size: 13px;
  padding: 50px 20px;
  display: inline-block;
}
.dark-grey-block li .footer-header {
    display: block;
	  -webkit-margin-before: 1em;
	  -webkit-margin-after: 1em;
	  -webkit-margin-start: 0px;
	  -webkit-margin-end: 0px;
	  margin: 0;
	  padding: 0;
	  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  line-height: 1.4;
	  font-style: normal;
	  text-rendering: optimizeLegibility;
	  margin-top: 0.2rem;
	  color: #fff;
	  font-size: 15px;
	  margin-bottom: 20px;
}
.dark-grey-block h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.dark-grey-block a {
  color: #8c989f;
  display: block;
  padding-bottom: 6px;
}
.dark-grey-block a:hover {
  color: white;
}
.dark-grey-block span {
  color: #656b74;
}
.dark-grey-block-2 {
  background: #292f35;
  padding: 10px;
  height: 590px;
  color: #8c989f;
}
.dark-grey-block-2 li {
  font-size: 13px;
}
.dark-grey-block-2 h2 {
  color: white;
  font-size: 30px;
}
.dark-grey-block-2 h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  margin: 0;
}
.dark-grey-block-2 img {
  margin: 10px 0;
}
.items li {
  background: white;
  border: 1px solid #e3e4e6;
  padding: 10px 25px;
  height: 360px;
  margin: 10px;
  width: 266px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.items li:hover {
  background: white;
  border: 1px solid #ffcf4a;
  box-shadow: 0 0 5px 0 #ffcf4a;
}
.items a {
  color: #666;
  font-size: 15px;
}
.items .img-wrap {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 230px;
}
.items img {
  margin: 30px 0;
}
.items .tobuy {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 220px;
}
.items .add_to_cart {
  color: white;
  background: #99cb32 url(/web/20230916170731im_/https://www.imin.ru/img/cart-small.png) no-repeat 10px 10px;
  padding: 5px 20px;
  border-bottom: 2px solid #7ab817;
  border-radius: 3px;
  width: 120px;
  text-align: right;
  float: left;
  margin: 15px 0;
}
.items .price {
  padding: 5px 0px;
  margin: 15px 0;
  width: 100px;
  float: left;
}
.orangerow {
  background: #f13c6e;
  height: 63px;
}
.shop-cat {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.shop-cat td {
  border-left: 1px solid #ed7fa0;
  height: 63px;
  padding: 0 20px;
  position: relative;
}
.shop-cat span,
.shop-cat a {
  color: white;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.shop-cat div {
  background: white;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.shop-cat td:hover div {
  height: 5px;
}
.shop {
  background: #f7f8fa;
}
.url {
  color: #666;
  margin: 10px 0;
  font-size: 14px;
}
.url a {
	color: #666;
}
.shop_block {
  background: #fff;
  border: 1px solid #e3e4e6;
  padding: 10px;
  width: 1124px;
  height: 60px;
  margin-top: 20px;
}
.shop_block div {
  display: inline-block;
  height: 40px;
}
.shop_block input {
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 70px;
  transition: 0.3s;
}
.shop_block input:focus {
  border-color: #aaa;
}
.shop_block input[type='radio'] {
  display: none;
}
.shop_block label {
  background: linear-gradient(#fff,#eee);
  border: 1px solid #9c9c9c;
  border-left: 0px;
  padding: 7px 10px;
  color: #333;
  cursor: pointer;
}
.shop_block label:first-of-type {
  border-left: 1px solid #9c9c9c;
  border-radius: 5px 0 0px 3px;
}
.shop_block label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.shop_block label span {
  font-size: 8px;
}
.shop_block .selected {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset;
  background: linear-gradient(#fff6d0,#ffefa9);
}
.shop_block button {
  color: white;
  background: #99cb32;
  padding: 10px 20px;
  border-bottom: 2px solid #7ab817;
  border-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
  .big_cat {
    height: 400px;
  }
  .category {
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .category {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .search {
    width: auto;
    padding: 0 20px;
  }
  .search input {
    display: block;
    background: #e8e9eb;
    padding: 10px;
    width: 300px;
    border: 2px solid #e8e9eb;
  }
  .search input:focus {
    width: 600px;
    border-color: orange;
    background: #fff;
  }
  .search input:focus + div {
    background-color: #fff;
  }
  .search div {
    position: absolute;
    right: 12px;
    top: 2px;
    width: 60px;
    height: 58px;
    background: #e8e9eb url(/web/20230916170731im_/https://www.imin.ru/img/lupa.png) center center no-repeat;
  }

}