.block_by_fast {
  padding: 20px 50px;
  box-sizing: border-box;
  padding-bottom: 35px;
}
@media all and (max-width: 600px) {
  .block_by_fast {
    padding: 25px 10px;
  }
}

.wrap-by-fast {
  display: flex;
  padding: 22px 0;
}
.wrap-by-fast .wrap-by-fast-img {
  width: 41%;
  margin-right: 47px;
  overflow: hidden;
}
.wrap-by-fast .wrap-by-fast-desc {
  width: 56%;
  margin-top: -19px;
}
.wrap-by-fast .footer_phone {
  border-bottom: 1px solid #757575;
  padding-top: 50px;
  background: #222222;
  padding-bottom: 50px;
}
.wrap-by-fast .phone-left {
  color: white;
  box-sizing: border-box;
}
@media all and (max-width: 600px) {
  .wrap-by-fast .phone-left {
    width: 100%;
  }
}
.wrap-by-fast .phone-tittle1 {
  color: #fff;
  margin-bottom: 40px;
}
.wrap-by-fast .phone-tittle {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 800px) {
  .wrap-by-fast .phone-tittle {
    font-size: 18px;
  }
}
.wrap-by-fast .phone-content {
  font-size: 16px;
  margin-top: 5px;
  color: #b5b5b5;
}
.wrap-by-fast .fast-left {
  width: 658px;
  float: left;
}
@media screen and (max-width: 1040px) {
  .wrap-by-fast .fast-left {
    width: 100%;
    text-align: center;
  }
}
.wrap-by-fast .fast-left .fast-left-icon {
  width: calc(100% - 552px);
  float: left;
  height: 102px;
  background: var(--black-color);
  position: relative;
  animation: 2s ease-in-out 0s normal none infinite running change-translate;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1040px) {
  .wrap-by-fast .fast-left .fast-left-icon {
    display: none;
  }
}
.wrap-by-fast .fast-left .icon_phone {
  width: 58px;
  height: 75px;
  /* background: green; */
  margin: 14px 5px 0px 60px;
  z-index: 2;
  position: absolute;
}
.wrap-by-fast .fast-left .icon_v1 {
  background-position: -35px 75px;
  z-index: 3;
}
.wrap-by-fast .fast-left .fast-left-text {
  float: right;
  width: 505px;
  margin: 26px 0px;
  color: #fff;
  padding-left: 13px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .wrap-by-fast .fast-left .fast-left-text {
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding-left: 0px;
  }
}
.wrap-by-fast .fast-left .fast-left-text .fast-top {
  font-size: 24px;
  margin-top: -3px;
}
.wrap-by-fast .fast-left .fast-left-text .fast-bottom {
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .wrap-by-fast .fast-left .fast-left-text .fast-bottom {
    box-sizing: border-box;
  }
}
.wrap-by-fast .buy_fast {
  transform: translate(0, 10px);
}
.wrap-by-fast .buy_fast .page-button {
  justify-content: left;
  margin-top: 25px;
}
.wrap-by-fast .buy_fast .page-button a {
  border: 1px solid var(--button-color);
}
@media screen and (max-width: 400px) {
  .wrap-by-fast .buy_fast .page-button {
    width: 35%;
  }
}
@media screen and (max-width: 990px) {
  .wrap-by-fast .buy_fast .page-button {
    width: 100%;
    display: flex;
    justify-content: left;
  }
}
@media all and (max-width: 1100px) {
  .wrap-by-fast .buy_fast {
    transform: translate(0);
    margin-top: 10px;
  }
}
@media all and (max-width: 600px) {
  .wrap-by-fast .buy_fast {
    width: 100%;
  }
}
@keyframes change-translate {
  from {
    transform: translateX(-88px);
  }
}
.wrap-by-fast .fast-right {
  width: calc(100% - 658px);
  float: right;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .wrap-by-fast .fast-right {
    width: calc(100% - 10px);
    margin: -15px 5px;
    text-align: center;
  }
}
.wrap-by-fast .buy_fast #telephone_buy_fast {
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 40px;
  height: 38px;
  background: white;
  margin: 0px;
  font-size: 16px;
  color: black;
  outline: none;
  border: none;
  margin-top: 10px;
}
.wrap-by-fast .buy_fast #telephone_buy_fast :placeholder {
  color: #ddd;
  margin-left: -10px;
}
.wrap-by-fast .buy_fast_body {
  display: flex;
}
.wrap-by-fast .buy_fast_body div {
  width: 53%;
}
@media all and (max-width: 800px) {
  .wrap-by-fast .buy_fast_body {
    margin: 5px 0px 5px 0;
  }
}
@media all and (max-width: 768px) {
  .wrap-by-fast .buy_fast_body label {
    color: #e4e5e1;
    font-size: 15px;
  }
  .wrap-by-fast .buy_fast_body .button-buy-fast {
    margin-top: 0px;
  }
}
.wrap-by-fast .buy_fast_body label {
  color: #e4e5e1;
}
.wrap-by-fast .buy_fast_body .form-name {
  margin-right: 30px;
}
.wrap-by-fast .form-title {
  color: white;
}

