@charset "UTF-8";
.text-primary-col {
  color: #202020;
}

.text-secondary-col {
  color: #FC2020;
}

.main_bg {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_1.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-family: "Buyan";
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 0.04em;
}

h2 {
  font-family: "Buyan";
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.04em;
}

h3 {
  font-family: "Buyan";
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.05em;
}

h4 {
  font-family: "Buyan";
  font-size: 25px;
  line-height: 100%;
}

p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
}

.my-castom-text-mainBg {
  width: 520px;
  margin: 10px auto 45px;
}

.center-block-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-block-child {
  width: 100%;
  height: 200px;
  text-align: center;
}

a {
  text-decoration: none;
}

.network_btn {
  width: 680px;
  margin: 30px auto;
}

.btn {
  border: 1px solid #FFF;
  border-radius: 6px;
  padding: 11px 26px;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  width: 200px;
}
.btn:hover {
  background: #FFF;
  color: #202020;
}
.btn:hover span.i_phone:after {
  content: "";
  background: url("../img/i_phones.svg") no-repeat -10px 0;
  background-size: 40px;
  padding-left: 30px;
}
.btn span.i_phone:after {
  content: "";
  background: url("../img/i_phones.svg") no-repeat 10px 0;
  background-size: 40px;
  padding-left: 30px;
}
.btn span.i_telegram:after {
  content: "";
  background: url("../img/i_telegram.svg") no-repeat 10px 0;
  background-size: 20px;
  padding-left: 30px;
}
.btn span.i_wa:after {
  content: "";
  background: url("../img/i_whatsapp.svg") no-repeat 10px 0;
  background-size: 20px;
  padding-left: 30px;
}

.mt-title-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*Услуги*/
.services .item {
  padding: 40px 20px 0;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 274px;
  margin: 10px;
}

/*Конец*/
/*Наши клиенты*/
.our-clients-section {
  background: url("../img/bg_2.jpg") no-repeat center center;
  background-size: cover;
  padding: 221px 0;
}
.our-clients-section .clients {
  margin-top: 50px;
}
.our-clients-section .clients .item {
  position: relative;
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 45px 40px 30px;
  margin: 10px;
  text-align: center;
}
.our-clients-section .clients .item .title {
  background: #202020;
  color: #FC2020;
  font-size: 40px;
  font-family: "Buyan";
  line-height: 100%;
  position: absolute;
  border-radius: 50%;
  padding: 10px 25px;
  margin-top: -75px;
  margin-left: 115px;
}

/*Конец*/
/*Нам нужна*/
.find-girl .border-item {
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 40px 60px;
  margin: 10px;
}
.find-girl .border-item ol.my-custom-list {
  list-style-image: url("../img/i_check.svg");
}
.find-girl .border-item ol.my-custom-list li {
  font-family: "Inter";
  font-size: 16px;
  margin-bottom: 8px;
}
.find-girl .bg-item {
  background: url("../img/bg_for_me.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

/*Конец*/
/*Фото комплекса*/
.apartment-section {
  background: #202020;
  padding: 70px 0 10px;
}
.apartment-section .photo-item {
  margin: 10px;
}
.apartment-section .photo-item img {
  border-radius: 6px;
  width: 100%;
}

/*Конец*/
/*Footer*/
.footer-section {
  background: #202020;
  padding-top: 119px;
  padding-bottom: 119px;
}
.footer-section .network_btn {
  margin-bottom: 0;
}

/*End*/
@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 599px) {
  header {
    margin-top: 10px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    font-size: 16px;
  }

  .my-castom-text-mainBg {
    width: auto;
  }

  .network_btn {
    width: 100%;
    margin-top: 50px;
  }
  .network_btn a {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn {
    width: 100%;
  }

  .container {
    padding: 0 15px;
  }

  .center-block-child {
    padding: 0 15px;
  }

  /*Наши клиенты*/
  .our-clients-section {
    padding: 80px 0;
  }
  .our-clients-section .clients .item {
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 45px 18px 10px;
    margin: 30px 10px;
  }
  .our-clients-section .clients .item .title {
    margin-left: 35%;
  }

  /*Конец*/
  /*Нам нужна*/
  .find-girl .border-item {
    padding: 20px;
  }
  .find-girl .border-item ol.my-custom-list {
    margin-left: 10px;
    padding-left: 10px;
  }
  .find-girl .border-item ol.my-custom-list li {
    padding-left: 10px;
  }
  .find-girl .bg-item {
    background: url("../img/bg_for_me.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 330px;
  }

  /*Конец*/
  .footer-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .mt-title-block {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}

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