@font-face {
  font-family: "Muller";
  src: url("../font/MullerBold.woff2") format("woff2"), url("../font/MullerBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muller";
  src: url("../font/MullerRegular.woff2") format("woff2"), url("../font/MullerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muller";
  src: url("../font/MullerMedium.woff2") format("woff2"), url("../font/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Muller";
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}

.wrapper {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  width: 1596px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1210px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 1010px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: 770px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.header-container {
  height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header-container {
    height: 6.75rem;
  }
}

@media screen and (max-width: 480px) {
  .header-container {
    height: 3.75rem;
  }
}

.logo-img {
  width: 9.375rem;
}

@media screen and (max-width: 768px) {
  .logo-img {
    width: 5.375rem;
  }
}

@media screen and (max-width: 480px) {
  .logo-img {
    width: 3.675rem;
  }
}

.main {
  height: 500%;
}

@media screen and (max-width: 480px) {
  .main {
    height: initial;
  }
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .main-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-left {
  width: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .main-left {
    width: 100%;
  }
}

.main-right {
  width: 40.7%;
}

@media screen and (max-width: 768px) {
  .main-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .main-right {
    display: none;
  }
}

.right-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .right-img {
    width: 50%;
  }
}

.text-small {
  font-size: 1.5rem;
  position: relative;
  color: #fff;
  height: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4.1875rem;
  margin-left: 3.125rem;
  top: 0.9375rem;
}

@media screen and (max-width: 1000px) {
  .text-small {
    height: 4.125rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .text-small {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .text-small {
    height: 2.825rem;
  }
}

.text-small:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/red.png) no-repeat left center;
  z-index: -1;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .text-small:before {
    background-size: 430px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .text-small:before {
    background-size: 100%;
    left: 0;
  }
}

.text-company {
  font-size: 4.5rem;
  margin-top: 1.5625rem;
  position: relative;
  padding-left: 6.25rem;
  height: 10.9375rem;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .text-company {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .text-company {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 1000px) {
  .text-company {
    font-size: 1.9rem;
    margin-top: 2.7625rem;
  }
}

@media screen and (max-width: 768px) {
  .text-company {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.2rem;
    padding-left: 0;
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .text-company {
    height: 90px;
    margin-top: 1.7625rem;
  }
}

.text-company:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/blue.png) no-repeat;
  left: 0;
  z-index: -2;
  top: -2.75rem;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .text-company:before {
    width: 110%;
    top: -3rem;
  }
}

@media screen and (max-width: 768px) {
  .text-company:before {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  .text-company:before {
    top: -1rem;
  }
}

.header-slogan span {
  font-size: 2.0625rem;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .header-slogan span {
    font-size: 1.6625rem;
  }
}

@media screen and (max-width: 480px) {
  .header-slogan span {
    font-size: 1.1625rem;
  }
}

.header-call {
  font-size: 1.125rem;
  color: #4a4a4a;
}

@media screen and (max-width: 480px) {
  .header-call {
    font-size: 0.825rem;
  }
}

.main-desc {
  padding-left: 5.625rem;
}

@media screen and (max-width: 1000px) {
  .main-desc {
    padding-left: 2.625rem;
  }
}

@media screen and (max-width: 480px) {
  .main-desc {
    margin-top: 20px;
    padding-left: 0;
  }
}

.main-desc-header {
  font-size: 2.0625rem;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .main-desc-header {
    font-size: 1.6625rem;
  }
}

.main-desc-p {
  font-size: 1.25rem;
}

.form {
  width: 45.375rem;
  padding-left: 3.4375rem;
  height: 7.625rem;
  background: url(../img/gray.png) center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

@media screen and (max-width: 1400px) {
  .form {
    width: 39.375rem;
  }
}

@media screen and (max-width: 1200px) {
  .form {
    width: 35.375rem;
  }
}

@media screen and (max-width: 768px) {
  .form {
    width: 100%;
    padding-left: 30px;
  }
  .wrapper {
    height: 100%;
  }
  .right-img {
    width: 85%;
  }
  .main-right {
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .form {
    height: initial;
    padding-left: 0;
    background: initial;
    padding-bottom: 10px;
  }
  .text-company:before {
    top: -2rem;
  }
  .main-right {
    display: block;
    text-align: center;
    margin: 5px auto 20px auto;
  }
}

.form span {
  font-size: 1.4375rem;
  font-weight: 500;
  color: #101010;
  margin-right: 0.75rem;
}

@media screen and (max-width: 480px) {
  .form span {
    display: none;
  }
}

.form input[type="tel"] {
  width: 13.3125rem;
  width: 29.3%;
  height: 2.375rem;
  border: 0.0625rem solid #3b3b3b;
  background-color: #ffffff;
  padding-left: 0.6875rem;
  font-family: "Muller";
  margin-right: 0.75rem;
}

.form input[type="tel"]::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.form input[type="tel"]:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.form input[type="tel"]::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.form input[type="tel"]::placeholder {
  font-size: 0.875rem;
  color: #898989;
}

@media screen and (max-width: 480px) {
  .form input[type="tel"] {
    width: 50%;
  }
}

.form input[type="submit"] {
  font-family: "Muller";
  width: 13.25rem;
  width: 29.2%;
  height: 2.375rem;
  background-color: #d32a30;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .form input[type="submit"] {
    width: 48%;
  }
}

.container-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup {
  display: none;
  width: 450px;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

.popup p {
  display: none;
  text-align: center;
}

.popup .form-popup input[type="tel"] {
  height: 2.375rem;
  border: 0.0625rem solid #3b3b3b;
  background-color: #ffffff;
  font-family: "Muller";
  margin-right: 0.75rem;
  padding-left: 10px;
  width: 45%;
}

.popup .form-popup input[type="tel"]::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.popup .form-popup input[type="tel"]:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.popup .form-popup input[type="tel"]::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.popup .form-popup input[type="tel"]::placeholder {
  font-size: 0.875rem;
  color: #898989;
}

.popup .form-popup input[type="submit"] {
  font-family: "Muller";
  height: 2.375rem;
  background-color: #d32a30;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  width: 45%;
}

.close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: #000;
  opacity: .6;
}
/*# sourceMappingURL=style.css.map */