/*
 *  Project: 011 Cartridge Partner
 *  File:    user.css 
 *
 *  Updated: 2018-01-30 - 12:55
 */

@import url('https://fonts.googleapis.com/css?family=Play|Russo+One');

/* ----------------------------------------------------------------------------
   Common: body, text field */

body {
  background: #f3f3f3;
}
.text {
  /* background: #ffffff; */
}


/* ----------------------------------------------------------------------------
   Top: top line, width */

.contacts_wrapper {
  display: none;
}

/* ----------------------------------------------------------------------------
   Header: width */


/* ----------------------------------------------------------------------------
   Header: logo, title, basket */

.title_company {
  font-family: 'Russo One', sans-serif;
  width: 400px;
}
.name:link, .name:visited, .name:hover {
  font-weight: normal;
  font-style: normal;
  color: #545454;
}
.slogan:link, .slogan:visited, .slogan:hover {
  font-family: 'Play';
}


/* ----------------------------------------------------------------------------
   Menu: menu, search */


/* ----------------------------------------------------------------------------
   Main */

.main_image {
    display: none;
}
.special_offers_list {
    width:  100%;
    display:  flex;
    align-content:  space-between;
    flex-flow: row;
}
.special_offers_list li {
    width: 24% !important;
}
.main_wrapper {
    width: 100%;
}
.catalog_wrapper {
    width: 100%;
    margin-left: 0px;
}


/* ----------------------------------------------------------------------------
   Main: banner, hotspot */

.hs-hotspot {
  display: flex;
  flex-flow: row;
/*  justify-content: space-around;*/
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.hs-hotspot > .hs-item {
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.hs-hotspot > .hs-item > .hs-img {
  ;
}
.hs-hotspot > .hs-item > .hs-link {
  text-align: center;
  font-size: 18px;
}
.hs-hotspot .hs-item .hs-img img {
  width: 400px;
}
/* ----------------------------------------------------------------------------
   Footer */

.rekv {
    margin: 20px 0;
}


