@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500");
body {
  font-family: "Poppins", sans-serif;
  color: #777;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.copyright {
  text-align: center;
  margin-top: 15px;
}
.copyright a {
  color: #333;
  font-weight: bold;
  margin-left: 15px;
}

.adpopup {
  overflow: hidden;
  background-color: #ea6969;
  top: 0;
  width: 100%;
}

.adpopup p {
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.only_mobile {
  display: none;
}

a {
  font-family: "Poppins", sans-serif;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #777;
}

.success_text {
  color: #41d741;
  text-transform: uppercase;
}

.h2_title {
  position: relative;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 2px;
}

.sub_title {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.product-title {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.sg_header_burger {
  display: none;
}

.my-btn {
  background: #000000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
  cursor: pointer;
  border: none;
}

.my-btn:hover {
  background: #777;
  color: #fff;
}

.my-btn-grey {
  background: #777;
}

.more-link {
  color: #333 !important;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
}

.more-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #c8c8c8;
  transition: all 500ms ease;
}

.more-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: all 500ms ease;
}

.more-link:hover:before {
  width: 0;
}

.more-link:hover:after {
  width: 100%;
}

.my-btn-grey:hover {
  background: #000;
}

.btn-image {
  width: 50px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.btn-image svg {
  width: 15px;
  height: 15px;
}

.btn-image:hover {
  background: #777;
}

.container-top:before, .container-top:after {
  display: none;
}

#loader.active {
  display: flex;
}

#loader {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}
#loader svg {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}
#loader svg circle {
  fill: none;
  stroke-width: 4.5;
  animation-name: preloader;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: 170px 170px;
  will-change: transform;
}
#loader svg circle:nth-of-type(1) {
  stroke-dasharray: 550px;
}
#loader svg circle:nth-of-type(2) {
  stroke-dasharray: 500px;
}
#loader svg circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}
#loader svg circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}
#loader svg circle:nth-of-type(1) {
  animation-delay: -0.15s;
}
#loader svg circle:nth-of-type(2) {
  animation-delay: -0.3s;
}
#loader svg circle:nth-of-type(3) {
  animation-delay: -0.45s;
}
#loader svg circle:nth-of-type(4) {
  animation-delay: -0.6s;
}

#advert_page .slick-list {
  width: 100% !important;
}
#advert_page .slick-list .slick-track {
  display: flex;
  justify-content: center;
}
#advert_page .slick-list .slick-track .image_box {
  min-width: 80px !important;
}
@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#success_alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #333;
  background: #aaf4aa;
  z-index: 999999;
  font-size: 15px;
  transition: all 500ms ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#success_alert.open {
  height: auto;
  opacity: 1;
}

