/* sec-prefab-processing
---------------------------------------------------------- */
.sec-prefab-processing {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec-prefab-processing {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

/* mod-images
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .mod-images.supports .images-col .images {
    max-width: 436px;
  }
}
/* mod-prefab-nav
---------------------------------------------------------- */
.mod-prefab-nav {
  position: relative;
}

.mod-prefab-nav .image img {
  width: 100%;
}

.list-prefab-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-prefab-nav .item {
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.list-prefab-nav .item:nth-child(odd) {
  left: 40px;
}

.list-prefab-nav .item:nth-child(even) {
  right: 40px;
}

.list-prefab-nav .item:nth-child(1) {
  top: 70px;
  width: 300px;
}

.list-prefab-nav .item:nth-child(2) {
  top: 70px;
  width: 335px;
}

.list-prefab-nav .item:nth-child(3) {
  top: 155px;
  width: 300px;
}

.list-prefab-nav .item:nth-child(4) {
  top: 340px;
  width: 270px;
}

.list-prefab-nav .item:nth-child(5) {
  bottom: 145px;
  width: 335px;
}

.list-prefab-nav .item:nth-child(6) {
  bottom: 145px;
  width: 255px;
}

.list-prefab-nav .item:nth-child(7) {
  bottom: 60px;
  width: 320px;
}

.list-prefab-nav .item:nth-child(8) {
  bottom: 60px;
  width: 180px;
}

.list-prefab-nav .item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  height: 40px;
  overflow: hidden;
  background-color: #1766c7;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.list-prefab-nav .item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("/common/img/ico_arrow_down.png") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.list-prefab-nav .item a:hover {
  opacity: 0.7;
}

/* sec-prefab
---------------------------------------------------------- */
.sec-prefab:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-prefab {
    padding: 0 15px;
  }
}

.sec-prefab .number {
  /*margin-left: 20px;
    margin-bottom: -15px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style: italic;
    color:#E4EDF8;
    font-size: 100px;
    font-size: 10rem;
    line-height: 1;*/
  margin-left: 20px;
  margin-bottom: -3px;
}

.sec-prefab .number img {
  height: 72px;
}

@media screen and (max-width: 767px) {
  .sec-prefab .number {
    /* margin-left: 15px;
      font-size: 90px;
      font-size: 9rem;*/
    margin-bottom: -2px;
  }
  .sec-prefab .number img {
    height: 65px;
  }
}

.sec-prefab .number.right {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec-prefab .number.right {
    margin-right: 15px;
  }
}

.sec-prefab .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec-prefab .row:not(:last-child) {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sec-prefab .row {
    display: block;
  }
  .sec-prefab .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

.sec-prefab .row.type-switch .box-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.sec-prefab .row.type-switch .list-images {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .sec-prefab .row.type-switch .list-images li {
    padding-left: inherit;
    padding-right: 18px;
  }
}

.sec-prefab .box-info {
  position: relative;
  padding: 35px 38px;
  background-color: #1766C7;
}

@media screen and (min-width: 768px) {
  .sec-prefab .box-info {
    width: 54%;
  }
}

@media screen and (max-width: 767px) {
  .sec-prefab .box-info {
    padding: 15px 20px;
  }
}

.sec-prefab .box-info .info {
  color: #fff;
}

.sec-prefab .box-info .info .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .sec-prefab .box-info .info .title {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
  }
}

.sec-prefab .box-info .info .desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec-prefab .box-info .info .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-prefab .list-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .sec-prefab .list-images {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .sec-prefab .list-images {
    margin: 0 -5px;
  }
}

.sec-prefab .list-images li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .sec-prefab .list-images li {
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sec-prefab .list-images li {
    margin-top: 10px;
    padding: 0 5px;
  }
}

.sec-prefab .list-images img {
  width: 100%;
}
