.article__image,
.article_slider,
.article__banner,
.article__form,
.article__subscribe.subscribe,
.article__comments {
  width: calc(100% + 80px);
  margin: 30px 0 30px -40px;
}

.article__image {
  height: 365px;
}

.article__image_screenshot {
  background: #F6F6F6;
  padding: 40px;
  height: auto;
  text-align: center;
}

.article_slider {
  min-width: 0;
  height: 390px;
  padding: 0;
  border: none;
}

.article_slider .slider__item {
  height: 390px;
  margin-bottom: 0;
}

.article_slider .slick-arrow {
  width: 50px;
  height: 100%;
  border-radius: 0;
}

.article_slider .slick-next {
  background: rgba(0, 0, 0, 0.4) url(../img/slider/next-icon_big.svg) center no-repeat;
  right: 0;
}

.article_slider .slick-prev {
  background: rgba(0, 0, 0, 0.4) url(../img/slider/prev-icon_big.svg) center no-repeat;
  left: 0;
}

.article__toc {
  padding: 20px 0 30px;
}

.article__toc-item {
  padding: 7px 0;
}

.article__toc-item::before {
  color: #BBBCC7;
  margin-right: 20px;
}

.article__banner {
  padding: 35px 30px 45px 100px;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.11);
  border-top: 2px solid #4054F9;
  position: relative;
}

.article__banner::before {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  background: url(../img/article/flag.svg) top center no-repeat;
  position: absolute;
  top: -5px;
  left: 32px;
}

.article__banner::after {
  content: '';
  display: block;
  width: 30px;
  background: url(../img/article/pressfeed-line.svg) top center no-repeat;
  position: absolute;
  left: 32px;
  top: 70px;
  bottom: 45px;
}

.article__banner-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #333333;
}

.article__banner-text {
  font-size: 15px;
  line-height: 136%;
  color: #4F4F4F;
  padding: 20px 0 30px;
}

.article__banner-button {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #4054F9;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 19px;
  position: relative;
  top: 0;
  transition: all 0.2s;
  cursor: pointer;
}

.article__banner-button:active {
  top: 2px;
  box-shadow: 0px 1px 0px 0px #263086;
}

.article_banner_vp li {
  list-style-image: url('../img/old/check.svg');
  padding-bottom: 5px;
}

.article__banner-book_cover {
  width: 143px;
  float: left;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: -30px;
}

.article__banner-book_cover img {
  width: 100%;
}

.article__banner-book_text {
  font-size: 18px;
}

.article__form {
  background: linear-gradient(283.5deg, #6A11CB -7.73%, #2575FC 93.38%), #F4F7FA;
  padding: 40px;
}

.article__form-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: #FFFFFF;
  padding-bottom: 3px;
}

.article__form-subtitle {
  font-size: 16px;
  line-height: 146%;
  color: #D2D5EE;
}

.article__form-content {
  display: flex;
  padding-top: 40px;
}

.article__form-select-status {
  padding-right: 30px;
  flex-basis: 58%;
}

.article__form-input-info {
  flex-basis: 42%;
}

.article__form-radio-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.article__form-radio-text {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.76);
}

.article__form-radio-label {
  display: block;
  position: relative;
  border: 1px solid #647EEF;
  border-radius: 4px;
  padding: 15px 10px 20px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.article__form-radio-label:before {
  content: '';
  display: block;
  background: #fff url(../img/article/checked-icon.svg) center no-repeat;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -9px;
  right: 8px;
  opacity: 0;
  transition: 0.3s;
}

.article__form-radio {
  display: none;
}

.article__form-radio:checked+.article__form-radio-label {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #FFFFFF;
}

.article__form-radio:checked+.article__form-radio-label:before {
  opacity: 1;
}

.article__form-radio-label:hover {
  background: rgba(255, 255, 255, 0.03);
}

.article__form-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #8B8B8B;
  padding: 0 20px;
  margin-bottom: 8px;
}

.article__form-button {
  width: 75%;
  background: #EDF67D;
  margin-top: 20px;
}

.article__form-button:hover {
  background: rgb(248, 253, 169);
}

.article__sharing_big {
  padding: 20px 0;
}

.article__sharing_big .ya-share2__container_size_m .ya-share2__icon {
  width: 25px;
  height: 25px;
}

.article__sharing_big .ya-share2__container_size_m .ya-share2__counter {
  font-size: 15px;
  line-height: 35px;
}

/*.article__author-photo {*/
/*width: 60px !important;*/
/*height: 60px !important;*/
/*border-radius: 50%;*/
/*}*/

.article__subscribe.subscribe {
  padding: 0;
  background: #FDCA40 url(../img/article/subscribe-mail-icon.svg) center left no-repeat;
}

