body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5;
}

h1,
h2,
h3 {
  margin-bottom: 30px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

:hover {
  transition-duration: 0.3s;
}

.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: 37px;
}

.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;
  padding: 30px 0;
}

.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;
}

/* ---------------- */

header {
  /* min-height: 100vh; */
}

.shapka {
  background-color: #f5f5f5;
  width: 100%;
  z-index: 800;
  max-width: 1920px;
  box-shadow: 0 0 4px #999;
}

.shapka-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 30px;
}

.shapka-item a {
  color: #000000;
}

.shapka-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
}

.shapka-nav a {
  color: #000000;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  border-radius: 30px;
}

.shapka-nav a:hover {
  color: #67c1bf;
}

.soc-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.soc-item {
  background-color: #67c1bf;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc-item img {
  width: 17px;
}

.soc-item:hover {
  background-color: #309787;
}

.slide {
  height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}

.slide-gen {
  background-image: url(/img/gen.jpg);
}

.slide-razdvij {
  background-image: url(/img/slide.jpg);
}

.slide-okna {
  background-image: url(/img/okna.jpg);
}

.slide-balkon {
  background-image: url(/img/balkon.jpg);
}

.slide-group {
  background-image: url(/img/group.jpg);
}

.slide-furnitura {
  background-image: url(/img/furnitura.jpg);
}

.slide-price {
  background-image: url(/img/price.jpg);
}

.slide-contakt {
  background-image: url(/img/contakt.jpg);
}

.slide-title {
  color: #fafafa;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
}

.slide-text {
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
}

.slide-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.slide-btn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #67c1bf;
  padding: 18px 70px;
  display: inline-block;
}

.marquee-container {
  display: flex;
  align-items: center;
  background-color: #67c1bf;
  overflow: hidden;
  display: flex;
  /* gap: 20px; */
}

