.header {
  padding: 10px 0;
  background: #fff;
  line-height: 140%;
  font-size: 14px;
  color: #707070;
}

.header__logo img {
  width: 172px;
  height: auto;
}

.header__logo-desc {
  padding: 0 0 0 30px;
  font-weight: bold;
}

.header__phone {
  text-align: right;
}

.header__phone span {
  display: block;
}

.header__phone span a {
  text-decoration: none;
}

.header__phone a.callback {
  display: inline-block;
}

.header__address {
  position: relative;
  padding: 0 20px;
  margin: 10px 0 0 0;
}

.header__address:before {
  content: "\f041";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #3b5aff;
}

.header__address-text {
  padding: 0 0 8px 0;
  font-size: 12px;
}

.header__address a {
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}

.header__phone {
  text-align: right;
  margin: 10px 0 0 0;
}

.header__phone a {
  color: #272727;
}

.header__phone span {
  display: block;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}

.header__phone span i {
  color: #3b5aff;
  margin: 0 5px 0 0;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3a5bff), to(#049cff));
  background: linear-gradient(to top, #3a5bff, #049cff);
  padding: 25px 35px;
  -webkit-box-shadow: inset 0 -2px #1b35c2;
          box-shadow: inset 0 -2px #1b35c2;
}

.btn:hover {
  background: #3661ff;
}

button.btn {
  display: block;
  width: 100%;
}

.menu {
  background: #f4f4f4;
  padding: 20px 0;
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  margin: 0 0 40px 0;
}

.menu__search {
  padding: 0 0 0 10px;
}

.menu__search-box {
  width: 313px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.menu__search-box input {
  display: block;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0 55px 0 20px;
}

.menu__search-box button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  width: 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0d92ff;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}

.menu__search-box button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/search-btn.svg") no-repeat 55% 55%;
  background-size: 19px auto;
}

.menu__search-box button:hover {
  background: #0681e6;
}

.menu__search-basket {
  position: relative;
  padding: 0 0 0 10px;
}

.menu__search-number {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 13px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 24px;
  background: #272727;
  border-radius: 100%;
  color: #fff;
}

.menu__basket-btn {
  position: relative;
  font-size: 14px;
  color: #707070;
  text-decoration: none;
  padding: 0 20px 0 32px;
}

.menu__basket-btn:before {
  content: "\f07a";
  position: absolute;
  top: -5px;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 23px;
}

.menu__burger {
  width: 25px;
  height: 18px;
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  display: none;
}

.menu__burger i {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4c4c4c;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.menu__burger i:nth-child(1) {
  top: 0px;
}

.menu__burger i:nth-child(2) {
  top: 8px;
}

.menu__burger i:nth-child(3) {
  top: 16px;
}

.menu__burger.active i:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 6px;
}

.menu__burger.active i:nth-child(2) {
  display: none;
}

.menu__burger.active i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10px;
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #454646;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 14px;
  height: 46px;
}

.nav ul {
  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;
}

.nav ul li {
  font-size: 14px;
  padding: 0 2px 40px 2px;
  position: relative;
}

.nav ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 29px;
  background: #777878;
}

.nav ul li a {
  color: #fff;
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav ul li:last-child:before {
  display: none;
}

.nav ul li:hover > a {
  background: #777878;
}

.nav ul li:hover > ul {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  z-index: 100;
  opacity: 1;
}

.nav ul li ul {
  position: absolute;
  top: 62px;
  left: -14px;
  width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  display: block;
  background: #fff;
  border: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.17);
          box-shadow: 0 12px 18px rgba(0, 0, 0, 0.17);
}

.nav ul li ul:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  left: 45px;
  top: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav ul li ul li {
  padding: 0;
  border: 0;
  z-index: 10;
}

.nav ul li ul li:before {
  display: none;
}

.nav ul li ul li a {
  color: #000000;
  padding: 15px 30px;
  border-radius: none;
  height: auto;
}

.nav ul li ul li:hover > a {
  background: #f0f0f0;
}

.nav__mobile {
  padding: 0 0 12px 0;
  text-align: center;
  display: none;
}

.nav__mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -2px;
}

.nav__mobile ul li {
  margin: 0 2px;
}

.nav__mobile ul li a {
  display: block;
  background: #4f4f4f;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 9px;
}

.action__block {
  height: 314px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 28px 0;
  position: relative;
  padding: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
}

.action__block.bg1 {
  background: url("../images/action-block-bg1.jpg") no-repeat 50% 100%;
  background-size: cover;
  width: 735px;
}