header #header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
  padding: 44px 0;
}
header #header-top a {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #333;
  text-decoration: none;
  text-transform: lowercase;
}
header #header-top a img {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}
header #nav-top {
  background-color: #ffffff;
  text-align: center;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 1px 0 1px 0;
  height: 60px;
}
header #nav-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header #nav-top .container .contact_box {
  width: 180px;
}
header #nav-top .container .contact_box .first {
  display: flex;
  align-items: center;
}
header #nav-top .container .contact_box .first svg {
  width: 20px;
  height: 20px;
  fill: #333;
  margin-right: 10px;
}
header #nav-top .container .contact_box .first a {
  color: #777;
  font-size: 13px;
}
header #nav-top .container .nav-box {
  display: inline-flex;
  align-items: center;
}
header #nav-top .container .nav-box .item {
  position: relative;
}
header #nav-top .container .nav-box .item .parent {
  display: inline-flex;
  align-items: center;
}
header #nav-top .container .nav-box .item .parent .icon {
  width: 10px;
  height: 10px;
  display: inline-flex;
  margin-left: -15px;
  padding-right: 15px;
  box-sizing: content-box;
}
header #nav-top .container .nav-box .item .parent a {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  height: 60px;
  position: relative;
  text-transform: uppercase;
  z-index: 6;
  transition: all 0.3s ease 0s;
}
header #nav-top .container .nav-box .item .parent a:hover {
  color: #777;
}
header #nav-top .container .nav-box .item .childs {
  position: absolute;
  top: 100%;
  transition: all 500ms ease;
  transform: scale(0);
  opacity: 0;
  border: 1px solid #eeeeee;
  padding: 25px;
  background: #fff;
  z-index: 10;
  width: 700px;
  column-width: 80px;
  column-count: 4;
  column-gap: 10px;
  column-rule: 1px solid #eeeeee;
}
header #nav-top .container .nav-box .item .childs .child {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 5px;
}
header #nav-top .container .nav-box .item .childs .child a {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  padding: 10px;
  display: inline-flex;
  width: 100%;
}
header #nav-top .container .nav-box .item .childs .child a:hover {
  color: #fff;
  background: grey;
}
header #nav-top .container .nav-box .item .childs.vertical {
  column-count: 1;
  width: auto;
  padding: 10px 10px;
}
header #nav-top .container .nav-box .item:hover .childs {
  transform: scale(1);
  opacity: 1;
}
header #nav-top .container #mobile_logo {
  display: none;
  width: 100%;
}
header #nav-top .container #mobile_logo img {
  width: 100%;
}
header #nav-top .container .search-sett-cart {
  display: flex;
  height: 100%;
}
header #nav-top .container #search {
  width: 100%;
  height: 100%;
  max-width: 50px;
  position: relative;
  margin-right: 30px;
}
header #nav-top .container #search svg {
  width: 20px;
  height: 20px;
  color: #333;
  cursor: pointer;
}
header #nav-top .container #search .icons {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
header #nav-top .container #search .icons:hover svg {
  color: #777;
}
header #nav-top .container #search .icon, header #nav-top .container #search .close {
  transition: all 1s ease;
  position: absolute;
  right: 5px;
  display: inline-flex;
  align-items: center;
}
header #nav-top .container #search .close {
  opacity: 0;
}
header #nav-top .container #search .input {
  position: absolute;
  top: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  width: 250px;
  right: 0;
  z-index: 99;
}
header #nav-top .container #search .input form {
  display: inline-flex;
}
header #nav-top .container #search .input input {
  border: 1px solid #eeeeee;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 12px 40px 12px 12px;
  vertical-align: middle;
  width: 100%;
  height: 45px;
}
header #nav-top .container #search .input button {
  position: absolute;
  right: 5px;
  top: 12px;
  border: none;
  background: none;
}
header #nav-top .container #search .input button svg {
  width: 20px;
  height: 20px;
  color: #777;
}
header #nav-top .container #search.open .close {
  opacity: 1;
}
header #nav-top .container #search.open .icon {
  opacity: 0;
}
header #nav-top .container #search.open .input {
  height: auto;
}
header #nav-top .container #setting_menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-right: 30px;
}
header #nav-top .container #setting_menu .icon {
  display: inline-flex;
  align-items: center;
}
header #nav-top .container #setting_menu .icon svg {
  width: 20px;
  height: 20px;
  color: #333;
}
header #nav-top .container #setting_menu .icon:hover svg {
  color: #777;
}
header #nav-top .container #setting_menu .icon:hover {
  color: #777;
  cursor: pointer;
}
header #nav-top .container #setting_menu .drop_down {
  position: absolute;
  top: 100%;
  right: 0;
  transform: scale(0);
  opacity: 0;
  min-width: 160px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  transition: all 500ms ease;
  box-sizing: border-box;
  background: #fff;
  z-index: 99999;
}
header #nav-top .container #setting_menu .drop_down form button {
  background: none;
  border: none;
  color: #777;
  font-size: 13px;
}
header #nav-top .container #setting_menu .drop_down .nav-link {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 13px;
  width: 100%;
  padding: 5px;
}
header #nav-top .container #setting_menu .drop_down .nav-link:hover {
  color: #333;
}
header #nav-top .container #setting_menu.open .drop_down {
  transform: scale(1);
  opacity: 1;
}
header #nav-top .container #small-cart {
  height: calc(100% + 20px);
  position: relative;
  margin: -10px 0;
}
header #nav-top .container #small-cart .cart-content {
  position: relative;
  height: 100%;
}
header #nav-top .container #small-cart .cart-content .showcase {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #222222;
  width: 65px;
}
header #nav-top .container #small-cart .cart-content .showcase .icon {
  width: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header #nav-top .container #small-cart .cart-content .showcase svg {
  color: #fff;
  width: 20px;
  height: 20px;
  fill: #fff;
}
header #nav-top .container #small-cart .cart-content .showcase span {
  position: absolute;
  z-index: 20;
  top: -10px;
  right: -8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
}
header #nav-top .container #small-cart .cart-content .showcase:before {
  content: "";
  position: absolute;
  left: -10px;
  right: auto;
  top: 0;
  bottom: auto;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
