@import url("normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,500&display=swap");

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
}

p {
  margin-top: 1rem;
  line-height: normal;
  font-weight: 400;
  word-wrap: break-word;
  hyphens: auto;
}

li {
  color: #676770;
  margin-left: 1.25rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}
h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-weight: 300;
  font-size: clamp(1rem, 0.571rem + 2.14vw, 2.5rem);
  color: #f58634;
  text-transform: uppercase;
  text-align: start;
  padding-bottom: 1rem;
}

h3 {
  font-weight: 300;
  font-size: clamp(0.8rem, 0.557rem + 1.22vw, 2rem);
  color: #2e80b6;
  text-align: start;
}

svg {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #c1daff;
}

/* ------------------------------------ */

.container {
  max-width: 90rem;
  height: 100%;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.logo {
  width: clamp(2.5rem, 1.696rem + 4.02vw, 5.313rem);
  z-index: 20;
}
.burger {
  display: none;
}
.mobile-navbar {
  display: none;
}
.navbar {
  width: 100%;
  height: 6.25rem;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 95%;
  z-index: 10;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding-left: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  padding-right: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  flex-wrap: wrap;
  border-bottom: solid 0.0625rem #c1daff;
  height: clamp(4rem, 3rem + 5vw, 7.5rem);
}

.phone {
  width: clamp(1rem, 0.679rem + 1.61vw, 2.125rem);
}
.navbar-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-phone-text {
  font-weight: 500;
  color: #676770;
  font-size: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
}

.cabico {
  width: clamp(1rem, 0.804rem + 0.98vw, 1.688rem);
}
.cabinet {
  padding: 0.8rem;
  display: block;
  color: #026bad;
  transition: 0.3s;
  /* z-index: 20; */
}
.cabinet:hover {
  color: #9f9e9e;
}
.cabinet:active {
  color: #f58634;
}
.navbar-lang-container {
  display: none;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 2rem 8rem 0 8rem;
}

.nav-menu {
  display: flex;
  gap: 1rem;
  width: 50%;
  justify-content: center;
}

.nav-menu-item {
  display: block;
}

.nav-menu-link {
  height: 100%;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(0.3rem, 0.064rem + 1.18vw, 1.125rem);
  line-height: 1.6;
  color: #676770;
  transition: 0.2s;
}

.nav-menu-link:hover {
  color: #c6c6c6;
}

.header__btn {
  cursor: pointer;
  color: #f58634;
  border: 0.125rem solid #f58634;
  padding: 0.1875rem;
  border-radius: 3.75rem;
  transition: 0.3s;
  font-weight: 500;
  font-size: clamp(0.563rem, 0.509rem + 0.27vw, 0.75rem);
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
}

.header__btn_active,
.header__btn:hover,
.multi__link:hover {
  color: #fff;
  background-color: #f58634;
}

.lang-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  z-index: 20;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 7.5rem;
  background-color: #abd8ff;
}

.header-elips {
  position: absolute;
  bottom: 0;
  padding-left: 3rem;
  mix-blend-mode: overlay;
  height: clamp(17.813rem, 14.242rem + 17.86vw, 30.313rem);
}

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}
.bg-image {
  height: clamp(18.75rem, 12.054rem + 33.48vw, 42.188rem);
  margin-bottom: -0.25rem;
}
.hdrTitle-wrapper {
  padding-left: clamp(2rem, 0.571rem + 7.14vw, 7rem);
}
.hdrTitleText1,
.hdrTitleText3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.429rem + 2.86vw, 3rem);
  color: #026bad;
}
.hdrTitleText2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.429rem + 2.86vw, 3rem);
  color: #f58634;
}

.header-text {
  font-size: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
  padding: 0rem 1rem 1rem;
  padding-left: clamp(2rem, 0.571rem + 7.14vw, 7rem);
  color: #026bad;
  width: 45%;
  word-wrap: break-word;
  hyphens: auto;
  z-index: 5;
}

.header-items {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  margin-left: 7.5rem;
}

.header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9rem;
}

