

/* Start:/bitrix/templates/s1/components/bitrix/system.pagenavigation/.default/style.css?15270038961517*/
.pagenavigation{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eeeff3;
}
.pagenavigation .pagenavigation-box-1{
    text-align: center;

}

.pagenavigation ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagenavigation ul li {
    display: inline-block;

    margin: 0 10px;
    text-align: center;
}
.pagenavigation ul li a{
    text-decoration: none;
}
.pagenavigation ul li a:hover{

}


.pagenavigation ul.pages li{
    color: #221f1f;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    font-size: 1.1rem;
}
.pagenavigation ul.pages li a,
.pagenavigation ul.pages li b{
    height: 50px;
    display: block;
    color: #221f1f;

}

.pagenavigation ul.pages li.num a,
.pagenavigation ul.pages li.num b{
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
}
.pagenavigation ul.pages li.num:hover a{
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.pagenavigation ul.pages li a.active,
.pagenavigation ul.pages li b.active{
    background: #ed2d24;
    color: #fff;

}
@media (max-width: 768px) {
    .pagenavigation{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pagenavigation ul.pages li{
        font-size: 0.9rem;
    }
    .pagenavigation ul.pages li.num{
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/s1/components/bitrix/news.list/.default/style.css?15326125682065*/
.news-box{
	margin-bottom: 40px;
}
.news-box .news-element{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
}
.news-box .news-element a{
	color: #221f1f;
	text-decoration: none;
}
.news-box .news-element .news-element-img:after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(237,45,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,45,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(237,45,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ed2d24',GradientType=1 ); /* IE6-9 */
}
.news-box .news-element:hover .news-element-img:after{
	opacity: 0.2;
}
.news-box .news-element .news-element-img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-color: #f0f0f0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-box .news-element .news-element-img img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.news-box .news-element:hover{
	-webkit-box-shadow:0 0 45px #ccc;
	box-shadow:0 0 45px #ccc;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	z-index:1;
}
.news-box .news-element:hover .news-element-img img{
	width: 110%;
	left: -5%;
}

.news-box .news-element .news-element-date{
	font-family: 'OpenSansLight';
	font-size: 0.9rem;
}
.news-box .news-element .news-element-name{
	font-family: 'OpenSansBold';
	text-transform: uppercase;
	font-size: 1rem;
}
.news-box .news-element .news-element-preview{

}
.mb-40{
	margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/components/nrj/subscribe/templates/.default/style.css?16432147274562*/
.subscription{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

    background-image: url("/upload/resize_cache/iblock/0cf/1200_1200_1/0cf3b98028493e8a504e1725059243d5.jpg");
    background-image: url("/upload/iblock/4e8/S8_DAUR_08_ Бронникова.jpg");



    /*background-image: url("/upload/resize_cache/iblock/3f0/1200_1200_1/3f0f46effd737438c841774a28c564ff.jpg");*/
    /*background-image: url("/upload/resize_cache/iblock/c7c/1200_1200_1/c7cdcd1461bd53c3a61da9c24c546fe4.jpg");*/
    /*background-image: url("/upload/resize_cache/iblock/f50/1200_1200_1/f500642982a37d565c2d72452799aaef.jpg");*/


    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.subscription .h{
    color: #221f1f;
    font-size: 1.7rem;
    font-family: MuseoSansCyrl;
    font-weight: 900;
    text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.4);
    line-height: 110%;
    margin-bottom: 0.4rem;
}
.subscription .text{
    text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.4);
}

.subscription form{

}
.subscription form .container{
    padding-right: 0;
    padding-left: 0;
}
.subscription form .container .col-lg-8{
    padding-right: 0;
}



.subscription form .btn-link{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 56, 33, 1);
    color: #fff;
}
.subscription form .btn-link:hover{
    background-color: rgba(255, 56, 33, 0.8);
}

.subscription input[type="text"]{
    width: 100%;
    padding: 0.5rem;
    font-size: 1.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-family: 'OpenSansLight';
    color: #221f1f;
    border: 1px solid #a5a5a5;
}
.subscription #subscription-error{
    display: none;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    line-height: 100%;
    color: #ff3821;
    font-family: 'OpenSansBold';
    text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.5);
}

.subscription input[type="text"]::-moz-placeholder {color: #a5a5a5;}
.subscription input[type="text"]::-webkit-input-placeholder { color: #a5a5a5; }
.subscription input[type="text"]:-ms-input-placeholder { color: #a5a5a5; }
.subscription input[type="text"]::-ms-input-placeholder { color: #a5a5a5; }
.subscription input[type="text"]::placeholder { color: #a5a5a5; }


.subscription label{
    font-size: 0.8rem;
    line-height: 120%;
}
.subscription .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.subscription .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.subscription .custom-checkbox+label::before {
    border: 1px solid #ff3821;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}
.subscription .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {}
.subscription .custom-checkbox:not(:disabled):active+label::before {}
.subscription .custom-checkbox:focus+label::before {}
.subscription .custom-checkbox:focus:not(:checked)+label::before {}
.subscription .custom-checkbox:checked+label::before {
    background-color: #ff3821;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.subscription .custom-checkbox:disabled+label::before {
    background-color: #ff3821;
}

#subscription-form{
    display: block;
}
#subscription-ok{
    display: none;
}


@media (max-width: 540px) {
    .subscription{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .subscription .h{
        text-align: center;
    }
    .subscription .text{
        font-size: 0.9rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .subscription form .container .col-lg-8{
        margin-bottom: 0.7rem;
        padding-right: 15px;
    }
    .subscription form .btn-link{
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 0 auto;
    }
    .subscription #subscription-error{
        text-align: center;
        font-size: 1rem;
        background-color: rgba(255, 255, 255, 0.3);
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .subscription label{
        color: #fff;
    }
}
/* End */


/* Start:/bitrix/components/nrj/gallery.index/templates/.default/style.css?15916402031546*/
.gallery-element{
    margin-bottom: 40px;
}
.gallery-element .col-md-4{
    padding: 0px !important;
}
.gallery-element .box-1{
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-element .box-2{
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-element a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gallery-element a div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
}
.gallery-element .box-1 a,
.gallery-element .box-1 a div{
    height: 250px;
    transition: all 0.4s ease;
}
.gallery-element .box-2 a,
.gallery-element .box-2 a div{
    height: 120px;
    transition: all 0.4s ease;
}

.gallery-element .box-1 a:hover div,
.gallery-element .box-2 a:hover div{
    -webkit-transform: scale(1.2);
    -ms-ransform: scale(1.2);
    transform: scale(1.2);
}
.gallery-element-box{
    margin-bottom: 40px;
}


@media (max-width: 767px) {
    .gallery-element .box-1,
    .gallery-element .box-2{
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-element .box-1,
    .gallery-element .box-2,
    .gallery-element .box-1 a,
    .gallery-element .box-1 a div,
    .gallery-element .box-2 a,
    .gallery-element .box-2 a div{
        height: 200px;
    }
    .gallery-element{
        margin-bottom: 20px;
    }
}
/* End */
/* /bitrix/templates/s1/components/bitrix/system.pagenavigation/.default/style.css?15270038961517 */
/* /bitrix/templates/s1/components/bitrix/news.list/.default/style.css?15326125682065 */
/* /bitrix/components/nrj/subscribe/templates/.default/style.css?16432147274562 */
/* /bitrix/components/nrj/gallery.index/templates/.default/style.css?15916402031546 */
