.rostelecom {
  font: 18px "Open Sans", sans-serif; }
  .rostelecom .intro {
    margin: 4% 0 7% 0;
  }
  .rostelecom .label_header {
    color: #A7AFBF;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
  .rostelecom .label_header:nth-child(even) { margin-left: 88px; }
  .rostelecom .label_header:nth-child(odd) { margin-left: 50px; }
  .rostelecom .pencil {
    position: absolute;
    left: -20px;
    background-image: url("../../images/portfolio/artbrut/pencil.svg");
    width: 17px;
    height: 21px;
  }
  .rostelecom .problem_text {
    margin: 2% 4.5% 2% 0; /* top right bottom left */
  }
  .rostelecom .problem_text:nth-child(even) {
    font-size: 13px;
    margin-right: 0;
  }
  .rostelecom .problem_text:nth-child(odd) {
    font-size: 17px;
    margin-left: 50px;
  }

  .rostelecom #mobile_problem_text .problem_text {
    margin: 0 15px 0;
    font-size: 16px;
  }

  .rostelecom #mobile_problem_text .pr_text_padding {
    padding-bottom: 35px;
  }
  
  .rostelecom .rows .text p {
    margin-right: 6%;
    margin-top: 4%;
  }
  .rostelecom .white-slide {
    padding-bottom: 5%;
  }
  .rostelecom .result {
    display: flex;
    flex-direction: row;
  }
  .rostelecom .result ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .rostelecom .num ul {
    list-style-type: decimal;
  }
  .rostelecom .result .list {
    justify-content: center;
    margin-right: 8%;
  }
  .rostelecom .result .list li {
    margin-bottom: 5%;
  }
  .rostelecom h3 {
    font-size: 24px; }
  .rostelecom hr {
    height: 8px;
    background: #FFA71C; }
  .rostelecom b {
    color: #FFA71C; }
  .rostelecom .header {
    background-image: url("../../images/portfolio/rostelecom_card.png");
    background-position: bottom; }
  .rostelecom .footer {
    background-position: bottom;
    background-image: url("../../images/portfolio/rostelecom_card.png"); }
  .rostelecom .logo {
    background-image: url("../../images/portfolio/rostelecom_logo.png"); }
  .rostelecom .gray-back {
    /* background-image: url("../../images/portfolio/rostelecom_card.png"); */
    background-color: #273a64;
    /* background-size: cover;  */
  }

    @media (max-width: 600px) {
      .rostelecom .result {
        flex-direction: column;
      }
      .rostelecom .result img {
        width: 100%;
        margin-bottom: 6%;
      }
      .rostelecom .problem_text {
        font-size: 14px;
        margin: 2% 7% 2% 1%;
      }
    }

/*# sourceMappingURL=rostelecom.css.map */