.header-ico {
  width: clamp(3.125rem, 2.054rem + 5.36vw, 6.875rem);
  padding: 0.2rem;
}

.header-items-text {
  width: 61%;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.header-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: clamp(0.563rem, 0.491rem + 0.36vw, 0.813rem);
  text-transform: uppercase;
  text-align: center;
  color: #026bad;
}
.container-servicii {
  padding-top: clamp(2rem, 10vw, 7.5rem);
  padding-left: clamp(2rem, 0.571rem + 7.14vw, 7rem);
  padding-right: 2rem;
  padding-bottom: clamp(2rem, 1.273rem + 3.64vw, 4rem);
}
.servicii-content,
.contacte-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 4rem;
}
.servicii-text-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.servicii-text-title {
  padding-bottom: clamp(0.8rem, 0.557rem + 1.22vw, 2rem);
}
.servicii-text,
.adr-item-text {
  color: #676770;
  padding-bottom: 0.3125rem;
  font-size: clamp(0.3rem, 0.064rem + 1.18vw, 1.125rem);
}
.container-questions,
.container-equipment,
.container-adr,
.container-contacte {
  padding-top: clamp(2rem, 10vw, 5rem);
  padding-bottom: clamp(2rem, 1.273rem + 3.64vw, 6rem);
  padding-left: clamp(2rem, 0.571rem + 7.14vw, 7rem);
  padding-right: 2rem;
  background-color: #dbeefb;
}
.questions-text-item {
  width: 64%;
}
.questions-items {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
}
.container-img-svg {
  padding-bottom: 100px;
  scale: 150%;
}
.container-top {
  top: 0;
}
.equipment__btn {
  cursor: pointer;
  padding: clamp(0.5rem, 0.348rem + 0.76vw, 1.25rem);
  border-radius: 3rem;
  transition: 0.6s;
  font-weight: 500;
  font-size: clamp(0.5rem, 0.399rem + 0.51vw, 1rem);
  line-height: 144%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #1884c7;
  width: min(12rem, 80%);
}

.equipment__btn_active,
.equipment__btn:hover,
.equipment__link:hover {
  background-color: #026bad;
}
.equipment-items {
  display: flex;
  align-items: start;
  gap: 3rem;
}
.equipment-item {
  display: flex;
  flex-direction: column;
}
.equipment-item-title {
  font-weight: 500;
  font-size: clamp(1rem, 1.797rem + 1.01vw, 2rem);
  text-transform: uppercase;
  color: #2e80b6;
  text-align: start;
  padding: 1rem;
}
.equipment-item-content {
  display: flex;
  justify-content: start;
  align-items: baseline;
}
.accent-num {
  font-weight: 500;
  font-size: clamp(2rem, 1.797rem + 1.01vw, 3rem);
  color: #2e80b6;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.dimensions {
  color: #2e80b6;
  list-style-type: none;
  line-height: 1.2;
  padding: 0;
}
.num {
  font-weight: 600;
  color: #2e80b6;
  list-style-type: none;
  line-height: 1.2;
  padding: 0;
}
.equipment-object {
  padding: 0;
  margin: auto;
  width: 9rem;
  height: 10rem;
}
.adr__btn {
  cursor: pointer;
  padding: clamp(0.5rem, 0.348rem + 0.76vw, 1.25rem);
  border-radius: 3rem;
  transition: 0.6s;
  font-weight: 500;
  font-size: clamp(0.5rem, 0.399rem + 0.51vw, 1rem);
  line-height: 144%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #f58634;
  width: min(12rem, 80%);
}

.adr__btn_active,
.adr__btn:hover,
.adr__link:hover {
  background-color: #eb680a;
}
.btn-item {
  width: 30%;
}
.equipment-header {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-color: #026bad;
  padding-left: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  padding-right: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  padding-top: clamp(1rem, -0.823rem + 9.11vw, 10rem);
  padding-bottom: 2rem;
}
.equipment-title {
  font-weight: 400;
  font-size: clamp(0.8rem, 0.557rem + 1.22vw, 2rem);
  line-height: 144%;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
}
.equipment-image {
  display: block;
  margin: auto;
}
.adr-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f58634;
  padding-left: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  padding-right: clamp(1rem, -0.714rem + 8.57vw, 7rem);
  padding-top: clamp(1rem, -0.823rem + 9.11vw, 10rem);
  padding-bottom: 2rem;
}

