@charset "UTF-8";


.clearfix:after,
.row:after,
.container:after,
.header__top:after,
.footer__top:after,
.footer__bottom:after,
.drop:after,
.drop .row:after,
.drop2:after,
.drop2 .row:after,
.login__inputs:after,
.reg .row:after,
.filter:after,
.card__top:after,
.card__bottom:after {
  content: "";
  display: table;
  clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}


.fancybox-skin {
  background-color: transparent;
}

.fancybox-close {
  display: none;
}

.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.7);
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


ol:not(.breadcrumb) {
  counter-reset: headings;
}

ol:not(.breadcrumb) li:before {
  counter-increment: headings;
  content: counter(headings, decimal);
}


.static-content p {
  text-indent: 2em;
}

.static-content a {
  color: #008ad0;
  text-decoration: underline;
}

.static-content a:hover {
  text-decoration: none;
}

.static-content h1 + p {
  text-indent: 0;
}

.static-content ul {
  font-size: 16px;
}

.static-content li {
  margin-bottom: 5px;
}

.static-content li:before {
  content: '—';
  color: #008ad0;
  display: inline-block;
  margin-right: 5px;
}

.has-icon {
  padding-left: 90px;
  position: relative;
}

.has-icon:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -73px;
  width: 58px;
  height: 79px;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
}


@media screen and (max-width: 767px) {
.cart .cell-amount:before {
	content: 'Количество:';
}
.cart .cell-price:before {
	content: 'Цена:';
}
.cart .cell-sum:before {
	content: 'Сумма:';
}

}


table {
  width: 100%;
}

thead {
  color: #fff;
}

tfoot {
  background-color: #282828;
  color: #cccccc;
}

tfoot td {
  border: none;
}

tbody tr:nth-child(2n) {
  background-color: #fbfbfb;
}

td,
th {
  vertical-align: middle;
  padding: 15px 27px;
  height: 54px;
}

td {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.check td {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

th {
  border-left: 1px solid #33aae6;
  border-right: 1px solid #33aae6;
}

.text-table {
  margin-bottom: 28px;
  margin-top: 28px;
}

.text-table:first-of-type {
  margin-top: 50px;
}

.text-table p {
  margin-bottom: 25px;
}

.text-table td {
  height: auto;
  border: none;
  text-align: inherit;
}

.text-table td:first-child {
  padding: 0;
}

.text-table td:last-child {
  padding: 0 0 0 33px;
}

.blue {
  color: #008ad0;
}

.green {
  color: #62910e;
}


input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
select,
textarea {
  -webkit-apperance: none;
  outline: none;
  width: 100%;
  border: 1px solid #cdcaca;
  background-color: #fff;
  cursor: text;
  padding: 4px 10px 5px;
  border-radius: 0;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

input[type=checkbox],
input[type=radio] {
  outline: none;
}

label {
  font-size: 18px;
}

.wrap-input {
  margin-bottom: 10px;
  position: relative;
}

.wrap-input--require:before {
  content: '*';
  position: absolute;
  color: #ff0101;
  right: 13px;
  font-size: 16px;
  top: 10px;
}

.wrap-input--success input {
  border-color: #b4cb8b;
}

.wrap-input--success:before {
  background-image: url(../img/sprite.png);
  background-position: -150px -29px;
  width: 10px;
  height: 8px;
  content: '';
  position: absolute;
  right: 12px;
  top: 16px;
}

.wrap-input--error input {
  border-color: #e69595;
}

.pagin {
  margin-left: 25%;
  width: 50%;
  position: absolute;
  margin-top: 24px;
}
	
.wrap-input--error:before {
  background-image: url(../img/sprite.png);
  background-position: -150px -42px;
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  right: 15px;
  top: 14px;
}

.fieldset-title {
  display: block;
  margin: 15px 0 15px;
  font-size: 18px;
}

fieldset {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 30px 30px;
  margin-bottom: 20px;
  width: 100%;
}

fieldset:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.form-buttons {
  padding: 0 30px;
  text-align: center;
}

::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
}

:-moz-placeholder {
  opacity: 1;
  font-style: italic;
}

::-moz-placeholder {
  opacity: 1;
  font-style: italic;
}

:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox].checkbox--green,
input[type=radio].checkbox--green {
  position: absolute;
  left: -9999px;
}

input[type=checkbox].checkbox--green + label,
input[type=radio].checkbox--green + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

input[type=checkbox].checkbox--green + label:before,
input[type=checkbox].checkbox--green + label:after,
input[type=radio].checkbox--green + label:before,
input[type=radio].checkbox--green + label:after {
  content: '';
  position: absolute;
}

input[type=checkbox].checkbox--green + label:before,
input[type=radio].checkbox--green + label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  left: 0;
  top: 4px;
}

