@charset "UTF-8";
/* COLOR */
html {
  scroll-behavior: smooth;
}

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

.title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  position: relative;
  font-family: inherit;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  color: #0F0F0F;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
}

a, a:active, a:focus, a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}

ul, ol {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  border-style: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00bc52;
}

::-webkit-scrollbar-thumb {
  background: #00bc52;
  /*border-radius: 50px;*/
}

::-webkit-scrollbar-track {
  background: #F0F0F0;
  border: 1px solid #F3F3F3;
  border-radius: 50px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.container::after, .container::before {
  content: none;
}

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

.d-none {
  display: none;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  font-size: 12px;
  color: #333;
  gap: 5px;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    padding: 15px;
    background-color: #eaebed;
    border-radius: 4px;
    margin: 15px 0 25px;
  }
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .breadcrumb li {
    white-space: nowrap;
  }
}
.breadcrumb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:first-child a:lang(uk)::before {
  content: "Головна";
  display: block;
  font-size: 12px;
}
.breadcrumb li:first-child a:lang(uk) i {
  display: none;
}
.breadcrumb li:first-child a:lang(ru)::before {
  content: "Главная";
  display: block;
  font-size: 12px;
}
.breadcrumb li:first-child a:lang(ru) i {
  display: none;
}
.breadcrumb li:last-child::after {
  content: "";
  display: none;
}

.title__block {
  margin-top: 20px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .title__block {
    margin-bottom: 25px;
  }
}
.title__block .block__subtitle {
  display: block;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title__block .block__subtitle {
    letter-spacing: 4px;
  }
}
.title__block .block__title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .title__block .block__title {
    font-size: 28px;
  }
}

/*.lang__container {

   #form-language {

      .btn-group {

         ul {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 40px;

            li {
               display: grid;
               grid-template-columns: repeat(2, 1fr);
               align-items: center;

               .btn {
                  padding: 0;

                  &:hover {
                     text-decoration: none;
                     color: $style__color-accenthover;
                  }
               }

               &:first-child {

                  &::before {
                     content: '';
                     display: block;
                     width: 18px;
                     height: 18px;
                     border-radius: 50%;
                     background-image: url(/image/catalog/egtm/img/ua.png);
                     background-size: cover;
                     background-repeat: no-repeat;
                  }
               }
            }

            li:lang(uk) {

               &:first-child {

                  .btn {
                     font-weight: 900;
                  }
               }
            }

            li:lang(ru) {

               &:last-child {

                  .btn {
                     font-weight: 900;
                  }
               }
            }
         }


      }
   }
}*/
.block__description {
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .block__description {
    padding: 15px;
    background-color: #ededed;
  }
}
.block__description img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .block__description img {
    margin: 0 auto 1rem;
  }
}

.category__product-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 10px) 10px calc(25% - 10px) 10px calc(25% - 10px) 10px calc(25% - 10px);
  grid-template-columns: repeat(4, calc(25% - 10px));
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 549px) {
  .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 890px) and (max-width: 1366px) {
  .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.category__product-block .product-layout {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaebed;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
          box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .category__product-block .product-layout {
    padding: 10px;
  }
}
.category__product-block .product-layout:hover {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .category__product-block .product-layout:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.category__product-block .product-layout:hover .product-thumb .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.category__product-block .product-layout .product-thumb {
  position: relative;
}
.category__product-block .product-layout .product-thumb .image {
  overflow: hidden;
  margin-bottom: 10px;
}
.category__product-block .product-layout .product-thumb .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker {
  position: absolute;
  text-align: left;
  color: #000;
  top: 0;
  right: auto !important;
  left: 0;
  z-index: 99;
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker div {
  margin-bottom: 5px;
  height: 24px;
  width: 24px;
  border: none;
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP {
  background: #fff url(/catalog/view/theme/default/image/ukrcredits/PP_logo.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP {
    width: 25px;
    height: 25px;
  }
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP span {
    font-size: 8px;
  }
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII {
  background: #fff url(/catalog/view/theme/default/image/ukrcredits/II_logo.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII {
    width: 25px;
    height: 25px;
  }
}
.category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII span {
    font-size: 8px;
  }
}
.category__product-block .product-layout .product-thumb .image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  width: 100%;
}
.category__product-block .product-layout .product-thumb .caption {
  min-height: 100px;
}
.category__product-block .product-layout .product-thumb .caption .model {
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.category__product-block .product-layout .product-thumb .caption h4 {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  height: 36px;
  overflow: hidden;
  margin: 0;
}
.category__product-block .product-layout .product-thumb .caption .rating {
  text-align: center;
  margin: 5px 0;
}
.category__product-block .product-layout .product-thumb .caption .rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.category__product-block .product-layout .product-thumb .caption .rating .fa-stack .fa-stack-2x {
  font-size: 1em;
  color: #f9dd16;
}
.category__product-block .product-layout .product-thumb .caption .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  min-height: 43px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .caption .price {
    font-size: 20px;
    min-height: 37px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category__product-block .product-layout .product-thumb .caption .price {
    font-size: 20px;
  }
}
.category__product-block .product-layout .product-thumb .caption .price .price-new {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #EC1E1E;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .caption .price .price-new {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category__product-block .product-layout .product-thumb .caption .price .price-new {
    font-size: 20px;
  }
}
.category__product-block .product-layout .product-thumb .caption .price .price-old {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #bbb;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .caption .price .price-old {
    font-size: 12px;
    line-height: 1.2;
  }
}
.category__product-block .product-layout .product-thumb .button-group {
  border-top: none;
  background-color: transparent;
}
.category__product-block .product-layout .product-thumb .button-group .add__cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  border-radius: 4px;
  background-color: #00bc52;
  padding: 7px 10px;
  gap: 7px;
  float: left;
  color: #0F0F0F;
  line-height: 1;
  font-weight: inherit;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.category__product-block .product-layout .product-thumb .button-group .add__cart-button .cart__new-add {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/cart-product.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.category__product-block .product-layout .product-thumb .button-group .add__cart-button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}
.category__product-block .product-layout .product-thumb .button-group .add__cart-button:hover {
  background-color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.category__product-block .product-layout .product-thumb .button-group .wishlist__product-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bbb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .button-group .wishlist__product-button {
    width: 25px;
    height: 25px;
  }
}
.category__product-block .product-layout .product-thumb .button-group .wishlist__product-button .wishlist__product {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .button-group .wishlist__product-button .wishlist__product {
    width: 15px;
    height: 15px;
  }
}
.category__product-block .product-layout .product-thumb .button-group .compare__product-button {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bbb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .button-group .compare__product-button {
    top: 30px;
    width: 25px;
    height: 25px;
  }
}
.category__product-block .product-layout .product-thumb .button-group .compare__product-button .compare__product {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .category__product-block .product-layout .product-thumb .button-group .compare__product-button .compare__product {
    width: 15px;
    height: 15px;
  }
}

.slider__container {
  margin: 100px 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  .slider__container {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .slider__container {
    margin: 50px 0;
  }
}
.slider__container .slider__product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
.slider__container .slider__product-block .product-layout {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaebed;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
          box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.slider__container .slider__product-block .product-layout:hover .product-thumb .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.slider__container .slider__product-block .product-layout .product-thumb {
  position: relative;
}
.slider__container .slider__product-block .product-layout .product-thumb .image {
  overflow: hidden;
  margin-bottom: 10px;
}
.slider__container .slider__product-block .product-layout .product-thumb .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker {
  position: absolute;
  text-align: left;
  color: #000;
  top: 0;
  right: auto !important;
  left: 0;
  z-index: 99;
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker div {
  margin-bottom: 5px;
  height: 24px;
  width: 24px;
  border: none;
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP {
  background: #fff url(/catalog/view/theme/default/image/ukrcredits/PP_logo.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP {
    width: 25px;
    height: 25px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditPP span {
    font-size: 8px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII {
  background: #fff url(/catalog/view/theme/default/image/ukrcredits/II_logo.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII {
    width: 25px;
    height: 25px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .image .ukrcreditsticker .ukrcreditII span {
    font-size: 8px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  width: 100%;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption {
  min-height: 100px;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .model {
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption h4 {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  height: 36px;
  overflow: hidden;
  margin: 0;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .rating {
  text-align: center;
  margin: 5px 0;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .rating .fa-stack .fa-stack-2x {
  font-size: 1em;
  color: #f9dd16;
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  min-height: 43px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .caption .price {
    font-size: 20px;
    min-height: 37px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider__container .slider__product-block .product-layout .product-thumb .caption .price {
    font-size: 20px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .price .price-new {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #EC1E1E;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .caption .price .price-new {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider__container .slider__product-block .product-layout .product-thumb .caption .price .price-new {
    font-size: 20px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .caption .price .price-old {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #bbb;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .caption .price .price-old {
    font-size: 12px;
    line-height: 1.2;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group {
  border-top: none;
  background-color: transparent;
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .add__cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  border-radius: 4px;
  background-color: #00bc52;
  padding: 7px 10px;
  gap: 7px;
  float: left;
  color: #0F0F0F;
  line-height: 1;
  font-weight: inherit;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .add__cart-button .cart__new-add {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/cart-product.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .add__cart-button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .add__cart-button:hover {
  background-color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .wishlist__product-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bbb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .button-group .wishlist__product-button {
    width: 25px;
    height: 25px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .wishlist__product-button .wishlist__product {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .button-group .wishlist__product-button .wishlist__product {
    width: 15px;
    height: 15px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .compare__product-button {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bbb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .button-group .compare__product-button {
    top: 30px;
    width: 25px;
    height: 25px;
  }
}
.slider__container .slider__product-block .product-layout .product-thumb .button-group .compare__product-button .compare__product {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider__container .slider__product-block .product-layout .product-thumb .button-group .compare__product-button .compare__product {
    width: 15px;
    height: 15px;
  }
}
.slider__container .latest__navigation, .slider__container .special__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 30px;
  right: 0;
  height: 40px;
}
.slider__container .latest__navigation .swiper-button-prev, .slider__container .latest__navigation .swiper-button-next, .slider__container .special__navigation .swiper-button-prev, .slider__container .special__navigation .swiper-button-next {
  position: relative;
  top: 0;
  bottom: auto;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #eaebed;
}
.slider__container .latest__navigation .swiper-button-prev::before, .slider__container .latest__navigation .swiper-button-next::before, .slider__container .special__navigation .swiper-button-prev::before, .slider__container .special__navigation .swiper-button-next::before {
  display: none;
}
.slider__container .latest__navigation .swiper-button-prev, .slider__container .special__navigation .swiper-button-prev {
  left: 0;
}
.slider__container .latest__navigation .swiper-button-prev::after, .slider__container .special__navigation .swiper-button-prev::after {
  content: "";
  width: 40px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/left-arrow.svg);
  -webkit-transform: inherit;
          transform: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.slider__container .latest__navigation .swiper-button-prev:hover::after, .slider__container .special__navigation .swiper-button-prev:hover::after {
  background-image: url(/image/catalog/tahta.ua/icons/left-arrow-hover.svg);
}
.slider__container .latest__navigation .swiper-button-next, .slider__container .special__navigation .swiper-button-next {
  right: 0;
}
.slider__container .latest__navigation .swiper-button-next::after, .slider__container .special__navigation .swiper-button-next::after {
  content: "";
  width: 40px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.slider__container .latest__navigation .swiper-button-next:hover::after, .slider__container .special__navigation .swiper-button-next:hover::after {
  background-image: url(/image/catalog/tahta.ua/icons/right-arrow-hover.svg);
}

@media (max-width: 767px) {
  .wishlist__container {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wishlist__container {
    padding: 15px !important;
  }
}
.wishlist__container .category__product-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px);
  grid-template-columns: repeat(5, calc(20% - 10px));
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .wishlist__container .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .wishlist__container .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  .wishlist__container .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 890px) and (max-width: 1366px) {
  .wishlist__container .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
  #common-success {
    margin-top: 91px;
  }
}
#common-success .success__row {
  padding: 25px;
  background-color: #fff;
}
#common-success .success__row .title__block {
  text-align: center;
}
#common-success .success__row .success__content {
  text-align: center;
}
#common-success .success__row .buttons .pull-right {
  float: none !important;
  text-align: center;
}
#common-success .success__row .buttons .pull-right .btn {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bbb;
  padding: 14px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#common-success .success__row .buttons .pull-right .btn:hover {
  color: #fff;
  background-color: #00bc52;
}

#product-search .filter__button {
  display: none !important;
}
#product-search .category__product-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px) 10px calc(20% - 10px);
  grid-template-columns: repeat(5, calc(20% - 10px));
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #product-search .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  #product-search .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  #product-search .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 890px) and (max-width: 1366px) {
  #product-search .category__product-block {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}

/* WISHLIST */
@media (max-width: 767px) {
  #account-wishlist {
    margin-top: 91px;
  }
}
#account-wishlist .wishlist__container {
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #account-wishlist .wishlist__container {
    padding: 0;
  }
}
#account-wishlist .wishlist__container .button-group .wishlist__product-button {
  background-color: #84d6ad;
}
#account-wishlist .wishlist__container .wishlist__not {
  text-align: center;
}
#account-wishlist .wishlist__container .wishlist__not p {
  color: #070707;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
#account-wishlist .wishlist__container .wishlist__not .buttons {
  margin: 25px;
}
#account-wishlist .wishlist__container .wishlist__not .pull-right {
  float: none !important;
}
#account-wishlist .wishlist__container .wishlist__not .pull-right .btn-default {
  color: #070707;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eaebed;
  padding: 14px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  background-image: none;
  background-repeat: no-repeat;
  border-color: transparent;
  text-shadow: none;
}

/* COMPARE */
@media (max-width: 767px) {
  #product-compare {
    margin-top: 91px;
  }
}
#product-compare .compare__container {
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #product-compare .compare__container {
    padding: 0;
  }
}
#product-compare .compare__container .table__responcive {
  width: 100%;
  overflow-x: auto;
}
#product-compare .compare__container .table-bordered {
  width: auto !important;
  border: none;
}
#product-compare .compare__container .table-bordered thead {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered thead {
    font-size: 18px;
    line-height: 24px;
  }
}
#product-compare .compare__container .table-bordered thead tr td {
  border: none;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered thead tr td {
    padding: 10px 0;
  }
}
#product-compare .compare__container .table-bordered tbody {
  border: none;
}
#product-compare .compare__container .table-bordered tbody:nth-child(2n+1) {
  background-color: #EAEBED;
}
#product-compare .compare__container .table-bordered tbody tr td {
  max-width: 340px;
  text-align: center;
  border: 1px solid #EAEBED;
  vertical-align: inherit;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered tbody tr td {
    min-width: 120px;
    max-width: 120px;
    font-size: 12px;
  }
}
#product-compare .compare__container .table-bordered tbody tr td:first-child {
  text-align: inherit;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered tbody tr td:first-child {
    min-width: 110px;
    max-width: 110px;
  }
}
#product-compare .compare__container .table-bordered .general__compare tr:nth-child(2n+1) {
  background-color: #EAEBED;
}
#product-compare .compare__container .table-bordered .product__title {
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered .product__title {
    font-size: 12px;
    line-height: 1.2;
  }
}
#product-compare .compare__container .table-bordered .product__image img {
  max-width: 340px;
  width: 100%;
}
#product-compare .compare__container .table-bordered .product__price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #EC1E1E;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered .product__price {
    font-size: 16px;
    line-height: 1;
  }
}
#product-compare .compare__container .table-bordered .product__price div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product-compare .compare__container .table-bordered .product__price strike {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: line-through;
  color: #6f767b;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered .product__price strike {
    font-size: 12px;
    line-height: 17px;
  }
}
#product-compare .compare__container .table-bordered .compare__button input {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background-color: #00bc52;
  border-radius: 10px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered .compare__button input {
    font-size: 12px;
  }
}
#product-compare .compare__container .table-bordered .compare__button input:hover {
  background-color: #84d6ad;
}
#product-compare .compare__container .table-bordered .compare__button a {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F0F0F;
  background-image: none;
  background-color: #bbb;
  border: none;
  border-radius: 10px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  #product-compare .compare__container .table-bordered .compare__button a {
    font-size: 12px;
  }
}
#product-compare .compare__container .compare__not {
  text-align: center;
}
#product-compare .compare__container .compare__not p {
  color: #070707;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