.adr-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: clamp(0.8rem, 0.557rem + 1.22vw, 2rem);
  line-height: 144%;
  text-transform: uppercase;
  text-align: start;
  color: #fff;
}

.adr-items {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.adr-item {
  max-width: 60%;
}
.adr-list {
  padding: 1rem 0 1rem 0;
  margin-left: -20px;
  list-style: none;
}
.adr-object {
  width: clamp(3.75rem, 3.244rem + 2.53vw, 6.25rem);
}
.adr-object-double {
  width: clamp(5.813rem, 5.028rem + 3.92vw, 9.688rem);
}
.adr-object-box {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.adr-object-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}
.contacts-list {
  display: flex;
  flex-direction: column;
}
.contacte-title {
  margin-bottom: 5rem;
}
.contacts-list-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #026bad;
  padding-bottom: 1.125rem;
}
.address {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0.75rem 0;
}
.address-item {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #026bad;
}
.container_bot {
  margin-left: 3rem;
  margin-top: 4rem;
}
.message-form {
  width: 50%;
  height: auto;
  border: solid 1px #dbdbdb;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 2.5rem;
}
.message-form-title,
.modal-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #026bad;
  text-align: start;
  padding-bottom: 1.25rem;
}
.message-form-title-text {
  color: #026bad;
  text-align: start;
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
}
/* Контейнер для input'ов формы */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.input-box {
  height: 2.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

/* Стили для input и textarea (поле сообщение) */
.input-box input,
.input-box textarea {
  height: 100%;
  width: 100%;
  border: solid 1px #dbdbdb;
  border-radius: 0.3125rem;
  background: #f0f1f8;
  padding: 0 1.25rem;
}

/* Отдельно стилизуем поле сообщение */
.input-box textarea {
  resize: none; /* чтобы нельзя было менять высоту */
  padding: 1.25rem;
}

/* Это контейнер для поля сообщение */
.message-box {
  min-height: 6.875rem;
}

/* Стили для контейнера кнопки */
.button {
  display: inline-block;
}

/* Стили для самой кнопки */
.button input[type="button"] {
  color: #fff;
  background: #1884c7;
  outline: none;
  border: none;
  padding: 0.625rem 1.875rem;
  border-radius: 0.3125rem;
  line-height: 120%;
  transition: 0.2s;
}

/* Меняем цвет фона при наведении на кнопку */
.button input[type="button"]:hover {
  background: #026bad;
}
/* // Модальное окно */
.modal {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 45, 51, 0.5);
  z-index: 10;
  display: flex;
}

