html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: color .3s;
}

.btn {
    background-color: #00A2E9;
    text-align: center;
    color: #fff;
    padding: 10px;
    border: 0;
    cursor: pointer;
}
.btn:hover {background-color: #006a99;}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list {
  margin-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.list li {
    list-style-type: disc;
}

.seo {
  margin-top: 5px;
  padding-bottom: 5px;
}

input::-webkit-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  color: #7e7e7e;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #7e7e7e;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: transparent;
  padding: 0;
}

@font-face {
  font-family: 'Roboto Mono';
  src: local('../fonts/Roboto Mono Medium'), local('Roboto-Mono-Medium'),
      url('../fonts/RobotoMono-Medium.woff2') format('woff2'),
      url('../fonts/RobotoMono-Medium.woff') format('woff'),
      url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Mono';
  src: local('../fonts/Roboto Mono Regular'), local('Roboto-Mono-Regular'),
      url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
      url('../fonts/RobotoMono-Regular.woff') format('woff'),
      url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Mono';
  src: local('../fonts/Roboto Mono Bold'), local('Roboto-Mono-Bold'),
      url('../fonts/RobotoMono-Bold.woff2') format('woff2'),
      url('../fonts/RobotoMono-Bold.woff') format('woff'),
      url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Grtsk Tera';
  src: local('../fonts/Grtsk Tera Bold'), local('Grtsk-Tera-Bold'),
      url('../fonts/GrtskTera-Bold.woff2') format('woff2'),
      url('../fonts/GrtskTera-Bold.woff') format('woff'),
      url('../fonts/GrtskTera-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

.app-svg {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

body {
  /*font-family: 'Roboto Mono';*/
  /*font-family: 'Open Sans', sans-serif; */
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;

  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



body.oh {
  overflow: hidden;
}

.container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  margin-bottom: 30px;     padding-top: 10px;
}
.header__nav {
  /*padding-bottom: 8px;
  padding-left: 16px;
  border-bottom: 2px solid #00A2E9;
  padding-top: 10px;
  margin-bottom: 20px;*/
  margin-left: auto;
  font-size: 14px;
}

.header__nav ul {
  display: flex;
  align-items: center;
  color: #202020;
}

.header__nav ul li:not(:last-of-type) {
  margin-right: 20px;
}

.header__nav ul li a:hover {
  color: #00A2E9;
}

.header__nav-account {margin-left:auto;}
.header__nav-account svg {
    fill: #BDBDBD;
    margin-right: 8px;
    left: 0;
    top: 50%;
    transform: translateY(7px);
    width: 20px;
    height: 24px;
}


.header__middle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header__logo {
  margin-right: 40px;
  max-width: 150px;
  width: 100%;
  line-height: 0;
}
.header__slogan {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
  max-width: 360px;
  width: 100%;
  margin-right: 30px;
  color: #23211f;
}


.header__email-city {
  margin-left: auto;
}

.header__info {
  margin-right: 15px;min-width: 270px;
}

.header__time {
  padding-left: 31px;
  position: relative;
  margin-bottom: 20px;
}

.header__time::after,
.phone a::after,
.header__mail a::after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon-clock.png);
}

.phone a {
  padding-left: 31px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}

.phone a::after {
  width: 21px;
  height: 21px;
  background-image: url(../images/icon-phone.png);
}

.header__mail {
  color: #00A2E9;
  margin-bottom: 26px;
}

.header__mail a {
  position: relative;
  padding-left: 25px;
  text-decoration: underline;
}

.header__mail a::after {
  width: 17px;
  height: 15px;
  background-image: url(../images/icon-email.png);
}

.header__mail2 a {
    width: 38px;
    height: 38px;
    background-image: url(../images/icon-mail2.png);
    display: block;
    background-size: contain;
}

.header__city {
  font-weight: 700;
  color: #00A2E9;
  text-decoration: underline;
  text-align: right;
}

.header__bottom {
  display: flex;
  align-items: center;
}

.header__catalog {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 0 74px 0 12px;
  position: relative;
}
.header__nav.open{
  z-index: 600;
}
.header__catalog button,
.header__hamburger button {
  padding-left: 38px;
  position: relative;
}
.header__hamburger button{
  font-size: 0;
}
.header__catalog button::after,
.header__catalog button::before,
.header__hamburger button::after,
.header__hamburger button::before{
  content: '';
  position: absolute;
  width: 21px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon-menu.png);
  transition: .3s;
}
.header__hamburger button::after,
.header__hamburger button::before {
  right: 0;
  left: unset;
}

