@charset "UTF-8";
#breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  color: #636A7D;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 40px;
}
#breadcrumbs a {
  color: #00a3d3;
  text-decoration: none;
  border-bottom: 1px solid #00a3d3;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  line-height: 1;
}
#breadcrumbs a:hover {
  border-color: transparent;
}

[itemscope] > [itemprop=itemListElement] {
  padding-right: 32px;
  position: relative;
}
[itemscope] > [itemprop=itemListElement]::after {
  content: ">";
  width: 8px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
  /* background-image: url("../img/tutorial/breadcrumbs-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}

.na-h2 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
.na-h2 a {
  color: #252831;
  text-decoration: underline;
  text-decoration-color: #252831;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.na-h2 a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.na-h3 {
  margin: 0;
  line-height: 1.6;
  font-size: 23px;
  font-weight: 700;
  margin-top: 50px;
}
.na-h3 a {
  color: #252831;
  text-decoration: underline;
  text-decoration-color: #252831;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.na-h3 a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.na-h4 {
  margin: 0;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.na-h4 span {
  color: #FF6400;
}
.na-h4 a {
  color: #252831;
  text-decoration: underline;
  text-decoration-color: #252831;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.na-h4 a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.na-link {
  color: #252831;
  text-decoration: underline;
  text-decoration-color: #252831;
  transition: ease 0.2s;
}
.na-link:hover {
  color: #29C0FF;
  text-decoration: underline;
  text-decoration-color: #29C0FF;
}

.new-article #page-rating-block {
  margin-top: 25px;
}
.new-article-section {
  padding: 0;
  margin: 50px 0;
  font-size: 18px;
}
.new-article-section--head {
  margin-top: 0px;
}
.new-article-section p {
  font-weight: 300;
  line-height: 1.6;
  font-size: 18px;
  margin: 15px 0;
}
.new-article-section p b, .new-article-section p strong {
  font-weight: 700;
}
.new-article-section figcaption {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  display: block;
  font-weight: 400;
}
.new-article-img {
  margin: 0;
  padding: 0 100px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.new-article-img a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 52.8%;
  position: relative;
}
.new-article-img a img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-article-img-contain a img {
  object-fit: contain;
}
.new-article-img-little a {
  padding-bottom: 35%;
}
.new-article-img-big a {
  padding-bottom: 87%;
}

.new-article-video {
  width: 100%;
  margin-top: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  padding-bottom: 52.8%;
}
.new-article-video-block {
  padding: 0 100px;
}
.new-article-video::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.new-article-video:hover .new-article-video__play path {
  fill: #29C0FF;
}
.new-article-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-article-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.new-article-video-block__container {
  position:relative;
  padding-bottom:56.25%
}
.new-article-video-block__container__iframe {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}

.new-article-video__play path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.new-article__title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  font-family: "Lora";
}
.new-article__subtitle {
  background-color: #F7FBFF;
  width: 100%;
  color: #7987AB;
  padding: 5px 15px;
  border-left: 4px solid #749DCE;
  margin: 0;
  margin-top: 25px;
}
.new-article__descr {
  margin-top: 30px;
}
.new-article__tags {
  margin-top: 13px;
}
.new-article__tags #page-rating-value {
  font-size:18px;
  font-weight:400;
}
.new-article__author, .new-article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          flex-wrap: wrap;
}
.new-article__author span, .new-article__date span {
  font-size: 16px;
  color: #434354;
}
.new-article__author span b, .new-article__author span strong, .new-article__date span b, .new-article__date span strong {
  font-weight: 700;
}
.new-article__author span a, .new-article__date span a {
  color: #434354;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #434354;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.new-article__author span a:hover, .new-article__date span a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.new-article__author img, .new-article__date img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 3px;
}
.new-article__author-block {
  margin-right: 60px;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .new-article__author-block {
    margin-right: 0;
    width: 100%;
  }
}

.new-article__date {
  margin-top: 17px;
  margin-right: 60px;
}
.new-article__date:last-child {
  margin-right: 0;
}
.new-article-nav__border {
  display: inline-block;
  border: 1px solid #D9D9D9;
  padding: 15px 10% 20px 25px;
}
.new-article-nav {
  margin-top: 20px;
}
.new-article-nav li + li {
  margin-top: 10px;
}
.new-article-nav li ul {
  margin-left: 20px;
  margin-top: 10px;
}
.new-article-nav a {
  color: #434354;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.new-article-nav a:hover {
  color: #29C0FF;
}
.new-article-nav a:hover span {
  text-decoration: underline;
  text-decoration-color: #29C0FF;
}
@media only screen and (max-width: 575px) {
  .new-article-nav__border {
    padding: 15px;
  }
  .new-article__date {
    margin-right: 30px;
  }
}

.check-list {
  margin-top: 15px;
}
.check-list li {
  line-height: 2;
  padding-left: 20px;
  position: relative;
  list-style-type: none;
}
.check-list li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 10px;
  content: "";
  display: inline-block;
  background-image: url("../img/tutorial/check-list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.marked-list {
  margin-top: 15px;
  list-style-type: none;
}
.marked-list li {
  line-height: 2;
  padding-left: 13px;
  position: relative;
}
.marked-list li::before,
ul.marked-list li::before {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 9px;
  content: "•";
  color: #FF6400;
  display: inline-block;
}
.numbered-list .marked-list {
  margin-top: 0;
}

.numbered-list {
  margin-top: 15px;
  counter-reset: item;
  list-style-type: none;
}
.numbered-list li {
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.numbered-list > li::before {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 10px;
  content: "";
  color: #FF6400;
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
}
.numbered-list li > ol {
  counter-reset: subitem;
  list-style-type: none;
}
.numbered-list li > ol li {
  padding-left: 35px;
}
.numbered-list li > ol li::before {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 10px;
  content: "";
  color: #FF6400;
  display: inline-block;
  content: counter(item) "." counter(subitem) ".";
  counter-increment: subitem;
}

.note {
  margin: 50px 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 25px 25px 74px;
  position: relative;
}
.note::before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.note__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 17px;
}
.note__text {
  font-weight: 300;
}
.note--advice:before {
  background-image: url("../img/tutorial/advice-icon.svg");
}
.note--alarm::before {
  background-image: url("../img/tutorial/alarm-icon.svg");
}

.na-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
.na-cta__title {
  margin: 0;
  max-width: 300px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}
.na-cta__title img {
  margin-left: 10px;
  position: relative;
  top: 7px;
}
.na-cta__button {
  font-size: 17px;
  margin-left: 20px;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 16px 26px 16px 16px;
}
.na-cta__button .btn__icon {
  width: 26px;
  height: 20px;
  margin-right: 16px;
}

.recommended {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 50px 0;
  background-color: #fff;
}
.recommended__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 387px;
}
.recommended__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommended__info {
  padding: 42px 76px;
}
.recommended__title {
  margin: 0;
  padding-left: 42px;
  position: relative;
}
.recommended__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/tutorial/like-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 6px;
}
.recommended__text {
  margin-top: 10px;
}

.director {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #186FC3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 30px 19px;
  margin: 50px 0;
}
.director__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Lora";
  font-weight: 700;
}
.director__text {
  margin-top: 15px;
  max-width: 600px;
  display: inline-block;
}
.director__btn-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.director__btn-block .button-info {
  color: #fff;
}

.article-features {
  padding: 50px 0;
}
.article-features .features-block {
  margin-bottom: -50px;
  margin-top: 50px;
}

.interesting-articles {
  background-color: #f8f8f8;
  padding: 74px 0 100px;
  margin: 0;
}
.interesting-articles .articles {
  margin-top: 45px;
  margin-bottom: -40px;
}

.yandex-dzen {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yandex-dzen-subscribe {
  font-size: 19px;
  font-weight: 700;
  color: #5e5d57;
}
.yandex-dzen-block {
  margin-left: 14px;
  border-radius: 2px;
  border: 1px solid #cad102;
}
.yandex-dzen-block .yandex-dzen-link {
  padding: 0 19px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #dfe274;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.yandex-dzen-link:hover {
  -webkit-box-shadow: 3px 4px 14px 0 rgb(223, 226, 116);
          box-shadow: 3px 4px 14px 0 rgb(223, 226, 116);
}
.yandex-dzen-text {
  font-size: 16px;
  margin-right: 10px;
  color: #5e5d57;
  text-decoration: none;
}

.dzen {
  padding: 50px 0;
}

@media only screen and (max-width: 370px) {
  .yandex-dzen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .yandex-dzen-block {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  #breadcrumbs {
    font-size: 14px;
  }
  [itemscope] > [itemprop=itemListElement]::after {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .na-h2 {
    font-size: 26px;
  }
  .na-h3 {
    font-size: 20px;
  }
  .na-h4 {
    font-size: 18px;
  }
  .new-article-section {
    font-size: 16px;
  }
  .new-article-section p {
    font-size: 16px;
  }
  .new-article-section figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
  .new-article__title {
    font-size: 36px;
  }
  .new-article__author span, .new-article__date span {
    font-size: 14px;
  }
  .check-list li::before {
    top: 9px;
  }
  .marked-list li::before {
    top: 9px;
  }
  .numbered-list li::before {
    top: 9px;
  }
  .director__text {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .new-article__date b {
    display: block;
  }
  .new-article-img {
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-article-video-block {
    padding-left: 50px;
    padding-right: 50px;
  }
  .recommended__photo {
    width: 50%;
  }
  .recommended__info {
    padding: 30px 40px;
  }
  .article-features .features-block {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .new-article-img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-article-video-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .na-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .na-cta__title {
    text-align: center;
  }
  .na-cta__title img {
    display: none;
  }
  .na-cta__button {
    margin-left: 0;
    margin-top: 15px;
  }
  .director {
    padding: 30px 20px;
  }
  .director__btn-block .button-info {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .recommended__title {
    padding-left: 32px;
  }
  .recommended__title::before {
    top: 5px;
  }
}
@media only screen and (max-width: 575px) {
  #breadcrumbs {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  [itemscope] > [itemprop=itemListElement] {
    padding-right: 25px;
  }
  [itemscope] > [itemprop=itemListElement]::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    top: 2px;
    right: 10px;
  }
  .na-h2 {
    font-size: 18px;
  }
  .na-h3 {
    font-size: 18px;
  }
  .na-h4 {
    font-size: 16px;
  }
  .new-article-section {
    font-size: 14px;
    margin: 40px 0;
  }
  .new-article-section p {
    font-size: 14px;
  }
  .new-article-section figcaption {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
  }
  .new-article-img {
    margin-top: 25px;
  }
  .new-article-video {
    margin-top: 25px;
  }
  .new-article-video__play {
    width: 48px;
    height: 48px;
  }
  .new-article-video__play svg {
    width: 48px;
    height: 48px;
  }
  .new-article__title {
    font-size: 24px;
  }
  .new-article__tags {
    margin-top: 3px;
  }
  .new-article__author span, .new-article__date span {
    font-size: 12px;
  }
  .new-article__date span {
    margin-right: 30px;
  }
  .new-article__author img, .new-article__date img {
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .check-list li::before {
    top: 8px;
    width: 13px;
    height: 13px;
  }
  .marked-list li::before {
    top: 8px;
  }
  .numbered-list li::before {
    top: 8px;
  }
  .note {
    padding: 15px;
  }
  .note::before {
    left: 15px;
    top: 15px;
  }
  .note__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .na-cta__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    max-width: 220px;
  }
  .recommended {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommended__photo {
    width: 100%;
  }
  .recommended__photo img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .recommended__info {
    padding: 15px;
  }
  .recommended__title::before {
    width: 20px;
    height: 20px;
  }
  .director {
    background-image: none !important;
    padding: 30px 20px 0;
    border-radius: 15px 15px 10px 10px;
    position: relative;
    padding-bottom: 140px;
  }
  .director__title {
    font-size: 24px;
  }
  .director__btn-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .director__btn-block .button {
    width: 100%;
  }
  .article-features {
    padding: 0;
  }
  .article-features .features-block {
    margin-bottom: -20px;
    margin-top: 15px;
  }
  .interesting-articles {
    padding: 0;
    margin: 50px 0;
    background-color: transparent;
  }
  .interesting-articles .articles {
    margin-top: 33px;
    margin-bottom: -20px;
  }
  .dzen {
    padding: 0;
  }
}
.na-steps {
  border-radius: 10px;
  overflow: hidden;
  counter-reset: item;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.na-step + .na-step {
  margin-top: 2px;
}
.na-step__title {
  background-color: #F6F6F7;
  color: #252831;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 60px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
  padding: 10px 20px 10px 77px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.na-step__title::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  color: #CACACA;
  content: "0" counter(item);
  counter-increment: item;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 35px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.na-step__title.active {
  color: #fff;
  background-color: #353B4E;
}
.na-step__title.active::before {
  color: #fff;
  background-color: #283149;
}
.na-step__title.active + .na-step__info {
  display: block;
}
.na-step__info {
  position: relative;
  min-height: 300px;
  padding-right: 500px;
  display: none;
}
.na-step__text {
  padding: 21px 24px;
}
.na-step__text p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.na-step__text p + p {
  margin-top: 25px;
}
.na-step__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 464px;
  bottom: 0;
}
.na-step__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .na-step__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .na-step__info {
    padding-right: 0;
  }
  .na-step__image {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .na-step__image img {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .na-step__title {
    font-size: 14px;
  }
  .na-step__text {
    padding: 23px 15px;
  }
  .na-step__text p {
    font-size: 12px;
  }
  .na-step__text p + p {
    margin-top: 20px;
  }
}
.rating-table {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  margin: 50px 0;
}
.rating-table__back, .rating-table__next {
  top: 73px;
  position: absolute;
  width: 39px;
  height: 39px;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rating-table__back.slick-disabled, .rating-table__next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.rating-table__back svg path, .rating-table__next svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.rating-table__back:hover svg path, .rating-table__next:hover svg path {
  fill: #252831;
}
.rating-table__back {
  left: -270px;
}
.rating-table__next {
  right: -20px;
}
.rating-table__head {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #F3F3F3;
}
.rating-table__body {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-table__app {
  border-right: 1px solid #F3F3F3;
}
.rating-table__app-td {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid #F3F3F3;
  height: 75px;
  width: 100%;
}
.rating-table__app-td:last-child {
  border-bottom: none;
  height: 100px;
}
.rating-table__app-td.rating-table__app-td-big {
  height: 140px;
}
.rating-table__app-td.rating-table__app-td-auto {
  height: auto;
}
.rating-table__th {
  padding: 10px 30px;
  height: 75px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  border-bottom: 1px solid #F3F3F3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rating-table__th:last-child {
  border-bottom: none;
  height: 100px;
}
.rating-table__th.rating-table__th-big {
  height: 140px;
}
.rating-table__th.rating-table__th-auto {
  height: auto;
}
.rating-table__th-app {
  color: #000;
  border-bottom: 1px solid #F3F3F3;
  line-height: 1.6;
  font-weight: 700;
  font-size: 20px;
  padding: 30px;
  height: 210px;
  width: 100%;
}

.app {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
.app__place {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  width: 28px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 2;
  padding-top: 5px;
}
.app__place::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 14px 11px 14px;
  border-color: transparent transparent #fff transparent;
}
.app__icon {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.app__button {
  margin-top: auto;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
}
.app__button.disabled {
  background-color: #F0F0F0;
  color: #88888E;
}
.app__button.disabled::after {
  display: none;
}
.app__button.disabled:hover {
  background-color: #252831;
  color: #fff;
}
.app__button.disabled:hover svg path {
  fill: #fff;
}
.app__button .btn__icon,
.app__button svg {
  width: 17px;
  height: 14px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}
.app__button svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

@media only screen and (max-width: 1199px) {
  .rating-table__th {
    font-size: 16px;
    height: 65px;
  }
  .rating-table__th:last-child {
    height: 90px;
  }
  .rating-table__th.rating-table__th-big {
    height: 130px;
  }
  .rating-table__th.rating-table__th-auto {
    height: auto;
  }
  .rating-table__th-app {
    font-size: 18px;
  }
  .rating-table__app-td {
    font-size: 16px;
    height: 65px;
  }
  .rating-table__app-td:last-child {
    height: 90px;
  }
  .rating-table__app-td.rating-table__app-td-big {
    height: 130px;
  }
  .rating-table__app-td.rating-table__app-td-auto {
    height: auto;
  }
  .app__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .rating-table__body {
    width: calc(100% - 210px);
  }
  .rating-table__back {
    left: -235px;
  }
  .rating-table__head {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .rating-table__back {
    left: -230px;
  }
}
@media only screen and (max-width: 575px) {
  .rating-table {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 50px;
  }
  .rating-table__back {
    left: auto;
    right: 45px;
    top: -50px;
  }
  .rating-table__next {
    right: 0;
    top: -50px;
  }
  .rating-table__head {
    left: auto;
    border: none;
    width: 120px;
  }
  .rating-table__body {
    width: calc(100% - 120px);
  }
  .rating-table__th {
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding: 8px 10px 8px 0;
  }
  .rating-table__th-app {
    font-size: 14px;
    border: none;
    padding: 11px 0;
    height: 135px;
  }
  .rating-table__app {
    border: none;
  }
  .rating-table__app-td {
    font-size: 12px;
    font-weight: 300;
    border: none;
    padding: 8px 10px;
  }
  .app {
    border: none;
    padding: 13px 10px 10px;
    height: 135px;
  }
  .app__title {
    font-size: 12px;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .app__icon {
    width: 30px;
    height: 30px;
  }
  .app__place {
    width: 18px;
    height: 27px;
    font-size: 14px;
    padding-top: 2px;
    left: calc(50% - 50px);
  }
  .app__place::after {
    border-width: 0 9px 7px 9px;
  }
}
.results-table {
  margin: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.results-table__back, .results-table__next {
  top: -35px;
  position: absolute;
  width: 39px;
  height: 39px;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.results-table__back.slick-disabled, .results-table__next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.results-table__back svg path, .results-table__next svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.results-table__back:hover svg path, .results-table__next:hover svg path {
  fill: #252831;
}
.results-table__back {
  left: auto;
  right: 45px;
}
.results-table__next {
  right: 0px;
}
.results-table .app__button {
  margin-top: 0;
}
.results-table__button {
  background-color: #CDCDCD;
  font-size: 15px;
  padding: 8px 10px;
}
.results-table__button::after {
  display: none;
}
.results-table__button .btn__arrow {
  margin-left: 6px;
  width: 11px;
  height: 4px;
  position: relative;
  top: 1px;
}
.results-table__button:hover {
  background-color: #252831;
}
.results-table__button:hover .btn__arrow {
  display: inline-block;
}
.results-table__td {
  padding: 0 15px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.results-table__td a:not(.button) {
  color: #29C0FF;
  text-decoration: underline;
  text-decoration-color: #29C0FF;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.results-table__td a:not(.button):hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.results-table__th {
  padding: 0 15px;
  height: 55px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.results-table__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
}
.results-table__head .results-table__td, .results-table__head .results-table__th {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}
.results-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 190px);
}
.results-table__body .slick-list {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .results-table__th, .results-table__td {
    font-size: 12px;
    height: 45px;
  }
  .results-table__head {
    width: 100px;
  }
  .results-table__head .results-table__th {
    font-weight: 700;
  }
  .results-table__body {
    width: calc(100% - 100px);
  }
}
.article-app {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 140px 30px 30px;
  overflow: hidden;
  margin: 50px 0;
}
.article-app__punkt {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 90px;
  background-color: #D9D9D9;
  border-radius: 0px 0px 30px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-app__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-app__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.article-app__icon {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}
.article-app__rating {
  display: flex;
  flex-wrap: wrap;
}
.article-app__rating .srtgs {
  margin-right: 30px;
}
.article-app__button {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article-app__button.disabled {
  background-color: #CDCDCD;
  color: #fff;
}
.article-app__button.disabled::after {
  display: none;
}
.article-app__button.disabled:hover {
  background-color: #252831;
}
.article-app__button.disabled .btn__arrow {
  margin-left: 6px;
  width: 11px;
  height: 4px;
  position: relative;
  top: 1px;
}
.article-app__button.disabled .btn__arrow.btn__arrow-big {
  margin-left: 8px;
  width: 13px;
  height: 12px;
  top: 0px;
}
.article-app__button.disabled:hover {
  background-color: #252831;
}
.article-app__button.disabled:hover .btn__arrow {
  display: inline-block;
}
.article-app__button .btn__icon {
  width: 17px;
  height: 14px;
  margin-right: 8px;
}
.article-app__video {
  height: 260px;
  padding-bottom: 0;
}
.article-app #page-rating-block {
  margin: 0;
  margin-right: 30px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .article-app__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-app__title {
    width: 100%;
    margin-bottom: 15px;
  }
  .article-app #page-rating-block {
    margin-left: 0;
  }
  .article-app__video {
    height: 0;
    padding-bottom: 52.8%;
  }
}
@media only screen and (max-width: 767px) {
  .article-app #page-rating-block {
    top: -10px;
    position: relative;
  }
  .article-app #page-rating-info {
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .article-app {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .article-app .na-h2 {
    font-size: 16px;
  }
  .article-app h3,
  .article-app h4 {
    margin-top: 25px;
  }
  .article-app__punkt {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    color: #F1F1F1;
    width: auto;
    display: inline-block;
    line-height: 50px;
    height: 50px;
  }
  .article-app__header {
    margin-top: 15px;
  }
  .article-app__icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .article-app__button span > span {
    display: none;
  }
  .article-app__rating .srtgs {
    margin-right: 20px;
  }
}
*::-webkit-input-placeholder {
  font-size: 18px;
  color: #696969;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 300;
}

*:-moz-placeholder {
  font-size: 18px;
  color: #696969;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 300;
}

*::-moz-placeholder {
  font-size: 18px;
  color: #696969;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 300;
}

*:-ms-input-placeholder {
  font-size: 18px;
  color: #696969;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 300;
}

#comments-header {
  font-size: 23px;
  font-weight: 700;
}

#comments-all {
  color: #FF6400;
}

#comments-form {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#comments-form input[type=text],
#comments-form input[type=tel],
#comments-form input[type=url],
#comments-form input[type=email],
#comments-form textarea {
  border: 1px solid #C1C1C1;
  font-size: 18px;
  color: #252831;
  font-weight: 400;
  width: 100%;
  border-radius: 10px;
  padding: 19px 30px;
  font-family: "Open Sans";
  line-height: 1.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  margin-bottom: 15px;
}
#comments-form input[type=text]:focus::-webkit-input-placeholder,
#comments-form input[type=tel]:focus::-webkit-input-placeholder,
#comments-form input[type=url]:focus::-webkit-input-placeholder,
#comments-form input[type=email]:focus::-webkit-input-placeholder,
#comments-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#comments-form input[type=text]:focus:-moz-placeholder,
#comments-form input[type=tel]:focus:-moz-placeholder,
#comments-form input[type=url]:focus:-moz-placeholder,
#comments-form input[type=email]:focus:-moz-placeholder,
#comments-form textarea:focus:-moz-placeholder {
  color: transparent;
}
#comments-form input[type=text]:focus::-moz-placeholder,
#comments-form input[type=tel]:focus::-moz-placeholder,
#comments-form input[type=url]:focus::-moz-placeholder,
#comments-form input[type=email]:focus::-moz-placeholder,
#comments-form textarea:focus::-moz-placeholder {
  color: transparent;
}
#comments-form input[type=text]:focus:-ms-input-placeholder,
#comments-form input[type=tel]:focus:-ms-input-placeholder,
#comments-form input[type=url]:focus:-ms-input-placeholder,
#comments-form input[type=email]:focus:-ms-input-placeholder,
#comments-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#comments-form input[type=text] + input[type=text],
#comments-form input[type=text] input[type=tel],
#comments-form input[type=text] input[type=url],
#comments-form input[type=text] input[type=email],
#comments-form input[type=tel] + input[type=text],
#comments-form input[type=tel] input[type=tel],
#comments-form input[type=tel] input[type=url],
#comments-form input[type=tel] input[type=email],
#comments-form input[type=url] + input[type=text],
#comments-form input[type=url] input[type=tel],
#comments-form input[type=url] input[type=url],
#comments-form input[type=url] input[type=email],
#comments-form input[type=email] + input[type=text],
#comments-form input[type=email] input[type=tel],
#comments-form input[type=email] input[type=url],
#comments-form input[type=email] input[type=email],
#comments-form textarea + input[type=text],
#comments-form textarea input[type=tel],
#comments-form textarea input[type=url],
#comments-form textarea input[type=email] {
  margin-top: 15px;
}
#comments-form input[type=text] input,
#comments-form input[type=tel] input,
#comments-form input[type=url] input,
#comments-form input[type=email] input,
#comments-form textarea input {
  height: 65px;
}
#comments-form textarea {
  resize: none;
  height: 220px;
}
#comments-form input:-webkit-autofill,
#comments-form input:-webkit-autofill:hover,
#comments-form input:-webkit-autofill:focus,
#comments-form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 65px #fff;
  -webkit-text-fill-color: #252831;
}

#comments-form-text-wrapper {
  line-height: 1;
}

#comments-form-extra {
  font-size: 0.7rem;
  color: #7d7d7d;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 55px;
}

.comments-btn,
.show-hide-btn {
  background-color: #434354;
  color: #fff;
  padding: 19px 28px;
  height: 65px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.comments-btn:hover,
.show-hide-btn:hover {
  background-color: #252831;
}

.show-hide-btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
}
.show-hide-btn img {
  display: none;
}

#comments-form-top {
  margin-top: 50px;
}

#comments-empty {
  font-size: 18px;
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}

#comments-thanks {
  margin-top: 15px;
  text-align: center;
}

.comment {
  margin-top: 40px;
  display: none;
}
.comment-avatar {
  display: none;
}
.comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}
.comment-author {
  font-size: 23px;
  font-weight: 700;
}
.comment-time {
  margin-left: 60px;
  font-weight: 300;
}
.comment-date {
  margin-right: 30px;
}
.comment-body {
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.6;
}

.comment:nth-child(1) {
  display: block;
}

.comment:nth-child(2) {
  display: block;
}

.comment:nth-child(3) {
  display: block;
}

.comment:nth-child(4) {
  display: block;
}

.comment:nth-child(5) {
  display: block;
}

@media only screen and (max-width: 1199px) {
  #comments-header {
    font-size: 20px;
  }
  .comment-author {
    font-size: 20px;
  }
  #comments-empty {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  #comments-header {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #comments-empty {
    font-size: 14px;
  }
  .comment {
    margin-top: 20px;
  }
  .comment-author {
    font-size: 14px;
  }
  .comment-body {
    font-size: 12px;
  }
  .comment-date {
    margin-right: 20px;
  }
  .comment-time {
    margin-left: 30px;
  }
  .comments-btn {
    margin-top: 20px;
    width: 100%;
  }
  #comments-form-extra {
    bottom: 75px;
  }
  #comments-form input[type=text],
#comments-form input[type=tel],
#comments-form input[type=url],
#comments-form input[type=email],
#comments-form textarea {
    margin-bottom: 10px;
  }
  #comments-form input[type=text] + input[type=text],
#comments-form input[type=text] input[type=tel],
#comments-form input[type=text] input[type=url],
#comments-form input[type=text] input[type=email],
#comments-form input[type=tel] + input[type=text],
#comments-form input[type=tel] input[type=tel],
#comments-form input[type=tel] input[type=url],
#comments-form input[type=tel] input[type=email],
#comments-form input[type=url] + input[type=text],
#comments-form input[type=url] input[type=tel],
#comments-form input[type=url] input[type=url],
#comments-form input[type=url] input[type=email],
#comments-form input[type=email] + input[type=text],
#comments-form input[type=email] input[type=tel],
#comments-form input[type=email] input[type=url],
#comments-form input[type=email] input[type=email],
#comments-form textarea + input[type=text],
#comments-form textarea input[type=tel],
#comments-form textarea input[type=url],
#comments-form textarea input[type=email] {
    margin-top: 10px;
  }
  .show-hide-btn {
    font-size: 15px;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
  }
}
.author-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author-info__avatar {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.author-info__name {
  color: #000;
  line-height: 1.6;
  font-weight: 300;
  color: #6D6D6D;
}
.author-info__name b, .author-info__name strong {
  display: block;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
}
.author-info__title {
  margin-top: 50px;
}
.author-info__text p {
  margin: 15px 0;
  font-weight: 300;
}

@media only screen and (max-width: 575px) {
  .author-info__avatar {
    width: 50px;
    height: 50px;
    margin-right: 13px;
  }
  .author-info__name {
    font-size: 12px;
  }
  .author-info__name b, .author-info__name strong {
    font-size: 14px;
    font-weight: 700;
  }
  .author-info__title {
    margin-top: 20px;
  }
}

.expert-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0 30px;
}
.expert-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.expert-img {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.expert-img img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.expert-info {
  display: flex;
  flex-direction: column;
}
.expert-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.expert-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #434354;
  text-decoration: underline;
}
.expert-link a:hover {
  text-decoration: none;
}
.expert-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #252831;
}
.expert-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  padding: 4px 15px;
  background: #eee;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #252831;
}
@media only screen and (max-width: 575px) {
  .expert-wrap {
    gap: 20px;
    margin: 30px 0 15px;
  }
  .expert-link a,
  .expert-text {
    font-size: 14px;
  }
  .expert-check {
    gap: 8px;
    padding: 4px 10px;
    font-size: 12px;
  }
}

.tutorial-tag-block {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.tut-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(67, 67, 84, 0.2);
  border-radius: 47px;
  padding: 5px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #434354;
  line-height: 120%;
  cursor: pointer;
  transition: ease.3s;
  margin: 0 12px 10px 0;
}
.tut-tag:hover,
.tut-tag.active {
  color: #29c0ff;
}
.articles-more-btn,
.articles-collapse-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  order: 2;
}
.articles-more-btn span,
.articles-collapse-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  background: #fff;
  color: #252831;
  border: 2px solid #252831;
  border-radius: 10px;
  padding: 19px 25px;
  transition: ease.3s;
  margin: 10px 0 40px;
  cursor: pointer;
}
.articles-more-btn span:hover {
  color: #29c0ff;
}
@media only screen and (max-width: 991px) {
  .tutorial-tag-block {
    margin: 25px 0;
  }
  .tut-tag {
    padding: 5px 17px;
  }
  .articles-more-btn span {
    font-size: 18px;
    border: 1px solid #252831;
    padding: 12px 20px;
    margin: 0px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tut-tag {
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    font-size: 14px;
  }
  .articles-more-btn span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .tut-tag {
    font-size: 12px;
    margin: 0 7px 7px 0;
  }
  .articles-more-btn span {
    font-size: 14px;
    border: 1px solid #252831;
    padding: 10px 20px;
    margin: 10px 0 20px;
  }
}

.search-form {
  margin: 50px 0;
}
.search-form *::-webkit-input-placeholder {
  font-size: 18px;
  color: #93949A;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
}
.search-form *:-moz-placeholder {
  font-size: 18px;
  color: #93949A;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
}
.search-form *::-moz-placeholder {
  font-size: 18px;
  color: #93949A;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
}
.search-form *:-ms-input-placeholder {
  font-size: 18px;
  color: #93949A;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
}
.search-block {
  width: 517px;
  position: relative;
}
.search-bar {
  background-color: #F6F6F7;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.search-bar.is-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px 15px 0 0;
}
.search__input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #B8B8B8;
  background-color: #F6F6F7;
  padding: 0px 90px 0 15px;
  color: #252831;
  font-weight: 400;
  font-size: 18px;
}
.search__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search__input:focus:-moz-placeholder {
  color: transparent;
}
.search__input:focus::-moz-placeholder {
  color: transparent;
}
.search__input:focus:-ms-input-placeholder {
  color: transparent;
}
.search__btn, .search__clean {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search__btn svg, .search__clean svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search__btn svg path, .search__clean svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.search__btn::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: -11px;
  width: 1px;
  background-color: #B8B8B8;
}
.search__clean {
  right: 64px;
  display: none;
}
.search-result {
  width: 100%;
  max-height: 300px;
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  border-top: none;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.search-result-item a {
  color: #2C3236;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.search-result-item a:hover {
  color: #FF6400;
}

@media only screen and (max-width: 991px) {
  .search-block {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .search__btn:hover svg path, .search__clean:hover svg path {
    fill: #FF6400;
  }
}
.tutorial-hero {
  background-color: #222734;
  padding: 107px 0 121px;
  position: relative;
}
.tutorial-hero::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc(50% + 90px);
  background-color: #283149;
}
.tutorial-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}
.tutorial-hero__title {
  font-size: 48px;
  font-family: "Lora";
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.tutorial-hero__text {
  font-weight: 300;
  margin-top: 15px;
}
.tutorial-hero__down {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
}
.tutorial-hero__down svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.tutorial-hero__down:hover svg path {
  fill: #29C0FF;
}
.tutorial-video {
  width: 520px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.tutorial-video::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.tutorial-video:hover .tutorial-video__play path {
  fill: #29C0FF;
}
.tutorial-video__poster {
  width: 100%;
}
.tutorial-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.tutorial-video__play path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.tutorial-hero-2 {
  background-color: #222734;
  padding: 107px 0 178px;
  position: relative;
}
.tutorial-hero-2-block {
  color: #fff;
}
.tutorial-hero-2__info {
  width: 580px;
}
.tutorial-hero-2__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.tutorial-hero-2__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .tutorial-video {
    width: 400px;
  }
  .tutorial-hero-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tutorial-hero__title {
    font-size: 40px;
  }
  .tutorial-hero__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .tutorial-hero {
    background-color: transparent;
    padding: 50px 0 0;
  }
  .tutorial-hero::before {
    display: none;
  }
  .tutorial-hero__down {
    display: none;
  }
  .tutorial-hero-block {
    color: #252831;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tutorial-hero__title {
    font-size: 36px;
  }
  .tutorial-video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tutorial-hero__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .tutorial-hero {
    padding: 30px 0 50px;
  }
  .tutorial-hero__title {
    font-size: 24px;
  }
  .tutorial-hero__text {
    font-size: 14px;
  }
  .tutorial-video__play {
    width: 36px;
    height: 36px;
  }
  .tutorial-video__play svg {
    width: 36px;
    height: 36px;
  }
}
.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
  margin: 40px -10px 10px;
}
.articles__btn {
  width: 100%;
  text-align: center;
  display: none;
  margin: 10px 0 40px;
}

.article {
  margin: 0 10px 40px;
  width: calc(33.33% - 20px);
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #434354;
}
.article:hover .article__title {
  color: #29C0FF;
}
.article__photo {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  padding-bottom: 65%;
  position: relative;
}
.article__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__title {
  margin: 0;
  margin-top: 15px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.4;
}
.article__text {
  margin-top: 10px;
  padding: 0 15px 33px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.show-more-articles {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #252831;
  color: #252831;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.show-more-articles::after {
  display: none;
}
.show-more-articles:hover {
  background-color: #252831;
  color: #fff;
}

.author-articles .article {
  display: none;
}
.author-articles .article:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(8) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(9) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(11) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-articles .article:nth-child(12) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-articles .article {
  display: none;
}
.category-articles .article:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(8) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(9) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(11) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-articles .article:nth-child(12) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tutorial-articles {
  margin: 50px 0;
}
.tutorial-articles__title a {
  color: #252831;
  text-decoration: underline;
  text-decoration-color: #252831;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.tutorial-articles__title a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.tutorial-articles .articles {
  margin-bottom: -40px;
}

@media only screen and (max-width: 1199px) {
  .article {
    width: calc(33.333% - 20px);
  }
  .article__title {
    font-size: 16px;
  }
  .article__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .article {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .articles {
    margin-bottom: 30px;
  }
  .articles__btn {
    margin-top: 50px;
  }
  .article {
    margin-bottom: 20px;
  }
  .article__title {
    font-size: 14px;
  }
  .article__text {
    font-size: 12px;
  }
  .tutorial-articles__title {
    text-align: center;
  }
  .tutorial-articles .articles {
    margin-bottom: -20px;
    margin-top: 30px;
  }
  .category-articles__title {
    text-align: center;
  }
  .category-articles .articles {
    margin-top: 30px;
  }
  .category-articles__search-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .article {
    width: calc(100% - 20px);
  }
}
.new-article-cta {
  background-color: #252831;
  color: #fff;
  padding: 50px 0 60px;
}
.new-article-cta__blue1 {
  background-color: #1F65BB;
}
.new-article-cta__blue2 {
  background-color: #2D366F;
}
.new-article-cta__blue3 {
  background-color: #225199;
}
.new-article-cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-article-cta__title {
  margin: 0;
  line-height: 1.2;
  font-family: "Lora";
  text-align: left;
}
.new-article-cta__text {
  line-height: 1.835;
  margin-top: 20px;
}
.new-article-cta__list li {
  line-height: 1.835;
  padding-left: 28px;
  position: relative;
}
.new-article-cta__list li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 9px;
  content: "";
  display: inline-block;
  background-image: url("../img/tutorial/check-list-icon-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.new-article-cta__btn-block {
  margin-top: 30px;
}
.new-article-cta__btn-block .button-info {
  color: #fff;
  font-size: 15px;
}

.na-cta-1 {
  padding-bottom: 20px;
}
.na-cta-1 .new-article-cta__title {
  text-align: center;
}
.na-cta-1 .new-article-cta__btn-block {
  margin-top: 45px;
  margin-left: 50px;
}
.na-cta-1-image {
  margin-top: 20px;
  margin-left: -35px;
  margin-right: -20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.na-cta-1-info {
  margin-top: 15px;
  max-width: 500px;
}

.na-cta-2 {
  padding: 26px 0;
  background-image: url("../img/tutorial/cta-2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.na-cta-2 .new-article-cta__btn-block {
  margin-top: 45px;
}
.na-cta-2-image {
  margin-right: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.na-cta-2-info {
  max-width: 545px;
  margin-top: 10px;
}

.na-cta-3 {
  padding: 70px 0 80px;
  background-image: url("../img/tutorial/cta-3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 412px;
}
.na-cta-3 .new-article-cta__btn-block {
  margin-top: 40px;
}
.na-cta-3-image {
  display: none;
}
.na-cta-3-info {
  max-width: 545px;
}

.na-cta-4 {
  padding: 50px 0 35px;
}
.na-cta-4 .new-article-cta__list {
  margin-top: 20px;
}
.na-cta-4-image {
  margin-left: -12px;
  margin-right: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.na-cta-4-info {
  margin-top: -30px;
}

@media only screen and (max-width: 1199px) {
  .new-article-cta__text {
    font-size: 16px;
  }
  .new-article-cta__list li {
    font-size: 16px;
    padding-left: 20px;
  }
  .new-article-cta__list li::before {
    top: 8px;
  }
  .na-cta-1 .new-article-cta__btn-block {
    margin-top: 30px;
  }
  .na-cta-1-image {
    width: 600px;
    margin-left: -25px;
  }
  .na-cta-2 {
    background-image: none;
  }
  .na-cta-2 .new-article-cta__btn-block {
    margin-top: 30px;
  }
  .na-cta-2-info {
    max-width: 500px;
  }
  .na-cta-3 {
    padding: 50px 0;
    min-height: auto;
  }
  .na-cta-3 .new-article-cta-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .na-cta-3 .new-article-cta__btn-block {
    margin-top: 30px;
  }
  .na-cta-4-image {
    width: 500px;
  }
  .na-cta-4-info {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .new-article-cta-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .new-article-cta__title {
    text-align: center;
  }
  .new-article-cta__text {
    text-align: center;
  }
  .new-article-cta__list {
    display: inline-block;
  }
  .new-article-cta__list li {
    text-align: left;
  }
  .na-cta-1 {
    padding-bottom: 60px;
  }
  .na-cta-1 .new-article-cta__btn-block {
    margin-left: auto;
    margin-right: auto;
  }
  .na-cta-1-image {
    margin: 0;
    margin-top: 10px;
    width: auto;
  }
  .na-cta-1-info {
    margin-top: 0;
    max-width: 100%;
    width: 400px;
    text-align: center;
  }
  .na-cta-2 {
    padding: 50px 0 60px;
  }
  .na-cta-2-image {
    margin: 0;
  }
  .na-cta-2-info {
    margin: 0;
    margin-top: 30px;
    width: 400px;
    text-align: center;
  }
  .na-cta-2 .new-article-cta__btn-block {
    margin-left: auto;
    margin-right: auto;
  }
  .na-cta-3 {
    text-align: left;
  }
  .na-cta-3-info {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
  }
  .na-cta-3 .new-article-cta__title {
    text-align: left;
  }
  .na-cta-3 .new-article-cta__text, .na-cta-3 .new-article-cta__list {
    text-align: left;
  }
  .na-cta-4 {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .na-cta-4-image {
    margin: 0;
  }
  .na-cta-4-info {
    width: 400px;
    margin: 0;
    margin-top: 20px;
  }
  .na-cta-4 .new-article-cta__btn-block {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new-article-cta__btn-block .button-info {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .na-cta-3 {
    text-align: left;
  }
  .na-cta-3-info {
    max-width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .new-article-cta__list li {
    line-height: 1.6;
    font-size: 14px;
  }
  .new-article-cta__list li::before {
    width: 13px;
    height: 13px;
    top: 6px;
  }
  .new-article-cta__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .new-article-cta__btn-block .button-info {
    font-size: 13px;
  }
  .na-cta-1-info {
    width: 100%;
  }
  .na-cta-2-info {
    width: 100%;
  }
  .na-cta-3 {
    background-position: top right calc(50% + 100px);
    position: relative;
  }
  .na-cta-3::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #252831), to(rgba(37, 40, 49, 0)));
    background-image: linear-gradient(90deg, #252831 40%, rgba(37, 40, 49, 0) 100%);
  }
  .na-cta-3-info {
    max-width: 270px;
    position: relative;
    z-index: 2;
  }
  .na-cta-4-image {
    width: 100%;
  }
  .na-cta-4-info {
    width: 100%;
  }
}

.spec-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 40px;
  margin: 50px 0;
}
.spec-block {
  display: flex;
  gap: 16px;
}
.spec-block__center {
  align-items: center;
}
.spec-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.spec-img img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.spec-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.spec-block .spec-text {
  margin: 0 0 15px 0;
  font-weight: 400;
}
.text-italic {
  font-style: italic;
}
.spec-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #252831;
  margin: 30px 0 15px;
}
.spec-wrap .numbered-list li,
.spec-wrap .marked-list li {
  font-weight: 300;
}
.spec-wrap .marked-list li::before, 
.spec-wrap ul.marked-list li::before,
.spec-wrap .numbered-list > li::before,
.spec-wrap .numbered-list li > ol li::before,
.spec-wrap .numbered-list strong,
.spec-wrap .marked-list strong {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .spec-wrap {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .spec-wrap {
    padding: 20px;
  }
  .spec-img {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .spec-wrap {
    padding: 15px;
  }
  .spec-block {
    flex-direction: column;
    align-items: center;
  }
}

.title-support {
  font-family: "Lora";
  margin-bottom: 25px;
}
.support-form {
  margin: 80px 0;
}
.support-form-block {
  display: flex;
}
.support-form-iframe {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 535px;
}
.support-form-help {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.support-form .support-form-help {
  padding: 76px 0 15px 45px;
}
.support-form-help .link {
  display: block;
  margin-bottom: 12px;
}
.support-form-help .link:hover {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .support-form {
    margin: 40px 0;
  }
  .support-form-block {
    flex-direction: column;
  }
  .support-form-iframe {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .support-form .support-form-help {
    padding: 0 0 15px 0;
    order: 1;
  }
}

.support-section p {
  font-weight: 400;
}
.support-block {
  margin: 40px 0 60px;
}
.support-list {
  margin: 20px 0;
}
.support-list li {
  margin: 0 0 12px 20px;
}
/* accord */
.accord-block {
	margin: 80px 0 80px;
}
.accord {
	margin-bottom: 24px;
  border-radius: 22px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
	padding: 0 30px 0 40px;
	transition: ease .3s;
}
.accord-heading {
	cursor: pointer;
	display: flex;
	align-items: center;
  justify-content: space-between;
	min-height: 69px;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #000;
	transition: ease .3s;
	position: relative;
}
.accord-arrow {
  position: relative;
	top: 0;
	right: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  border: 1px solid #29C0FF;
	background: transparent;
  transition: ease .3s;
  border-radius: 50%;
  margin-left: 15px;
}
.accord-arrow:before,
.accord-arrow:after {
	position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 20px;
	background: #29C0FF;
	width: 2px;
	height: 11px;
	transition: ease .3s;
}
.accord-arrow:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accord-title.closed .accord-arrow:before {
	left: 3px;
}
.accord-title.closed .accord-arrow:after {
	left: 8px;
}
.accord-heading.in .accord-arrow:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.accord-heading:hover,
.accord-heading.in {
  color: #29C0FF;
}
.accord-heading:hover .accord-arrow,
.accord-heading.in .accord-arrow {
  background: #29C0FF;
}
.accord-heading:hover .accord-arrow:before,
.accord-heading:hover .accord-arrow:after,
.accord-heading.in .accord-arrow:before,
.accord-heading.in .accord-arrow:after {
  background: #fff;
}
.accord-collapse {
	display: none;
}
.accord-collapse p {
	padding: 0 0 15px 0;
  margin: 0;
}
.accord-collapse p:last-child {
	padding-bottom: 27px;
}
.accord-body__text {
	font-size: 16px;
	font-weight: 600;
}
@media (max-width:767px) {
  .accord {
    padding: 10px 15px;
  }
  .accord-block {
    margin: 40px 0;
  }
	.accord-heading {
    font-size: 16px;
    line-height: 125%;
	}
}
/* rev */
.rev-section {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  background: #222734;
  background: linear-gradient(90deg, rgba(40, 49, 73, 1) 43%, rgba(34, 39, 52, 1) 43%);
  overflow: hidden;
}
.rev-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 107px 0 70px;
}
.rev-block__images {
  flex: 1;
}
.rev-block__img {
  border-radius: 10px;
}
.rev-block__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  position: relative;
  z-index: 2;
}
.rev-block .title-h1 {
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}
.rev-block__descriptions {
  color: #fff;
  font-weight: 300;
  margin-bottom: 33px;
}
.rev-block .hero__arrows {
  margin: 0px auto 20px;
  width: 100%;
}
.btn-rev {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px 24px;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: ease .1s;
}
.btn-rev:hover {
  color: #29c0ff;
}
.btn-rev-icon {
  filter: brightness(0) invert(1);
}
.btn-rev:hover .btn-rev-icon {
  filter: brightness(1) invert(0);
}
.rev-btn-block {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rev-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  padding: 14px 20px 14px 20px;
  background: #f6f6f7;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #5c5e60;
  cursor: pointer;
  transition: ease .3s;
}
.rev-btn:last-child {
  margin-right: 0;
}
.rev-btn.active,
.rev-btn:hover {
  color: #252831;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ececed;
  background: #fff;
}
.rev-btn-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  max-width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3px;
}
.rev-btn-img img {
  max-height: 100%;
}
.rev-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #252831;
  margin: 60px 0 46px 10px;
}
.rev-title-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 79px;
  width: 48px;
  height: 48px;
  padding: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-right: 10px;
}
.rev-title-img img {
  max-height: 100%;
}
.rev-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.rev-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(33.333% - 20px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 20px 24px;
  margin: 0 10px 20px;
}
.rev-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rev-author {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.rev-info {
  display: flex;
  flex-direction: column;
}
.rev-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #434354;
}
.rev-date {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #434354;
}
.rev-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #434354;
  margin-bottom: 24px;
}
.rev-link {
  margin-top: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(67, 67, 84, 0.7);
}
.rev-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .rev-section {
    background: linear-gradient(90deg, rgba(40, 49, 73, 1) 40%, rgba(34, 39, 52, 1) 40%);
  }
  .rev-block {
    gap: 20px;
    padding: 70px 0 70px;
  }
  .rev-block__info {
    max-width: 527px;
  }
  .rev-btn {
    padding: 12px 16px 12px 16px;
    font-size: 20px;
  }
  .rev-title {
    font-size: 32px;
    margin: 45px 0 40px 10px;
  }
  .rev-item {
    padding: 15px 15px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rev-section {
    background: #222734;
  }
  .rev-block {
    flex-direction: column;
  }
  .btn-rev {
    padding: 12px 20px;
  }
  .rev-title-img {
    width: 38px;
    height: 38px;
  }
  .rev-title {
    font-size: 28px;
    margin: 40px 0 40px 10px;
  }
  .rev-item {
    max-width: calc(50% - 20px);
    padding: 20px 20px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rev-btn {
    padding: 10px 14px 10px 14px;
    font-size: 18px;
    margin: 0 16px 16px 0;
  }
  .rev-title-img {
    width: 38px;
    height: 38px;
  }
  .rev-title {
    font-size: 26px;
    margin: 32px 0 35px 10px;
  }
  .rev-item {
    padding: 15px 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rev-block {
    padding: 50px 0 50px;
  }
  .btn-rev {
    padding: 10px 18px;
    font-size: 16px;
  }
  .rev-btn {
    padding: 10px 14px 10px 14px;
    font-size: 18px;
    margin: 0 16px 16px 0;
  }
  .rev-title-img {
    width: 38px;
    height: 38px;
  }
  .rev-title {
    font-size: 22px;
    margin: 20px 0 30px 10px;
  }
  .rev-item {
    max-width: calc(100% - 20px);
    padding: 20px 20px 24px;
  }
  .rev-text {
    font-size: 14px;
  }
}

.online-top-section {
  padding: 0;
}
.online__descr {
  margin-top: 18px;
}
.online-top-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 140px;
}
.online-img {
  max-width: 540px;
  width: 100%;
  margin-right: 60px;
}
.online-upload {
  flex: 1;
  max-width: 753px;
  margin: 0 auto;
}
.upload-block {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 48px 0px rgba(11, 36, 71, 0.15);
  padding: 40px 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.upload-file {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px dashed rgba(184, 184, 184, 0.5);
  padding: 27px 15px;
  width: 100%;
  max-width: 414px;
  min-height: 211px;
  margin-bottom: 28px;
  transition: ease .3s;
}
.upload-btn {
  display: flex;
  padding: 20px 50px 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #3291ff;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  border: none;
  transition: ease .3s;
  margin: 0 auto;
}
.upload-btn:hover {
  background: #3661c2;
}
.upload-btn img {
  margin-right: 19px;
}
.upload-format {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #93949a;
  margin-top: 10px;
}
.online-benefits {
  margin-bottom: 30px;
}
@media (min-width:1200px) {
  .online-h2 {
    font-size: 40px;
    line-height: 120%;
  }
}
.online-benefits-block {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.online-benefits-item {
  width: 366px;
  padding-right: 42px;
  border-right: 1px solid #ececed;
  margin-right: 42px;
  margin-bottom: 50px;
}
.online-benefits-item:last-child {
  width: 324px;
  padding-right: 0;
  border: none;
  margin-right: 0;
}
.online-h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 14px;
}
.online-benefits-num {
  margin-top: 32px;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  color: #29c0ff;
}

.online-whom .whom-row {
  margin-top: 60px;
}
.online-whom .whom-item {
  background: #f8f8f9;
}
.online-whom .whom-image {
  margin: 0 -20px 18px;
  background: #fff;
  border-radius: 20px;
}
.online-whom .whom-title {
  font-size: 22px;
  line-height: 160%;
}
.new-article-img__online {
  margin-top: 50px;
}
.new-article-img__online a {
  padding-bottom: 56.6%;
}
.new-article-img__online a img {
  border-radius: 20px;
}

.online-num-section {
  margin: 140px 0;
  padding: 0;
}
.online-num-block {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online-num {
  display: flex;
}
.online-num-line {
  border-radius: 64px;
  width: 16px;
  background: #29c0ff;
  margin-right: 20px;
}
.online-num-info {
  display: flex;
  flex-direction: column;
}
.online-num-title {
  font-family: "Lora";
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
}

.online-information {
  padding: 80px 0 40px;
  background: #f6f6f7;
}
.online-information .instruction-block {
  margin-top: 70px;
  margin-bottom: 90px;
}
@media (min-width:992px) {
  .online-information .title-h2 {
    font-size: 36px;
    line-height: 120%;
  }
}
.simple-online {
  padding: 88px 0;
}
.simple-online .section-title {
  font-family: 'Lora';
}
.list-blue li::before {
  color: #3291ff;
}

.reviews-online .container {
  padding: 50px 62px;
  border-radius: 30px;
  background: #f6f6f7;
}
.reviews-slider-online {
  padding: 0 60px;
}
.reviews-slider-online .slick-dots {
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 40px;
}
.reviews-slider-online .slick-track {
  display: flex;
  align-items: flex-start;
}
.reviews-slider-online .review {
  margin: 0 10px;
}

.online-section {
  padding: 90px 0 140px;
}
.online-section .online-upload {
  margin-top: 50px;
}

.articles-online {
  padding: 70px 0;
  background: #f6f6f7;
}
.articles-online .articles {
  margin-top: 60px;
}
.articles-online .article {
  margin: 0 10px 40px;
  width: calc(33.33% - 20px);
}
.articles-online .article__photo {
  padding-bottom: 55.6%;
}
.articles-online .article__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
}
.articles-online .article__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
.article-all {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252831;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  transition: ease .3s;
}
.article-all:hover {
  color: #29C0FF;
}
.article-all img {
  margin-left: 10px;
}

.online-article-section {
  padding: 140px 0;
}
.online-article-section .accord-block {
  margin: 0 auto;
  max-width: 947px;
}
.online-article-section .title-support {
  margin: 0 0 46px;
}
.online-article-section .accord {
  background: #f6f6f7;
  box-shadow: none;
}
.online-article-section .accord:hover,
.online-article-section .accord.in {
  background: rgba(246, 246, 247, 0.7);
}
.online-article-section .accord-heading:hover, 
.online-article-section .accord-heading.in {
  color: #ff6400;
}
.spoiler__toggle {
  position: absolute;
  left: inherit;
  right: 55px;
  top: 26px;
  z-index: 2;
  transition: ease .3s;
}
.spoiler__toggle:before, 
.spoiler__toggle:after {
  position: absolute;
  z-index: 1;
  content: "";
  background: #434354;
  transition: all .23s;
  transform: rotate(45deg);
  left: 7px;
  width: 2px;
  height: 12px;
  top: -1px;
}
.spoiler__toggle:before {
  transform: rotate(-45deg);
  top: -1px;
  left: 0px;
}
.accord-heading:hover .spoiler__toggle:before,
.accord-heading:hover .spoiler__toggle:after {
  background: #ff6400;
}
.accord-heading.in .spoiler__toggle {
  transform: rotate(0deg);
}
.accord-heading.in .spoiler__toggle:after {
  left: 0px;
  background: #ff6400;
}
.accord-heading.in .spoiler__toggle:before {
  left: 7px;
  background: #ff6400;
}
@media (max-width: 991px) {
  .spoiler__toggle {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .spoiler__toggle {
    right: 10px;
  }
}

@media (max-width:1199px) {
  .online-top-block {
    margin: 50px 0 120px;
  }
  .online-img {
    max-width: 470px;
    margin-right: 40px;
  }
  .online-benefits-num {
    margin-top: 10px;
  }
  .online-num-section {
    margin: 120px 0;
  }
  .reviews-online .container {
    padding: 50px 20px;
  }
  .online-section {
    padding: 80px 0 120px;
  }
  .online-article-section {
    padding: 85px 0;
  }
}
@media (max-width:991px) {
  .online-top-block {
    margin: 50px 0 100px;
    flex-direction: column;
  }
  .online-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .online-upload {
    width: 100%;
  }
  .online-benefits-item {
    width: 320px;
    padding-right: 0;
    border-right: none;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .simple-online {
    padding: 50px 0 55%;
  }
  .articles-online .article {
    width: calc(50% - 20px);
  }
}
@media (max-width:767px) {
  .online-top-block {
    margin: 50px 0 85px;
  }
  .online-benefits-item,
  .online-benefits-item:last-child {
    width: 100%;
  }
  .online-whom .whom-row {
    margin-top: 45px;
  }
  .online-num-section {
    margin: 85px 0;
  }
  .online-num-block {
    margin-top: 40px;
  }
  .online-num-line {
    margin-right: 15px;
  }
  .online-information {
    padding: 60px 0 20px;
  }
  .online-information .instruction-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .reviews-online .container {
    padding: 40px 0px;
  }
  .reviews-slider-online {
    padding: 0 25px;
  }
  .online-section {
    padding: 50px 0 70px;
  }
  .articles-online .article {
    width: calc(100% - 20px);
  }
}
@media (max-width:575px) {
  .online-benefits-block {
    margin-top: 45px;
  }
  .online-h4 {
    font-size: 18px;
  }
  .online-benefits-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .online-whom .whom-title {
    font-size: 18px;
  }
  .online-num-section {
    margin: 60px 0 30px;
  }
  .online-num-block {
    flex-direction: column;
  }
  .online-num {
    width: 100%;
    margin-bottom: 30px;
  }
  .online-num-title {
    font-size: 26px;
  }
  .reviews-slider-wrap {
    padding: 0 10px;
  }
  .online-section {
    padding: 30px 0 70px;
  }
  .articles-online .articles {
    margin-top: 40px;
  }
  .articles-online .article__title {
    line-height: 140%;
    font-size: 18px;
  }
  .articles-online .article__text {
    font-size: 14px;
  }
  .online-article-section {
    padding: 40px 0;
  }
}

/* download-popup */
.download-popup {
  position: relative;
  padding: 40px 42px 58px 42px;
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
}
.download-popup-title {
  font-family: "Lora";
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 42px;
}
.download-popup-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
.download-popup-left {
  width: 100%;
  max-width: 400px;
  display: flex;
}
.download-popup-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 12px;
}
.download-popup-text b {
  color: #ff6400;
}
.download-popup-right {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.download-popup-or {
  display: flex;
  margin: 30px 0px;
  gap: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 0;
  text-align: center;
}
.download-popup-or-line {
  height: 1px;
  background: #ececed;
  width: 100%;
}
.download-popup-ver {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.download-popup-ver p {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 22px;
  font-family: "Lora";
}
.download-popup .mfp-close {
  color: #fff;
  right: -40px;
  top: -15px;
  font-size: 36px;
  opacity: 1;
}
.download-popup .mfp-close:hover {
  opacity: .65;
}
@media (max-width:1000px) {
  .download-popup .mfp-close {
    right: 0;
    top: 0;
    color: #333;
  }
}
@media (max-width:991px) {
  .download-popup-left {
    max-width: 350px;
  }
}
@media (max-width:767px) {
  .download-popup {
    padding: 35px 30px 40px 30px;
  }
  .download-popup-block {
    flex-direction: column;
  }
  .download-popup-left {
    max-width: 400px;
  }
}
@media (max-width:575px) {
  .download-popup-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .download-popup-or {
    margin: 25px 0px;
  }
}

.tutorial-top {
  background-color: #222734;
  padding: 60px 0 80px;
  position: relative;
}
.tutorial-top::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% + 90px);
  background-color: #283149;
}
.tutorial-top .container {
  position: relative;
  z-index: 1;
}
.tutorial-top__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
}
.tutorial-video__new {
  width: 560px;
  margin: 0 0 0 56px;
  border-radius: 10px;
}
.tutorial-video__new::after {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: ease .3s;
}
.tutorial-video__new:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.tutorial-video__new .tutorial-video__play {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #29c0ff;
  box-shadow: 0px 0px 0px 10px rgba(41, 192, 255, 0.4);
  top: 50%;
  left: 33%;
}
.tutorial-video__new:hover .tutorial-video__play path {
  fill: white;
}
.tutorial-video__text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/tutorial/video/tutorial-video-bg.webp) no-repeat;
  width: 436px;
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px 34px 90px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .tutorial-top__block {
    align-items: center;
  }
  .tutorial-video__new {
    width: 500px;
    margin: 0 0 0 25px;
  }
  .tutorial-video__new .tutorial-video__play {
    top: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .tutorial-top {
    background-color: transparent;
    padding: 50px 0 0;
  }
  .tutorial-top::before {
    display: none;
  }
  .tutorial-top__block {
    color: #252831;
    flex-direction: column;
    align-items: center;
  }
  .tutorial-video__new {
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .tutorial-top {
    padding: 30px 0 15px;
  }
  .tutorial-video__new {
    max-width: 500px;
    width: 100%;
  }
  .tutorial-video__text {
    background-size: 85%;
    background-position: right bottom;
    font-size: 26px;
  }
}
@media only screen and (max-width: 460px) {
  .tutorial-video__new .tutorial-video__play {
    width: 70px;
    height: 70px;
  }
  .tutorial-video__new svg {
    width: 30px;
    height: 30px;
  }
  .tutorial-video__text {
    background-size: 70%;
    font-size: 20px;
    padding: 30px 20px 30px 175px;
  }
}
@media only screen and (max-width: 400px) {
  .tutorial-video__new .tutorial-video__play {
    width: 60px;
    height: 60px;
    top: 33%;
    left: 30%;
  }
  .tutorial-video__new svg {
    width: 26px;
    height: 26px;
  }
  .tutorial-video__text {
    background-size: 60%;
    padding: 30px 20px 20px 200px;
  }
}

.tutorial-cards-section {
  margin: 70px 0 50px;
}
.tutorial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
  margin-bottom: 50px;
}
.tutorial-card {
  width: calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #252831;
}
.tutorial-card:hover .tutorial-card__title {
  color: #29C0FF;
}
.tutorial-card__photo {
  width: 100%;
  height: 0;
  line-height: 0;
  padding-bottom: 54.7%;
  position: relative;
}
.tutorial-card__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tutorial-card__title {
  padding: 15px 15px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #252831;
  transition: color 0.2s;
}
@media only screen and (max-width: 1199px) {
  .tutorial-card__title {
    font-size: 16px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .tutorial-cards {
    gap: 30px 20px;
  }
  .tutorial-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .tutorial-cards-section {
    margin: 30px 0 50px;
  }
  .tutorial-cards {
    margin-bottom: 30px;
  }
  .tutorial-card__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .tutorial-card {
    width: calc(100% - 20px);
  }
}
.tutorial-rutube {
  background: url(../img/tutorial/video/rutube-bg.svg) center no-repeat, #252831;
  border-radius: 30px;
  padding: 30px 0 30px 70px;
  display: flex;
  align-items: center;
  gap: 30px 165px;
  overflow: hidden;
  margin: 100px 0;
}
.tutorial-rutube__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
  z-index: 2;
}
.tutorial-rutube__info::after {
  content: '';
  position: absolute;
  top: -50%;
  right: 0;
  width: 451px;
  height: 451px;
  border-radius: 100%;
  background: #393d4b;
  filter: blur(60px);
}
.tutorial-rutube__logo {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.tutorial-rutube__title {
  position: relative;
  z-index: 1;
  font-family: "Lora";
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 25px;
}
.tutorial-rutube__text {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 30px;
}
.tutorial-rutube__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 23px;
  min-height: 65px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: ease .3s;
}
.tutorial-rutube__btn:hover {
  background: #fff;
  color: #252832;
}
.tutorial-rutube__btn img {
  transition: ease .3s;
}
.tutorial-rutube__btn:hover img {
  filter: invert(1);
}
.tutorial-rutube__img {
  position: relative;
  z-index: 1;
}
.tutorial-rutube__img::before {
  content: '';
  position: absolute;
  top: -81px;
  right: -59px;
  width: 451px;
  height: 451px;
  border-radius: 100%;
  background: #393d4b;
  filter: blur(60px);
}
.tutorial-rutube__img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #14191f;
  border: 1px solid rgba(218, 227, 231, 0.2);
  border-radius: 11px;
  position: relative;
  right: -44px;
}
@media only screen and (max-width: 1199px) {
  .tutorial-rutube {
    padding: 30px 0 30px 50px;
    gap: 30px 50px;
    margin: 70px 0;
  }
  .tutorial-rutube__img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .tutorial-rutube {
    margin: 50px 0;
  }
  .tutorial-rutube {
    flex-direction: column;
    padding: 30px;
  }
  .tutorial-rutube__info::after,
  .tutorial-rutube__img::before {
    display: none;
  }
  .tutorial-rutube__img img {
    right: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .tutorial-rutube {
    margin: 40px 0;
  }
  .tutorial-rutube {
    padding: 25px;
  }
  .tutorial-rutube__logo,
  .tutorial-rutube__title,
  .tutorial-rutube__text {
    margin-bottom: 20px;
  }
  .tutorial-rutube__title {
    font-size: 28px;
  }
  .tutorial-rutube__btn {
    padding: 10px 20px;
    min-height: 54px;
    font-size: 18px;
  }
}

.article-app .a-author{margin:40px 0}
.article-app > *:last-child{margin-bottom:0}