

/* Start:/local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/style.css?15411532064926*/
.video-detail {
  padding-top: 5.3rem;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}

.video-detail__text-detail {
  font-size: 1.5rem;
  text-align: justify;
  margin-top: 6.7rem;
  margin-bottom: 8.3rem;
  color: #747474;
}

.video-detail__text-detail a {
  color: #30a609;
}

.video-detail__text-detail p {
  margin-bottom: 2.7rem;
}

.video-detail .wrapper {
  margin-left: 1.9rem;
  margin-right: 1.9rem;
}

.video-detail__pagination-simple {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}
.pagination-simple__text{
    color: #747474;
}
/*---------------------------------------------------------------- MEDIA */

/*----------------------------------------------------------- MEDIA 1034 */
/*# sourceMappingURL=video-detail.css.map */
.video {
  padding-top: 5.9rem;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}

.video .wrapper {
  margin-left: 1.9rem;
  margin-right: 1.9rem;
}

.video__item_one {
  margin-bottom: 4.2rem;
}

.video__item_one .video__img {
  position: relative;
  display: block;
}

.video__item_one .video__img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4.1rem);
  left: calc(50% - 4.1rem);
  width: 8.2rem;
  height: 8.2rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/images/play-button-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video__item_one .video__img:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4.1rem);
  left: calc(50% - 4.1rem);
  width: 8.2rem;
  height: 8.2rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/images/play-button-green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.video__item_three {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  max-width: 373px;
}

.video__item_three .video__img {
  position: relative;
  display: block;
}

.video__item_three .video__img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/images/play-button-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video__item_three .video__img:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/images/play-button-green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.video__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.video__description {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-top: 3.1rem;
  margin-bottom: 3.5rem;
}

.video__description:hover {
  color: #00A233;
  text-decoration: underline;
}

.video__pagination {
  display: block;
  text-align: center;
  border-top: 1px solid #D5D5D5;
  margin-top: 5.8rem;
  padding: 7.3rem 0 7.6rem;
}

.video__pagination_other {
  padding-top: 8.3rem;
  padding-bottom: 8.5rem;
}

.video__pagination .pagination {
  float: none;
}

/*---------------------------------------------------------------- MEDIA */

/*----------------------------------------------------------- MEDIA 1034 */

/*----------------------------------------------------------- MEDIA 778 */

/*----------------------------------------------------------- MEDIA 746 */

