@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "TT Norms", Arial, sans-serif;
}

.logo {
  height: 36px;
}

header {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 756px) {
  header {
    display: none;
  }
}
header .navigation-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 1200px;
  margin: auto;
}
header .menu {
  flex: 1;
  padding-left: 35px;
}
header .menu span {
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 30px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 60px;
}
header .menu span:hover {
  cursor: pointer;
  color: #000;
}
header .menu a {
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 30px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 60px;
  text-decoration: none;
}
header .menu a:hover {
  cursor: pointer;
  color: #000;
}
header .contact {
  width: 300px;
}
header .contact .list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
header .contact .share {
  font-size: 12px;
}
header .contact .city {
  line-height: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
header .contact a {
  color: #21201f;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
header .share a {
  font-size: 14px;
}

.main-catalog {
  background-color: #f4f4f4;
  padding-top: 140px;
  padding-bottom: 140px;
}
.main-catalog h2 {
  color: #d4d4d4;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.main-catalog .main-catalog-list {
  margin-top: 40px;
}
.main-catalog .main-catalog-list a {
  color: #000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.main-catalog .main-catalog-list .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #929292;
  margin: 5px auto;
}

.catalog {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  background-color: #000000;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 50px;
  text-decoration: none;
  margin-top: 50px;
}

.video-block {
  display: block;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.video-block .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  width: 1100px;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 9;
  color: #fff;
}
@media (max-width: 756px) {
  .video-block .content {
    padding-left: 15px;
    width: auto;
  }
}
.video-block .content h3 {
  margin: 0;
}
.video-block .content p {
  margin-top: 40px;
}

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/video-bg.jpg) no-repeat #333333;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

@supports (object-fit: cover) {
  .video-box video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Затемняющий градиент */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 2;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.salon {
  padding-top: 140px;
  padding-bottom: 140px;
}
.salon .container {
  max-width: 970px;
}
.salon .container h2 {
  vertical-align: middle;
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.salon .container p {
  color: #000000;
  font-size: 15px;
  line-height: 1.23;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 5px;
}
.salon .container .btn-salon {
  background-color: #bfbfbf;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  padding: 15px 50px;
  display: inline-block;
}

.form-phone {
  display: block;
  max-width: 400px;
  margin: auto;
}
.form-phone p {
  display: block;
  color: rgb(0, 0, 0);
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.form-phone input {
  width: 100%;
  line-height: 48px;
  padding-left: 15px;
  border: 1px solid #000;
}
.form-phone button {
  color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
  background-color: #000000;
  width: 100%;
  border: 0;
  line-height: 50px;
}

footer {
  background-color: #111111;
  padding-top: 85px;
  padding-bottom: 85px;
}
footer .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 10px;
}
footer .social a {
  display: inline-block;
  margin-right: 10px;
}
footer .social a img {
  width: 22px;
}
footer .copyright {
  color: #525252;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}
footer .block-name {
  color: #525252;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .item {
  display: block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 300;
  line-height: 28px;
}
footer .phone {
  color: #ffffff;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.dropdown {
  position: absolute;
  top: 93px; /* под .top-nav */
  left: 0;
  width: 100%;
  min-height: 100px;
  display: none;
  z-index: 100;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-color: #818181;
}

.dropdown .list {
  position: relative;
  pointer-events: auto;
  width: 560px;
}
.dropdown .list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

button {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: -250px; /* скрыто за пределами экрана */
  width: 250px;
  height: 100%;
  background: #444;
  color: white;
  padding: 1rem;
  transition: right 0.3s ease;
  z-index: 1000;
}
.menu-mobile .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 10px;
}
.menu-mobile .social a {
  display: inline-block;
  margin-right: 10px;
}
.menu-mobile .social a img {
  width: 22px;
}
.menu-mobile .phone {
  border: 1px solid #fff;
  padding: 7px 15px;
  display: inline-block;
  font-weight: bolder;
  color: #fff;
  text-decoration: none;
}

#menuToggle {
  background-color: #333333;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 15px;
}
@media (max-width: 756px) {
  #menuToggle {
    opacity: 0.5;
  }
}

.menu-mobile.open {
  right: 0; /* появляется */
}

.menu-mobile ul {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.menu-mobile ul li {
  margin: 1rem 0;
}

.menu-mobile ul li a {
  color: white;
  text-decoration: none;
}

#closeMenu {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  margin-left: 1rem;
  list-style: none;
  padding: 0.5rem 0;
}

.submenu li {
  margin: 0.5rem 0;
}

.submenu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
}

.has-submenu.open .submenu {
  display: block;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* затемнение */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 900; /* ниже меню (меню — 1000) */
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}

.carousel-item img {
  object-fit: cover;
  height: 812px;
}
@media (max-width: 756px) {
  .carousel-item img {
    height: 320px;
  }
}
.carousel-item .sla {
  height: auto;
}

.container-fluid {
  max-width: 1300px;
}

.infinity {
  text-decoration: none;
  color: #000;
}
.infinity .img-wrap {
  display: block;
  overflow: hidden;
}
.infinity img {
  display: block;
  transition: transform 0.3s ease;
}
.infinity span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}
.infinity:hover img {
  transform: scale(1.1);
}

.bg-doors {
  background-image: url("../img/bg/default-desktop.webp");
  padding-top: 100px;
  padding-bottom: 75px;
  color: #fff;
  height: 450px;
  background-size: contain;
  display: flex;
  align-items: center;
}

.ancors {
  margin-top: 15px;
}
.ancors a {
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  text-decoration: none;
  color: #3d3d3d;
}
.ancors a:hover {
  background-color: #fff;
}

.item-catalog {
  margin-top: 15px;
}
.item-catalog a {
  text-decoration: none;
  color: #3d3d3d;
  text-align: center;
}
.item-catalog a img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.item-catalog a span {
  display: block;
  text-decoration: none;
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 756px) {
  .door {
    position: relative;
    bottom: 0;
  }
}

.btn-salon {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.active-slide {
  background-color: #000 !important;
  color: #fff;
}

.full img {
  display: block;
  max-height: 600px;
  margin-top: 30px;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.thumbs > div {
  flex: 0 0 17%; /* ширина = 1/6 контейнера */
  box-sizing: border-box;
  text-align: center;
}

.thumbs img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
  margin-top: 10px;
}

.thumbs span {
  font-size: 14px;
}

.h3-steklo {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

#easy_zoom {
  width: 600px;
  height: 400px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #555;
  -webkit-box-shadow: 0 0 10px #555;
  box-shadow: 0 0 10px #555;
  line-height: 400px;
  text-align: center;
}

.action {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 15px;
}
.action .name {
  color: #3d3d3d;
}
.action .des {
  color: #000;
}

.alert {
  display: block;
  margin: 0;
  background-color: rgb(0, 142, 100);
  color: #fff;
}

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