#product-compare .compare__container .compare__not .buttons {
  margin: 25px;
}
#product-compare .compare__container .compare__not .pull-right {
  float: none !important;
}
#product-compare .compare__container .compare__not .pull-right .btn-default {
  color: #070707;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eaebed;
  padding: 14px 25px;
  border-radius: 15px;
  text-transform: uppercase;
  background-image: none;
  background-repeat: no-repeat;
  border-color: transparent;
  text-shadow: none;
}

/* checkout */
.checkout__container {
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .checkout__container {
    padding: 25px 0 0;
    margin-top: -50px;
    position: relative;
  }
}
.checkout__container .simple-content {
  margin: 0;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout {
    margin-top: 25px;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step {
  /*@media screen and (min-width: 768px) and (max-width: 900px) {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 25px;
  }*/
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #eaebed;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block {
    padding: 0;
    border: none;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .checkout-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #070707;
  border: none;
  border-color: transparent;
  background-color: #eaebed;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .checkout-heading span::after {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #070707;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .checkout-heading .checkout-heading-button::after {
  display: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content p {
  display: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio {
  margin: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: inherit;
  margin-bottom: 15px;
  padding: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio label input {
  margin: 0;
  position: relative;
  width: 16px;
  height: 16px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio label input::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5px solid #222;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio label input:checked {
  position: relative;
  margin: 0 !important;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step .simplecheckout-block .simplecheckout-block-content .radio label input:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5px solid #222;
  width: 16px;
  height: 16px;
  background-color: #00bc52;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .checkout-heading span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*column-gap: 10px;*/
  font-size: 0;
  /*&::before {
     content: '01';
     font-family: "Rubik", sans-serif;
     font-size: 40px;
     font-weight: 600;
     line-height: 1;
     color: transparent;
     -webkit-text-stroke: 1px #00bc52;
  }*/
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content {
  padding: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .control-label {
  font-family: "Nunito Sans", sans-serif;
  width: 120px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: inherit;
  color: #999;
  padding: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 {
  /*max-width: 280px;*/
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #0F0F0F;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #EAEBED;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: inherit;
  transition: inherit;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content {
  margin-top: 25px;
  padding: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .control-label {
  font-family: "Nunito Sans", sans-serif;
  width: 120px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: inherit;
  color: #999;
  padding: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #0F0F0F;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #EAEBED;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: inherit;
  transition: inherit;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .col-sm-8 .form-control::placeholder {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_comment .checkout-heading {
  /*&::before {
     content: '04';
     font-family: "Rubik", sans-serif;
     font-size: 40px;
     font-weight: 600;
     line-height: 1;
     color: transparent;
     -webkit-text-stroke: 1px #00bc52;
  }*/
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_comment .simplecheckout-block-content {
  padding: 10px !important;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_comment .simplecheckout-block-content {
    padding: 10px 0 !important;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block {
  padding: 10px;
  border: 1px solid #EAEBED;
  border-radius: 4px;
  position: relative;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) 10px minmax(-webkit-min-content, -webkit-max-content);
  -ms-grid-columns: minmax(min-content, max-content) 10px minmax(min-content, max-content);
  grid-template-columns: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(min-content, max-content));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-left img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-left img {
    width: 100%;
    height: auto;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .product__title {
  margin-bottom: 10px;
  width: 85%;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .product__title {
    margin-bottom: 10px;
    width: 88%;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .product__title a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .model {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .model {
    margin-bottom: 5px;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .model span {
  font-weight: 400;
  margin-left: 3px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-top .block__top-right .options {
  line-height: 1.2;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  min-height: 43px;
  color: #000;
  margin: 0;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price .old__price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #bbb;
  text-decoration: line-through;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price .old__price {
    top: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price .old__price {
    top: 25px;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .price .new__price {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #EC1E1E;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group {
  position: inherit;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .input-group-btn {
  position: inherit;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn {
  background-color: transparent;
  border: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn:hover {
  border: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn .fa {
  font-size: 12px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn .fa-minus::before {
  font-weight: 100;
  font-size: 10px;
  color: #00bc52;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn .fa-plus::before {
  font-weight: 100;
  font-size: 10px;
  color: #00bc52;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn-danger {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/delete-remove.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .btn-danger .fa {
  display: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .quantity .input-group .form-control {
  border: none;
  border-bottom: 1px solid #EAEBED;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  min-height: 43px;
  color: #000;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .cart__container .product__block .product__block-bottom .total span {
  margin-right: 5px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container .simplecheckout-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container .inputs .form-control {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #EAEBED;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container .inputs.buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 25px;
  border-radius: 4px;
  background-color: #00bc52;
  background-image: inherit;
  border-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  z-index: 99;
  cursor: pointer;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container .inputs.buttons .button:hover {
  background-color: #84d6ad;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .bonus__container .inputs.buttons .button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .simplecheckout-cart-total {
  border: none;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .simplecheckout-cart-total .total__title {
  font-family: "Nunito Sans", sans-serif;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart .simplecheckout-cart-total .simplecheckout-cart-total-value {
  min-width: 116px;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-step #simplecheckout_cart #total_total .simplecheckout-cart-total-value {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-button-block .simplecheckout-button-right .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 25px;
  border-radius: 10px;
  background-color: #00bc52;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.checkout__container .simple-content .simplecheckout .simplecheckout-button-block .simplecheckout-button-right .button:hover {
  background-color: #84d6ad;
}

@media (max-width: 767px) {
  #error-not-found {
    margin-top: 91px;
  }
}
#error-not-found .error__container #content {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 767px) {
  #error-not-found .error__container #content {
    padding: 0;
  }
}
#error-not-found .error__container #content .error__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  #error-not-found .error__container #content .error__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#error-not-found .error__container #content .error__block .error__left p {
  font-weight: 700;
}
#error-not-found .error__container #content .error__block .error__left ul {
  color: #0F0F0F !important;
}
#error-not-found .error__container #content .error__block .error__left ul li a {
  color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#error-not-found .error__container #content .error__block .error__left ul li a:hover {
  color: #84d6ad;
}
#error-not-found .error__container #content .error__block .error__left .buttons a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bbb;
  padding: 14px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#error-not-found .error__container #content .error__block .error__left .buttons a:hover {
  color: #fff;
  background-color: #84d6ad;
}
.alert.alert-success.alert-dismissible {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  margin-bottom: 0;
  background-color: #EAEBED;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #0F0F0F;
  padding: 30px 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .alert.alert-success.alert-dismissible {
    padding: 15px 20px;
  }
}
.alert.alert-success.alert-dismissible a {
  text-decoration: underline;
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.alert.alert-success.alert-dismissible a:hover {
  color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.alert.alert-success.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.alert.alert-success.alert-dismissible .fa {
  font-size: 16px;
}

:lang(uk) > .checkout__container .simplecheckout-step #simplecheckout_customer .checkout-heading span::after {
  content: "Персональні дані";
}

:lang(ru) > .checkout__container .simplecheckout-step #simplecheckout_customer .checkout-heading span::after {
  content: "Персональные данные";
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 999;
  background-color: #1F1F1F;
}
.header .infobar {
  text-align: center;
  background-color: #00bc52;
  color: #000;
}
@media (max-width: 767px) {
  .header .infobar {
    margin-top: 71px;
    font-size: 12px;
  }
}
.header .header__top {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header .header__top {
    display: none;
  }
}
.header .header__top .header__top-container {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__top .header__top-container .header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__top .header__top-container .header__top-left {
    gap: 10px;
  }
}
.header .header__top .header__top-container .header__top-left .header__top-block {
  padding: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__top .header__top-container .header__top-left .header__top-block {
    padding: 0;
  }
}
.header .header__top .header__top-container .header__top-left .header__top-block a {
  font-size: 14px;
  color: #eaebed;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__top .header__top-container .header__top-left .header__top-block a:hover {
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-toggle {
  display: none;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  top: auto;
  padding: 0;
  margin: 0;
  min-width: auto;
  background-color: transparent;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li:first-child {
  position: relative;
  padding-left: 25px;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/ua.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li:first-child .btn-link:lang(uk) {
  color: #00bc52;
  font-weight: 900;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li:last-child::before {
  content: "/";
  display: block;
  color: #eaebed;
  margin-right: 5px;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li:last-child .btn-link:lang(ru) {
  color: #00bc52;
  font-weight: 900;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li .btn-link {
  color: #eaebed;
  padding: 0;
}
.header .header__top .header__top-container .header__top-right #form-language .btn-group .dropdown-menu li .btn-link:hover {
  text-decoration: none;
}
.header .header__bottom {
  background: #0F0F0F;
}
@media (max-width: 767px) {
  .header .header__bottom {
    display: none;
  }
}
.header .header__bottom .header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container {
    gap: 10px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-left {
    gap: 10px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-logo .logo {
    height: 58px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 88px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-logo a {
    height: 58px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar {
  min-height: auto;
  margin-bottom: 0;
  position: inherit;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  float: none;
  padding: 0 24px;
  margin: 0;
  background-color: rgba(0, 188, 82, 0.25);
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar {
    padding: 0 14px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar #category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar #category::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/image/catalog/tahta.ua/icons/menu-grid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar:hover {
  background-color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar:hover #category {
  color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-header .btn-navbar:hover #category::before {
  background-image: url(/image/catalog/tahta.ua/icons/menu-grid-hover.svg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse {
  display: none !important;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse::before, .header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse::after {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in {
  position: absolute;
  top: 88px;
  left: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav::after, .header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav::before {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav li {
  background-color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav li a {
  font-size: 16px;
  line-height: 1.2;
  color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav li a:hover {
  background-color: transparent;
  border-color: transparent;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav li:hover {
  background-color: #00bc52;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav li:hover a {
  background-color: transparent;
  color: #0F0F0F;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .general a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  color: #0F0F0F;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  right: 0;
  top: 6px;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: none;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  color: #0F0F0F;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child a::after {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-left .header__bottom-menu .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .see-all {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group {
  position: relative;
  min-width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .search .input-group {
    min-width: 150px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .form-control {
  width: 100%;
  display: block;
  border-radius: 4px;
  padding: 0 65px 0 26px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  color: #0F0F0F;
  background: #eaebed;
  height: 48px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .form-control {
    padding: 0 65px 0 16px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group ::-webkit-input-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group ::-moz-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group :-ms-input-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group ::-ms-input-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group ::placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .smartsearch .item .item_block .title {
  font-size: 14px;
  line-height: 1.2;
  /*a {
     display: block;
  }*/
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .smartsearch .item .item_block .title span {
  margin-top: 5px;
  font-size: 10px;
  color: #838383;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .smartsearch .item .item_block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 700;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  z-index: 9;
}
.header .header__bottom .header__bottom-container .header__bottom-right .search .input-group .input-group-btn .btn {
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url(/image/catalog/tahta.ua/icons/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .account__block .account__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .account__block .account__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/account.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu {
  padding: 24px;
  margin: 0;
  border: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li {
  border: 1px solid #00bc52;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0F0F0F;
  height: 38px;
  width: 100%;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li a:hover, .header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li a:focus {
  color: inherit;
  background-color: inherit;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li:first-child {
  background-color: #00bc52;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li:hover, .header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li:focus {
  border: 1px solid #0F0F0F;
  background-color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li:hover a, .header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu li:focus a {
  color: #eaebed;
  background-color: transparent;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown .dropdown-menu-right {
  right: auto;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown.open .account__block .account__icons::before {
  background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-right .account .dropdown.open .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__bottom .header__bottom-container .header__bottom-right .wishlist {
  width: 48px;
  height: 48px;
  position: relative;
}
.header .header__bottom .header__bottom-container .header__bottom-right .wishlist .wishlists__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .wishlist .wishlists__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .wishlist .amount {
  position: absolute;
  left: auto;
  right: -5px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__bottom .header__bottom-container .header__bottom-right .compare {
  width: 48px;
  height: 48px;
  position: relative;
}
.header .header__bottom .header__bottom-container .header__bottom-right .compare .compare__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .compare .compare__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .compare .amount {
  position: absolute;
  left: auto;
  right: -5px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-toggle {
  width: 48px;
  height: 48px;
  position: relative;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/cart.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-toggle #cart-total .count {
  position: absolute;
  left: auto;
  right: -5px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container {
  /*.btn {
     margin: 0;
     padding: 0;
     border: none;
     background: transparent;
     box-shadow: none;

     #cart-total {
        position: relative;
        display: block;
        padding-left: 42px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: 39px;

        &::before {
           content: '';
           display: block;
           position: absolute;
           top: 0;
           left: 0;
           width: 39px;
           height: 39px;
           background-image: url(/image/catalog/tahta.ua/icons/cart.svg);
           background-size: 60%;
           background-position: center;
           background-repeat: no-repeat;
           background-color: #fff;
           border-radius: 50%;
        }

        i {
           display: none;
        }

        .count {
           position: absolute;
           left: 30px;
           top: 0;
           min-width: 16px;
           height: 16px;
           border: 2px solid #ECF2F7;
           background: $style__color-accent;
           border-radius: 50%;
           font-family: "Nunito Sans", sans-serif;
           font-size: 10px;
           font-weight: 500;
           line-height: 1;
           color: #fff;
           display: flex;
           align-items: center;
           justify-content: center;
        }

        .sum {
           font-family: "Nunito Sans", sans-serif;
           font-size: 14px;
           line-height: 1.2;
           font-weight: 600;
           text-align: right;
           color: $style__color-bg;

           @media screen and (min-width: 768px) and (max-width: 1023px) {
              display: none;
           }
        }

        .button {
           font-family: "Nunito Sans", sans-serif;
           font-size: 14px;
           line-height: 1.2;
           font-weight: 700;
           color: $style__color-bg;

           @media screen and (min-width: 768px) and (max-width: 1023px) {
              display: none;
           }
        }
     }
  }*/
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .popup__bg {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 50%;
  overflow-y: auto;
  max-height: none;
  scrollbar-width: thin;
  overflow-x: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu {
    min-width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu {
    min-width: 70%;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  background-color: #F5FBFD;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__top .cart__h {
  color: #0F0F0F;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__top .cart__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #EAEBED;
  border-radius: 4px;
  cursor: pointer;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__top .cart__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body {
  padding: 10px 24px;
  border-top: 1px solid #EAEBED;
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #EAEBED;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-top: 1px solid #EAEBED;
  }
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-image {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-image .img-thumbnail {
    max-width: 108px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td {
  border-top: 1px solid #EAEBED;
  padding: 0;
  vertical-align: inherit;
}
@media (max-width: 1023px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td {
    border: none;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail {
    width: 70%;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail a {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail small {
  font-size: 12px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-quantity {
  width: 100px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-quantity {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-total {
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-total {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove {
  text-align: center;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove .remove__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/delete-remove.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr:first-child td {
  border: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #eaebed;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__body::-webkit-scrollbar-thumb {
  background-color: #84d6ad;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom div {
  padding: 0;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .table {
  border-top: 1px solid #EAEBED;
  border: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr:first-child {
  display: none;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td strong {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td span {
  font-size: 18px;
  font-weight: 700;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b {
  padding: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b span {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b span {
    text-align: center;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background-color: #00bc52;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a {
    text-align: center;
  }
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a:hover {
  background-color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .attention {
  padding: 24px;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container .dropdown-menu .attention .text-center {
  font-size: 14px;
  line-height: 1.2;
}
.header .header__bottom .header__bottom-container .header__bottom-right .cart .header__cart-container.open .popup__bg {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(3px);
}
.header .header__mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .header .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #1F1F1F;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
}
.header .header__mobile .header__mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 15px;
  background-color: #1F1F1F;
}
.header .header__mobile .header__mobile-top .mobile__top-right .logo img {
  width: 80px;
  height: 60px;
  max-height: 60px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  padding: 0;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar {
  min-height: auto;
  margin-bottom: 0;
  position: inherit;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-header .btn-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  float: none;
  padding: 0 12px;
  margin: 0;
  background-color: rgba(0, 188, 82, 0.25);
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-header .btn-navbar #category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-header .btn-navbar #category::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/image/catalog/tahta.ua/icons/menu-grid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-header .btn-navbar {
  /*&:hover {
     background-color: $style__color-accent;
     transition-duration: .4s;

     #category {
        color: #0F0F0F;
        transition-duration: .4s;

        &::before {
           background-image: url(/image/catalog/tahta.ua/icons/menu-grid-hover.svg);
           transition-duration: .4s;
        }
     }
  }*/
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse {
  display: none !important;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse::before, .header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse::after {
  display: none;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 550px;
  height: 100vh;
  background-color: #fff;
  padding: 0 15px 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav::after, .header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav::before {
  display: none;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav li {
  background-color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav li a {
  font-size: 16px;
  line-height: 1.2;
  color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav li a:hover {
  background-color: transparent;
  border-color: transparent;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav li {
  /*&:hover {
     background-color: $style__color-accent;

     a {
        background-color: transparent;
        color: $style__color-text;
     }
  }*/
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .general a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  color: #0F0F0F;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  right: 0;
  top: 6px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-toggle::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  left: inherit;
  z-index: 1000;
  float: none;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  min-width: 300px;
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #eaebed;
  border: none;
  margin: 0 0 2px;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  color: #0F0F0F;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .dropdown-inner .list-unstyled .child a::after {
  display: none;
}
.header .header__mobile .header__mobile-top .mobile__top-left .catalog .container .navbar .navbar-collapse.in .navbar-nav .dropdown.open .dropdown-menu .see-all {
  display: none;
}
.header .header__mobile .header__mobile-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 7px 15px;
  background-color: #1F1F1F;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .home {
  position: relative;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .home a .img {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .home a .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/mobile-menu-home.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .home a .title {
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .account__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .account__block .account__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .account__block .account__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/account.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .account__block .title {
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu {
  padding: 24px;
  margin: 20px 0 0;
  border: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #00bc52;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0F0F0F;
  height: 38px;
  width: 100%;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li a:hover, .header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li a:focus {
  color: inherit;
  background-color: inherit;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li:first-child {
  background-color: #00bc52;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li:hover, .header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li:focus {
  border: 1px solid #0F0F0F;
  background-color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li:hover a, .header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown .dropdown-menu li:focus a {
  color: #eaebed;
  background-color: transparent;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown.open .account__block .account__icons::before {
  background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .account .dropdown.open .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: inherit;
  bottom: 82.6px;
  left: 0;
  border-radius: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search .search__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search .search__block .img {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search .search__block .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/search.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search .search__block .title {
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search .search__container-mobile {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__block .img::before {
  background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__block .title {
  color: #00bc52;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__container-mobile {
  display: block;
  top: 70px;
  bottom: 82px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(3px);
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__container-mobile #search {
  width: 95%;
  margin: 0 auto;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__container-mobile #search .smartsearch {
  overflow-x: auto;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__container-mobile #search .smartsearch li.item .item_block .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .search.active .search__container-mobile #search .input-group-btn {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .wishlist #wishlist-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .wishlist #wishlist-total .wishlists__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .wishlist #wishlist-total .wishlists__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .wishlist #wishlist-total .amount {
  position: absolute;
  left: auto;
  right: -5px;
  top: -5px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .wishlist #wishlist-total .title {
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .compare #compare-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .compare #compare-total .compare__icons {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .compare #compare-total .compare__icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .compare #compare-total .amount {
  position: absolute;
  left: auto;
  right: -5px;
  top: -5px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .compare #compare-total .title {
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-toggle::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/image/catalog/tahta.ua/icons/cart.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaebed;
  border-radius: 4px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-toggle #cart-total .count {
  position: absolute;
  left: auto;
  right: -5px;
  top: -5px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #00bc52;
  background: #00bc52;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-toggle #cart-total .fa-shopping-cart {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-toggle::after {
  content: "Кошик";
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #eaebed;
  margin-top: 5px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .popup__bg {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 50%;
  overflow-y: auto;
  max-height: none;
  scrollbar-width: thin;
  overflow-x: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu {
    min-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu {
    min-width: 80%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu {
    min-width: 70%;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  background-color: #F5FBFD;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__top .cart__h {
  color: #0F0F0F;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__top .cart__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #EAEBED;
  border-radius: 4px;
  cursor: pointer;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__top .cart__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body {
  padding: 10px 24px;
  border-top: 1px solid #EAEBED;
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #EAEBED;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-top: 1px solid #EAEBED;
  }
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-image {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-image .img-thumbnail {
    max-width: 108px;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td {
  border-top: 1px solid #EAEBED;
  padding: 0;
  vertical-align: inherit;
}
@media (max-width: 1023px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td {
    border: none;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr td .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail {
    width: 70%;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail a {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-detail small {
  font-size: 12px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-quantity {
  width: 100px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-quantity {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-total {
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-total {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove {
  text-align: center;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr .cart__product-remove .remove__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/delete-remove.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body .table-striped tbody tr:first-child td {
  border: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #eaebed;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__body::-webkit-scrollbar-thumb {
  background-color: #84d6ad;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom div {
  padding: 0;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .table {
  border-top: 1px solid #EAEBED;
  border: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr:first-child {
  display: none;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td strong {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .table tbody tr td span {
  font-size: 18px;
  font-weight: 700;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b {
  padding: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b span {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b span {
    text-align: center;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background-color: #00bc52;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a {
    text-align: center;
  }
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .cart__bottom .cart__button-b a:hover {
  background-color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .attention {
  padding: 24px;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container .dropdown-menu .attention .text-center {
  font-size: 14px;
  line-height: 1.2;
}
.header .header__mobile .header__mobile-bottom .mobile__menu-link .cart .header__cart-container.open .popup__bg {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(3px);
}
.header .header__mobile {
  /*.header__mobile-top {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     align-items: center;
     gap: 10px;
     box-sizing: border-box;
     background-color: $style__color-text;

     @media (max-width: 767px) {
        display: flex;
        padding: 5px 15px;
     }

     .top__left {

        @media (max-width: 767px) {
           display: flex;
        }

        .btn-group {

           .dropdown-menu {
              gap: 8px;

              li {
                 list-style: none;

                 .language-select {
                    background: transparent;
                    font-family: "Nunito Sans", sans-serif;
                    color: #838383;
                    text-transform: uppercase;
                    font-size: 14px;
                    line-height: 1.2;
                    border: none;
                    cursor: pointer;
                 }
              }
           }
        }
     }

     .top__right {
        display: flex;
        align-items: center;
        gap: 10px;

        @media (max-width: 767px) {
           justify-content: space-between;
           width: 100%;
        }

        .search {

           .input-group {
              position: relative;

              .form-control {
                 width: 100%;
                 display: block;
                 border-radius: 8px;
                 padding: 0 40px 0 26px;
                 border: 1px solid #333;
                 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
                 outline: none;
                 font-weight: 600;
                 font-family: "Nunito Sans", sans-serif;
                 color: #333;
                 background: #fff;
                 height: 32px;
                 font-size: 14px;
                 line-height: 1.2;
              }

              ::placeholder {
                 font-family: "Nunito Sans", sans-serif;
                 font-size: 14px;
                 font-weight: 600;
                 color: #333;
                 line-height: 1.2;
              }

              .input-group-btn {
                 display: flex;
                 align-items: center;
                 justify-content: center;
                 position: absolute;
                 right: -1px;
                 top: 0;
                 height: 100%;
                 width: 32px;
                 border-radius: 8px;
                 overflow: hidden;
                 background-color: transparent;
                 cursor: pointer;
                 z-index: 9;

                 .btn {
                    width: 15px;
                    height: 15px;
                    font-size: 0;
                    background: url(/image/catalog/tahta.ua/icons/search.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                    border: none;
                    outline: none;
                    cursor: pointer;
                 }
              }
           }
        }

        .wishlist {
           width: 39px;
           height: 39px;
           position: relative;

           .wishlists__icons {
              position: relative;
              display: block;
              width: 39px;
              height: 39px;
              align-items: center;
              justify-content: center;
              font-size: 0;

              &::before {
                 content: '';
                 display: block;
                 position: absolute;
                 top: 0;
                 left: 0;
                 width: 39px;
                 height: 39px;
                 background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
                 background-size: 60%;
                 background-position: center;
                 background-repeat: no-repeat;
                 background-color: #fff;
                 border-radius: 50%;
              }
           }

           .amount {
              position: absolute;
              left: 30px;
              top: 0;
              min-width: 16px;
              height: 16px;
              border: 2px solid #fff;
              background: $style__color-accent;
              border-radius: 50%;
              font-family: "Nunito Sans", sans-serif;
              font-size: 10px;
              font-weight: 500;
              line-height: 1;
              color: $style__color-text;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
           }
        }

        .compare {
           width: 39px;
           height: 39px;
           position: relative;

           .compare__icons {
              position: relative;
              display: block;
              width: 39px;
              height: 39px;
              align-items: center;
              justify-content: center;
              font-size: 0;

              &::before {
                 content: '';
                 display: block;
                 position: absolute;
                 top: 0;
                 left: 0;
                 width: 39px;
                 height: 39px;
                 background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
                 background-size: 60%;
                 background-position: center;
                 background-repeat: no-repeat;
                 background-color: #fff;
                 border-radius: 50%;
              }
           }

           .amount {
              position: absolute;
              left: 30px;
              top: 0;
              min-width: 16px;
              height: 16px;
              border: 2px solid #fff;
              background: $style__color-accent;
              border-radius: 50%;
              font-family: "Nunito Sans", sans-serif;
              font-size: 10px;
              font-weight: 500;
              line-height: 1;
              color: $style__color-text;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
           }
        }

        .cart {

           .header__cart-container {

              .btn {
                 margin: 0;
                 padding: 0;
                 border: none;
                 background: transparent;
                 box-shadow: none;

                 #cart-total {
                    position: relative;
                    display: block;
                    padding-left: 42px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly;
                    min-height: 39px;

                    &::before {
                       content: '';
                       display: block;
                       position: absolute;
                       top: 0;
                       left: 0;
                       width: 39px;
                       height: 39px;
                       background-image: url(/image/catalog/tahta.ua/icons/cart.svg);
                       background-size: 60%;
                       background-position: center;
                       background-repeat: no-repeat;
                       background-color: #fff;
                       border-radius: 50%;
                    }

                    i {
                       display: none;
                    }

                    .count {
                       position: absolute;
                       left: 30px;
                       top: 0;
                       min-width: 16px;
                       height: 16px;
                       border: 2px solid #ECF2F7;
                       background: $style__color-accent;
                       border-radius: 50%;
                       font-family: "Nunito Sans", sans-serif;
                       font-size: 10px;
                       font-weight: 500;
                       line-height: 1;
                       color: #fff;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                    }

                    .sum {
                       display: none;
                       font-family: "Nunito Sans", sans-serif;
                       font-size: 14px;
                       line-height: 1.2;
                       font-weight: 600;
                       text-align: right;
                       color: $style__color-bg;

                       @media screen and (min-width: 768px) and (max-width: 1023px) {
                          display: none;
                       }
                    }

                    .button {
                       display: none;
                       font-family: "Nunito Sans", sans-serif;
                       font-size: 14px;
                       line-height: 1.2;
                       font-weight: 700;
                       color: $style__color-bg;

                       @media screen and (min-width: 768px) and (max-width: 1023px) {
                          display: none;
                       }
                    }
                 }
              }

              .popup__bg {
                 display: none;
              }

              .dropdown-menu {
                 position: fixed;
                 top: 50%;
                 left: 50%;
                 min-width: 50%;
                 overflow-y: auto;
                 max-height: none;
                 scrollbar-width: thin;
                 overflow-x: hidden;
                 transform: translate(-50%, -50%);
                 background: #fff;
                 border-radius: 4px;
                 padding: 0;
                 margin: 0;
                 border: none;
                 box-shadow: none;

                 @media screen and (min-width: 768px) and (max-width: 1023px) {
                    min-width: 80%;
                 }

                 @media screen and (min-width: 1024px) and (max-width: 1366px) {
                    min-width: 70%;
                 }

                 .cart__top {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 24px;
                    background-color: #F5FBFD;

                    .cart__h {
                       color: $style__color-text;
                       font-size: 24px;
                       line-height: 32px;
                       font-weight: 700;
                    }

                    .cart__close {
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       width: 40px;
                       height: 40px;
                       background-color: #EAEBED;
                       border-radius: 4px;
                       cursor: pointer;

                       &::after {
                          content: '';
                          display: block;
                          width: 24px;
                          height: 24px;
                          background-image: url(/image/catalog/tahta.ua/icons/close-cart.svg);
                          background-repeat: no-repeat;
                          background-size: contain;
                          cursor: pointer;
                       }
                    }
                 }

                 .cart__body {
                    padding: 10px 24px;
                    border-top: 1px solid #EAEBED;
                    max-height: 400px;
                    overflow: auto;

                    @media (max-width: 767px) {
                       max-height: 200px;
                    }

                    .table-striped {
                       tbody {

                          @media (max-width: 767px) {
                             display: flex;
                             flex-direction: column;
                             overflow-y: auto;
                          }
                          tr {
                             background-color: transparent!important;

                             @media (max-width: 767px) {
                                display: flex;
                                flex-wrap: wrap;
                                align-items: center;
                                justify-content: space-between;
                                border-top: 1px solid #EAEBED;
                                padding: 20px 0;
                             }

                             @media screen and (min-width: 768px) and (max-width: 1023px) {
                                display: flex;
                                align-items: center;
                                padding: 10px 0;
                                border-top: 1px solid #EAEBED;
                             }

                             .cart__product-image {
                                @media (max-width: 767px) {
                                   width: 30%;
                                }

                                @media (min-width: 768px) {
                                   .img-thumbnail {
                                      max-width: 108px;
                                   }
                                }
                             }

                             td {
                                border-top: 1px solid #EAEBED;
                                padding: 0;
                                vertical-align: inherit;

                                @media (max-width: 1023px) {
                                   border: none;
                                }

                                .img-thumbnail {
                                   border: none;
                                   padding: 0;
                                   border-radius: 0;
                                }
                             }

                             .cart__product-detail {
                                padding-left: 15px;

                                @media (max-width: 767px) {
                                   width: 70%;
                                }

                                a {
                                   color: $style__color-text;
                                   font-size: 14px;
                                   font-weight: 700;
                                   line-height: 1.2;
                                }

                                small {
                                   font-size: 12px;
                                }
                             }

                             .cart__product-quantity {
                                width: 100px;
                                text-align: center;
                                font-size: 16px;

                                @media (max-width: 767px) {
                                   width: fit-content;
                                   display: flex;
                                   align-items: center;
                                   column-gap: 10px;
                                }
                             }

                             .cart__product-total {
                                min-width: 100px;
                                text-align: center;
                                font-size: 16px;
                                font-weight: 700;
                                padding: 5px;

                                @media (max-width: 767px) {
                                   width: fit-content;
                                   display: flex;
                                   align-items: center;
                                   column-gap: 10px;
                                }
                             }

                             .cart__product-remove {
                                text-align: center;

                                @media (max-width: 767px) {
                                   width: fit-content;
                                }

                                .btn {
                                   width: fit-content;
                                   margin: 0 auto;
                                }

                                .remove__icon {
                                   display: block;
                                   width: 24px;
                                   height: 24px;
                                   background-image: url(/image/catalog/tahta.ua/icons/delete-remove.svg);
                                   background-repeat: no-repeat;
                                   background-size: contain;
                                }
                             }

                             &:first-child {
                                td {
                                   border: none;
                                }
                             }
                          }
                       }
                    }
                 }

                 .cart__body::-webkit-scrollbar {
                    width: 5px;
                    height: 8px;
                    background-color: #eaebed;
                 }

                 .cart__body::-webkit-scrollbar-thumb {
                    background-color: $style__color-accenthover;
                 }

                 .cart__bottom {

                    div {
                       padding: 0;
                    }

                    .table {
                       border-top: 1px solid #EAEBED;
                       border: none;

                       tbody {
                          tr {
                             &:first-child {
                                display: none;
                             }

                             td {
                                column-gap: 30px;
                                justify-content: end;
                                align-items: center;
                                padding: 24px;

                                strong {
                                   font-size: 16px;
                                   font-weight: 700;
                                   text-transform: uppercase;
                                }

                                span {
                                   font-size: 18px;
                                   font-weight: 700;
                                }
                             }
                          }
                       }
                    }

                    .cart__button-b {
                       padding: 24px;
                       justify-content: end;
                       column-gap: 30px;

                       span {
                          font-size: 14px;
                          font-weight: 700;
                          text-decoration: underline;
                          cursor: pointer;

                          @media (max-width: 767px) {
                             text-align: center;
                          }
                       }

                       a {
                          display: flex;
                          padding: 0 15px;
                          align-items: center;
                          min-height: 48px;
                          line-height: 1;
                          font-size: 14px;
                          font-weight: 700;
                          text-transform: uppercase;
                          border: none;
                          color: #fff;
                          background-color: $style__color-accent;
                          border-radius: 10px;
                          transition-duration: .4s;

                          @media (max-width: 767px) {
                             text-align: center;
                          }

                          &:hover {
                             background-color: $style__color-accenthover;
                             transition-duration: .4s;
                          }
                       }
                    }
                 }

                 .attention {
                    padding: 24px;

                    .text-center {
                       font-size: 14px;
                       line-height: 1.2;
                    }
                 }
              }
           }

           .header__cart-container.open {

              .popup__bg {
                 display: block!important;
                 position: fixed;
                 width: 100%;
                 height: 100%;
                 left: 0;
                 top: 0;
                 z-index: 99;
                 background-color: #00000080;
              }
           }
        }
     }
  }

  .header__mobile-bottom {
     padding: 5px 15px;
     box-sizing: border-box;

     @media (max-width: 767px) {
        display: flex;
        justify-content: space-between;
        align-items: center;
     }

     .logo {
        max-width: 60px;
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
     }

     .menu {

        .menu__button {

           .btn-menu__ico {
              display: flex;
              width: 20px;
              height: 2px;
              background: #eaebed;
              border-radius: 10px;
              position: relative;
              transition: 0.2s;

              &::before, &::after {
                 content: "";
                 position: absolute;
                 right: 0;
                 background: #eaebed;
                 height: 2px;
                 transition: 0.2s;
              }

              &::before {
                 top: -8px;
                 width: 26px;
                 transform-origin: top left;
              }

              &::after {
                 bottom: -8px;
                 width: 14px;
                 transform-origin: bottom left;
              }
           }
        }

        .menu__container {
           display: none;
        }
     }

     .menu.active {

        .menu__button {

           .btn-menu__ico {
              background: none;
              margin-right: -8px;

              &::before {
                 transform: rotate(45deg);
                 width: 26px;
                 margin-top: -1px;
              }

              &::after {
                 transform: rotate(-45deg);
                 width: 26px;
                 margin-bottom: -1px;
              }
           }
        }

        .menu__container {
           display: flex;
           flex-direction: column;
           position: absolute;
           left: 0;
           background-color: #ededed;
           top: 0;
           width: 100%;
           max-width: 500px;
           height: 100vh;
           padding: 15px;
           box-sizing: border-box;
           z-index: 999;
           overflow: scroll;

           .menu__container-top {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 15px;
              border-radius: 10px;
              background-color: #fff;

              .menu__button {
                 width: 24px;
                 height: 3px;
                 border-radius: 4px;
                 transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                 position: relative;
                 display: block;
                 opacity: 1;

                 &::before, &::after {
                    content: '';
                    display: block;
                    width: 24px;
                    height: 3px;
                    background: #222;
                    position: absolute;
                    border-radius: 4px;
                    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                 }

                 &::before {
                    top: 0;
                    left: 0;
                    width: 24px;
                    transform: rotate(45deg);
                 }

                 &::after {
                    top: 0;
                    left: 0;
                    transform: rotate(-45deg);
                 }
              }
           }

           .menu__container-center {

              .container {
                 padding: 0;
              }

              .navbar {
                 margin: 25px 0;

                 &::before, &::after {
                    display: none;
                 }

                 .navbar-header {
                    display: none;
                 }

                 .navbar-collapse {
                    background-color: #fff;
                    display: flex;
                    flex-direction: column;
                    border: none;
                    border-radius: 10px;

                    &::before, &::after {
                       display: none;
                    }

                    .navbar-nav {
                       display: flex;
                       flex-direction: column;
                       margin: 10px 0;

                       &::after, &::before {
                          display: none;
                       }

                       li {
                          display: block;
                          text-decoration: none;
                          color: #333;
                          position: relative;
                          font-size: 14px;
                          font-weight: 600;
                          line-height: 1;
                          transition-duration: .4s;
                          border-bottom: 1px solid #F3F3F3;

                          &:hover {

                             a {
                                color: $style__color-accenthover;
                             }
                          }

                          .dropdown-menu {
                             display: none;
                          }
                       }


                    }
                 }
              }
           }

           .menu__container-bottom {
              display: flex;
              flex-direction: column;
              background-color: #fff;
              padding: 15px;
              gap: 15px;
              border-radius: 10px;

              .menu__bottom-block {

                 &:first-child {
                    display: flex;
                    flex-direction: column;
                 }

                 .phone {
                    display: flex;
                    gap: 10px;
                    color: $style__color-accent;
                    font-size: 18px;
                    line-height: 150%;
                    font-weight: 700;
                    transition-duration: .4s;
                 }

                 .title {
                    font-size: 12px;
                    line-height: 36px;
                    font-weight: 600;
                 }

                 .desc {
                    line-height: 150%;
                 }

                 .social {
                    display: block;
                    width: 35px;
                    height: 35px;
                 }

                 .d-flex {
                    gap: 10px;
                 }
              }
           }
        }
     }
  }*/
}

.footer {
  margin-top: 100px;
  background-color: #0F0F0F;
  padding: 70px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .footer {
    padding: 70px 0 97px;
  }
}
.footer .footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 25px;
  }
}
.footer .footer__top .footer__container-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer .footer__top .footer__container-block {
    gap: 15px;
  }
}
.footer .footer__top .footer__container-block .footer__logo .logo {
  display: block;
}
.footer .footer__top .footer__container-block .footer__logo .logo img {
  max-width: 133px;
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .title {
  color: #eaebed;
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .phone {
  color: #00bc52;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer__top .footer__container-block .footer__contact .footer__contact-block .phone {
    font-size: 16px;
  }
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .phone:hover {
  color: #84d6ad;
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .desc {
  color: #eaebed;
  line-height: 150%;
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .d-flex {
  gap: 15px;
}
@media (max-width: 767px) {
  .footer .footer__top .footer__container-block .footer__contact .footer__contact-block .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__top .footer__container-block .footer__contact .footer__contact-block .social {
  display: block;
  width: 35px;
  height: 35px;
}
.footer .footer__top .footer__container-block .footer__block-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #eaebed;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer__top .footer__container-block .footer__block-title {
    line-height: 1.2;
    min-height: 44px;
  }
}
.footer .footer__top .footer__container-block .footer__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 0;
  list-style: none;
}
.footer .footer__top .footer__container-block .footer__block-list li a {
  font-size: 14px;
  color: #eaebed;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.footer .footer__top .footer__container-block .footer__block-list li a:hover {
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 25px 0 0;
  border-top: 1px solid #00bc52;
}
@media (max-width: 767px) {
  .footer .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__bottom .footer__bottom-left {
  color: #eaebed;
  font-size: 14px;
}
.footer .footer__bottom .footer__bottom-right {
  color: #eaebed;
  font-size: 14px;
}
.footer .contactus__container {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .contactus__container {
    display: none;
  }
}
.footer .contactus__container .contactus__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #00bc52;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.footer .contactus__container .contactus__button::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(/image/catalog/tahta.ua/icons/phone_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 82, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 188, 82, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 82, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 188, 82, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.footer .contactus__container .contactus__content {
  display: none;
}
.footer .contactus__container .contactus__content .contactus__block {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.footer .contactus__container.open .contactus__button::before {
  content: "";
  background-image: url(/image/catalog/tahta.ua/icons/close-cart-w.svg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.footer .contactus__container.open .contactus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: fixed;
  bottom: 163px;
  right: 15px;
  z-index: 999;
}
.footer .contactus__container.open .contactus__content .contactus__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #fea360;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.footer .contactus__container.open .contactus__content .contactus__block img {
  display: block;
  width: 30px;
  height: 30px;
}
.footer #scrollToTopBtn {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 998;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  background-color: #00bc52;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .footer #scrollToTopBtn {
    bottom: 104px;
    width: 48px;
    height: 48px;
  }
}
.footer #scrollToTopBtn img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .footer #scrollToTopBtn img {
    width: 20px;
    height: 20px;
  }
}

.product__contain {
  /*@media (max-width: 767px) {
     margin-top: 70px;
  }*/
  /*.alert {
     display: none;
  }*/
}
.product__contain .row::before {
  display: none;
}
.product__contain .row::after {
  display: none;
}
.product__contain .prod__block #product {
  gap: 25px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product {
    gap: 50px;
  }
}
.product__contain .prod__block #product .product__card-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product__contain .prod__block #product .product__card-top .product__left-section {
  width: 100%;
  height: 100%;
  max-width: 770px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top .product__left-section {
    display: none;
  }
}
.product__contain .prod__block #product .product__card-top .product__left-section .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__contain .prod__block #product .product__card-top .product__left-section .thumbnails li:first-child {
  width: 100%;
}
.product__contain .prod__block #product .product__card-top .product__left-section .thumbnails li:first-child a {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product__contain .prod__block #product .product__card-top .product__left-section .thumbnails .image-additional {
  width: 100%;
  max-width: 100px;
}
.product__contain .prod__block #product .product__card-top .product__left-section .product__image-link {
  position: relative;
  padding: 10px;
  border: none;
  margin: 0;
}
.product__contain .prod__block #product .product__card-top .product__right-details {
  position: sticky;
  top: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top .product__right-details {
    max-width: 100%;
    padding: 0;
    border: none;
  }
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__title {
  font-size: 28px;
  line-height: 30px;
  color: #0F0F0F;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .product__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .product__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.product__contain .prod__block #product .product__card-top .product__right-details .mobile__image {
  display: none;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image {
    display: block;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails li:first-child {
    width: 100%;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails .image-additional {
    width: 100%;
    max-width: 100px;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails .product__image-link {
    position: relative;
    border: 0;
    padding: 0;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails .product__image-link .ukrcreditsticker {
    right: 5px;
  }
  .product__contain .prod__block #product .product__card-top .product__right-details .mobile__image .thumbnails .product__image-link .product__image-img {
    border-radius: 4px;
  }
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-rating {
  border-bottom: 1px solid #bbb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-rating p {
  margin: 0;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-rating .fa-star-o {
  color: #FC0;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-rating a {
  color: #6f767b;
  font-size: 12px;
  line-height: 18px;
  margin-left: 8px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-info {
  padding-bottom: 0;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-info li {
  font-size: 14px;
  line-height: 22px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-info li span {
  font-weight: 700;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border-top: none;
  margin-bottom: 16px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-price {
  margin: 0;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-price .price {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-price .old__price {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: line-through;
  color: #6f767b;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-price .new__price {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #EC1E1E;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-button .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  text-shadow: none;
  background-image: none;
  background-color: #eaebed;
  border: none;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-button .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-button .btn .wishlist__product {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/wishlist.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.product__contain .prod__block #product .product__card-top .product__right-details .details__content-info .product__right-button .btn .compare__product {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/compare.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid #bbb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  border-top: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 500px) {
  .product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 300px;
    gap: 10px;
  }
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  height: 48px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 250px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-cart {
  background-color: #00bc52;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-cart:hover {
  background-color: #84d6ad;
  border: none;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-ukrcredits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  height: 48px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin: 0;
  max-width: 250px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-ukrcredits {
  color: #0F0F0F;
  background-color: #eaebed;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.product__contain .prod__block #product .product__card-top .product__right-details .product__right-modification .prod__cart.form-group #button-ukrcredits:hover {
  color: #fff;
  background-color: #000;
  border: none;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .block-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .feedback__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .feedback__block .feedback__block-item {
  height: 40px;
  line-height: 1;
  background-color: #F0EEE9;
  border-radius: 4px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .feedback__block .feedback__block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .feedback__block .feedback__block-item a:hover {
  background: #32B22B;
  border: none;
  border-radius: 4px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .feedback__block .feedback__block-item a svg {
  width: 30px;
  height: 30px;
}
.product__contain .prod__block #product .product__card-top .product__right-details .feedback__container .block-subtitle {
  font-size: 12px;
}
.product__contain .prod__block #product .product__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft {
    gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .tab-content {
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .tab-content {
    padding: 0;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification {
  border: 1px solid #EAEBED;
  border-radius: 4px;
  padding: 24px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification {
    padding: 10px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table {
  border: none !important;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table thead tr td {
  padding: 0;
  border: none;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table thead tr td strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  color: #070707;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #EAEBED;
  border: 2px solid #EAEBED;
  padding: 10px;
  border-radius: 4px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table thead:first-child tr td strong {
  margin-top: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table tbody {
  margin-bottom: 25px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table tbody tr {
  /*display: flex;
  justify-content: space-between;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-bottom: 1px solid #EAEBED;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table tbody tr td {
  border: none;
  padding: 5px 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-specification .table tbody tr td:last-child {
  text-align: end;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .modification__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 16px 0;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .modification__title-text {
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .modification__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .modification__title-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/text-document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description {
    padding: 0;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/text-document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text {
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEBED;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1133px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1134px) and (max-width: 1289px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container .set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border: 1px solid #eaebed;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container .set__product:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .description__text .set__container .set__product div {
  cursor: default;
  font-size: 14px;
  line-height: 1;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .modification__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 100px 0 25px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .modification__title {
    padding: 50px 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .modification__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft #tab-description .modification__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/settings.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container {
  position: sticky;
  top: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 460px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container {
    margin-top: 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container {
    max-width: 100%;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container .modification__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container .modification__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container .modification__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/comment.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .pd-0 {
    width: 45%;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #input-sort {
  color: #0F0F0F;
  background: #eaebed;
  height: 48px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .to-write-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  background-color: rgb(0, 188, 82);
  border: none;
  border-color: transparent;
  border-radius: 4px;
  padding: 0 24px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EAEBED;
  border-radius: 4px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EAEBED;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-title-container .review-author .review-author-name {
  font-size: 14px;
  line-height: 1.2;
  color: #0F0F0F;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-title-container .rating-container {
  height: 14px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-title-container .rating-container .star-stack {
  height: 14px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-title-container .review-date {
  font-size: 14px;
  line-height: 1.2;
  color: #0F0F0F;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-text-container .comment-text {
  width: 100%;
  padding: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-media-container {
  margin: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-container-footer .review-rating-change-buttons {
  display: none;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-container-footer .review-answer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #0F0F0F;
  margin: 0;
  background-color: #EAEBED;
  border: 1px solid #00bc52;
  border-radius: 4px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended .review-container .review-container-footer .review-answer-button .fa-share {
  color: #00bc52;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block {
  background: #EAEBED;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block {
    padding: 25px 15px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block .form-group {
  margin: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block #super-stars {
  margin: 0 auto;
  gap: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block #super-stars .star-block {
  width: 24px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block #super-stars .star-block .star-3x {
  font-size: 24px !important;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block #super-stars .star-block .super-star-text {
  display: none;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block .control-label {
  padding: 0;
  margin-bottom: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block .reviews-user-add-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block .reviews-user-add-content-block .review-media-add-block {
  margin: 0;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomleft .comments__container #tab-review #review #review-extended #form-review .user-review-write-block .review-form-write-footer #button-review-extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  background-color: rgb(0, 188, 82);
  border: none;
  border-color: transparent;
  border-radius: 4px;
  padding: 0 24px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification {
  padding: 25px;
  background-color: #fff;
  counter-reset: step-counter;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification {
    padding: 0;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .modification__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .modification__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .modification__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/options.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #EAEBED;
  border-radius: 4px;
  padding: 25px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group {
    padding: 10px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group {
  /*&:lang(uk)::before {
     content: "Крок №" counter(step-counter)": ОБЕРІТЬ - ";
     counter-increment: step-counter;
     display: flex;
     align-items: center;
     position: absolute;
     left: 25px;
     top: 25px;
     color: #070707;
     height: 48px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 700;

     @media (max-width: 767px) {
        left: 10px;
        top: 10px;
     }
  }*/
  /*&:lang(ru)::before {
     content: "Шаг №" counter(step-counter)": ВЫБЕРИТЕ - ";
     counter-increment: step-counter;
     display: flex;
     align-items: center;
     position: absolute;
     left: 25px;
     top: 25px;
     color: #070707;
     height: 48px;
     font-size: 14px;
     line-height: 22px;
     font-weight: 700;

     @media (max-width: 767px) {
        left: 10px;
        top: 10px;
     }
  }*/
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  font-family: "Nunito Sans", sans-serif;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  /*margin-left: 140px;*/
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__label::before {
  display: none;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__label span {
  background-color: #eaebed;
  /*border: 2px solid #EAEBED;*/
  padding: 13px 5px;
  border-radius: 4px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block {
  /*display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;

  @media (max-width: 767px) {
     grid-template-columns: repeat(3, 1fr);
  }

  @media screen and (min-width: 768px) and (max-width: 1023px) {
     grid-template-columns: repeat(5, 1fr);
  }

  @media screen and (min-width: 1024px) and (max-width: 1366px) {
     grid-template-columns: repeat(7, 1fr);
  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type {
  margin: 0;
  max-width: 10%;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type {
    max-width: 33.333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1166px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type {
    max-width: 20%;
  }
}
@media screen and (min-width: 1167px) and (max-width: 1166px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type {
    max-width: 14.258%;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 27px;
  background-color: #fff;
  z-index: 2;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .zoom__option {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  right: 5px;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .zoom__option .zoom__option-image {
  display: block;
  position: relative;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .zoom__option .zoom__option-image::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/tahta.ua/icons/zoom.svg);
  background-color: rgba(255, 255, 255, 0.4941176471);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  z-index: 9;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 130px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__img {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__img {
    height: 120px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options {
  color: #070707;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  min-height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options input[type=checkbox], .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options input[type=radio] {
  width: 100%;
  margin: 0;
  background-color: #fff;
  z-index: 1;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__text, .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__price {
  position: relative;
  z-index: 3;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  height: 100%;
  padding: 10px 15px;
  background-color: #eaebed;
  border-radius: 4px;
  border: 1px solid #EAEBED;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__text {
    font-size: 12px;
    padding: 7px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__price {
  border: 1px solid #EAEBED;
  border-radius: 4px;
  padding: 10px;
  color: #00bc52;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type .mod__label .mod__type-options .mod__price {
    font-size: 10px;
  }
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type.inputactive .mod__label .mod__type-options .mod__text, .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type.checked .mod__label .mod__type-options .mod__text {
  background-color: #00bc52;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type.inputactive .mod__label .mod__type-options .mod__price, .product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .modification__block .mod__type.checked .mod__label .mod__type-options .mod__price {
  color: #EC1E1E;
}
.product__contain .prod__block #product .product__card-bottom .product__card-bottomright .product__modification .form-group .text-danger {
  color: #ec1e1e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.related__prod-container {
  margin-top: 100px;
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 767px) {
  .related__prod-container {
    margin-top: 50px;
    padding: 0;
  }
}
.related__prod-container .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  color: #0F0F0F;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .related__prod-container .category__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
}

#information-information {
  /*@media (max-width: 767px) {
     margin-top: 70px;
  }*/
}
#information-information .custom__page #content {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  #information-information .custom__page #content {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #information-information .custom__page #content {
    padding: 15px;
  }
}
#information-information .custom__page #content .title__block {
  margin-top: 0;
}
#information-information .custom__page #content img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  #information-information .custom__page #content img {
    margin: 0 auto 1rem;
  }
}

#information-contact {
  /*@media (max-width: 767px) {
     margin-top: 70px;
  }*/
}
#information-contact .information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 767px) {
  #information-contact .information__container {
    padding: 0;
  }
}
#information-contact .information__container .information__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #information-contact .information__container .information__content {
    gap: 0;
  }
}
#information-contact .information__container .information__content .title__block {
  margin: 0;
}
#information-contact .information__container .information__content .information__content-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 25px;
}
@media (max-width: 767px) {
  #information-contact .information__container .information__content .information__content-center {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
    margin-top: 25px;
  }
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  #information-contact .information__container .information__content .information__content-center .content__center-left.top {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .mail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .mail__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .mail__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #00bc52;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .mail__content a:hover {
  color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .graph__content, #information-contact .information__container .information__content .information__content-center .content__center-left.top .address__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .graph__content span:first-child, #information-contact .information__container .information__content .information__content-center .content__center-left.top .address__content span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#information-contact .information__container .information__content .information__content-center .content__center-left.top .graph__content span:last-child, #information-contact .information__container .information__content .information__content-center .content__center-left.top .address__content span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 25px;
  background-image: url(/image/catalog/tahta.ua/icons/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
}
@media (max-width: 767px) {
  #information-contact .information__container .information__content .information__content-center .content__center-right.top {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #information-contact .information__container .information__content .information__content-center .content__center-right.top {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .tel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .tel__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .tel__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #information-contact .information__container .information__content .information__content-center .content__center-right.top .tel__content a {
    font-size: 18px;
  }
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .tel__content a:last-child {
  margin-top: 5px;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .mess__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .mess__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .mess__content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .mess__content .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#information-contact .information__container .information__content .information__content-center .content__center-right.top .mess__content .icons a img {
  width: 35px;
  height: 35px;
}
#information-contact .information__container .information__content .information__content-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}

#product-category, #product-search, #product-manufacturer {
  /*@media (max-width: 767px) {
     margin-top: 70px;
  }*/
}
#product-category .category__container, #product-search .category__container, #product-manufacturer .category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #product-category .category__container, #product-search .category__container, #product-manufacturer .category__container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #product-category .category__container, #product-search .category__container, #product-manufacturer .category__container {
    gap: 4px;
  }
}
#product-category .category__container #column-left, #product-search .category__container #column-left, #product-manufacturer .category__container #column-left {
  padding: 0;
  width: 100%;
  min-width: 304px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #product-category .category__container #column-left, #product-search .category__container #column-left, #product-manufacturer .category__container #column-left {
    min-width: 254px;
  }
}
#product-category .category__container .ocfilter, #product-search .category__container .ocfilter, #product-manufacturer .category__container .ocfilter {
  width: 100%;
  max-width: 304px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #product-category .category__container .ocfilter, #product-search .category__container .ocfilter, #product-manufacturer .category__container .ocfilter {
    max-width: 254px;
  }
}
#product-category .category__container .ocfilter .panel-heading, #product-search .category__container .ocfilter .panel-heading, #product-manufacturer .category__container .ocfilter .panel-heading {
  display: none;
}
#product-category .category__container .ocfilter .list-group .selected-options, #product-search .category__container .ocfilter .list-group .selected-options, #product-manufacturer .category__container .ocfilter .list-group .selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5fbfd;
  gap: 5px;
  padding: 5px;
}
#product-category .category__container .ocfilter .list-group .selected-options .ocfilter-option, #product-search .category__container .ocfilter .list-group .selected-options .ocfilter-option, #product-manufacturer .category__container .ocfilter .list-group .selected-options .ocfilter-option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  gap: 5px;
}
#product-category .category__container .ocfilter .list-group .selected-options .ocfilter-option span, #product-search .category__container .ocfilter .list-group .selected-options .ocfilter-option span, #product-manufacturer .category__container .ocfilter .list-group .selected-options .ocfilter-option span {
  display: none;
}
#product-category .category__container .ocfilter .list-group .selected-options .ocfilter-option button, #product-search .category__container .ocfilter .list-group .selected-options .ocfilter-option button, #product-manufacturer .category__container .ocfilter .list-group .selected-options .ocfilter-option button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 40px;
  background-color: #D2D4D6;
  background-image: none;
  border: 1px solid #D2D4D6;
  color: #0F0F0F;
  text-shadow: none;
  padding: 0 8px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#product-category .category__container .ocfilter .list-group .selected-options .ocfilter-option button::before, #product-search .category__container .ocfilter .list-group .selected-options .ocfilter-option button::before, #product-manufacturer .category__container .ocfilter .list-group .selected-options .ocfilter-option button::before {
  content: "";
  display: block;
  background-image: url(/image/catalog/tahta.ua/icons/x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}
#product-category .category__container .ocfilter .list-group .selected-options .ocfilter-option button i, #product-search .category__container .ocfilter .list-group .selected-options .ocfilter-option button i, #product-manufacturer .category__container .ocfilter .list-group .selected-options .ocfilter-option button i {
  display: none;
}
#product-category .category__container .ocfilter .list-group .selected-options .btn-block, #product-search .category__container .ocfilter .list-group .selected-options .btn-block, #product-manufacturer .category__container .ocfilter .list-group .selected-options .btn-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 5px;
  height: 40px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EC1E1E;
  color: #EC1E1E;
  border-radius: 4px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#product-category .category__container .ocfilter .list-group .selected-options .btn-block i, #product-search .category__container .ocfilter .list-group .selected-options .btn-block i, #product-manufacturer .category__container .ocfilter .list-group .selected-options .btn-block i {
  display: none;
}
#product-category .category__container .ocfilter .list-group .list-group-item, #product-search .category__container .ocfilter .list-group .list-group-item, #product-manufacturer .category__container .ocfilter .list-group .list-group-item {
  border: none;
  border-bottom: 4px solid #F9F9F9;
  padding: 25px 15px;
  margin: 0;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-name, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-name, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-name {
  font-size: 14px;
  color: #0F0F0F;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-selected, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-selected, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-selected {
  color: #84d6ad;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values .badge, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values .badge, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values .badge {
  background-color: #84d6ad;
  color: #fff;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values label, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values label, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values label {
  font-size: 14px;
  color: #0F0F0F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values label .badge, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values label .badge, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values label .badge {
  background-color: transparent;
  color: #0F0F0F;
  float: right;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 3px 10px;
  margin: -1px 0 0 5px;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover {
  color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover .badge, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover .badge, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values label:hover .badge {
  background-color: #84d6ad;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price {
  margin: 25px 15px 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base {
  height: 1px;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin {
  border: 0.5px solid #0F0F0F;
  height: 1px;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00bc52;
  left: -1px;
  top: -6px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::before, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::before, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::before {
  display: none;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::after, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::after, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::after {
  display: none;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-pips, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-pips, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-pips {
  display: none;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-image, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-image, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values .ocf-image {
  border-radius: 50%;
}
#product-category .category__container .ocfilter .list-group .list-group-item .ocf-option-values .dropdown .btn, #product-search .category__container .ocfilter .list-group .list-group-item .ocf-option-values .dropdown .btn, #product-manufacturer .category__container .ocfilter .list-group .list-group-item .ocf-option-values .dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F0F0F;
  background-color: #f5fbfd;
  background-image: none;
  border: 0.5px solid #eaebed;
  border-radius: 4px;
  text-shadow: none;
}
#product-category .category__container .category__container-product, #product-search .category__container .category__container-product, #product-manufacturer .category__container .category__container-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: calc(100% - 324px);
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product, #product-search .category__container .category__container-product, #product-manufacturer .category__container .category__container-product {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #product-category .category__container .category__container-product, #product-search .category__container .category__container-product, #product-manufacturer .category__container .category__container-product {
    padding: 15px;
  }
}
#product-category .category__container .category__container-product .category__title, #product-search .category__container .category__container-product .category__title, #product-manufacturer .category__container .category__container-product .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  color: #0F0F0F;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__title, #product-search .category__container .category__container-product .category__title, #product-manufacturer .category__container .category__container-product .category__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
}
#product-category .category__container .category__container-product .swiper, #product-search .category__container .category__container-product .swiper, #product-manufacturer .category__container .category__container-product .swiper {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#product-category .category__container .category__container-product .subcategory__block .swiper-slide a, #product-search .category__container .category__container-product .subcategory__block .swiper-slide a, #product-manufacturer .category__container .category__container-product .subcategory__block .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative;
  height: 100%;
  min-height: 70px;
}
#product-category .category__container .category__container-product .subcategory__block .swiper-slide a .img-thumbnail, #product-search .category__container .category__container-product .subcategory__block .swiper-slide a .img-thumbnail, #product-manufacturer .category__container .category__container-product .subcategory__block .swiper-slide a .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 15px;
}
#product-category .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-search .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-manufacturer .category__container .category__container-product .subcategory__block .swiper-slide a span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background-color: #84d6ad;
  width: 85%;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-search .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-manufacturer .category__container .category__container-product .subcategory__block .swiper-slide a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
    padding: 5px;
    font-size: 8px;
    width: 90%;
    min-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-category .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-search .category__container .category__container-product .subcategory__block .swiper-slide a span, #product-manufacturer .category__container .category__container-product .subcategory__block .swiper-slide a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
    padding: 5px;
    font-size: 8px;
    width: 90%;
    min-height: 35px;
  }
}
#product-category .category__container .category__container-product .category__sort-panel, #product-search .category__container .category__container-product .category__sort-panel, #product-manufacturer .category__container .category__container-product .category__sort-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__sort-panel, #product-search .category__container .category__container-product .category__sort-panel, #product-manufacturer .category__container .category__container-product .category__sort-panel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#product-category .category__container .category__container-product .category__sort-panel .filter__button, #product-search .category__container .category__container-product .category__sort-panel .filter__button, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #00bc52;
  margin-bottom: 25px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  #product-category .category__container .category__container-product .category__sort-panel .filter__button, #product-search .category__container .category__container-product .category__sort-panel .filter__button, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button {
    display: none;
  }
}
#product-category .category__container .category__container-product .category__sort-panel .filter__button .filter__icon, #product-search .category__container .category__container-product .category__sort-panel .filter__button .filter__icon, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button .filter__icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/filter.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#product-category .category__container .category__container-product .category__sort-panel .filter__button:lang(uk)::after, #product-search .category__container .category__container-product .category__sort-panel .filter__button:lang(uk)::after, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button:lang(uk)::after {
  content: "Фільтр";
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
#product-category .category__container .category__container-product .category__sort-panel .filter__button:lang(ru)::after, #product-search .category__container .category__container-product .category__sort-panel .filter__button:lang(ru)::after, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button:lang(ru)::after {
  content: "Фильтр";
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
#product-category .category__container .category__container-product .category__sort-panel .filter__button.active, #product-search .category__container .category__container-product .category__sort-panel .filter__button.active, #product-manufacturer .category__container .category__container-product .category__sort-panel .filter__button.active {
  border-color: transparent;
}
#product-category .category__container .category__container-product .category__sort-panel .form-group, #product-search .category__container .category__container-product .category__sort-panel .form-group, #product-manufacturer .category__container .category__container-product .category__sort-panel .form-group {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__sort-panel .form-group, #product-search .category__container .category__container-product .category__sort-panel .form-group, #product-manufacturer .category__container .category__container-product .category__sort-panel .form-group {
    max-width: 170px;
  }
}
#product-category .category__container .category__container-product .category__sort-panel .form-group .input-group-addon, #product-search .category__container .category__container-product .category__sort-panel .form-group .input-group-addon, #product-manufacturer .category__container .category__container-product .category__sort-panel .form-group .input-group-addon {
  background: transparent;
  border: none;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__sort-panel .form-group .input-group-addon, #product-search .category__container .category__container-product .category__sort-panel .form-group .input-group-addon, #product-manufacturer .category__container .category__container-product .category__sort-panel .form-group .input-group-addon {
    display: none;
  }
}
#product-category .category__container .category__container-product .category__sort-panel .form-group .form-control, #product-search .category__container .category__container-product .category__sort-panel .form-group .form-control, #product-manufacturer .category__container .category__container-product .category__sort-panel .form-group .form-control {
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
}
#product-category .category__container .category__container-product .category__pagination, #product-search .category__container .category__container-product .category__pagination, #product-manufacturer .category__container .category__container-product .category__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}
#product-category .category__container .category__container-product .category__pagination .pagination, #product-search .category__container .category__container-product .category__pagination .pagination, #product-manufacturer .category__container .category__container-product .category__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin: 48px 0 60px;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__pagination .pagination, #product-search .category__container .category__container-product .category__pagination .pagination, #product-manufacturer .category__container .category__container-product .category__pagination .pagination {
    margin: 25px 0;
  }
}
#product-category .category__container .category__container-product .category__pagination .pagination .active span, #product-search .category__container .category__container-product .category__pagination .pagination .active span, #product-manufacturer .category__container .category__container-product .category__pagination .pagination .active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 4px;
  padding: 0;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background-color: #EAEBED;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__pagination .pagination .active span, #product-search .category__container .category__container-product .category__pagination .pagination .active span, #product-manufacturer .category__container .category__container-product .category__pagination .pagination .active span {
    width: 24px;
    height: 24px;
  }
}
#product-category .category__container .category__container-product .category__pagination .pagination li a, #product-search .category__container .category__container-product .category__pagination .pagination li a, #product-manufacturer .category__container .category__container-product .category__pagination .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  padding: 0;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  margin-left: 0;
}
@media (max-width: 767px) {
  #product-category .category__container .category__container-product .category__pagination .pagination li a, #product-search .category__container .category__container-product .category__pagination .pagination li a, #product-manufacturer .category__container .category__container-product .category__pagination .pagination li a {
    width: 24px;
    height: 24px;
  }
}
#product-category .category__container .category__container-product .category__pagination .pagination li a:hover, #product-search .category__container .category__container-product .category__pagination .pagination li a:hover, #product-manufacturer .category__container .category__container-product .category__pagination .pagination li a:hover {
  background-color: #EAEBED;
}
#product-category .not__products, #product-search .not__products, #product-manufacturer .not__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #product-category .not__products, #product-search .not__products, #product-manufacturer .not__products {
    margin-bottom: 50px;
  }
}
#product-category .not__products .not__products-button, #product-search .not__products .not__products-button, #product-manufacturer .not__products .not__products-button {
  margin: 25px;
}
#product-category .not__products .not__products-button .not__products-link, #product-search .not__products .not__products-button .not__products-link, #product-manufacturer .not__products .not__products-button .not__products-link {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eaebed;
  padding: 14px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#product-category .not__products .not__products-button .not__products-link:hover, #product-search .not__products .not__products-button .not__products-link:hover, #product-manufacturer .not__products .not__products-button .not__products-link:hover {
  background-color: #00bc52;
}

.ocfilter-mobile .ocfilter-mobile-handle {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body {
  border-right: 0.5px solid #0F0F0F;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .panel-heading {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5fbfd;
  gap: 5px;
  padding: 5px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .ocfilter-option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  gap: 5px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .ocfilter-option span {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .ocfilter-option button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 40px;
  background-color: #D2D4D6;
  background-image: none;
  border: 1px solid #D2D4D6;
  color: #0F0F0F;
  text-shadow: none;
  padding: 0 8px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .ocfilter-option button::before {
  content: "";
  display: block;
  background-image: url(/image/catalog/tahta.ua/icons/x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .ocfilter-option button i {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .btn-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 5px;
  height: 40px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EC1E1E;
  color: #EC1E1E;
  border-radius: 4px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .selected-options .btn-block i {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item {
  border: 0.5px solid #eaebed;
  padding: 25px 15px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-name {
  font-size: 14px;
  color: #0F0F0F;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values .ocf-selected {
  color: #00bc52;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values .badge {
  background-color: #00bc52;
  color: #fff;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values label {
  font-size: 14px;
  color: #0F0F0F;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values label .badge {
  background-color: transparent;
  color: #0F0F0F;
  float: right;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price {
  margin: 25px 15px 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base {
  height: 1px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin {
  border: 0.5px solid #0F0F0F;
  height: 1px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00bc52;
  left: -1px;
  top: -6px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::before {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-base .noUi-origin .noUi-handle::after {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values #scale-price .noUi-pips {
  display: none;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values .ocf-image {
  /*border-radius: 50%;*/
  margin: 2px -17px 0 -2px;
}
.ocfilter-mobile .ocf-offcanvas-body .ocfilter .list-group .list-group-item .ocf-option-values .dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F0F0F;
  background-color: #f5fbfd;
  background-image: none;
  border: 0.5px solid #eaebed;
  border-radius: 4px;
  text-shadow: none;
}

.ocfilter-mobile.active {
  width: 100%;
  max-width: 500px;
}
.ocfilter-mobile.active .ocfilter-mobile-handle {
  display: block;
  top: 0;
  right: 2px;
  left: auto;
  z-index: 9;
}
.ocfilter-mobile.active .ocfilter-mobile-handle .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ocfilter-mobile.active .ocfilter-mobile-handle .btn i {
  width: 24px;
  height: 3px;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  display: block;
  opacity: 1;
  font: inherit;
}
.ocfilter-mobile.active .ocfilter-mobile-handle .btn i::before, .ocfilter-mobile.active .ocfilter-mobile-handle .btn i::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #222;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ocfilter-mobile.active .ocfilter-mobile-handle .btn i::before {
  top: 0;
  left: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ocfilter-mobile.active .ocfilter-mobile-handle .btn i::after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ocfilter-mobile.active .ocf-offcanvas-body {
  -webkit-box-shadow: 0px 4px 35px #E8E8E8;
          box-shadow: 0px 4px 35px #E8E8E8;
}

@media (max-width: 767px) {
  #blog-latest {
    margin-top: 103px;
  }
}
#blog-latest .blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #blog-latest .blog__container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-latest .blog__container {
    gap: 4px;
  }
}
#blog-latest .blog__container #column-left {
  padding: 0;
  width: 100%;
  max-width: 304px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-latest .blog__container #column-left {
    min-width: 254px;
  }
}
#blog-latest .blog__container .blog__container-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-latest .blog__container .blog__container-article {
    padding: 15px;
  }
}
#blog-latest .blog__container .blog__container-article .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  color: #0F0F0F;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .category__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
}
#blog-latest .blog__container .blog__container-article .blog__sort-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__sort-panel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#blog-latest .blog__container .blog__container-article .blog__sort-panel .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__sort-panel .form-group {
    max-width: 170px;
  }
}
#blog-latest .blog__container .blog__container-article .blog__sort-panel .form-group .control-label {
  background: transparent;
  border: none;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  height: 30px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__sort-panel .form-group .control-label {
    display: none;
  }
}
#blog-latest .blog__container .blog__container-article .blog__sort-panel .form-group .form-control {
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
}
#blog-latest .blog__container .blog__container-article .blog__article-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eaebed;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
          box-shadow: 0px 2px 6px rgba(142, 148, 152, 0.2);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout {
    padding: 10px;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout:hover {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout:hover .product-thumb .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 4fr 10px 1fr;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 10px;
  position: relative;
}
@media (max-width: 570px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 571px) and (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .image {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 570px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .image img {
    max-height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  width: 100%;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption h4 {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption .description {
  font-size: 14px;
  line-height: 1.2;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption .rating {
  text-align: center;
  margin: 5px 0;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption .rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .caption .rating .fa-stack .fa-stack-2x {
  font-size: 1em;
  color: #F9DD16;
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-top: none;
  background-color: transparent;
}
@media (max-width: 570px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .date__add {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  background-color: #bbb;
  padding: 14px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
}
@media screen and (min-width: 571px) and (max-width: 1399px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .date__add {
    padding: 7px 10px;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  border-radius: 10px;
  background-color: #00bc52;
  padding: 14px 25px;
  gap: 7px;
  float: left;
  color: #0F0F0F;
  line-height: 1;
  font-weight: inherit;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 571px) and (max-width: 1399px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more {
    padding: 7px 10px;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}
@media (max-width: 1399px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more span {
    display: block !important;
  }
}
@media screen and (min-width: 571px) and (max-width: 900px) {
  #blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more span {
    text-transform: inherit;
  }
}
#blog-latest .blog__container .blog__container-article .blog__article-container .product-layout .product-thumb .button-group .reed__more:hover {
  background-color: #84d6ad;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#blog-latest .blog__container .blog__container-article .category__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}
#blog-latest .blog__container .blog__container-article .category__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin: 48px 0 60px;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .category__pagination .pagination {
    margin: 25px 0;
  }
}
#blog-latest .blog__container .blog__container-article .category__pagination .pagination .active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  padding: 0;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background-color: #EAEBED;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .category__pagination .pagination .active span {
    width: 24px;
    height: 24px;
  }
}
#blog-latest .blog__container .blog__container-article .category__pagination .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  padding: 0;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  margin-left: 0;
}
@media (max-width: 767px) {
  #blog-latest .blog__container .blog__container-article .category__pagination .pagination li a {
    width: 24px;
    height: 24px;
  }
}
#blog-latest .blog__container .blog__container-article .category__pagination .pagination li a:hover {
  background-color: #EAEBED;
}
#blog-latest .not__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #blog-latest .not__products {
    margin-bottom: 50px;
  }
}
#blog-latest .not__products .not__products-button {
  margin: 25px;
}
#blog-latest .not__products .not__products-button .not__products-link {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bbb;
  padding: 14px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#blog-latest .not__products .not__products-button .not__products-link:hover {
  color: #fff;
  background-color: #84d6ad;
}

@media (max-width: 767px) {
  #blog-article {
    margin-top: 103px;
  }
}
#blog-article .article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #blog-article .article__container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-article .article__container {
    gap: 4px;
  }
}
#blog-article .article__container #column-left {
  padding: 0;
  width: 100%;
  min-width: 304px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-article .article__container #column-left {
    min-width: 254px;
  }
}
#blog-article .article__container .article__container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #blog-article .article__container .article__container-content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #blog-article .article__container .article__container-content {
    padding: 15px;
  }
}
#blog-article .article__container .article__container-content .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  color: #0F0F0F;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  #blog-article .article__container .article__container-content .category__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
}

#common-home {
  /*@media (max-width: 767px) {
     margin-top: 69px;
  }*/
}
#common-home .slideshow {
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  #common-home .slideshow {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  #common-home .slideshow .swiper-container {
    height: 100%;
  }
}
#common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
#common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide a span {
  display: none;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
  #common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide a span {
    max-width: 70%;
    padding: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    max-height: 210px;
  }
  #common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .slideshow .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
#common-home .slideshow .swiper-pagination {
  display: none;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}
#common-home .slideshow .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: #84d6ad !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#common-home .slideshow .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  margin: 0 2px;
}
#common-home .slideshow .swiper-pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
  left: auto;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 767px) {
  #common-home .slideshow .swiper-pager {
    height: 40px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    bottom: -20px;
  }
}
#common-home .slideshow .swiper-pager .swiper-button-next, #common-home .slideshow .swiper-pager .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  margin: 0;
  opacity: 1;
  width: 60px;
  height: 48px;
  background-color: #eaebed;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (max-width: 767px) {
  #common-home .slideshow .swiper-pager .swiper-button-next, #common-home .slideshow .swiper-pager .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
#common-home .slideshow .swiper-pager .swiper-button-next::before, #common-home .slideshow .swiper-pager .swiper-button-prev::before {
  display: none;
}
#common-home .slideshow .swiper-pager .swiper-button-next {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#common-home .slideshow .swiper-pager .swiper-button-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#common-home .slideshow .swiper-pager .swiper-button-next:hover {
  background-color: #eaebed;
}
#common-home .slideshow .swiper-pager .swiper-button-next:hover::after {
  background-image: url(/image/catalog/tahta.ua/icons/right-arrow-hover.svg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#common-home .slideshow .swiper-pager .swiper-button-prev {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#common-home .slideshow .swiper-pager .swiper-button-prev::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background-image: url(/image/catalog/tahta.ua/icons/left-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#common-home .slideshow .swiper-pager .swiper-button-prev:hover {
  background-color: #eaebed;
}
#common-home .slideshow .swiper-pager .swiper-button-prev:hover::after {
  background-image: url(/image/catalog/tahta.ua/icons/left-arrow-hover.svg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#common-home .how__to-order, #common-home .advantages__container, #common-home .seo__block {
  position: relative;
  z-index: 19;
  width: 100%;
  margin-top: 100px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  #common-home .how__to-order, #common-home .advantages__container, #common-home .seo__block {
    height: auto;
    margin: 50px 0;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .how__to-order, #common-home .advantages__container, #common-home .seo__block {
    margin: 50px auto;
    padding: 15px;
  }
}
#common-home .how__to-order .how-to-order_section {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: section;
}
@media (max-width: 1023px) {
  #common-home .how__to-order .how-to-order_section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 25px;
  }
}
@media (min-width: 1024px) {
  #common-home .how__to-order .how-to-order_section {
    gap: 15px;
  }
}
#common-home .how__to-order .how-to-order_section .how-to-order_column {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  background-color: #eaebed;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#common-home .how__to-order .how-to-order_section .how-to-order_column img {
  z-index: 9;
}
#common-home .how__to-order .how-to-order_section .how-to-order_column .order_section-title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #0F0F0F;
  text-transform: uppercase;
  z-index: 9;
}
#common-home .how__to-order .how-to-order_section .how-to-order_column .order_section-description {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #070707;
  z-index: 9;
}
#common-home .how__to-order .how-to-order_section .how-to-order_column::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "0" counter(section);
  counter-increment: section;
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 0;
  color: transparent;
  -webkit-text-stroke: 1px #00bc52;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#common-home .advantages__container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 767px) {
  #common-home .advantages__container .row {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .advantages__container .row {
    gap: 15px;
  }
}
#common-home .advantages__container .row .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #eaebed;
  border-radius: 4px;
  margin-top: 0;
  height: 60px;
}
@media (max-width: 767px) {
  #common-home .advantages__container .row .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
    padding: 10px;
  }
}
#common-home .advantages__container .row .media h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F0F0F;
  margin: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #common-home .advantages__container .row .media h4 {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .advantages__container .row .media h4 {
    font-size: 12px;
    padding-left: 5px;
  }
}
#common-home .advantages__container .row::-webkit-scrollbar {
  height: 3px;
  background-color: #eaebed;
}
#common-home .advantages__container .row::-webkit-scrollbar-thumb {
  background-color: #0a97b7;
}
#common-home .category__container .category__content {
  width: 100%;
  margin: 100px 0 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content {
    margin: 50px 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .category__container .category__content {
    margin: 50px 0;
    padding: 15px;
  }
}
#common-home .category__container .category__content .category__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 15px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}
#common-home .category__container .category__content .category__lists > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#common-home .category__container .category__content .category__lists > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#common-home .category__container .category__content .category__lists > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#common-home .category__container .category__content .category__lists > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
#common-home .category__container .category__content .category__lists > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#common-home .category__container .category__content .category__lists > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#common-home .category__container .category__content .category__lists > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#common-home .category__container .category__content .category__lists > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media (max-width: 490px) {
  #common-home .category__container .category__content .category__lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    gap: 10px;
  }
  #common-home .category__container .category__content .category__lists > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    gap: 10px;
  }
  #common-home .category__container .category__content .category__lists > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #common-home .category__container .category__content .category__lists > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
#common-home .category__container .category__content .category__lists .categories__block {
  display: none;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link {
  height: 100%;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link {
    height: auto;
    /*max-height: 275px;*/
  }
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  height: 100%;
  padding: 20px;
  z-index: 1;
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left {
    gap: 10px;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left {
    padding: 10px;
  }
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title {
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title {
    line-height: 1.2;
  }
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title sup {
    font-size: 12px;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title sup {
    top: 0;
  }
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title sup span:lang(ru) {
  font-size: 0;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title sup span:lang(ru)::before {
  content: "Товаров:";
  font-size: 14px;
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .category__title sup span:lang(ru)::before {
    font-size: 50%;
  }
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .categories__block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin-top: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 491px) and (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .categories__block-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .categories__block-link {
    margin-top: 0;
  }
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .categories__block-link svg {
  margin-left: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-left .categories__block-link svg path {
  fill: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-right {
  position: relative;
  width: 100%;
  height: 100%;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: inherit;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists .categories__block .category__link .categories__block-right img {
    width: 100%;
    display: block;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: left top;
       object-position: left top;
  }
}
#common-home .category__container .category__content .category__lists .categories__block:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
#common-home .category__container .category__content .category__lists .categories__block:hover .category__link .categories__block-left .categories__block-link {
  color: #00bc52;
}
#common-home .category__container .category__content .category__lists .categories__block:hover .category__link .categories__block-left .categories__block-link svg {
  margin-left: 15px;
}
#common-home .category__container .category__content .category__lists .categories__block:hover .category__link .categories__block-left .categories__block-link svg path {
  fill: #00bc52;
}
#common-home .category__container .category__content .category__lists .categories__block:hover .category__link .categories__block-right::before {
  backdrop-filter: blur(3px);
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(1) {
  display: block;
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(2) {
  display: block;
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(3) {
  display: block;
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(4) {
  display: block;
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(5) {
  display: block;
}
#common-home .category__container .category__content .category__lists .categories__block:nth-child(6) {
  display: block;
}
#common-home .category__container .category__content .category__lists {
  /*.categories__block {
     overflow: hidden;
     border-radius: 10px;
     position: relative;
     display: block;
     padding: 0;
     margin-bottom: 0;
     background-color: transparent;
     border: none;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);

     .category__link {
        display: flex;
        position: relative;
        height: 100%;

        .categories__block-left {
           width: 0;
           height: 100%;
           flex-direction: column;
           padding: 0;
           z-index: 19;
           position: absolute;
           background-color: #00ccff7a;
           transition: .4s ease-in-out;

           .category__title {
              position: absolute;
              top: 20px;
              left: 20px;
              font-size: 12px;
              line-height: 1.2;
              font-weight: 700;
              text-transform: uppercase;
              color: #222;
              width: 40%;
              min-width: 220px;
              padding: 7px 10px;
              background-color: #fff;
              border-radius: 7px;

              @media screen and (min-width: 768px) and (max-width: 1023px) {
                 top: 10px;
                 left: 5px;
                 width: 100%;
                 min-width: 154px;
                 padding: 7px;
              }

              @media screen and (min-width: 1024px) and (max-width: 1366px) {
                 min-width: 170px;
              }
           }

           .categories__block-link {
              border: none;
              color: $style__color-bg;
              position: absolute;
              bottom: 20px;
              left: 30px;
              font-size: 14px;
              font-weight: 700;
              margin-top: 25px;
              width: max-content;
              display: flex;
              align-items: center;
              transition: 0.4s ease-in-out;

              @media screen and (min-width: 768px) and (max-width: 1023px) {
                 bottom: 10px;
                 left: 10px;
              }

              svg {
                 margin-left: 5px;
                 transition: .4s ease-in-out;
              }
           }
        }

        &:hover {

           .categories__block-left {
              width: 100%;
              transition: .4s ease-in-out;

              .categories__block-link {

                 svg {
                    margin-left: 15px;
                    transition: .4s ease-in-out;
                 }
              }
           }
        }

        .categories__block-right {
           display: flex;
           justify-content: end;
           width: 100%;
           z-index: 9;

           &::before {
              content: '';
              display: block;
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: $style__color-text;
              opacity: .5;
           }

           img {
              height: 100%;
           }
        }
     }
  }*/
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(1) {
    grid-area: auto;
  }
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(2) {
    grid-area: auto;
  }
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(3) {
    grid-area: auto;
  }
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(4) {
    grid-area: auto;
  }
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(5) {
    grid-area: auto;
  }
}
#common-home .category__container .category__content .category__lists > div:nth-of-type(6) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/3/5;
}
@media (max-width: 767px) {
  #common-home .category__container .category__content .category__lists > div:nth-of-type(6) {
    grid-area: auto;
  }
}