body {
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3 {
}

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(/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-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 {
  background-color: #000;
  z-index: 900;
  color: #FCB026;
}

.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;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.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;
}

.slider {
  position: relative;
}

.slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.slider__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  min-height: 700px;
  color: #fff;
}

.slider__title {
  font-size: 40px;
}

.plitka__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 40px 0;
}

.plitka__item {
  background-color: #fad201;
  padding: 20px;
  border-radius: 15px;
}

.plitka__title {
  font-size: 36px;
}

.plitka-btn a {
  display: inline-block;
  background-color: #000;
  color: #fad201;
  border: 1px solid #000;
  padding: 10px 30px;
  border-radius: 15px;
}

.plitka-btn a:hover {
  color: #000;
  background-color: #fad201;
}

.shapka__inner {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shapka__inner a {
  color: #000;
}

.shap-soc__item a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
}

.wa a {
  background-color: #25d366;
}

.gaallery,
.plitka,
.slider {
    margin-bottom: 40px;
}

.gallery__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.gallery__inner img {
    width: 100%;
}

.shapka-phone a {
    color: #FCB026;
    font-weight: bold;
}

.shapka-logo img {
  height: 100px;
}

.video-slide {
  position: relative;
  width: 100%;
  min-height: 700px;
  width: auto;
  height: auto;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  transform: translateX(-50%) translateY(-50%);
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.shapka-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.shapka-nav a {
  color: #fff;
  font-weight: 600;
  padding: 16px 0;
}

.shapka-nav a:hover {
  color: #FCB026;
}

.shapka-adres {
  font-weight: 600;
}

.kontakty {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}

.kont-fl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.logo-top {
  display: none;
}

.logo-top img {
  max-width: 100%;
}

.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;
}

@media(max-width:992px) {
    .shapka {
        display: none;
    }

    .plitka__inner {
        grid-template-columns: repeat(1,1fr);
    }

    .logo-top {
      display: flex;
      justify-content: center;
    }

    .sticky-wrapper {
      height: 0!important;
    }
}

@media(max-width:768px) {
    .gallery__inner {
        grid-template-columns: repeat(2,1fr);
    }

    .formMain__row {
      flex-direction: column;
    }
  
    .formMain__button a {
      width: 100%;
      justify-content: center;
    }
  
    .formMain__button {
      float: none;
      width: 100%;
    }
}

@media(max-width:500px) {
    .line-top__logo img, .mobile-menu__logo img {
        height: 16px;
    }
}