header #nav-top .container #small-cart .cart-content .showcase:after {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  top: 0;
  bottom: auto;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #000000;
}
header #nav-top .container #small-cart .cart-content .showcase:hover {
  cursor: pointer;
}
header #nav-top .container #small-cart .cart-content .showcase:hover .icon span {
  background: #777;
  color: #fff;
}
header #nav-top .container #small-cart .cart-content .more_info {
  position: absolute;
  top: calc(100% - 10px);
  width: 375px;
  border: 1px solid #eeeeee;
  padding: 10px 10px;
  box-sizing: border-box;
  right: 0;
  z-index: 20;
  background: #fff;
  max-height: 400px;
  margin: 0;
  overflow-y: scroll;
  display: none;
}
header #nav-top .container #small-cart .cart-content .more_info .products {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row img {
  display: inline-flex;
  width: 100%;
  max-width: 55px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row a {
  color: #525252;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row a span {
  width: 100%;
  font-weight: bold;
  margin: 0 5px;
  line-height: 1.1;
  max-width: 130px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .count {
  font-size: 14px;
  margin-right: 5px;
  min-width: 15px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .price-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 110px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .price {
  font-size: 14px;
  min-width: 30px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .delete_product_cart {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .delete_product_cart svg {
  color: #333;
  width: 15px;
  height: 15px;
}
header #nav-top .container #small-cart .cart-content .more_info .products .product_row .delete_product_cart:hover svg {
  color: #777;
}
header #nav-top .container #small-cart .cart-content .more_info .total {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
header #nav-top .container #small-cart .cart-content .more_info .total .total-title, header #nav-top .container #small-cart .cart-content .more_info .total .total-number {
  width: 50%;
  text-align: right;
  padding: 4px 5px;
  font-size: 15px;
  color: #000;
}
header #nav-top .container #small-cart .cart-content .more_info .total .total-title {
  font-weight: bold;
}
header #nav-top .container #small-cart .cart-content .more_info .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #nav-top .container #small-cart .cart-content .more_info .btns .my-btn {
  margin: 10px 0 10px 10px;
}
header #nav-top .container #small-cart:before {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  top: auto;
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #000000 transparent transparent transparent;
}
header #nav-top .container #small-cart:after {
  content: "";
  position: absolute;
  left: -10px;
  right: auto;
  top: auto;
  bottom: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #000000 transparent transparent;
}
header #nav-top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  transition: all 1s ease;
  animation: slide-down 0.7s;
}
header .header_bottom {
  display: none;
  position: relative;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
main {
  padding: 30px 0;
}

footer .footer-top {
  border-top: 1px solid #eeeeee;
  padding: 100px 0 0 0;
  text-align: center;
}
footer .footer-top .row .column .contacts {
  max-width: 200px;
  margin: 0 auto;
}
footer .footer-top .row .column .contacts a {
  display: inline-flex;
  align-items: center;
  color: #333;
  width: 100%;
  margin-bottom: 15px;
}
footer .footer-top .row .column .contacts a svg {
  width: 20px;
  height: 20px;
  color: #777;
  margin-right: 10px;
}
footer .footer-top .row .column .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .footer-top .row .column .social a {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
footer .footer-top .row .column .social a svg {
  width: 20px;
  height: 20px;
  color: #777;
}
footer .footer-top .row .column .social a:hover {
  background: #333;
}
footer .footer-top .row .column .social a:hover svg {
  color: #fff;
}
footer .footer-top .row .column .rekvizity {
  max-width: 350px;
  margin: 0 auto;
}
footer .footer-top .row .bordered {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
footer .footer-bottom {
  padding: 30px 0;
}
footer .footer-bottom .equaring {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
footer .footer-bottom .equaring .img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 540px;
  z-index: 9;
  flex-wrap: wrap;
}
footer .footer-bottom .equaring .img-box img {
  max-width: 60px;
  width: 100%;
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 10px;
}
footer .footer-bottom .equaring:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  top: 50%;
}
footer .footer-bottom nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
footer .footer-bottom nav a {
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  margin-right: 10px;
}
footer .footer-bottom nav a:hover {
  color: #333;
}

#contact_page .sub_title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0;
}
#contact_page .contacts {
  margin-bottom: 30px;
}
#contact_page .contacts a {
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  padding: 10px 0;
}
#contact_page .contacts a svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#contact_page .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#contact_page .social a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
#contact_page .social a svg {
  width: 40px;
  height: 40px;
  color: #777;
}
#contact_page .social a:hover {
  background: #333;
}
#contact_page .social a:hover svg {
  color: #fff;
}
#contact_page .work-time {
  font-size: 16px;
}

#go_top {
  height: 50px;
  width: 50px;
  right: 35px;
  bottom: 50px;
  display: none;
  position: fixed;
  z-index: 95;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
#go_top svg {
  height: 50px;
  width: 50px;
}

#go_top:hover {
  margin-bottom: 15px;
}

main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .container .row {
  width: 100%;
}
main #main_slider {
  display: inline-flex;
  max-width: 575px;
  max-height: 586px;
  width: 100%;
  align-items: flex-start;
  overflow: hidden;
}
main #main_slider .slick-slide img {
  width: 100%;
}
main #main_slider .slick-next, main #main_slider .slick-prev {
  width: 40px;
  height: 40px;
  transition: all 1s ease;
  z-index: 999;
}
main #main_slider .slick-next {
  right: 40%;
}
main #main_slider .slick-next:before, main #main_slider .slick-prev:before {
  opacity: 0;
  font-size: 50px;
}
main #main_slider .slick-prev {
  left: 40%;
}
main #main_slider:hover .slick-next {
  right: 10%;
  padding: 0;
}
main #main_slider:hover .slick-prev {
  left: 10%;
  padding: 0;
}
main #main_slider:hover .slick-next:before, main #main_slider:hover .slick-prev:before {
  opacity: 1;
}
main #baner_mainpage {
  max-width: 575px;
  width: 100%;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
}
main #baner_mainpage .item {
  margin: 0 0 0px 20px;
  position: relative;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 305px;
}
main #baner_mainpage .item img {
  width: 100%;
  display: inline-flex;
  transition: all 500ms ease;
}
main #baner_mainpage .item .item-text {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
  left: 0%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
