@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.container {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, Ubuntu, sans-serif;
  width: 980px;
  padding: 0 15px;
  margin: 0 auto;
}

.cat-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cat-item__container a {
  color: currentColor;
  text-decoration: none;
}

.cat-item__slider {
  width: 330px;
  background: url(/images/no-camera.png) no-repeat center center;
}

.cat-item__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 30px;
}

.cat-item__slide-for {
  height: 220px;
  width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-item__slide-for__img,
.cat-item__slide-nav__img {
  width: 100%;
  max-height: 100%;
}

.cat-item__slider-nav {
  margin-top: 15px;
}

.cat-item__slider-nav .slick-track {
  width: 100% !important;
}

.cat-item__slide-nav {
	    float: left;
  width: 100px !important;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  cursor: pointer;
}

.cat-item__slide-nav:nth-child(3n+3) {
  margin-right: 0;
}

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

.cat-item-social__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.cat-item-social__link {
  display: block;
  margin-right: 1px;
}

.cat-item-social__link.twit {
  background-image: url(../img/sprite.png);
  background-position: -65px -51px;
  width: 16px;
  height: 19px;
  margin-right: 0;
}

.cat-item-social__link.fb {
  background-image: url(../img/sprite.png);
  background-position: -81px -51px;
  width: 15px;
  height: 19px;
}

.cat-item-social__link.google {
  background-image: url(../img/sprite.png);
  background-position: -65px -70px;
  width: 14px;
  height: 19px;
}

.cat-item-social__link.vk {
  background-image: url(../img/sprite.png);
  background-position: -111px -51px;
  width: 15px;
  height: 19px;
}

.cat-item-social__link.od {
  background-image: url(../img/sprite.png);
  background-position: -96px -51px;
  width: 15px;
  height: 19px;
}

.cat-item-price__text {
  font-size: 24px;
  margin: 0;
}

.cat-item__info-text {
  font-size: 12px;
  margin: 20px 0 50px;
  line-height: 1.3;
}

.cat-item__info-text.gray {
  margin: 30px 0 0;
  color: #808080;
}

.cat-item__count__text {
  margin: 0;
  font-weight: bold;
}

.cat-item__count__word {
  font-weight: normal;
}

.cat-item__container .cat-item__basket-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#0086B3), to(#003548));
  background: -webkit-linear-gradient(top, #0086B3 0%, #003548 100%);
  background: linear-gradient(to bottom, #0086B3 0%, #003548 100%);
  -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 5px 10px;
  color: #fff;
}

.cat-item__contact {
  line-height: 20px;
  background-color: #edf6f9;
  padding: 20px 20px 30px 30px;
  width: 210px;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.cat-item__contact .cat-item__contact-text,
.cat-item__contact .cat-item__contact-word,
.cat-item__contact .cat-item__contact-link {
  margin: 0;
  font-size: 14px;
}

.cat-item__contact .cat-item__contact-link {
  text-decoration: underline;
}

.cat-item__contact .cat-item__contact-link:hover {
  text-decoration: none;
}

.cat-item__contact .cat-item__contact-word {
  color: #3f84a2;
  font-weight: bold;
  margin-bottom: 2px;
}

.cat-item__contact .cat-item__contact-block {
  border-bottom: 1px solid #3f84a2;
  padding: 15px 0;
}

.cat-item__contact .cat-item__contact-block:first-child {
  padding-top: 0;
}

.cat-item__contact .cat-item__contact-block:last-child {
  border-width: 0;
  padding-bottom: 0;
}

.cat-item__contact .cat-item__contact-block.number .cat-item__contact-text {
  font-size: 24px;
  color: #3f84a2;
  margin: 2px 0 5px;
}

.cat-item__contact .cat-item__contact-block.address .cat-item__contact-text {
  margin-bottom: 2px;
}

.cat-item__advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.cat-item__advantages .cat-item__advantages__title {
  margin: 0 0 7px;
  color: #3f84a2;
  font-size: 16px;
  font-weight: bold;
}

.cat-item__advantages .cat-item__advantages__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #696969;
}

.cat-item__advantages .cat-item__advantages-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-item__advantages .cat-item__advantages__img__block {
  margin-right: 15px;
}

.cat-item__advantages .cat-item__advantages__img__block.delivery {
  background-image: url(../img/sprite.png);
  background-position: -65px 0px;
  width: 61px;
  height: 51px;
}

.cat-item__advantages .cat-item__advantages__img__block.available {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 65px;
  height: 65px;
}

.cat-item__advantages .cat-item__advantages__img__block.exp {
  background-image: url(../img/sprite.png);
  background-position: 0px -65px;
  width: 61px;
  height: 67px;
}

.cat-item__offers {
  margin: 70px 0 100px;
}

.cat-item__offers-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 24px;
  color: #3f84a2;
}

.cat-item__offers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cat-item__offers-block {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.cat-item__offers-block .cat-item__offers__link {
  padding: 0 15px;
  font-size: 14px;
  color: #000;
}

.cat-item__offers-block .cat-item__offers__link:hover {
  text-decoration: none;
}

.cat-item__offers-block .cat-item__offers__img-block {
  width: 207px;
  height: 140px;
  margin-bottom: 8px;
}

.cat-item__offers-block .cat-item__offers__img-block .cat-item__offers__img {
  width: 100%;
  max-height: 100%;
}
