* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

body.page-main {
  background-color: #f2f2f2;
}

p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.btn {
  width: 186px;
  height: 51px;
  margin: 0 auto;
  margin-top: 15px;
  background-image: url(../img/basket-green.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 30px center;
  border-radius: 23px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.9px;
  color: #70b013;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  background-image: url(../img/basket-white.png);
  border: 0;
  background-color: #d10006;
  color: #fff;
}

.lastLink {
  margin-top: 45px;
  margin-bottom: 60px;
  text-align: center;
}

.lastLink a,
.lastLink span {
  padding-bottom: 6px;
  font-size: 16px;
  color: #86ba48;
  text-decoration: none;
  border-bottom: 2px solid #71b114;
  cursor: pointer;
}

.site-header {
  width: 100vw;
  background-color: #f2f2f2;
}

.header-top-line {
  position: relative;
  width: 100%;
  background-color: #9ed227;
}

.header-top-line-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
  position: relative;
  height: 59px;
  font-size: 16px;
}

.header-logo {
  width: 135px;
}

.header-menu-top,
.header-shop {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-menu-top {
  width: 55%;
}

.header-menu-top ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu-top ul li {
  list-style-type: none;
  display: inline-block;
}

.header-menu-top ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.header-shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 150px;
  cursor: pointer;
}

.header-shop .count {
  position: absolute;
  top: 0;
  left: 25px;
  height: 19px;
  width: 19px;
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
}

.header-shop > img {
  display: inline-block;
  width: 25px;
  height: 22px;
}

.header-shop #infoblock_cont {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff0000;
}

.header-shop .modal {
  display: none;
  position: absolute;
  width: 305px;
  top: 100%;
  margin: 2px 0 0;
  margin-left: -40px;
  padding: 24px 10px;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #e1e1e1;
  border-radius: 0;
  float: right;
  z-index: 1000;
}

.header-shop .modal hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.header-shop .modal .item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-shop .modal .item-img {
  height: 48px;
  width: 25%;
  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;
}

.header-shop .modal .item-img img {
  max-height: 100%;
}

.header-shop .modal .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  padding-left: 15px;
  padding-bottom: 6px;
}

.header-shop .modal .item-title {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-shop .modal .item-title:hover {
  color: #0083C1;
}

.header-shop .modal .item-total {
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  color: #0083C1;
}

.header-shop .modal .item-delete {
  width: 15%;
  font: 14px;
  color: #898989;
  text-align: center;
  cursor: pointer;
}

.header-shop .modal .item-delete:hover {
  color: #0083C1;
}

.header-shop .modal .item-delete i {
  line-height: 48px;
}

.header-shop .modal .sum-total {
  font-size: 15px;
  color: #666;
  text-align: right;
}

.header-shop .modal .sum-total span {
  margin-left: 10px;
  color: #0083C1;
  font-weight: bold;
}

.header-shop .modal .sum .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-shop .modal .sum .buttons .inBasket,
.header-shop .modal .sum .buttons .do-order {
  display: inline-block;
  width: 125px;
  margin-top: 20px;
  background: #0083C1;
  color: #fff;
  border: none;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  padding: 6px 14px;
  border-radius: 2px;
  text-decoration: none;
}

.header-shop .modal .sum .buttons .inBasket i,
.header-shop .modal .sum .buttons .do-order i {
  margin-right: 6px;
}

.header-shop .modal .sum .buttons .do-order {
  background: #4cae4c;
}

.header-secondLine {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-secondLine .search {
  position: relative;
  display: inline-block;
}

.header-secondLine .search #search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-secondLine .search #search_form #input_search {
  width: 468px;
  height: 40px;
  margin-left: 215px;
  background-color: #ffffff;
  padding: 9px 12px;
  color: #a09898;
  border: 0;
  border-radius: 15px 0 0 15px;
  outline: none;
}

.header-secondLine .search #search_form .fast-search-sub {
  width: 40px;
  height: 40px;
  background: url(../img/search.png);
  background-color: #ffffff;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
}

.header-secondLine .header-info {
  display: inline-block;
  position: relative;
  float: right;
}

.header-secondLine .header-info .header-days ul li {
  list-style-position: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #9ed227;
  border-radius: 50%;
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
}

.header-secondLine .header-info .header-days ul li.red {
  background-color: #ff0000;
}

.header-secondLine .header-info .header-tel {
  margin-top: 18px;
  text-align: right;
  padding-right: 10px;
}

.header-secondLine .header-info .header-tel img {
  width: 13px;
  margin-right: 9px;
}

.search-result {
  position: absolute;
  left: 215px;
  top: 45px;
  width: 507px;
  z-index: 100;
  padding: 10px;
  background: white none repeat scroll 0% 0%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.search-result .show-more {
  text-align: left;
  padding: 5px;
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}

.search-result .show-more a {
  text-decoration: none;
  color: #70b013;
}

.breadcrumbs {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 26px;
  padding: 0 15px;
}

.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}

.breadcrumbs li .breadcrumb {
  position: relative;
  font-size: 12px;
  color: #747474;
  margin-right: 10px;
  text-decoration: none;
}

.breadcrumbs li .breadcrumb:after {
  content: '>';
  display: block;
  top: 0;
  right: 0;
  margin-right: -10px;
  position: absolute;
}

.breadcrumbs li .breadcrumb-last {
  color: #7aa119;
}

.breadcrumbs li .breadcrumb-last:after {
  content: '';
}

.content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-view span {
  margin: 0 8px;
  color: #959595;
}

.content-view span.green {
  color: #71b114;
}