input[type=checkbox].checkbox--green + label:after,
input[type=radio].checkbox--green + label:after {
  display: none;
  background-image: url(../img/sprite.png);
  background-position: -112px -131px;
  width: 12px;
  height: 11px;
  left: 2px;
  top: 7px;
}

input[type=checkbox].checkbox--green:checked + label:after,
input[type=radio].checkbox--green:checked + label:after {
  display: block;
}


.login__form {
  margin-bottom: 25px;
}

.login__inputs {
  padding-right: 100px;
  position: relative;
}

.login__input-holder {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.login__submit {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
}

.login__link,
.login__reg {
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.login__reg {
  border: 1px solid #dbdbdb;
  color: #008ad0;
  padding: 4px 20px 5px;
  border-radius: 18px;
  text-decoration: underline;
  transition: border-color 0.2s;
}

.login__reg:hover {
  text-decoration: none;
  border-color: #008ad0;
}

.login__link {
  margin-left: 10px;
}

.login__link:hover {
  text-decoration: underline;
}

.reg ::-webkit-input-placeholder {
  font-style: normal;
}

.reg :-moz-placeholder {
  font-style: normal;
}

.reg ::-moz-placeholder {
  font-style: normal;
}

.reg :-ms-input-placeholder {
  font-style: normal;
}


.go-to-top {
  float: right;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border-radius: 50%;
}

.go-to-top.active {
  visibility: visible;
  opacity: 1;
}

.go-to-top.active:hover {
  opacity: 0.85;
}


[class^="icon-"],
[class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.icon-top {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 68px;
  height: 68px;
}

.icon-dots {
  background-image: url(../img/sprite.png);
  background-position: -108px -67px;
  width: 18px;
  height: 2px;
}

.remove imput {
  display:none;
}

.icon-remove {
  background-image: url(../img/sprite.png);
  background-position: -73px -131px;
  width: 15px;
  height: 15px;
  border: 0;
  background-color: #FFF;
}

.icon-life {
  background-image: url(../img/sprite.png);
  background-position: -73px -79px;
  width: 34px;
  height: 19px;
}

.icon-arr-angle-gray {
  background-image: url(../img/sprite.png);
  background-position: -150px 0px;
  width: 10px;
  height: 10px;
}

.icon-arr-left-gray {
  background-image: url(../img/sprite.png);
  background-position: -73px -103px;
  width: 24px;
  height: 9px;
}

.icon-mts {
  background-image: url(../img/sprite.png);
  background-position: -73px -23px;
  width: 51px;
  height: 18px;
}

.icon-velcom {
  background-image: url(../img/sprite.png);
  background-position: -73px 0px;
  width: 77px;
  height: 18px;
}

.icon-velcom1 {
  background-image: url(../img/sprite2.png);
  background-position: -115px 0px;
  width: 30px;
  height: 24px;
}

.icon-basket {
  background-image: url(../img/sprite.png);
  background-position: -73px -46px;
  width: 30px;
  height: 28px;
}

.icon-arr-l-gray {
  background-image: url(../img/sprite.png);
  background-position: -102px -103px;
  width: 24px;
  height: 9px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.amount {
  display: inline-block;
  width: 150px;
  padding: 0 25px;
  position: relative;
  text-align: center;
}

.amount__label {
  font-size: 20px;
  padding-left: 4px;
}

.amount__left,
.amount__right {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.amount__left:hover,
.amount__right:hover {
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.4);
}

.amount__left.disabled,
.amount__right.disabled {
  background: #d7d7d7;
  cursor: default;
}

.amount__left.disabled:hover,
.amount__right.disabled:hover {
  box-shadow: none;
}

.amount__left {
  left: 0;
  line-height: 18px;
}

.amount__right {
  right: 0;
}

input.amount__input {
  width: 52px !important;
  border: 1px solid #cdcaca;
  text-align: center;
  font-size: 20px;
  padding: 2px 10px 3px;
}

@-webkit-keyframes animateNews {
  from {
    background-position-y: 0;
  }

  to {
    background-position-y: 100%;
  }
}

@keyframes animateNews {
  from {
    background-position-y: 0;
  }

  to {
    background-position-y: 100%;
  }
}

SPAN.productOldPrice {
  text-decoration:line-through; 
  color:#999999;
  font-size: 26px;
  float: right;
}

.spec {
  font-size: 20px;
  color: #88bb2c;
  font-style: italic;
}

.commodity__text .spec {
  font-style: italic;
  font-size: 15px;
}

.commodity__text SPAN.productOldPrice {
  text-decoration: line-through;
  color: #999999;
  font-size: 18px;
  float: left; 
}

.commodity__price .spec {}

.commodity__price {
  font-weight: 400;
  font-size: 20px;
  display: block;
  margin-bottom: 14px;
  color: #008ad0;
}

.commodity__price b {
  font-weight: 400;
}

.commodity__text span.productOldPrice {
  text-decoration: line-through;
  color: #999999;
  font-size: 18px;
  float: left; 
}

.commodity__text .spec {
  font-style: italic;
  font-size: 15px;
}

.text {
  padding-top: 4px;
}

.page-nav {
  padding-top: 12px;
  text-align: justify;
  text-justify: distribute;
  font-size: 0;
  margin-bottom: 50px;
}

.page-nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.page-nav__link {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 10px 40px 12px 30px;
  border-radius: 25px;
  position: relative;
  color: #008ad0;
  transition: border-color 0.2s;
  cursor: pointer;
}

.page-nav__link span {
  vertical-align: middle;
}

.page-nav__link [class^="icon-"],
.page-nav__link [class*="icon-"] {
  margin-right: 10px;
}

.page-nav__link:hover {
  border-color: #008ad0;
}

.reviews__list {
  font-size: 0;
  margin: 0 -20px;
  text-align: center;
}

.reviews__list-item {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 32px;
}

.review {
  background-color: #fff;
  border-radius: 36px;
  box-shadow: 6px 6px 0 0 #006da5;
  padding: 25px 28px;
  position: relative;
  text-align: left;
}

.review:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  right: 100%;
  top: 50%;
  margin-top: -15px;
}

.review__info {
  font-weight: 400;
  color: #62910e;
  display: block;
  margin-bottom: 10px;
}

.review__city {
  color: #008ad0;
}

.review__desc {
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  max-height: 38px;
  overflow: hidden;
}

.category {
  display: table;
  width: 100%;
  margin-bottom: 42px;
}

.category__img,
.category__desc {
  display: table-cell;
  vertical-align: middle;
}

.category__img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ededed;
}

.category__desc {
  padding-left: 25px;
}

.category__desc strong {
  font-weight: 600;
}

.filter {
  background-color: #fff;
  color: #404040;
  background-color: #f8f8f8;
  margin-bottom: 7px;
}

.filter__label,
.filter__link {
  display: inline-block;
  vertical-align: middle;
}

.filter__label {
  padding: 0 18px;
}

.filter__link {
  color: #008ad0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  min-width: 110px;
  text-align: center;
}

.filter__link span {
  border-bottom: 1px dotted transparent;
  transition: border-bottom-color 0.2s;
}

.filter__link:hover span {
  border-bottom-color: #008ad0;
}

.filter__link.active {
  color: #fff;
}

.filter__link.active:hover span {
  border-bottom-color: transparent;
}

.filter__link--price-up:after,
.filter__link--price-down:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
}

.filter__link--price-up:after {
  background-image: url(../img/sprite.png);
  background-position: -138px -38px;
  width: 7px;
  height: 14px;
}

.filter__link--price-up.active:after {
  background-image: url(../img/sprite.png);
  background-position: -138px -19px;
  width: 7px;
  height: 14px;
}

.filter__link--price-down:after {
  background-image: url(../img/sprite.png);
  background-position: -138px -57px;
  width: 7px;
  height: 14px;
}

.filter__link--price-down.active:after {
  background-image: url(../img/sprite.png);
  background-position: -138px 0px;
  width: 7px;
  height: 14px;
}

.filter__btn {
  float: right;
}

.equipment {
  padding-top: 20px;
}

.equipment__list {
  font-size: 0;
  margin: 0 -55px;
}

.equipment__list-item {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 55px;
  margin-bottom: 50px;
  position: relative;
}

.equipment__list-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 190px;
  top: 0;
  right: 0;
}