.header__catalog button::before,
.header__hamburger button::before {
  background-image: url(../images/close.svg);
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.header__catalog.active button::after,
.header__hamburger.active button::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.header__catalog.active button::before,
.header__hamburger.active button::before {
  opacity: 1;
  transform: translateY(-50%) rotate(0);
}

.mobile-back {
  display: none;
}

.header__search {
  max-width: 760px;
  width: 100%;
  position: relative;
  margin-right: 20px;
}

.header__search input {
  width: 100%;
  border: 1px solid #D1D1D1;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 36px;
}

.header__search button {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
}

.header__whatsapp, .header__telegram {margin-right: 20px;line-height: 0;}

.header__whatsapp a {color: #2cb742;}
.header__whatsapp svg,
.header__telegram svg {
    width: 38px;
    height: 38px;
}

svg {
  transition: fill .3s,stroke .3s;
}

.header__hamburger {
  display: none;
}

.header__search button svg {
  width: 17px;
  height: 17px;
  fill: transparent;
  stroke: #BDBDBD;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.header__search button:hover svg {
  stroke: #00A2E9;
}

.header__search input:focus {
  outline-color: #00A2E9;
}

.header__wishlist {
  /*margin-right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;*/
}

.header__wishlist a {
  /*height: 24px;
  width: 20px;
  position: relative;*/
}

.header__wishlist a svg {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #BDBDBD;*/
}

.header__login {
  margin-right: 28px;
}

.header__login a  {
  position: relative;
  padding-left: 27px;
}

.header__login a:hover {
  color: #00A2E9;
}

.header__login a span {
  border-bottom: 1px solid #8F8F8F;font-size: 20px;
}

.header__login a svg {
  fill: #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 24px;
  stroke-width: 1px solid #BDBDBD;
}

.header__cart {
  position: relative;
}
.cart-total {display: none}

.header__cart a {
  /*font-size: 20px;
  line-height: 1;
  padding-left: 80px;
  position: relative;*/
}

.header__cart a svg {
  /*position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #BDBDBD;
  width: 27px;
  height: 25px;*/
}


.catalog__dropdown {
  position: absolute;
  z-index: 500;
  max-width: 1180px;
  width: 100%;
  bottom: -30px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: .3s;
  transform: translateY(8px);
}

.catalog__dropdown.active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.catalog__dropdown ul {
  display: none;
  position: absolute;
  top: 0%;
  width: 290px;
  padding: 0px;
  z-index: 1000;
  font-size: 14px;
  line-height: 1;
}

.catalog__dropdown ul.level-1 {
  display: block !important;
}

.catalog__dropdown ul li {
  position: relative;
  margin-bottom: -1px;
}

.catalog__dropdown ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  border: 1px solid #00BAFF;
  background-color: #F5F5F5;
  transition: .3s;
  letter-spacing: -0.1px;
}

.catalog__dropdown ul li:hover > a {
  color: #00a2e9;
  background-color: #fff;
}

.catalog__dropdown ul.level-2,
.catalog__dropdown ul.level-3  {
  left: 289px;
}



.parent {
}

.arrow {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow svg {
  width: 12px;
  height: 12px;
  fill: #B0B0B0;
  transition: .3s;
}

.catalog__dropdown ul li:hover > .arrow svg {
  fill: #00a2e9;
}


@media (min-width: 900px) {
  .catalog__dropdown ul .parent:hover > ul {
    display: block;
  }
}









.cart-counter {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  line-height: 1;
  background-color: #87BA00;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}




.slider {
  margin-bottom: 20px;
}

.slider__slide-inner {
  display: flex;
  background-color: #D0DADE;

}
.slider__img {
  max-width: 490px;
  margin-right: 80px;
  flex-shrink: 0;
  padding-top: 40px;
  background-image: url(../images/sale.png);
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;


}


.slider__content {
  padding: 20px 0;
}
.slider__title {
  font-family: 'Grtsk Tera';
  font-size: 50px;
  line-height: 1;
  margin-bottom: 23px;
  text-transform: uppercase;
  color: #00a2e9;
}
.slider__subtitle {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 40px;
}

.slider__price-old {
  margin-bottom: 10px;
}

.slider__price-old span {
  font-size: 28px;
  line-height: 32px;
  color: #979797;
  position: relative;
}

.slider__price-old span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 2px;
  width: 100%;
  background-color: #979797;

}

.slider__price-new {
  color: #ff0000;
  font-size: 54px;
  line-height: 1;
}

.slider__price-new span {
  font-size: 16px;
  margin-left: -20px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 13px;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  border: 3px solid #FFFFFF;
  background: transparent;
  transition: .3s;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px rgba(103, 127, 164, 0.2);
}

.slick-dots li.slick-active button {
  background: #fff;
}


.products {
  margin-bottom: 20px;
}

.products__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.product__item-wrap {
  width: 25%;
  padding: 10px;
}
.product__item {
  border: 3px solid #d5d5d5;
  border-radius: 5px;
  display: flex;
  padding: 20px;
  padding-bottom: 0;
  position: relative;
  min-height: 110px;
  padding-left: 90px;
  transition: .3s;
}

.product__item:hover {
  /*background-color: #00A2E9;
  border-color: rgb(159, 224, 253);*/
  border-color: #00a2e9;

  -webkit-box-shadow: 0px 0px 15px 0px rgb(11 85 169 / 50%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(11, 85, 169, 0.5);
  box-shadow: 0px 0px 15px 0px rgb(11 85 169 / 50%);
}


.product__img {
  align-self: flex-end;
  /*max-width: 125px;*/
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.product__img img {max-height: 90px;}
.product__name {
  font-family: 'Grtsk Tera';
  letter-spacing: -0.1px;
  font-size: 12px;
  text-transform: uppercase;
  transition: .3s;
}

.product__item:hover .product__name  {
  /*color: #fff;*/
}

.about__inner {
  display: flex;
  align-items: center;
}
.about__img {
  margin-right: 50px;
  /*border-radius: 50%;*/
  overflow: hidden;
  width: 165px;
  height: 165px;
  flex-shrink: 0;
}

.about__text-blue {
  margin-right: 50px;
  max-width: 300px;
}

.about__text-blue h1 {
  color: #00a2e9;
  font-size: 18px;
  line-height: 20px;
}

.about__text-blue h1 span {
  font-family: 'Grtsk Tera';
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.about__text-black {
    max-width: 490px;
    font-size: 14px;
    line-height: 20px;
    margin-left: auto;
}

.about__text-black a {
  display: block;
  margin-top: 10px;
  color: #00a2e9;
  text-decoration: underline;
}

.footer {
  padding-bottom: 50px;
  margin-top: auto;
  padding-top: 20px;
}
.footer__top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.footer__logo {
  max-width: 220px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 75px;
}

.footer__nav {
  margin-right: auto;
}

.footer__nav ul {
  display: flex;
  align-items: center;
}

.footer__nav ul li:not(:last-of-type) {
  margin-right: 25px;
}

.footer__nav ul li a {
  font-weight: 500;
}

.footer__nav ul li a:hover {
  color: #00a2e9;
}

.footer__phone-city {
  position: relative;
}

.footer__city {
  bottom: -40px;
  right: 0;
  position: absolute;
  color: #00a2e9;
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  align-items: center;
}
.footer__copy {
  color: #777777;
  font-size: 12px;
  line-height: 14px;
  margin-right: auto;
}
.footer__sub {
  max-width: 425px;
  width: 100%;
  position: relative;
  margin-right: 45px;
}

.footer__sub input {
  width: 100%;
  border: 1px solid #D1D1D1;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 210px;
}

.footer__sub input:focus {
  outline-color: #00A2E9;
}

.footer__sub button {
  position: absolute;
  height: 38px;
  line-height: 38px;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  background-color: #00A2E9;
  width: 200px;
  text-align: center;
  color: #fff;
}

.footer__social {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

.footer__social li:not(:last-of-type) {
  margin-right: 25px;
}

.shadow__block {
  display: none;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 23px;
  color: #9a9999;
  letter-spacing: -0.1px;
  margin-top: 30px;
  /*margin-left: 30px;*/
  margin-bottom: 40px;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs ul li:not(:last-of-type) {
  margin-right: 20px;
  position: relative;
}

.breadcrumbs ul li:not(:last-of-type)::after {
  content: '/';
  position: absolute;
  right: -14px;
  top: 47%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 23px;
}

.breadcrumbs ul li a:hover {
  color: #00A2E9;
}

.page__inner {
  display: flex;
  margin-bottom: 80px;
  padding-top: 20px;
}

.page__side {
  max-width: 340px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 40px;
}

.side__list li {
  position: relative;
}

.side__list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.side__list li a {
  font-family: 'Grtsk Tera';
  font-weight: 700;
  letter-spacing: -0.1px;
  border: 2px solid #d5d5d5;
  /*border-radius: 5px;*/
  padding-left: 95px;
  color: #202020;
  font-size: 14px;
  padding-right: 30px;
  padding-top: 15px;
  display: block;
  min-height: 60px;
  line-height: 1;
  transition: .3s;

}

.side__list li a:hover {
  /*background-color: #00A2E9;
  border-color: rgb(159, 224, 253);*/
  border-color: #00a2e9;

  -webkit-box-shadow: 0px 0px 15px 0px rgb(11 85 169 / 50%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(11, 85, 169, 0.5);
  box-shadow: 0px 0px 15px 0px rgb(11 85 169 / 50%);
}

.side__list img {
  position: absolute;
  /*max-width: 75px;*/
  /*width: 100%;*/
  left: 2px;
  bottom: 2px;
  max-height: 60px;
  z-index: -1;
}

.page__content {
  flex-grow: 1;
  margin-bottom: 80px;
  padding-top: 25px;
}

.product-card__inner {
  display: flex;
}
.product-card__photo {
  max-width: 205px;
  flex-shrink: 0;
  margin-right: 40px;
}

.product-card__photo img {
  border: 2px solid #EDEDED;
}

.product-card__info {
  flex-grow: 1;
  position: relative;
  padding-right: 50px;
}
.product-card__title {
  font-size: 20px;
  line-height: 25px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 700;
}
.product-card__stock {margin-bottom: 20px;}
.product-card__price {
  font-size: 24px;
  font-weight: 500;
  color: #00a2e9;
  margin-bottom: 30px;
      line-height: 1.4;
}

.product-card__price span, .product-card__price .price-old {
  font-size: 18px;
}

.product-card__footer {
  display: flex;
  flex-wrap: wrap;
}

.quantity {
  max-width: 90px;
  width: 100%;
  position: relative;
}

.quantity input {
  width: 100%;
  border: 1px solid #DCDCDC;
  height: 34px;
  line-height: 34px;
  padding: 0 17px;
  text-align: center;
  font-size: 14px;
}

.quantity input:focus {
  outline-color: #6CC6ED;
}

.minus,
.plus {
  position: absolute;
  top: 0;
  width: 22px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background-color: #6CC6ED;
}

.minus {
  left: 0;
}

.plus {
  right: 0;
}
.product-card__qunatity-min {
  order: 1;
  width: 100%;
  font-size: 10px;
  color: #202020;
  margin-top: 10px;
}

.product__add-cart {
  margin-left: 13px;
}

.product__add-cart a {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0 30px;
  background-color: #3AC83A;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__btns {
  position: absolute;
  right: 0;
  top: 25px;
}

.action__btns {
  display: flex;
  align-items: center;
}

.action__btns a:not(:last-of-type) {
  margin-right: 8px;
}

.action__btns svg {
  width: 20px;
  height: 20px;
  fill: #767676;
}
.action__btns .active svg {fill: #f00;}
.product-card__inner .action__btns svg {width: 30px;height: 30px;}

.product-card__descr {
  margin-top: 40px;
}
.product-card__descr-title {
  font-size: 18px;
  z-index: 5;
}

.product-card__descr-title span {
  display: inline-block;
  padding: 23px 40px;
  border: 1px solid #DCDCDC;
  border-bottom: 1px solid #fff;
  position: relative;
}

.product-card__descr-title span::after {
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -2.5px;
  left: 0;
  background-color: #fff;

}

.product-card__descr-content {
  padding: 40px;
  border: 1px solid #DCDCDC;
}

.product-card__descr-content span {
  font-weight: 600;
}

.privacy-block {
  margin-top: 50px;
  font-size: 9px;
  line-height: 18px;
  color: #7f7f7f;
}

.category .product__item-wrap {
  width: 50%;
}

.category .product__name h2 {
  /*font-family: 'Roboto Mono';*/
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #00a2e9;
  letter-spacing: -0.1px;
  text-transform: none;
}

.section__title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.1px;
  margin-bottom: 25px;
}

.text-block__content {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #7f7f7f;
  letter-spacing: 0.5px;
}

.text-block__btn {
  text-align: center;

}

.text-block__btn button {
  font-size: 12px;
  color: #00a2e9;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.text-block__btn button span {
  position: relative;
}

.text-block__btn button span::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 6px;
  width: 9px;
  height: 6px;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;

}

.catalog__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
}
.catalog__item-wrap {
  width: 33.3333%;
  padding: 0 25px 25px;
  display: flex;
  flex-direction: column;
}
.catalog__item {
  display: flex;
  flex-direction: column;
}
.catalog__item-img {
  /*margin-bottom: 20px;*/
}
.catalog__item-title {
  font-size: 16px;
  line-height: 20px;
 /* margin-bottom: 15px;*/
  font-weight: 700;
  min-height: 60px;
}

.catalog__item-title a:hover {
  color: #00A2E9;
}

.catalog__item-parameter {
  font-size: 13px;
  line-height: 14px;
  /*margin-bottom: 15px;*/
}
.catalog__item-df {
  display: flex;
  justify-content: space-between;
}

.catalog__item-df:not(:last-of-type) {
  margin-bottom: 5px;
  /*margin-top: auto;*/
}

.catalog__item-price {
  color: #00A2E9;
}
.catalog__item-price h4 {font-size: 20px;}

.catalog__item-price span {
  font-size: 12px;
  line-height: 14px;
}

.catalog__item-wrap .product__add-cart a {
  padding: 0 20px;
}

.lk__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -50px;
  padding-left: 80px;
  padding-right: 120px;
  padding-top: 50px;
}
.lk__item-wrap {
  padding: 40px 50px;
  width: 33.3333%;
}

.lk__img {
  margin-bottom: 20px;
}

.lk__img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.lk__text a {
  color: #000;
  letter-spacing: -0.5px;
  padding-right: 40px;
  position: relative;
  display: block;
}

.lk__text a:hover {
  color: #00A2E9;
}

.lk__text a::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 4px;
  width: 9px;
  height: 14px;
  background-image: url(../images/icon-arrow-right.png);
}

body {/*background: url(../images/bg-body.png) 50% no-repeat;*/}
.attribute_name {border-bottom: 1px solid #DCDCDC;padding: 50px 0 10px;margin-bottom: 20px;}
.slider__slide-inner {min-height:240px;justify-content: flex-end;}
.slider__content {width: 50%;}

.information_text h1 {margin-bottom:30px;}
.page__content .breadcrumbs {margin-top: -25px;}

#search {position: relative;}
#livesearch_search_results {
    margin: 0px;
    padding: 5px;
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: rgba(13, 125, 190, 0.9);
    list-style-type: none;
    z-index: 500;
    box-shadow: 5px 5px 10px #0d7dbe;
    border-radius: 0 0 5px 5px;
    line-height: 16px;
    width: 100%;
}

#livesearch_search_results li {
    padding: 0px;
    overflow: hidden;
}

#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
    color: #fff;
    text-decoration: none;
}

#livesearch_search_results a {
    display: block;
    padding: 5px;
    float: left;
}

#livesearch_search_results a:hover {
    color: #FFF;
}

