body {
  color: #E2E2E2;
}

/* main */
.menu__info-service {
  min-width: 320px;
  max-width: 100%;
  padding: 1.4rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.menu__info--dashed-list {
    margin: 0 auto;
    padding: 0 0 0 1px;
    list-style: none;
    margin-left: -36px;
}
.menu__info--dashed-list--item {
    margin: 0 auto;
    padding: 0 0 15px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}
.menu__info--dashed-list--item--text {
    padding: 2px 0 0 36px;
    display: inline-block;
    background: url(../img/hor_internal.svg) top 0.5em left;
    background-repeat: no-repeat;
}

.menu__info--dashed-list--item:before {
    content: '';
    height: 100%;
    width:2px;
    background: url(../img/vertical.svg) top left;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: -5px;
}
.menu__info--dashed-list--item:first-child:before {
    content: '';
    height: 65%;
    top: 36%;
}
.menu__info--dashed-list--item:last-child:before {
    content: '';
    height: 36%;
    bottom: 61%;
    top: auto;
}
.menu__info--dashed-list--item:first-child .menu__info--dashed-list--item--text,
.menu__info--dashed-list--item:last-child .menu__info--dashed-list--item--text{
    background: url(../img/hor_external.svg) center left;
    background-repeat: no-repeat;
}
.menu__info--troika-page {
    font-size: 1rem;
    margin: 48px auto 0;
    padding-left: 36px;
    max-width: 400px;
    transition: 1s;
}
.info-4 .menu__info--troika-page{
    display: block;
}
.menu__info--troika-page .menu__info--dashed-list {
    margin-bottom: 60px;
}
.menu__info--attention {
    margin-left: -36px;
    padding: 0 0 0 36px;
    background: url(../img/!.svg) top 0.25em left 2px;
    background-repeat: no-repeat;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}
body.menu.info.phone .menu__info--troika-page {
    top: 468px;
    left: 602px;
}
body.menu.info-4.phone .menu__info--replenish-app {
    top: 783px;
    left: 126px;
    display: block;
}
.menu__info--caption {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5rem;
}
.menu__info--question {
    padding-bottom: 52px;
}
.menu__info--troika-page p.menu__info--caption {
    padding-bottom:30px;
}
.menu__info--paragraph {
    padding-bottom: 18px;
}

@media screen and (max-device-width: 600px) {
    .menu__info--replenish-app .menu__info--caption {
        font-size: 1rem;
    }
}