.equipment__list-item:last-child:after {
  display: none;
}

.equip {
  font-size: 22px;
  color: #008ad0;
  line-height: 1.13636;
  text-align: center;
}

.equip__img {
  display: block;
  width: 200px;
  height: 200px;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  margin: 0 auto 13px;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
}

.equip__img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.43) inset;
  border-radius: 50%;
  transition: box-shadow 0.3s;
}

.equip__img img {
  width: 190px;
}

.equip__img:hover:before {
  box-shadow: none;
}

.equip__title {
  display: block;
}

.equip__title:hover {
  text-decoration: underline;
}

.about {
  padding-bottom: 35px;
}

.about p {
  margin-bottom: 25px;
}

.about iframe {
  width: 100%;
}

.heading {
  margin-bottom: 15px;
}

.heading h1,
.heading h2 {
  display: inline-block;
}

.heading .btn {
  float: right;
}

.cart {
  margin-bottom: 20px;
}

.cart tbody td {
  height: 147px;
  text-align: center;
}

.cart .cell-name {
  text-align: left;
}

.cart .cell-name img,
.cart .cell-name span {
  vertical-align: middle;
}

.cart .cell-name img {
  width: 90px;
  height: 90px;
  border: 2px solid #e8e8e8;
}

.cart .cell-name span {
  text-decoration: underline;
}