main #baner_mainpage .item .item-text .item-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
main #baner_mainpage .item .item-text .item-sub-title {
  font-size: 20px;
  text-transform: capitalize;
}
main #baner_mainpage .item .item-text a {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}
main #baner_mainpage .item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
main #baner_mainpage .item.right .item-text {
  left: auto;
}
main #baner_chess {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 20px 20px;
  margin: 30px 0;
}
main #baner_chess .item {
  max-width: 565px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main #baner_chess .item img {
  width: 100%;
  transition: all 1s ease;
  display: inline-flex;
}
main #baner_chess .item .item-text {
  position: absolute;
  display: flex;
  width: 100%;
  top: 10%;
  left: 5%;
  max-height: 150px;
  max-width: 350px;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
main #baner_chess .item .item-text .item-title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 40px;
}
main #baner_chess .item .item-text .item-sub-title {
  font-size: 12px;
  margin-bottom: 50px;
}
main #baner_chess .item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
main #advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  width: 100%;
}
main #advantages .item {
  max-width: 300px;
  padding: 0 15px;
  margin-bottom: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border-right: 1px solid #eeeeee;
}
main #advantages .item .icon {
  margin-right: 15px;
}
main #advantages .item .icon svg {
  transition: all 500ms ease;
  width: 30px;
  height: 30px;
}
main #advantages .item .text {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  max-width: 200px;
  display: inline-flex;
  align-items: center;
  line-height: 19px;
}
main #advantages .item:last-child {
  border: none;
}
main #advantages .item:hover .icon {
  animation: bounceIn 0.7s;
}
main #last_news {
  width: 100%;
}
main #last_news .content {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
main #special_slider {
  margin: 30px 0 0 0;
}
main #special_slider .header_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main #special_slider {
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
}
main #special_slider .header_box .navs .tabs {
  display: inline-flex;
}
main #special_slider .header_box .navs .tabs .get_typical_slider {
  color: #777;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}
main #special_slider .header_box .navs .tabs .get_typical_slider.active {
  color: #333;
}
main #special_slider .slider_box {
  max-width: 1200px;
  width: 100%;
}
main #special_slider .slider_box .slick-arrow {
  z-index: 999;
  opacity: 0;
  transition: all 500ms ease;
  top: 37%;
}
main #special_slider .slider_box .slick-arrow:before {
  font-size: 60px;
  color: #333;
}
main #special_slider .slider_box .slick-arrow:hover {
  opacity: 1 !important;
}
main #special_slider .slider_box .slick-prev {
  left: 30px;
}
main #special_slider .slider_box .slick-next {
  right: 65px;
}
main #special_slider .slider_box:hover .slick-arrow {
  opacity: 0.6;
}
main .title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
main .category_description {
  color: #777;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 30px;
}
main .category_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-card {
  width: 270px;
  display: inline-flex;
  flex-flow: column;
  margin: 0 4px 15px 4px;
}
.product-card .product-card__images {
  height: 320px;
  border: 20px solid #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.product-card .product-card__images .images {
  display: inline-flex;
  width: 100%;
  flex-flow: column;
  position: relative;
  height: 100%;
}
.product-card .product-card__images .images .image {
  width: 100%;
  position: absolute;
  height: 100%;
  transition: all 500ms ease 0s;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card__images .images .image img {
  width: 100%;
}
.product-card .product-card__images .images .image-0 {
  opacity: 1;
}
.product-card .product-card__images .images .image-1 {
  opacity: 0;
  transform: scaleX(0);
}
.product-card .product-card__images .images:hover .image-0 {
  opacity: 0;
}
.product-card .product-card__images .images:hover .image-1 {
  opacity: 1;
  transform: scaleX(1);
}
.product-card .name {
  display: inline-flex;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  margin: 30px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.product-card .name:hover {
  color: #777;
}
.product-card .price-btn {
  position: relative;
}
.product-card .price-btn .price {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: all 500ms ease;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 500ms ease;
  opacity: 1;
}
.product-card .price-btn .btn-box {
  margin-left: -30%;
  transition: all 1000ms ease;
  background: #fff;
  cursor: pointer;
  opacity: 0;
}

.product-card:hover .price-btn .price {
  opacity: 0;
}
.product-card:hover .price-btn .btn-box {
  margin-left: 0%;
  opacity: 1;
}

.news_card {
  max-width: 380px;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 15px;
  display: inline-flex;
  flex-flow: column;
  box-sizing: border-box;
}
.news_card .image {
  display: inline-flex;
  justify-content: center;
  height: 260px;
  border: 20px solid #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.news_card .image img {
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.news_card .name-date {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 50px;
}
.news_card .name-date .name {
  font-weight: 500;
  color: #000000;
  font-size: 13px;
  line-height: 24px;
}
.news_card .name-date .date {
  margin-right: 10px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #8f8f8f;
  min-width: 75px;
}

.news_card:hover .image img {
  filter: blur(3px);
  transform: scale3d(1.1, 1.1, 1.1);
}
.news_card:hover .name {
  color: #777;
}

#breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 40px 0;
}
#breadcrumb .breadcrumb-link {
  display: inline-flex;
  align-items: center;
}
#breadcrumb .breadcrumb-link a {
  margin: 0 5px;
  display: inline-flex;
  color: #777;
}
#breadcrumb .breadcrumb-link a svg {
  width: 15px;
  height: 15px;
}
#breadcrumb .delimeter {
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
}
#breadcrumb .delimeter svg {
  width: 10px;
  height: 10px;
}