.action__block.bg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/action-block-before.png") no-repeat;
  width: 100%;
  height: 100%;
}

.action__block.bg2 {
  background: url("../images/action-block-bg2.jpg") no-repeat 50% 0;
  background-size: cover;
  width: 460px;
}

.action__block:hover {
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.action__block-head {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 14px 24px;
  background: #ed1c24;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.action__block-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 130%;
  position: relative;
  z-index: 1;
  display: block;
}

.filter {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  margin: 0 0 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter__head {
  background: #0d92ff;
  min-height: 324px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  width: 217px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 20px;
  font-size: 21px;
  font-weight: bold;
}

.filter__head img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter__head-title {
  min-height: 102px;
}

.filter__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px;
}

.filter__info .row {
  margin: 0 -11px;
}

.filter__info .col-md-3 {
  padding: 0 11px;
}

.filter__info-title {
  line-height: 130%;
  font-size: 13px;
  padding: 0 0 8px 0;
}

.filter__info-block {
  width: 167px;
}

.filter__info-selection {
  min-height: 38px;
}

.filter__info-selection a {
  color: #4c4d4d;
  font-size: 16px;
}

.filter__info-check {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 30px;
}

.filter .btn {
  display: block;
  margin: 10px 0 0 0;
}

.filter:hover {
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.09);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.09);
}

.filter:hover .filter__head img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

h2 {
  padding: 0 0 32px 0;
  line-height: 130%;
  font-size: 32px;
  font-weight: bold;
  color: #272727;
}

.index-product {
  background: #f9f9f9;
  padding: 25px 0;
}

.index-product h2 {
  padding: 0 0 55px 0;
}

.index-product .tabs__content {
  overflow: hidden;
  height: 0;
}

.index-product .tabs__content.active {
  height: auto;
  overflow: inherit;
}

.index-product .tabs__caption {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  cursor: pointer;
}

.index-product .tabs__caption li {
  padding: 0 12px;
  cursor: pointer;
  position: relative;
}

.index-product .tabs__caption li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -5px;
}

.index-product .tabs__caption li:last-child:before {
  display: none;
}

.index-product .tabs__caption li.active {
  font-weight: bold;
  color: #3b5aff;
  text-decoration: underline;
}

.index-product .tabs__caption li.active:before {
  font-weight: normal;
  color: #4c4d4d;
}

.index-product__block {
  margin: 0 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
}

