html {
  font-family: 'Montserrat', sans-serif;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-header {
  padding: 65px 0 25px;
  margin-bottom: 15px;
  text-align: center;
}
.section-header h2 {
  margin: 0;
}
.section-header h1 {
  padding: 0 25px;
  margin-top: 65px;
  font-size: 40px;
  font-weight: 400;
}
.pt-10 {
  padding-top: 80px;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 5;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
}
.header-logo {
  position: fixed;
  display: none;
}
.header-nav {
  margin: 5px 0;
}
.header-nav_btn {
  max-width: 15%;
  border: 2px solid #dc3545;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  display: none;
}
.header-nav_btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #dc3545;
}
.header-nav_list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.header-nav_item {
  list-style-type: none;
}
.header-nav_link {
  color: #000;
  border: 2px solid #dc3545;
  font-weight: 600;
  display: block;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.header-nav_link:hover {
  color: #fff;
  background-color: #dc3545;
  text-decoration: none;
}
.banner {
  width: 100%;
  min-height: 750px;
  background: url(../img/banner_1.jpg) center center no-repeat;
  background-size: cover;
  background-color: rgba(34, 167, 240, 0.3);
  position: relative;
  top: 48px;
}
.banner-btn {
  margin-top: 85px;
}
.banner p {
  margin-top: 35px;
  font-size: 25px;
}
.main {
  position: relative;
  top: 48px;
}
.price {
  padding-bottom: 40px;
  min-height: 75vh;
}
.price-card {
  padding: 0;
  border: 2px solid #dc3545;
  border-radius: 0px;
  border-radius: 10px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.price-card:hover {
  box-shadow: 0px 0px 0px 10px #dc3545;
}
.price-card h3 {
  padding: 15px;
  background-color: #dc3545;
  color: #fff;
  font-size: 28px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.price-card strong {
  font-size: 22px;
}
.price-card img {
  width: 100%;
  height: auto;
}
.price-btn {
  color: #000;
  border: 2px solid #dc3545;
  border-radius: 5px;
  font-weight: 600;
  display: block;
  margin: 25px auto;
  padding: 5px 25px;
  text-align: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.price-btn:hover {
  color: #fff;
  background-color: #dc3545;
  text-decoration: none;
}
.insert {
  width: 100%;
  padding-bottom: 40px;
}
.insert .fa-arrow-down {
  display: inline-block;
  font-size: 75px;
  text-align: center;
}
.insert-btn {
  border: 2px solid;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bolder;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.insert-info a {
  display: block;
  font-size: 45px;
  color: #0f96e1;
}
.insert-info p {
  font-size: 21px;
}
.process {
  padding-bottom: 40px;
}
.process-title {
  font-size: 18px;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
}
.process-card {
  background: #fbfef2;
  border: 2px solid #dc3545;
  border-radius: 0px;
  height: 265px;
  border-radius: 10px;
}
.process-icon {
  color: #dc3545;
  font-size: 50px;
}
.faq {
  padding-bottom: 40px;
}
.faq-info p {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
.accordion-body {
  border: 2px solid #dc3545;
  border-radius: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.accordion h5 {
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: #b3d7ff;
  position: relative;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 8px;
}
.accordion h5:hover {
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px #dc3545;
}
.accordion h5:after {
  content: '\f055';
  font-family: 'FontAwesome';
  color: #dc3545;
}
.accordion-text {
  padding: 10px;
  display: none;
}
.accordion-text p {
  font-size: 18px;
  margin-bottom: 0;
}
.accordion-heading {
  border-radius: 10px;
}
.accordion-heading.in h5:after {
  transform: rotate(180deg);
  content: '\f056';
  font-family: 'FontAwesome';
}
.docs {
  padding-bottom: 40px;
}
.docs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.docs-img {
  width: 300px;
  margin-bottom: 10px;
}
.docs-img img {
  width: 100%;
}
.footer {
  width: 100%;
  margin-top: 48px;
}
.footer-contacts {
  border: 2px solid #dc3545;
  border-radius: 10px;
  padding: 15px;
  height: 195px;
  background-color: #fbfef2;
}
.footer-contacts_icon {
  color: #dc3545;
  font-size: 50px;
}
.footer-contacts p {
  margin: 0;
}
.footer-bottom {
  padding: 20px;
}
.footer-bottom h6 {
  margin: 0;
  text-transform: uppercase;
}
.contacts {
  width: 100%;
  height: 100%;
  background-color: #fbfef2;
}
.contacts-header {
  text-align: center;
  padding: 15px;
}
.contacts-header h5 {
  font-size: 35px;
}
.contacts-form {
  max-width: 100%;
  padding: 15px;
  border: 2px solid #dc3545;
  border-radius: 0px;
  border-radius: 10px;
  margin: 0 auto;
}
.contacts fieldset {
  margin-top: 5px;
}
.contacts input,
.contacts select,
.contacts textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid black;
  border-radius: 10px;
}
.contacts textarea {
  max-height: 82px;
}
.contacts button {
  width: 50%;
  padding: 5px 25px;
  text-align: center;
  background-color: #dc3545;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 auto;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.contacts button:hover {
  cursor: pointer;
  border: 2px solid #dc3545;
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .header {
    min-height: 48px;
  }
  .header-logo {
    display: block;
    float: left;
  }
  .header-nav_btn {
    display: inline-block;
    margin-left: 94%;
  }
  .header-nav_list {
    flex-direction: column;
    display: none;
  }
  .header-nav_item {
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .header-logo h2 {
    font-size: 22px;
    margin-top: 6px;
  }
  .insert-info a {
    font-size: 35px;
  }
  .footer-contacts {
    padding: 0px;
  }
  .footer-contacts p {
    margin: 0;
    font-size: 15px;
  }
  .section-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .header-logo h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .header-nav_btn {
    margin-left: 89.5%;
  }
  .insert-info a {
    font-size: 30px;
  }
}