.cart .cell-name a {
  color: #008ad0;
}

.cart .cell-name a:hover span {
  text-decoration: none;
}

.cart .cell-remove {
  width: 130px;
}

.cart .cell-remove .icon-remove {
  transition: opacity 0.2s;
}

.cart .cell-remove .icon-remove:hover {
  opacity: 0.6;
}

.cart .cell-all {
  background-color: #434343;
  color: #fff;
}

.cart .cell-label {
  text-align: right;
}

.js-remove-row {
  cursor: pointer;
}

.card {
  padding-top: 28px;
  padding-bottom: 50px;
}

.card__img {
  float: left;
}

.card__text {
  overflow: hidden;
  padding-left: 48px;
}

.card__top {
  margin-bottom: 18px;
}

.card__bottom {
  padding-left: 5px;
}

.card__price {
  font-weight: 400;
  font-size: 35px;
  color: #008ad0;
}

.card__title {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  max-width: 730px;
}

.card__desc {
  margin-bottom: 28px;
}

.card__info {
  font-size: 16px;
  line-height: 1.5625;
  display: block;
  margin-bottom: 35px;
}

.card__form {
  float: left;
}

.card__btn {
  margin-left: 15px;
}

.card__social {
  float: right;
}

.popup {
  display: none;
  padding-top: 30px;
  position: relative;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 64px;
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color 0.2s;
}

.popup__close:before {
  background-image: url(../img/sprite.png);
  background-position: -150px -15px;
  width: 9px;
  height: 9px;
  content: '';
  display: inline-block;
  margin-right: 13px;
}