.index-product__image {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.index-product__title {
  height: 55px;
  line-height: 130%;
  font-size: 14px;
  overflow: hidden;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-product__title a {
  color: #4c4d4d;
  text-decoration: none;
}

.index-product .basket-btn {
  font-size: 13px;
  display: block;
  padding: 17px;
}

.index-product-slider {
  padding: 0 50px;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  border: 0;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/prev-btn.svg") no-repeat;
  width: 28px;
  height: 54px;
  background-size: 28px 54px;
  margin-top: -27px;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-brand {
  padding: 75px 0;
}

.index-brand .flex {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-brand__block {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  min-height: 142px;
  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;
}

.index-brand__block:hover {
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}

.footer {
  background: #494949;
  padding: 75px 0 25px 0;
  color: #aeaeae;
}

.footer a {
  color: #aeaeae;
  text-decoration: none;
}

.footer li {
  padding: 0 0 8px 0;
}

.footer li a:hover {
  text-decoration: underline;
}

.footer__title {
  line-height: 130%;
  font-weight: bold;
  padding: 0 0 27px 0;
}

.footer__nav-block {
  width: 240px;
}

.footer__nav-block:last-child {
  width: auto;
}

.footer__phone {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  padding: 0 0 8px 30px;
}

.footer__phone:before {
  content: "\f095";
  font-weight: normal;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #3b5aff;
}

.footer__phone a {
  color: #fff;
}

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

.footer__mail {
  position: relative;
  font-size: 20px;
  line-height: 130%;
  padding: 0 0 10px 27px;
}

.footer__mail:before {
  content: "\f003";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #3b5aff;
}

.footer__mail a {
  color: #fff;
}

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

.footer__address {
  position: relative;
  line-height: 130%;
  padding: 0 0 8px 27px;
  color: #fff;
}

.footer__address:before {
  content: "\f041";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 20px;
  color: #3b5aff;
}

.breadcumbs {
  padding: 0 0 30px 0;
}

.breadcumbs a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 140%;
  font-size: 14px;
  color: #818181;
  text-decoration: none;
  padding: 0 11px 0 0;
  margin: 0 1px 0 0;
}

.breadcumbs a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  font-family: 'FontAwesome';
}

.breadcumbs a.active {
  font-weight: bold;
  color: #000;
}

.breadcumbs a.active:before {
  display: none;
}

.catalog {
  color: #272727;
  padding: 0 0 80px 0;
}

.catalog__head h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 25px 0;
}

.catalog__filter {
  width: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 17px 0 0;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  font-size: 14px;
  height: auto;
}

.catalog__filter-block {
  background: #f9f9f9;
  padding: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.catalog__filter-head {
  line-height: 120%;
  padding: 0 0 6px 0;
}

.catalog__filter-input {
  padding: 0 0 25px 0;
}

.catalog__filter-input input {
  width: 94px;
  height: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 12px;
  font-size: 14px;
}

.catalog__filter-title {
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 12px 0;
}

.catalog__filter__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 7px 0;
  cursor: pointer;
}

.catalog__filter-over {
  height: 270px;
  overflow-y: scroll;
}

.catalog__filter-btn {
  padding: 28px 22px;
}

.catalog__filter-btn .btn {
  display: block;
  font-size: 16px;
  padding: 20px;
  margin: 0 0 20px 0;
}

.catalog__filter-clear {
  color: #000;
}

.catalog__filter-more.btn {
  display: none;
}

.catalog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog__content .row {
  margin: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.catalog__content .col-md-4 {
  padding: 0;
}

.catalog__title {
  background: #fff;
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
  padding: 22px;
  position: relative;
}

.catalog__title:before {
  content: "\f106";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}

.catalog .jq-selectbox {
  margin: 0 0 14px 0;
}

.catalog .jq-selectbox__select {
  background: #fff;
}

.catalog .jq-selectbox__trigger {
  border-left: 1px solid #d9d9d9;
}

.catalog .jq-selectbox__dropdown {
  background: #fff;
}

.catalog__block {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 25px 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.catalog__block:hover {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.18);
}

.catalog__block__image {
  height: 235px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.catalog__block__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 235px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__block__image img {
  width: auto;
  /*height: 200px;*/
}

.catalog__block-title {
  height: 56px;
  line-height: 120%;
  font-size: 16px;
  overflow: hidden;
  margin: 0 0 7px 0;
}

.catalog__block-title a {
  color: #272727;
  text-decoration: none;
}

.catalog__block-char {
  line-height: 130%;
  font-size: 14px;
  color: #696969;
  min-height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 15px 0;
}

.catalog__block-full {
  font-weight: bold;
}

.catalog__block-full.sale {
  color: #ff0000;
}

.catalog__block .btn {
  padding: 14px 17px;
  font-size: 14px;
}

.catalog__block-summ div {
  line-height: 130%;
}

.catalog__block-inner {
  position: relative;
}

.catalog__block-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff0000;
  margin-top: -0.5px;
}

.catalog__new, .catalog__hit, .catalog__sale {
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  background: #31b807;
  text-align: center;
  line-height: 36px;
  font-size: 10px;
  font-weight: bold;
}

.catalog__hit {
  background: #0d92ff;
}

.catalog__sale {
  background: #ff0000;
}

.catalog__viewmore {
  text-align: center;
  padding: 25px 0 0 0;
}

.catalog__viewmore a {
  color: #c5c5c5;
}

.pagination {
  padding: 25px 0 0 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

.pagination li span {
  padding: 6px 9px;
  display: inline-block;
  border-radius: 5px;
}

.pagination li .current {
  background: #2574fd;
  color: #fff;
}

.pagination a {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 6px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  color: #535353;
  text-decoration: none;
}

.pagination a:hover, .pagination a.active {
  background: #2574fd;
  color: #fff;
}

.no_items {
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  padding: 25px 20px;
  text-align: center;
}

.product__head {
  padding: 0 0 50px 0;
}

.product__image {
  position: relative;
}

.product__image a {
  width: 607px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 500px;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.product__image .catalog__new {
  width: 54px;
  height: 54px;
  line-height: 54px;
  left: 0;
  font-size: 14px;
}

.product__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}

.product__info h3 {
  font-size: 28px;
  line-height: 130%;
  padding: 0 0 20px 0;
}

.product__article {
  font-size: 14px;
  line-height: 130%;
  color: #272727;
  font-weight: 300;
  padding: 0 0 12px 0;
}

.product__instock {
  line-height: 130%;
  font-size: 16px;
  color: #0d92ff;
  text-decoration: underline;
  padding: 0 0 10px 0;
}

.product__summ {
  padding: 0 0 25px 0;
}

.product__summ-full {
  font-size: 36px;
  font-weight: bold;
}

.product__summ-number {
  position: relative;
  border: 1px solid #d9d9d9;
  width: 84px;
  height: 70px;
  border-radius: 5px;
  margin: 0 25px 0 0;
}

.product__summ-number input {
  display: block;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border: 0;
  border-right: 1px solid #d9d9d9;
  background: none;
  font-size: 18px;
  text-align: center;
  padding: 0 7px;
}

.product__summ-number a {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block;
  color: #4c4d4d;
  text-decoration: none;
}

.product__summ-number a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__summ .btn {
  padding-left: 75px;
  padding-right: 75px;
}

.product__up {
  top: 0;
  right: 0;
  border-bottom: 1px solid #d9d9d9;
}

.product__up:before {
  content: "\f106";
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 34px;
}

.product__down {
  bottom: 0;
  right: 0;
}

.product__down:before {
  content: "\f107";
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 34px;
}

.product p {
  padding: 0 0 20px 0;
}

.product .row {
  margin: 0 -23px;
}

.product .col-md-2 {
  padding: 0 23px;
}

.product .tabs {
  padding: 0 0 50px 0;
}

.product .tabs__content {
  display: none;
  line-height: 140%;
}

.product .tabs__content.active {
  display: block;
}

.product .tabs__content strong, .product .tabs__content b {
  font-weight: bold;
}

.product .tabs__content li, .product .tabs__content p, .product .tabs__content .product-page__description-preamble, .product .tabs__content .product-page__description-text {
  padding: 0 0 20px 0;
}

.product .tabs__content h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 15px 0;
}

.product .tabs__caption {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 17px 0;
  border-bottom: 1px solid #dedede;
  margin: 0 0 25px 0;
}

.product .tabs__caption li {
  margin: 0 8px 8px 0;
  padding: 17px 30px;
  border-radius: 5px;
  cursor: pointer;
  background: #f9f9fa;
  color: #535353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.product .tabs__caption li span {
  position: relative;
  z-index: 1;
}

.product .tabs__caption li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #454646;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.product .tabs__caption li.active {
  color: #fff;
}

.product .tabs__caption li.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

table {
  width: 100%;
  margin: 0 0 25px 0;
  line-height: 130%;
}

table td {
  padding: 13px 33px;
  text-align: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td:last-child {
  text-align: right;
}

table tr:nth-child(odd) {
  background: #f1f9ff;
}

.inner__product {
  background: #f9f9f9;
  padding: 80px 0;
}

.inner__product h2 {
  padding: 0 0 55px 0;
}

.inner__product .catalog__block {
  border: 1px solid #e5e5e5;
}

.inner__product .catalog__block:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inner__product .slick-slide {
  padding: 0 13px;
}

.inner__product .slick-prev {
  left: -25px;
}

.inner__product .slick-next {
  right: -25px;
}

.basket {
  padding: 0 0 55px 0;
  color: #000;
}

.basket h1 {
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 35px;
  line-height: 130%;
  color: #000;
}

.basket__block {
  border: 1px solid #e5e5e5;
  margin: 0 0 8px 0;
  color: #000;
  line-height: 130%;
  position: relative;
}

.basket__block-image {
  width: 250px;
  height: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basket__block-name {
  padding: 40px 20px 0 0;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basket__block-summ {
  width: 127px;
  padding: 40px 0 0 0;
}

.basket__block-full {
  font-size: 20px;
  font-weight: bold;
  width: 145px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px 0 0;
}

.basket__name {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 7px 0;
}

.basket__desc {
  font-size: 18px;
}

.basket__summ {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 5px 0;
}

.basket__size {
  font-size: 12px;
  color: #666;
}

.basket .product__summ-number {
  width: 65px;
  height: 54px;
  margin: 40px 20px 0 0;
}

.basket .product__summ-number input {
  width: 37px;
  font-size: 14px;
}

.basket .product__summ-number a {
  width: 29px;
  height: 27px;
}

.basket .product__summ-number a:before {
  line-height: 27px !important;
}

.basket__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background: url("../images/close-icon.png") no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}

.basket__head {
  padding: 0 0 20px 0;
}

.basket__head-summ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 175px;
  background: #eee;
  border-radius: 10px;
  padding: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basket__head-summ .flex {
  color: #535353;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dadada;
  margin: 0 0 18px 0;
}

.basket__cont {
  padding: 0 14px 0 0;
}

.basket__full-summ {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.basket__full-summ span {
  display: block;
  padding: 10px 0 0 0;
  font-size: 30px;
  font-weight: bold;
}

.basket__full-summ span #total {
  display: inline;
}

.basket h2 {
  padding: 0 0 55px 0;
}

.basket h2 span {
  color: #0d92ff;
}

.basket .tabs {
  padding: 0 0 50px 0;
}

.basket .tabs__content {
  display: none;
}

.basket .tabs__content.active {
  display: block;
}

.basket .tabs__caption {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 17px 0;
  border-bottom: 1px solid #dedede;
  margin: 0 0 40px 0;
}

.basket .tabs__caption li {
  margin: 0 8px 8px 0;
  padding: 17px 30px;
  border-radius: 5px;
  cursor: pointer;
  background: #f9f9fa;
  color: #535353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.basket .tabs__caption li span {
  position: relative;
  z-index: 1;
}

.basket .tabs__caption li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #454646;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.basket .tabs__caption li.active {
  color: #fff;
}

.basket .tabs__caption li.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.basket__column-block {
  width: 377px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 35px 0 0;
}

.basket__column-block input {
  display: block;
  width: 100%;
  border: 0;
  height: 45px;
  border-radius: 5px;
  padding: 0 25px;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 17px 0;
}

.basket__column-title {
  line-height: 130%;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 9px 0;
}

.basket__column-title span {
  color: #ff0000;
}

.basket__column-note {
  line-height: 130%;
  font-size: 14px;
  font-weight: 300px;
  color: #535353;
  padding: 25px 0 0 0;
}

.basket__column-note span {
  color: #ff0000;
  font-weight: 500;
}

.basket__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0 0 35px 0;
}

.basket__label .jq-radio {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px 0 0;
  position: relative;
}

.basket__label .jq-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  background: #0d92ff;
}