.article__subscribe .subscribe__content {
  padding: 45px 50px 40px 105px;
}

.article__subscribe .subscribe__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}

.article__subscribe .subscribe__subtext {
  font-weight: 300;
  font-size: 18px;
  padding: 20px 0 30px;
}

.article__subscribe .subscribe__form {
  display: flex;
}

.article__subscribe .subscribe__form input {
  height: 50px;
  font-size: 16px;
}

.article__subscribe .subscribe__mail {
  flex: 1;
  margin-bottom: 13px;
  padding: 0 18px 0 45px;
  background: #FFFFFF url(../img/main/mail-icon.svg) left 18px center no-repeat;
  border-radius: 4px 0 0 4px;
  width: 70%;
}

.article__subscribe .subscribe__button {
  padding: 0 35px;
  border-radius: 0 4px 4px 0;
}

.article__comments {
  background: #f8f9fa;
  padding: 20px;
}

.articles__maintitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 114%;
  color: #000000;
  padding-bottom: 45px;
}


.article__author-info {
  width: calc(100% - 90px) !important;
}

.icon-help {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../img/old/question-circle.svg') no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1279px) {

  .comments__title {
    position: absolute;
    padding: 15px;
    top: 80px;
    left: -61px;
    transform: rotate(90deg);
    cursor: pointer;
  }

  .comments__title::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    margin: 0px 0px -12px -20px;
  }

  .comments__title-icon {
    display: inline-block;
    transform: rotate(-90deg);
    padding-left: 10px;
  }

  .main__comments_open {
    right: 0;
  }

  .main__comments_open .comments__title::before {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: none;
    border-bottom: none;
  }

}

@media screen and (max-width: 1023px) {

  .main__slider .slider {
    width: 100%;
  }

  .main__slider .slider__image {
    max-width: 100%;
  }

  .main__slider .slider-book {
    position: relative;
    z-index: 2;
    width: 140px;
    height: 200px;
    margin: 0 auto;
  }

  .main__slider .slick-list {
    background: #ffffff;
  }

  .main__slider .slider-book .slider__item {
    height: 200px;
  }

  .main__slider .slider-thumb {
    margin-top: -140px;
    margin-bottom: 70px;
  }

}

@media screen and (max-width: 767px) {

  .main .articles .sidebar__block_add-article {
    transform: translateY(-45px);
  }

  .article__image,
  .article_slider,
  .article_slider .slider__item {
    height: 250px;
  }

  .article__image,
  .article_slider,
  .article__banner,
  .article__form,
  .article__author,
  .article__subscribe.subscribe,
  .article__comments {
    width: 100%;
    margin: 20px 0;
  }

  .article__toc {
    padding: 15px 0 20px;
  }

  .article__text p,
  .article__link {
    padding: 10px 0;
  }

  .article__image_screenshot {
    padding: 15px;
    height: auto;
  }

  .article__link a {
    font-size: 21px;
    line-height: 150%;
  }

  .article_slider .slick-arrow {
    width: 25px;
    background-size: 30%;
  }

  .article__banner {
    padding: 35px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .article__banner::after,
  .article__banner::before {
    display: none;
  }

  .article__banner-title {
    font-size: 20px;
    line-height: 130%;
  }

  .article__banner-text {
    font-size: 16px;
  }

  .article__form {
    padding: 30px 15px;
  }

  .article__form-title {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 10px;
  }

  .article__form-content {
    display: block;
    padding-top: 30px;
  }

  .article__form-select-status {
    padding-right: 0;
  }

  .article__form-button {
    width: 100%;
    margin-top: 10px;
  }

  .article__sharing_big {
    padding: 10px 0;
  }

  .article__subscribe.subscribe {
    background: #FDCA40;
  }

  .article__subscribe .subscribe__content {
    padding: 30px 15px;
  }

  .article__subscribe .subscribe__text {
    font-size: 18px;
    line-height: 120%;
  }

  .article__subscribe .subscribe__subtext {
    font-size: 16px;
  }

  .article__subscribe .subscribe__form {
    display: block;
  }

  .article__subscribe .subscribe__form input {
    width: 100%;
    border-radius: 4px;
  }

  .articles__maintitle {
    font-size: 22px;
    line-height: 114%;
  }
}

@media screen and (max-width: 320px) {

  #reg-social,
  #reg-pressfeed {
    margin-left: -25px;
    margin-right: -25px;
  }

  .rules {
    width: 240px;
    padding: 10px 0px 30px 0px;
  }
}

@media screen and (max-width: 567px) {
  .main__slider .slider-book {
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }

  .main__slider .slider-thumb {
    width: 260px;
    margin: 15px auto 0;
  }
}