.left_menu {
  margin-bottom: 30px;
  border: 5px solid #f5f5f5;
}
.left_menu .menu_title {
  border-bottom: 5px solid #f5f5f5;
  font-size: 15px;
  padding: 15px;
  font-weight: 600;
  color: #333;
}
.left_menu .menu_content {
  padding: 15px;
}

#categories_left_menu .item .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#categories_left_menu .item .parent a {
  color: #777;
  font-size: 14px;
  width: 100%;
  max-width: 170px;
  font-weight: bold;
}
#categories_left_menu .item .parent .btns {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#categories_left_menu .item .parent .btns .left-menu-btn {
  transition: all 500ms ease;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#categories_left_menu .item .parent .btns .left-menu-btn svg {
  width: 15px;
  height: 15px;
}
#categories_left_menu .item .parent .btns .plus {
  opacity: 1;
  width: 60px;
  height: 35px;
}
#categories_left_menu .item .parent .btns .minus {
  opacity: 0;
  width: 60px;
  height: 35px;
}
#categories_left_menu .item .childs {
  height: 0;
  opacity: 0;
  margin-left: 20px;
  transition: all 500ms ease;
}
#categories_left_menu .item .childs .child {
  margin-right: 10px;
}
#categories_left_menu .item .childs .child a {
  color: #777;
  font-size: 14px;
  width: 100%;
  max-width: 170px;
  height: 100%;
  display: inline-flex;
  padding: 6px 0;
}
#categories_left_menu .item.open .parent a {
  color: #333;
}
#categories_left_menu .item.open .parent .btns .plus {
  opacity: 0;
}
#categories_left_menu .item.open .parent .btns .minus {
  opacity: 1;
}
#categories_left_menu .item.open .childs {
  height: auto;
  opacity: 1;
}
.advert-small-card {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.advert-small-card .images {
  display: inline-block;
  width: 75px;
  border: 3px solid #f5f5f5;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  height: 75px;
}
.advert-small-card .images .image {
  width: 100%;
  position: absolute;
  transition: all 500ms ease 0s;
  left: 0;
  top: 0;
  right: 0;
  height: 75px;
}
.advert-small-card .images .image img {
  height: 100%;
}
.advert-small-card .images .image-0 {
  opacity: 1;
}
.advert-small-card .images .image-1 {
  opacity: 0;
  transform: scaleX(0);
}
.advert-small-card .name-price .name {
  font-size: 13px;
  line-height: 24px;
  color: #333;
}
.advert-small-card .name-price .price {
  font-weight: bold;
  color: #333;
}

.advert-small-card:hover .images .image-0 {
  opacity: 0;
}
.advert-small-card:hover .images .image-1 {
  opacity: 1;
  transform: scaleX(1);
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.pagination li.active a {
  background: #333 !important;
  color: #fff !important;
}
.pagination li a {
  color: #333 !important;
}

#advert_page {
  width: 100%;
}
#advert_page .title {
  max-width: 100%;
}
#advert_page .images_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#advert_page .images_box .slider-for {
  border: 20px solid #f5f5f5;
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
  max-height: 400px;
  max-width: 450px;
}
#advert_page .images_box .slider-for a {
  display: inline-flex;
  width: 100%;
  max-height: 450px;
}
#advert_page .images_box .slider-for a img {
  display: inline-flex;
  width: 100%;
  max-height: 450px;
}
#advert_page .images_box .slider-nav {
  width: 450px;
  height: 80px;
  display: flex;
  justify-content: center;
}
#advert_page .images_box .slider-nav .image_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 70px;
  overflow: hidden;
  border: 5px solid #f5f5f5;
  margin: 0 5px;
  box-sizing: border-box;
}
#advert_page .images_box .slider-nav .image_box img {
  width: 100%;
}
#advert_page .images_box .slider-nav .slick-arrow:before {
  color: #333;
}
#advert_page .images_box .slider-nav.slider-nav-1 {
  height: 0px;
}
#advert_page .description .advert_title_header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
#advert_page .description .advert_characteristics {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#advert_page .description .advert_characteristics .single_characteristic {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}
#advert_page .description .advert_characteristics .single_characteristic .name {
  font-weight: bold;
  margin-right: 10px;
}
#advert_page .description .advert_characteristics .single_characteristic .value {
  color: #777;
}
#advert_page .description .price {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  color: #333;
}
#advert_page .description .price .my-btn {
  margin-left: 15px;
}
#advert_page .description .btn-group input {
  height: 45px;
  font-size: 14px;
  padding: 10px 5px;
  box-sizing: border-box;
  width: 70px;
  text-align: center;
  margin-right: 10px;
}
#advert_page .description .set_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
}
#advert_page .description .set_item .name {
  font-size: 15px;
  font-weight: bold;
  width: 200px;
}
#advert_page .description .set_item .name .description {
  font-size: 13px;
  font-weight: normal;
}
#advert_page .description .set_item .name .count {
  font-size: 13px;
  font-weight: normal;
}
#advert_page .description .set_item .price-item {
  margin: 0 15px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  min-width: 60px;
}
#advert_page .advert_description {
  margin: 30px 0;
}

