@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,800;1,900&display=swap");
body {
  font-family: Montserrat, serif;
  background: #F8F8F8;
}

a {
  text-decoration: none;
}

.phone-pop {
  cursor: pointer;
}

.form-input {
  width: 100%;
  background: #3A3A3A;
  border-radius: 10px;
  padding: 19px 26px;
  border: 0;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.form-input:focus {
  outline: none;
  background: #585858;
}

.btn-action {
  transition: all 300ms;
  background: #FFB301;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0C0C0C;
  padding: 18px 62px;
  border: 0;
}
.btn-action:hover {
  opacity: 0.7;
}

.block-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #F9F9F9;
  margin-bottom: 60px;
}

.navbar {
  padding-top: 20px;
}
.navbar .logo {
  max-width: 144px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .navbar .menu {
    flex-basis: 100% !important;
  }
}
.navbar .menu .show, .navbar .menu .collapsing {
  background: white;
  padding: 22px;
  border-radius: 12px;
}
.navbar .menu ul {
  display: flex;
  flex-direction: initial;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .navbar .menu ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.navbar .menu ul li {
  margin-right: 40px;
}
.navbar .menu ul li a {
  transition: all 300ms;
  font-size: 18px;
  line-height: 32px;
  color: #737373;
}
.navbar .menu ul li a:hover {
  opacity: 0.7;
}
.navbar .menu ul li a.active {
  color: #0C0C0C;
}
.navbar .menu ul li:last-child {
  margin-right: 0 !important;
}
.navbar .phone a {
  transition: all 300ms;
  font-weight: bold;
  font-size: 22px;
  color: #0C0C0C;
}
.navbar .phone a:hover {
  opacity: 0.7;
}

.hello-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .hello-block {
    padding: 60px 0;
  }
}
.hello-block h2 {
  font-weight: 800;
  font-size: 55px;
  color: #0C0C0C;
  margin-bottom: 14px;
  line-height: 140%;
}
@media screen and (max-width: 959px) {
  .hello-block h2 {
    font-size: 40px;
  }
}
.hello-block h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  color: #0C0C0C;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .hello-block h3 {
    font-size: 20px;
  }
}
.hello-block img {
  max-width: 312px;
  width: 100%;
}

.why-block {
  padding: 90px 0;
  background-image: url("./images/texture.png");
}
@media screen and (max-width: 959px) {
  .why-block {
    padding: 60px 0;
  }
}
.why-block .item {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #F9F9F9;
}
.why-block .item h5 {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  color: #FFB301;
}

.services-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .services-block {
    padding: 60px 0;
  }
}
.services-block .block-title {
  color: #0C0C0C;
}
@media screen and (max-width: 959px) {
  .services-block .item {
    text-align: center;
  }
}
.services-block .item img {
  max-width: 47px;
  width: 100%;
  margin-bottom: 15px;
}
.services-block .item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #3A3A3A;
}
.services-block .item-addon a {
  transition: all 300ms;
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 11px;
  color: #737373;
}
.services-block .item-addon a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .services-block .item-addon a {
    margin-bottom: 17px;
  }
}

.reviews-block {
  padding: 90px 0;
  background-image: url("./images/texture.png");
}
@media screen and (max-width: 959px) {
  .reviews-block {
    padding: 60px 0;
  }
}
.reviews-block .splide__slide {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 29px;
}
.reviews-block .splide__slide .header {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  color: #0C0C0C;
  margin-bottom: 7px;
}
.reviews-block .splide__slide .description {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #0C0C0C;
  margin-bottom: 7px;
}
.reviews-block .splide__slide .author {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
}
.reviews-block .splide__pagination {
  bottom: -28px;
}
.reviews-block .splide__pagination .splide__pagination__page {
  width: 100px;
  border-radius: 5px;
  background: rgba(155, 154, 154, 0.1);
}
.reviews-block .splide__pagination .splide__pagination__page.is-active {
  transform: none !important;
  background: #9B9A9A;
}
.reviews-block h4 {
  margin-top: 50px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #F9F9F9;
  text-align: center;
}

.about-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .about-block {
    padding: 60px 0;
  }
}
.about-block .block-title {
  color: #0C0C0C;
}
@media screen and (max-width: 959px) {
  .about-block .owner {
    display: flex;
    align-items: center;
  }
  .about-block .owner img {
    width: 15%;
    margin-right: 10px;
    border-radius: 10px;
  }
}
.about-block .owner .name {
  font-weight: 800;
  font-size: 26px;
  line-height: 130%;
  color: #0C0C0C;
  margin-bottom: 12px;
}
.about-block .owner .sub-name {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #9B9A9A;
}
.about-block .about-text {
  margin-top: 37px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #3A3A3A;
  opacity: 0.9;
  border-left: 2px solid #737373;
  padding-left: 13px;
}
.about-block .sign {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.about-block .sign .text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #9B9A9A;
}

