@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300i&subset=cyrillic");
.wrap_is-article .main-head .container {
  max-width: 1200px;
}

.wrap_is-article .article-banner {
  position: relative;
}

.wrap_is-article .article-banner:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 76px;
  height: 76px;
  background: url("../img/hero-arrow-down.png") 0 0 no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
  z-index: 2;
}

.s-article__container {
  max-width: 1200px;
  padding-top: 20px;
  position: relative;
}

.s-article__right {
  float: right;
  display: inline-block;
  width: 760px;
  padding-top: 15px;
}

.s-article__left {
  float: left;
  width: 315px;
}

.s-article #breadcrumbs {
  padding: 0 15px;
  max-width: 1200px;
  margin: 35px auto;
  font-size: 14px;
}

.article-nav {
  display: inline-block;
  width: 315px;
  z-index: 5;
  text-align: center;
}

.article-nav.article-nav_is-fixed {
  position: fixed;
  top: 70px;
  width: 315px;
}

.article-nav__btn {
  margin-top: 30px;
}

.article-nav__link {
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid rgba(62, 62, 62, 0.35);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #57576a;
  font-weight: 400;
  -webkit-transition: color 0.3s, border-color 0.3s;
          transition: color 0.3s, border-color 0.3s;
}

.article-nav__link b {
  font-weight: 500;
}

.article-nav__link.mPS2id-highlight {
  color: #433c89;
  border-color: #433c89;
}

.article-nav-mobile {
  display: none;
}

.new-article {
  color: #373744;
}

.new-article p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin: 20px 0;
}

.new-article p b {
  font-weight: 700;
}

.new-article h1 {
  font-size: 32px;
  color: #373744;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
}

.new-article h2 {
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  font-size: 24px;
  margin: 25px 0;
}

.new-article h3 {
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  font-size: 20px;
  margin-top: 40px;
}

.new-article h3:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: url("../img/next.svg") 0 0 no-repeat;
  background-size: contain;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
}

.new-article a:not(.btn) {
  color: #6e72fa;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.3s;
          transition: text-decoration-color 0.3s;
}

.new-article a:not(.btn):hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.new-article figure {
  margin: 0;
}

.new-article figcaption {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.new-article img {
  max-width: 100%;
}

.new-article ul {
  margin-top: 35px;
}

.new-article ul li {
  font-size: 16px;
  font-weight: 300;
  color: #3f4455;
  line-height: 1.2;
  position: relative;
  padding-left: 40px;
  margin-bottom: 13px;
}

.new-article ul li:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/success.svg") 0 0 no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.new-article ul li:last-child {
  margin-bottom: 0;
}

.new-article .note {
  padding-left: 30px;
  padding-right: 60px;
  line-height: 2;
  font-weight: 300;
  color: #373744;
  border-left: 3px solid #9a9dfc;
  margin: 25px 0 25px 65px;
}

.new-article__btn {
  text-align: center;
  margin: 25px 0;
}

.new-article .article__footer {
  padding-bottom: 40px;
}

.new-article .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.new-article .video iframe {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  border: none;
}

@media only screen and (max-height: 749px) {
  .article-nav__link {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-height: 649px) {
  .article-nav__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .s-article__right {
    width: 65%;
  }
  .s-article__left {
    width: 270px;
  }
  .article-nav {
    width: 270px;
  }
  .article-nav__link {
    padding-right: 15px;
  }
  .article-nav.article-nav_is-fixed {
    width: 270px;
  }
}

@media only screen and (min-width: 900px) {
  .article-nav-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .article-nav__link:hover {
    color: #433c89;
    border-color: #433c89;
  }
}

@media only screen and (max-width: 899px) {
  .s-article__container {
    padding-top: 0;
  }
  .s-article #breadcrumbs {
    padding: 0 15px;
    max-width: 1200px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .s-article__right {
    width: 100%;
    float: none;
  }
  .s-article__left {
    width: 100%;
    float: none;
  }
  .article-nav {
    display: none;
  }
  .article-nav-mobile {
    display: block;
    position: relative;
    -webkit-transition: top 0.6s linear;
            transition: top 0.6s linear;
    background-color: #23232b;
    left: 0;
    right: 0;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
    padding-top: 50px;
    top: 64px;
    opacity: 0;
    visibility: hidden;
  }
  .article-nav-mobile.show {
    opacity: 1;
    visibility: visible;
  }
  .article-nav-mobile__list {
    text-align: left;
    padding-bottom: 10px;
  }
  .article-nav-mobile__item {
    margin-bottom: 3px;
  }
  .article-nav-mobile__link {
    display: block;
    text-decoration: none;
    color: #bbb;
    border-bottom: none;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px;
    -webkit-transition: color 0.15s ease;
            transition: color 0.15s ease;
  }
  .article-nav-mobile__link b {
    font-weight: 400;
  }
  .article-nav-mobile__link:hover, .article-nav-mobile__link.mPS2id-highlight {
    color: #222;
    background-color: #eedd75;
  }
  .article-nav-mobile__toggle {
    height: 50px;
    height: auto;
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    top: 0;
    font-weight: 500;
  }
  .article-nav-mobile__toggle .toggle-icon {
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 7px;
    background: url(../img/arrow-down.svg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
  }
  .article-nav-mobile__toggle.visible .toggle-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 575px) {
  .new-article p {
    font-size: 16px;
  }
  .new-article h1 {
    font-size: 26px;
  }
  .new-article h2 {
    font-size: 22px;
  }
  .new-article h3 {
    font-size: 18px;
    padding-left: 30px;
  }
  .new-article h3:before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
  .new-article figcaption {
    font-size: 14px;
  }
  .new-article ul {
    margin-top: 35px;
  }
  .new-article ul li {
    font-size: 14px;
  }
  .new-article ul li:before {
    top: 0;
  }
  .new-article .note {
    font-size: 16px;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 30px;
  }
  .new-article .video {
    padding-bottom: 55.25%;
  }
}
