body {
  background-color: black;
  font-family: Montserrat;
  margin: 0;
  overflow-x: hidden;
}

* {
  color: white;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
}

.menu ul {
  display: flex;
}
li {
  margin-bottom: 12px;
}
li a {
  padding: 5px;
}
span {
  font-family: "Montserrat";
}
.btn {
  width: fit-content;
  cursor: pointer;
  font-size: 18px;
}
.primary {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  color: black;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.primary span {
  color: black;
}
.secondary {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.black {
  display: flex;
  height: 46px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  color: black;
  width: 100%;
  border: 1px solid #222;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.buttons {
  display: flex;
  gap: 20px;
}

.main {
  position: relative;
}
.main img {
  position: absolute;
  left: 0;
  z-index: -9;
}
.text_content {
  padding-left: 160px;
  padding-bottom: 100px;
  padding-top: 100px;
}
h1 {
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
}
h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h4 {
  color: #ccc;
  text-align: center;
  /* font-family: Satoshi; */
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.info_content {
  display: flex;
}
.info_content .numbers {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.info_content .number p {
  color: white;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-right: 40px;
}
.info_content .number p.desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.info_content .text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.divider {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  position: relative;
}

.section_number {
  width: 55px;
  height: 55px;
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.section_number:after {
  content: "";
  border: 1px solid #474747;
  width: calc(100% - 75px);
  position: absolute;
  right: 0;
}

h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.imgContainer,
.textContainer {
  width: 50%;
}
.imgContainer img {
  width: 100%;
  margin-left: -60px;
}

p {
  color: #ccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}

.callBack h2 {
  font-size: 50px;
}

.projects .imgContainer {
  width: 100%;
}

.projects .imgContainer img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0;
  border-radius: 20px;
}

p.section_name {
  padding-left: 60px;
  margin-top: -6px;
}

.product {
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px;
  padding: 20px;
	height: 96%;
	    position: relative;
}
.product h3 {
  color: #fff;

  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product .price {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product button {
 margin: 0 auto;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}
.btnContainer {
  padding: 50px 0;
}
.btnContainer .btn {
  margin: 0 auto;
}
.nameContainer {
  display: flex;
  align-items: center;
}
.avatar img {
  height: 70px;
  width: 70px;
}
.nameContainer h4 {
  margin: 8px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nameContainer p {
  margin: 8px;
  text-align: left;
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.testimonialText {
  padding: 0 50px;
}

.testimonialText h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testimonials .slick-next {
  right: 5px;
  bottom: 0;
  top: 83%;
}
.testimonials .slick-prev {
  right: 0;
  left: 91%;
  bottom: 0;
  top: 83%;
}
.phone,
.email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
.phone a {
  font-size: 14px;
}
.social {
  display: flex;
  gap: 8px;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
  margin-bottom: 10px;
}
#modal.show {
  display: block;
}
.menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu > * {
  display: flex;
}
.menu li {
  list-style: none;
}
.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.menu__btn {
  display: none;
}
#menu__toggle {
  display: none;
}

header .btnContainer {
  display: flex;
  justify-content: end;
  padding: 30px 0;
}
section.callBack {
  padding: 100px 0;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
}
#modal_bg {
  background: #0000004f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal_inner {
  background: white;
  width: 90%;
  max-width: 500px;
  padding: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  right: 0;
  text-align: center;
  border-radius: 24px;
}
.modal_inner h3 {
  color: black;
  text-transform: uppercase;
}
.modal_inner form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
#modal.show {
  display: block;
}
input[type="text"],
input[type="tel"] {
  padding: 20px;
  border-radius: 35px;
  border: 1px solid #d5dae1;
}
.modal_inner h3 {
  color: #222;

  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}
label {
  color: black;
  text-align: left;
}
.step .column img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  body {
    overflow-x: hidden;
  }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 20px;
    list-style: none;
    text-align: center;
    background-color: #000000;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  }
  .hamgurger {
    z-index: 9999999;
  }
  /* скрываем чекбокс */
  #menu__toggle {
    opacity: 0;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
  }
  /* стилизуем кнопку */
  .menu__btn {
    display: flex; /* используем flex для центрирования содержимого */
    align-items: center; /* центрируем содержимое кнопки */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  h1 {
    font-size: 32px;
  }
  p {
    color: #ccc;
    font-size: 14px;
  }
  .text_content {
    padding-left: 0px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .info_content {
    flex-direction: column;
  }
  .info_content .number p {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .projects .column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .imgContainer img {
    width: 100%;
    margin-left: 0;
  }
  .imgContainer,
  .textContainer {
    width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .main img {
    width: 100%;
  }
  .testimonialText {
    padding: 0 10px;
  }
  .testimonialText h3 {
    font-size: 20px;
  }
  .testimonial img {
    height: 40vh;
    width: 100%;
    object-fit: contain;
  }
  footer .column {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    /* align-items: start; */
    gap: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .callBack h2 {
    font-size: 24px;
  }
  .testimonials .slick-next {
    right: 5px;
    bottom: 0;
    top: 35%;
  }
  .testimonials .slick-prev {
    right: 0;
    left: 5px;
    bottom: 0;
    top: 35%;
  }
  header .btnContainer {
    padding: 10px 0;
  }
}

/*project page*/

.project_title {
  height: 230px;
  overflow: hidden;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.project_title h1 {
  font-size: 60px;
  text-align: center;
}

.your-class,
.your-class1 {
  img {
    width: 100%;
    height: auto;
  }
}

.gallery {
  padding: 10px;
}

.gallery img {
  border-radius: 20px;
}
.designs {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.designs .item {
    flex: 1;
    width: 49%;
    min-width: 49%;
}
@media screen and (max-width: 769px) {
  .project_title h1 {
    font-size: 30px;
    text-align: center;
  }
}
