.header{
  background-color: #1a253f;
}

.comp-ban{
  margin-top: 80px;
}

.img-beijing{
}

.leader{
  width: 1040px;
  margin: 0 auto;
}

.main-cell-leader{
  padding-bottom: 120px;
}

.leader .boxer{
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow:inset 0px 0px 15px 1px rgba(0, 0, 0, .3);
}

.leader .boxer .item{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .35);
  position: relative;
}

.leader .boxer .item .textr{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -95px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.leader .boxer .item .textr .descr:not(:last-child){
  margin-bottom: 5px;
}

.leader .boxer .glass{
  padding: 0 35px;
  text-align: center;
}

#gallery {
  /* width: 1200px; */
}

.main-cell-map .swip * {
  box-sizing: border-box;
}

#thumbs {
  /* width: 880px; */
  padding-top: 20px;
}

#thumbs .swiper-slide {
  opacity: 0.3;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #007afe;
  position: relative;
}

#thumbs .swiper-slide .desc{
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: rgba(0, 122, 254, .7);
  left: 0;
  bottom: 0;
  color: #fff;
}

#thumbs .swiper-slide:hover{
  opacity: 1;
  transform: translateY(-5px);
}

#thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: translateY(-5px);
}

#thumbs .swiper-slide img{
  height: 75px;
}

#gallery .swiper-slide {
  opacity: .8;
  position: relative;
}

#gallery .swiper-slide .desc {
  position: absolute;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 122, 254, .7);
  left: 0;
  bottom: 0;
  color: #fff;
  /* opacity: .7; */
}

#gallery .swiper-slide .desc::selection{
  color: blue;
}

#gallery .swiper-slide.swiper-slide-active{
  opacity: 1;
}

#gallery .swiper-slide img{
  width: 100%;
}

#gallery .swiper-slide .img-beijing{
  width: 1010px;
  height: 420px;
}

.map{
  width: 1040px;
  margin: 0 auto;
  border-radius: 2px;
}

.map .swip{
  text-align: center;
  padding: 15px;
  background-color: #fff;
}

.map .boxer{
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map .boxer .item{
  width: 330px;
}

.map .boxer .img{
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 20px 0;
  position: relative;
  box-sizing: content-box;
}

.map .boxer .img img{
  width: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map .boxer .titler{
  color: #006cff;
  font-size: 18px;
  margin-bottom: 12px;
}

.map .boxer .descr {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

@media (max-width: 414px){
  .comp-ban{
    margin-top: 40px;
  }
  .leader .boxer .item .textr{
    position: static;
    margin-top: 20px;
  }
  .leader{
    width: 100%;
  }
  .leader .boxer{
    display: block;
  }
  .leader .boxer .item{
    box-shadow: none;
  }
  .leader .boxer .glass{
    padding: 35px 35px;
  }
  .main-cell-leader{
    padding-bottom: 40px;
  }
  .map{
    width: 100%;
  }
  .map .boxer .item{
    width: 100%;
  }
  .map .boxer .img{
    width: 80px;
    height: 80px;
  }
  #gallery .swiper-slide .img-beijing {
    width: auto;
    height: auto;
  }
  #thumbs{
    display: none;
  }
}