extend ' .search-box > .btn-search' has no matches
/* Код для подключения шрифта */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoBold.ttf') format('ttf'), url('../fonts/LatoBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoSemibold.ttf') format('ttf'), url('../fonts/LatoSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoMedium.ttf') format('ttf'), url('../fonts/LatoMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoRegular.ttf') format('ttf'), url('../fonts/LatoRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoLight.ttf') format('ttf'), url('../fonts/LatoLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
body,
html {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  padding-top: 30px;
}
.reset_variations {
  display: none;
}
.btn-anchor {
  color: #009868;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 26px;
  width: 46px;
  height: 50px;
  border-radius: 5px;
  background-color: #e7e7e7;
  z-index: 9999;
  position: fixed;
  cursor: pointer;
  top: 85%;
  right: 3%;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  transition: 0.3s ease-in-out;
}
.btn-anchor:hover {
  color: #fff;
  background-color: #01af78;
}
.btn-anchor:active {
  color: #fff;
  background-color: #04835b;
}
.bg-darker {
  background-color: #f1f5f9;
}
.main-production {
  padding-top: 40px;
  margin-bottom: 40px;
}
.main-production .btn {
  margin-top: 25px;
}
.all-categ-btn {
  text-decoration: none;
}
.all-categ-btn:hover,
.all-categ-btn:active,
.all-categ-btn:focus {
  text-decoration: none;
}
.all-news {
  margin-top: -20px;
  margin-right: 25px;
  text-decoration: underline;
  color: #009868;
  transition: 0.3s ease-in-out;
  color: #d1d1d1;
}
.all-news:hover {
  color: #00bc80;
}
.all-news:active {
  color: #007450;
}
.all-news:hover {
  text-decoration: none;
}
.breadcrumb {
  background-color: transparent;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: -20px;
}
.breadcrumb li:before {
  color: #a4a4a4;
}
.breadcrumb a {
  font-size: 15px;
  color: #a4a4a4;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #009868;
  text-decoration: none;
}
.breadcrumb .active {
  color: #2c2c2c;
}
.breadcrumb > li + li:before {
  content: "\f101";
  font-family: fontawesome;
}
.title-signature {
  text-align: center;
}
.title-signature h2 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-signature img {
  height: 2px;
  margin-bottom: 30px;
}
.btn-buy {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  background-color: #009868;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  border-color: transparent !important;
  transition: 0.3s ease-in-out;
}
.btn-buy:hover {
  color: #fff;
  background-color: #01af78;
  border-color: transparent !important;
}
.btn-buy:active {
  color: #fff;
  background-color: #04835b;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  border-color: transparent !important;
}
.btn-buy:focus {
  color: #fff;
  background-color: #04835b !important;
  border-color: transparent !important;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
}
.btn-order {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  background-color: #1274bb;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  border: 1px solid transparent !important;
  transition: 0.3s ease-in-out;
}
.btn-order:hover {
  background-color: #1e89d6 !important;
}
.btn-order:active,
.btn-order:focus {
  background-color: #0c66a8 !important;
}
.btn-stock-none {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  background-color: #a4a4a4;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
}
.btn-stock-none:hover,
.btn-stock-none:active,
.btn-stock-none:focus {
  color: #000 !important;
  border-color: #009868;
}
.btn-continue {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  background-color: transparent;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  border-color: black !important;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}
.btn-continue:hover {
  color: #009868;
  background-color: transparent;
  border-color: #009868 !important;
}
.btn-continue:active {
  color: #009868;
  background-color: transparent;
  border-color: #009868 !important;
}
.btn-continue:focus,
.btn-continue:visited {
  color: #009868;
  background-color: transparent !important;
  border-color: #009868 !important;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
}
.btn-continue .fa-chevron-left {
  font-size: 12px;
  padding-right: 5px;
  font-weight: 300 !important;
}
#menu-mobile {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 55px;
  padding: 4px 10px;
}
.sandwich-menu {
  max-width: 340px;
  display: none;
  position: fixed;
  z-index: 9999999999;
  background-color: white;
  min-width: 72%;
  top: 0px;
  height: 100vh;
}
.sandwich-menu .mobile-close {
  background-image: url(../img/icon-close-mobile.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -35px;
  top: 10px;
}
.sandwich-menu ul > li:first-child {
  background-color: #009868;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 60px;
}
.sandwich-menu ul > li {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
}
.sandwich-menu ul > li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.mobile-fon {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.modal.in .modal-dialog {
  top: 100px;
}
#myModal1 h4,
#myModal2 h4,
#myModal3 h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
  padding: 0px 15px;
}
#myModal1 .modal-content,
#myModal2 .modal-content,
#myModal3 .modal-content {
  max-width: 490px;
}
#myModal1 .modal-content .close-modal,
#myModal2 .modal-content .close-modal,
#myModal3 .modal-content .close-modal {
  height: 23px;
  width: 23px;
  background-image: url(../img/icon-close.png);
  background-repeat: no-repeat;
  margin: 20px 20px 15px 15px;
  display: block;
  float: right;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#myModal1 .modal-content .close-modal:hover,
#myModal2 .modal-content .close-modal:hover,
#myModal3 .modal-content .close-modal:hover {
  background-image: url(../img/icon-close2.png);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
