body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  /* background: #2d2d2f url(/Content/img/body-bg.png) repeat; */
  gap: 50px;
  color: #191919;
}

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  color: #191919;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/Content/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background: #1a1a1c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #fff;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #fff;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #1a1a1c;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__closed {
  color: #fff;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #fff;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.shapka {
  background: #1a1a1c;
  padding: 10px 0;
  z-index: 900;
}

.shapka-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: "Oswald", sans-serif;
}

.shapka-logo img {
  height: 80px;
}

.shapka-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nav-drop {
  position: relative;
}

.drop-down {
  display: none;
  position: absolute;
  left: -10px;
  top: 40px;
  background: #1a1a1c;
  padding: 10px;
  min-width: 300px;
  flex-direction: column;
  gap: 10px;
}

.shapka-nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

.shapka-phone a {
  color: #fff;
  font-size: 20px;
}

.shapka-nav a:hover,
.shapka-phone a:hover,
.footer-nav a:hover {
  color: #b0392e;
}

.nav-item {
  padding: 20px 0;
}

.nav-drop:hover .drop-down {
  display: flex;
  transition-duration: 0.3s;
}

.content-inner {
  /* background-color: #FAFAFA; */
  /* padding: 20px; */
  margin: 50px 0;
  /* min-height: calc(100vh - 260px); */
}

.brands {
  padding: 50px 0;
}

.plitka-block {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.kategory-plitka {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.plitka-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  padding: 10px ;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.plitka-text {
  color: #191919;
}

.plitka-img {
  height: 300px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.kategory-plitka .plitka-img {
  height: 350px;
}

.plitka-img img {
  width: 100%;
}

.plitka-title {
  color: #B0392E;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.gen-sub {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

.white {
  color: #fff;
}

.footer {
  background-color: #1a1a1c;
  padding: 20px 0;
}

.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-nav a {
  text-transform: uppercase;
  color: #fff;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 10px;
}

.breadcrumbs li:last-child:after {
  content: none;
} 

.breadcrumbs a {
  color: #191919;
}

.product-page {
  margin-bottom: 30px;
}

.product-page__inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.product-page__left {
  grid-column: 1 / 2;
}

.product-page__right {
  grid-column: 2 / 4;
}

.product-page__img {
  width: 100%;
}

.product-page__order {
  padding: 10px 30px;
  background-color: #B0392E;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #B0392E;
  display: inline-block;
  cursor: pointer;
}

.product-page__order:hover {
  color: #fff;
}

.products__list {
  margin-bottom: 30px;
}

.products {
  margin-bottom: 30px;
}

.stati__bg {
  background-size: cover;
  background-position: center center;
  background-image: attr(data-image-src url);
}

.slider-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  min-height: 520px;
  float: right;
  color: #fff;
  padding: 0 100px;
}

.slider-title {
  font-weight: 600;
  font-size: 36px;
}

.gen-slider {
  position: relative;
}

.slider-left,
.slider-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 900;
  user-select: none;
}

.slider-left {
  left: 50px;
}

.slider-left img {
  transform: rotate(-180deg);
  padding-left: 4px;
}

.slider-right {
  right: 50px;
}

.slider-right img {
  padding-left: 4px;
}

.slider-left:hover,
.slider-right:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #B0392E;
}

.stati-text {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}

.stati-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.stati-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.stati-item img {
  width: 100%;
}

.mb50 {
  margin-bottom: 50px;
}

.podrobnee {
  color: #B0392E;
}

.slider-btn a {
  padding: 12px 20px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
}

@media (max-width: 1200px) {
  .plitka-block {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .slider-inner {
    justify-content: flex-end;
    float: none;
    text-align: center;
    padding-bottom: 70px;
  }

  .slider-left,
  .slider-right {
    top: auto;
    transform: none;
    bottom: 20px;
  }

  .slider-left {
    left: 20px;
  }
  .slider-right {
    right: 20px;
  }

  .slider-text,
  .slider-title {
    text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
  }

  .stati-list {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 768px) {
  .plitka-block,
  .kategory-plitka {
    grid-template-columns: repeat(2,1fr);
  }

  .plitka-img,
  .kategory-plitka .plitka-img {
    height: auto;
  }
}

@media (max-width: 450px) {
  .plitka-block,
  .kategory-plitka,
  .stati-list {
    grid-template-columns: repeat(1,1fr);
  }
}