.wrap-by-fast .form-title span {
  font-size: 25px;
  font-style: italic;
  line-height: 20px;
}

.wrap-by-fast .form-title p {
  margin-top: 10px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 0;
}

.wrap-by-fast h3 {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
}

@media all and (max-width: 1000px) {
  .buy_fast #telephone_buy_fast {
    width: 70%;
  }
}
.buy_fast_body td {
  height: 30px;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  color: #fff;
}

.wrap-by-fast .buy_fast_body .label_error {
  width: 100%;
}

@media all and (max-width: 800px) {
  .footer_phone {
    padding: 20px 20px 0;
  }
  .footer_phone .phone-left {
    width: 100%;
    padding: 0;
  }
  .phone-tittle {
    font-size: 18px;
  }
  .phone-content {
    font-size: 16px;
  }
  .buy_fast .button-buy-fast {
    font-size: 16px;
  }
}
.form_c {
  width: 100%;
  height: 1000px;
  background: rgba(221, 221, 221, 0.6705882353);
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
}
@media all and (max-width: 800px) {
  .form_c {
    padding-top: 75px;
  }
}
.form_c .container {
  width: 900px;
  padding: 30px 50px;
  border: 3px solid var(--main-color);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7098039216);
  position: relative;
}
@media all and (max-width: 800px) {
  .form_c .container {
    padding: 10px;
  }
}
.form_c .container .close {
  font-size: 25px;
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 0 10px 0 0;
  cursor: pointer;
}

.hello .wrap-by-fast .wrap-by-fast-img img {
  transform: translateY(0) !important;
}

@media screen and (max-width: 990px) {
  .wrap-by-fast {
    padding: 10px 22px 10px 30px;
    align-items: center;
  }
  .wrap-by-fast .wrap-by-fast-img {
    margin-right: 35px;
  }
  .wrap-by-fast img {
    width: 95%;
    height: auto;
    margin-top: 20px;
  }
  .wrap-by-fast p {
    font-size: 16px;
    line-height: 22px;
  }
  .wrap-by-fast .phone-tittle1 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0;
  }
  .wrap-by-fast .buy_fast {
    margin-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .wrap-by-fast {
    display: block;
    width: 93%;
    margin: auto;
    padding: 10px 0 30px 0;
  }
  .wrap-by-fast .buy_fast_body label {
    color: #e4e5e1;
    font-size: 15px;
  }
  .wrap-by-fast .buy_fast_body div {
    width: 48%;
  }
  .wrap-by-fast .buy_fast {
    width: 100%;
  }
  .wrap-by-fast .buy_fast .button-buy-fast {
    margin-top: 0;
  }
  .wrap-by-fast .wrap-by-fast-img {
    width: 50%;
    margin: 0 0 25px 12px;
    height: auto;
    padding-right: 29px;
  }
  .wrap-by-fast .wrap-by-fast-img img {
    width: 100%;
    height: auto;
  }
  .wrap-by-fast .wrap-by-fast-desc {
    width: 100%;
    margin-top: -19px;
  }
  .wrap-by-fast .wrap-by-fast-desc .paragraph-medium {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .wrap-by-fast .wrap-by-fast-desc .phone-left h2 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 25px;
  }
}
@media all and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .wrap-by-fast {
    width: 100%;
    display: block;
    padding: 10px 0 20px 0;
  }
  .wrap-by-fast .buy_fast_body {
    display: block;
  }
  .wrap-by-fast .buy_fast_body label {
    color: #e4e5e1;
    font-size: 15px;
  }
  .wrap-by-fast .buy_fast_body div {
    width: 100%;
  }
  .wrap-by-fast .buy_fast .button-buy-fast {
    margin-top: 0;
  }
  .wrap-by-fast .wrap-by-fast-img {
    margin: 0 0 25px 5px;
    height: auto;
    padding-right: 20px;
    width: 100%;
  }
  .wrap-by-fast .wrap-by-fast-img img {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .wrap-by-fast .wrap-by-fast-desc {
    width: 100%;
    margin-top: -19px;
  }
  .wrap-by-fast .wrap-by-fast-desc .paragraph-medium {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .wrap-by-fast .wrap-by-fast-desc .phone-left h2 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 22px;
  }
}/*# sourceMappingURL=by_fast.css.map */