.chill-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .chill-block {
    padding: 60px 0;
  }
}
.chill-block .block-title {
  color: #0C0C0C;
}
.chill-block .splide__slide img {
  border-radius: 10px;
}
.chill-block .splide__pagination {
  bottom: -28px;
}
.chill-block .splide__pagination .splide__pagination__page {
  width: 100px;
  border-radius: 5px;
  background: rgba(155, 154, 154, 0.1);
}
.chill-block .splide__pagination .splide__pagination__page.is-active {
  transform: none !important;
  background: #9B9A9A;
}
.chill-block .item {
  text-align: center;
}
.chill-block .item img {
  margin-bottom: 12px;
  height: 55px;
}
.chill-block .item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #3A3A3A;
}

.map-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .map-block {
    padding: 60px 0;
  }
}
.map-block .block-title {
  color: #0C0C0C;
}
.map-block iframe {
  border-radius: 10px;
  margin-bottom: 20px;
}
.map-block .map-items .item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.map-block .map-items .item img {
  margin-right: 12px;
  margin-top: 6px;
}
.map-block .map-items .item p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #3A3A3A;
}

.footer {
  padding: 90px 0;
  background-image: url("./images/texture.png");
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 60px 0;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .footer ul {
    display: none;
  }
}
.footer ul li a {
  transition: all 300ms;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #F9F9F9;
  margin-bottom: 11px;
}
.footer ul li a:hover {
  opacity: 0.7;
}
.footer .dates {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #F9F9F9;
}
.footer .dates div:first-child {
  margin-right: 13px;
}
.footer .contacts-info {
  margin-top: 21px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #9B9A9A;
}
.footer .mail {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  color: #F9F9F9;
  margin-bottom: 12px;
}
.footer .footer-end div, .footer .footer-end a {
  opacity: 0.5;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #F9F9F9;
}

.phone a {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  color: #F9F9F9;
  margin-bottom: 12px;
}
.phone .links a {
  margin-right: 13px;
}

#phones {
  display: none;
}

.popover {
  background: #3A3A3A;
  border-radius: 10px;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  border-bottom-color: #3A3A3A;
}

.popover .phone a {
  font-size: 18px;
  line-height: 130%;
  color: #F9F9F9;
}

.order-modal .modal-content {
  padding: 50px 80px;
}
.order-modal h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 14px;
}
.order-modal p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #737373;
}
.order-modal .row div {
  margin-bottom: 10px;
}

.modal-content .form-input {
  background: #ECECEC;
  border-radius: 10px;
  padding: 15px;
}
.modal-content .btn-action {
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
}

.number-item {
  display: flex;
  align-items: center;
}
.number-item h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 73px;
  line-height: 130%;
  color: #0C0C0C;
  margin-right: 30px;
}
.number-item .name h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #0C0C0C;
  margin-bottom: 11px;
}
.number-item .name .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
}

.sub-number h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #3A3A3A;
}
.sub-number .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
}

.f-p-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .f-p-block {
    padding: 60px 0;
  }
}
.f-p-block .block-title {
  color: #0C0C0C;
  font-weight: bold;
  font-size: 45px;
  line-height: 130%;
}
.f-p-block .text-description {
  font-size: 18px;
  line-height: 170%;
  color: #0C0C0C;
}
.f-p-block ul li {
  font-size: 18px;
  line-height: 170%;
  color: #3A3A3A;
  margin-bottom: 10px;
}
.f-p-block .sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 195%;
  color: #0C0C0C;
}

.example-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .example-block {
    padding: 60px 0;
  }
}
.example-block .block-title {
  color: #0C0C0C;
}
.example-block h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  text-align: left;
  color: #0C0C0C;
}
.example-block ul {
  padding-left: 0;
}
.example-block ul li {
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  font-size: 20px;
  line-height: 160%;
  color: #737373;
  margin-bottom: 16px;
}
.example-block ul li b {
  color: #0C0C0C;
  font-weight: normal;
}

.partner-block {
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .partner-block {
    padding: 60px 0;
  }
}
.partner-block h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 140%;
  color: #0C0C0C;
}
.partner-block .description {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 170%;
  color: #0C0C0C;
}
.partner-block ul li {
  float: left;
  margin-right: 30px;
}
.partner-block h6 {
  padding: 90px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #0C0C0C;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .partner-block h6 {
    padding: 60px 0;
  }
}
.partner-block .variables {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #3A3A3A;
}
.partner-block .variables .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 9px;
}

.payments img {
  width: 45px;
  margin-bottom: 10px;
}

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