.content-title2 {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #7aa119;
  text-transform: uppercase;
  font-weight: bold;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 960px) {
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content .seeFilters {
  position: relative;
  z-index: 5;
  width: 180px;
  padding: 5px 15px;
  margin: 0 auto;
  display: none;
  text-align: center;
  color: #747474;
  background-color: #FFF;
  border-bottom: 2px solid #7aa117;
  cursor: pointer;
}

@media (max-width: 960px) {
  .content .seeFilters {
    display: block;
  }
}

.content-filter {
  position: relative;
  min-width: 225px;
  max-width: 225px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 960px) {
  .content-filter {
    margin-top: 30px;
    padding: 0 5px;
    background-color: #f2f2f2;
    position: absolute;
    width: 90vw;
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -100vw;
    z-index: 2;
    -webkit-transition: .7s;
    transition: .7s;
  }
}

@media (max-width: 1200px) {
  .content-filter .catalog-sliders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-filter .catalog-sliders p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16x;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.content-filter .catalog-sliders p span {
  margin-right: 90px;
}

@media (max-width: 1200px) {
  .content-filter .catalog-sliders p span {
    margin-right: 25px;
  }
}

.content-filter .catalog-sliders p .rangeSlider-input {
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: 0;
  color: #000;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content {
  border: 0;
  background-color: #d0d0d0;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:after,
.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:before {
  top: -4px;
  right: -5px;
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #d0d0d0;
  border-radius: 50%;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:before {
  left: -10px;
}

.content-filter .catalog-rangeSlider .ui-slider-horizontal {
  height: 6px;
}

.content-filter .catalog-rangeSlider .ui-state-default,
.content-filter .catalog-rangeSlider .ui-widget-content .ui-state-default {
  top: -4px;
  margin-left: -.6em;
  background: #7aa119;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.content-filter .catalog-rangeSlider .ui-widget-header {
  background: #7aa119;
}

.content-filter .item {
  margin-top: 31px;
}

@media (max-width: 960px) {
  .content-filter .item {
    margin: 10px 5px 20px 5px;
  }
}

.content-filter h3 {
  font-size: 18px;
  color: #7aa119;
  font-weight: normal;
  margin-bottom: 19px;
}

.content-filter label {
  font-size: 16px;
  color: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.content-filter label input {
  display: none;
}

.content-filter label span {
  height: 17px;
  width: 17px;
  min-width: 17px;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  font-weight: 900;
  border: 1px solid #7aa119;
  padding: 3px;
  font-family: "Font Awesome 5 Free";
  margin-right: 11px;
}

.content-filter label [type=checkbox]:checked + span {
  background-color: #7aa117;
}

.content-filter label [type=checkbox]:checked + span:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 13px;
  color: white;
}

.content-filter .seeMore {
  display: inline-block;
  color: #747474;
  border-bottom: 2px solid #7aa117;
  cursor: pointer;
}

.content-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2%;
}

@media (max-width: 960px) {
  .content-catalog {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
  }
}

.content .product-item {
  width: 25%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .content .product-item {
    width: 33%;
  }
}

@media (max-width: 960px) {
  .content .product-item {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .content .product-item {
    width: 96%;
  }
}

.content .product-item .akciya,
.content .product-item .popular {
  position: absolute;
  display: none;
  width: 170px;
  margin: 0 auto;
  height: 29px;
  background-image: url(../img/akciya.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 10px center;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #7aa117;
}

.content .product-item .akciya.active,
.content .product-item .popular.active {
  display: block;
}

.content .product-item .popular {
  background-image: url(../img/star.png);
  color: #dcb54e;
}

.content .product-item .item-thumb {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .product-item .item-thumb img {
  border: 0;
  max-width: 100%;
}

.content .product-item .item-title {
  margin-top: 9px;
  margin-bottom: 20px;
  color: #323232;
}

.content .product-item .item-title a {
  color: #323232;
  text-decoration: none;
}

.content .product-item .item-price {
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
}

.content .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .content .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content .product-foto {
  width: 30%;
}

@media (max-width: 768px) {
  .content .product-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 96%;
  }
}

.content .product-foto img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .content .product-foto img {
    width: 96%;
  }
}

.content .product-info {
  position: relative;
  width: 70%;
}

@media (max-width: 768px) {
  .content .product-info {
    width: 96%;
  }
}

.content .product-title {
  margin-top: 29px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.content .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.content .product-price--current {
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
  margin-right: 20px;
}

.content .product-tabs {
  max-width: 700px;
}

.content .product-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.content .product-tabs--caption li {
  padding: 16px 12px 9px 6px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  margin-right: 34px;
  background: #FFF;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.content .product-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
}

.content .product-tabs--content {
  display: none;
  background: #FFF;
  min-height: 145px;
  padding: 7px 15px;
  font-size: 14px;
  color: #1e1e1e;
}

.content .product-tabs--content.active {
  display: block;
}

.content .product-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .product-order--quantity {
  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;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #585858;
}

.content .product-order--quantity #plus {
  color: #525252;
  margin-left: 30px;
  font-size: 22px;
  cursor: pointer;
}

.content .product-order--quantity #number {
  color: #525252;
  font-size: 22px;
  margin-left: 15px;
  margin-right: 17px;
}

.content .product-order--quantity #minus {
  font-size: 22px;
  color: #525252;
  cursor: pointer;
  margin-right: 27px;
}

.content .product-order--btn {
  margin-top: 0;
}

.content .recommended {
  padding: 0 80px;
}

.content .recommended h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #71b114;
  margin-top: 73px;
  margin-bottom: 58px;
}

.content .recommended .product-item {
  width: 100%;
}

.content .recommended .product-item .akciya,
.content .recommended .product-item .popular {
  position: relative;
}

.content .recommended .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 10px;
}

.content .recommended .owl-nav {
  position: absolute;
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.content .recommended .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.content .recommended .owl-nav button.owl-prev {
  margin-left: -45px;
}

.content .recommended .owl-nav button.owl-next {
  margin-right: -45px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-foto {
  width: 30%;
}

@media (max-width: 768px) {
  .product-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 96%;
  }
}

.product-foto img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .product-foto img {
    width: 96%;
  }
}

.product-info {
  position: relative;
  width: 70%;
}

@media (max-width: 768px) {
  .product-info {
    width: 96%;
  }
}

.product-title {
  margin-top: 29px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.product-price--current {
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
  margin-right: 20px;
}

.product-tabs {
  max-width: 700px;
}

.product-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.product-tabs--caption li {
  padding: 16px 12px 9px 6px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  margin-right: 34px;
  background: #FFF;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.product-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
}

.product-tabs--content {
  display: none;
  background: #FFF;
  min-height: 145px;
  padding: 7px 15px;
  font-size: 14px;
  color: #1e1e1e;
}

.product-tabs--content.active {
  display: block;
}

.product-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-order--quantity {
  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;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #585858;
}

.product-order--quantity #plus {
  color: #525252;
  margin-left: 30px;
  font-size: 22px;
  cursor: pointer;
}

.product-order--quantity #number {
  color: #525252;
  font-size: 22px;
  margin-left: 15px;
  margin-right: 17px;
}

.product-order--quantity #minus {
  font-size: 22px;
  color: #525252;
  cursor: pointer;
  margin-right: 27px;
}

.product-order--btn {
  margin-top: 0;
}

.recommended {
  padding: 0 80px;
}

.recommended h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #71b114;
  margin-top: 73px;
  margin-bottom: 58px;
}

.recommended .product-item {
  width: 100%;
}

.recommended .product-item .akciya,
.recommended .product-item .popular {
  position: relative;
}

.recommended .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 10px;
}

.recommended .owl-nav {
  position: absolute;
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.recommended .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.recommended .owl-nav button.owl-prev {
  margin-left: -45px;
}

.recommended .owl-nav button.owl-next {
  margin-right: -45px;
}

.footer {
  position: relative;
  width: 100vw;
  height: 225px;
  margin-top: 28px;
  padding-top: 52px;
  padding-bottom: 31px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 15px;
    height: auto;
    padding-bottom: 25px;
  }
}

.footer-img {
  position: absolute;
  bottom: 0;
}

.footer-img img {
  max-height: 100%;
  margin-bottom: -4px;
}