form {
  width: 100%;
}

#full_cart_content table {
  width: 100%;
  color: #777;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}
#full_cart_content table thead {
  background-color: #f8f8f8;
}
#full_cart_content table thead tr td {
  padding: 12px 8px;
}
#full_cart_content table tbody tr {
  border-top: 1px solid #e7e7e7;
}
#full_cart_content table tbody tr td {
  padding: 15px 5px;
}
#full_cart_content table tbody tr .image a img {
  width: 75px;
  display: inline-flex;
}
#full_cart_content table tbody tr .name {
  font-size: 13px;
}
#full_cart_content table tbody tr .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#full_cart_content table tbody tr .count input {
  display: inline-flex;
  justify-content: center;
  width: 60px;
  height: 40px;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 0 5px;
  margin-right: 8px;
}
#full_cart_content table tbody tr .count .btn-image {
  margin-right: 8px;
}
#full_cart_content table tbody .total-title {
  width: 100%;
  text-align: right;
  font-weight: bold;
}
#full_cart_content table tbody .final {
  font-size: 16px;
}
#full_cart_content .promo_cod_input {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  width: 100%;
  justify-content: space-between;
}
#full_cart_content .promo_cod_input div {
  max-width: 240px;
  font-size: 12px;
}
#full_cart_content .promo_cod_input input {
  max-width: 180px;
  width: 100%;
  margin: 0 15px;
}
#full_cart_content .cashback_input {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  width: 100%;
  justify-content: space-between;
}
#full_cart_content .cashback_input .text {
  max-width: 340px;
  font-size: 12px;
}
#full_cart_content .cashback_input .input {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#full_cart_content .cashback_input .input input {
  max-width: 70px;
  width: 100%;
  margin: 0 15px;
}

#order-form-frontend .sub-title {
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
#order-form-frontend .cart_payment_delivery .box {
  border: 5px solid #f5f5f5;
  font-size: 13px;
  padding: 10px 10px 0 10px;
  color: #333;
  margin-bottom: 15px;
}
#order-form-frontend .cart_payment_delivery .payment .payment_variants #orderform-payment_method_id {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#order-form-frontend .cart_payment_delivery .payment .payment_variants #orderform-payment_method_id .radio {
  max-width: 180px;
  width: 100%;
  margin-top: 0;
}
#order-form-frontend .cart_payment_delivery .delivery #delivery_dropdown_address {
  border-top: 1px solid #777;
  padding-top: 5px;
}
#order-form-frontend .cart_payment_delivery .delivery #delivery_dropdown_address .address_title {
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}

#success_order {
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.empty {
  text-align: left;
  width: 100%;
}

.site-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  width: 100%;
}
.site-error .big {
  color: #777;
  font-size: 150px;
  font-weight: bold;
  width: 100%;
  line-height: 1.2em;
}
.site-error p {
  font-size: 14px;
  padding: 30px 30px;
  color: #333;
}

#login-page {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

#account_recovery_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#account_recovery_box form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
#account_recovery_box form input {
  width: 100%;
}

#account_recovery_box form label {
  width: 100%;
  display: inline-flex;
  padding-right: 15px;
}

#account_recovery_box form .radio input {
  display: inline-flex;
  width: 30px;
  left: 0;
  text-align: left;
}

#pass-recovery-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
#pass-recovery-box form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
#pass-recovery-box form input {
  width: 100%;
}

#registration-page {
  display: flex;
  justify-content: center;
  width: 100%;
}
#registration-page form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

#simular_adverts .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.success_send_message {
  align-items: center;
  justify-content: center;
  color: rgb(51, 51, 51);
  z-index: 999999;
  font-size: 15px;
  padding: 10px 15px;
  background: rgb(170, 244, 170);
  transition: all 500ms ease 0s;
  overflow: hidden;
  margin-top: 15px;
  display: none;
}

#catalog {
  width: 100%;
}
#catalog .item {
  margin: 10px 0;
}
#catalog .item .parent_name a {
  font-size: 30px;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
}
#catalog .item .childs {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
}
#catalog .item .childs .child {
  margin: 10px 20px;
  width: 200px;
  height: 200px;
  border: 20px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#catalog .item .childs .child img {
  width: 100%;
  transition: 500ms ease;
  opacity: 0.4;
}
#catalog .item .childs .child .name {
  position: absolute;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#catalog .item .childs .child:hover img {
  opacity: 1;
}
#catalog .item .childs .child:hover .name.has-image {
  color: #000;
}
#catalog .item .childs .child:hover .name.has-image {
  opacity: 0;
}

