

/* Start:/bitrix/components/nrj/activity/templates/.default/style.css?14896553755003*/
.header-box{
    overflow: hidden;
    padding-bottom: 30px;
}

.activity-list{
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #d5dbdd;
    padding: 40px 0 30px 0;
}
.activity-list .activity-list-img{
    width: 480px;
    float: left;
    overflow: hidden;
}
.activity-list .activity-list-box{
    width: 440px;
    float: right;
    overflow: hidden;
}

.activity-list .activity-list-box .name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}
.activity-list .activity-list-box .line{
    overflow: hidden;
    padding-bottom: 30px;
}
.activity-list .activity-list-box .line span{
    display: block;
    float: left;
    width: 100px;
    height: 5px;
    background-color: #da291c;
}
.activity-list .activity-list-box .text{
    padding-bottom: 30px;
}
.activity-list .activity-list-box .link{
    overflow: hidden;
}
.activity-list .activity-list-box .link a{
    display: block;
    float: right;
    border: 2px solid #da291c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #da291c;
    background: url("/bitrix/components/nrj/activity/templates/.default/i/arrow-2.png") no-repeat center;
    min-width: 80px;
    height: 36px;
}
.activity-list .activity-list-box .link a span{
    display: none;
}
.activity-list .activity-list-box .link a:hover{
    background-image: none;
    background-color: #da291c;
    text-decoration: none;
}

.activity-list .activity-list-box .link a:hover span{
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 20px;
}















.activity-detail{
}
.activity-detail .line{
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
}
.activity-detail .line span{
    display: block;
    float: left;
    width: 100px;
    height: 5px;
    background-color: #da291c;
}
.activity-detail .text{
    padding-bottom: 50px;
}
.activity-detail .text ul {
    list-style-type: none;
    padding-left: 30px;
}
.activity-detail .text ul > li {
    margin-bottom: 12px;
    position: relative;
}
.activity-detail .text ul > li::before {
    background: #da291c none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -26px;
    position: absolute;
    top: 7px;
    width: 7px;
}
.activity-detail p{
    margin-bottom: 18px;
}





.activity-detail .opinion-box{
    overflow: hidden;
    padding: 20px 0;
}
.activity-detail .opinion-box .left{
    width: 220px;
    font-size: 22px;
    font-weight: 600;
}
.activity-detail .opinion-box .right{
    width: 679px;
    border-left: 1px solid #d5dbdd;
    padding-left: 40px;
}

.activity-detail .back_link{
    overflow: hidden;
    padding: 20px 0 0px 0;
}
.activity-detail .back_link a{
    float: left;
    display: block;
    border: 2px solid #da291c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #da291c;
    padding: 8px 20px;
}
.activity-detail .back_link a:hover{
    background-color: #da291c;
    text-decoration: none;
    color: #ffffff;
}










.carousel {
    margin-bottom: 60px;
}

.carousel-cell {
  width: 800px;
  height: 600px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell11:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.carousel .box-pic{
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
}
.carousel .is-selected .box-pic{
    opacity: 1;
}


.carousel .box-text{
    padding-top: 20px;
    display: none;
}
.carousel .is-selected .box-text{
    display: block;
}
.carousel-cell .box-text span{
    display: block;
    padding-top: 8px;
    color: #9da4a6;
    font-style: italic;
    line-height: 120%;
}
.carousel-cell .box-text > div{
    float: left;
    margin-right: 20px;
}
.carousel-cell .box-text > div,
.carousel-cell .box-text > div > strong{
    font-family: 'DINPro';
	font-weight: bold;
	font-style: normal;
    font-size: 40px;
    color: #9da4a6;
}
.carousel-cell .box-text > div > strong{
    color: #2c2a29;
}
.flickity-page-dots{
    display: none;
}


.carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 3px solid #ffffff;
    background: none;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.carousel .flickity-prev-next-button .arrow {
    fill: #ffffff;
    -webkit-transition: fill 0.25s ease-in-out 0s;
    -moz-transition: fill 0.25s ease-in-out 0s;
    transition: fill 0.25s ease-in-out 0s;
}
.carousel .flickity-prev-next-button.previous {
    left: 50%;
    margin-left: -480px;
}
.carousel .flickity-prev-next-button.next {
    left: 50%;
    margin-left: 440px;
}
.carousel .flickity-prev-next-button:hover {
    border-color: #da291c;
    background: none;
}
.carousel .flickity-prev-next-button:hover .arrow {
    fill: #da291c;
}
/* End */
/* /bitrix/components/nrj/activity/templates/.default/style.css?14896553755003 */