.marquee {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: #fbfbfb;
  white-space: nowrap;
  animation: marquee 8s infinite linear;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.white-block {
  padding: 120px 0;
}

.gen-title {
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
}

.white-block .gen-title {
  color: #121212;
}

.profile-plitka {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px 0;
}

.profile-item {
  background-color: #ebebeb;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}

.profile-img img {
  height: 250px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.profile-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.profile-title {
  color: #121212;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.profile-text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.emty-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #67c1bf;
}

.profile-bigtitle {
    color: #fafafa;
    font-size: 60px;
    line-height: 1.20;
    font-weight: 600;
}

.bg-block {
  padding: 120px 0;
  background-position: center;
  background-size: cover;
  min-height: 80vh;
}

.bg-block .gen-title {
  color: #fff;
}

.zamer {
  background-image: url(/img/zamer.jpg);
}

.bg-block__info {
  padding: 30px;
  background-color: #ebebeb;
  margin-top: 40px;
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-title {
  color: #121212;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.forma-block {
  background-image: url(/img/forma.jpg);
  margin-bottom: 200px;
  background-position: center;
  background-size: cover;
  min-height: 80vh;
}

.forma-block .gen-title {
  color: #fff;
}

.forma-sub {
  color: #cdcdcd;
  margin-bottom: 10px;
}

.form-soc {
  display: flex;
  align-self: center;
  gap: 10px;
}

.form-soc-item {
  background-color: #67c1bf;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-soc-item img {
  width: 25px;
}

.form-soc-item:hover {
  background-color: #309787;
}

.forma-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.forma-phone a {
  color: #fafafa;
  font-size: 25px;
  font-weight: 600;
}

.posrel {
  position: relative;
  padding: 120px 0;
}

.forma-absol {
  position: absolute;
  right: 0;
  bottom: -200px;
  padding: 30px;
  background-color: #ebebeb;
  margin-top: 40px;
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.forma-vvod {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.forma-vvod .slide-btn a {
  width: 100%;
  text-align: center;
}

.formMain__row {
  width: 100%;
}

.formMain__input {
  width: 100%;
  outline-style: none;
  border: 1px solid rgb(124, 124, 124);
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 19px 20px;
}

.to-top a {
  width: 40px;
  height: 40px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #67c1bf;
  margin: 0 auto 20px;
  cursor: pointer;
  color: #fff;
}

footer {
  background-color: #ebebeb;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formMain__row a {
  cursor: pointer;
}

.warning {
  border-color: red;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-list a {
  color: #020202;
  font-size: 12px;
  font-weight: 400;
}

.footer-list a:hover {
  color: #67c1bf;
}

.footer-item .slide-btn {
  margin-top: 50px;
}

.plusi-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0;
}

.plusi-list {
  display: flex;
  flex-direction: column;
}

.plusi-left {
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.plus-bg {
  background-image: url(/img/plus.jpg);
}

.balkon-bg {
  background-image: url(/img/balkon-bg.jpg);
  background-position: right center;
}

.price-bg {
  background-image: url(/img/price-bg.jpg);
  background-position: right center;
}

.group-bg {
  background-image: url(/img/group/group.jpg);
  background-position: right center;
}

.plusi-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #000;
  gap: 40px;
  font-weight: 500;
}

.about {
  background-image: url(/img/about.jpg);
}

.about-fl {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 20px;
}

.about-fl__item {
  width: 25%;
}

.dbl-block__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dbl-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dbl-block__right {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: attr(data-image-src url);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 40px 20px;
}

.mar-top {
  margin-top: 40px;
}

.owl-stage {
  display: flex;
}

.owl-carouselGen .owl-item {
  background-color: #ebebeb;
  padding: 30px;
}

.otziv-item {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.otziv-numb {
  color: #67c1bf;
  font-size: 100px;
  line-height: 1.2;
  font-weight: 600;
}

.otziv-text {
  margin-top: -50px;
}

.otziv-name {
  color: #121212;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
}

.otziv-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}

.otziv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #67c1bf;
  cursor: pointer;
}

.sert-block {
  padding-top: 120px;
}

.gal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #67c1bf;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
}

.gal-left {
  left: calc(25% - 40px);
}

.gal-right {
  right: calc(25% - 40px);
}

.slider-gallery {
  position: relative;
}

.owl-carouselGal img {
  opacity: 0.2;
}

.owl-carouselGal .center img {
  opacity: 1;
}

.sticky .shapka-nav {
  display: none;
  transition-duration: 0.3;
}

.line-top__icon {
  display: none;
}

.balkon-plitka__item .profile-title {
  color: #fff;
}

.balkon-plitka {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.balkon-plitka__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  min-height: 260px;
}

.balkon-plitka__item:nth-child(1) {
  background-image: url(/img/balkon/1.png);
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

.balkon-plitka__item:nth-child(2) {
  background-image: url(/img/balkon/2.png);
}

.balkon-plitka__item:nth-child(3) {
  background-image: url(/img/balkon/3.jpg);
}

.balkon-plitka__item:nth-child(4) {
  background-image: url(/img/balkon/4.jpg);
  grid-column: 1 / 3;
  min-height: 560px;
}

.okno-block {
  background-color: #ebebeb;
  padding: 50px 30px 100px;
}

.okno-block img {
  max-width: 100%;
}

.okno-title {
  font-size: 25px;
  margin-bottom: 40px;
  color: #121212;
  font-weight: 600;
}

.dbl-block__grey {
  background-color: #909090;
  padding: 100px 30px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}

.grey-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cont-fl {
  width: 650px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.cont-fl a {
  color: #fff;
}

.bold {
  font-weight: 600;
}

.content-block {
  padding: 0 0 50px;
}

@media (max-width: 1400px) {
  .gen-title,
  .slide-title {
    font-size: 50px;
  }

  .profile-title,
  .info-title {
    font-size: 25px;
  }

  .slide-btn a {
    padding: 16px 30px;
  }

  .forma-phone a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .line-top__icon {
    display: block;
  }

  .shapka-nav {
    display: none;
  }

  .shapka-logo img {
    height: 37px;
  }

  .mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 30px;
  }

  .mobile-nav a {
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    border-radius: 30px;
  }
}

@media (max-width: 992px) {
  .gen-title,
  .slide-title {
    font-size: 40px;
  }

  .profile-title,
  .info-title {
    font-size: 25px;
  }

  .container {
    width: 100%;
  }

  .posrel {
    padding: 120px 15px;
  }

  .forma-absol {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .shapka-item:nth-child(2),
  .shapka-item:nth-child(3),
  .shapka-item:nth-child(4) {
    display: none;
  }

  .plusi-left {
    width: 80%;
  }

  .dbl-block {
    display: flex;
    flex-direction: column;
  }

  .dbl-block__right {
    min-height: 300px;
  }

  .gal-left {
    left: 15px;
  }

  .gal-right {
    right: 15px;
  }

  .forma-absol {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .forma-block {
    margin-bottom: 0;
    min-height: 0;
  }

  .posrel {
    padding: 50px 15px;
  }

  .to-top {
    margin-top: 50px;
  }

  .about-fl {
    flex-direction: column;
    align-items: flex-end;
  }

  .about-fl__item {
    width: 50%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-list {
    align-items: center;
  }

  .footer-item {
    text-align: center;
  }

  .soc-list {
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .gen-title,
  .slide-title {
    font-size: 20px;
  }

  .profile-title,
  .info-title {
    font-size: 16px;
  }

  .plus-bg {
    display: none;
  }

  .plusi-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-fl__item {
    width: 100%;
  }

  .grey-fl {
    flex-direction: column;
    align-items: center;
  }
}
