

/* Start:/local/templates/.default/components/bitrix/news/sotbit_origami_vlog/bitrix/news.list/origami_vlog/style.css?175165505811805*/
body h1:not([class]) {
  padding-bottom: 30px;
  font-size: 31px;
}

.vlog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.vlog .vlog__content-wrapper {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vlog .vlog__banner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  overflow: hidden;
}
.vlog .vlog__banner {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlog .vlog__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
}
.vlog .video-container {
  display: inline-block;
  width: calc(33.3333333333% - 30px);
  height: 366px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #F7F7F7;
}
.vlog .video-container .video-container__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 196px;
  overflow: hidden;
  cursor: pointer;
}
.vlog .video-container .video-container__image-wrapper:hover + .video-container__text-wrapper .video-container__title {
  color: var(--main-color);
}
.vlog .video-container .video-container__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlog .video-container .video-container__date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  max-width: calc(100% - 20px);
  padding: 0 10px;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
}
.vlog .video-container .video-container__date .icon_clock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  fill: #000000;
}
.vlog .video-container .video-container__date span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vlog .video-container .video-container__play-btn {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 42px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  height: 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.vlog .video-container .icon_play {
  fill: #ffffff;
}
.vlog .video-container .video-container__text-wrapper {
  height: calc(100% - 196px);
  padding: 20px;
  overflow: hidden;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.vlog .video-container .video-container__title {
  display: block;
  max-height: 75px;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.vlog .video-container .video-container__tags-wrapper {
  overflow: hidden;
  max-width: 100%;
  max-height: 45px;
}
.vlog .video-container .video-tags {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vlog .video-container .video-tags .video-tags__title {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.vlog .video-container .video-tags .video-tags__tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vlog .video-container .video-tags .video-tags__tag span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.vlog .video-container .video-tags .video-tags__tag:hover {
  color: #ffffff;
  background-color: var(--main-color);
}
.vlog .vlog__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 313px;
  margin-left: 30px;
}
.vlog .vlog__sidebar .footer-block__follow_input_icon {
  fill: #fff;
}
.vlog .vlog__sidebar .vlog__sidebar-item {
  margin-bottom: 30px;
}
.vlog .vlog__sidebar .vlog__sidebar-item-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 17px;
}
.vlog .vlog__sidebar .vlog__sidebar-item-tags-wrapper {
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vlog .vlog__sidebar .vlog__sidebar-item-tags {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  font-size: 0;
}
.vlog .vlog__sidebar .vlog__sidebar-tag {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vlog .vlog__sidebar .vlog__sidebar-tag span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.vlog .vlog__sidebar .vlog__sidebar-tag:hover {
  color: #ffffff;
}
.vlog .vlog__sidebar .vlog__sidebar-tag[data-active=true] {
  -webkit-box-ordinal-group: 1;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #ffffff;
  background-color: var(--main-color);
}
.vlog .vlog__sidebar .vlog__sidebar-tag[data-active=true] .icon_cancel_filter_small {
  display: inline;
}
.vlog .vlog__sidebar .icon_cancel_filter_small {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  stroke: #ffffff;
  fill: #ffffff;
}
.vlog .vlog__sidebar .vlog__sidebar-items-tags-show-all {
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}
.vlog .vlog__sidebar .vlog__sidebar-item-video-title {
  display: block;
}
.vlog .vlog__sidebar .vlog__sidebar-item-video-title:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.vlog .vlog__sidebar .email-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vlog .vlog__sidebar .email-subscribe input {
  height: 40px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #ededed;
}
.vlog .vlog__sidebar .email-subscribe input::-webkit-input-placeholder {
  color: #808080;
}
.vlog .vlog__sidebar .email-subscribe input::-moz-placeholder {
  color: #808080;
}
.vlog .vlog__sidebar .email-subscribe input:-ms-input-placeholder {
  color: #808080;
}
.vlog .vlog__sidebar .email-subscribe input::-ms-input-placeholder {
  color: #808080;
}
.vlog .vlog__sidebar .email-subscribe input::placeholder {
  color: #808080;
}
.vlog .vlog__sidebar .email-subscribe button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 0;
}
.vlog .vlog__sidebar .email-subscribe .icon_mail {
  fill: #ffffff;
}

@media (max-width: 1200px) {
  .vlog .vlog__sidebar {
    width: 234px;
  }
}
@media (max-width: 1024px) {
  body h1:not([class]) {
    font-size: 28px;
  }

  .vlog .video-container {
    height: 305px;
  }
  .vlog .video-container .video-container__play-btn {
    top: calc(50% - 21px);
    left: calc(50% - 30px);
    width: 60px;
    height: 42px;
  }
  .vlog .video-container .icon_play {
    width: 20px;
    height: 20px;
  }
  .vlog .video-container .video-container__image-wrapper {
    height: 145px;
  }
  .vlog .video-container .video-container__text-wrapper {
    padding: 15px;
  }
  .vlog .video-container .video-container__text-wrapper {
    height: calc(100% - 145px);
  }
}
@media (max-width: 992px) {
  .vlog .vlog__sidebar {
    display: none;
  }
}
@media (max-width: 940px) {
  .vlog .vlog__banner-wrapper {
    height: 120px;
  }
  .vlog .vlog__sidebar {
    display: none;
  }
  .vlog .vlog__content {
    margin-right: -20px;
  }
  .vlog .video-container {
    width: calc(33.3333333333% - 20px);
    height: 295px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .vlog .video-container .video-container__image-wrapper {
    height: 145px;
  }
  .vlog .video-container__text-wrapper {
    height: calc(100% - 145px);
  }

  .vlog .video-container .video-container__title {
    max-height: 63px;
    font-size: 14px;
    line-height: 21px;
  }

  .vlog .vlog__banner-wrapper {
    margin-bottom: 20px;
  }

  .main-color_btn {
    background-color: var(--main-color);
  }
  .main-color_btn:hover {
    background-color: var(--main-color-hover);
  }
}
@media (max-width: 768px) {
  body h1:not([class]) {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .vlog .video-container {
    width: calc(50% - 20px);
  }
}
@media (max-width: 440px) {
  body h1:not([class]) {
    font-size: 24px;
  }

  .vlog .video-container {
    width: 100%;
    height: 328px;
    margin-right: 0;
  }

  .vlog .vlog__content {
    margin-right: 0;
  }

  .vlog .video-container .video-container__image-wrapper {
    height: 180px;
  }

  .vlog .video-container .video-container__text-wrapper {
    height: calc(100% - 180px);
  }

  .vlog .vlog__banner-wrapper {
    height: 80px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sender.subscribe/sotbit_sender_subscribe_campaign/style.css?17516550665274*/
.sidebar-item {
  margin-bottom: 30px;
}

.subscribe__types-size-wrapper {
  height: auto;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}

.bx_subscribe_response_container {
  color: #35414E;
  width: 428px;
}

.sender__sidebar-item-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 17px;
}

.popup-window-message-text {
  font-size: 16px;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
  font-weight: 100;
  font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.popup-window .bx_subscribe_response_container {
  color: #000;
  min-width: 429px;
}

.popup-window-icon_warning_big {
  width: 50px;
  height: 50px;
  fill: #FF0000;
  margin: 4px 20px 0 0;
}

.popup-window-icon-check {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  fill: #00B02A;
  margin: 10px 20px 0 0;
}

.popup-window-message-title {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 5px;
}

.sotbit_order__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  padding: 16px 45px 17px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

.footer-block__follow_input {
  border: 1px solid #ededed;
}

.footer-block__follow_input_submit {
  background-color: var(--main-color);
}
.footer-block__follow_input_submit:hover {
  background-color: var(--main-color-hover);
}

.subscribe__types-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0 10px;
}

.subscribe__types-wrapper {
  color: #808080;
}

.subscribe__input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ededed;
}

.subscribe__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  margin: 0;
  border: 0;
  background-color: var(--main-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe__button-icon {
  fill: #ffffff;
}

.subscribe__input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.blog-subscribe__handle {
  margin: 0 5px;
}

@media (max-width: 991.98px) {
  .block_main_left_menu__container.mo-main .sidebar-item.subscribe {
    display: none;
  }
}
@media (max-width: 990px) {
  .subscribe__types-title {
    cursor: pointer;
  }

  .subscribe__mobile-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-block .subscribe__input-wrapper {
    width: 100%;
  }

  .subscribe__input-wrapper {
    width: 66.6666666667%;
  }

  .sender__sidebar-item-title {
    width: 33.3333333333%;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .subscribe__types-size-wrapper {
    height: 0;
  }

  .active + .subscribe__types-size-wrapper {
    height: auto;
  }

  .active > .blog-subscribe__handle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .blog-subscribe__handle {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .blog-subscribe__handle::after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .subscribe__types-wrapper.active .blog-subscribe__handle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .subscribe {
    padding: 20px;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
  }

  .footer-block .subscribe {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .subscribe__mobile-wrapper {
    display: block;
  }

  .subscribe__input-wrapper {
    width: 100%;
  }

  .sender__sidebar-item-title {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news/sotbit_origami_vlog/bitrix/news.list/origami_vlog/style.css?175165505811805 */
/* /local/templates/.default/components/bitrix/sender.subscribe/sotbit_sender_subscribe_campaign/style.css?17516550665274 */