@media screen and (max-width: 1034px) {
  .video {
    padding-top: 4rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .video .wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .video__item_one {
    margin-bottom: 4rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    max-width: 313px;
  }

  .video__description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .video__pagination {
    margin-top: 2rem;
    padding: 2rem 0;
  }

  .video__pagination_other {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 778px) {
  .video {
    padding-top: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .video .wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .video__item_one {
    margin-bottom: 3rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 352px;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 746px) {
  .video {
    padding-top: 2rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .video .wrapper {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=video.css.map */

/* End */


/* Start:/local/templates/main/components/cackle.comments/comment/style.css?15411532063581*/
.comment {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.comment__item {
  margin-top: 5.4rem;
  font-size: 1.5rem;
  position: relative;
}

.comment__item_answer {
  padding-left: 17.9rem;
}

.comment__item_answer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7rem;
  width: 3.8rem;
  height: 7.4rem;
  background-image: url(/local/templates/main/components/cackle.comments/comment/../upload/icons/arrow-curwed.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.comment__img {
  background-image: url(/local/templates/main/components/cackle.comments/comment/images/ava.jpg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  width: 14.9rem;
  height: 14.9rem;
  border-radius: 50%;
  margin-right: 3rem;
}

.comment__content {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 18.3rem);
  min-height: 17rem;
  border-bottom: 1px solid #DFF0DE;
}

.comment__name {
  font-size: 1.8rem;
  font-weight: 700;
}

.comment__public {
  margin-left: 1.4rem;
}

.comment__text {
  margin-top: 2.6rem;
  color: #747474;
}

.comment__item:last-child .comment__content {
  border-bottom: none;
}

/*---------------------------------------------------------------- MEDIA */

/*----------------------------------------------------------- MEDIA 424 */

@media screen and (max-width: 424px) {
  .comment {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .comment__item {
    margin-top: 2rem;
  }

  .comment__item_answer {
    padding-left: 5rem;
  }

  .comment__item_answer::after {
    left: 0;
  }

  .comment__img {
    display: none;
  }

  .comment__content {
    max-width: 100%;
    min-height: inherit;
  }

  .comment__name {
    font-size: 1.6rem;
  }

  .comment__text {
    margin-top: 2rem;
  }
}

.cc .mc-nocomments,
.cc .mc-attach-cnt,
.mc-avatar-cnt,
.cc div.mc-head,
.cc .mc-menu.mc-grid,
.mc-comments,
.mc-pagination
.mc-rt{
    display:none!important;
}

.cc .mc-alert.mc-alert-error,
.cc div.mc-text-cnt{
    margin: 2rem 0!important;
}

.cc .mc-text-wrap textarea.mc-textarea{
    font-size: 1.5rem!important;
    font-family: 'Museo Sans Cyrl', sans-serif!important;
    color: #747474!important;
    resize: none!important;
    width: 100%!important;
    background-color: #f6f6f6!important;
    padding: 6rem!important;
    margin-top: 5.2rem!important;
    min-height: 30rem!important;
    box-shadow: none!important;
}

.cc .mc-expanded .mc-text-cnt div.mc-text-wrap,
.cc div.mc-text-wrap{
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    box-shadow: none!important;
}

.cc div.mc-submit-cnt{
    margin-top: 6rem!important;
    display: block!important;
}
button.mc-btn2.mc-submit{
    display: inline-block!important;
    cursor: pointer!important;
    padding: 0 2rem!important;
    border-radius: 30px!important;
    font-size: 1.5rem!important;
    font-family: 'Museo Sans Cyrl', sans-serif!important;
    text-decoration: none!important;
    -webkit-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    transition: all 0.3s!important;
    text-align: center!important;
    color: #FFFFFF!important;
    background-color: #57BA5A!important;
    -webkit-box-shadow: 0 0 0px 1px #57BA5A inset!important;
    box-shadow: 0 0 0px 1px #57BA5A inset!important;
    min-width: 150px!important;
    line-height: 46px!important;
}
button.mc-btn2.mc-submit:hover{
    color: #00A233!important;
    background-color: #FFFFFF!important;
}

.comment-add{
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #D5D5D5;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/style.css?15411532064107*/
.video {
  padding-top: 5.9rem;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}

.video .wrapper {
  margin-left: 1.9rem;
  margin-right: 1.9rem;
}

.video__item_one {
  margin-bottom: 4.2rem;
}

.video__item_one .video__img {
  position: relative;
  display: block;
}

.video__item_one .video__img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4.1rem);
  left: calc(50% - 4.1rem);
  width: 8.2rem;
  height: 8.2rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/images/play-button-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video__item_one .video__img:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4.1rem);
  left: calc(50% - 4.1rem);
  width: 8.2rem;
  height: 8.2rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/images/play-button-green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.video__item_three {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  max-width: 373px;
}

.video__item_three .video__img {
  position: relative;
  display: block;
}

.video__item_three .video__img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/images/play-button-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video__item_three .video__img:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background-image: url(/local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/images/play-button-green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.video__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.video__description {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-top: 3.1rem;
  margin-bottom: 3.5rem;
}

.video__description:hover {
  color: #00A233;
  text-decoration: underline;
}

.video__pagination {
  display: block;
  text-align: center;
  border-top: 1px solid #D5D5D5;
  margin-top: 5.8rem;
  padding: 7.3rem 0 7.6rem;
}

.video__pagination_other {
  padding-top: 8.3rem;
  padding-bottom: 8.5rem;
}

.video__pagination .pagination {
  float: none;
}

/*---------------------------------------------------------------- MEDIA */

/*----------------------------------------------------------- MEDIA 1034 */

/*----------------------------------------------------------- MEDIA 778 */

/*----------------------------------------------------------- MEDIA 746 */

@media screen and (max-width: 1034px) {
  .video {
    padding-top: 4rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .video .wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .video__item_one {
    margin-bottom: 4rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    max-width: 313px;
  }

  .video__description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .video__pagination {
    margin-top: 2rem;
    padding: 2rem 0;
  }

  .video__pagination_other {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 778px) {
  .video {
    padding-top: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .video .wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .video__item_one {
    margin-bottom: 3rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 352px;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 746px) {
  .video {
    padding-top: 2rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .video .wrapper {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .video__item_three {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=video.css.map */

/* End */
/* /local/templates/main/components/bitrix/news/video/bitrix/news.detail/.default/style.css?15411532064926 */
/* /local/templates/main/components/cackle.comments/comment/style.css?15411532063581 */
/* /local/templates/main/components/bitrix/news/video/bitrix/news.list/.default/style.css?15411532064107 */
