

/* Start:/bitrix/templates/urfo/components/bitrix/news/vodosber/style.css?17580975282409*/
.article__form {padding-top:5rem; margin-bottom:8rem; display:grid; row-gap:6rem}
.article__form-title {font-size:3rem; font-weight:400; color:#2f3734}
.article__form-input {width:100%; padding-bottom:1rem; padding-right:2rem; border-bottom:0.1rem solid #dededf; font-size:1.8rem; font-weight:400; color:#2f3734}
/*.article__form-input::-webkit-input-placeholder {color:#636872}
.article__form-input::-moz-placeholder {color:#636872}
.article__form-input:-ms-input-placeholder {color:#636872}
.article__form-input::-ms-input-placeholder {color:#636872}*/
.article__form-input::placeholder {color:#636872}
.article__form-btn {font-size:1.6rem; font-weight:600; color:#2b2e34; border-bottom:0.1rem solid #2b2e34; width:-webkit-max-content; width:-moz-max-content; width:max-content}
.article__comment-item:not(:last-child) {margin-bottom:6rem}
.article__comment-info {display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-bottom:2rem}
.article__comment-author {font-size:2rem; font-weight:600; color:#2f3734; margin-right:3rem}
.article__comment-date-wrap {display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center}
.article__comment-data {font-size:1.6rem; font-weight:400; color:#1dbcd1; margin-right:2rem; position:relative}
.article__comment-data::after {content:"|"; color:#51545a; position:absolute; top:0; right:-1rem}
.article__comment-time {font-size:1.6rem; font-weight:400; color:#1dbcd1}
.article__comment-text {font-size:1.8rem; font-weight:400; color:#51545a}


@media (max-width:48em) {
.article__form {padding-top:15rem; margin-bottom:13rem; row-gap:8rem}
.article__form-title {font-size:5.6rem}
.article__form-input {width:100%; padding-bottom:2rem; font-size:3rem}
.article__form-btn {font-size:3rem}
.article__comment-item:not(:last-child) {margin-bottom:10rem}
.article__comment-info {-webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-align:start; -ms-flex-align:start; align-items:start; margin-bottom:5rem}
.article__comment-author {font-size:4rem; margin-right:0rem; margin-bottom:2.4rem}
.article__comment-data {font-size:3rem; margin-right:4rem}
.article__comment-data::after {right:-2rem}
.article__comment-time {font-size:3rem}
.article__comment-text {font-size:3rem}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/round/style.css?17473823512901*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	/*border-radius: 16px;*/
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	/*border-radius: 16px;*/
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #38D3E8;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #38D3E8;;
	/*border: 2px solid #eff0f1;
	line-height: 28px;*/
	padding: 0 18px;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #fff;
	background: #38D3E8;
	/*border: 2px solid #eff0f1;*/
	/*line-height: 28px;*/
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {/*
	background: #fff;
	border-color: #DADADA;
	color: #000;*/
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #38D3E8;
	color: #fff;
}


.bx-pagination-container {
	padding-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/urfo/components/bitrix/news/vodosber/bitrix/news.list/.default/style.css?1744110004154*/
/*div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
*/
/* End */
/* /bitrix/templates/urfo/components/bitrix/news/vodosber/style.css?17580975282409 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/round/style.css?17473823512901 */
/* /bitrix/templates/urfo/components/bitrix/news/vodosber/bitrix/news.list/.default/style.css?1744110004154 */
