html {
  scroll-behavior: smooth;
}
.header__phone {
  animation-duration: 2s;
  animation-name: puls;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.tel {
  animation-duration: 2s;
  animation-name: puls;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes puls {
  from {
    color:white;
  }

  to {
    color:#f15513;
  }
}
.modal-dialog{width:70%;}
.modal-dialog .form__content{width:100%;padding: 60px 80px;}
.modal-dialog .form__content textarea {height:200px}
.modal-dialog .close-btn{
  position:absolute;
  right: 52px;top: 30px;
  cursor: pointer;
}
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252724;
  background-color: #fff;
}

a, a:hover {
  color: inherit;
}

a:hover {
  color: #F15513;
}

p {
  margin: 0;
  text-align: center;
}

section {
  margin: 120px 0;
}

img {
  max-width: 100%;
}

.section__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  margin-bottom: 40px;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  padding: 12px 24px 14px;
  color: white;
  background-color: #F15513;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
}
.top-slider__inner .btn {
  padding: 12px 24px 14px;
  color: white;
  background-color: #F15513;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  position: absolute;
  bottom: 80px;
}
.btn:hover {
  background-color: #FCDDD0;
  color: #F15513;
  border: 1px solid #F15513;
}
.btn__add {
  background-color: white;
  color: #F15513;
  border: 1px solid #F15513;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.header {
  background-color: #252724;
  color: white;
  padding: 13px 0;
}
.header__inner, .header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__contacts {
  gap: 30px;
}
.header__address, .header__phone, .header__mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__address:hover, .header__phone:hover, .header__mail:hover {
}

.logo {
  margin: 23px 0;
}

.main-menu {
  gap: 30px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.nav-child a:hover {
  color: #252724;
  text-decoration: underline;
}

.top-slider {
  position: relative;
  margin-bottom: 140px;
}
.top-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.top-slider__inner {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 870px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.top-slider__inner p {
  margin-bottom: 50px;
}
.top-slider__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 30px;
}


.about .section__title {
  margin-bottom: 30px;
}
.about__inner {
  display: flex;
  justify-content: space-between;
}
.about__cont {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about img {
  height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}

.advantages {
  width: calc((100% - 220px) / 12 * 5 + 80px);
  height: 100%;
  position: relative;
  padding: 70px 44px 123px 0;
}
.advantages::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.advantages__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
.advantages__title span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
}
.advantages__item {
  min-width: 197px;
}

.products__cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products__item {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}
.products__main {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  padding-bottom: 10px;
  margin: 5px 0 10px;
  border-bottom: 1px solid #BDBDBD;
  display: block;
}
.products__main:hover {
  color: #F15513;
}
.products__subitem {
  color: #A5A5A5;
  margin-top: 10px;
}
.products__subitem:hover {
  color: #F15513;
}

.rent__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}
.rent__item {
  padding: 15px 20px;
  width: calc((100% - 220px) / 12 * 4 + 60px);
  background-color: #F2F2F2;
  height: 360px;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  cursor: pointer;
}
.rent__item:hover {
  color: #F15513;
}
.rent__item:first-child {
  width: calc((100% - 220px) / 12 * 8 + 140px);
}
.rent__item img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

.stages__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.stages__item {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}
.stages__item:hover svg path {
  stroke: #F15513;
}
.stages__item:hover svg circle {
  fill: #FCDDD0;
}
.stages__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 8px;
}

.form {
  position: relative;
}
.form img {
  width: 45%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.form__inner {
  display: flex;
  justify-content: flex-end;
}
.form__content {
  width: calc(50% - 10px);
  min-width: 555px;
  background-color: white;
}
.form__content form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form__content form input, .form__content form textarea {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #BDBDBD;
}
.form__content form input:focus-visible, .form__content form input:focus-visible, .form__content form textarea:focus-visible, .form__content form textarea:focus-visible {
  outline: none;
}
.form__content form a.tel {
  color: #F15513;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  display: block;
  text-align: center;
}
.form__content form a.pol {
  text-decoration: underline;
}

.contacts {
  width: 100%;
  overflow: hidden;
}
.contacts__inner {
  display: flex;
  justify-content: space-between;
}
.contacts__left {
  width: calc((100% - 220px) / 12 * 5 + 80px);
}
.contacts__cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__title {
  color: #A5A5A5;
  margin-bottom: 8px;
}
.contacts__add {
  display: flex;
  gap: 20px;
  color: #A5A5A5;
  flex-wrap: wrap;
}
.contacts__right {
  width: calc(50% - 10px);
  position: relative;
}
.contacts__map {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  position: relative;
  padding: 0;
}

.footer {
  background-color: #252724;
  color: #F2F2F2;
  padding: 130px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 25%;
}
.footer__subcol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #A5A5A5;
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer-second {
  background-color: white;
  color: #A5A5A5;
  padding: 13px 0;
}
.footer-second__inner a {
  margin-right: 20px;
}
.footer-second__inner a:last-child {
  float: right;
  margin-right: 0;
}

.custom-arrow .slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #BDBDBD;
  background-image: url(./arrow.svg);
  bottom: 0;
  top: auto;
}
.custom-arrow .slick-arrow:hover {
  background-color: #F15513;
  border: 1px solid #F15513;
  background-image: url(./arrow-hov.svg);
}
.custom-arrow .slick-next {
  right: 0;
  transform: rotate(180deg);
}
.custom-arrow .slick-prev {
  right: 60px;
  left: auto;
}
.partners {
  padding-bottom: 80px;
}
.partners .slick-track {
  display: flex;
  gap: 20px;
}
.partners__slide {
  width: 305px;
  height: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
}/*# sourceMappingURL=main.css.map */