.basket__label .jq-radio.checked:before {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.basket__pickup-block {
  width: 405px;
}

.basket__pickup-address, .basket__pickup-time, .basket__pickup-product {
  display: block;
  line-height: 100%;
  padding: 0 0 15px 0;
}

.basket__pickup-address {
  font-size: 18px;
  font-weight: 500;
}

.basket__pickup-time {
  color: #535353;
  font-weight: 300;
}

.basket__pickup-product {
  text-decoration: underline;
  color: #0d92ff;
}

.basket__pickup-over {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.basket h3 {
  line-height: 130%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  padding: 0 0 33px 0;
}

.basket__delivery.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.basket__delivery .basket__label {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 35px 0;
  position: relative;
}

.basket__delivery .basket__label:after {
  content: "";
  position: absolute;
}

.basket__delivery .basket__label.bg1:after {
  background: url("../images/deliv-icon1.jpg") no-repeat;
  width: 109px;
  height: 53px;
  top: 0;
  left: 50px;
  background-size: 109px 53px;
}

.basket__delivery .basket__label.bg2:after {
  background: url("../images/deliv-icon2.jpg") no-repeat;
  width: 130px;
  height: 28px;
  top: 10px;
  left: 50px;
  background-size: 130px 28px;
}

.basket__delivery .basket__label.bg3:after {
  background: url("../images/deliv-icon3.jpg") no-repeat;
  width: 136px;
  height: 38px;
  top: 5px;
  left: 50px;
  background-size: 136px 38px;
}

.basket__delivery .basket__label.bg4:after {
  background: url("../images/deliv-icon4.jpg") no-repeat;
  width: 109px;
  height: 100px;
  top: -12px;
  left: 50px;
  background-size: 109px 100px;
}

.basket__delivery .basket__label.bg5:after {
  background: url("../images/deliv-icon5.jpg") no-repeat;
  width: 118px;
  height: 53px;
  top: 0;
  left: 50px;
  background-size: 118px 53px;
}

.basket__delivery .basket__label.bg6:after {
  background: url("../images/deliv-icon6.jpg") no-repeat;
  width: 144px;
  height: 34px;
  top: 5px;
  left: 40px;
  background-size: 144px 34px;
}

.basket__delivery .basket__label .jq-radio {
  margin: 14px 190px 0 0;
}

.basket__delivery .basket__label li span {
  color: #535353;
}

.basket__delivery .basket__label li b {
  color: #0d92ff;
  text-decoration: underline;
}

.basket .row {
  margin: 0 -3px;
}

.basket .col-md-4 {
  padding: 0 3px;
}

.basket__pay {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0 0 0;
}

.basket__pay .basket__label {
  margin: 0 0 18px 0;
}

.basket__comment {
  padding: 35px 0 0 0;
}

.basket__comment-head {
  line-height: 130%;
  font-weight: 500;
  padding: 0 0 15px 0;
}

.basket__comment textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 790px;
  padding: 22px 30px;
  border: 0;
  background: #f4f4f4;
  resize: none;
  height: 127px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 24px 0;
}

.basket__comment .catalog__filter__checkbox {
  font-size: 14px;
  margin: 0 0 60px 0;
}

.basket button.btn {
  width: 312px;
}

.basket__bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  padding: 25px 0 0 0;
}

