@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
html, body {
  font-family: Roboto;
  font-weight: 300;
  scroll-behavior: smooth;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 35px;
  font-size: 1rem;
}

.tm-site-header-overlay {
  padding: 20px;
}

.tm-site-header-left {
  padding: 0;
}

.tm-site-header-right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.tm-site-header-right nav {
  margin-left: auto;
}

.tm-site-name {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}

.tm-container {
  max-width: 100%;
}

section .tm-container {
  padding: 4rem 2rem;
}

.heading {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .heading {
    font-size: 34px;
  }
}

.hero_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 700px;
}

.hero_block .hero_text {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hero_block .hero_text h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  max-width: 75%;
}

.hero_block .hero_text .phone {
  font-size: 2.4rem;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

.hero_block .hero_text .phone:hover {
  color: #ff5c33;
  border: 1px solid #ff5c33;
}

.about {
  color: #630606;
}

.about .tm-container {
  background: #fff;
}

.about .about_img {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px grey;
          box-shadow: 1px 1px 10px grey;
  border-radius: 20px;
}

.about .about_text {
  padding: 0 4rem;
}

.about .about_text p {
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .hero_block .hero_text h3 {
    font-size: 1.5rem;
    max-width: 100%;
  }
  .hero_block .hero_text .phone {
    font-size: 1.5rem;
  }
  .about .about_text {
    padding: 0;
  }
}

.services .tm-container {
  background: #eee;
}

.services .slogan {
  font-size: 26px;
  text-align: center;
  margin: 30px;
}

.services .service_col {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 300px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.services .service_col .service {
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.services .service_col .service .service_name {
  font-size: 30px;
  color: #fff;
}

.services .service_col .service .service_price {
  font-size: 26px;
  color: #fff;
}

.services .service_col .service .service_buy {
  border: 1px solid #eee;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.services .service_col .service .service_buy:hover {
  border: 1px solid lightgreen;
  color: lightgreen;
}

.services .service_col:hover {
  background-size: 110%;
}

.services .service_col:nth-child(1) {
  background-image: url("../img/service_1.jpg");
}

.services .service_col:nth-child(2) {
  background-image: url("../img/service_2.jpg");
}

.services .service_col:nth-child(3) {
  background-image: url("../img/service_3.jpg");
}

.advantages {
  background: #fff;
}

.advantages .tm-icon-1 {
  margin: 0;
}

.advantages .tm-h3 {
  font-weight: 300;
  color: #000;
  font-size: 24px;
  margin: 0;
}

.advantages p {
  color: #666;
  margin: 10px 0 0 0;
  line-height: 28px;
  font-size: 16px;
}

.advantages .fa-4x {
  color: #ff5c33;
}

.quote {
  background: #301C1C;
}

.quote .quote_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote .border-line {
  border-top: 1px solid #fff;
  width: 80%;
  max-width: 220px;
}

.quote .quote_text {
  color: #fff;
  margin: 20px 0;
  font-size: 22px;
  text-align: center;
}

.contacts {
  background: #eee;
}

.contacts p {
  margin: 0;
}

.contacts a {
  border-bottom: 1px solid #666666;
}

.copyright {
  background: #301C1C;
  padding: 20px 0;
}

.copyright .copyright_text {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.form-group {
  margin-bottom: 1rem;
}

.modal-footer .btn {
  padding: 0.5rem 1rem;
  background-color: lightblue !important;
  border-width: 0px;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-size: 1em;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials .social {
  margin-right: 12px;
}

.socials .social img {
  height: 30px;
  width: 30px;
}

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