body {
  margin: 0;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ecam22__wrap {
  background: #FFFFFF;
  max-width: 100%;
  width: 100%;
}

.ecam22__wrap img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.ecam22__wrap ul {
  margin-bottom: 0!important;
}
.ecam22__wrap li:before {
  display: none!important;
}
.ecam22__wrap ul:last-child {
  padding-bottom: 0;
}

.ecam22__wrap div:last-child {
  padding-bottom: 0;
}

.ecam22__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #FFFFFF;
}

.ecam22__box .ecam22__title {
  margin-bottom: 10px;
}

.ecam22__title {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #132643;
}

.ecam22__descr {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #132643;
}

.ecam22__list {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 50%;
}

.ecam22__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  width: 48%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #132643;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px!important;
  margin-bottom: 30px!important;
}

.ecam22__list-right {
  left: auto;
  right: 30px;
}

.ecam22__info {
  position: relative;
}

.ecam22__img-mobile {
  display: none!important;
  width: 100%;
}

.ecam22__box {
  position: absolute;
  left: 30px;
  bottom: 50px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 40%;
}

.ecam22__box-right {
  left: auto;
  right: 30px;
}

.ecam22__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 90px 30px;
}

.ecam22__boxs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  width: 32%;
}

.ecam22__boxs li img {
  width: 100%;
}

.ecam22__boxs .ecam22__title {
  text-align: center;
  margin-bottom: 30px;
}

.ecam22__video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.ecam22__video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  outline: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ecam22__boxs li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 1200px) {
  .ecam22__box {
    padding: 15px 20px;
  }
  .ecam22__title {
    font-size: 24px;
    line-height: 30px;
  }
  .ecam22__descr {
    font-size: 18px;
    line-height: 28px;
  }
  .ecam22__list li {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .ecam22__boxs {
    padding: 90px 15px;
  }
}

@media (max-width: 768px) {
  .ecam22__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ecam22__info:nth-child(1) .ecam22__box {
    padding: 0 0 15px 0;
  }
  .ecam22__box {
    position: static;
    background: transparent;
    border-radius: 0;
    padding: 50px 0 15px 0;
    width: 100%;
  }
  .ecam22__img-desktop {
    display: none!important;
  }
  .ecam22__img-mobile {
    display: block!important;
  }
  .ecam22__title {
    font-size: 20px;
    line-height: 24px;
  }
  .ecam22__descr {
    font-size: 16px;
    line-height: 22px;
  }
  .ecam22__list {
    width: 100%;
    height: 100%;
    padding: 15px 3px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .ecam22__list li {
    position: absolute!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32%;
    text-align: center;
    margin: 0!important;
    padding: 8px 2px!important;
    font-size: 14px;
    line-height: 19px;
    border-radius: 5px;
    height: 55px;
  }
  .ecam22__list li:nth-child(1) {
    left: 3px;
    top: 15px;
  }
  .ecam22__list li:nth-child(2) {
    left: 50%;
    top: 15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ecam22__list li:nth-child(3) {
    right: 3px;
    top: 15px;
  }
  .ecam22__list li:nth-child(4) {
    left: 3px;
    bottom: 15px;
  }
  .ecam22__list li:nth-child(5) {
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ecam22__list li:nth-child(6) {
    right: 3px;
    bottom: 15px;
  }
  .ecam22__boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 10px 0px 10px;
  }
  .ecam22__boxs li {
    width: 100%;
    margin-bottom: 50px;
  }
  .ecam22__boxs li:last-child {
    margin-bottom: 0;
  }
  .ecam22__boxs .ecam22__title {
    margin-bottom: 15px;
  }
  .ecam22__video {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .ecam22__list li {
    font-size: 10px;
    line-height: 14px;
    height: 50px;
  }
}
