.address_list {
  max-height: 350px;
  overflow: auto;
  padding-right: 20px;
}
.address_list .address_item {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(202, 199, 199, 0.4901960784);
  color: #555555;
}
.address_list .address_item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.address_list .name_region {
  font-size: 15px;
  /* text-transform: uppercase; */
  margin-bottom: 18px;
  font-weight: bold;
  color: var(--main-color);
}
.address_list p {
  line-height: 23px;
  font-size: 15px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 30px;
}
.address_list p:last-child {
  margin-bottom: 0px;
}
.address_list p svg {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.site_name_contact {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 32px;
}

@media all and (max-width: 990px) {
  .contact {
    padding: 0px;
  }
}
.contact .region {
  font-size: 18px;
  display: none;
}
.contact .top {
  margin-bottom: 30px;
  margin-top: 20px;
}
.contact .contact_table {
  margin-top: 20px;
}
.contact .contact_table .clear_input {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 200%;
  transform: translate(0px, -200%);
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s all ease;
}
.contact .contact_table .clear_input i {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg version="1.1" width="10px" height="10px" fill="rgb(0,0,0)" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"><g><g><path d="M294.111,256.001L504.109,46.003c10.523-10.524,10.523-27.586,0-38.109c-10.524-10.524-27.587-10.524-38.11,0L256,217.892 L46.002,7.894c-10.524-10.524-27.586-10.524-38.109,0s-10.524,27.586,0,38.109l209.998,209.998L7.893,465.999 c-10.524,10.524-10.524,27.586,0,38.109c10.524,10.524,27.586,10.523,38.109,0L256,294.11l209.997,209.998 c10.524,10.524,27.587,10.523,38.11,0c10.523-10.524,10.523-27.586,0-38.109L294.111,256.001z"/></g></g></svg>');
  background-repeat: no-repeat;
}
.contact .contact_table .show_clear {
  opacity: 1;
  top: 50%;
  transform: translate(0px, -50%);
}
.contact .contact_table label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.contact .contact_table .mbl {
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contact .contact_table .mbl:nth-child(1), .contact .contact_table .mbl:nth-child(3) {
  margin-right: 20px;
}
.contact .contact_table .txtinput,
.contact .contact_table .ctselect {
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #ccc;
  padding-right: 10px;
}
.contact .contact_table .ctselect {
  background-color: #f3f3f3;
}
.contact .contact_table .ctselect option {
  margin-left: 20px;
}
.contact .contact_table .mbl2 {
  width: 100%;
  float: none;
  overflow: hidden;
}
.contact .contact_table #message {
  width: 100%;
  border: none;
  padding-left: 10px;
  padding-top: 10px;
  height: 120px;
  box-sizing: border-box;
}
.contact .row ul li {
  width: 33.3333%;
  float: left;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .contact .row ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .contact .row ul li {
    width: 100%;
  }
}
.contact .row ul li:nth-child(2n+4) {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .contact .row ul li:nth-child(2n+4) {
    clear: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .contact .row ul li:nth-child(2n+3) {
    clear: both;
  }
}
.contact .row ul li h2 {
  color: #af2a4a;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 18px;
  font-size: 15px;
}
.contact .map-canvas {
  height: 430px;
}

.grid8 {
  margin: 60px 0;
}
.grid8 .container {
  width: 1380px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.grid8 .grid8-img {
  width: 53%;
  margin-right: 25px;
}
.grid8 .grid8-img img {
  width: 100%;
  height: auto;
}
.grid8 .grid8-content {
  width: 45%;
}
.grid8 .grid8-content .grid8-info h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 800px) {
  .grid8 {
    width: 55%;
  }
}
@media all and (max-width: 650px) {
  .grid8 {
    float: unset;
    max-width: 100%;
    width: 100%;
  }
}

.grid4 {
  background-color: #fff;
}
.grid4 .container {
  width: 1420px;
  padding: 20px 0;
}
.grid4 .address_list,
.grid4 .address_item {
  width: 100%;
}
.grid4 .address_item {
  display: flex;
  text-align: center;
}
.grid4 .address_item .address_item_title {
  width: 100%;
  color: #5f646b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.grid4 .address_item .address_item_desc {
  width: 60%;
  color: #2a2d33;
  font-size: 17px;
  line-height: 22px;
  display: block;
  font-weight: 600;
}
.grid4 div {
  width: calc(33.3333333333% - 20px);
  margin: auto;
  margin-top: 0;
}
@media all and (max-width: 800px) {
  .grid4 {
    width: calc(45% - 30px);
    margin-left: 30px;
  }
}
@media all and (max-width: 650px) {
  .grid4 {
    width: 100%;
    float: unset;
    max-width: 100%;
  }
}

.contact_bottom {
  margin-top: 30px;
  border-top: 1px dashed rgba(202, 199, 199, 0.4901960784);
  padding-top: 30px;
}
@media all and (max-width: 650px) {
  .contact_bottom {
    margin-top: 18px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .grid4 {
    width: 100%;
    margin-left: 0px;
  }
  .grid4 .address_item {
    display: block;
  }
  .grid4 .address_item .address_item_title {
    margin-top: 20px;
  }
  .grid4 div {
    width: 100%;
  }
  .grid8 {
    margin: 60px 0;
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */