

/* Start:/local/templates/.default/components/bitrix/news/sotbit_origami_vlog/bitrix/news.list/origami_vlog/style.css?158681978512567*/
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(100% / 3 - 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: #fb0040; }
    .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: #fb0040; }
  .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: #fb0040; }
        .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: 940px) {
  .vlog .vlog__banner-wrapper {
    height: 120px; }
  .vlog .vlog__sidebar {
    display: none; }
  .vlog .vlog__content {
    margin-right: -20px; }
  .vlog .video-container {
    width: calc(100% / 3 - 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: #fb0040; }
    .main-color_btn:hover {
      background-color: #c80033; } }

@media (max-width: 768px) {
  body h1:not([class]) {
    margin-bottom: 20px; } }

@media (max-width: 640px) {
  .vlog .video-container {
    width: calc(100% / 2 - 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_vlog/style.css?15868197854924*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.footer-block__follow_input .footer-block__follow_input_email.vlog {
    border: 1px solid #ededed;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	color: #35414E;
	width: 428px;
	/*height: 205px;*/
}

.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;
}

/* End */
/* /local/templates/.default/components/bitrix/news/sotbit_origami_vlog/bitrix/news.list/origami_vlog/style.css?158681978512567 */
/* /local/templates/.default/components/bitrix/sender.subscribe/sotbit_sender_subscribe_vlog/style.css?15868197854924 */