.popup__close:hover {
  color: #fff32c;
}

.popup__inner {
  background-color: #fff;
  border-radius: 36px;
  padding: 24px 0 30px;
  background-image: url("../img/bg/template-water--white.png");
}

.popup__title {
  font-weight: 400;
  display: block;
  text-align: center;
  color: #008ad0;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 30px;
}

.popup__title strong {
  font-weight: 700;
}

#add-popup {
  width: 560px;
}

#reg-popup {
  width: 670px;
}

#reg-popup .popup__inner {
  padding-top: 32px;
}

#reg-popup .popup__title {
  font-size: 22px;
}

.mini-cart__table {
  margin-bottom: 28px;
  background-color: #fff;
}

.mini-cart__table td {
  border: none;
  padding: 5px 15px;
  height: 40px;
}

.mini-cart__table .cell-name {
  text-align: left;
  padding-left: 30px;
}

.mini-cart__table .cell-remove {
  padding-right: 25px;
}

.mini-cart__bottom {
  padding: 0 30px;
}

.mini-cart__all {
  color: #008ad0;
  text-align: right;
  margin-bottom: 22px;
  font-size: 18px;
}

.mini-cart__all strong {
  font-weight: 700;
}

.mini-cart__buttons {
  text-align: justify;
  text-justify: distribute;
  font-size: 0;
}

.mini-cart__buttons:after {
  content: '';
  width: 100%;
  display: inline-block;
}


@media screen and (max-width: 1380px) {
  .equipment__list {
    margin: 0 -15px;
  }

  .equipment__list-item {
    padding: 0 15px;
  }
}

@media (max-width: 1023px) {
  #enter-drop {
    width: 100%;
    border-radius: 0;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .go-to-top {
    display: none !important;
  }

  .reviews__list-item {
    width: 50%;
  }

  .filter {
    /*padding-bottom: 15px;*/
    text-align: center;
  }

  .filter__btn {
    float: none;
    margin-top: 15px;
  }

  .equipment__list-item {
    width: 50%;
  }

  .cart .cell-name {
    text-align: center;
  }

  .cart .cell-name span {
    padding-left: 0;
  }

  .card__form {
    margin-bottom: 20px;
  }

  .card__social {
    margin-bottom: 15px;
    float: none;
    clear: both;
  }
}

