

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?15542864952917*/
.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: #0083d1;
	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: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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: #aab1b4;
	background: #fff;
	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: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/style.css?15542864926629*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.b-guest > .news-date-time {
	color:#004562;
	float: none;
}



/*-------------GUEST-BLOCK----------*/
.b-guest_capcha_content_text{
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  padding: 3px 0 0 0;
  text-align: left;
  text-align: left;
}
.b-guest{
  display: block;
  height: auto;
  width: 100%;
}
.b-guest__guest_top{
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/guest-top.png) no-repeat;
  display:block;
  height:5px;
  margin: 10px 0 0 0;
  width:680px;
}
.b-guest__guest_osn{
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/news_osn.png) ;
  display:block;
  min-height:30px;
  position: relative;
  width:660px;
}
.b-guest__guest_osn_padding{
  display:block;
  position: relative;
  padding: 5px 15px 15px 15px;
  width: 630px;
  height: auto;

}
.b-guest__guest_bottom{
  height:13px;
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/guest-top.png) no-repeat 0 -5px ;
  display:block;
  margin: 0 0 5px 0;
  position: relative;
  width:680px;
}
.b-guest__answer_top{
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/guest-answer.png) no-repeat;
  display:block;
  height:5px;
  margin:  5px 0 0 0;
  width:100%;
}
.b-guest__answer_osn{
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/guest-answer_osn.png) ;
  display:block;
  min-height:30px;
  position: relative;
  padding: 5px 15px 15px 15px;
  width:630px;
}
.b-guest__answer_bottom{
  background:url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/guest-answer.png) no-repeat 0 -5px ;
  display:block;
  height:13px;
  margin: 0 0 5px 0;
  width:100%;
}
.guest-form_button{
  bottom: 4px;
  height: 36px;
  position: absolute;
  right:11px;
  width: auto;
}


.guest-form__who{
  border-radius: 3px;
  border: 1px solid #FFBDD9;
  font-size: 12pt; width:462px;
  height:27px; outline:0;
  margin: 5px 0 5px 5px;
  padding: 1px  0  0 3px;
}
.guest-form__who:hover{ 
  border: #ee97bc 1px solid ;
}
.guest-form__who:focus{ 
  border:#C7506D 1px solid ;
}

.guest-form__text{
  border-radius: 3px;
  border: 1px solid #FFBDD9;
  font-size: 12pt; width:580px;
  height:100px; outline:0;
  margin: 5px 0 5px 5px;
  padding: 5px  0  0 5px;
}
.guest-form__text:hover{ 
  border: #ee97bc 1px solid ;
}
.guest-form__text:focus{ 
  border: #C7506D 1px solid ;
}

.guest__who-span{
  color: #333;
  float: left; 
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  height: 30px;
  line-height: 30px;
  padding: 5px 0px 0 0px;
  text-align: left;
  width:115px;
 }

.guest-form__who_answ{
  border-radius: 3px;
  border: 1px solid #BBE7FB;
  font-size: 13px; 
  width:480px;
  height:27px; outline:0;
  margin: 5px 0 5px 0px;
  padding: 1px  0  0 3px;
}
.guest-form__who_answ:hover{ 
  border: #74BDE6 1px solid ;
}
.guest-form__who_answ:focus{ 
  border:#6F8FCB 1px solid ;
}
.b-guest__answer__content{
  float: none;
  min-height: 70px;
  padding: 2px 10px 5px 10px;
  position: relative;
  width: 480px;
}
.guest-form__text_answ{
  border-radius: 3px;
  border: 1px solid #BBE7FB;
  font-size: 13px; 
  width:480px;
  height:100px; outline:0;
  margin: 5px 0 5px 0px;
  padding: 5px  0  0 5px;
}
.guest-form__text_answ:hover{ 
  border: #74BDE6 1px solid ;
}
.guest-form__text_answ:focus{ 
  border: #6F8FCB 1px solid ;
}