.modal.is-open {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.modal.is-open .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal-dialog {
  background-color: #fff;
  margin: auto;
  width: 30rem;
  padding: 2.5rem 3.125rem;
  position: relative;
  border-radius: 1.25rem;
  transform: translateY(-10%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.modal-close {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ebebf0;
}
.footer-container {
  padding: 2.5rem 10rem 2.5rem 10rem;
  background-color: #026bad;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
/* ____________________________________________________ */

@media (max-width: 900px) {
  html {
    font-size: 0.75rem;
  }
  .container-top {
    padding-bottom: 0.0625rem;
    scale: 70%;
  }
  .container_bot {
    scale: 70%;
  }
}
@media (max-width: 767px) {
  .logo {
    scale: 120%;
    z-index: 100;
  }
  .cabico {
    scale: 160%;
  }
  .header__btn {
    font-size: 1rem;
  }
  .navbar {
    display: none;
  }
  .mobile-navbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    opacity: 90%;
  }
  .mobile-navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: solid 0.0625rem #c1daff;
    z-index: 5;
  }

  .mobile-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90rem;
    height: 6rem;
    margin: auto;
    position: relative;
    padding-left: clamp(1rem, -0.714rem + 8.57vw, 7rem);
    padding-right: clamp(1rem, -0.714rem + 8.57vw, 7rem);
    border-bottom: solid 0.0625rem #c1daff;
  }
  .header-container {
    padding-top: 10rem;
  }
  .cabinet {
    position: absolute;
    z-index: 20;
  }
  body.lock {
    overflow: hidden;
  }
  .burger {
    cursor: pointer;
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
    z-index: 50;
  }
  .burger span {
    background-color: #026bad;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 6px;
    transition: all 0.3s ease 0s;
  }
  .burger:before,
  .burger:after {
    content: "";
    background-color: #026bad;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .burger:before {
    top: 0;
  }
  .burger:after {
    bottom: 0;
  }
  .burger.active:before {
    transform: rotate(45deg);
    top: 0.5625rem;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    bottom: 0.5625rem;
  }
  .burger.active span {
    transform: scale(0);
  }
  .nav-menu {
    position: fixed;
    display: block;
    overflow: auto;
    top: -100%;
    right: 0;
    width: 100%;
    height: 35%;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    z-index: 1;
    text-align: start;
    padding: 7rem 0rem 0rem 3rem;
    opacity: 100%;
  }
  .nav-menu.active {
    top: 0;
  }
  .lang-box {
    justify-content: start;
    padding-top: 3rem;
  }
  .nav-menu-link {
    font-weight: 300;
    font-size: 1.5rem;
  }

  @media (max-width: 480px) {
    .hdrTitleText1,
    .hdrTitleText2,
    .hdrTitleText3 {
      font-size: 2rem;
    }
    p,
    li,
    .servicii-text {
      font-size: 1.125rem;
    }
    h2 {
      font-size: 2rem;
    }

    h3 {
      font-size: 1.5rem;
    }
    .adr__btn,
    .equipment__btn {
      font-size: 0.75rem;
    }
    .header-elips,
    .header-items-text,
    .container_bot {
      display: none;
    }
    .header-text {
      width: 90%;
      padding: 1rem 1rem 2rem 3.5rem;
    }
    .header-items {
      width: 50%;
      padding-bottom: 1.875rem;
      scale: 150%;
      /* margin-left: 10rem; */
    }

    .servicii-content {
      display: block;
      padding-right: 2rem;
    }
    .questions-text-item {
      width: 100%;
    }
    .questions-items {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 1.125rem;
    }
    .equipment-items {
      display: block;
    }
    .container-contacte {
      padding-right: 0;
      padding-top: 5rem;
    }

    .contacte-content {
      display: block;
    }
    .message-form {
      width: 100%;
    }
    .contacts-list-item {
      padding-bottom: 2.125rem;
    }
    .footer-container {
      padding: 2.5rem 0 2.5rem 0;
    }
  }
} /* ------------------------------------SLICK-SLIDER-------------------------------- */
.wrapper {
  height: 90%;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

@media (max-width: 47.9375rem) {
  .wrapper {
    padding: 3.125rem 0.625rem;
  }
}
/* Основные стили */

/* Слайдер */
.slick-slider {
  min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
  border-radius: 1.2rem;
}
/* Лента слайдов */
.slick-track {
  display: flex;
  align-items: flex-start;
}

/* Конкретный слайдер */
.slider {
  position: relative;
}
@media (max-width: 480px) {
  .wrapper {
    height: 110%;
    width: 110%;
  }
}
@media (max-width: 47.9375rem) {
  .slider {
    padding: 0rem 2.5rem;
  }
}
.slider .slick-arrow {
  position: absolute;
  top: 52%;
  margin: -1.875rem 1.25rem 0rem 1.25rem;
  z-index: 5;
  font-size: 0;
  width: clamp(0.5rem, -0.409rem + 4.55vw, 3rem);
  height: clamp(0.5rem, -0.409rem + 4.55vw, 3rem);
}
.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/svg/arr_l.svg") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/svg/arr_r.svg") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider__item img {
  max-width: 100%;
}