.pf-post-banner-pressfeed,
.pf-post-banner-pressfeed-plain {
  display: block;
  background: url(https://news.pressfeed.ru/wp-content/themes/pressfeed-blog/img/bg-feed-1.svg) center top no-repeat #fafafa;
  background-size: 300%;
  padding: 1.25rem 1rem;
  border: 1px solid #f1f1f1;
}

.pf-post-banner-pressfeed .text-black {
  margin: 1rem 0;
}

@media (min-width: 992px) {

  .pf-post-banner-pressfeed,
  .pf-post-banner-pressfeed-plain {
    background-size: 115%;
    border-width: 0;
    line-height: 2rem;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 35px 54px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .05);
  }
}

.blog--center-banner__card {
  width: 100%;
  position: relative;
  padding: 30px;
  background: #F8F9FA;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #4054F9;
}

@media (min-width: 576px) {
  .blog--center-banner__card {
    padding-left: 120px;
  }
}

.blog--center-banner__card-mark {
  display: none;
  position: absolute;
  top: -5px;
  left: 40px;
}

@media (min-width: 576px) {
  .blog--center-banner__card-mark {
    display: block;
  }
}

.fs-md {
  font-size: 1rem;
}

.text-black {
  color: #000 !important;
}

@media (min-width: 992px) {
  .fs-md {
    font-size: 1.2rem;
  }
}

.fs-lg {
  font-size: 1.3rem;
}

.fw-md {
  font-weight: 500;
}

@media (min-width: 992px) {
  .fs-lg {
    font-size: 1.6rem;
  }
}

.text-gray {
  color: #495057;
}

.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

.align-middle {
  vertical-align: middle !important;
}

Buttons .btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.btn,
.custom-select {
  vertical-align: middle
}

.btn {
  display: inline-block;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(48, 79, 254, .25)
}

.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
a.disabled {
  opacity: .65;
  cursor: default;
}

.btn-primary {
  color: #fff;
  background-color: #304ffe;
  border-color: #304ffe
}