@media (max-width: 768px) {
  .footer-img img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .footer-img img {
    display: none;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 5% 0 20%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 960px) {
  .footer-menu {
    width: 80%;
    margin: 0 5% 0 25%;
  }
}

@media (max-width: 768px) {
  .footer-menu {
    width: 70%;
    margin: 0 5% 0 140px;
  }
}

@media (max-width: 480px) {
  .footer-menu {
    width: 98%;
    margin: 0 auto;
  }
}

.footer-menu a {
  width: 25%;
  margin-bottom: 26px;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer-menu a {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .footer-menu a {
    width: 65%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer-menu a:nth-child(even) {
    width: 35%;
  }
}

@media (max-width: 380px) {
  .footer-menu a {
    width: 60%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer-menu a:nth-child(even) {
    width: 40%;
  }
}

.footer-menu a img {
  width: 24px;
  max-height: 24px;
  float: left;
  margin-right: 11px;
}

.footer-social {
  text-align: center;
}

.footer-social img {
  width: 27px;
  height: 27px;
  margin: 0 14px;
}

.topSlider {
  background-color: #f2f2f2;
  width: 100vw;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .topSlider {
    padding-top: 10px;
  }
}

.topSlider .wrap {
  position: relative;
  width: 100vw;
  background-image: url(../img/topSlider-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 1440px) {
  .topSlider .wrap {
    background-size: 100vw 600px;
  }
}

@media (max-width: 1200px) {
  .topSlider .wrap {
    background-size: 100vw 67vw;
  }
}

@media (max-width: 1024px) {
  .topSlider .wrap {
    background-size: 100vw 60vw;
  }
}

@media (max-width: 960px) {
  .topSlider .wrap {
    background-size: 100vw 65vw;
  }
}

@media (max-width: 768px) {
  .topSlider .wrap {
    background-size: unset;
  }
}

.topSlider .wrap .owl-carousel {
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 1200px) {
  .topSlider .wrap .owl-carousel {
    max-width: 820px;
  }
}

@media (max-width: 1024px) {
  .topSlider .wrap .owl-carousel {
    max-width: 620px;
  }
}

.topSlider .wrap .owl-carousel .owl-nav {
  position: absolute;
  top: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.topSlider .wrap .owl-carousel .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.topSlider .wrap .owl-carousel .owl-nav button.owl-prev {
  margin-left: -61px;
}

@media (max-width: 768px) {
  .topSlider .wrap .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
  }
}

.topSlider .wrap .owl-carousel .owl-nav button.owl-next {
  margin-right: -61px;
}

@media (max-width: 768px) {
  .topSlider .wrap .owl-carousel .owl-nav button.owl-next {
    margin: 0;
  }
}

.topSlider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 4px;
}

@media (max-width: 1024px) {
  .topSlider-item {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .topSlider-item {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
  }
}

.topSlider-item--title {
  font-size: 50px;
  font-weight: bold;
  color: #474747;
  line-height: 50px;
}

@media (max-width: 1200px) {
  .topSlider-item--title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 1200px) {
  .topSlider-item--title {
    font-size: 35px;
    line-height: 45px;
  }
}

.topSlider-item--title span {
  display: block;
  font-size: 35px;
  line-height: 50px;
}

@media (max-width: 1024px) {
  .topSlider-item--title span {
    font-size: 25px;
    line-height: 35px;
  }
}

.topSlider-item--description {
  margin-top: 26px;
  font-size: 16px;
  color: #474747;
}

.topSlider-item--price {
  margin-top: 36px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.25px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .topSlider-item--price {
    display: none;
  }
}

.topSlider-item--photo {
  max-height: 322px;
  height: 322px;
  margin-left: 70px;
}

@media (max-width: 1200px) {
  .topSlider-item--photo {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .topSlider-item--photo {
    margin-left: 0;
    text-align: center;
    height: 260px;
    max-height: 260px;
    width: auto !important;
  }
}

.topSlider-item--photo img {
  max-height: 100%;
}

@media (max-width: 1024px) {
  .topSlider-item--photo img {
    margin-top: 15%;
    max-width: 100%;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .topSlider-item--photo img {
    margin: 0 auto;
  }
}

.topSlider-item--btn {
  margin: 0;
  margin-left: -4px;
}

@media (max-width: 768px) {
  .topSlider-item--btn {
    display: none;
  }
}

.tabs-wrapper {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 100px;
}

.tabs-wrapper .main-tabs {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  z-index: 2;
}

.tabs-wrapper .main-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

@media (max-width: 960px) {
  .tabs-wrapper .main-tabs--caption {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tabs-wrapper .main-tabs--caption li {
  padding: 23px 49px 22px 46px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  background: transparent;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 960px) {
  .tabs-wrapper .main-tabs--caption li {
    padding: 22px 15px;
    width: 25%;
  }
}

.tabs-wrapper .main-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
  background: #fff;
}

.tabs-wrapper .main-tabs--content {
  display: none;
  background: #FFF;
  min-height: 460px;
  padding: 7px 34px;
  font-size: 14px;
  color: #1e1e1e;
}

.tabs-wrapper .main-tabs--content.active {
  display: block;
}

.tabs-wrapper .main-tabs--content .product-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.tabs-wrapper .main-tabs--content .product-item .akciya,
.tabs-wrapper .main-tabs--content .product-item .popular {
  position: absolute;
  display: none;
  width: 100%;
  height: 29px;
  background-image: url(../img/akciya.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 29px center;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #7aa117;
}

.tabs-wrapper .main-tabs--content .product-item .akciya.active,
.tabs-wrapper .main-tabs--content .product-item .popular.active {
  display: block;
}

.tabs-wrapper .main-tabs--content .product-item .popular {
  background-image: url(../img/star.png);
  color: #dcb54e;
}

.tabs-wrapper .main-tabs--content .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs-wrapper .main-tabs--content .product-item .item-title {
  font-size: 16px;
  margin: 20px 0;
}

.tabs-wrapper .main-tabs--content .product-item .item-title a {
  color: #323232;
  text-decoration: none;
}

.tabs-wrapper .main-tabs--content .product-item .item-price {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #7aa114;
}

.tabs-wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tabs-wrapper .owl-carousel .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.tabs-wrapper .owl-carousel .owl-nav button.owl-prev {
  margin-left: -20px;
}

.tabs-wrapper .owl-carousel .owl-nav button.owl-next {
  margin-right: -18px;
}

.tabs-wrapper .cat {
  position: absolute;
  right: 0;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 1400px) {
  .tabs-wrapper .cat {
    display: none;
  }
}

.tabs-wrapper .cat img {
  max-width: 100%;
  float: right;
  width: 25.6vw;
}

.callboard {
  margin-top: 77px;
}

.callboard h2 {
  margin-bottom: 23px;
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 3.75px;
  text-align: center;
  color: #86ba48;
  text-transform: uppercase;
}

.callboard .add {
  margin: 0 auto;
  margin-bottom: 65px;
  width: 248px;
  height: 43px;
  padding: 10px 24px 14px 19px;
  border-radius: 21.5px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #71b114;
  cursor: pointer;
}

.callboard .wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .callboard .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 960px) {
  .callboard .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.callboard .wrap .advertItem {
  position: relative;
  width: 348px;
  -webkit-box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
          box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
  padding-bottom: 29px;
}

@media (max-width: 1024px) {
  .callboard .wrap .advertItem {
    width: 290px;
  }
}

@media (max-width: 960px) {
  .callboard .wrap .advertItem {
    width: 70vw;
    margin-bottom: 60px;
  }
}

@media (max-width: 48px) {
  .callboard .wrap .advertItem {
    width: 90vw;
  }
}

.callboard .wrap .advertItem-category {
  position: absolute;
  top: -35px;
  left: 11px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #71b114;
}

.callboard .wrap .advertItem-category img {
  height: 48px;
  margin-top: -15px;
}

.callboard .wrap .advertItem-content {
  padding: 23px 30px 32px 45px;
}

.callboard .wrap .advertItem-photo {
  width: 100%;
  height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 960px) {
  .callboard .wrap .advertItem-photo {
    height: 320px;
  }
}

.callboard .wrap .advertItem-title {
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
  margin-bottom: 10px;
}

.callboard .wrap .advertItem-person {
  margin-bottom: 29px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}

.callboard .wrap .advertItem-text {
  height: 94px;
  max-height: 94px;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
  overflow: hidden;
}

.callboard .wrap .advertItem-more {
  display: block;
  margin: 0 auto;
  width: 186px;
  height: 51px;
  border-radius: 23px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  text-align: center;
  line-height: 51px;
  cursor: pointer;
}

.brands {
  margin-bottom: 69px;
  background-color: #fff;
}

.brands .wrap {
  padding: 15px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.brands .wrap .brand-item {
  width: 100%;
  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;
}

.brands .wrap img {
  max-height: 90px;
  width: auto;
}

.brands .wrap .owl-nav {
  position: absolute;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.brands .wrap .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.brands .wrap .owl-nav button.owl-prev {
  margin-left: 0;
}

.brands .wrap .owl-nav button.owl-next {
  margin-right: 0;
}

.about {
  width: 100vw;
  margin-top: 81px;
  margin-bottom: 106px;
}

@media (max-width: 960px) {
  .about {
    margin-top: 50px;
  }
}

.about h2 {
  height: 18px;
  margin-bottom: 49px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .about h2 {
    margin-bottom: 25px;
  }
}

.about .wrap {
  position: relative;
  padding: 55px 137px 35px 43px;
  max-width: 927px;
  margin: 0 auto;
  background-color: #fff;
}

.about .lastLink {
  margin-top: 26px;
  margin-bottom: 0;
}

.about-text {
  height: 215px;
  max-height: 215px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about .dog {
  position: absolute;
  width: 320px;
  bottom: -75px;
  right: -75px;
  z-index: 2;
}

@media (max-width: 1060px) {
  .about .dog {
    margin-top: 50px;
    width: 265px;
    bottom: -15px;
    right: -15px;
  }
}

@media (max-width: 960px) {
  .about .dog {
    width: 235px;
  }
}

@media (max-width: 768px) {
  .about .dog {
    display: none;
  }
}

.reviews h2 {
  margin-top: 67px;
  margin-bottom: 63px;
  height: 18px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .reviews h2 {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.reviews .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1060px) {
  .reviews .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .reviews .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reviews .reviewItem {
  width: 352px;
  height: 236px;
  padding: 38px 32px 24px 46px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
          box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
}

@media (max-width: 1060px) {
  .reviews .reviewItem {
    width: 305px;
  }
}

@media (max-width: 960px) {
  .reviews .reviewItem {
    width: 280px;
    height: auto;
  }
}

@media (max-width: 860px) {
  .reviews .reviewItem {
    width: 255px;
  }
}

@media (max-width: 768px) {
  .reviews .reviewItem {
    margin-bottom: 10px;
    width: 90vw;
  }
}

.reviews .reviewItem-ava {
  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;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-right: 18px;
  float: left;
  overflow: hidden;
}

@media (max-width: 960px) {
  .reviews .reviewItem-ava {
    width: 100%;
    height: auto;
  }
}

.reviews .reviewItem-name {
  float: left;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
}

@media (max-width: 960px) {
  .reviews .reviewItem-name {
    display: block;
    text-align: center;
    float: unset;
  }
}

@media (max-width: 960px) {
  .reviews .reviewItem-reyt {
    display: block;
    text-align: center;
    float: unset;
  }
}

.reviews .reviewItem-reyt i {
  color: #ffca29;
  font-size: 14px;
  margin-right: 6px;
}

.reviews .reviewItem-date {
  margin-top: 8px;
  font-size: 14px;
  color: #525252;
}

@media (max-width: 960px) {
  .reviews .reviewItem-date {
    display: block;
    text-align: center;
    float: unset;
  }
}

.reviews .reviewItem-message {
  margin-top: 23px;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
}

.reviews .reviewItem-more {
  display: none;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #71b114;
  text-decoration: none;
}

.reviews .reviewItem:hover .reviewItem-more {
  display: block;
}

.map {
  position: relative;
  width: 100vw;
}

.map h2 {
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

.map .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1140px;
  margin: 0 auto;
}

.map .wrap .left {
  width: 355px;
  margin-right: 48px;
  max-height: 678px;
  overflow: hidden;
}

.map .wrap .left .adres-item {
  position: relative;
  padding: 19px 27px 19px 21px;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.map .wrap .left .adres-item--title {
  display: block;
  padding-left: 28px;
  background-image: url(../img/paw.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
  cursor: pointer;
}

.map .wrap .left .adres-item--place {
  padding-left: 28px;
  background-image: url(../img/mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item--phone {
  padding-left: 28px;
  background-image: url(../img/phone-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item--schedule {
  padding-left: 28px;
  background-image: url(../img/clock.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item:hover {
  background-color: #fff;
}

.map .wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.map .wrap .right > img {
  max-width: 100%;
}
/*# sourceMappingURL=styles.css.map */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

body.page-main {
  background-color: #f2f2f2;
}
a {
    text-decoration: none;
    color: inherit;
}

p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.btn {
  width: 186px;
  height: 51px;
  margin: 0 auto;
  margin-top: 15px;
  background-image: url(../img/basket-green.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 30px center;
  border-radius: 23px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.9px;
  color: #70b013;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a {
  padding-left: 16px;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.9px;
  color: #70b013;
}

.btn:hover {
  background-image: url(../img/basket-white.png);
  border: 0;
  background-color: #d10006;
  color: #fff;
}

.lastLink {
  margin-top: 45px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 960px) {
  .lastLink {
    margin: 15px auto;
  }
}

.lastLink a,
.lastLink span {
  padding-bottom: 6px;
  font-size: 16px;
  color: #86ba48;
  text-decoration: none;
  border-bottom: 2px solid #71b114;
  cursor: pointer;
}

.site-header {
  width: 100vw;
  background-color: #f2f2f2;
}

.header-top-line {
  position: relative;
  width: 100%;
  background-color: #9ed227;
}

@media (max-width: 960px) {
  .header-top-line {
    background-color: transparent;
  }
}

.header-top-line-center {
  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;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  height: 59px;
  font-size: 16px;
}

@media (max-width: 960px) {
  .header-top-line-center {
    background-color: #9ed227;
  }
}

.header-logo {
  width: 135px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.header-logo img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .header-logo {
    width: 100px;
  }
}

.header-menu-top,
.header-shop {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-menu-top {
  width: 55%;
}

.header-menu-top ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu-top ul li {
  list-style-type: none;
  display: block;
}

.header-menu-top ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.header-shop {
  position: relative;
  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;
  max-width: 110px;
  min-width: 110px;
  cursor: pointer;
}

.header-shop .count {
  position: absolute;
  top: 0;
  left: 25px;
  height: 19px;
  width: 19px;
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
}

.header-shop > img {
  display: inline-block;
  width: 25px;
  height: 22px;
}

.header-shop #infoblock_cont {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff0000;
}

.header-shop .modal {
  display: none;
  position: absolute;
  width: 305px;
  top: 100%;
  right: 0;
  margin: 2px 0 0;
  margin-left: -20px;
  padding: 24px 10px;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #e1e1e1;
  border-radius: 0;
  float: right;
  z-index: 1000;
}

.header-shop .modal hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.header-shop .modal .item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-shop .modal .item-img {
  height: 48px;
  width: 25%;
  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;
}

.header-shop .modal .item-img img {
  max-height: 100%;
}

.header-shop .modal .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  padding-left: 15px;
  padding-bottom: 6px;
}

.header-shop .modal .item-title {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-shop .modal .item-title:hover {
  color: #0083C1;
}

.header-shop .modal .item-total {
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  color: #0083C1;
}

.header-shop .modal .item-delete {
  width: 15%;
  font: 14px;
  color: #898989;
  text-align: center;
  cursor: pointer;
}

.header-shop .modal .item-delete:hover {
  color: #0083C1;
}

.header-shop .modal .item-delete i {
  line-height: 48px;
}

.header-shop .modal .sum-total {
  font-size: 15px;
  color: #666;
  text-align: right;
}

.header-shop .modal .sum-total span {
  margin-left: 10px;
  color: #0083C1;
  font-weight: bold;
}

.header-shop .modal .sum .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-shop .modal .sum .buttons .inBasket,
.header-shop .modal .sum .buttons .do-order {
  display: inline-block;
  width: 125px;
  margin-top: 20px;
  background: #c10000;
  color: #fff;
  border: none;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  padding: 6px 14px;
  border-radius: 2px;
  text-decoration: none;
}

.header-shop .modal .sum .buttons .inBasket i,
.header-shop .modal .sum .buttons .do-order i {
  margin-right: 6px;
}

.header-shop .modal .sum .buttons .do-order {
  background: #9dd127;
}

.header-secondLine {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-secondLine .search {
  position: relative;
  display: inline-block;
}

.header-secondLine .search #search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-secondLine .search #search_form #input_search {
  width: 468px;
  height: 40px;
  margin-left: 215px;
  background-color: #ffffff;
  padding: 9px 12px;
  color: #a09898;
  border: 0;
  border-radius: 15px 0 0 15px;
  outline: none;
}

@media (max-width: 768px) {
  .header-secondLine .search #search_form #input_search {
    margin: 0;
  }
}

.header-secondLine .search #search_form .fast-search-sub {
  width: 40px;
  height: 40px;
  background: url(../img/search.png);
  background-color: #ffffff;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
}

.header-secondLine .header-info {
  display: inline-block;
  position: relative;
  float: right;
}

.header-secondLine .header-info .header-days ul li {
  list-style-position: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #9ed227;
  border-radius: 50%;
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
}

.header-secondLine .header-info .header-days ul li.red {
  background-color: #ff0000;
}

.header-secondLine .header-info .header-tel {
  margin-top: 18px;
  text-align: right;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .header-secondLine .header-info .header-tel {
    text-align: center;
  }
}

.header-secondLine .header-info .header-tel img {
  width: 13px;
  margin-right: 9px;
}

.search-result {
  position: absolute;
  left: 215px;
  top: 45px;
  width: 507px;
  z-index: 100;
  padding: 10px;
  background: white none repeat scroll 0% 0%;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.search-result .show-more {
  text-align: left;
  padding: 5px;
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}

.search-result .show-more a {
  text-decoration: none;
  color: #70b013;
}

.breadcrumbs {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 26px;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 0 15px;
  }
}

.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}

.breadcrumbs li .breadcrumb {
  position: relative;
  font-size: 12px;
  color: #747474;
  margin-right: 10px;
  text-decoration: none;
}

.breadcrumbs li .breadcrumb:after {
  content: '>';
  display: block;
  top: 0;
  right: 0;
  margin-right: -10px;
  position: absolute;
}

.breadcrumbs li .breadcrumb-last {
  color: #7aa119;
}

.breadcrumbs li .breadcrumb-last:after {
  content: '';
}

.content {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .content {
    padding: 0 15px;
  }
}

.content-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-view span {
  margin: 0 8px;
  color: #959595;
}

.content-view span.green {
  color: #71b114;
}

.content-title2 {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #7aa119;
  text-transform: uppercase;
  font-weight: bold;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-filter {
  position: relative;
  min-width: 225px;
  max-width: 225px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 960px) {
  .content-filter {
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.content-filter .item {
  margin-top: 31px;
}

@media (max-width: 960px) {
  .content-filter .item {
/*     display: none; */
    margin-top: 40px;
    margin-left: 5px;
  }
}

.content-filter h3 {
  font-size: 18px;
  color: #71b114;
  font-weight: normal;
  margin-bottom: 19px;
}

.content-filter label {
  font-size: 16px;
  color: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.content-filter label input {
  display: none;
}

.content-filter label span {
  height: 17px;
  width: 17px;
  min-width: 17px;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  font-weight: 900;
  border: 1px solid #7aa117;
  padding: 3px;
  font-family: "Font Awesome 5 Free";
  margin-right: 11px;
}

.content-filter label [type=checkbox]:checked + span {
  background-color: #7aa117;
}

.content-filter label [type=checkbox]:checked + span:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 13px;
  color: white;
}

.content-filter .seeMore {
  display: inline-block;
  color: #747474;
  border-bottom: 2px solid #7aa117;
  cursor: pointer;
}

.content-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2%;
}

@media (max-width: 960px) {
  .content-catalog {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
  }
}

.content .product-item {
  width: 25%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .product-item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content .product-item form .item-price {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .content .product-item {
    width: 33%;
  }
}

@media (max-width: 960px) {
  .content .product-item {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .content .product-item {
    width: 96%;
  }
}

.content .product-item .akciya,
.content .product-item .popular {
  position: absolute;
  display: none;
  width: 170px;
  margin: 0 auto;
  height: 29px;
  background-image: url(../img/akciya.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 10px center;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #7aa117;
}

.content .product-item .akciya.active,
.content .product-item .popular.active {
  display: block;
}

.content .product-item .popular {
  background-image: url(../img/star.png);
  color: #dcb54e;
}

.content .product-item .item-thumb {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .product-item .item-thumb img {
  border: 0;
  max-width: 100%;
}

.content .product-item .item-title {
  margin-top: 9px;
  margin-bottom: 20px;
  color: #323232;
}

.content .product-item .item-title a {
  color: #323232;
  text-decoration: none;
}

.content .product-item .item-price {
  margin-top: auto;
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
}

.content .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .content .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content .product-foto {
  width: 30%;
}

@media (max-width: 768px) {
  .content .product-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 96%;
  }
}

.content .product-foto img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .content .product-foto img {
    width: 96%;
  }
}

.content .product-info {
  position: relative;
  width: 70%;
}

@media (max-width: 768px) {
  .content .product-info {
    width: 96%;
  }
}

.content .product-title {
  margin-top: 29px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.content .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.content .product-price--current {
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
  margin-right: 20px;
}

.content .product-tabs {
  max-width: 700px;
}

.content .product-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.content .product-tabs--caption li {
  padding: 16px 12px 9px 6px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  margin-right: 34px;
  background: #FFF;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.content .product-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
}

.content .product-tabs--content {
  display: none;
  background: #FFF;
  min-height: 145px;
  padding: 7px 15px;
  font-size: 14px;
  color: #1e1e1e;
}

.content .product-tabs--content.active {
  display: block;
}

.content .product-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .content .product-order {
    flex-direction: column;
  	margin-bottom: 20px;
  }
}
.content .product-order--quantity {
  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;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #585858;
}

.content .product-order--quantity #plus {
  color: #525252;
  margin-left: 30px;
  font-size: 22px;
  cursor: pointer;
}

.content .product-order--quantity #number {
  color: #525252;
  font-size: 22px;
  margin-left: 15px;
  margin-right: 17px;
}

.content .product-order--quantity #minus {
  font-size: 22px;
  color: #525252;
  cursor: pointer;
  margin-right: 27px;
}

.content .product-order--btn {
  margin-top: 0;
}

.content .recommended {
  padding: 0 80px;
}

.content .recommended h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #71b114;
  margin-top: 73px;
  margin-bottom: 58px;
}

.content .recommended .product-item {
  width: 100%;
}

.content .recommended .product-item .akciya,
.content .recommended .product-item .popular {
  position: relative;
}

.content .recommended .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 10px;
}

.content .recommended .owl-nav {
  position: absolute;
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.content .recommended .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.content .recommended .owl-nav button.owl-prev {
  margin-left: -45px;
}

.content .recommended .owl-nav button.owl-next {
  margin-right: -45px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-foto {
  width: 30%;
}

@media (max-width: 768px) {
  .product-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 96%;
  }
}

.product-foto img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .product-foto img {
    width: 96%;
  }
}

.product-info {
  position: relative;
  width: 70%;
}

@media (max-width: 768px) {
  .product-info {
    width: 96%;
  }
}

.product-title {
  margin-top: 29px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.product-price--current {
  font-size: 22px;
  font-weight: bold;
  color: #71b114;
  margin-right: 20px;
}

.product-tabs {
  max-width: 700px;
}

.product-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.product-tabs--caption li {
  padding: 16px 12px 9px 6px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  margin-right: 34px;
  background: #FFF;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.product-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
}

.product-tabs--content {
  display: none;
  background: #FFF;
  min-height: 145px;
  padding: 7px 15px;
  font-size: 14px;
  color: #1e1e1e;
}

.product-tabs--content.active {
  display: block;
}

.product-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-order--quantity {
  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;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #585858;
}

.product-order--quantity #plus {
  color: #525252;
  margin-left: 30px;
  font-size: 22px;
  cursor: pointer;
}

.product-order--quantity #number {
  color: #525252;
  font-size: 22px;
  margin-left: 15px;
  margin-right: 17px;
}

.product-order--quantity #minus {
  font-size: 22px;
  color: #525252;
  cursor: pointer;
  margin-right: 27px;
}

.product-order--btn {
  margin-top: 0;
}

.recommended {
  padding: 0 80px;
}

.recommended h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #71b114;
  margin-top: 73px;
  margin-bottom: 58px;
}

.recommended .product-item {
  width: 100%;
}

.recommended .product-item .akciya,
.recommended .product-item .popular {
  position: relative;
}

.recommended .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 10px;
}

.recommended .owl-nav {
  position: absolute;
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.recommended .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.recommended .owl-nav button.owl-prev {
  margin-left: -45px;
}

.recommended .owl-nav button.owl-next {
  margin-right: -45px;
}

.footer {
  position: relative;
  width: 100vw;
  height: 225px;
  margin-top: 28px;
  padding-top: 52px;
  padding-bottom: 31px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 15px;
    height: auto;
    padding-bottom: 25px;
  }
}

.footer-img {
  position: absolute;
  bottom: 0;
}

.footer-img img {
  max-height: 100%;
  margin-bottom: -4px;
}

@media (max-width: 768px) {
  .footer-img img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .footer-img img {
    display: none;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75%;
  margin: 0 5% 0 20%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 960px) {
  .footer-menu {
    width: 80%;
    margin: 0 5% 0 25%;
  }
}

@media (max-width: 768px) {
  .footer-menu {
    width: 70%;
    margin: 0 5% 0 140px;
  }
}

@media (max-width: 480px) {
  .footer-menu {
    width: 98%;
    margin: 0 auto;
  }
}

.footer-menu a {
  width: 25%;
  margin-bottom: 26px;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer-menu a {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .footer-menu a {
    width: 65%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer-menu a:nth-child(even) {
    width: 35%;
  }
}

@media (max-width: 380px) {
  .footer-menu a {
    width: 60%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer-menu a:nth-child(even) {
    width: 40%;
  }
}

.footer-menu a img {
  width: 24px;
  max-height: 24px;
  float: left;
  margin-right: 11px;
}

.footer-social {
  text-align: center;
}

.footer-social img {
  width: 27px;
  height: 27px;
  margin: 0 14px;
}

.topSlider {
  background-color: #f2f2f2;
  width: 100vw;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .topSlider {
    padding-top: 10px;
  }
}

.topSlider .wrap {
  position: relative;
  width: 100vw;
  background-image: url(../img/topSlider-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 1440px) {
  .topSlider .wrap {
    background-size: 100vw 600px;
  }
}

@media (max-width: 1200px) {
  .topSlider .wrap {
    background-size: 100vw 67vw;
  }
}

@media (max-width: 1024px) {
  .topSlider .wrap {
    background-size: 100vw 60vw;
  }
}

@media (max-width: 960px) {
  .topSlider .wrap {
    background-size: 100vw 65vw;
  }
}

@media (max-width: 768px) {
  .topSlider .wrap {
    background-size: unset;
  }
}

.topSlider .wrap .owl-carousel {
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 1200px) {
  .topSlider .wrap .owl-carousel {
    max-width: 820px;
  }
}

@media (max-width: 1024px) {
  .topSlider .wrap .owl-carousel {
    max-width: 620px;
  }
}

.topSlider .wrap .owl-carousel .owl-nav {
  position: absolute;
  top: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.topSlider .wrap .owl-carousel .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.topSlider .wrap .owl-carousel .owl-nav button.owl-prev {
  margin-left: -61px;
}

@media (max-width: 768px) {
  .topSlider .wrap .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
  }
}

.topSlider .wrap .owl-carousel .owl-nav button.owl-next {
  margin-right: -61px;
}

@media (max-width: 768px) {
  .topSlider .wrap .owl-carousel .owl-nav button.owl-next {
    margin: 0;
  }
}

.topSlider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 4px;
}

@media (max-width: 1024px) {
  .topSlider-item {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .topSlider-item {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
  }
}

.topSlider-item--title {
  font-size: 50px;
  font-weight: bold;
  color: #474747;
  line-height: 50px;
}

@media (max-width: 1200px) {
  .topSlider-item--title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 1200px) {
  .topSlider-item--title {
    font-size: 35px;
    line-height: 45px;
  }
}

.topSlider-item--title span {
  display: block;
  font-size: 35px;
  line-height: 50px;
}

@media (max-width: 1024px) {
  .topSlider-item--title span {
    font-size: 25px;
    line-height: 35px;
  }
}

.topSlider-item--description {
  margin-top: 26px;
  font-size: 16px;
  color: #474747;
}

.topSlider-item--price {
  margin-top: 36px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.25px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .topSlider-item--price {
    display: none;
  }
}

.topSlider-item--photo {
  max-height: 322px;
  height: 322px;
  margin-left: 70px;
}

@media (max-width: 1200px) {
  .topSlider-item--photo {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .topSlider-item--photo {
    margin-left: 0;
    text-align: center;
    height: 260px;
    max-height: 260px;
    width: auto !important;
  }
}

.topSlider-item--photo img {
  max-height: 100%;
}

@media (max-width: 1024px) {
  .topSlider-item--photo img {
    margin-top: 15%;
    max-width: 100%;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .topSlider-item--photo img {
    margin: 0 auto;
  }
}

.topSlider-item--btn {
  margin: 0;
  margin-left: -4px;
}

@media (max-width: 768px) {
  .topSlider-item--btn {
    display: none;
  }
}

.tabs-wrapper {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .tabs-wrapper {
    padding-top: 0;
  }
}

.tabs-wrapper .main-tabs {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  z-index: 2;
}

.tabs-wrapper .main-tabs--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

@media (max-width: 768px) {
  .tabs-wrapper .main-tabs--caption {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.tabs-wrapper .main-tabs--caption li {
  padding: 23px 49px 22px 46px;
  padding-top: 16px;
  margin: 1px 0 0 1px;
  background: transparent;
  color: #676767;
  position: relative;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 960px) {
  .tabs-wrapper .main-tabs--caption li {
    padding: 10px 5px;
    width: auto;
    font-size: 15px;
  }
}

.tabs-wrapper .main-tabs--caption .active {
  border-top: 1px solid #7aa117;
  color: #71b114;
  background: #fff;
}

.tabs-wrapper .main-tabs--content {
  display: none;
  background: #FFF;
  min-height: 460px;
  padding: 7px 34px;
  font-size: 14px;
  color: #1e1e1e;
}

.tabs-wrapper .main-tabs--content.active {
  display: block;
}

.tabs-wrapper .main-tabs--content .product-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.tabs-wrapper .main-tabs--content .product-item .akciya,
.tabs-wrapper .main-tabs--content .product-item .popular {
  position: absolute;
  display: none;
  width: 100%;
  height: 29px;
  background-image: url(../img/akciya.png);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 29px center;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #7aa117;
}

.tabs-wrapper .main-tabs--content .product-item .akciya.active,
.tabs-wrapper .main-tabs--content .product-item .popular.active {
  display: block;
}

.tabs-wrapper .main-tabs--content .product-item .popular {
  background-image: url(../img/star.png);
  color: #dcb54e;
}

.tabs-wrapper .main-tabs--content .product-item .item-thumb {
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs-wrapper .main-tabs--content .product-item .item-title {
  font-size: 16px;
  margin: 20px 0;
}

.tabs-wrapper .main-tabs--content .product-item .item-title a {
  color: #323232;
  text-decoration: none;
}

.tabs-wrapper .main-tabs--content .product-item .item-price {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #7aa114;
}

.tabs-wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tabs-wrapper .owl-carousel .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.tabs-wrapper .owl-carousel .owl-nav button.owl-prev {
  margin-left: -20px;
}

.tabs-wrapper .owl-carousel .owl-nav button.owl-next {
  margin-right: -18px;
}

.tabs-wrapper .cat {
  position: absolute;
  right: 0;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 1400px) {
  .tabs-wrapper .cat {
    display: none;
  }
}

.tabs-wrapper .cat img {
  max-width: 100%;
  float: right;
  width: 25.6vw;
}

.callboard {
  margin-top: 77px;
}

@media (max-width: 960px) {
  .callboard {
    margin-top: 15px;
  }
}

.callboard h2 {
  margin-bottom: 23px;
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 3.75px;
  text-align: center;
  color: #86ba48;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .callboard h2 {
    font-size: 20px;
  }
}

.callboard .add {
  margin: 0 auto;
  margin-bottom: 65px;
  width: 248px;
  height: 43px;
  padding: 10px 24px 14px 19px;
  border-radius: 21.5px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #71b114;
  cursor: pointer;
}

@media (max-width: 960px) {
  .callboard .add {
    height: auto;
    padding: 10px 25px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.callboard .wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .callboard .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 960px) {
  .callboard .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.callboard .wrap .advertItem {
  position: relative;
  width: 348px;
  -webkit-box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
          box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
  padding-bottom: 29px;
}

@media (max-width: 1024px) {
  .callboard .wrap .advertItem {
    width: 290px;
  }
}

@media (max-width: 960px) {
  .callboard .wrap .advertItem {
    width: 96vw;
    margin-bottom: 0;
    margin-top: 70px;
  }
}

.callboard .wrap .advertItem-category {
  position: absolute;
  top: -35px;
  left: 11px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #71b114;
}

.callboard .wrap .advertItem-category img {
  height: 48px;
  margin-top: -15px;
}

.callboard .wrap .advertItem-content {
  padding: 23px 30px 32px 45px;
}

@media (max-width: 960px) {
  .callboard .wrap .advertItem-content {
    padding: 15px;
  }
}

.callboard .wrap .advertItem-photo {
  width: 100%;
  height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 960px) {
  .callboard .wrap .advertItem-photo {
    height: 320px;
  }
}

.callboard .wrap .advertItem-title {
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
  margin-bottom: 10px;
}

.callboard .wrap .advertItem-person {
  margin-bottom: 29px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}

.callboard .wrap .advertItem-text {
  height: 94px;
  max-height: 94px;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
  overflow: hidden;
}

.callboard .wrap .advertItem-more {
  display: block;
  margin: 0 auto;
  width: 186px;
  height: 51px;
  border-radius: 23px;
  border: solid 1px #7aa117;
  background-color: #ffffff;
  text-align: center;
  line-height: 51px;
  cursor: pointer;
}

.brands {
  margin-bottom: 69px;
  background-color: #fff;
}

.brands .wrap {
  padding: 15px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.brands .wrap .brand-item {
  width: 100%;
  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;
}

.brands .wrap img {
  max-height: 90px;
  width: auto;
}

.brands .wrap .owl-nav {
  position: absolute;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.brands .wrap .owl-nav button {
  position: relative;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #9bb850;
  border-radius: 10px;
  font-size: 20px;
  line-height: 35px;
  color: #9bb850;
  text-align: center;
  outline: none;
}

.brands .wrap .owl-nav button.owl-prev {
  margin-left: 0;
}

.brands .wrap .owl-nav button.owl-next {
  margin-right: 0;
}

.about {
  width: 100vw;
  margin-top: 81px;
  margin-bottom: 106px;
}

@media (max-width: 960px) {
  .about {
    margin-top: 50px;
  }
}

.about h2 {
  height: 18px;
  margin-bottom: 49px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .about h2 {
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.about .wrap {
  position: relative;
  padding: 55px 137px 35px 43px;
  max-width: 927px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 960px) {
  .about .wrap {
    padding: 15px;
  }
}

.about .lastLink {
  margin-top: 26px;
  margin-bottom: 0;
}

.about-text {
  height: 215px;
  max-height: 215px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.dog {
  position: absolute;
  width: 320px;
  bottom: -75px;
  right: -75px;
  z-index: 2;
}

@media (max-width: 1060px) {
  .dog {
    margin-top: 50px;
    width: 265px;
    bottom: -15px;
    right: -15px;
  }
}

@media (max-width: 960px) {
  .dog {
    width: 235px;
  }
}

@media (max-width: 768px) {
  .dog {
    display: none;
  }
}

.reviews h2 {
  margin-top: 67px;
  margin-bottom: 63px;
  height: 18px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .reviews h2 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.reviews .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1060px) {
  .reviews .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .reviews .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reviews .reviewItem {
  width: 352px;
  height: 236px;
  padding: 38px 32px 24px 46px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
          box-shadow: 0px 7px 9.6px 0.4px rgba(24, 24, 24, 0.1);
}

@media (max-width: 1060px) {
  .reviews .reviewItem {
    width: 305px;
  }
}

@media (max-width: 960px) {
  .reviews .reviewItem {
    width: 280px;
    height: auto;
  }
}

@media (max-width: 860px) {
  .reviews .reviewItem {
    width: 255px;
  }
}

@media (max-width: 768px) {
  .reviews .reviewItem {
    margin-bottom: 10px;
    width: 96vw;
    padding: 15px;
  }
}

.reviews .reviewItem-ava {
  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;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-right: 18px;
  float: left;
  overflow: hidden;
}

@media (max-width: 960px) {
  .reviews .reviewItem-ava {
    width: 100%;
    height: auto;
  }
}

.reviews .reviewItem-name {
  float: left;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
}

@media (max-width: 960px) {
  .reviews .reviewItem-name {
    display: block;
    text-align: center;
    float: unset;
  }
}

@media (max-width: 960px) {
  .reviews .reviewItem-reyt {
    display: block;
    text-align: center;
    float: unset;
  }
}

.reviews .reviewItem-reyt i {
  color: #ffca29;
  font-size: 14px;
  margin-right: 6px;
}

.reviews .reviewItem-date {
  margin-top: 8px;
  font-size: 14px;
  color: #525252;
}

@media (max-width: 960px) {
  .reviews .reviewItem-date {
    display: block;
    text-align: center;
    float: unset;
  }
}

.reviews .reviewItem-message {
  margin-top: 23px;
  font-size: 14px;
  line-height: 1.71;
  color: #525252;
}

.reviews .reviewItem-more {
  display: none;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #71b114;
  text-decoration: none;
}

.reviews .reviewItem:hover .reviewItem-more {
  display: block;
}

.map {
  position: relative;
  width: 100vw;
}

@media (max-width: 960px) {
  .map {
    margin-top: 50px;
  }
}

.map h2 {
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3.75px;
  text-align: center;
  color: #71b114;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .map h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.map .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .map .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map .wrap .left {
  width: 355px;
  margin-right: 48px;
  max-height: 678px;
  overflow: hidden;
}

.map .wrap .left .adres-item {
  position: relative;
  padding: 19px 27px 19px 21px;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 960px) { 
	.map .wrap .left { 
	  max-height: unset; 
	}
  .map .wrap .left .adres-item {
    padding: 15px;
  }
}
.map .wrap .left .adres-item--title {
  display: block;
  padding-left: 28px;
  background-image: url(../img/paw.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #71b114;
  cursor: pointer;
}

@media (max-width: 960px) {
  .map .wrap .left .adres-item--title {
    background-size: 14px;
  }
}

.map .wrap .left .adres-item--place {
  padding-left: 28px;
  background-image: url(../img/mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item--phone {
  padding-left: 28px;
  background-image: url(../img/phone-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item--schedule {
  padding-left: 28px;
  background-image: url(../img/clock.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #525252;
}

.map .wrap .left .adres-item:hover {
  background-color: #fff;
}

.map .wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.map .wrap .right > img {
  max-width: 100%;
}



.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 960px) {
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content .seeFilters {
  position: relative;
  z-index: 5;
  width: 180px;
  padding: 5px 15px;
  margin: 0 auto;
  display: none;
  text-align: center;
  color: #747474;
  background-color: #FFF;
  border-bottom: 2px solid #7aa117;
  cursor: pointer;
}

@media (max-width: 960px) {
  .content .seeFilters {
    display: block;
  }
}

.content-filter {
  position: relative;
  min-width: 225px;
  max-width: 225px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 960px) {
  .content-filter {
    margin-top: 30px;
    padding: 0 5px;
    background-color: #f2f2f2;
    position: absolute;
    width: 90vw;
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -100vw;
    z-index: 2;
    -webkit-transition: .7s;
    transition: .7s;
  }
}

@media (max-width: 1200px) {
  .content-filter .catalog-sliders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-filter .catalog-sliders p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16x;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.content-filter .catalog-sliders p span {
  margin-right: 90px;
}

@media (max-width: 1200px) {
  .content-filter .catalog-sliders p span {
    margin-right: 25px;
  }
}

.content-filter .catalog-sliders p .rangeSlider-input {
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: 0;
  color: #000;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content {
  border: 0;
  background-color: #d0d0d0;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:after,
.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:before {
  top: -4px;
  right: -5px;
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #d0d0d0;
  border-radius: 50%;
}

.content-filter .catalog-rangeSlider .ui-widget.ui-widget-content:before {
  left: -10px;
}

.content-filter .catalog-rangeSlider .ui-slider-horizontal {
  height: 6px;
}

.content-filter .catalog-rangeSlider .ui-state-default,
.content-filter .catalog-rangeSlider .ui-widget-content .ui-state-default {
  top: -4px;
  margin-left: -.6em;
  background: #7aa119;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.content-filter .catalog-rangeSlider .ui-widget-header {
  background: #7aa119;
}

.content-filter .item {
  margin-top: 31px;
}

@media (max-width: 960px) {
  .content-filter .item {
    margin: 10px 5px 20px 5px;
  }
}

.content-filter h3 {
  font-size: 18px;
  color: #7aa119;
  font-weight: normal;
  margin-bottom: 19px;
}

.content-filter label {
  font-size: 16px;
  color: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.content-filter label input {
  display: none;
}

.content-filter label span {
  height: 17px;
  width: 17px;
  min-width: 17px;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  font-weight: 900;
  border: 1px solid #7aa119;
  padding: 3px;
  font-family: "Font Awesome 5 Free";
  margin-right: 11px;
}

.content-filter label [type=checkbox]:checked + span {
  background-color: #7aa117;
}

.content-filter label [type=checkbox]:checked + span:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 13px;
  color: white;
}

.content-filter .seeMore {
  display: inline-block;
  color: #747474;
  border-bottom: 2px solid #7aa117;
  cursor: pointer;
}

/* Добавленные стили */


#basket_cont table.tsvshop,
.shopping-cart table.table {
    width: 100%;
    border-collapse: collapse;
}
#basket_cont table.tsvshop thead th,
.shopping-cart table.table thead th {
    padding: 20px 6px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #9ed227;
    text-align: left;
}
#basket_cont table.tsvshop tbody tr td,
.shopping-cart table.table tbody tr td {
    vertical-align: middle;
    padding: 10px 6px;
    border-bottom: 1px solid #eaeaea;
 }
 #basket_cont table.tsvshop tbody tr td.icon,
 #basket_cont table.tsvshop tbody tr td.del,
.shopping-cart table.table tbody tr td.cart-image{
  text-align: center;
 }
 #basket_cont table.tsvshop tbody tr td.qty,
 .shopping-cart table.table tbody tr td.cart-product-quantity {
  width: 70px;
 }
 #basket_cont table.tsvshop tbody tr td.qty input,
.shopping-cart table.table tbody tr td.cart-product-quantity input {
    width: 100%; 
    height: 35px; 
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #F2F2F2; 
    font-size: 15px;
    text-align: center;
  }
 #basket_cont table.tsvshop tbody tr td.price {
  -ms-text-align-last: left;
  text-align-last: left;
    font-weight: bold;
}
 #basket_cont table.tsvshop tbody tr.subtotal td,
 #basket_cont table.tsvshop tbody tr.total td {
  text-align: right;
 }
 #basket_cont table.tsvshop tbody tr.subtotal td:nth-last-child(2),
 #basket_cont table.tsvshop tbody tr.total td:nth-last-child(2) {
  text-align: left;
 }
 #basket_cont table.tsvshop tbody tr.total td {
    color: #84b943;
    font-weight: 700;
    font-size: 16px;
  }
#basket_cont table.tsvshop tbody tr.subtotal td,
.shopping-cart table.table tbody tr.subtotal td {
    border: 0;
}
 #basket_cont .tsvshop-cart__buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  color: #333;
  border-bottom: 2px solid #9ed227;
  background-color: #f4f4f4;
  padding: 10px;
 }
  #basket_cont .tsvshop-cart__buttons .tsvshop-cart__button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;    
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
  }

  #basket_cont .tsvshop-cart__buttons .tsvshop-cart__buttons--clearBasket-link:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  #basket_cont .tsvshop-cart__buttons .tsvshop-cart__buttons--checkout,
  .shopping-cart-btn .btn.btn-primary {
    background-color: #fdd922;
    color: #333;
  }
.shopping-cart-btn {
  padding: 0;
  border-bottom: 2px solid #9ed227;
  background-color: #f4f4f4;
}
.shopping-cart-btn span {
    display: flex;
    justify-content: space-between;
}
.shopping-cart-btn .btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
}
.shopping-cart-btn .btn:hover {
    background: #cbc9c9;
    border: 1px solid transparent;
} 
@media (max-width: 960px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive .table { 
    min-width: 600px;
  }
}
#checkoutform_cont .panel {
    padding: 15px;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    border-bottom: 2px #e5e5e5 solid;  
    border-radius: 0;
    box-shadow: none;   
    margin-top: 45px;
}
@media (max-width: 960px) {
  #checkoutform_cont .panel {
    padding: 0;
  } 
}
#checkoutform_cont fieldset {
  border: 0;
}
#checkoutform_cont .panel .unicase-checkout-title {
    margin: 0 0 15px 0;
    font-size: 13px;
    font-weight: bold;
    background: none;
}
#checkoutform_cont .panel .unicase-checkout-title a {
    display: block;
    color: #555;
    text-transform: uppercase;
}


#checkoutform_cont .panel .unicase-checkout-title a span {
    background-color: #9ed227;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}
#checkoutform_cont .form-group {
    display: flex;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
}
@media (max-width: 960px) {
  #checkoutform_cont .form-group {
    flex-direction: column;
    width: 90vw;
  } 
}
#checkoutform_cont .form-group label.col-sm-3.control-label {
    width: 25%;
    text-align: right;
    font-weight: 700;
    margin-right: 25px;
}
@media (max-width: 960px) {
  #checkoutform_cont .form-group label.col-sm-3.control-label {
    width: 100%;
    margin: 0;
    text-align: center;
  } 
}

#checkoutform_cont .form-group label.col-sm-3.control-label .text-danger {
    color: #a94442;
}
#checkoutform_cont .form-group .col-sm-9 {
    width: 75%;
} 
@media (max-width: 960px) {
  #checkoutform_cont .form-group .col-sm-9 {
    width: 100%; 
  } 
}

#checkoutform_cont .form-group .col-sm-9 input,
#checkoutform_cont .form-group .col-sm-9 textarea  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;    border-radius: 3px;
    border-color: #eee;  
    padding: 10px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
}
#checkoutform_cont .form-group .col-sm-9 textarea  {
  min-height: 82px;
}
#checkoutform_cont .form-group .btn {
  width: 300px;
  display: block;
}
.shopping-cart .foottr.subtotal {
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}
.shopping-cart .foottr.subtotal div {
	padding: 10px 6px; 
	text-align: right;
}
	.shopping-cart .foottr.subtotal.total {
		color: #84b943;
		font-weight: 700;
    font-size: 16px;
	} 
@media (max-width: 960px) {
	.shopping-cart .foottr.subtotal { 
    justify-content: center;
    padding-right: 0;
	}
	.shopping-cart .foottr.subtotal div {
	  width: 50%;
	} 
	.shopping-cart-btn {
		min-width: 600px;
	}
  #checkoutform_cont .form-group .btn {
    width: 280px; 
  } 
  #checkoutform_cont .form-group .btn i {
    display: none; 
  } 

}