@media (max-width: 767px) {
 .novinki {display:none;}
 
  .text-table {
    display: block;
    margin: 0;
  }

  .text-table:first-of-type {
    margin: 0;
  }

  .cartimg2 {
		background-color: white;
		margin-right: 15px;
    margin-bottom: 15px;
	}

  .text-table tr,
  .text-table td {
    display: block;
  }

	.pagin {
    margin-left: 10%;
    width: 50%;
    position: relative; 
    margin-top: 24px;
  }

  .text-table td {
    padding: 0;
  }

  .text-table td:last-child {
    padding: 0;
  }

  .text-table td:first-child {
    text-align: center;
    margin-bottom: 20px;
  }

  .btn2021 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px; 
  }
  
  SPAN.productOldPrice {
    float: left;
  }

  .reload_btn {
    font-style: italic;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #cccccc;
    margin-top: -15px;
    border-radius: 25px;
    position: relative;

    transition: border-color 0.2s;
  }

  .cart .cell-label, .cart .cell-empty {
    text-align: center;
    padding: 25px;
  }

  .filter__btn2 {
    display: none;
  }

  label {
    font-size: 16px;
  }

  .fieldset-title {
    text-align: center;
  }

  fieldset {
    padding: 0 15px 15px;
  }

  .form-buttons .btn {
    width: 100%;
  }

  .header--page #water {
    bottom: -200px;
  }

  .login__inputs {
    padding: 0;
  }

  .login__input-holder {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
  }

  .login__submit {
    position: static;
    width: 100%;
  }

  .login__buttons {
    text-align: center;
  }

  .login__reg {
    margin-bottom: 5px;
  }

  .page-nav {
    text-align: center;
    margin-bottom: 25px;
  }

  .page-nav__link,
  .page-nav .btn {
    margin-bottom: 15px;
  }

  .reviews__list-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .review:before {
    display: none;
  }

  .category__img,
  .category__desc {
    display: block;
  }

  .category__img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .category__desc {
    padding-left: 0;
  }

  .filter__label,
  .filter__link {
    display: block;
    width: 100%;
  }

  .filter__label {
    height: 50px;
    line-height: 50px;
  }

  .equipment__list-item {
    width: 100%;
  }

  .equipment__list-item:after {
    display: none;
  }

  .heading {
    text-align: center;
  }

  .heading h1,
  .heading h2 {
    display: block;
  }

  .heading .btn {
    float: none;
  }

  .cart {
    font-size: 18px;
  }

  .cart table {
    border: 1px solid #e9e9e9;
  }

  .cart thead {
    display: none;
  }

  .cart tr,
  .cart td {
    display: block;
    width: 100%;
  }

  .cart td {
    padding: 0 10px;
    border: none;
  }

  .cart tr {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
  }

  .cart tr:last-child {
    border-bottom: none;
  }

  .cart tbody td,
  .cart tfoot td {
    height: auto;
  }

  .cart tfoot tr {
    padding: 0;
  }

  .cart .cell-name {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .cart .cell-name img {
    display: block;
    margin: 0 auto 10px;
  }

  .cart .cell-remove {
    width: auto;
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .cart .cell-price,
  .cart .cell-sum,
  .cart .cell-amount {
    margin-bottom: 15px;
  }

  .cart .cell-price:before,
  .cart .cell-sum:before,
  .cart .cell-amount:before {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
  }

  .cart .cell-label,
  .cart .cell-all {
    text-align: center;
    padding: 10px;
  }

  .cart .cell-empty {
    height: 0 !important;
  }

  .card__img {
    float: none;
    text-align: center;
    margin-bottom: 100px;
  }
  .bx-pager {
	 float: none;
    text-align: center;
    margin-bottom: 100px;
  }

  .card__text {
    padding-left: 0;
  }

  .card__price {
    float: none;
  }

  .card__btn {
    margin-left: 10px;
  }

  .popup__close {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  #add-popup {
    width: 300px;
  }

  #reg-popup {
    width: 300px;
  }

  .mini-cart td {
    padding: 5px;
  }

  .mini-cart__all {
    text-align: center;
  }

  .mini-cart__buttons {
    text-align: center;
  }

  .mini-cart__buttons .btn + .btn {
    margin-top: 15px;
  }
}

.linksd a {
  color: #008ad0;
  text-decoration: underline;
}
.linksd a:hover {
  text-decoration: none;
}
.img__cont {
  float:left; /* Выравнивание по левому краю */
  margin: 10px 30px 10px 0; /* Отступы вокруг картинки */
}

.nav__list-item:hover .js-hover-drop:after {
  display: block;
}



.js-hover-drop:after {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  bottom: 0;
  left: 50%;
}

@media (max-width: 1023px) {
  .js-hover-drop:after {
    display: none !important; 
  }
}

.krug {
  width: 100px;
  height: 100px;
  background: #70B4CF;
  border-radius: 50px;
}
 
.toplevel {
  padding: 0px;
  margin: 0px;
}

/* родитель */
#CatNavi a {
  color: #333;
  font-size: 18px;
  transition: color 0.2s;
  text-decoration: underline;
}

#CatNavi a:hover {
  color: #008ad0;
  text-decoration: none;
  transition: color 0.2s;
  text-decoration: underline;
}

#CatNavi ul {
  padding: 0px;
  color: #008ad0;
  font-size: 15px
}

#CatNavi > li > ul {
  color: #008ad0;
  list-style-image: url(/templates/new/img/liimg.gif);
  list-style-position: inside;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 15px
}

/* 2 уровень */
#CatNavi > li > ul > li > a {
  font-size: 15px;
  color: #333;
  font-style: italic;
  text-decoration: underline;
}

