@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.eot');
    src: url('fonts/subset-Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Bold.woff') format('woff'),
        url('fonts/subset-Montserrat-Bold.ttf') format('truetype'),
        url('fonts/subset-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.section {
  display: table;
  width: 100%;
  position: relative;
}
.section__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  padding: 80px 0;
}
.section__text {
  font-weight: 300;
  font-size: 50px;
  line-height: 125%;
  color: #fff;
}
@media screen and (max-width: 1199px) {
    .section__text {
        font-size: 42px;
    }
}
@media screen and (max-width: 991px) {
    .section__text {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section__text {
        font-size: 26px;
    }
    .section__content {
        padding: 60px 0;
    }
}

.detail-pic {
    text-align: center;
    margin-top: 70px;
}
.detail-pic__inner {
    display: inline-block;
    position: relative;
}
.detail-pic__img {}
.detail-pic__info {
    position: absolute;
    right: calc(100% + 50px);
    color: #FFFFFF;
    font-weight: 300;
    text-align: right;
    line-height: 125%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.detail-pic__info-title {
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}
.detail-pic__info-title:before {
    content: "";
    position: absolute;
    left: calc(100% + 18px);
    top: 50%;
    transform: translate(0,-50%);
    height: 1px;
    background: rgba(255,255,255,0.5);
    width: 60px;
}
.detail-pic__info-text {
    font-size: 14px;
    position: relative;
}

.detail-pic__info_right {
    left: calc(100% + 50px);
    text-align: left;
    align-items: flex-start;
}
.detail-pic__info_right .detail-pic__info-title:before {
    left: auto;
    right: calc(100% + 18px);
}
.detail-pic__info_1 {
    top: 2%;
}
.detail-pic__info_2 {
    top: 9%;
}
.detail-pic__info_2 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_3 {
    top: 15%;
}
.detail-pic__info_4 {
    top: 25.5%;
}
.detail-pic__info_5 {
    top: 32%;
}
.detail-pic__info_5 .detail-pic__info-title:before,
.detail-pic__info_5 .detail-pic__info-text:before {
    width: calc(30% + 32px);
}
.detail-pic__info_6 {
    top: 46%;
}
.detail-pic__info_6 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_7 {
    top: 47%;
}
.detail-pic__info_7 .detail-pic__info-title:before {
    width: calc(11% + 32px);
}
.detail-pic__info_8 {
    top: 56.5%;
}
.detail-pic__info_8 .detail-pic__info-title:before {
    width: calc(10% + 32px);
}
.detail-pic__info_9 {
    top: 60%;
}
.detail-pic__info_9 .detail-pic__info-title:before {
    width: calc(35% + 32px);
}
.detail-pic__info_10 {
    top: 67%;
}
.detail-pic__info_10 .detail-pic__info-title:before {
    width: calc(35% + 32px);
}
.detail-pic__info_11 {
    top: 72%;
}
.detail-pic__info_11 .detail-pic__info-title:before {
    width: calc(20% + 32px);
}
.detail-pic__info_12 {
    top: 75%;
}
.detail-pic__info_12 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_13 {
    top: 78.5%;
}
.detail-pic__info_13 .detail-pic__info-title:before {
    width: calc(40% + 32px);
}
.detail-pic__info_14 {
    top: 79%;
}
.detail-pic__info_14 .detail-pic__info-title:before {
    width: calc(13% + 32px);
}
.detail-pic__info_15 {
    top: 87%;
}
.detail-pic__info_15 .detail-pic__info-title:before {
    width: calc(32% + 32px);
}
.detail-pic__info_16 {
    top: 95%;
}
.detail-pic__info_16 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}

@media screen and (max-width: 1279px) {
    .detail-pic__info-text {
        width: 60%;
    }
}
@media screen and (max-width: 991px) {
    .detail-pic__inner {
        max-width: 250px;
    }
    .detail-pic__info {
        right: calc(95% + 50px);
        width: 85%;
    }
    .detail-pic__info_right {
        left: calc(95% + 50px);
    }
    .detail-pic__info-title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .detail-pic__info-text {
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: -0.02em;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .detail-pic {
        text-align: right;
        margin-top: 40px;
    }
    .detail-pic__inner {
        max-width: 40vw;
    }
    .detail-pic__info {
        width: calc(100% - 20px);
    }
    .detail-pic__info-title {
        white-space: nowrap;
        display: flex;
        justify-content: flex-end;
        font-size: 12px;
    }
    .detail-pic__info-text {
        display: none;
    }
    .detail-pic__info_right {
        left: auto;
        text-align: right;
    }
    .detail-pic__info_right .detail-pic__info-title:before {
        left: calc(100% + 18px);
    }
    .detail-pic__info_3 {
        top: 16.5%;
    }
    .detail-pic__info_6 {
        top: 44%;
    }
    .detail-pic__info_7 {
        top: 48%;
    }
    .detail-pic__info_8 {
        top: 53.5%;
    }
    .detail-pic__info_8 .detail-pic__info-title::before {
        width: calc(90% + 32px);
    }
    .detail-pic__info_10 {
        top: 65%;
    }
    .detail-pic__info_11 {
        top: 70%;
    }
    .detail-pic__info_14 {
        top: 83%;
    }
    .detail-pic__info_14 .detail-pic__info-title::before {
        width: calc(30% + 32px);
    }
    .detail-pic__info_15 {
        top: 88%;
    }
}
@media screen and (min-width: 768px) {
    .detail-pic__info_line_text .detail-pic__info-title:before {
        content: none;
        display: none;
    }
    .detail-pic__info_line_text .detail-pic__info-text:before {
        content: "";
        position: absolute;
        left: calc(100% + 18px);
        top: 0.65em;
        height: 1px;
        background: rgba(255,255,255,0.5);
        /*width: 60px;*/
    }
}