#map {
  width: 600px;
  height: 400px;
}

.pagebox {
  padding: 0 0 50px 0;
}

.pagebox h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 25px 0;
}

.pagebox p {
  padding: 0 0 25px 0;
}

.pagebox b, .pagebox strong {
  font-weight: bold;
}

.pagebox ul {
  padding: 0 0 15px 0;
}

.pagebox ul li {
  padding: 0 0 10px 27px;
  position: relative;
}

.pagebox ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0d92ff;
  border-radius: 100%;
}

.s_controll_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }
  .header__logo img {
    width: 120px;
  }
  .header__logo-desc {
    font-size: 12px;
    width: 250px;
  }
  .menu .flex.direction {
    display: block;
  }
  .menu__search {
    padding: 0 0 10px 0;
  }
  .menu__search.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu__search-box {
    width: 830px;
  }
  .nav ul li {
    padding: 0 17px 40px 17px;
  }
  .action__block.bg1 {
    width: 480px;
  }
  .action__block.bg1:before {
    left: -50px;
  }
  .action__block.bg2 {
    width: 475px;
  }
  .filter__info .flex {
    display: block;
  }
  .filter__info-check {
    padding: 0;
  }
  .filter__info .col-md-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filter__cont {
    min-height: 450px;
  }
  .filter .btn {
    padding: 25px 10px;
  }
  .filter__head-title {
    min-height: 330px;
  }
  .filter__info-block {
    width: auto;
  }
  .catalog__content .col-md-4 {
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .product__image a {
    width: 450px;
  }
  .basket__block-name {
    width: 220px;
  }
  .basket__block-image {
    width: 200px;
    height: 200px;
  }
  .basket__head-summ {
    padding: 20px;
    height: 150px;
  }
  .basket__full-summ span {
    font-size: 25px;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .header__logo-desc {
    display: none;
  }
  .menu__search-box {
    width: 640px;
  }
  .nav ul li {
    padding: 0 4px 40px 4px;
  }
  .action__block.bg1 {
    width: 380px;
  }
  .action__block.bg1:before {
    background-position: 100% 0;
  }
  .action__block.bg2 {
    width: 380px;
  }
  .action__block-head {
    font-size: 20px;
  }
  .action__block-title {
    font-size: 22px;
  }
  .filter.flex {
    display: block;
  }
  .filter__info .col-md-3 {
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .filter__head {
    width: auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    min-height: inherit;
    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;
  }
  .filter__head-title {
    min-height: inherit;
  }
  .filter__head img {
    height: 70px;
  }
  .filter__cont {
    min-height: 290px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .flex {
    display: block;
  }
  .footer__nav.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav-block {
    padding: 0 0 25px 0;
  }
  .footer__phone, .footer__mail, .footer__address {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
  }
  .catalog__content .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product__info h3 {
    font-size: 23px;
  }
  .product__summ.flex {
    display: block;
  }
  .product__summ-full {
    padding: 0 0 25px 0;
  }
  .product__image a {
    width: 400px;
  }
  .basket__head.flex {
    display: block;
  }
  .basket__cont {
    padding: 0 0 10px 0;
  }
  #map {
    width: 400px;
  }
  .basket__comment textarea {
    width: 100%;
  }
  .basket__delivery .basket__label {
    padding: 50px 0 0 0;
    margin: 10px 0 40px 0;
  }
  .basket__delivery .basket__label .jq-radio {
    margin: 2px 30px 0 0;
  }
  .basket__delivery .basket__label.bg1:after, .basket__delivery .basket__label.bg2:after, .basket__delivery .basket__label.bg3:after, .basket__delivery .basket__label.bg5:after, .basket__delivery .basket__label.bg6:after {
    background-size: 70% auto;
  }
  .basket__delivery .basket__label.bg4:after {
    background-size: 50% auto;
  }
}

@media (max-width: 800px) {
  .wrapper {
    width: 600px;
  }
  body {
    font-size: 16px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  br {
    display: none;
  }
  .header__address {
    display: none;
  }
  .menu {
    padding: 15px 0;
    margin: 0 0 30px 0;
  }
  .menu__search {
    padding: 0;
  }
  .menu__search-box {
    width: 400px;
  }
  .menu__burger {
    display: block;
  }
  .nav {
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
  }
  .nav ul {
    display: block;
    padding: 0;
  }
  .nav ul li {
    padding: 0;
  }
  .nav ul li:hover ul {
    visibility: visible;
  }
  .nav ul li:before {
    display: none;
  }
  .nav ul li a {
    height: auto;
    padding: 10px 15px;
  }
  .nav ul li ul {
    position: static;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin: 5px 10px;
    display: none;
  }
  .nav ul li ul:before {
    display: none;
  }
  .nav ul li ul li a {
    padding: 10px 15px;
  }
  .action__block.bg1 {
    width: auto;
    display: block;
    height: 250px;
  }
  .action__block.bg1:before {
    background-position: 0 0;
  }
  .action__block.bg1 br {
    display: block;
  }
  .action__block.bg2 {
    display: none;
  }
  .index-action.flex {
    display: block;
  }
  .filter__head {
    padding: 15px 20px;
  }
  .filter__head-title {
    font-size: 18px;
  }
  .filter__info {
    padding: 15px;
  }
  .filter__info .col-md-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filter__cont {
    min-height: 450px;
  }
  .btn {
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
    padding: 0 0 25px 0;
  }
  .index-product {
    padding: 50px 0;
  }
  .slick-next, .slick-prev {
    background-size: 70% auto;
    background-position: 50% 50%;
  }
  .index-brand {
    padding: 50px 0;
  }
  .catalog__container.flex {
    display: block;
  }
  .catalog__filter {
    width: auto;
    margin: 0 0 25px 0;
    display: none;
  }
  .catalog__filter-more.btn {
    font-size: 16px;
    padding: 20px 30px 20px 50px;
    position: relative;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .catalog__filter-more.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    background: url("../images/filter-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .catalog__block__image {
    padding: 20px;
  }
  .catalog__head h1 {
    font-size: 25px;
  }
  .catalog__content .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .breadcumbs {
    padding: 0 0 20px 0;
  }
  .inner__product {
    padding: 50px 0;
  }
  .inner__product h2 {
    padding: 0 0 25px 0;
  }
  .product__info h3 {
    font-size: 20px;
  }
  .product__image a {
    padding: 20px;
    height: 350px;
    width: 300px;
  }
  .product__head {
    padding: 0 0 10px 0;
  }
  .product .col-md-2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .basket h1 {
    font-size: 25px;
    padding: 0 0 25px 0;
  }
  .basket__block {
    padding: 70px 0 0 0;
  }
  .basket__block-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 70px 15px 15px;
  }
  .basket__pickup {
    display: block;
  }
  .basket__pickup-block {
    width: auto;
  }
  .basket h2 {
    padding: 0 0 30px 0;
  }
  #map {
    width: auto;
  }
}

@media (max-width: 650px) {
  .wrapper {
    width: 300px;
  }
  .col-md-2, .col-md-3, .col-md-4, .catalog__content .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .modal__box {
    width: 280px;
    padding: 20px !important;
    margin: 10px !important;
  }
  .header__logo img {
    width: 100px;
  }
  .header__phone span {
    font-size: 16px;
  }
  .action__block {
    padding: 20px;
    margin: 0  0 25px 0;
  }
  .action__block-head, .action__block-title {
    font-size: 16px;
  }
  .action__block.bg1 {
    height: 220px;
  }
  .action__block.bg1:before {
    background-position: 100% 0;
  }
  .filter {
    margin: 0 0 30px 0;
  }
  .filter__cont {
    min-height: inherit;
    padding: 0 0 20px 0;
  }
  .filter__info-selection {
    min-height: auto;
  }
  .filter__info-check {
    padding: 20px 0 0 0;
  }
  .index-product-slider {
    padding: 0 30px;
  }
  .index-product h2 {
    padding: 0 0 15px 0;
    text-align: center;
  }
  .index-product .tabs__caption {
    position: static;
    padding: 0 0 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-brand__block {
    width: 50%;
    min-height: 100px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__nav.flex {
    display: block;
  }
  .footer__nav-block {
    width: auto;
    padding: 0 0 20px 0;
  }
  .footer__title {
    padding: 0 0 15px 0;
    font-size: 18px;
  }
  .menu__search-box {
    width: 210px;
  }
  .menu__search-box input {
    height: 35px;
    padding: 0 37px 0 10px;
    font-size: 12px;
  }
  .menu__search-box button {
    width: 35px;
  }
  .menu__search-box button:before {
    background-size: 15px auto;
  }
  .menu__basket-btn {
    font-size: 13px;
    padding-left: 25px;
    padding-right: 15px;
  }
  .menu__basket-btn:before {
    font-size: 21px;
    top: -5px;
  }
  .menu__basket-btn span {
    display: none;
  }
  .menu__search-number {
    width: 15px;
    height: 15px;
    font-size: 9px;
    line-height: 16px;
    top: -8px;
  }
  .nav__mobile {
    display: block;
  }
  .catalog__filter-more.btn {
    font-size: 14px;
  }
  .product__head {
    display: block;
  }
  .product__image a {
    width: auto;
    height: auto;
    display: block;
  }
  .product__instock {
    padding: 0 0 30px 0;
  }
  .product__summ-full {
    font-size: 30px;
  }
  .product__summ .btn {
    padding-left: 65px;
    padding-right: 65px;
  }
  .product__summ-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__info {
    padding: 0;
  }
  .tabs__caption li {
    font-size: 14px;
    padding: 12px 25px;
  }
  table td {
    padding: 15px;
  }
  .inner__product .slick-prev {
    left: 0;
  }
  .inner__product .slick-next {
    right: 0;
  }
  .product__summ-number {
    margin: 0 10px 0 0;
  }
  .basket h1 {
    font-size: 21px;
  }
  .basket__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 130px 20px 20px 20px;
  }
  .basket__block-image {
    width: 40%;
    padding: 10px;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .basket__block-name {
    width: 60%;
    left: auto;
    right: 0;
    padding: 10px 35px 10px 10px;
  }
  .basket__block-summ {
    padding: 10px 0 0 0;
  }
  .basket__block .product__summ-number {
    margin: 0 30px 0 0;
  }
  .basket__block-full {
    padding: 20px 0 0 0;
    font-size: 25px;
    width: auto;
  }
  .basket__name {
    font-size: 16px;
  }
  .basket__desc {
    font-size: 14px;
  }
  .basket__head {
    padding: 0 0 30px 0;
  }
  .basket h2 {
    font-size: 20px;
  }
  .basket__column {
    display: block;
  }
  .basket__column-block {
    width: auto;
    margin: 0;
  }
  .basket__pay {
    padding: 25px 0 0 0;
  }
  .basket h3 {
    font-size: 19px;
  }
  .basket__delivery {
    display: block;
  }
  .basket__delivery .basket__label {
    width: auto;
    margin: 0 0 30px 0;
  }
  .basket__comment .catalog__filter__checkbox {
    margin: 0 0 25px 0;
  }
  .basket__comment .catalog__filter__checkbox span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #map {
    height: 250px;
  }
  .no_items {
    font-size: 16px;
  }
}

.applied-filters__button {
    color:red;
}

.news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.news-item {
    margin:10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 2px rgb(0 0 0 / 9%);
    box-shadow: 0 1px 11px 1px rgb(0 0 0 / 9%);

}
.item-info {
    padding: 15px;
    color: #000;
}
.news-item a {
    text-decoration:none;
    color:#000;
}
.object-secondary-title {
    color: #949494;
    margin-top: 10px;
}

.kontact-block {
    display: flex;
}

.kontact-text {
    width: 50%;
}
.kontact-map {
    width: 50%;   
}

@media (max-width: 650px) {
   .news-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.news-item {
    margin:5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 2px rgb(0 0 0 / 9%);
    box-shadow: 0 1px 11px 1px rgb(0 0 0 / 9%);

}
.kontact-block {
    display: block;
}

.kontact-text {
    width: 100%;
}
.kontact-map {
    width: 100%;   
}
}

.category-sale {
    list-style: inside;
}

.category-sale li {
    
}
.category-sale li a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}
/*# sourceMappingURL=main.css.map */