body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #222428;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

ul, li {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
}

a {
  color: #222428;
}

a:hover {
  color: #222428;
}

@media (min-width: 1330px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1530px;
  }
}
.bg-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.bottom-text {
  border-top: 1px solid #e1e2e6;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.mail {
  color: #fc9930;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  height: 50px;
  text-decoration: underline;
  padding-left: 70px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.mail::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 50px;
  background: url("./../images/mail.svg") no-repeat left center;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}

.mail::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 50px;
  background: url("./../images/mail_hover.svg") no-repeat left center;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

.mail:hover::after {
  opacity: 1;
}

.mail:hover::before {
  opacity: 0;
}

.bottom-top-content {
  border-bottom: 1px solid #e1e2e6;
  padding-top: 90px;
  margin: 0 auto;
  padding-bottom: 70px;
  margin-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

.bottom-copy {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.copy-link {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.copy-link a {
  font-weight: 700;
}

.terms {
  color: #fc9930;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  line-height: 1;
}

.terms i {
  font-size: 40px;
  margin-right: 18px;
}

.terms:hover {
  text-decoration: none;
}

.lankary {
  display: flex;
  align-items: center;
  color: #818286;
  font-size: 14px;
}

.lankary img {
  margin-left: 18px;
}

@media (max-width: 991px) {
  .bottom-top-content {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .terms-col {
    order: 1;
  }

  .copy-col {
    order: 2;
  }

  .lankary-col {
    order: 3;
  }
}
@media (max-width: 767px) {
  .bottom-top-content {
    padding-bottom: 30px;
  }
}
/* Modal */
.modal-content {
  box-shadow: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  background: #e4ecee;
}

.modal-content a {
  color: #fc9930;
}

.modal-header {
  padding: 15px;
  border-bottom: none;
}

.close {
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fc982e;
  text-shadow: none;
  filter: none;
  opacity: 1;
  right: 15px;
  top: 15px;
}

.modal-header .close {
  margin-top: 0px;
}

.close:focus,
.close:hover {
  color: #000;
  filter: none;
  opacity: 1;
}

.modal-body {
  padding: 50px;
  line-height: 1.8;
}

.modal-body h3 {
  margin-bottom: 10px;
}

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