@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,500,600,700);
@font-face {
  font-family: "Actay Wide";
  src: url("/css/ActayWide-Bold.otf") format("otf");
}
* {
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 400;
}

/* Стилизация скролла */
body::-webkit-scrollbar {
  width: 8px; /* Ширина скролла */
}

body::-webkit-scrollbar-track {
  background: #1f1f1f; /* Цвет фона трека скролла */
}

body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4; /* Цвет ползунка скролла */
  border-radius: 5px; /* Радиус скругления ползунка */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}

/* Для Firefox */
body {
  scrollbar-width: thin; /* Ширина скролла */
  scrollbar-color: #c4c4c4 #1f1f1f; /* Цвет ползунка и трека скролла */
}

body:hover {
  scrollbar-color: #c4c4c4 #1f1f1f; /* Цвет ползунка и трека скролла при наведении */
}

.cap-h1 {
  display: none;
}

.cap-42 {
  font-family: "Actay Wide", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 53px;
}

.btn-black {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 275px;
  height: 60px;
  box-sizing: border-box;
  color: #000;
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  font-size: 16px;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
}

.btn-wh {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 275px;
  height: 60px;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  font-size: 16px;
}
.btn-wh:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-main-dark {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 275px;
  height: 60px;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid rgb(0, 0, 0);
  font-size: 16px;
}
.btn-main-dark:hover {
  color: #000;
  background-color: #fff;
}

.bg-black {
  color: #ffffff;
  background-color: transparent;
}

.m-hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* ------- menu ---------- */
.navbar-collapse {
  min-height: 90px;
}

ul.navbar-nav {
  margin: auto -10px;
}

li.nav-item {
  margin: auto 10px;
}

.tel {
  font-weight: 500 !important;
}
.tel:hover {
  color: #575757;
}

/* ------------- header --------------*/
/* -------- main ------------ */
.text-40 {
  color: rgb(0, 0, 0);
  font-family: Actay Wide;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.sale-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.our-block {
  text-align: center;
  padding-top: 40px;
}

.our-block__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__block {
  display: flex;
  padding: 20px;
  background: rgb(245, 253, 249);
  align-items: center;
}
.about__block img {
  margin: auto 10px;
}

.silhouette__block {
  text-align: center;
  padding-top: 40px;
}
.silhouette__block p {
  margin-top: 5px;
}

.dostoin-block {
  padding-top: 37px;
}

.dear-l {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dear-block {
  padding: 5px;
  display: flex;
  align-items: center;
}
.dear-block p {
  margin-bottom: 0;
  margin-left: 5px;
}

.dear-block__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.img-block {
  display: flex;
  align-items: center;
}

.siluet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}

.siluet-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.vodolazki-icon-block {
  padding-top: 40px;
  text-align: center;
}
.vodolazki-icon-block p {
  margin-top: 5px;
}

.bg-green {
  background: rgb(190, 255, 84);
}

.text-black-40 {
  margin-bottom: 0;
  font-family: Actay Wide;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.center-y {
  display: flex;
  align-items: center;
}

/* footer-form */
#success-form,
#error-form {
  display: none;
  color: #000;
  font-weight: 700;
}

#success-form-2,
#error-form-2 {
  display: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.form-block {
  display: flex;
  flex-direction: column;
}

.form-input {
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 20px;
  height: 42px;
}

.form-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-input-2 {
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 42px;
  width: 275px;
  padding-left: 10px;
}

.modal-m {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.69); /* Black w/ opacity */
}

.modal-content-m {
  position: relative;
  background-color: rgba(0, 0, 0, 0.58);
  margin: auto;
  padding: 0;
  border: 5px solid #fff;
  max-width: 641px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-m {
  padding: 2px 16px;
  color: white;
  border-bottom: 1px solid #616161;
}

.modal-body-m {
  padding: 2px 16px;
}

/* carousel */
@media (max-width: 576px) {
  .footer-form__block .cap-42 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 19px;
  }
  button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  div.md-center {
    text-align: center !important;
  }
  .img-block {
    justify-content: center;
  }
  .cap-42 {
    font-size: 38px;
  }
}/*# sourceMappingURL=style.css.map */