.section1 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 66px;
  padding-bottom: 110px;
}
.section1 .wrap .title {
  margin-bottom: 60px;
}
.section1 .wrap .title h3 {
  color: #111;
  font-size: 50px;
}
.section1 .wrap .title p {
  color: #6A7183;
  font-size: 24px;
}
.section1 .wrap .main {
  display: flex;
}
.section1 .wrap .main .left {
  background-color: #F5F7F8;
  padding: 60px 50px;
  width: 800px;
}
.section1 .wrap .main .left .top {
  margin-bottom: 50px;
}
.section1 .wrap .main .left .top.aos-animate {
  transition-delay: 0.2s;
}
.section1 .wrap .main .left .top h4 {
  font-size: 40px;
  line-height: 50px;
}
.section1 .wrap .main .left .top P {
  color: #6A7183;
  font-size: 18px;
}
.section1 .wrap .main .left .bottom.aos-animate {
  transition-delay: 0.4s;
}
.section1 .wrap .main .left .bottom .item {
  border-bottom: 1px solid #DBDFE6;
  padding: 13px 0;
}
.section1 .wrap .main .left .bottom .item:not(:last-child) {
  margin-bottom: 50px;
}
.section1 .wrap .main .left .bottom .item textarea,
.section1 .wrap .main .left .bottom .item input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 16px;
}
.section1 .wrap .main .left .bottom button {
  width: 263px;
  height: 70px;
  background-color: #007BDB;
  color: #fff;
  font-size: 18px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  border: 1px solid #007BDB;
  transition: all 1s;
  position: relative;
}
.section1 .wrap .main .left .bottom button.on{
  pointer-events: none;
  opacity: .8;
}
.section1 .wrap .main .left .bottom button.on p{
  transform: translateX(10px);
}
.section1 .wrap .main .left .bottom button.on .load{
  opacity: 1;
}
.section1 .wrap .main .left .bottom button p{
  transition: all .6s;
}
.section1 .wrap .main .left .bottom button .load{
  width: 20px;
  opacity: 0;
  transition: all .6s;
  left: 30px;
  filter: brightness(0) invert(1);
  position: absolute;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform:rotate(360deg);
  }
}
/* .section1 .wrap .main .left .bottom button .load img:nth-child(2){
  position: absolute;
  left: 0;
  opacity: 0;
} */
.section1 .wrap .main .left .bottom button:hover {
  background-color: #fff;
  color: #007BDB;
}
.section1 .wrap .main .right {
  margin-left: 110px;
  padding-top: 26px;
}
.section1 .wrap .main .right h4 {
  color: #111;
  font-size: 40px;
  margin-bottom: 50px;
}
.section1 .wrap .main .right .location {
  margin-bottom: 40px;
}
.section1 .wrap .main .right .location h5 {
  color: #111;
  font-size: 30px;
  margin-bottom: 15px;
}
.section1 .wrap .main .right .location p {
  color: #6A7183;
  font-size: 20px;
}
.section1 .wrap .main .right .location.aos-animate {
  transition-delay: 0.2s;
}
.section1 .wrap .main .right .contacts {
  margin-bottom: 40px;
}
.section1 .wrap .main .right .contacts h5 {
  color: #111;
  font-size: 30px;
  margin-bottom: 15px;
}
.section1 .wrap .main .right .contacts p {
  font-size: 20px;
  color: #6A7183;
  line-height: 40px;
}
.section1 .wrap .main .right .contacts p strong {
  display: inline-block;
  /* width: 70px; */
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.section1 .wrap .main .right .contacts.aos-animate {
  transition-delay: 0.4s;
}
.section1 .wrap .main .right .list {
  display: flex;
  gap: 34px;
}
.section1 .wrap .main .right .list .icon:nth-child(2) span {
  color: #3FAB2B;
}
.section1 .wrap .main .right .list .icon span {
  font-size: 24px;
}
.section1 .wrap .main .right .list.aos-animate {
  transition-delay: 0.6s;
}
.section2 .wrap #map {
  height: 622px;
}
.section2 .wrap #map img{
  width: 100%;
  height: 100%;
}
html[lang="ru"] .section1 .wrap .main .right .contacts p strong {
  width: fit-content;
}
html[lang="zh-CN"] .section1 .wrap .main .right .contacts p strong{
  width: fit-content;
}