#livesearch_search_results li:hover {
    background-color: #4997b8;
}

#livesearch_search_results .highlighted {
    background-color: #4997b8;
}

#livesearch_search_results li img {
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#livesearch_search_results li img.loading {
    background: #fff;
}

.login_wrap {display:flex;justify-content: space-between;}
.login_wrap h2 {margin-bottom:20px;}
.login_wrap .col_right {
	border-left: 1px solid #ccc;
    padding-left: 5%;
    width: 50%;
}
.hide {display:none;}
h1 {margin-bottom:20px;}
.form-group {margin-bottom:10px;}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group select {height: 40px;padding: 0 10px;width: 100%;}
.form-group textarea {
  height: 80px;
  padding: 0 10px;
  width: 100%;
  resize: none;}

.information_text h2, .information_text p, .information_text ul, .information_text ol {margin-bottom:20px;}
.information_text ul li {list-style: disc;}
.information_text ol li {list-style: decimal;}
.information_text ul, .information_text ol {padding-left: 30px;}
.information_text table {width:100%}

.information_text .ajax-form {max-width: 600px;margin: 0 auto;}
.information_text .ajax-form input, .information_text .ajax-form textarea {width:100%;height: 40px;padding:0 15px;margin-bottom:15px;border: 1px solid #ccc;}
.information_text .ajax-form textarea {padding-top: 10px;height: 80px;}

.ajax-form .ok {border-left: 2px solid #00a2e9;padding-left: 20px;}

.shadow_block {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgb(0 162 233 / 90%);
    width: 100%;
    height: 100%;
    display: none;
}
.popup {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 600;
    width: 500px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    display: none;
}
.popup__title {font-weight: 600;margin-bottom: 20px;}
.popup__btn-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -25px;
}

.popup__btn-close::after,
.popup__btn-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: gray;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup__btn-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup__btn-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.alert-danger {
    margin-bottom: 40px;
    padding: 10px 20px;
    background: #e31d28;
    border-left: 10px solid #c22624;
    color: #fff;
}
.register_wrap {width:600px;margin:0 auto;}
.register_wrap .form-group {display: flex;align-items: center;}
.register_wrap .hide {display: none;}
.register_wrap .col-sm-4 {width:calc(100% * 4 / 12)}
.register_wrap .col-sm-8 {width:calc(100% * 8 / 12);padding-left: 20px;}
.register_wrap .col-sm-8 input {width:100%}

.price-old {opacity: 0.5;text-decoration: line-through;color: #000;}
.price-new {color: red;}
.price-nal {color: green;}

.tabs_links {
	border-bottom: 1px solid #dddddd;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}
.tabs_links li {margin-bottom: -1px;}
.tabs_links li a {display:block;padding: 23px 40px;}
.tabs_links li.active {border: 1px solid #DCDCDC;border-bottom: 1px solid #fff;}

.tabs_content {border: 1px solid #DCDCDC;padding: 40px 0;margin-top: -1px;}
.tabs_content.tabs_content_home{padding: 20px 0 40px;}
.tabs_content > div {display: none}
.tabs_content > div.active {display: block}

.table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.table td {
    padding: 8px;
    border-bottom: 1px solid #dddddd;
}
.table-hover tbody tr:hover > td {
    background-color: #f5f5f5;
}

#notification .success {
    position: fixed;
    top: 50%;
    background: linear-gradient(180deg, rgb(0 162 233 / 80%), #00a2e9 100%);
    width: 50%;
    padding: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 100px #ccc;
}
#notification a {border-bottom: 1px solid;}
#notification a:hover {border-bottom: 0;}

#tab-description p {margin-bottom:15px;}
.catalog__item-stock {margin-bottom:10px;}

.img_download a {padding:20px;}
.img_download a:hover {color:#00A2E9}
.img_download img {max-width:320px;}


.header__top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #00a2e9;
    margin-bottom: 15px;
}




.header__icons {
    min-width: 85px;
    text-align: center;
    margin-left: 20px;
    white-space: nowrap;
    position: relative;
}
.header__icons svg {
    width: 38px;
    height: 38px;
}
.header__icons a:hover svg {fill:#00A2E9}
.header__icons a:hover {color:#00A2E9}
.header__icons span {
    display: flex;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
span.cart-name {
  position: relative;
  left: unset;
  transform: none;
}

#d_quickcheckout .qc-quantity .input-group {width:100px;}
#d_quickcheckout .input-group .qc-product-qantity {padding: 0 !important;}

#d_quickcheckout .qc-price,
#d_quickcheckout .qc-total {white-space: nowrap;}
#d_quickcheckout .quantity_wrap {display: flex;min-width: 120px;}
#d_quickcheckout .qc-quantity .btn-danger {height: 34px;padding: 8px;margin-left: 5px !important;}
#d_quickcheckout .qc-quantity button {color:#fff;}
#d_quickcheckout #qc_confirm_order {background: #6cc6ed;border: 0;}



.lk_top {
    display: flex;
    margin-bottom: 30px;
}
.lk_top a {
    color: #00a2e9;
    position: relative;
    padding-left: 15px;
}
.lk_top a:before {
    content: "";
    position: absolute;
    border-left: 2px solid #00a2e9;
    border-bottom: 2px solid #00a2e9;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    left: 0;
    top: 2px;
}
.lk_top span {margin: 0 auto;font-size: 24px;}

.form_login_auth label.control-label {width: 60px;display: inline-block;}
.form_login_auth .link_forgotten {margin: 10px 0 20px 0;display: block;}
.login_wrap .col_left {margin: 0 auto;text-align: center;}

#content h2 {margin-bottom: 20px;}
.page-account .breadcrumbs {display:none;}

#payment_address p {display:none;}

.text-danger {color: red;}
.alert-success {
    background: #bbcf17;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 20px;
}
.alert-success button {color: #fff;float: right;}
#content p {margin-bottom: 15px;}

.product_stock {margin-bottom: 5px;font-size: 14px;}
.product_stock.on {color:green}
.product_stock.off {color:red}




.tabs_links.tabs_links_home {
  text-align: center;
  display: block;
}

.tabs_content.tabs_content_home ,
.tabs_links.tabs_links_home {
  border: none;
}
.tabs_links.tabs_links_home li {
  border: 3px solid #d5d5d5;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0;
}
.tabs_links.tabs_links_home li.active {
  border: 3px solid #00a2e9;
}

.tabs_links.tabs_links_home li a {
  display: block;
  padding: 10px 40px;
}
.tabs_content_home .box-heading {
  display: none;
}
.tabs_content_home .box-product-widget  {
  display: flex;
    flex-wrap: wrap;
}
.tabs_content_home .box-product-widget .catalog__item-wrap {
  width: 20%;
  padding: 0 25px 25px;
  display: flex;
  flex-direction: column;
}

.header__icons span.cart-quantity {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 100%;
	top:0%;
    transform: none;
}

#d_quickcheckout .panel-body label {
    font-size: 16px;
}



@media (max-width: 1199px) {


  .tabs_content_home .box-product-widget .catalog__item-wrap {
      width: 50%;
    }

  }


@media (max-width: 560px) {


  .tabs_content_home .box-product-widget .catalog__item-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }


}








.category-info.white-hidden {
  height: 80px;
  overflow: hidden;
}

.category-info.white-hidden::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, white 70%);
  width: 100%;
  height: 60px;
  bottom: 0;
}
.category-info {
  position: relative;
  overflow: initial;
-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;

}

.category-info.white-hidden .open-info {
  bottom: 0px;
}

.category-info .open-info {
  position: absolute;
  z-index: 3;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  color: #737373;
}


section.about .container {
  padding-bottom: 30px;
    -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      height: 725px;
position: relative;
  overflow: hidden;
}
section.about .container.white-hidden  {
  height: 100px;

}
section.about .container::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, white 70%);
  width: 100%;
  height: 0px;
  bottom: 0;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
section.about .container.white-hidden::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, white 70%);
  width: 100%;
  height: 60px;
  bottom: 0;
}

.category-info {
  overflow: initial;
}

section.about .container.white-hidden .open-info  {
  bottom: 0px;
}

section.about .container .open-info  {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  color: #737373;
    -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
}
.footer__pay {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  align-items: center;
  justify-content: flex-end;
}

.footer__pay img {
  height: 23px;
  width: auto;
}
@media (max-width: 1023px) {
  .page__side{
    display: none ;
  }
}
@media (max-width: 860px) {


section.about .container {
    padding-bottom: 30px;
    height: auto;
  }

}
@media (min-width: 860px) {


.box-product-widget {}
.box-product-widget .catalog__item-title {min-height: 100px;}

}
.box-product-widget .product__add-cart {
  margin-left: 4px;
}
.link_cart.zakaz{
background:#cd9443;
}
#review {
  margin-bottom: 40px;
}
@media (max-width: 400px) {
  .phone a::after {
    width: 16px;
    height: 16px;
  }
  .phone a {
    padding-left: 25px;
  }
  .header__logo {
    max-width: 130px !important;
  }
  .header__hamburger {
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
.header__cart.header__icons span.cart-quantity {
    display: block;
    font-size: 10px;
    bottom:0;
    right: 19px;
	position: absolute;
    left: 0%;
    top: inherit;
}
}