.btn-primary:hover {
  color: #fff;
  background-color: #0a2ffe;
  border-color: #0127fa
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(48, 79, 254, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #304ffe;
  border-color: #304ffe
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0127fa;
  border-color: #0125ed;
  box-shadow: 0 0 0 .2rem rgba(48, 79, 254, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  color: #fff;
  background-color: #08c;
  border-color: #08c
}

.btn-info:hover {
  color: #fff;
  background-color: #006fa6;
  border-color: #069
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 136, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #08c;
  border-color: #08c
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #069;
  border-color: #005e8c;
  box-shadow: 0 0 0 .2rem rgba(0, 136, 204, .5)
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
  color: #fff;
  background-color: #ea4f5d;
  border-color: #ea4f5d
}

.btn-danger:hover {
  color: #fff;
  background-color: #e62d3e;
  border-color: #e52133
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(234, 79, 93, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ea4f5d;
  border-color: #ea4f5d
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e52133;
  border-color: #df1b2c;
  box-shadow: 0 0 0 .2rem rgba(234, 79, 93, .5)
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #304ffe;
  background-color: transparent;
  border-color: #304ffe
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #304ffe;
  border-color: #304ffe
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(48, 79, 254, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #304ffe;
  background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #304ffe;
  border-color: #304ffe;
  box-shadow: 0 0 0 .2rem rgba(48, 79, 254, .5)
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  border-color: #868e96
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #08c;
  background-color: transparent;
  border-color: #08c
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #08c;
  border-color: #08c
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 136, 204, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #08c;
  background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #08c;
  border-color: #08c;
  box-shadow: 0 0 0 .2rem rgba(0, 136, 204, .5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #ea4f5d;
  background-color: transparent;
  border-color: #ea4f5d
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ea4f5d;
  border-color: #ea4f5d
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(234, 79, 93, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ea4f5d;
  background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea4f5d;
  border-color: #ea4f5d;
  box-shadow: 0 0 0 .2rem rgba(234, 79, 93, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link,
.btn-link:hover {
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #304ffe
}

.btn-link:hover {
  color: #0123e0;
  text-decoration: none;
  border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .9625rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-block {
  display: block
}

.btn-block+.btn-block {
  margin-top: .5rem
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.show {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.show {
  display: block
}

tr.collapse.show {
  display: table-row
}

tbody.collapse.show {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

.btn+.dropdown-toggle-split::after,
.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

img.alignleft,
img.alignright {
  width: 30%;
  padding-bottom: 20px;
  clear: both;
  height: auto;
}

img.alignleft,
img.alignright {
  float: left;
  padding-right: 20px;
}

img.alignright {
  float: right;
  padding-left: 20px;
}

img.size-full {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  margin: auto;
}

.wp-caption {
  width: 100% !important;
  text-align: center;
  padding-top: 15px;
}

.wp-caption img {
  max-height: 500px;
  margin: auto;
}

img.size-full {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  margin: auto;
}

.xbanner-col {
  flex: 1;
  margin-right: 20px;
}

.xbanner-img {
  width: 138px;
  height: 78px;
  flex-shrink: 0;
}

.xbanner-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #262626;
}

.xbanner-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #595959;
}

.xbanner-btn {
  background: #4054F9;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 5px 16px;
  text-decoration: none;
}

.xbanner-gray {
  background: #F5F5F5;
  padding: 41px 72px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #000;
}

.xbanner-readmore {
  background: #F9F7FF;
  padding: 31px 46px 34px;
  display: flex;
}

.xbanner-book {
  background: #F9F7FF;
  padding: 35px 46px;
  display: flex;
}

.xbanner-webinar-1 {
  background: #F9F7FF;
  padding: 22px 46px;
  display: flex;
}

.xbanner-webinar-2 {
  background: #F9F7FF;
  padding: 35px 46px;
  display: flex;
}

.xbanner-podcast {
  background: #F9F7FF;
  padding: 35px 46px;
  display: flex;
}

.article__text h2 {
  position: relative !important;
  top: 8px !important;
}

.image-wrap.padding {
  padding: 20px
}

.articles__image img {
  max-height: 450px;
  width: 100%;
  display: block;
  margin: auto;
}

div.image-wrap img {
  padding: 25px 0;
}

.ya-share2 ul {
  margin-left: 0px !important;
}

.restore_password_form_control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .26rem;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 10px;
}

@media (min-width:450px) {
  .resotre_main-conteiner {
    margin-left: 15%;
  }
}

@media (min-width:500px) {
  .resotre_main-conteiner {
    margin-left: 30%;
  }
}

@media screen and (max-width: 767px) {
  .x-podcasts {
    padding: 16px 22px !important;
  }
}

.x-podcasts {
  background: #FDFDEF;
  padding: 16px 46px;
  margin-bottom: 22px;
}

.x-podcasts-title {
  font-size: 14px;
  line-height: 18px;
  color: #656A71;
  margin-bottom: 16px;
}

.x-podcasts-list-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
}

.x-podcasts-list-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
}

.x-podcasts-list-item-icon {
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 5px;
}

.x-podcasts-more {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #595959;
  cursor: pointer;
}

.x-podcasts-more svg {
  margin-left: 4px;
}

.x-podcasts-list-item:hover {
  text-decoration: none;
}

.x-podcasts-list-item-title:hover {
  color: #4054F9;
}

*/ .articles_images .image-wrap {
  text-align: center;
  padding: 0px !important;
  background: transparent !important;
}

div.image-wrap img {
  padding: 0px !important;
  margin: 0px !important;
  background: transparent;
}

#mobile_banner {
  display: none;
}

@media screen and (max-width: 767px) {

  .marquiz-pops.marquiz-pops_position_bottom-right.marquiz-pops_rounded.marquiz-pops_shadowed.marquiz-pops_blicked.marquiz-pops_position {
    display: none !important;
  }

  #mobile_banner {
    display: none;
    width: 100%;
    height: 88px;
    background: linear-gradient(94.55deg, #1A22D7 8.46%, #6946CF 95.47%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 8px 15px 14px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    text-align: center;
    z-index: 1000;
  }

  #mobile_banner a {
    margin: 10px 0 !important;
    background: #FFE58F;
    border-radius: 4px;
    padding: 2px 38px;
    color: #000;
    text-decoration: none;
    position: relative;
    top: 10px;
  }

  #mobile_banner_close {
    position: fixed;
    display: none;
    right: 0px;
    bottom: 89px;
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

}

#mobile_banner {
  display: none;
}

.wp-image-13690 {
  max-height: 91px !important;
  height: 91px !important;
  position: relative !important;
  top: 10px !important;
}

.wp-image-13691 {
  max-height: 115px !important;
  height: 115px !important;
  position: relative !important;
  top: 10px !important;
}

.exblock figure {
  max-width: 21% !important;
  width: 21% !important;
  float: left;
}

.exblock .wp-block-media-text__content {
  max-width: 70% !important;
  position: relative;
  top: 52px !important;
  float: left;

}

.code-block.code-block-10 {
  margin-bottom: 22px !important;
}

#catdesc {
  position: relative;
  top: -5px;
}

.greypad .image-wrap {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}