.category_third_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category_third_row a {
  border: 4px solid #f5f5f5;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 15px 10px 0;
  display: inline-flex;
}

.news_container {
  width: 100%;
}
.news_container .news_container_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_container .news_container_box a {
  display: inline-flex;
}

.single_text {
  font-size: 15px;
  color: #000;
}
.single_text h3 {
  margin-bottom: 20px;
}
.single_text .description_image {
  padding: 10px 20px;
  float: right;
}
.single_text .description_image img {
  max-width: 250px !important;
  width: 100% !important;
  height: auto !important;
}

#contact_page {
  width: 100%;
}
#contact_page .sub-title {
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}

#search .result {
  background: #fff;
  border: 1px solid #eeeeee;
}
#search .result p {
  padding: 10px 0;
}

#smart-result {
  max-height: 260px;
  overflow-y: scroll;
  padding: 10px 0;
}
#smart-result .advert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#smart-result .advert .img {
  margin: 0 5px;
}
#smart-result .advert .img img {
  width: 50px;
  height: 50px;
}
#smart-result .advert .name {
  font-size: 12px;
  max-width: 140px;
  margin-left: 5px;
  display: inline-flex;
  line-height: 1.2;
}
#smart-result .advert .price {
  font-size: 12px;
  margin-left: 10px;
}

#smart-result-mobile {
  width: 100%;
  z-index: 999;
  position: relative;
}
#smart-result-mobile p {
  padding: 10px;
}
#smart-result-mobile .box {
  max-height: 260px;
  overflow-y: scroll;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #fff;
  border: 1px solid #eeeeee;
  z-index: 99;
}
#smart-result-mobile .advert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
#smart-result-mobile .advert .img {
  margin: 0 5px;
}
#smart-result-mobile .advert .img img {
  width: 50px;
  height: 50px;
}
#smart-result-mobile .advert .name {
  font-size: 12px;
  max-width: 200px;
  margin-left: 10px;
}
#smart-result-mobile .advert .price {
  font-size: 12px;
  margin-left: 10px;
}

#confirm_order_modal .modal-dialog {
  width: 100%;
  max-width: 900px;
}
#confirm_order_modal table {
  width: 100%;
}
#confirm_order_modal table thead {
  background-color: #f8f8f8;
}
#confirm_order_modal table tr {
  border-top: 1px solid #e7e7e7;
}
#confirm_order_modal table td {
  padding: 15px 5px;
}
#confirm_order_modal .image img {
  display: inline-flex;
  width: 100px;
}
#confirm_order_modal .btn-row {
  display: flex;
  justify-content: flex-end;
}

.forget_password {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

#catalog_filters {
  margin: 0px 0;
}
#catalog_filters .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#catalog_filters .header .name {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}
#catalog_filters .header .reset {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#catalog_filters .header .reset svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#catalog_filters .item .item-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
#catalog_filters .item .item-title svg {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
#catalog_filters .item .filter_items {
  display: none;
}
#catalog_filters .item .filter_items a {
  display: inline-flex;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000;
  transition: all 500ms ease;
  font-size: 12px;
}
#catalog_filters .item .filter_items a:hover, #catalog_filters .item .filter_items a.active {
  color: #fff;
  background: #000;
}
#catalog_filters .item.active .item-title {
  color: #000;
}
#catalog_filters .item.active .item-title svg {
  color: #000;
}
#catalog_filters .item.active .filter_items {
  display: inline-block;
}