#CatNavi > li > ul > li > a:hover {
  text-decoration: none;
}

#CatNavi > li > ul > li > ul {
  color: #008ad0;
  list-style-image: url(/templates/new/img/liimg.gif);
  list-style-position: inside;
  vertical-align: middle;
  margin-left: 19px;
  font-size: 15px;
  margin-top: 10px;
  padding-top: -5px;
}

/* 3 уровень */
#CatNavi > li > ul > li > ul > li > a {
  text-decoration: none;
	font-style: italic;
  font-size: 15px;
	margin-top: 5px;
	margin-left: -2px;
	text-decoration: underline;
}

#CatNavi > li > ul > li > ul > li > a:hover {
  text-decoration: none;
	font-style: italic;
  font-size: 15px;
	margin-top: 5px;
	margin-left: -2px;
}

.cartimg {
	background-color: white;
	float: left; margin-right: 15px;
}

.tovar_photo {
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  outline: solid 2px #e8e8e8;
}

.stat {    
  margin-bottom: 20px;
  margin-left: 4px;
}

.stat a {
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: -20px;
}
.stat h3 {
	margin: 12px;
}

.card th {
	border-left: 1px solid white; 
  border-right: 1px solid white;
}

.tovar_photo2 {
  width: 70px;
  height: 70px;
}

.cartimg2 {
	background-color: white;
	float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.cartimg2 a  {color: #000;}


.man_sort select {
	max-width: 200px;
  margin-top: 8px;
}

.filter__btn2 {
  float: right;
  margin-top: -50px;
	position: realtive;
}

.bx-pager {
	width: 180px;
}

.box {
  padding:4px;
  border:1px solid #e9e9e9;
  width:70px;
  height:70px;
  box-sizing: border-box;
}

.pageResults:nth-child(2) { margin-left: 30px; } 
.pageResults:nth-child(6) { margin-right: 30px; }

.tags {
	font-style: italic;
	color: #b8b8b8;
	font-size: 15px;
}

.tags a {
	font-style: italic;
	color: #b8b8b8;
	text-decoration: underline;
  font-size: 15px;
}

.tags a:hover {
	font-style: italic;
	color: #b8b8b8;
	text-decoration: none;
  font-size: 15px;
}

.cell-empty {
  background: #d6c422;
  background: linear-gradient(to top, #ffb700, #ffee00);
  padding: 10px;
}

.reload_btn button[type=submit] {
  font-style: italic;
  background-color: rgba(255, 242, 0, 0);
}

.reload_btn {
  font-style: italic;
  background-color:rgba(255, 242, 0, 0);
  text-decoration: underline;	
  font-weight: 600;
	font-size: 18px;	
}
.reload_btn:hover {
  font-style: italic;
  background-color:rgba(255, 242, 0, 0);
  text-decoration: none;	
  font-weight: 100;
	cursor: pointer;
	
}
.non {opacity: 0.1;}

.Requirement {display: none;}

.wrap-input select {
  appearance: none;
}

.wrap-input  select::-ms-expand {
  display: none;
}


.myvideo {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  border:1px solid #ccc;
}

.myvideo iframe,
.myvideo object,
.myvideo embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

input2 {
	width: 266px;
	display: inline-block;
	padding: 5px;
}

.ui-datepicker-trigger {
	margin-left: -25px;
	position: relative;
	top: 1px;
	cursor: pointer;
}



/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
  display: none;
}

/* вид текста label */
.hide + label {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked + label {
  border-bottom: 0;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
  display: block; 
  margin-left: 20px;
  padding: 10px;
  /* чуточку анимации при появлении */
  animation:fade ease-in 0.5s; 
}

/* анимация при появлении скрытых блоков */
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1 }   
}
.hide + label:before {
  background-color: #1e90ff;
  color: #fff;
  content: "\002B";
  display: block;
  float: left;
  font-size: 14px; 
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 3px 5px;
  text-align: center;
  width: 16px;
  border-radius: 50%;
}

.hide:checked + label:before {
  content: "\2212";
}