

/* Start:/local/templates/coddy/components/bitrix/news/news_page/bitrix/news.detail/.default/style.css?17386729465860*/
.gallery-form-block {
	width: 90% !important;
}
#galleryFormBlock .gallery-photo {
	height: 90vh;
	display: table;
	text-align: center;
	width: 100%;
}
/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.news-carousel, .news-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.news-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.news-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.news-carousel .owl-stage:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.news-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.news-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }
.news-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.news-carousel .owl-dots.disabled, .news-carousel .owl-nav.disabled {
  display: none; }

.news-carousel .owl-dot, .news-carousel .owl-nav .owl-next, .news-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.news-carousel.owl-loaded {
  display: block; }

.news-carousel.owl-loading {
  opacity: 0;
  display: block; }

.news-carousel.owl-hidden {
  opacity: 0; }

.news-carousel.owl-refresh .owl-item {
  display: none; }

.news-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.news-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.news-carousel.owl-rtl {
  direction: rtl; }

.news-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .news-carousel {
  display: block; }

.news-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.news-carousel .owl-animated-in {
  z-index: 0; }

.news-carousel .owl-animated-out {
  z-index: 1; }

.news-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.news-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.news-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.news-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.news-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/local/templates/coddy/components/bitrix/news/news_page/bitrix/news.detail/.default/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.news-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.news-carousel .owl-video-playing .owl-video-play-icon, .news-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.news-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.news-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.owl-prev .arrow, .owl-next .arrow{
	top: -20px!important;
}
.actual-bg {
	background-color: #fff!important;
}
.new-page-slide {
	background-color: #fff!important;
}


.comments{
  padding-top: 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
}
.comments .title{
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.comments .comm-list{
  clear: both;
}
.comments .comm-add{
  margin-top: 20px;
}
.comments .comm-add input[type='text']{
  width: 80%;
}
.comments .add-comment{
  margin-bottom: 10px;
  font-size: 20px;
}
.comments input, .comments textarea{
  font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 14px 10px 14px;
    border-radius: 12px;
    border: 1px solid #C2C2C2;
    margin-top: 10px;
}
.comments input.err, .comments textarea.err{
      border: 1px solid red;
}
.comments textarea{
      margin-top: 20px;
      height: 200px;
      width: 80%;
}
.comm-add .success, .comm-add .error-limit{
    margin: 20px 0px;
}
.comm-add .success{
    color: #0484AC;
}
.comm-add .error-limit{
  color: #FF0000;
}
#comm-apply:hover{
  border: 2px solid #C2C2C2;
}
.comm-list .comm-item{
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #C2C2C2;
}
.comm-item .com-text{
      padding: 10px 0px;
}
.comm-add .captcha{
  margin: 15px 0px;
  width: 40%;
}
.comm-add .smart-captcha.err{
  border: 1px solid red;
    border-radius: 11px;
}
.comm-add label{
  font-weight: 300 !important;
}
.comm-add .span_checkbox.err{
  border-color: red;
}
.comm-add input[type='button']{
      margin-top: 20px;
    width: 200px;
}

@media screen and (max-width: 600px) {
  .comments .comm-add input[type='text']{
    width: 100%;
  }
  .comments .comm-add textarea{
    width: 100%;
  }
  .comments .btn-block{
    text-align: center;
  }
}
/* End */


/* Start:/local/templates/coddy/components/bitrix/breadcrumb/bc/style.css?1740246600512*/
.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-family: Awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-angle-right:before {
    content: ">" !important;
}
/* End */
/* /local/templates/coddy/components/bitrix/news/news_page/bitrix/news.detail/.default/style.css?17386729465860 */
/* /local/templates/coddy/components/bitrix/breadcrumb/bc/style.css?1740246600512 */
