html {
  height: 100%;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  color: #424242;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  margin-bottom: 30px;
}

:hover {
  transition-duration: 0.3s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition-duration: 0.3s;
}

.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-color: #fff;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
  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: #000;
}

.modalYesright a {
  color: #000;
}

.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-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  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: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  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: #fcfcfc;
  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: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #999;
  text-align: center;
}

.mobile-menu__item a {
  font-size: 16px;
  color: #000;
  padding: 12px 0;
  border-bottom: 1px solid #999;
  display: block;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  display: flex;
  gap: 12px;
  flex-direction: column;

}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  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: #000;
  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 {
  /* border-bottom: 1px solid #ddd; */
  background-color: #000;
  z-index: 1000;
}

.shapka__inner {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo img {
  height: 60px;
}

.shapka-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.shapka-nav a {
  font-size: 16px;
  color: #aaa;
}

.shapka-nav a:hover {
  color: #fbaf23;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.shapka-soc__item a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  background-color: #fbaf23;
}

.wa a {
  background-color: #25d366;
}

.wa a:hover {
  background-color: #128c7e;
}

.shapka-bot {
  /* border-bottom: 1px solid #ddd; */
  background-color: #FCB026;
}

.shapka-bot__inner {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-pic__title {
  color: #000;
}

.shapka-left,
.shapka-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.shapkaPhones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.slider {
  /* margin: 50px 0; */
  display: none;
}

.slider__item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slider-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.slider-right1 {
  background-image: url(/img/slider/002.jpg);
  background-position: top center;
}

.slider-left {
  text-align: center;
  background-image: url(/img/slider/slider_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderItem__title {
  font-size: 3em;
  font-weight: 600;
}

.sliderItem__text {
  font-weight: 400;
}

.sliderItem__price {
  color: #bc3601;
  font-size: 2em;
  font-weight: 500;
}

.sliderItem__btn {
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 16px 32px;
  font-size: 1.6em;
  text-align: center;
  width: 50%;
}

.shapka-bot__input {
  width: 250px;
  max-width: 100%;
}

.serachInput {
  width: 100%;
  padding: 10px 30px;
  outline-style: none;
}

.shapkaPhone__item {
  text-align: center;
}

.shapkaPhone__link {
  color: #000;
  font-weight: 600;
}

.shapkaPhone__title {
  font-size: 12px;
  font-weight: 600;
}

.shapkaPhone__link:hover {
  color: #000;
}

.brands__inner {
  background-color: #fff;
  padding: 20px 40px;
}

.gen-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.catalog__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog__item {
  padding: 30px 30px 26px;
  background-color: #383838;
  box-sizing: border-box;
  border-radius: 8px;
}

.catalog__item:hover {
  box-shadow: 0 0 8px #999;
  transition-duration: 0.3s;
}

.catalog__img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.catalog__item:hover .catalog__img img {
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
  transition-duration: 0.3s;
}

.catalog__img {
  margin-bottom: 20px;
  border: 2px solid #f0f0f0;
  overflow: hidden;
  border-radius: 8px;
}

.catalog__title a {
  color: #FCB026;
  font-weight: 600;
}

.catalog__title a:hover {
  color: #FCB026;
}

.mb3 {
  margin-bottom: 30px;
}

.akcii__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.akcii__item {
  background-color: #000;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 8px;
}

.akcii__item:hover {
  background-color: #FCB026;
  
}

.owl-carouselBrand,
.akcii__inner,
.brands__inner,
.slider__item {
  border-radius: 8px;
}

.akcii__img {
  width: 30%;
}

.akcii__img img{
  width: 100%;
}

.akcii__title {
  font-size: 28px;
  font-weight: 600;
  color: #FCB026;
}

.akcii__text {
  font-size: 16px;
  color: #999;
}

.akcii__item:hover .akcii__title {
  color: #000;
}

.akcii__item:hover .akcii__text {
  color: #000;
}

.about__inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.footer {
  background-color: #000;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footerMenu__list {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footerMenu__item a {
  color: #fff;
  text-transform: uppercase;
}

.content-area {
  padding: 50px 0;
}

.tovary-inn {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 2px;
}

.tovar__item {
  padding: 30px 30px 26px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.tovar__item:hover {
  box-shadow: 0 0 8px #999;
  transition-duration: 0.3s;
}

.tovary-block {
  display: flex;
  gap: 30px;
}

/* .leftMenu {
  width: 264px;
  padding: 20px;
  background-color: #fff;
} */

/* .tovary-inn {
  width: calc(100% - 264px);
} */

.shapka-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.shapka-pic__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shapka-pic__img img {
  height: 40px;
  filter: brightness(100) invert(1);
}

.drop-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 16px;
  z-index: 300;
  min-width: 300px;
  flex-direction: column;
  /* gap: 10px; */
  box-shadow: 0 0 8px #999;
}

.shapka-drop__item {
  position: relative;
}

.shapka-drop__item:hover {
  cursor: pointer;
}

.shapka-drop__item:hover .drop-menu {
  display: flex;
}

.leftmenu__item a {
  color: #000;
  display: block;
  padding: 6px 0;
}

.leftmenu__item a:hover {
  color: #fbaf23;
}

.shapka-drop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  /* background-color: rgba(222, 222, 222, 1); */
  background-color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
}

.tovar-title a {
  color: #000;
}

.tovar-price::after {
  content: "₽";
  margin-left: 4px;
}

.price,
.tovar-price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}

.tovar-img {
  /* margin-bottom: 12px; */
  overflow: hidden;
}

.tovar-img img {
  width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.tovar__item:hover .tovar-img img {
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
  transition-duration: 0.3s;
}

.leftmenu__item img {
  height: 25px;
}

.photoGallery {
  margin-bottom: 10px;
}

.photoGallery img {
  width: 100%;
  border-radius: 8px;
}

.content__inner {
  background-color: #fff;
  border-radius: 8px;
  margin: 30px 0;
  padding: 30px 0;
}

.tovar-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* margin-top: 10px; */
}

.kupit__btn a {
  border: 1px solid #000;
  color: #000;
  padding: 6px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
}

.kupit__btn a:hover {
  background-color: #000;
  color: #fff;
}

.tovar-btns .kupit__btn {
  width: 100%;
}

.tovar-btns .kupit__btn a {
  width: 100%;
  display: block;
}

.fotorama {
  margin-bottom: 30px;
  /* float: inline-end; */
}

.fotorama__wrap {
  width: 80%!important;
}

.category-product {
  width: 100%;
  margin: 8px 0;
}

.category-product td,
.category-product th {
  border: 1px solid #000000;
  padding: 6px;
  position: relative;
  text-align: center;
}

.product-table-img {
  max-width: 200px
}

.forfoto-uzel {
  display: none;
}

.forfoto {
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  left: -200px;
  top: 0;
  display: none;
  max-width: 200px;
  z-index: 100;
  padding: 4px;
  background-color: #cccccc;
  /*height: auto;*/
}

.product a {
  color: #000;
}

.product a:hover ~ .forfoto {
  display: block;
}

#Image-Maps-Com-map-img {
  width: 800px;
  max-width: 100%;
}

.iframeTooltip
{
  position: absolute;
  z-index: 1010;
  filter:alpha(opacity:0.1);
}

.tooltipContent
{
  background:#dddddd;
  font-size:14px;
  text-align:center;
  color:#000000;
  border:1px solid #fdfdfd;
  padding:8px;
  behavior: url(PIE.htc); overflow: visible;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  visibility:visible;
  zoom:1;
}

.black-btn a {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
}

.catalog-gen {
  display: none;
}

.forma__inner {
  background-image: url(/img/form.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  background-attachment: fixed;
}

.formMain {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.formMain__title {
  font-size: 30px;
  color: #fff;
}

.formMain__input {
  outline-style: none;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.formMain__input::placeholder {
  color: #fff;
}

/* .form-fl {
  display: flex;
  gap: 20px;
} */

.formMain__row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.form-flL {
  width: 100%;
}

.formMain__button {
  float: right;
}

.formMain__button a {
  white-space: nowrap;
  border-radius: 8px;
  background-color: #FCB026;
  color: #000;
  padding: 16px 20px; 
  display: flex;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
}

.logoFooter img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fotorama__wrap {
    width: 100%!important;
  }

  .shapka-bot__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .shapka-nav {
    gap: 8px;
  }

  .shapka-nav a {
    font-size: 14px;
  }

  .tovary-inn {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 992px) {
  .catalog__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .shapka {
    display: none;
  }

  .sticky-wrapper {
    height: 0px!important;
  }

  .slider-left__inner {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .tovary-inn {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 768px) {
  .catalog__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .sliderItem__title {
    font-size: 26px;
  }

  .akcii__title {
    font-size: 20px;
  }

  .akcii__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .tovary-inn {
    grid-template-columns: repeat(1,1fr);
  }

  .formMain__row {
    flex-direction: column;
  }

  .formMain__button a {
    width: 100%;
    justify-content: center;
  }

  .formMain__button {
    float: none;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .catalog__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .akcii__title {
    font-size: 16px;
  }

  .shapka-pic {
    display: none;
  }

  .shapkaPhones,
  .shapka-left {
    flex-direction: column;
  }

  .shapkaPhone__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .line-top__logo img {
    height: 24px;
  }

  .mobile-menu__phone {
    align-items: center;
  }
}

.enter-btn a {
  background-color: #fbaf23;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

.footer__metr {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__metr a {
  color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }
}

.defaul-stat {
  background-color: #fff;
  padding: 30px 0;
  display: none;
}