/*GENERAL*/
body {
  font-family: 'Montserrat', sans-serif;
  background: #eeeee2;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1740px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
/*HEADER*/
header .header-top {
  background: #2b2b2b;
}
header .header-top .callback {
  text-align: right;
  padding: 34px 0;
}
header .header-top .callback a {
  color: #DAA520;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
header .header-top .site-logo {
  position: relative;
}
header .header-top .site-logo img {
  position: absolute;
  bottom: -20px;
  max-width: 90%;
}
header .header-bottom .site-menu ul {
  list-style: none;
  padding-top: 20px;
  padding-left: 300px;
}
header .header-bottom .site-menu ul li {
  display: inline-block;
  margin-left: 20px;
}
header .header-bottom .site-menu ul li a {
  color: #747474;
  font-size: 20px;
  font-weight: 600;
}
header .header-bottom .site-menu ul li a:hover,
header .header-bottom .site-menu ul li a:focus {
  color: #2b2b2b;
  text-decoration: none;
}
/*PAGE*/
.page .first {
  padding-top: 100px;
  position: relative;
}
.page .first .diamond {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
}
.page .first h1 {
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #2b2b2b;
  margin-bottom: 40px;
}
.page .first .subtitle {
  font-size: 34px;
  font-weight: 400;
  color: #747474;
  text-align: center;
  width: 70%;
  margin-left: 15%;
  position: relative;
}
.page .first .link {
  text-align: center;
  position: relative;
  padding-top: 90px;
}
.page .first .link a {
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 600;
  background: #DAA520;
  border: 5px solid #2b2b2b;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.page .first .link a:hover,
.page .first .link a:focus {
  background: #2b2b2b;
  color: #DAA520;
  text-decoration: none;
  border: 5px solid #2b2b2b;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.page .first .scroll {
  text-align: center;
  padding: 50px 0;
}
.page .second {
  background: #e8e8dc;
  padding: 100px 0;
}
.page .second .inner {
  width: 700px;
  margin: 0 auto;
  padding: 0 45px;
}
.page .second .inner .title {
  text-align: center;
  color: #2b2b2b;
  font-size: 50px;
  font-weight: 600;
}
.page .second form p.form-label {
  font-size: 30px;
  font-weight: 400;
  color: #2b2b2b;
}
.page .second form input {
  background: transparent;
  border: 1px solid #2b2b2b;
  font-size: 24px;
  color: #2b2b2b;
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
  outline: none;
}
.page .second form .form-submit {
  text-align: center;
}
.page .second form .form-submit button {
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 600;
  background: #DAA520;
  border: 5px solid #2b2b2b;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.page .second form .form-submit button:hover,
.page .second form .form-submit button:focus {
  background: #2b2b2b;
  color: #DAA520;
  text-decoration: none;
  border: 5px solid #2b2b2b;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.page .second form .form-alert {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
  width: 60%;
  margin-left: 20%;
  padding-top: 15px;
}
/*FOOTER*/
footer {
  padding: 50px 0;
}
footer .inner {
  width: 700px;
  margin: 0 auto;
  padding: 0 45px;
}
footer .inner .footer-social {
  text-align: center;
  margin-bottom: 20px;
}
footer .inner .footer-social a {
  margin: 0 20px;
  color: #2b2b2b;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
footer .inner .footer-social a:hover,
footer .inner .footer-social a:focus {
  text-decoration: none;
  color: #DAA520;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  opacity: 1 !important;
}
footer .inner .footer-mail,
footer .inner .footer-policy {
  text-align: center;
  padding: 20px 0;
}
footer .inner .footer-mail a,
footer .inner .footer-policy a {
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b;
  text-decoration: underline;
  text-transform: uppercase;
}
footer .inner .footer-mail a:hover,
footer .inner .footer-policy a:hover,
footer .inner .footer-mail a:focus,
footer .inner .footer-policy a:focus {
  color: #DAA520;
}
footer .inner .footer-copy {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b;
  text-transform: uppercase;
}
footer .inner .footer-copy p {
  margin-bottom: 0;
}
/*MODAL*/
.modal .modal-dialog {
  max-width: 700px;
}
.modal .modal-content {
  background: #eeeee2;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  padding: 0 10px;
}
.modal .modal-content .modal-header button.close {
  font-size: 40px;
  outline: none;
}
.modal .modal-content .modal-body .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
}
.modal .modal-content .modal-body form {
  padding: 50px;
}
.modal .modal-content .modal-body form p.form-label {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
}
.modal .modal-content .modal-body form input {
  background: transparent;
  border: 1px solid #2b2b2b;
  font-size: 16px;
  color: #2b2b2b;
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
  outline: none;
}
.modal .modal-content .modal-body form .form-submit {
  text-align: center;
}
.modal .modal-content .modal-body form .form-submit button {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
  background: #DAA520;
  border: 5px solid #2b2b2b;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.modal .modal-content .modal-body form .form-submit button:hover,
.modal .modal-content .modal-body form .form-submit button:focus {
  background: #2b2b2b;
  color: #DAA520;
  text-decoration: none;
  border: 5px solid #2b2b2b;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.modal .modal-content .modal-body form .form-alert {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
  width: 70%;
  margin-left: 15%;
  padding-top: 15px;
}
.modal-sent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(43, 43, 43, 0.5);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.modal-sent-overlay.show {
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.modal-sent {
  position: fixed;
  width: 700px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #eeeee2;
  border: 5px solid #DAA520;
  z-index: 1500;
  color: #2b2b2b;
  padding: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.modal-sent .modal-sent-close {
  font-weight: 600;
  color: #DAA520;
  cursor: pointer;
}
.modal-sent.show {
  display: block;
}
.mobile-callback-link {
  position: fixed;
  z-index: 500;
  bottom: 0;
  display: none;
  background: #DAA520;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
.mobile-callback-link a {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.callback-first-step.closed {
  display: none;
}
.callback-second-step {
  display: none;
  text-align: center;
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 400;
}
.callback-second-step.show {
  display: block;
}
/*ADAPTIVE*/
@media (max-width: 1399px) {
  .page .first h1 {
    font-size: 68px;
  }
  .page .first .subtitle {
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 1299px) {
  header .header-top .callback a {
    font-size: 20px;
  }
  header .header-top .callback {
    padding: 26px 0;
  }
  header .header-bottom .site-menu ul {
    padding-left: 200px;
  }
  .page .first h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  header .header-bottom .site-menu ul {
    padding-left: 100px;
  }
  .page .first h1 {
    font-size: 52px;
  }
  .page .first .subtitle {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  header .header-top .callback a {
    font-size: 16px;
  }
  header .header-top .callback {
    padding: 20px 0;
  }
  header .header-top .site-logo img {
    bottom: -13px;
  }
  header .header-bottom .site-menu ul li a {
    font-size: 16px;
  }
  header .header-bottom .site-menu ul {
    padding-left: 80px;
    padding-top: 15px;
  }
  .page .first h1 {
    font-size: 38px;
  }
  .page .first .subtitle {
    font-size: 24px;
  }
  .page .first .link a {
    font-size: 24px;
  }
  .page .second .inner,
  footer .inner {
    width: 620px;
  }
  .page .second .inner .title {
    font-size: 42px;
  }
  .page .second form p.form-label {
    font-size: 26px;
  }
  .page .second form .form-submit button {
    font-size: 24px;
  }
  .page .second form .form-alert {
    font-size: 14px;
    width: 50%;
    margin-left: 25%;
  }
  footer .inner .footer-copy {
    font-size: 18px;
  }
  footer .inner .footer-mail a,
  footer .inner .footer-policy a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header .header-top .callback a {
    font-size: 14px;
  }
  header .header-top .callback {
    padding: 16px 0;
  }
  header .header-top .site-logo img {
    bottom: -10px;
    max-width: 330px;
  }
  header .header-bottom .site-menu ul li a {
    font-size: 14px;
  }
  .page .first {
    padding-top: 75px;
  }
  .page .first .subtitle {
    font-size: 20px;
  }
  .page .second .inner,
  footer .inner {
    width: 500px;
  }
  .page .second .inner .title {
    font-size: 32px;
  }
  .page .second form p.form-label {
    font-size: 24px;
  }
  .page .second form input {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page .second form .form-alert {
    width: 100%;
    margin-left: 0;
  }
  .page .second {
    padding: 80px 0;
  }
  footer .inner .footer-copy {
    font-size: 14px;
  }
  footer .inner .footer-mail a,
  footer .inner .footer-policy a {
    font-size: 14px;
  }
  .modal-sent {
    width: 500px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 320px;
  }
  header .header-top .site-logo img {
    bottom: -8px;
    max-width: 290px;
  }
  header .header-top .site-logo {
    height: 45px;
  }
  header .header-top .callback {
    display: none;
  }
  header .header-bottom .site-menu ul {
    display: none;
  }
  .site-menu {
    height: 15px;
  }
  .page .first h1 {
    font-size: 28px;
  }
  .page .first {
    padding-top: 65px;
  }
  .page .first .subtitle {
    font-size: 16px;
  }
  .page .first .link a {
    font-size: 20px;
  }
  .page .second .inner,
  footer .inner {
    width: 290px;
    padding: 0;
  }
  .page .second .inner .title {
    font-size: 24px;
  }
  .page .second form p.form-label {
    font-size: 20px;
  }
  .page .second form input {
    font-size: 16px;
  }
  footer .inner .footer-copy {
    font-size: 12px;
  }
  footer .inner .footer-mail a,
  footer .inner .footer-policy a {
    font-size: 12px;
  }
  .modal-sent {
    width: 90%;
    padding: 15px;
    font-size: 16px;
  }
  .modal .modal-content .modal-body .modal-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body form {
    padding: 20px 0 0 0;
  }
  .modal .modal-content .modal-body form input {
    margin-bottom: 30px;
  }
  .modal .modal-content .modal-body form .form-submit button {
    font-size: 22px;
  }
  .modal .modal-content .modal-body form .form-alert {
    font-size: 12px;
    width: 100%;
    margin-left: 0;
  }
  .mobile-callback-link {
    display: block;
  }
  .callback-second-step {
    font-size: 20px;
  }
}