.down_pull input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.down_pull .txt{
  color: #999;
  font-size: 16px;
}
.down_pull .text{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.down_pull .text .icon {
  transform: rotate(90deg);
}
.down_pull .text .icon span{
  font-size: 24px;
}
.down_pull.active .txt{
  color: #111;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap{
   width: 89.5833333333vw;
   padding-top: 3.4375vw;
   padding-bottom: 5.7291666667vw;
  }
  .section1 .wrap .title{
  margin-bottom: 3.125vw;
  }
  .section1 .wrap .title h3{
  font-size: 2.6041666667vw;
  }
  .section1 .wrap .title p{
  font-size: 1.25vw;
  }
  .section1 .wrap .main .left{
  padding: 3.125vw 2.6041666667vw;
   width: 41.6666666667vw;
  }
  .section1 .wrap .main .left .top{
  margin-bottom: 2.6041666667vw;
  }
  .section1 .wrap .main .left .top h4{
  font-size: 2.0833333333vw;
   line-height: 2.6041666667vw;
  }
  .section1 .wrap .main .left .top p{
  font-size: 0.9375vw;
  }
  .section1 .wrap .main .left .bottom .item:not(:last-child){
  margin-bottom: 2.6041666667vw;
  }
  .section1 .wrap .main .left .bottom .item textarea, .section1 .wrap .main .left .bottom .item{
  padding: 0.6770833333vw 0px;
  }
  .section1 .wrap .main .left .bottom button{
  width: 13.6979166667vw;
   height: 3.6458333333vw;
   font-size: 0.9375vw;
   border-radius: 1.8229166667vw;
   margin-top: 1.8229166667vw;
  }
  .section1 .wrap .main .right{
  margin-left: 5.7291666667vw;
   padding-top: 1.3541666667vw;
  }
  .section1 .wrap .main .right h4{
  font-size: 2.0833333333vw;
   margin-bottom: 2.6041666667vw;
  }
  .section1 .wrap .main .right .location{
  margin-bottom: 2.0833333333vw;
  }
  .section1 .wrap .main .right .location h5{
  font-size: 1.5625vw;
   margin-bottom: 0.78125vw;
  }
  .section1 .wrap .main .right .location p{
  font-size: 1.0416666667vw;
  }
  .section1 .wrap .main .right .contacts{
  margin-bottom: 2.0833333333vw;
  }
  .section1 .wrap .main .right .contacts h5{
  font-size: 1.5625vw;
   margin-bottom: 0.78125vw;
  }
  .section1 .wrap .main .right .contacts p{
  font-size: 1.0416666667vw;
   line-height: 2.0833333333vw;
  }
  .section1 .wrap .main .right .contacts p strong{
  /* width: 3.6458333333vw; */
   font-size: 1.0416666667vw;
  }
  .section1 .wrap .main .right .list{
  gap: 1.7708333333vw;
  }
  .section1 .wrap .main .right .list .icon span{
  font-size: 1.25vw;
  }
  .section2 .wrap #map{
  height: 32.3958333333vw;
  }
  .down_pull .txt,
  .section1 .wrap .main .left .bottom .item textarea,
  .section1 .wrap .main .left .bottom .item input {
    font-size: 0.833333333vw;
  }
  .section1 .wrap .main .left .bottom button.on p{
    transform: translateX(0.5208333333vw);
  }
  .section1 .wrap .main .left .bottom button .load{
    width: 1.0416666667vw;
    left: 1.5625vw;
  }

}
@media screen and (max-width: 1024px) {
    .section1 .wrap .main .left .bottom button.on p{
    transform: translateX(10px);
  }
  .section1 .wrap .main .left .bottom button .load{
    width: 16px;
    left: 1.5625vw;
  }
.down_pull .txt,
    .section1 .wrap .main .left .bottom .item textarea,
.section1 .wrap .main .left .bottom .item input {
  font-size: 14px;
}
.section1 .wrap .main .left .bottom .item textarea, .section1 .wrap .main .left .bottom .item{
  padding: 10px 0;
}
  .section1 .wrap{
    padding: 60px 0;
  }
  .section1 .wrap .title h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section1 .wrap .title p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .title{
    margin-bottom: 40px;
  }
  .section1 .wrap .main .right{
    margin-left: 0;
    padding-top: 0;
  }
  .section1 .wrap .main .left{
    padding: 20px;
  }
  .section1 .wrap .main .left .top h4{
    font-size: 20px;
  }
  .section1 .wrap .main .left .top p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .main{
    flex-direction: column-reverse;
  }
  .section1 .wrap .main .right h4{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .section1 .wrap .main .right .contacts h5,
  .section1 .wrap .main .right .location h5{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section1 .wrap .main .right .location p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .main .right .contacts p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .main .right .contacts p strong{
    font-size: 14px;
    /* width: 50px; */
  }
  .section1 .wrap .main .right .contacts {
    margin-bottom: 30px;
  }
  .section1 .wrap .main .right .list .icon span{
    font-size: 18px;
  }
  .section1 .wrap .main .right .list{
    gap: 30px;
  }
  .section1 .wrap .main .left{
    margin-top: 30px;
    width: 100%;
  }
  .section1 .wrap .main .left .top h4{
    margin-bottom: 10px;
    line-height: 1;
  }
  .section1 .wrap .main .left .bottom button{
    font-size: 14px;
    width: 170px;
    height: 40px;
    margin-top: 30px;
    border-radius: 30px;
  }
  .section2 .wrap #map{
    height: 200px;
  }
  .section1 .wrap .main .left .bottom .item textarea, .section1 .wrap .main .left .bottom .item input {
    padding: 10px 0px;
  }
  .section1 .wrap .main .left .bottom .item textarea{
    height: 100px;
  }
  .section1 .wrap .main .right .location {
    margin-bottom: 30px;
  }
  .section1 .wrap .main .left .top{
    margin-bottom: 30px;
  }
  .section1 .wrap .main .left .bottom .item:not(:last-child){
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap {
    padding: 50px 0;
  }
  .section1 .wrap .title h3 {
    font-size: 24px;
  }
  .section1 .wrap .main .right h4 {
    font-size: 20px;
  }
  .section1 .wrap .main .right .contacts h5, .section1 .wrap .main .right .location h5 {
    font-size: 18px;
  }
  .section1 .wrap .main .left .top h4 {
    font-size: 18px;
  }
  .section1 .wrap .title {
    margin-bottom: 30px;
  }

}