#myModal1 .modal-content .modal-body,
#myModal2 .modal-content .modal-body,
#myModal3 .modal-content .modal-body {
  padding: 0px 15px 40px 15px;
}
#myModal1 .modal-content .modal-body .cb-center,
#myModal2 .modal-content .modal-body .cb-center,
#myModal3 .modal-content .modal-body .cb-center {
  max-width: 300px;
}
#myModal1 .modal-content .modal-body .cb-center .btn,
#myModal2 .modal-content .modal-body .cb-center .btn,
#myModal3 .modal-content .modal-body .cb-center .btn {
  width: 100% !important;
  margin-top: 15px;
}
#myModal1 .modal-content .modal-body .cb-name,
#myModal2 .modal-content .modal-body .cb-name,
#myModal3 .modal-content .modal-body .cb-name,
#myModal1 .modal-content .modal-body .cb-phone,
#myModal2 .modal-content .modal-body .cb-phone,
#myModal3 .modal-content .modal-body .cb-phone {
  width: 100%;
  height: 45px;
  color: black;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  display: inline-block;
  margin: 5px 0px;
}
#myModal4 .modal-content,
#myModal5 .modal-content {
  max-width: 460px;
  padding: 60px 0px;
}
#myModal4 .modal-content .close-modal,
#myModal5 .modal-content .close-modal {
  height: 23px;
  width: 23px;
  background-image: url(../img/icon-close.png);
  background-repeat: no-repeat;
  margin: -45px 15px 0px 0px;
  display: block;
  float: right;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#myModal4 .modal-content .close-modal:hover,
#myModal5 .modal-content .close-modal:hover {
  background-image: url(../img/icon-close2.png);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
#myModal4 img,
#myModal5 img {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 50px;
  max-width: 50px;
  display: inline-block;
}
#myModal4 h4,
#myModal5 h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
#myModal4 p,
#myModal5 p {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 500;
}
#myModal6 .modal-content {
  max-width: 460px;
  padding: 60px 15px;
}
#myModal6 .modal-content .close-modal {
  height: 23px;
  width: 23px;
  background-image: url(../img/icon-close.png);
  background-repeat: no-repeat;
  margin: -40px 5px 0px 0px;
  display: block;
  float: right;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#myModal6 .modal-content .close-modal:hover {
  background-image: url(../img/icon-close2.png);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
#myModal6 .center-block {
  max-width: 420px;
}
#myModal6 img {
  max-height: 50px;
  max-width: 50px;
  display: inline-block;
  margin-bottom: 20px;
}
#myModal6 h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.input-group-btn {
  background-color: #d1d1d1;
  border-radius: 5px;
}
.form-control {
  height: 35px;
  color: black;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.form-control:active,
.form-control:focus {
  border: 1px solid #009868 !important;
  box-shadow: none;
}
#menu-top {
  background-color: #000;
}
#menu-top .container {
  min-height: 40px;
}
#menu-top ul {
  float: left;
  margin-bottom: 0;
  margin: 0 0 0 -25px;
}
#menu-top li {
  line-height: 40px;
  padding: 0 20px;
}
#menu-top li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
#menu-top li a:hover {
  text-decoration: none !important;
  border-color: #009868;
}
#menu-top li a:active {
  color: #009868;
  border-color: transparent;
}
#menu-top li a:focus {
  text-decoration: none;
}
#menu-top .switch-lang a {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  text-align: center;
  float: right;
  line-height: 27px;
  margin-top: 7px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#menu-top .switch-lang a:hover {
  border-color: #009868;
}
#menu-top .switch-lang a:active,
#menu-top .switch-lang a:focus {
  color: #009868;
  border-color: #009868;
}
#menu-top .m-calback {
  display: none;
}
#menu-top .m-calback img {
  width: 15px;
}
#menu-top .m-calback a {
  line-height: 40px;
  color: #fff;
  text-decoration: none !important;
}
.header-middle {
  line-height: 90px;
}
.header-middle img {
  max-height: 52px;
  max-width: 250px;
  margin-top: 10px;
}
.header-middle .search-box {
  height: 35px;
  max-width: 315px;
  display: inline-block;
  line-height: 0;
}
.header-middle .search-box .btn-search {
  height: 35px;
  width: 45px;
  padding: 0px 0px 2px 0px;
  color: #454647;
  font-size: 16px;
  display: inline-block;
  background-color: #d1d1d1;
  outline: 0px;
  outline-offset: 0px;
  outline-style: none;
  box-shadow: none;
  border: none;
  line-height: 0;
  transition: 0.3s ease-in-out;
}
.header-middle .search-box .btn-search:hover,
.header-middle .search-box .btn-search:focus {
  background-color: #01af78;
  color: #fff;
}
.header-middle .search-box .btn-search:active {
  background-color: #04835b;
}
.header-middle .header-calback {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
}
.header-middle .header-calback a {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.header-middle .header-calback a:last-child {
  text-indent: 2em;
  line-height: 20px;
  font-size: 13px;
  color: #009868;
  border-bottom: 2px dotted #009868;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
.header-middle .header-calback a:last-child:hover {
  border-bottom: 2px dotted transparent;
}
.header-middle .header-cart {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0px;
  background-image: url(../img/cart.svg);
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.header-middle .header-cart span {
  position: absolute;
  top: 5px;
  left: 30px;
}
.header-middle .header-cart a {
  line-height: 3;
  margin-left: 55px;
  display: block;
  color: #000;
  border-bottom: 2px solid transparent !important;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
.header-middle .header-cart a:hover,
.header-middle .header-cart a:active,
.header-middle .header-cart a:focus {
  color: #009868;
}
.header-middle .badge {
  color: white;
  background-color: #009868;
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 50%;
}
.header-bottom {
  background-color: #009868;
  min-height: 40px;
}
.header-bottom ul {
  float: left;
  margin-bottom: 0;
  margin: 0 0 0 -25px;
}
.header-bottom a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.header-bottom a li {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.header-bottom a li:hover {
  background-color: #04835b;
}
.mobile-sandwich {
  height: 32px;
  border-radius: 5px;
  background-image: url(../img/menu.svg);
  background-repeat: no-repeat;
  margin-left: 20px;
}
.mobile-sandwich img {
  width: 32px;
  margin-left: 20px;
}
#pagination {
  margin-top: 30px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  padding-top: 11px;
  border-radius: 3px;
  margin: 5px 5px;
}
.pagination > li:first-child > a {
  margin-right: 15px;
  padding-left: 10px;
}
.pagination > li:last-child > a {
  padding-right: 10px;
  margin-left: 15px;
}
.pagination li > a {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  margin: 5px 5px;
  font-size: 14px;
  padding-top: 10px;
  color: #000;
  background-color: transparent;
  border-color: #d8d8d8;
  transition: 0.3s ease-in-out;
}
.pagination li > a:hover {
  color: #3085c2;
  background-color: #eeeeee;
}
.pagination li > a:active,
.pagination li > a:focus,
.pagination li > a .active {
  color: #fff;
  background-color: #1274bb;
}
.carousel-inner .item img {
  width: 100%;
  min-height: 460px;
  max-height: 460px;
  object-fit: cover;
}
.carousel-indicators .active {
  width: 28px;
  height: 6px;
  margin: 1px;
  border: 1px solid #fff;
}
.carousel-indicators li {
  height: 6px;
  width: 6px;
  background-color: #a5a5a7;
  border: 1px solid #a5a5a7;
}
.slider-fon {
  background-image: url(../img/slider2main.jpg);
  background-repeat: no-repeat;
  background-position-x: -49vw;
  background-size: 100%;
  margin: 60px 0px;
}
.text-white {
  margin-top: 80px;
}
.text-white h1 {
  font-size: 39px;
  color: #fff;
  margin-bottom: 25px;
}
.text-white p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 25px;
}
.text-white .white-link {
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
  line-height: 1.25em;
  border-bottom: 1px solid #fff;
}
.text-white .white-link:hover {
  border-bottom: 1px solid transparent;
}
#carousel-id2 {
  margin-top: 70px;
  margin-left: 70px;
  margin-bottom: 70px;
  padding: 0px 20px;
}
#carousel-id2 .carousel-inner .item img {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  object-fit: cover;
}
#carousel-id2 .carousel-control.left {
  background-image: none;
  left: -50px;
}
#carousel-id2 .carousel-control.right {
  background-image: none;
  right: -50px;
}
#carousel-id2 .carousel-control {
  top: 50%;
  opacity: 1;
  color: #bcbcbc;
  text-shadow: none;
}
#carousel-id2 .carousel-control .fa {
  font-size: 24px;
}
.category-list {
  padding-bottom: 60px;
}
.category-card {
  margin: 15px auto;
  min-height: 320px;
  max-height: 320px;
}
.category-card a {
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000;
}
.category-card a:hover {
  color: #009868 !important;
}
.category-item {
  min-height: 320px;
  max-height: 320px;
  background-color: #fff;
  padding: 20px;
  border: 2px solid transparent;
}
.category-item:hover {
  color: #009868;
  border: 2px solid #009868;
}
.category-item img {
  min-height: 220px;
  max-height: 220px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  object-fit: contain;
}
.category-badge {
  color: white;
  background-color: #009868;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 5%;
  right: 13%;
}
.category-badge:before {
  content: "\f054";
  font-family: fontawesome;
}
.category-info {
  padding-top: 60px;
}
.category-info h2 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
}
.category-info p {
  text-align: justify;
}
.category-info a {
  color: #009868;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.category-info a:hover,
.category-info a:active {
  border-bottom: 2px solid #009868;
}
.category-info .video {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-info .video iframe {
  height: 350px;
  width: 560px;
}
.category-info i {
  font-size: 12px;
  padding-left: 5px;
}
.subcategory-descr {
  padding: 30px 60px;
  margin-bottom: 30px;
}
.subcategory-descr p {
  margin-bottom: 0;
}
.description-card {
  min-height: 400px;
  max-height: 400px;
  margin: 15px auto;
}
.description-card a {
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  color: #000;
}
.description-item {
  min-height: 380px;
  max-height: 380px;
  margin: 10px auto;
  border: 1px solid #f0f0f0;
}
.description-item:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.39);
}
.description-item img {
  min-height: 190px;
  max-height: 190px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  object-fit: contain;
}
.description-item .bg-gray {
  background-color: #f0f0f0;
  padding-bottom: 18px;
}
.description-item p {
  text-align: center;
  color: #000;
  padding-top: 15px;
}
.description-item .btn {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.price {
  font-size: 21px;
  color: #000;
  text-align: center;
  line-height: 1;
}
.on-stock {
  color: #009868;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.on-stock:before {
  content: "\f00c";
  font-family: fontawesome;
  padding-right: 5px;
}
.for-order {
  color: #33a0ee;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.for-order:before {
  content: "\f017";
  font-family: fontawesome;
  padding-right: 5px;
}
.not-stock {
  color: #fd4747;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.not-stock:before {
  content: "\f00d";
  font-family: fontawesome;
  padding-right: 5px;
}
.soon-stock {
  width: 130px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(../img/sticker.svg);
  background-repeat: no-repeat;
}
.one-product-name h3 {
  font-size: 29px;
  text-align: left;
  line-height: 1.25em;
  padding: 0px;
}
.one-product-name p {
  font-size: 14px;
  color: #9e9e9e;
}
.p,
.n {
  text-align: center;
  opacity: 0.7;
  font-size: 18px;
  cursor: pointer;
}
.slider-nav {
  margin-left: -15px;
}
.slider-nav img {
  height: 50px;
}
.slider-for img {
  width: 470px;
  min-height: 405px;
  object-fit: cover;
}
.product-card {
  border: 1px solid #ebebeb;
  padding: 15px 0px;
}
.product-card select {
  border-radius: 0px;
  height: 35px;
}
.product-card .input-group .form-control {
  min-width: 200px;
}
.product-card .table-responsive .table > tbody > tr > td,
.product-card .table-responsive .table > tbody > tr > th,
.product-card .table-responsive .table > tfoot > tr > td,
.product-card .table-responsive .table > tfoot > tr > th,
.product-card .table-responsive .table > thead > tr > td,
.product-card .table-responsive .table > thead > tr > th {
  border: 1px solid transparent;
}
.product-card .table-responsive .table {
  margin-bottom: 0px;
}
.product-card .table-responsive label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-top: 20px;
}
.product-card .color-setting {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.product-card .color-setting ul {
  display: inline-block;
  margin-left: 45px;
}
.product-card .color-setting ul > li i {
  margin: -5px;
  padding: 3px 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 1em;
  transition: 0.3s ease-in-out;
}
.product-card .color-setting ul > li i:hover {
  border: 1px solid #009868;
}
.product-card .color-setting i.active {
  border: 1px solid #009868;
}
.product-card .presence {
  line-height: 1em;
  min-height: 32px;
  max-width: 120px;
  margin: 10px 0px 20px 20px;
  padding: 5px 5px 3px 5px;
  background-color: #f0f0f0;
  max-width: 138px;
}
.product-card .presence p {
  text-align: center;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
}
.product-card .item-price {
  margin: 10px 0px 10px 20px;
}
.product-card .item-price .price,
.product-card .item-price .price > .amount {
  font-size: 34px;
  color: #000;
  text-align: left;
  line-height: 1em;
  margin: 10px 10px 10px 0px;
}
.product-card .item-price .old-price,
.product-card .item-price .old-price > .amount {
  font-size: 22px;
  color: #a4a4a4;
  text-decoration: line-through;
  line-height: 1em;
  margin: 10px 10px;
}
.product-card .one-item-counter {
  margin-left: 20px;
}
.product-card .one-item-counter .item-counter {
  width: 100px;
  background: none;
  border: none;
  display: inline-block;
  margin: 10px 15px 10px 0px;
}
.product-card .one-item-counter .item-counter:before {
  line-height: 2em;
  content: " ";
  display: inline;
}
.product-card .one-item-counter .number {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  width: 100px;
}
.product-card .one-item-counter .number input {
  height: 34px;
  padding-left: 15px;
  border: 1px solid #0000001f;
  width: 100px;
}
.product-card .one-item-counter .number input:focus,
.product-card .one-item-counter .number input:active {
  border: 1px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.product-card .one-item-counter .number_controls {
  position: absolute;
  right: 1px;
  top: 0px;
  width: 34px;
  z-index: 999;
  border-left: 1px solid #0000001f;
  color: #0000001f;
  background-color: #fff;
}
.product-card .one-item-counter .nc-plus {
  border-top: 1px solid #0000001f;
  border-bottom: 0.5px solid #0000001f;
}
.product-card .one-item-counter .nc-plus:focus,
.product-card .one-item-counter .nc-plus:active,
.product-card .one-item-counter .nc-plus:hover {
  border: 0.5px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.product-card .one-item-counter .nc-minus {
  border-top: 0.5px solid #0000001f;
  border-bottom: 1px solid #0000001f;
}
.product-card .one-item-counter .nc-minus:focus,
.product-card .one-item-counter .nc-minus:active,
.product-card .one-item-counter .nc-minus:hover {
  border: 0.5px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.product-card .one-item-counter .number_controls > div {
  width: 34px;
  height: 17px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
}
.product-card .one-item-counter .number_controls > div:hover {
  color: #009868;
}
.product-card .one-item-counter .btn {
  min-width: 120px;
  display: inline-block;
  margin: 10px 0px 10px 25px;
}
.product-card .small-info {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 15px;
}
.product-card .small-info ul {
  margin-bottom: 15px;
}
.product-card .share-product {
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
}
.product-card .share-product span {
  padding-left: 20px;
  display: inline-block;
  margin: 20px 20px 0px 0px;
  color: #9e9e9e;
  font-size: 12px;
  text-transform: uppercase;
}
.product-card .share-product a {
  display: inline-block;
  margin: 0;
  padding-left: 9px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  width: 28px;
  height: 28px;
  background-color: #a4a4a4;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.product-card .share-product a:hover {
  background-color: #1274bb;
}
.product-card .share-product a:active {
  background-color: #2c427f;
}
.tab-space {
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom-tab li > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: 1px solid transparent;
}
.custom-tab li > a:hover,
.custom-tab li > a:active,
.custom-tab li > a:focus,
.custom-tab li > a .active {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.nav-tabs {
  border-bottom: 1px solid #d1d5db;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid #009868;
}
.nav-tabs > li > a {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.tab-border {
  padding: 20px 15px;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border: 1px solid #ddd;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 1px solid #ddd;
}
.tab-big-img {
  max-width: 360px;
  max-height: 250px;
  margin-top: 80px;
  margin-bottom: 30px;
  display: inline-block;
}
.tab-pics li {
  padding: 5px;
}
.tab-pics img {
  min-height: 180px;
  max-height: 180px;
}
.tab-additional li {
  padding: 5px;
  border: 1px solid transparent;
}
.tab-additional li:hover {
  border: 1px solid #009868;
}
.tab-additional img {
  min-height: 150px;
  max-height: 150px;
}
.link-promo {
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1em;
  border-bottom: 2px solid #000;
  color: #000;
}
.link-promo:hover {
  color: #009868;
  border-bottom: 2px solid #009868;
}
.link-promo:active,
.link-promo:focus {
  color: #009868;
  border-bottom: 2px solid transparent;
}
.cart-titles {
  max-height: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.cart-titles p {
  font-size: 17px;
  color: #999999;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.order-sum-cart {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 17px;
  line-height: 38px;
}
.order-sum-cart span {
  padding-left: 20px;
  font-size: 24px;
}
.order-sum-cart .btn {
  color: white !important;
  border: none !important;
  margin-top: 10px;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.title-table {
  vertical-align: middle;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  color: #999999;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child {
  text-align: left;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  vertical-align: middle;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.cart-item img {
  max-width: 165px;
  display: inline-block;
  margin-left: 0;
}
.cart-item p {
  line-height: 1.5em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 30px;
  max-width: 150px;
}
.cart-item span {
  font-size: 22px;
  font-weight: 500;
}
.cart-item .item-counter {
  width: 100px;
  background: none;
  border: none;
}
.cart-item .item-counter:before {
  line-height: 80px;
  content: " ";
  display: inline;
}
.cart-item .number {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  width: 100px;
}
.cart-item .number input {
  height: 34px;
  padding-left: 15px;
  border: 1px solid #0000001f;
  width: 100px;
}
.cart-item .number input:focus,
.cart-item .number input:active {
  border: 1px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.cart-item .number_controls {
  position: absolute;
  right: 1px;
  top: 0px;
  width: 34px;
  z-index: 999;
  border-left: 1px solid #0000001f;
  color: #0000001f;
  background-color: #fff;
}
.cart-item .nc-plus {
  border-top: 1px solid #0000001f;
  border-bottom: 0.5px solid #0000001f;
}
.cart-item .nc-plus:focus,
.cart-item .nc-plus:active,
.cart-item .nc-plus:hover {
  border: 0.5px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.cart-item .nc-minus {
  border-top: 0.5px solid #0000001f;
  border-bottom: 1px solid #0000001f;
}
.cart-item .nc-minus:focus,
.cart-item .nc-minus:active,
.cart-item .nc-minus:hover {
  border: 0.5px solid #009868;
  outline: none;
  outline-offset: 0px;
}
.cart-item .number_controls > div {
  width: 34px;
  height: 17px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
}
.cart-item .number_controls > div:hover {
  color: #009868;
}
.cart-item a {
  font-size: 28px;
  color: #d1d1d1;
  text-decoration: none;
}
.cart-item a:hover {
  color: #009868;
}
.order-form {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  background-color: #f1f5f9;
}
.order-form p {
  margin: 10px 0px 10px;
}
.order-form h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.order-form label {
  display: block;
  float: left;
  margin-right: 30px;
  width: 230px;
  line-height: 1.25;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
.order-form .col-md-6 {
  margin: 20px 0px;
  padding: 0 30px;
}
.order-form .col-md-6:first-child {
  border-right: 1px solid #e6e6e6;
}
.order-form input,
.order-form select {
  width: 100% !important;
  border-radius: 5px !important;
  margin-bottom: 5px;
}
.order-form textarea {
  width: 100% !important;
  resize: none;
  border-radius: 5px !important;
  margin-bottom: 5px;
}
.order-form .l-input,
.order-form .r-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.order-form .l-input label,
.order-form .r-input label {
  margin-right: 30px;
  align-self: center;
}
.order-form .r-input label {
  flex: 2 0px;
  margin-left: 30px;
}
.order-form .r-input input {
  order: -1;
}
.order-form a {
  text-decoration: underline;
  color: #009868;
  transition: 0.3s ease-in-out;
  color: #d1d1d1;
}
.order-form a:hover {
  color: #00bc80;
}
.order-form a:active {
  color: #007450;
}
.order-form a:hover {
  text-decoration: none;
}
.order-form a i {
  font-size: 12px;
  padding-right: 10px;
}
.order-form .btn {
  width: 100%;
  margin-top: 15px;
}
.order-form .order-sum {
  margin-top: 80px;
  font-weight: 900;
  font-size: 17px;
  line-height: 38px;
}
.order-form .order-sum span {
  font-size: 27px;
}
.order-form .order-sum .btn {
  margin-top: 15px;
  width: 100%;
  color: white !important;
  border: none !important;
  margin-top: 10px;
}
.delivery-logo li {
  padding: 20px;
}
.delivery-logo img {
  min-height: 40px;
  max-height: 60px;
}
.about-text p:last-child {
  font-size: 19px;
  font-weight: 600;
}
.img-promo {
  width: 100%;
  margin-bottom: 15px;
}
.img-logo {
  width: 192px;
  height: 54px;
  padding-top: 20px;
  margin-bottom: 5px;
}
.certificates {
  min-height: 300px;
  background-color: #f1f5f9;
}
.certificates img:not(.img-logo) {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.contact-info {
  text-align: left;
}
.contact-info span {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}
.contact-info p {
  font-weight: 400;
  display: inline-block;
}
.contact-info h5 {
  font-weight: 700;
}
.contact-info a,
.contact-info a:hover,
.contact-info a:active {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.contact-info .contacts-list i {
  padding-right: 10px;
  color: #009868;
}
.contact-info .contacts-list .fa-skype {
  color: #00b2f3;
}
.contact-info .contacts-list .fa-envelope {
  font-size: 14px;
}
.contact-info .contacts-list li {
  margin-right: auto;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.contact-info .contacts-list span {
  min-width: 100px;
  float: left;
}
.contact-info div.nested-list {
  padding-top: 12px;
}
.contact-info .nested-list {
  display: inline-block;
  margin-left: 20%;
}
.contact-info .nested-list li {
  line-height: 22px;
  border: none;
  min-width: 250px;
}
.contact-info .nested-list li:last-child {
  margin-bottom: 30px;
}
.feedback-form {
  background-color: #f1f5f9;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.feedback-form h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
}
.feedback-form textarea {
  width: 100% !important;
  resize: none;
}
.feedback-form .l-input,
.feedback-form .r-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  margin-bottom: 10px;
}
.feedback-form .r-input label {
  flex: 2 0px;
  margin-left: 30px;
}
.feedback-form .r-input input {
  order: -1;
}
.feedback-form .btn {
  width: 50%;
  color: white !important;
  border: none !important;
  margin-top: 10px;
}
.map-style iframe {
  width: 100%;
  height: 520px;
}
.one-news-link {
  min-height: 440px;
  max-height: 440px;
  text-decoration: none;
}
.one-news-link:hover {
  text-decoration: none;
}
.news-card {
  min-height: 440px;
  padding: 5px;
  margin: 10px auto;
  transition: 0.3s ease-in-out;
}
.news-card .scale-up {
  overflow: hidden;
}
.news-card:hover h3 {
  color: #009868;
  text-decoration: underline;
}
.news-card:hover img {
  transform: scale(1.3);
}
.news-card:hover p {
  text-decoration: none;
}
.news-item {
  min-height: 230px;
  max-height: 230px;
  padding: 2px;
}
.news-item img {
  width: 100%;
  min-height: 210px;
  max-height: 210px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.news-item h4 {
  color: #a4a4a4;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
}
.news-item h3 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  line-height: 1.5em;
}
.news-item h3:hover {
  color: #009868;
  text-decoration: underline;
}
.news-item p {
  text-align: justify;
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none !important;
}
.news-item .btn {
  width: 50%;
  margin: 10px 10px 0px 0;
}
.single-date h4 {
  font-size: 15px;
  text-align: center;
  color: #009868;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.single-news p {
  text-align: justify;
}
.single-news img {
  width: 100%;
  object-fit: cover;
}
.single-news h3 {
  font-size: 21px;
  font-weight: 500;
}
.single-news ul {
  list-style: none;
  padding-left: 15px;
}
.single-news ul li {
  line-height: 1em;
}
.single-news li::before {
  content: "\2022";
  color: #009868;
  display: inline-block;
  position: relative;
  top: 15px;
  left: -20px;
}
.img-zoom {
  position: relative;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  display: block;
  margin: 15px auto;
}
.img-zoom:hover .collection-shadow {
  display: block !important;
  opacity: 1;
}
.img-collection {
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  margin: 15px auto;
}
.collection-shadow {
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
.collection-shadow img {
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  display: block;
  margin-top: -25px;
  margin-left: -25px;
}
.share-news span {
  display: inline-block;
  margin: 20px 20px 20px 0px;
  color: #9e9e9e;
  font-size: 12px;
  text-transform: uppercase;
}
.share-news a {
  position: absolute;
  display: inline-block;
  top: 10px;
  margin: 0;
  padding-left: 9px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  width: 28px;
  height: 28px;
  background-color: #a4a4a4;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.share-news a:hover {
  background-color: #1274bb;
}
.share-news a:active {
  background-color: #2c427f;
}
.search-result {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
footer {
  background-color: #2a2b2e;
  margin-top: 80px;
}
footer .row {
  padding-bottom: 40px;
}
footer p {
  max-width: 200px;
  margin-top: 60px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 10px;
}
footer ul {
  padding-top: 20px;
}
footer li {
  line-height: 16px;
  padding-bottom: 10px;
}
footer li a {
  line-height: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
footer li a:hover {
  color: #fff;
  text-decoration: none !important;
  border-color: #009868;
}
footer li a:active {
  color: #009868;
  border-color: transparent;
}
footer li a:focus {
  color: #009868;
  text-decoration: none;
  border-color: #009868;
}
.footer-product > .center-block {
  max-width: 390px;
}
.footer-product .col-md-6 {
  margin-left: -15px;
}
.footer-product .col-md-6:last-child {
  margin-left: -30px;
}
.footer-product p {
  max-width: 390px;
}
.footer-product li {
  max-width: 157px;
}
.consult button {
  margin-bottom: 15px;
}
.consult span {
  font-size: 13px;
  color: #b4b5b6;
  line-height: 16px;
}
.consult span:nth-child(1) {
  font-size: 14px;
  color: #fff;
}
.consult li:first-child {
  line-height: 20px;
}
.consult li:first-child > a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-size: 21px;
  transition: 0.3s ease-in-out;
}
.consult li:first-child > a:hover {
  color: #fff;
  text-decoration: none !important;
  border-color: #009868;
}
.consult li:first-child > a:active,
.consult li:first-child > a:focus {
  color: #009868;
  border-color: transparent;
}
.copyright {
  padding-bottom: 0;
  background-color: #000;
  height: 60px;
}
.copyright span {
  line-height: 60px;
  font-size: 13px;
  color: #797979;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
  body,
  html {
    font-size: 14px;
    padding-bottom: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .btn-anchor {
    height: 40px;
    width: 40px;
    padding-top: 5px;
    padding-left: 12px;
  }
  #menu-top {
    text-align: center;
  }
  #menu-top .m-calback {
    display: inline-block;
  }
  #menu-top .switch-lang a {
    height: 25px;
    width: 25px;
    margin-top: 0px;
    position: absolute;
    top: 8px;
    right: 20px;
    display: inline-block;
  }
  .header-middle {
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
  }
  .logo-mobile {
    transition: 0.3s ease-in-out;
    width: 140px;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
  }
  /*.header-middle a.visible-xs {
    transition: 0.3s ease-in-out;
    max-height: 35px;
    width: 140px;
    line-height: 20px;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    left: 50%;
    margin-left: -70px;
    top: 50px;
    position: absolute;
    z-index: 99;
  }*/
  .header-middle .header-cart {
    width: 32px;
    height: 30px;
    margin-left: 10px;
    margin-right: 5px;
    top: 0;
    float: right;
    position: relative;
    display: inline-block;
  }
  .header-middle .header-cart span {
    top: 2px;
    left: 25px;
  }
  .search-box.mobile {
    width: 60%;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .mobile-search {
    transition: 0.3s ease-in-out;
    height: 32px;
    width: 22px;
    background-image: url(../img/magnifying-glass-browser.svg);
    background-repeat: no-repeat;
    margin: 0px;
    background-position-y: 80%;
    float: right;
  }
  .mobile-search.close {
    transition: 0.3s ease-in-out;
    height: 32px;
    width: 22px;
    background-image: url(../img/icon-close-mobile.svg);
    background-repeat: no-repeat;
    margin: 0px;
    background-position-y: 80%;
    float: right;
  }
  #menu-mobile {
    height: 36px;
    width: 40px;
    padding: 2px 9px;
    top: 0px;
    display: inline-block;
    z-index: 9;
  }
  .breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .breadcrumb li > a,
  .breadcrumb li:before,
  .breadcrumb .active {
    font-size: 14px;
  }
  #pagination {
    margin-top: 0px;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    padding-top: 6px;
    margin: 5px 2px;
  }
  .pagination > li:first-child > a {
    margin-right: 8px;
    padding-left: 10px;
  }
  .pagination > li:last-child > a {
    margin-left: 8px;
    padding-right: 10px;
  }
  .pagination li > a {
    height: 30px;
    width: 30px;
    margin: 5px 2px;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 10px;
  }
  .title-signature {
    text-align: center;
  }
  .title-signature h2 {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .title-signature img {
    margin-bottom: 20px;
  }
  .carousel-inner .item img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: contain;
  }
  .slider-fon {
    background-size: cover;
  }
  .slider-fon #carousel-id2 {
    margin-left: 0px;
  }
  .product-card .table-responsive {
    border: 1px solid transparent;
  }
  .table-responsive>.table>tbody>tr>td, 
  .table-responsive>.table>tbody>tr>th, 
  .table-responsive>.table>tfoot>tr>td, 
  .table-responsive>.table>tfoot>tr>th, 
  .table-responsive>.table>thead>tr>td, 
  .table-responsive>.table>thead>tr>th {
    white-space: normal;
  }
  .cart-item p {
    font-size: 14px;
    margin-left: 7px;
  }
  .cart-item span {
    font-size: 16px;
  }
  .cart-item img {
    max-width: 130px;
  }
  .btn-continue,
  .btn-buy {
    margin-bottom: 15px;
  }
  .item-counter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .order-sum-cart {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .order-sum-cart span {
    font-size: 22px;
  }
  .single-news h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto 5px auto;
  }
  .single-news p {
    margin-bottom: 0;
  }
  .description-item .bg-gray {
    padding-bottom: 22px;
  }
  .category-info {
    padding-top: 15px;
  }
  .category-info h2 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .category-info p {
    font-size: 14px;
  }
  .category-info .video {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .category-info .video iframe {
    height: 220px;
    width: 100%;
  }
  .category-badge {
    top: 8%;
    right: 9%;
  }
  .subcategory-descr {
    padding: 15px 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .search-result {
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 0px;
  }
  .product-card .input-group .form-control {
    min-width: 150px;
  }
  .delivery-logo {
    text-align: center;
  }
  .delivery-logo li {
    padding: 20px;
  }
  .delivery-logo img {
    min-height: 40px;
    max-height: 60px;
  }
  .order-form label {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
  }
  .order-form .order-sum {
    font-size: 16px;
    line-height: 2.5em;
  }
  .order-form .order-sum span {
    font-size: 24px;
  }
  .order-form .l-input,
  .order-form .r-input {
    display: block;
  }
  .order-form .col-md-6 {
    padding: 0px 0px;
    margin: 10px 0px;
  }
  .order-form .col-md-6:first-child {
    border: none;
  }
  .about-text {
    font-size: 14px;
  }
  .about-text p:last-child {
    font-size: 17px;
  }
  .tab-big-img {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .tab-instruct {
    text-align: center;
  }
  .tab-border {
    padding: 15px 0px;
  }
  .nav > li > a,
  .nav > li > a.active {
    font-size: 12px;
    padding: 5px 8px;
  }
  .contact-info p {
    line-height: 1.5em;
    font-size: 14px;
  }
  .contact-info h5 {
    margin-bottom: 0px;
  }
  .contact-info .contacts-list li {
    min-height: 40px;
    line-height: 40px;
  }
  .contact-info .nested-list {
    margin-left: 10%;
  }
  .map-style iframe {
    height: 400px;
  }
  footer {
    margin-top: 40px;
    padding-bottom: 10px;
  }
  footer .mobile-footer {
    text-align: center;
  }
  footer .row {
    padding-bottom: 0px;
  }
  footer p {
    margin-top: 20px;
    max-width: 100%;
  }
  footer ul {
    padding-top: 5px;
  }
  footer li {
    padding-bottom: 15px;
  }
  footer .copyright {
    height: 40px;
  }
  footer .copyright span {
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .btn-anchor {
    width: 46px;
    height: 46px;
    padding-top: 6px;
  }
  #menu-top {
    text-align: center;
  }
  #menu-top .m-calback {
    display: inline-block;
  }
  #menu-top .m-calback a {
    font-size: 14px;
  }
  #menu-top .switch-lang a {
    height: 27px;
    width: 27px;
    margin-top: 0px;
    position: absolute;
    top: 6px;
    right: 30px;
    display: inline-block;
  }
  .header-middle .header-cart {
    width: 35px;
    height: 30px;
    top: 12px;
    right: 50px;
  }
  .header-middle .header-cart span {
    top: 0;
    left: 25px;
  }
  .header-bottom {
    min-height: 24px;
  }
  .header-bottom ul {
    margin: 0 0 0 -25px;
  }
  .header-bottom ul li {
    line-height: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-bottom ul li a {
    font-size: 12px;
  }
  .breadcrumb {
    margin-left: -25px;
    margin-top: 0px;
  }
  .breadcrumb li:before,
  .breadcrumb .active,
  .breadcrumb a {
    font-size: 14px;
    margin-right: 5px;
  }
  .breadcrumb > li + li:before {
    padding: 0 0;
  }
  .pagination > li:first-child > a {
    margin-right: 5px;
  }
  .pagination > li:last-child > a {
    margin-left: 5px;
  }
  .carousel-inner .item img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
  }
  .slider-fon {
    background-size: cover;
  }
  .slider-fon #carousel-id2 {
    margin-left: 0px;
  }
  .product-card .table-responsive {
    border: 1px solid transparent;
  }
  .cart-item p {
    font-size: 14px;
    margin-left: 10px;
  }
  .cart-item span {
    font-size: 18px;
  }
  .cart-item img {
    max-width: 130px;
  }
  .btn-continue,
  .btn-buy {
    margin-bottom: 15px;
  }
  .subcategory-descr {
    padding: 15px 15px;
    margin-bottom: 15px;
  }
  .category-badge {
    top: 8%;
    right: 9%;
  }
  .video iframe {
    height: 250px !important;
    width: 320px !important;
  }
  footer {
    margin-top: 60px;
    padding-bottom: 10px;
  }
  footer .mobile-footer {
    text-align: center;
  }
  footer p {
    margin-top: 20px;
    max-width: 100%;
  }
  footer ul {
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .btn-anchor {
    width: 46px;
    height: 46px;
    padding-top: 6px;
  }
  .btn-continue,
  .btn-buy {
    margin-bottom: 0px;
  }
  .header-middle .header-cart {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 25px;
  }
  .header-middle .header-cart span {
    top: 5px;
    left: 30px;
  }
  .header-middle .header-calback {
    line-height: 1em;
  }
  .header-bottom ul {
    margin: 0 0 0 -15px;
  }
  .breadcrumb {
    margin-left: -15px;
  }
  .carousel-inner .item img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
  }
  .slider-fon #carousel-id2 {
    margin-left: 10px;
  }
  .product-card .table-responsive {
    border: 1px solid transparent;
  }
  .cart-item p {
    font-size: 14px;
    margin-left: 10px;
  }
  .cart-item span {
    font-size: 18px;
  }
  .cart-item img {
    max-width: 150px;
  }
  footer {
    margin-top: 60px;
    padding-bottom: 10px;
  }
  footer .mobile-footer {
    text-align: left;
  }
  .footer-product .col-md-6:last-child {
    margin-left: -15px;
  }
  .consult li:first-child > a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .btn-anchor {
    width: 46px;
    height: 50px;
    padding-top: 10px;
  }
  .header-middle .header-cart span {
    top: 5px;
    left: 30px;
  }
  .header-bottom ul {
    margin: 0 0 0 -15px;
  }
  .breadcrumb {
    margin-top: 10px;
    margin-left: -15px;
  }
  .carousel-inner .item img {
    width: 100%;
    min-height: 460px;
    max-height: 460px;
    object-fit: cover;
  }
  #carousel-id2 {
    margin-top: 70px;
    margin-left: 70px;
    margin-bottom: 70px;
    padding: 0px 20px;
  }
  #carousel-id2 .carousel-inner .item img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
  }
  #carousel-id2 .carousel-control.left {
    background-image: none;
    left: -50px;
  }
  #carousel-id2 .carousel-control.right {
    background-image: none;
    right: -50px;
  }
  #carousel-id2 .carousel-control {
    top: 50%;
    opacity: 1;
    color: #bcbcbc;
    text-shadow: none;
  }
  #carousel-id2 .carousel-control .fa {
    font-size: 24px;
  }
  .product-card .table-responsive {
    border: 1px solid transparent;
  }
  .cart-item p {
    font-size: 16px;
    margin-left: 30px;
  }
  .cart-item span {
    font-size: 22px;
  }
  .cart-item img {
    max-width: 165px;
  }
  .btn-continue,
  .btn-buy {
    margin-bottom: 0px;
  }
  footer .mobile-footer {
    text-align: left;
  }
}

.product .btn-order, .description-item .btn-buy {
	display: none !important;
}