.guest-form_button_button_blue{
  display: block;
  float: left;
  height:34px;
  width:auto;
  
}

.guest-form_button_button_blue_left{
  display: block;
  float: right;
  height:34px;
  padding: 0 15px;
  width: auto;
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/btn_bg_l.jpg) 0 0px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  color: white;
}
.guest-form_button_button_blue_left:hover{
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/btn_bg_l.jpg) 0px -50px;
  color: #BF405C;
  border: none;
  color: #003366;
}
.guest-form_button_button_blue_link{
  color: #4D8FCB;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 34px;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
.guest-form_button_button_blue_link:hover{
  color: #4D8FCB;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 34px;
  text-align: right;
  text-decoration: none;
  width: 100%;
}

#id_captcha_1{
  border-radius: 3px;
  border: 1px solid #BBE7FB;
  float: left;
  font-size: 13px; width:350px;
  height:31px; outline:0;
  margin: 0px 0 5px 5px;
  padding: 1px  0  0 3px;
}
#id_captcha_1:hover{ 
  border: #74BDE6 1px solid ;
}
#id_captcha_1:focus{ 
  border:#6F8FCB 1px solid ;
}
.guest-form__captcha{ 
  float: none;
  height: 37px; 
  padding: 5px 0 3px 0px ;
  width: 500px;
  position: relative;
}
.captcha{
  border-radius:3px;border: 1px solid #BBE7FB;
  float: left;
  height: 31px;
  width: 65px;
  margin: 0px 0 5px 0px;
}
.float_left{
  float: left;
  height: 40px;
  padding: 0;
  width: 120px;
}
.guest-form__reload{
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/reload.png) 4px 9px no-repeat;
  display: block;
  height: 32px;
  width: 24px;
}
.guest-form__reload-button{
  float: left;
  margin: 0px 0 5px 5px;
}
.guest-form_error{
  border: 1px solid #DB231A !important;
}
.guest-form_error:hover{
  border: 1px solid #B71D15;

}
.guest-form_error:focus{
  border: 1px solid #6F8FCB;
}
.caotcha_error{
  border: 1px solid #DB231A;
}
.caotcha_error:hover{
  border: 1px solid #B71D15;

}
.caotcha_error:focus{
  border: 1px solid #6F8FCB;
}
.guest-form__error-message{
  height: auto;
  width: 195px;
  position: absolute;
  display: block;
  right: -196px;
  z-index: 50;
  top: 4px;
  cursor:default;
}
.guest-form__error-message_top{
  height: auto;
  width: 195px;
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/error.png) no-repeat;
  display: block;
}
.guest-form__error-message_bottom{
  height: 6px;
  width: 195px;
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/error.png) 0 -94px  ;
  display: block;
}
.guest-form__error-message_hor{
  height: 42px;
  width: 191px;
  position: absolute;
  display: block;
  bottom: -40px;
  left: 125px;
  z-index: 50;
  cursor:default; 
}
.guest-form__error-message_hor_top{
  height: auto;
  width: 191px;
  display: block;
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/error2.png);
}
.guest-form__error-message_hor_bottom{
  height: 6px;
  width: 191px;
  background: url(/bitrix/templates/GDK/components/bitrix/news.list/qq_answ/error2.png) 0 -94px  ;
  position: absolute;
  display: block;
}
.guest-form__error-text{
  height: auto;
  width: 160px;
  padding: 6px 10px 0px 25px;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #5B0F0B;
}
.guest-form__error-text_hor{
  height: auto;
  width: 160px;
  padding: 12px 15px 0px 15px;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #5B0F0B;
}
.guest-form_div{
  position: relative;
}
/*-------------GUEST-BLOCK-END----------*/
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?15542864952917 */
/* /bitrix/templates/GDK/components/bitrix/news.list/qq_answ/style.css?15542864926629 */