@media (max-width: 990px) {
  .sub_title {
    margin-bottom: 10px;
  }
  header #header-top {
    display: none;
  }
  header #nav-top .container {
    position: relative;
  }
  header #nav-top .container .nav-box {
    display: none;
    position: absolute;
    top: 57px;
    flex-flow: column;
    background: #fff;
    width: 100%;
    z-index: 9999;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
    left: 0;
  }
  header #nav-top .container .nav-box .item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e1dede;
  }
  header #nav-top .container .nav-box .item .parent {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header #nav-top .container .nav-box .item .parent .icon {
    display: inline-flex;
    padding: 5px;
    transition: all 500ms ease;
  }
  header #nav-top .container .nav-box .item .parent .icon svg {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
  header #nav-top .container .nav-box .item .parent .icon.opened {
    transform: rotateX(180deg);
  }
  header #nav-top .container .nav-box .item .childs {
    position: relative;
    opacity: 1;
    transform: none;
    padding: 10px 30px 10px 50px;
    width: 100%;
    display: none;
    columns: auto;
  }
  header #nav-top .container .nav-box .item .childs .child a {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e1dede;
    display: inline-flex;
    margin-bottom: 0px;
  }
  header #nav-top .container .nav-box .item .childs .child:last-child a {
    border: none;
  }
  header #nav-top .container .sg_header_burger {
    display: inline-flex;
    padding: 10px;
    position: relative;
    width: 40px;
    height: 32px;
  }
  header #nav-top .container .sg_header_burger:before, header #nav-top .container .sg_header_burger:after, header #nav-top .container .sg_header_burger .line {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #777;
    transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
    top: 0;
  }
  header #nav-top .container .sg_header_burger .line {
    top: 15px;
  }
  header #nav-top .container .sg_header_burger:after {
    top: 30px;
  }
  header #nav-top .container .sg_header_burger.active:after {
    transform: rotate(-45deg);
    top: 10px;
  }
  header #nav-top .container .sg_header_burger.active:before {
    transform: rotate(45deg);
    top: 10px;
  }
  header #nav-top .container .sg_header_burger.active .line {
    transform: rotate(45deg);
    top: 10px;
  }
  header #nav-top .container .search-sett-cart #search {
    display: none;
  }
  header #nav-top .container .search-sett-cart #setting_menu {
    padding: 0 10px;
    margin: 0;
  }
  header #nav-top .container .search-sett-cart #small-cart {
    height: 100%;
    margin: 0 10px;
  }
  header #nav-top .container .search-sett-cart #small-cart .showcase {
    background: #fff;
    color: #777;
    width: 30px;
  }
  header #nav-top .container .search-sett-cart #small-cart .showcase .icon svg {
    fill: #000;
    width: 25px;
    height: 25px;
  }
  header #nav-top .container .search-sett-cart #small-cart .showcase:before, header #nav-top .container .search-sett-cart #small-cart .showcase:after {
    display: none;
  }
  header #nav-top .container .search-sett-cart #small-cart .more_info {
    top: 100%;
    width: 100vw;
    right: -25px;
    border: 1px solid #bababa;
    z-index: 9999;
  }
  header #nav-top .container .search-sett-cart #small-cart:before, header #nav-top .container .search-sett-cart #small-cart:after {
    display: none;
  }
  header #nav-top .container .contact_box {
    display: none;
  }
  header #nav-top .container #mobile_logo {
    display: inline-flex;
    font-size: 23px;
    font-weight: bold;
    padding: 15px 5px;
    max-width: 250px;
    line-height: 1.1;
    margin-left: 10px;
    align-items: center !important;
  }
  header #nav-top .container #mobile_logo img {
    height: auto !important;
    width: 100%;
  }
  header .header_bottom {
    display: flex;
    box-sizing: border-box;
  }
  header .header_bottom .container {
    display: flex;
    align-items: center;
    margin-top: 5px;
    position: relative;
    flex-flow: column;
  }
  header .header_bottom form {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  header .header_bottom form input {
    border: 1px solid #eeeeee;
    border-radius: 0;
    margin: 0;
    padding: 12px 40px 12px 12px;
    vertical-align: middle;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
  }
  header .header_bottom form button {
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    padding: 0;
    border: none;
  }
  header .header_bottom form svg {
    color: #777;
    height: 20px;
    width: 20px;
  }
  main #baner_mainpage .item {
    margin-left: 0;
  }
  main #special_slider {
    margin-bottom: 30px;
  }
  main #special_slider .slide {
    display: inline-flex;
    justify-content: center;
  }
  main #special_slider .slider_box .slick-arrow {
    opacity: 1;
  }
  main #special_slider .slider_box .slick-arrow:before {
    font-size: 30px;
  }
  main #special_slider .slider_box .slick-next {
    right: 30px;
  }
  main .navs .tabs {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #breadcrumb {
    flex-wrap: wrap;
  }
  .category-adverts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .category-adverts .product-card {
    margin-bottom: 30px;
  }
  .footer .column {
    margin-bottom: 30px;
  }
  .cart_payment_delivery {
    width: 100%;
  }
  .cart_payment_delivery .box {
    margin-right: 0;
    margin-left: 0;
  }
  .cart-row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .cart-row #full_cart_content {
    margin-bottom: 15px;
    width: 100%;
  }
  .only_mobile {
    display: flex;
  }
  .only_desctop {
    display: none;
  }
  .left_menu {
    flex-flow: column;
  }
}
@media (max-width: 560px) {
  header #nav-top .nav-box .item .parent .icon {
    padding: 15px !important;
    transition: all 500ms ease;
    width: 150px !important;
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
  }
  main #baner_mainpage .item .item-text {
    top: 5%;
  }
  main .container .row {
    margin: 0;
  }
  main .container #advert_page > .row {
    margin: 0;
  }
  #advert_page .images_box {
    width: 100%;
  }
  #advert_page .images_box .slider-nav {
    width: 100%;
  }
  #advert_page .images_box .slider-for {
    width: 100%;
  }
  #advert_page .description .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #advert_page .description .price div.my-btn {
    margin: 10px 0;
  }
  .slider-nav {
    width: 100%;
  }
  #simular_adverts .content {
    flex-flow: column;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-3 .left_menu:has(#categories_left_menu) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

